# Kurdish translation for openoffice.org2
# Copyright (c) (c) 2005 Canonical Ltd, and Rosetta Contributors 2005
# This file is distributed under the same license as the openoffice.org2 package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2005.
#
msgid ""
msgstr ""
"Project-Id-Version: openoffice.org2\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2005-10-08 02:07\n"
"PO-Revision-Date: 2005-10-31 22:16+0100\n"
"Last-Translator: K.Tiryaki <k.tiryaki@hotmail.com>\n"
"Language-Team: Kurdish <ku@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: helpcontent2/source/text/sbasic/guide/control_properties.xhp#tit.help.text
msgid "Changing the Properties of Controls in the Dialog Editor"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/control_properties.xhp#bm_id3145786.help.text
msgid ""
"\\<bookmark_value\\>properties; controls in dialog "
"editor\\</bookmark_value\\>\\<bookmark_value\\>changing;control "
"properties\\</bookmark_value\\>\\<bookmark_value\\>dialog editor;changing "
"control properties\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/control_properties.xhp#hd_id3145786.1.help.text
msgid ""
"\\<variable id=\\\"control_properties\\\"\\>\\<link "
"href=\\\"text/sbasic/guide/control_properties.xhp\\\" name=\\\"Changing the "
"Properties of Controls in the Dialog Editor\\\"\\>Changing the Properties of "
"Controls in the Dialog Editor\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/control_properties.xhp#par_id3147317.2.help.text
msgid ""
"You can set the properties of control that you add to a dialog. For example, "
"you can change the color, name, and size of a button that you added. You can "
"change most control properties when you create or edit a dialog. However, "
"you can only change some properties at runtime."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/control_properties.xhp#par_id3145749.3.help.text
msgid ""
"To change the properties of a control in design mode, right-click the "
"control, and then choose \\<emph\\>Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#tit.help.text
msgid "Creating a Basic Dialog"
msgstr "Diyaloga bingehî tê afirandin"

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#bm_id3149346.help.text
msgid ""
"\\<bookmark_value\\>Basic;dialog "
"creation\\</bookmark_value\\>\\<bookmark_value\\>dialogs;creating Basic "
"dialogs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#hd_id3149346.1.help.text
msgid ""
"\\<variable id=\\\"create_dialog\\\"\\>\\<link "
"href=\\\"text/sbasic/guide/create_dialog.xhp\\\" name=\\\"Creating a Basic "
"Dialog\\\"\\>Creating a Basic Dialog\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#par_id3163802.3.help.text
msgid ""
"Choose \\<emph\\>Tools - Macros - Organize Dialogs\\</emph\\>, and then "
"click \\<emph\\>New Dialog\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#par_id3150447.11.help.text
msgid ""
"Enter a name for the dialog, and then click \\<emph\\>Edit\\</emph\\>. The "
"\\<emph\\>BASIC \\</emph\\>window opens and contains a blank dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#par_id3151112.5.help.text
msgid ""
"To edit the name of the dialog, hold down \\<item "
"type=\\\"keycode\\\"\\>Alt\\</item\\>, and click the name on the tab."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#par_id3153726.6.help.text
msgid ""
"Click the arrow next to the \\<emph\\>Controls \\</emph\\>icon to open the "
"\\<emph\\>Controls \\</emph\\>toolbar."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/create_dialog.xhp#par_id3148455.12.help.text
msgid "Click a tool and then drag in the dialog to create the control."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#tit.help.text
msgid "Creating Controls in the Dialog Editor"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#bm_id3149182.help.text
msgid ""
"\\<bookmark_value\\>controls; creating in the Dialog "
"Editor\\</bookmark_value\\>\\<bookmark_value\\>dialog editor;creating "
"controls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#hd_id3149182.1.help.text
msgid ""
"\\<variable id=\\\"insert_control\\\"\\>\\<link "
"href=\\\"text/sbasic/guide/insert_control.xhp\\\" name=\\\"Creating Controls "
"in the Dialog Editor\\\"\\>Creating Controls in the Dialog "
"Editor\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#par_id3146797.2.help.text
msgid ""
"Use the tools on the \\<emph\\>Toolbox \\</emph\\>of the BASIC dialog editor "
"to add controls to your dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#par_id3150276.7.help.text
msgid ""
"To open the \\<emph\\>Toolbox\\</emph\\>, click the arrow next to the "
"\\<emph\\>Insert Controls\\</emph\\> icon on the \\<emph\\>Macro\\</emph\\> "
"toolbar."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#par_id3145068.3.help.text
msgid ""
"Click a tool on the toolbar, for example, \\<emph\\>Button\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/insert_control.xhp#par_id3153360.4.help.text
msgid "On the dialog, drag the button to the size you want."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#tit.help.text
msgid "Programming Examples for Controls in the Dialog Editor"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#bm_id3155338.help.text
msgid ""
"\\<bookmark_value\\>programming examples for "
"controls\\</bookmark_value\\>\\<bookmark_value\\>dialogs;loading "
"(example)\\</bookmark_value\\>\\<bookmark_value\\>dialogs;displaying "
"(example)\\</bookmark_value\\>\\<bookmark_value\\>controls;reading or "
"editing properties (example)\\</bookmark_value\\>\\<bookmark_value\\>list "
"boxes;removing entries from "
"(example)\\</bookmark_value\\>\\<bookmark_value\\>list boxes;adding entries "
"to (example)\\</bookmark_value\\>\\<bookmark_value\\>examples; programming "
"controls\\</bookmark_value\\>\\<bookmark_value\\>dialog editor;programming "
"examples for controls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#hd_id3155338.1.help.text
msgid ""
"\\<variable id=\\\"sample_code\\\"\\>\\<link "
"href=\\\"text/sbasic/guide/sample_code.xhp\\\" name=\\\"Programming Examples "
"for Controls in the Dialog Editor\\\"\\>Programming Examples for Controls in "
"the Dialog Editor\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153031.2.help.text
msgid ""
"The following examples are for a new \\<link "
"href=\\\"text/sbasic/guide/create_dialog.xhp\\\" "
"name=\\\"dialog\\\"\\>dialog\\</link\\> called \"Dialog1\". Use the tools on "
"the \\<emph\\>Toolbox\\</emph\\> bar in the dialog editor to create the "
"dialog and add the following controls: a \\<emph\\>Check Box\\</emph\\> "
"called \"CheckBox1\", a \\<emph\\>Label Field\\</emph\\> called \"Label1\", "
"a \\<emph\\>Button\\</emph\\> called \"CommandButton1\", and a "
"\\<emph\\>List Box\\</emph\\> called \"ListBox1\"."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154141.3.help.text
msgid ""
"Be consistent with uppercase and lowercase letter when you attach a control "
"to an object variable."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#hd_id3154909.4.help.text
msgid "Global Function for Loading Dialogs"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153193.73.help.text
msgid ""
"Function LoadDialog(Libname as String, DialogName as String, Optional "
"oLibContainer)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3145787.74.help.text
msgid "Dim oLib as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3148576.75.help.text
msgid "Dim oLibDialog as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153726.76.help.text
msgid "Dim oRuntimeDialog as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149261.77.help.text
msgid "If IsMissing(oLibContainer ) then"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3148646.78.help.text
msgid "oLibContainer = DialogLibraries"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3151115.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3151115.79.help"
".text\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146986.80.help.text
msgid "oLibContainer.LoadLibrary(LibName)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3145366.81.help.text
msgid "oLib = oLibContainer.GetByName(Libname)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3145271.82.help.text
msgid "oLibDialog = oLib.GetByName(DialogName)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3144764.83.help.text
msgid "oRuntimeDialog = CreateUnoDialog(oLibDialog)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153876.84.help.text
msgid "LoadDialog() = oRuntimeDialog"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3156286.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3156286.85.help"
".text\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#hd_id3149412.18.help.text
msgid "Displaying a Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3145801.86.help.text
msgid "rem global definition of variables"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150716.87.help.text
msgid "Dim oDialog1 AS Object"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154510.88.help.text
msgid "Sub StartDialog1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146913.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146913.162.hel"
"p.text\n"
"BasicLibraries.LoadLibrary(\"Tools\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150327.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150327.89.help"
".text\n"
"oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155767.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155767.92.help"
".text\n"
"oDialog1.Execute()"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149019.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149019.93.help"
".text\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#hd_id3150042.27.help.text
msgid "Read or Edit Properties of Controls in the Program"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159267.136.help.text
msgid "Sub Sample1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155335.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155335.163.hel"
"p.text\n"
"BasicLibraries.LoadLibrary(\"Tools\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3163808.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3163808.137.hel"
"p.text\n"
"oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3145232.138.help.text
msgid "REM get dialog model"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146316.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146316.139.hel"
"p.text\n"
"oDialog1Model = oDialog1.Model"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154021.140.help.text
msgid "REM display text of Label1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150301.141.help.text
msgid "oLabel1 = oDialog1.GetControl(\"Label1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3152584.142.help.text
msgid "MsgBox oLabel1.Text"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3151277.143.help.text
msgid "REM set new text for control Label1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154119.144.help.text
msgid "oLabel1.Text = \"New Files\""
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155115.145.help.text
msgid "REM display model properties for the control CheckBox1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3166426.146.help.text
msgid "oCheckBox1Model = oDialog1Model.CheckBox1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153270.147.help.text
msgid "MsgBox oCheckBox1Model.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149817.148.help.text
msgid "REM set new state for CheckBox1 for model of control"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3145134.149.help.text
msgid "oCheckBox1Model.State = 1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159102.150.help.text
msgid "REM display model properties for control CommandButton1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3152777.151.help.text
msgid "oCMD1Model = oDialog1Model.CommandButton1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149209.152.help.text
msgid "MsgBox oCMD1Model.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150368.153.help.text
msgid "REM display properties of control CommandButton1"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150883.154.help.text
msgid "oCMD1 = oDialog1.GetControl(\"CommandButton1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155380.155.help.text
msgid "MsgBox oCMD1.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150201.156.help.text
msgid "REM execute dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154485.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154485.157.hel"
"p.text\n"
"oDialog1.Execute()"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146115.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3146115.158.hel"
"p.text\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#hd_id3145387.55.help.text
msgid "Add an Entry to a ListBox"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155088.122.help.text
msgid "Sub AddEntry"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154528.164.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154528.164.hel"
"p.text\n"
"BasicLibraries.LoadLibrary(\"Tools\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159222.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159222.159.hel"
"p.text\n"
"oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3148700.123.help.text
msgid "REM adds a new entry to the ListBox"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159173.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159173.124.hel"
"p.text\n"
"oDialog1Model = oDialog1.Model"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153305.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153305.125.hel"
"p.text\n"
"oListBox = oDialog1.GetControl(\"ListBox1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153914.126.help.text
msgid "dim iCount as integer"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3151243.127.help.text
msgid "iCount = oListbox.ItemCount"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3144504.128.help.text
msgid "oListbox.additem(\"New Item\" & iCount,0)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149328.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149328.129.hel"
"p.text\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#hd_id3147071.64.help.text
msgid "Remove an Entry from a ListBox"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3159095.130.help.text
msgid "Sub RemoveEntry"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154958.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3154958.165.hel"
"p.text\n"
"BasicLibraries.LoadLibrary(\"Tools\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149443.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3149443.160.hel"
"p.text\n"
"oDialog1 = LoadDialog(\"Standard\", \"Dialog1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153247.131.help.text
msgid "REM remove the first entry from the ListBox"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3151302.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3151302.132.hel"
"p.text\n"
"oDialog1Model = oDialog1.Model"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153976.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3153976.133.hel"
"p.text\n"
"oListBox = oDialog1.GetControl(\"ListBox1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3155383.134.help.text
msgid "oListbox.removeitems(0,1)"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150892.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/sample_code.xhp#par_id3150892.135.hel"
"p.text\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#tit.help.text
msgid "Opening a Dialog With Program Code"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#bm_id3154140.help.text
msgid ""
"\\<bookmark_value\\>modules and dialogs; "
"toggle\\</bookmark_value\\>\\<bookmark_value\\>dialogs;using program code to "
"show (example)\\</bookmark_value\\>\\<bookmark_value\\>examples; showing a "
"dialog using program code\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#hd_id3154140.1.help.text
msgid ""
"\\<variable id=\\\"show_dialog\\\"\\>\\<link "
"href=\\\"text/sbasic/guide/show_dialog.xhp\\\" name=\\\"Opening a Dialog "
"With Program Code\\\"\\>Opening a Dialog With Program "
"Code\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3145171.2.help.text
msgid ""
"In the \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> BASIC "
"window for a dialog that you created, leave the dialog editor by clicking "
"the name tab of the Module that the dialog is assigned to. The name tab is "
"at the bottom of the window."
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3153968.6.help.text
msgid ""
"Enter the following code for a subroutine called "
"\\<emph\\>Dialog1Show\\</emph\\>. In this example, the name of the dialog "
"that you created is \"Dialog1\":"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3156443.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3156443.7.help."
"text\n"
"Sub Dialog1Show"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3148575.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3148575.24.help"
".text\n"
"BasicLibraries.LoadLibrary(\"Tools\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3152463.8.help.text
msgid ""
"oDialog1 = \\<link href=\\\"text/sbasic/guide/sample_code.xhp\\\" "
"name=\\\"LoadDialog\\\"\\>LoadDialog\\</link\\>(\"Standard\", \"Dialog1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3148646.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3148646.14.help"
".text\n"
"oDialog1.Execute()"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3147349.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3147349.15.help"
".text\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3152596.18.help.text
msgid "Without using \"LoadDialog\" you can call the code as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3163710.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3163710.19.help"
".text\n"
"Sub Dialog1Show"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3146985.20.help.text
msgid "DialogLibraries.LoadLibrary( \"Standard\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3155418.21.help.text
msgid "oDialog1 = CreateUnoDialog( DialogLibraries.Standard.Dialog1 )"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3154944.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3154944.22.help"
".text\n"
"oDialog1.Execute()"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3145800.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3145800.23.help"
".text\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/guide/show_dialog.xhp#par_id3153157.16.help.text
msgid ""
"When you execute this code, \"Dialog1\" opens. To close the dialog, click "
"the close button (x) on its title bar."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#tit.help.text
msgid "$[officename] Basic Glossary"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3145068.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"$[officename] "
"Basic Glossary\\\"\\>$[officename] Basic Glossary\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3150792.2.help.text
msgid ""
"This glossary explains some technical terms that you may come across when "
"working with $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3155133.7.help.text
msgid "Decimal Point"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3156443.8.help.text
msgid ""
"When converting numbers, $[officename] Basic uses the locale settings of the "
"system for determining the type of decimal and thousand separator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3153092.9.help.text
msgid ""
"The behavior has an effect on both the implicit conversion ( 1 + \"2.3\" = "
"3.3 ) as well as the runtime function \\<link "
"href=\\\"text/sbasic/shared/03102700.xhp\\\" "
"name=\\\"IsNumeric\\\"\\>IsNumeric\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3155854.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3155854.29.help.te"
"xt\n"
"Colors"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3145366.30.help.text
msgid ""
"In $[officename] Basic, colors are treated as long integer value. The return "
"value of color queries is also always a long integer value. When defining "
"properties, colors can be specified using their RGB code that is converted "
"to a long integer value using the \\<link "
"href=\\\"text/sbasic/shared/03010305.xhp\\\" name=\\\"RGB function\\\"\\>RGB "
"function\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3146119.32.help.text
msgid "Measurement Units"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3154013.33.help.text
msgid ""
"In $[officename] Basic, a \\<emph\\>method parameter\\</emph\\> or a "
"\\<emph\\>property\\</emph\\> expecting unit information can be specified "
"either as integer or long integer expression without a unit, or as a "
"character string containing a unit. If no unit is passed to the method the "
"default unit defined for the active document type will be used. If the "
"parameter is passed as a character string containing a measurement unit, the "
"default setting will be ignored. The default measurement unit for a document "
"type can be set under \\<emph\\>Tools - Options - (Document Type) - "
"General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#bm_id3145801.help.text
msgid "\\<bookmark_value\\>twips; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3145801.5.help.text
msgid "Twips"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3154731.6.help.text
msgid ""
"A twip is a screen-independent unit which is used to define the uniform "
"position and size of screen elements on all display systems. A twip is "
"1/1440th of an inch or 1/20 of a printer's point. There are 1440 twips to an "
"inch or about 567 twips to a centimeter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#hd_id3153159.106.help.text
msgid "URL Notation"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3153415.108.help.text
msgid ""
"URLs (\\<emph\\>Uniform Resource Locators\\</emph\\>) are used to determine "
"the location of a resource like a file in a file system, typically inside a "
"network environment. A URL consists of a protocol specifier, a host "
"specifier and a file and path specifier:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3149121.107.help.text
msgid ""
""
"\\<emph\\>protocol\\</emph\\>://\\<emph\\>host.name\\</emph\\>/\\<emph\\>path/"
"to/the/file.html\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3168612.109.help.text
msgid ""
"The most common usage of URLs is on the internet when specifying web pages. "
"Example for protocols are \\<emph\\>http\\</emph\\>, "
"\\<emph\\>ftp\\</emph\\>, or \\<emph\\>file\\</emph\\>. The "
"\\<emph\\>file\\</emph\\> protocol specifier is used when referring to a "
"file on the local file system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000002.xhp#par_id3150324.110.help.text
msgid ""
"URL notation does not allow certain special characters to be used. These are "
"either replaced by other characters or encoded. A slash "
"(\\<emph\\>/\\</emph\\>) is used as a path separator. For example, a file "
"referred to as \\<emph\\>C:\\\\My File.sxw\\</emph\\> on the local host in "
"\"Windows notation\" becomes \\<emph\\>file:///C|/My%20File.sxw\\</emph\\> "
"in URL notation."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/00000003.xhp#tit.help.text\n"
"Information"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#hd_id3148550.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#hd_id3148550.1.help.tex"
"t\n"
"Information"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153381.102.help.text
msgid ""
"You can set the locale used for controlling the formatting numbers, dates "
"and currencies in $[officename] Basic in \\<emph\\>Tools - Options - "
"Language Settings - Languages\\</emph\\>. In Basic format codes, the decimal "
"point (\\<emph\\>.\\</emph\\>) is always used as "
"\\<emph\\>placeholder\\</emph\\> for the decimal separator defined in your "
"locale and will be replaced by the corresponding character."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150870.103.help.text
msgid ""
"The same applies to the locale settings for date, time and currency formats. "
"The Basic format code will be interpreted and displayed according to your "
"locale setting."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3156424.2.help.text
msgid "The color values of the 16 basic colors are as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153091.3.help.text
msgid "\\<emph\\>Color Value\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154319.4.help.text
msgid "\\<emph\\>Color Name\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3151112.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3151112.5.help.te"
"xt\n"
"0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3155854.6.help.text
msgid "Black"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154942.7.help.text
msgid "128"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154731.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154731.8.help.te"
"xt\n"
"Blue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145645.9.help.text
msgid "32768"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149400.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149400.10.help.t"
"ext\n"
"Green"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150753.11.help.text
msgid "32896"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153765.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153765.12.help.t"
"ext\n"
"Cyan"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154756.13.help.text
msgid "8388608"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3159266.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3159266.14.help.t"
"ext\n"
"Red"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3163807.15.help.text
msgid "8388736"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145150.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145150.16.help.t"
"ext\n"
"Magenta"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147002.17.help.text
msgid "8421376"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3152778.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3152778.18.help.t"
"ext\n"
"Yellow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150088.19.help.text
msgid "8421504"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3159239.20.help.text
msgid "White"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150206.21.help.text
msgid "12632256"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149817.22.help.text
msgid "Gray"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150363.23.help.text
msgid "255"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154576.24.help.text
msgid "Light blue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150367.25.help.text
msgid "65280"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150202.26.help.text
msgid "Light green"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154487.27.help.text
msgid "65535"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3151332.28.help.text
msgid "Light cyan"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148702.29.help.text
msgid "16711680"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153067.30.help.text
msgid "Light red"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153912.31.help.text
msgid "16711935"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3159097.32.help.text
msgid "Light magenta"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3155266.33.help.text
msgid "16776960"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3157978.34.help.text
msgid "Light yellow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153286.35.help.text
msgid "16777215"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3151302.36.help.text
msgid "Transparent white"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#hd_id3152869.37.help.text
msgid "\\<variable id=\\\"errorcode\\\"\\>Error Codes \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3155095.38.help.text
msgid ""
"\\<variable id=\\\"err2\\\"\\>2 Unspecified syntax error \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149126.39.help.text
msgid "\\<variable id=\\\"err3\\\"\\>3 Return without Gosub \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153976.40.help.text
msgid "\\<variable id=\\\"err4\\\"\\>4 Redo from start \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150891.41.help.text
msgid ""
"\\<variable id=\\\"err5\\\"\\>5 Invalid procedure call \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3159227.42.help.text
msgid "\\<variable id=\\\"err6\\\"\\>6 Overflow \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154649.43.help.text
msgid "\\<variable id=\\\"err7\\\"\\>7 Out of memory \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150050.44.help.text
msgid ""
"\\<variable id=\\\"err8\\\"\\>8 Array already dimensioned \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148900.45.help.text
msgid ""
"\\<variable id=\\\"err9\\\"\\>9 Subscript out of range \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153806.46.help.text
msgid ""
"\\<variable id=\\\"err10\\\"\\>10 Duplicate definition \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146963.47.help.text
msgid "\\<variable id=\\\"err11\\\"\\>11 Division by zero \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153013.48.help.text
msgid "\\<variable id=\\\"err12\\\"\\>12 Variable undefined \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3155593.49.help.text
msgid "\\<variable id=\\\"err13\\\"\\>13 Type mismatch \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3151197.50.help.text
msgid "\\<variable id=\\\"err14\\\"\\>14 Invalid parameter \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154710.51.help.text
msgid ""
"\\<variable id=\\\"err18\\\"\\>18 User interrupt occurred \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147504.52.help.text
msgid ""
"\\<variable id=\\\"err20\\\"\\>20 Resume without error \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145319.53.help.text
msgid "\\<variable id=\\\"err28\\\"\\>28 Out of stack space \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146110.54.help.text
msgid ""
"\\<variable id=\\\"err35\\\"\\>35 Sub or Function not defined \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147246.55.help.text
msgid ""
"\\<variable id=\\\"err48\\\"\\>48 Error in loading DLL \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146101.56.help.text
msgid ""
"\\<variable id=\\\"err49\\\"\\>49 Bad DLL calling convention \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153957.57.help.text
msgid "\\<variable id=\\\"err51\\\"\\>51 Internal error \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154404.58.help.text
msgid ""
"\\<variable id=\\\"err52\\\"\\>52 Bad file name or number \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3151338.59.help.text
msgid "\\<variable id=\\\"err53\\\"\\>53 File not found \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147298.60.help.text
msgid "\\<variable id=\\\"err54\\\"\\>54 Bad file mode \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148747.61.help.text
msgid "\\<variable id=\\\"err55\\\"\\>55 File already open \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145233.62.help.text
msgid "\\<variable id=\\\"err57\\\"\\>57 Device I/O error \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3156399.63.help.text
msgid "\\<variable id=\\\"err58\\\"\\>58 File already exists \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149324.64.help.text
msgid "\\<variable id=\\\"err59\\\"\\>59 Bad record length \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147409.65.help.text
msgid "\\<variable id=\\\"err61\\\"\\>61 Disk full \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149146.66.help.text
msgid ""
"\\<variable id=\\\"err62\\\"\\>62 Input past end of file \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150456.67.help.text
msgid "\\<variable id=\\\"err63\\\"\\>63 Bad record number \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146883.68.help.text
msgid "\\<variable id=\\\"err67\\\"\\>67 Too many files \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146818.69.help.text
msgid ""
"\\<variable id=\\\"err68\\\"\\>68 Device not available \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145225.70.help.text
msgid "\\<variable id=\\\"err70\\\"\\>70 Permission denied \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150372.71.help.text
msgid "\\<variable id=\\\"err71\\\"\\>71 Disk not ready \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148894.72.help.text
msgid ""
"\\<variable id=\\\"err73\\\"\\>73 Feature not implemented \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3152981.73.help.text
msgid ""
"\\<variable id=\\\"err74\\\"\\>74 No rename with different drive "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149355.74.help.text
msgid ""
"\\<variable id=\\\"err75\\\"\\>75 Path/file access error \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150477.75.help.text
msgid "\\<variable id=\\\"err76\\\"\\>76 Path not found \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154678.76.help.text
msgid ""
"\\<variable id=\\\"err91\\\"\\>91 Object variable not set \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149890.77.help.text
msgid ""
"\\<variable id=\\\"err93\\\"\\>93 Invalid pattern string \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146942.78.help.text
msgid "\\<variable id=\\\"err94\\\"\\>94 Invalid use of Null \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150028.79.help.text
msgid "\\<variable id=\\\"err323\\\"\\>323 Can't load module \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148434.80.help.text
msgid ""
"\\<variable id=\\\"err341\\\"\\>341 Invalid object index \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3143219.81.help.text
msgid ""
"\\<variable id=\\\"err366\\\"\\>366 No active view or document "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3144744.82.help.text
msgid ""
"\\<variable id=\\\"err380\\\"\\>380 Bad property value \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147420.83.help.text
msgid ""
"\\<variable id=\\\"err382\\\"\\>382 Property is read only \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3147472.84.help.text
msgid ""
"\\<variable id=\\\"err394\\\"\\>394 Property is write only \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148583.85.help.text
msgid ""
"\\<variable id=\\\"err420\\\"\\>420 Invalid object reference \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3153329.86.help.text
msgid ""
"\\<variable id=\\\"err423\\\"\\>423 Property or method not found "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3148738.87.help.text
msgid "\\<variable id=\\\"err424\\\"\\>424 Object required \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3159084.88.help.text
msgid ""
"\\<variable id=\\\"err425\\\"\\>425 Invalid use of object \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146806.89.help.text
msgid ""
"\\<variable id=\\\"err430\\\"\\>430 Class does not support OLE "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146130.90.help.text
msgid ""
"\\<variable id=\\\"err438\\\"\\>438 Object doesn't support method "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154374.91.help.text
msgid ""
"\\<variable id=\\\"err440\\\"\\>440 OLE automation error \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149685.92.help.text
msgid ""
"\\<variable id=\\\"err445\\\"\\>445 Object doesn't support this action "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150282.93.help.text
msgid ""
"\\<variable id=\\\"err446\\\"\\>446 Object doesn't support named args "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3150142.94.help.text
msgid ""
"\\<variable id=\\\"err447\\\"\\>447 Object doesn't support current locale "
"setting \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3152771.95.help.text
msgid ""
"\\<variable id=\\\"err448\\\"\\>448 Named argument not found \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145145.96.help.text
msgid ""
"\\<variable id=\\\"err449\\\"\\>449 Argument not optional \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154399.97.help.text
msgid ""
"\\<variable id=\\\"err450\\\"\\>450 Wrong number of arguments \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3146137.98.help.text
msgid ""
"\\<variable id=\\\"err451\\\"\\>451 Object not a collection \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3149507.99.help.text
msgid "\\<variable id=\\\"err452\\\"\\>452 Invalid ordinal \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3154566.100.help.text
msgid ""
"\\<variable id=\\\"err453\\\"\\>453 Specified DLL function not found "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/00000003.xhp#par_id3145595.101.help.text
msgid ""
"\\<variable id=\\\"err460\\\"\\>460 Invalid clipboard format \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01000000.xhp#tit.help.text
msgid "Programming with $[officename] Basic "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01000000.xhp#hd_id3156027.1.help.text
msgid ""
"\\<variable id=\\\"doc_title\\\"\\>\\<link "
"href=\\\"text/sbasic/shared/01000000.xhp\\\" name=\\\"Programming with "
"$[officename] Basic \\\"\\>Programming with $[officename] Basic "
"\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01000000.xhp#par_id3153708.2.help.text
msgid ""
"This is where you find general information about working with macros and "
"$[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#tit.help.text
msgid "Basics"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#bm_id4488967.help.text
msgid ""
""
"\\<bookmark_value\\>Basic;fundamentals\\</bookmark_value\\>\\<bookmark_value\\"
">subroutines\\</bookmark_value\\>\\<bookmark_value\\>variables;global and "
"local\\</bookmark_value\\>\\<bookmark_value\\>modules;subroutines and "
"functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#hd_id3154927.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01010210.xhp\\\" "
"name=\\\"Basics\\\"\\>Basics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3156023.14.help.text
msgid ""
"This section provides the fundamentals for working with $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3147560.2.help.text
msgid ""
"$[officename] Basic code is based on subroutines and functions that are "
"specified between \\<emph\\>sub...end sub\\</emph\\> and "
"\\<emph\\>function...end function\\</emph\\> sections. Each Sub or Function "
"can call other Subs and Functions. If you take care to write generic code "
"for a Sub or Function, you can probably re-use it in other programs. See "
"also \\<link href=\\\"text/sbasic/shared/01020300.xhp\\\" "
"name=\\\"Procedures and Functions\\\"\\>Procedures and Functions\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#hd_id3150398.3.help.text
msgid "What is a Sub?"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3148797.4.help.text
msgid ""
"\\<emph\\>Sub\\</emph\\> is the short form of "
"\\<emph\\>subroutine\\</emph\\>, that is used to handle a certain task "
"within a program. Subs are used to split a task into individual procedures. "
"Splitting a program into procedures and sub-procedures enhances readability "
"and reduces the error-proneness. A sub possibly takes some arguments as "
"parameters but does not return any values back to the calling sub or "
"function, for example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3150868.15.help.text
msgid "DoSomethingWithTheValues(MyFirstValue,MySecondValue)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#hd_id3156282.5.help.text
msgid "What is a Function?"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3156424.6.help.text
msgid ""
"A \\<emph\\>function\\</emph\\> is essentially a sub, which returns a value. "
"You may use a function at the right side of a variable declaration, or at "
"other places where you normally use values, for example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3146985.7.help.text
msgid "MySecondValue = myFunction(MyFirstValue)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#hd_id3153364.8.help.text
msgid "Global and local variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3151112.9.help.text
msgid ""
"Global variables are valid for all subs and functions inside a module. They "
"are declared at the beginning of a module before the first sub or function "
"starts."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3154012.10.help.text
msgid ""
"Variables that you declare within a sub or function are valid only inside "
"this sub or function. These variables override global variables with the "
"same name and local variables with the same name coming from superordinate "
"subs or functions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#hd_id3150010.11.help.text
msgid "Structuring"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3153727.12.help.text
msgid ""
"After separating your program into procedures and functions (Subs and "
"Functions), you can save these procedures and functions as files for reuse "
"in other projects. $[officename] Basic supports \\<link "
"href=\\\"text/sbasic/shared/01020500.xhp\\\" name=\\\"Modules and "
"Libraries\\\"\\>Modules and Libraries\\</link\\>. Subs and functions are "
"always contained in modules. You can define modules to be global or part of "
"a document. Multiple modules can be combined to a library."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01010210.xhp#par_id3152578.13.help.text
msgid ""
"You can copy or move subs, functions, modules and libraries from one file to "
"another by using the \\<link href=\\\"text/sbasic/shared/01/06130000.xhp\\\" "
"name=\\\"Macro\\\"\\>Macro\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01020000.xhp#tit.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020000.xhp#hd_id3148946.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01020000.xhp\\\" "
"name=\\\"Syntax\\\"\\>Syntax\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020000.xhp#par_id3150793.2.help.text
msgid ""
"This section describes the basic syntax elements of $[officename] Basic. For "
"a detailed description please refer to the $[officename] Basic Guide which "
"is available separately."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#tit.help.text
msgid "Using Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#bm_id3149346.help.text
msgid ""
"\\<bookmark_value\\>names of "
"variables\\</bookmark_value\\>\\<bookmark_value\\>variables; "
"using\\</bookmark_value\\>\\<bookmark_value\\>types of "
"variables\\</bookmark_value\\>\\<bookmark_value\\>declaring "
"variables\\</bookmark_value\\>\\<bookmark_value\\>values;of "
"variables\\</bookm"
"ark_value\\>\\<bookmark_value\\>constants\\</bookmark_value\"
"\>\\<bookmark_valu"
"e\\>arrays;declaring\\</bookmark_value\\>\\<bookmark_value\\"
">defining;constants\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3149346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01020100.xhp\\\" name=\\\"Using "
"Variables\\\"\\>Using Variables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154346.3.help.text
msgid ""
"The following describes the basic use of variables in $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3153361.4.help.text
msgid "Naming Conventions for Variable Identifiers"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3148797.5.help.text
msgid ""
"A variable name can consist of a maximum of 255 characters. The first "
"character of a variable name \\<emph\\>must\\</emph\\> be a letter A-Z or a-"
"z. Numbers can also be used in a variable name, but punctuation symbols and "
"special characters are not permitted, with exception of the underscore "
"character (\"_\"). In $[officename] Basic variable identifiers are not case-"
"sensitive. Variable names may contain spaces but must be enclosed in square "
"brackets if they do."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3156422.6.help.text
msgid "Examples for variable identifiers:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3163798.7.help.text
msgid "MyNumber=5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3156441.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3156441.126.help."
"text\n"
"Correct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3147317.8.help.text
msgid "MyNumber5=15"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149664.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149664.127.help."
"text\n"
"Correct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3145364.9.help.text
msgid "MyNumber_5=20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3146119.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3146119.128.help."
"text\n"
"Correct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154729.10.help.text
msgid "My Number=20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153876.11.help.text
msgid "Not valid, variable with space must be enclosed in square brackets"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3147126.14.help.text
msgid "[My Number]=12"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154510.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154510.15.help.t"
"ext\n"
"Correct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153708.12.help.text
msgid "DéjàVu=25"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150330.129.help.text
msgid "Not valid, special characters are not allowed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3155443.13.help.text
msgid "5MyNumber=12"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154254.130.help.text
msgid "Not valid, variable may not begin with a number"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3147345.16.help.text
msgid "Number,Mine=12"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149256.131.help.text
msgid "Not valid, punctuation marks are not allowed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3146317.17.help.text
msgid "Declaring Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150299.18.help.text
msgid ""
"In $[officename] Basic you don't need to declare variables explicitly. A "
"variable declaration can be performed with the \\<emph\\>Dim\\</emph\\> "
"statement. You can declare more than one variable at a time by separating "
"the names with a comma. To define the variable type, use either a type-"
"declaration sign after the name, or the appropriate key word. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154118.140.help.text
msgid "Examples for variable declarations:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150090.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150090.19.help.t"
"ext\n"
"DIM a$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150982.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150982.132.help."
"text\n"
"Declares the variable \"a\" as a String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149531.20.help.text
msgid "DIM a As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150343.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150343.133.help."
"text\n"
"Declares the variable \"a\" as a String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149036.21.help.text
msgid "DIM a$, b As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3155507.22.help.text
msgid "Declares one variable as a String and one as an Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_idN10854.help.text
msgid "DIM c As Boolean"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_idN10859.help.text
msgid "Declares c as a Boolean variable that can be TRUE or FALSE"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150519.23.help.text
msgid ""
"It is very important when declaring variables that you use the type-"
"declaration character each time, even if it was used in the declaration "
"instead of a keyword. Thus the following statements are invalid:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3152985.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3152985.24.help.t"
"ext\n"
"DIM a$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154527.134.help.text
msgid "Declares \"a\" as a String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3148599.25.help.text
msgid "a=\"TestString\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153064.135.help.text
msgid "Type-declaration missing: \"a$=\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3144770.26.help.text
msgid ""
"Once you have declared a variable as a certain type, you cannot declare the "
"variable under the same name again as a different type!"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3149331.27.help.text
msgid "Forcing Variable Declarations"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149443.28.help.text
msgid "To force declaration of variables, use the following command:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3152869.29.help.text
msgid "OPTION EXPLICIT"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3155072.30.help.text
msgid ""
"The \\<emph\\>Option Explicit\\</emph\\> statement has to be the first line "
"in the module, before the first SUB. Generally, only arrays need to be "
"declared explicitly. All other variables are declared according to the type-"
"declaration character, or - if omitted - as the default type "
"\\<emph\\>Single\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3154614.34.help.text
msgid "Variable Types"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3155383.35.help.text
msgid "$[officename] Basic supports four variable classes:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153972.36.help.text
msgid ""
"\\<emph\\>Numeric\\</emph\\> variables can contain number values. Some "
"variables are used to store large or small numbers, and others are used for "
"floating-point or fractional numbers. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3159226.37.help.text
msgid "\\<emph\\>String\\</emph\\> variables contain character strings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3145217.38.help.text
msgid ""
"\\<emph\\>Boolean\\</emph\\> variables contain either the TRUE or the FALSE "
"value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154762.39.help.text
msgid ""
"\\<emph\\>Object\\</emph\\> variables can store objects of various types, "
"like tables and documents within a document."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3153805.40.help.text
msgid "Integer Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3146966.41.help.text
msgid ""
"Integer variables range from -32768 to 32767. If you assign a floating-point "
"value to an integer variable, the decimal places are rounded to the next "
"integer. Integer variables are rapidly calculated in procedures and are "
"suitable for counter variables in loops. An integer variable only requires "
"two bytes of memory. \"%\" is the type-declaration character."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153810.43.help.text
msgid "Dim Variable%"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153556.44.help.text
msgid "Dim Variable As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3147546.45.help.text
msgid "Long Integer Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3151193.46.help.text
msgid ""
"Long integer variables range from -2147483648 to 2147483647. If you assign a "
"floating-point value to a long integer variable, the decimal places are "
"rounded to the next integer. Long integer variables are rapidly calculated "
"in procedures and are suitable for counter variables in loops for large "
"values. A long integer variable requires four bytes of memory. \"&\" is the "
"type-declaration character."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154708.48.help.text
msgid "Dim Variable&"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3156365.49.help.text
msgid "Dim Variable as Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3147500.50.help.text
msgid "Single Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153070.51.help.text
msgid ""
"Single variables can take positive or negative values ranging from "
"3.402823 x 10E38 to 1.401298 x 10E-45. Single variables are floating-point "
"variables, in which the decimal precision decreases as the non-decimal part "
"of the number increases. Single variables are suitable for mathematical "
"calculations of average precision. Calculations require more time than for "
"Integer variables, but are faster than calculations with Double variables. A "
"Single variable requires 4 bytes of memory. The type-declaration character "
"is \"!\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149875.52.help.text
msgid "Dim Variable!"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153302.53.help.text
msgid "Dim Variable as Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3155753.54.help.text
msgid "Double Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150953.55.help.text
msgid ""
"Double variables can take positive or negative values ranging from "
"1.79769313486232 x 10E308 to 4.94065645841247 x 10E-324. Double variables "
"are floating-point variables, in which the decimal precision decreases as "
"the non-decimal part of the number increases. Double variables are suitable "
"for precise calculations. Calculations require more time than for Single "
"variables. A Double variable requires 8 bytes of memory. The type-"
"declaration character is \"#\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150431.56.help.text
msgid "Dim Variable#"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154406.57.help.text
msgid "Dim Variable As Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3155747.95.help.text
msgid "Currency Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153337.96.help.text
msgid ""
"Currency variables are internally stored as 64-bit numbers (8 Bytes) and "
"displayed as a fixed-decimal number with 15 non-decimal and 4 decimal "
"places. The values range from -922337203685477.5808 to "
"+922337203685477.5807. Currency variables are used to calculate currency "
"values with a high precision. The type-declaration character is \"@\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3147296.97.help.text
msgid "Dim Variable@"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150391.98.help.text
msgid "Dim Variable As Currency"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3148742.58.help.text
msgid "String Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3151393.59.help.text
msgid ""
"String variables can hold character strings with up to 65,535 characters. "
"Each character is stored as the corresponding Unicode value. String "
"variables are suitable for word processing within programs and for temporary "
"storage of any non-printable character up to a maximum length of 64 Kbytes. "
"The memory required for storing string variables depends on the number of "
"characters in the variable. The type-declaration character is \"$\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3166467.60.help.text
msgid "Dim Variable$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153027.61.help.text
msgid "Dim Variable As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3150534.62.help.text
msgid "Boolean Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3145632.63.help.text
msgid ""
"Boolean variables store only one of two values: TRUE or FALSE. A number 0 "
"evaluates to FALSE, every other value evaluates to TRUE."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3147615.64.help.text
msgid "Dim Variable As Boolean"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3149722.65.help.text
msgid "Date Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3159116.66.help.text
msgid ""
"Date variables can only contain dates and time values stored in an internal "
"format. Values assigned to Date variables with \\<link "
"href=\\\"text/sbasic/shared/03030101.xhp\\\" "
"name=\\\"Dateserial\\\"\\>\\<emph\\>Dateserial\\</emph\\>\\</link\\>, "
"\\<link href=\\\"text/sbasic/shared/03030102.xhp\\\" "
"name=\\\"Datevalue\\\"\\>\\<emph\\>Datevalue\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030205.xhp\\\" "
"name=\\\"Timeserial\\\"\\>\\<emph\\>Timeserial\\</emph\\>\\</link\\> or "
"\\<link href=\\\"text/sbasic/shared/03030206.xhp\\\" "
"name=\\\"Timevalue\\\"\\>\\<emph\\>Timevalue\\</emph\\>\\</link\\> are "
"automatically converted to the internal format. Date-variables are converted "
"to normal numbers by using the \\<link "
"href=\\\"text/sbasic/shared/03030103.xhp\\\" "
"name=\\\"Day\\\"\\>\\<emph\\>Day\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030104.xhp\\\" "
"name=\\\"Month\\\"\\>\\<emph\\>Month\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030106.xhp\\\" "
"name=\\\"Year\\\"\\>\\<emph\\>Year\\</emph\\>\\</link\\> or the \\<link "
"href=\\\"text/sbasic/shared/03030201.xhp\\\" "
"name=\\\"Hour\\\"\\>\\<emph\\>Hour\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030202.xhp\\\" "
"name=\\\"Minute\\\"\\>\\<emph\\>Minute\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030204.xhp\\\" "
"name=\\\"Second\\\"\\>\\<emph\\>Second\\</emph\\>\\</link\\> function. The "
"internal format enables a comparison of date/time values by calculating the "
"difference between two numbers. These variables can only be declared with "
"the key word \\<emph\\>Date\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150462.67.help.text
msgid "Dim Variable As Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3148732.68.help.text
msgid "Initial Variable Values"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154549.69.help.text
msgid ""
"As soon as the variable has been declared, it is automatically set to the "
"\"Null\" value. Note the following conventions:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3143222.70.help.text
msgid ""
"\\<emph\\>Numeric\\</emph\\> variables are automatically assigned the value "
"\"0\" as soon as they are declared."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150693.71.help.text
msgid ""
"\\<emph\\>Date variables\\</emph\\> are assigned the value 0 internally; "
"equivalent to converting the value to \"0\" with the \\<link "
"href=\\\"text/sbasic/shared/03030103.xhp\\\" "
"name=\\\"Day\\\"\\>\\<emph\\>Day\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030104.xhp\\\" "
"name=\\\"Month\\\"\\>\\<emph\\>Month\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030106.xhp\\\" "
"name=\\\"Year\\\"\\>\\<emph\\>Year\\</emph\\>\\</link\\> or the \\<link "
"href=\\\"text/sbasic/shared/03030201.xhp\\\" "
"name=\\\"Hour\\\"\\>\\<emph\\>Hour\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030202.xhp\\\" "
"name=\\\"Minute\\\"\\>\\<emph\\>Minute\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03030204.xhp\\\" "
"name=\\\"Second\\\"\\>\\<emph\\>Second\\</emph\\>\\</link\\> function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154807.72.help.text
msgid ""
"\\<emph\\>String variables\\</emph\\> are assigned an empty-string (\"\") "
"when they are declared."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3153936.83.help.text
msgid "Arrays"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3148736.84.help.text
msgid ""
"$[officename] Basic knows one- or multi-dimensional arrays, defined by a "
"specified variable type. Arrays are suitable for editing lists and tables in "
"programs. Individual elements of an array can be addressed through a numeric "
"index."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149546.85.help.text
msgid ""
"Arrays \\<emph\\>must\\</emph\\> be declared with the "
"\\<emph\\>Dim\\</emph\\> statement. There are several ways to define the "
"index range of an array:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3150143.86.help.text
msgid "DIM text$(20)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154567.136.help.text
msgid "21 elements numbered from 0 to 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3145596.125.help.text
msgid "DIM text$(5,4)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3154397.137.help.text
msgid "30 elements (a matrix of 6 x 5 elements)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149185.87.help.text
msgid "DIM text$(5 to 25)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3149690.138.help.text
msgid "21 elements numbered from 5 to 25"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3155950.88.help.text
msgid "DIM text$(-15 to 5)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153113.89.help.text
msgid "21 elements (including 0), numbered from -15 to 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153005.90.help.text
msgid "The index range can include positive as well as negative numbers. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#hd_id3154507.91.help.text
msgid "Constants"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3156357.92.help.text
msgid ""
"Constants have a fixed value. They are only defined once in the program and "
"cannot be redefined later:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153203.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020100.xhp#par_id3153203.93.help.t"
"ext\n"
"CONST ConstName=Expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#tit.help.text
msgid "Using Objects"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#hd_id3145645.1.help.text
msgid ""
"\\<variable id=\\\"01020200\\\"\\>\\<link "
"href=\\\"text/sbasic/shared/01020200.xhp\\\"\\>Using the Object "
"Catalog\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#par_id3153707.76.help.text
msgid ""
"The object catalog provides an overview of all modules and dialogs you have "
"created in $[officename]."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#par_id3147346.78.help.text
msgid ""
"Click the \\<emph\\>Object Catalog\\</emph\\> icon \\<image "
"id=\\\"img_id3147341\\\" "
"src=\\\"res/commandimagelist/sc_objectcatalog.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3147341\\\"\\>Icon\\</alt\\>\\</image\\> in the Macro toolbar "
"to display the object catalog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#par_id3155114.79.help.text
msgid ""
"The dialog shows a list of all existing objects in a hierarchical "
"representation. Double-clicking a list entry opens its subordinate objects."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#par_id3150786.83.help.text
msgid ""
"To display a certain module in the Editor or to position the cursor in a "
"selected SUB or FUNCTION, select the corresponding entry and click the "
"\\<emph\\>Show\\</emph\\> icon \\<image id=\\\"img_id3149527\\\" "
"src=\\\"basctl/res/im01.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3149527\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020200.xhp#par_id3153266.81.help.text
msgid "Click the (X) icon in the title bar to close the object catalog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#tit.help.text
msgid "Using Procedures and Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#bm_id3149456.help.text
msgid ""
""
"\\<bookmark_value\\>procedures\\</bookmark_value\\>\\<bookmark_value\\>functio"
"ns;using\\</bookmark_value\\>\\<bookmark_value\\>variables;passing to "
"procedures and "
"functions\\</bookmark_value\\>\\<bookmark_value\\>parameters;for procedures "
"and functions\\</bookmark_value\\>\\<bookmark_value\\>parameters;passing by "
"reference or "
"value\\</bookmark_value\\>\\<bookmark_value\\>variables;scope\\</"
"bookmark_value\\>\\<bookmark_value\\>scope of "
"variables\\</bookmark_value\\>\\<bookmark_value\\>GLOBAL "
"variables\\</bookmark_value\\>\\<bookmark_value\\>PUBLIC "
"variables\\</bookmark_value\\>\\<bookmark_value\\>PRIVATE "
"variables\\</bookmark_value\\>\\<bookmark_value\\>functions;return value "
"type\\</bookmark_value\\>\\<bookmark_value\\>return value type of "
"functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3149456.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01020300.xhp\\\"\\>Using Procedures and "
"Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150767.2.help.text
msgid ""
"The following describes the basic use of procedures and functions in "
"$[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3154124.3.help.text
msgid ""
"Procedures (SUBS) and functions (FUNCTIONS) help you maintaining a "
"structured overview by separating a program into logical pieces."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3153193.4.help.text
msgid ""
"One benefit of procedures and functions is that, once you have developed a "
"program code containing task components, you can use this code in another "
"project."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3153770.26.help.text
msgid "Passing Variables to Procedures (SUB) and Functions (FUNCTION)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3155414.27.help.text
msgid ""
"Variables can be passed to both procedures and functions. The SUB or "
"FUNCTION must be declared to expect parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3163710.28.help.text
msgid ""
"SUB SubName(\\<emph\\>Parameter1 As Type, Parameter2 As Type,...\\</emph\\>)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3151114.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3151114.29.help.t"
"ext\n"
"Program code"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3146975.30.help.text
msgid "END SUB"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3152577.31.help.text
msgid "The SUB is called using the following syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3159154.32.help.text
msgid "SubName(Value1, Value2,...)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3147124.33.help.text
msgid ""
"The parameters passed to a SUB must fit to those specified in the SUB "
"declaration."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3147397.34.help.text
msgid ""
"The same process applies to FUNCTIONS. In addition, functions always return "
"a function result. The result of a function is defined by assigning the "
"return value to the function name:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3149412.35.help.text
msgid ""
"FUNCTION FunctionName(Parameter1 As Type, Parameter2 As Type,...) As Type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3156284.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3156284.36.help.t"
"ext\n"
"Program code"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3145799.37.help.text
msgid "\\<emph\\>FunctionName=Result\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150716.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150716.38.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3153839.39.help.text
msgid "The FUNCTION is called using the following syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3146914.40.help.text
msgid "Variable=FunctionName(Parameter1, Parameter2,...)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_idN107B3.help.text
msgid ""
"You can also use the fully qualified name to call a procedure or "
"function:\\<br/\\>\\<item "
"type=\\\"literal\\\"\\>Library.Module.Macro()\\</item\\>\\<br/\\> For "
"example, to call the Autotext macro from the Gimmicks library, use the "
"following command:\\<br/\\>\\<item "
"type=\\\"literal\\\"\\>Gimmicks.AutoText.Main()\\</item\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3156276.45.help.text
msgid "Passing Variables by Value or Reference"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3155765.47.help.text
msgid ""
"Parameters can be passed to a SUB or a FUNCTION either by reference or by "
"value. Unless otherwise specified, a parameter is always passed by "
"reference. That means that a SUB or a FUNCTION gets the parameter and can "
"read and modify its value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3145640.53.help.text
msgid ""
"If you want to pass a parameter by value insert the key word \"ByVal\" in "
"front of the parameter when you call a SUB or FUNCTION, for example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150042.54.help.text
msgid "Result = Function(\\<emph\\>ByVal\\</emph\\> Parameter)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3149258.55.help.text
msgid ""
"In this case, the original content of the parameter will not be modified by "
"the FUNCTION since it only gets the value and not the parameter itself."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3151215.56.help.text
msgid ""
"When you create a new module, $[officename] Basic automatically inserts a "
"SUB called \"Main\". This default name has nothing to do with the order or "
"the starting point of a $[officename] Basic project. You can also safely "
"rename this SUB."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3150982.57.help.text
msgid "Scope of Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3149814.58.help.text
msgid ""
"A variable defined within a SUB or FUNCTION, only remains valid until the "
"procedure is exited. This is known as a \"local\" variable. In many cases, "
"you need a variable to be valid in all procedures, in every module of all "
"libraries, or after a SUB or FUNCTION is exited. This property is controlled "
"in a variable declaration through key words in the \\<emph\\>Dim\\</emph\\> "
"statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3154186.59.help.text
msgid "Declaring Variables Outside a SUB or FUNCTION"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150208.111.help.text
msgid "DIM GLOBAL VarName As TYPENAME"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3145258.112.help.text
msgid "The variable is valid as long as the $[officename] session lasts."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3153198.60.help.text
msgid "DIM PUBLIC VarName As TYPENAME"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150088.61.help.text
msgid "The variable is valid in all modules."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3158212.62.help.text
msgid "DIM PRIVATE VarName As TYPENAME"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3152994.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3152994.63.help.t"
"ext\n"
"The variable is only valid in this module."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150886.64.help.text
msgid "DIM VarName As TYPENAME"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150368.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3150368.65.help.t"
"ext\n"
"The variable is only valid in this module."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3154368.66.help.text
msgid "Saving Variable Content after Exiting a SUB or FUNCTION"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3156288.67.help.text
msgid "DIM STATIC VarName As TYPENAME"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3154486.68.help.text
msgid ""
"The variable retains its value until the next time the FUNCTION or SUB is "
"entered. The declaration must exist inside a SUB or a FUNCTION."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#hd_id3155809.41.help.text
msgid "Specifying the Return Value Type of a FUNCTION"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3149404.42.help.text
msgid ""
"As with variables, include a type-declaration character after the function "
"name, or the type indicated by \"As\" and the corresponding key word at the "
"end of the parameter list to define the type of the function's return value, "
"for example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020300.xhp#par_id3152899.43.help.text
msgid ""
"Function WordCount(WordText as String) \\<emph\\>as Integer\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#tit.help.text
msgid "Libraries, Modules and Dialogs"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#hd_id3147317.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01020500.xhp\\\" name=\\\"Libraries, "
"Modules and Dialogs\\\"\\>Libraries, Modules and Dialogs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#par_id3147427.2.help.text
msgid ""
"The following describes the basic use of libraries, modules and dialogs in "
"$[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#par_id3146120.3.help.text
msgid ""
"$[officename] Basic provides tools to help you structuring your projects. It "
"supports various \"units\" which enable you to group individual SUBS and "
"FUNCTIONS in a Basic project."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#hd_id3148575.5.help.text
msgid "Libraries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#par_id3150011.6.help.text
msgid ""
"Libraries serve as a tool for organizing modules, and can either be attached "
"to a document or a template. When the document or a template is saved, all "
"modules contained in the library are automatically saved as well."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#par_id3151112.7.help.text
msgid "A library can contain up to 16,000 modules."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#hd_id3149262.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01020500.xhp#hd_id3149262.8.help.tex"
"t\n"
"Modules"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#par_id3156441.9.help.text
msgid ""
"A module contains SUBS and FUNCTIONS along with variable declarations. The "
"length of the program that can be saved in a module is limited to 64 KB. If "
"more space is required you can divide a $[officename] Basic project among "
"several modules, and then save them in a single library."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#hd_id3152577.11.help.text
msgid "Dialog Modules"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01020500.xhp#par_id3149377.12.help.text
msgid ""
"Dialog modules contain dialog definitions, including the dialog box "
"properties, the properties of each dialog element and the events assigned. "
"Since a dialog module can only contain a single dialog, they are often "
"referred to as \"dialogs\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030000.xhp#tit.help.text
msgid "Integrated Development Environment (IDE)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030000.xhp#bm_id3145090.help.text
msgid ""
"\\<bookmark_value\\>Basic IDE;Integrated Development "
"Environment\\</bookmark_value\\>\\<bookmark_value\\>IDE;Integrated "
"Development Environment\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030000.xhp#hd_id3145090.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01030000.xhp\\\" name=\\\"Integrated "
"Development Environment (IDE)\\\"\\>Integrated Development Environment "
"(IDE)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030000.xhp#par_id3146795.2.help.text
msgid ""
"This section describes the Integrated Development Environment for "
"$[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#tit.help.text
msgid "IDE Overview"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#hd_id3147291.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01030100.xhp\\\" name=\\\"IDE "
"Overview\\\"\\>IDE Overview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#par_id3156344.3.help.text
msgid ""
"The \\<link href=\\\"text/sbasic/shared/main0211.xhp\\\" name=\\\"Macro "
"Toolbar\\\"\\>\\<emph\\>Macro Toolbar\\</emph\\>\\</link\\> in the IDE "
"provides various icons for editing and testing programs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#par_id3151210.4.help.text
msgid ""
"In the \\<link href=\\\"text/sbasic/shared/01030200.xhp\\\" name=\\\"Editor "
"window\\\"\\>\\<emph\\>Editor window\\</emph\\>\\</link\\>, directly below "
"the Macro toolbar, you can edit the Basic program code. The column on the "
"left side is used to set breakpoints in the program code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#par_id3154686.5.help.text
msgid ""
"The \\<link href=\\\"text/sbasic/shared/01050100.xhp\\\" "
"name=\\\"Watch\\\"\\>\\<emph\\>Watch window\\</emph\\>\\</link\\> (observer) "
"is located below the Editor window at the left, and displays the contents of "
"variables or arrays during a single step process."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#par_id3145787.8.help.text
msgid ""
"The \\<emph\\>Call Stack\\</emph\\> window to the right provides information "
"about the call stack of SUBS and FUNCTIONS when a program runs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030100.xhp#par_id3147434.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030100.xhp#par_id3147434.6.help.te"
"xt\n"
"\\<link href=\\\"text/sbasic/shared/01050000.xhp\\\" name=\\\"Basic "
"IDE\\\"\\>Basic IDE\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#tit.help.text
msgid "The Basic Editor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#bm_id3148647.help.text
msgid ""
"\\<bookmark_value\\>saving;Basic "
"code\\</bookmark_value\\>\\<bookmark_value\\>Basic;loading and saving source "
"code\\</bookmark_value\\>\\<bookmark_value\\>loading;Basic "
"code\\</bookmark_value\\>\\<bookmark_value\\>Basic "
"editor\\</bookmark_value\\>\\<bookmark_value\\>navigating;in Basic "
"projects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3147264.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01030200.xhp\\\" name=\\\"The Basic "
"Editor\\\"\\>The Basic Editor\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3145069.3.help.text
msgid ""
"The Basic Editor provides the standard editing functions you are familiar "
"with when working in a text document. It supports the functions of the "
"\\<emph\\>Edit\\</emph\\> menu (Cut, Delete, Paste), the ability to select "
"text with the Shift key, as well as cursor positioning functions (for "
"example, moving from word to word with \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> and the "
"arrow keys)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3154686.31.help.text
msgid ""
"Long lines can be split into several parts by inserting an underline "
"character _ as the last character of a line. This connects the line with the "
"following line to one logical line."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3151042.32.help.text
msgid ""
"If you press the \\<emph\\>Run BASIC\\</emph\\> icon on the "
"\\<emph\\>Macro\\</emph\\> bar, program execution starts at the first line "
"of the Basic editor. The \"Sub Main\" does not take precedence on program "
"execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3125863.4.help.text
msgid "Navigating in a Project"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3145785.6.help.text
msgid "The Library List"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3146120.7.help.text
msgid ""
"Select a library from the \\<emph\\>Library\\</emph\\> list at the left of "
"the toolbar to load the library in the editor. The first module of the "
"selected library will be displayed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3153190.8.help.text
msgid "The Object Catalog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3148647.15.help.text
msgid "Saving and Loading Basic Source Code"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3154320.16.help.text
msgid ""
"You can save Basic code in a text file for saving and importing in other "
"programming systems."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3149959.25.help.text
msgid "You cannot save Basic dialogs to a text file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3149403.17.help.text
msgid "Saving Source Code to a Text File"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3150327.18.help.text
msgid ""
"Select the module that you want to export as text from the object catalog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3150752.19.help.text
msgid ""
"Click the \\<emph\\>Save Source As\\</emph\\> icon in the Macro toolbar."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3154754.20.help.text
msgid ""
"Select a file name and click \\<emph\\>OK\\</emph\\> to save the file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#hd_id3159264.21.help.text
msgid "Loading Source Code From a Text File"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3147343.22.help.text
msgid ""
"Select the module where you want to import the source code from the object "
"catalog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3145230.23.help.text
msgid "Position the cursor where you want to insert the program code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3149565.24.help.text
msgid ""
"Click the \\<emph\\>Insert Source Text\\</emph\\> icon in the Macro toolbar."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3154020.33.help.text
msgid ""
"Select the text file containing the source code and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3153198.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030200.xhp#par_id3153198.29.help.t"
"ext\n"
"\\<link href=\\\"text/sbasic/shared/01050000.xhp\\\" name=\\\"Basic "
"IDE\\\"\\>Basic IDE\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#tit.help.text
msgid "Debugging a Basic Program"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#bm_id3153344.help.text
msgid ""
"\\<bookmark_value\\>debugging Basic "
"programs\\</bookmark_value\\>\\<bookmark_value\\>Basic; "
"debugging\\</bookmark_value\\>\\<bookmark_value\\>variables; observing "
"values\\</bookmark_value\\>\\<bookmark_value\\>watching "
"variables\\</bookmark_value\\>\\<bookmark_value\\>run-time errors in "
"Basic\\</bookmark_value\\>\\<bookmark_value\\>error codes in "
"Basic\\</bookmark"
"_value\\>\\<bookmark_value\\>breakpoints\\</bookmark_value\\>"
"\\<bookmark_value\\>Call Stack window\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#hd_id3153344.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01030300.xhp\\\"\\>Debugging a Basic "
"Program\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#hd_id3159224.4.help.text
msgid "Breakpoints and Single Step Execution"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3150682.5.help.text
msgid ""
"You can check each line in your Basic program for errors using single step "
"execution. Errors are easily traced since you can immediately see the result "
"of each step. A pointer in the breakpoint column of the Editor indicates the "
"current line. You can also set a breakpoint if you want to force the program "
"to be interrupted at a specific position."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3147303.7.help.text
msgid ""
"Double-click in the \\<emph\\>breakpoint\\</emph\\> column at the left of "
"the Editor window to toggle a breakpoint at the corresponding line. When the "
"program reaches a breakpoint, the program execution is interrupted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3155805.8.help.text
msgid ""
"The \\<emph\\>single step \\</emph\\>execution using the \\<emph\\>Single "
"Step\\</emph\\> icon causes the program to branch into procedures and "
"functions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3151110.25.help.text
msgid ""
"The procedure step execution using the \\<emph\\>Procedure Step\\</emph\\> "
"icon causes the program to skip over procedures and functions as a single "
"step."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#hd_id3153825.9.help.text
msgid "Properties of a Breakpoint"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3147574.26.help.text
msgid ""
"The properties of a breakpoint are available through its context menu by "
"right-clicking the breakpoint in the breakpoint column."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3148473.10.help.text
msgid ""
"You can \\<emph\\>activate\\</emph\\> and \\<emph\\>deactivate\\</emph\\> a "
"breakpoint by selecting \\<emph\\>Active\\</emph\\> from its context menu. "
"When a breakpoint is deactivated, it does not interrupt the program "
"execution. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3159413.27.help.text
msgid ""
"Select \\<emph\\>Properties\\</emph\\> from the context menu of a breakpoint "
"or select \\<emph\\>Breakpoints\\</emph\\> from the context menu of the "
"breakpoint column to call the \\<emph\\>Breakpoints\\</emph\\> dialog where "
"you can specify other breakpoint options."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3156280.11.help.text
msgid ""
"The list displays all \\<emph\\>breakpoints\\</emph\\> with the "
"corresponding line number in the source code. You can activate or deactivate "
"a selected breakpoint by checking or clearing the "
"\\<emph\\>Active\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3158407.12.help.text
msgid ""
"The \\<emph\\>Pass Count\\</emph\\> specifies the number of times the "
"breakpoint can be passed over before the program is interrupted. If you "
"enter 0 (default setting) the program is always interrupted as soon as a "
"breakpoint is encountered."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3153968.13.help.text
msgid ""
"Click \\<emph\\>Delete\\</emph\\> to remove the breakpoint from the program."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#hd_id3150439.14.help.text
msgid "Observing the Value of Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3153368.15.help.text
msgid ""
"You can monitor the values of a variable by adding it to the "
"\\<emph\\>Watch\\</emph\\> window. To add a variable to the list of watched "
"variables, type the variable name in the \\<emph\\>Watch\\</emph\\> text box "
"and press Enter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3146986.16.help.text
msgid ""
"The values of variables are only displayed if they are in scope. Variables "
"that are not defined at the current source code location display (\"Out of "
"Scope\") instead of a value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3145272.17.help.text
msgid ""
"You can also include arrays in the Watch window. If you enter the name of an "
"array variable without an index value in the Watch text box, the content of "
"the entire array is displayed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3145749.19.help.text
msgid ""
"If you rest the mouse over a predefined variable in the Editor at run-time, "
"the content of the variable is displayed in a pop-up box."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#hd_id3148618.20.help.text
msgid "The Call Stack Window"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#par_id3154491.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_STACKWINDOW_LIST\\\"\\>Provides an overview of "
"the call hierarchy of procedures and functions.\\</ahelp\\> You can "
"determine which procedures and functions called which other procedures and "
"functions at the current point in the source code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030300.xhp#hd_id3150594.24.help.text
msgid "List of Run-Time Errors"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#tit.help.text
msgid "Organizing Libraries and Modules"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#bm_id3148797.help.text
msgid ""
""
"\\<bookmark_value\\>libraries;organizing\\</bookmark_value\\>\\<bookmark_value"
"\"
"\>modules;organizing\\</bookmark_value\\>\\<bookmark_value\\>copying;modules\"
"\</bookmark_value\\>\\<bookmark_value\\>adding "
"libraries\\</bookmark_value\\>\"
"\<bookmark_value\\>deleting;libraries/modules/d"
"ialogs\\</bookmark_value\\>\\<bookmark_value\\>dialogs;creating and "
"renaming\\"
"</bookmark_value\\>\\<bookmark_value\\>moving;modules\\</bookmark_va"
"lue\\>\\<b"
"ookmark_value\\>organizing;modules/libraries\\</bookmark_value\\>\\<"
"bookmark_value\\>renaming modules\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3148797.1.help.text
msgid ""
"\\<variable id=\\\"01030400\\\"\\>\\<link "
"href=\\\"text/sbasic/shared/01030400.xhp\\\"\\>Organizing Libraries and "
"Modules\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3150868.4.help.text
msgid "Organizing Libraries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3125864.5.help.text
msgid "Creating a New Library"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3152576.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3152576.6.help.te"
"xt\n"
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> and click "
"\\<emph\\>Organizer\\</emph\\> or click the \\<emph\\>Modules\\</emph\\> "
"icon in the Basic IDE to open the \\<emph\\>Macro Organizer\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3153726.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3153726.8.help.te"
"xt\n"
"Click the \\<emph\\>Libraries\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3149664.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3149664.9.help.te"
"xt\n"
"Select the object to which you want to attach the library from the "
"\\<emph\\>Application/Document\\</emph\\> list. If you select "
"\\<emph\\>soffice\\</emph\\> the library will belong to the $[officename] "
"application and will be available for all documents. If you select a "
"document the library will be attached to this document and only available "
"from there."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3153365.10.help.text
msgid ""
"Click \\<emph\\>New\\</emph\\> and insert a name to create a new library."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3147394.48.help.text
msgid "Appending a Library"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3153157.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3153157.49.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> and click "
"\\<emph\\>Organizer\\</emph\\> or click the \\<emph\\>Modules\\</emph\\> "
"icon in the Basic IDE to open the \\<emph\\>Macro Organizer\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146972.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146972.50.help.t"
"ext\n"
"Click the \\<emph\\>Libraries\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3145640.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3145640.51.help.t"
"ext\n"
"Select the object to which you want to attach the library from the "
"\\<emph\\>Application/Document\\</emph\\> list. If you select "
"\\<emph\\>soffice\\</emph\\> the library will belong to the $[officename] "
"application and will be available for all documents. If you select a "
"document the library will be attached to this document and only available "
"from there."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3154253.52.help.text
msgid ""
"Click \\<emph\\>Append\\</emph\\> and select an external library to append."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3154705.53.help.text
msgid ""
"Select all libraries to be appended in the \\<emph\\>Append "
"Libraries\\</emph\\> dialog. The dialog displays all libraries that are "
"contained in the selected file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3163807.54.help.text
msgid ""
"If you want to insert the library as a reference only check the "
"\\<emph\\>Insert as reference (read-only)\\</emph\\> box. Read-only "
"libraries are fully functional but cannot be modified in the Basic IDE."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3145228.55.help.text
msgid ""
"Check the \\<emph\\>Replace existing libraries\\</emph\\> box if you want "
"existing libraries of the same name to be overwritten."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3147004.56.help.text
msgid "Click \\<emph\\>OK\\</emph\\> to append the library."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3159100.17.help.text
msgid "Deleting a Library"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150086.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150086.18.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> and click "
"\\<emph\\>Organizer\\</emph\\> or click the \\<emph\\>Modules\\</emph\\> "
"icon in the Basic IDE to open the \\<emph\\>Macro Organizer\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146808.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146808.57.help.t"
"ext\n"
"Click the \\<emph\\>Libraries\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3158212.58.help.text
msgid ""
"Select the object with the library to be deleted from the "
"\\<emph\\>Application/Document\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150361.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150361.20.help.t"
"ext\n"
"Click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3152986.19.help.text
msgid ""
"Deleting a library permanently deletes all existing modules and "
"corresponding procedures and functions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3148868.59.help.text
msgid "You cannot delete the default library named \"Standard\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146869.60.help.text
msgid ""
"If you delete a library that was inserted as reference only the reference is "
"deleted but not the library itself."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3147070.21.help.text
msgid "Organizing Modules and Dialogs"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3155265.61.help.text
msgid "Creating a New Module or Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3154537.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3154537.62.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> and click "
"\\<emph\\>Organizer\\</emph\\> or click the \\<emph\\>Modules\\</emph\\> "
"icon in the Basic IDE to open the \\<emph\\>Macro Organizer\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146781.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146781.63.help.t"
"ext\n"
"Click the \\<emph\\>Modules\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3159206.64.help.text
msgid ""
"Select the library where the module will be inserted and click \\<emph\\>New "
"Module\\</emph\\> or \\<emph\\>New Dialog\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3152389.65.help.text
msgid ""
"Enter a name for the module or the dialog and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3152872.25.help.text
msgid "Renaming a Module or Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3159230.66.help.text
msgid ""
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> to open the "
"\\<emph\\>Macro \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150046.67.help.text
msgid ""
"Select the module to be renamed from the \\<emph\\>Macro from\\</emph\\> "
"list and click \\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3153801.27.help.text
msgid ""
"In the Basic IDE, right-click the name of the module or dialog in the tabs "
"at the bottom of the screen and type in the new name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3155526.28.help.text
msgid "Press Enter to confirm your changes."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3146963.29.help.text
msgid "Deleting a Module or Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3147547.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3147547.68.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> and click "
"\\<emph\\>Organizer\\</emph\\> or click the \\<emph\\>Modules\\</emph\\> "
"icon in the Basic IDE to open the \\<emph\\>Macro Organizer\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150958.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3150958.69.help.t"
"ext\n"
"Click the \\<emph\\>Modules\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3149870.30.help.text
msgid ""
"Select the module to be deleted from the \\<emph\\>Module/Dialog\\</emph\\> "
"list. Double-click an entry to reveal sub-entries, if required."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3147248.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3147248.32.help.t"
"ext\n"
"Click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3151339.31.help.text
msgid ""
"Deleting a module permanently deletes all existing procedures and functions "
"in that module."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3151392.33.help.text
msgid "Organizing Projects among Documents or Templates"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#hd_id3156400.36.help.text
msgid ""
"Moving or copying modules between documents, templates and the application."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3146819.37.help.text
msgid ""
"Open all documents or templates among which you want to move or copy the "
"modules or dialogs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3149319.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3149319.38.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Macros - Macro\\</emph\\> and click "
"\\<emph\\>Organizer\\</emph\\> or click the \\<emph\\>Modules\\</emph\\> "
"icon in the Basic IDE to open the \\<emph\\>Macro Organizer\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01030400.xhp#par_id3145637.39.help.text
msgid ""
"To move a module or dialog to another document, click the corresponding "
"object in the \\<emph\\>Module/Dialog\\</emph\\> list and drag it to the "
"desired position. A horizontal line indicates the target position of the "
"current object while dragging. Hold the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> key while "
"dragging to copy the object instead of moving it."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#tit.help.text
msgid "Event-Driven Macros"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#bm_id3154581.help.text
msgid ""
"\\<bookmark_value\\>deleting; macro assignments to "
"events\\</bookmark_value\\>\\<bookmark_value\\>macros; "
"assigning\\</bookmark_value\\>\\<bookmark_value\\>assigning "
"macros\\</bookmark_value\\>\\<bookmark_value\\>events; assigning "
"macros\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#hd_id3147348.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01040000.xhp\\\" name=\\\"Event-Driven "
"Macros\\\"\\>Event-Driven Macros\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146120.2.help.text
msgid ""
"This section describes how to assign Basic programs to program events."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149263.4.help.text
msgid ""
"You can automatically execute a macro when a specified software event occurs "
"by assigning the desired macro to the event. The following table provides an "
"overview of program events and at what point an assigned macro is executed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3148455.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3148455.5.help.te"
"xt\n"
"Event"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3145799.6.help.text
msgid "An assigned macro is executed..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149379.7.help.text
msgid "Program Start"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150715.8.help.text
msgid "... after a $[officename] application is started."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146914.9.help.text
msgid "Program End"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3153765.10.help.text
msgid "...before a $[officename] application is terminated."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3145150.11.help.text
msgid "Create Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3163808.12.help.text
msgid ""
"...after a new document is created with \\<emph\\>File - New\\</emph\\> or "
"with the \\<emph\\>New\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3145790.13.help.text
msgid "Open Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3154572.14.help.text
msgid ""
"...after a document is opened with \\<emph\\>File - Open\\</emph\\> or with "
"the \\<emph\\>Open\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3153266.15.help.text
msgid "Save Document As"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150208.16.help.text
msgid ""
"...before a document is saved under a specified name (with \\<emph\\>File - "
"Save As\\</emph\\>, or with \\<emph\\>File - Save\\</emph\\> or the "
"\\<emph\\>Save\\</emph\\> icon, if a document name has not yet been "
"specified)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3158215.43.help.text
msgid "Document has been saved as"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150980.44.help.text
msgid ""
"... after a document was saved under a specified name (with \\<emph\\>File - "
"Save As\\</emph\\>, or with \\<emph\\>File - Save\\</emph\\> or with the "
"\\<emph\\>Save\\</emph\\> icon, if a document name has not yet been "
"specified)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150519.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150519.17.help.t"
"ext\n"
"Save Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3155529.18.help.text
msgid ""
"...before a document is saved with \\<emph\\>File - Save\\</emph\\> or the "
"\\<emph\\>Save\\</emph\\> icon, provided that a document name has already "
"been specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149404.45.help.text
msgid "Document has been saved"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3151332.46.help.text
msgid ""
"...after a document is saved with \\<emph\\>File - Save\\</emph\\> or the "
"\\<emph\\>Save\\</emph\\> icon, provided that a document name has already "
"been specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3159171.19.help.text
msgid "Close Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146868.20.help.text
msgid "...before a document is closed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3159097.47.help.text
msgid "Document is being closed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3148606.48.help.text
msgid ""
"...after a document was closed. Note that the \"Save Document\" event may "
"also occur when the document is saved before closing."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3144772.21.help.text
msgid "Activate Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149442.22.help.text
msgid "...after a document is brought to the foreground."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150888.23.help.text
msgid "Deactivate Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3154060.24.help.text
msgid "...after another document is brought to the foreground."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3152384.25.help.text
msgid "Print Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3152873.26.help.text
msgid ""
"...after the \\<emph\\>Print\\</emph\\> dialog is closed, but before the "
"actual print process begins."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3159227.49.help.text
msgid "JavaScript run-time error"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3145362.50.help.text
msgid "...when a JavaScript run-time error occurs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3154767.27.help.text
msgid "Print Mail Merge"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3153555.28.help.text
msgid ""
"...after the \\<emph\\>Print\\</emph\\> dialog is closed, but before the "
"actual print process begins. This event occurs for each copy printed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3156366.51.help.text
msgid "Change of the page count"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3154627.52.help.text
msgid "...when the page count changes."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3154737.53.help.text
msgid "Message received"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150952.54.help.text
msgid "...if a message was received."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#hd_id3153299.30.help.text
msgid "Assigning a Macro to an Event"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3147244.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3147244.31.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Customize\\</emph\\> and click the "
"\\<emph\\>Events\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146098.55.help.text
msgid ""
"Select whether you want the assignment to be globally valid or just valid in "
"the current document by selecting the \\<emph\\>$[officename]\\</emph\\> or "
"\\<emph\\>Document\\</emph\\> option."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3150431.32.help.text
msgid "Select the event from the \\<emph\\>Event\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3148742.33.help.text
msgid ""
"Select the module containing the macro to be assigned to the selected event "
"from the \\<emph\\>Macros\\</emph\\> list. The list contains a hierarchical "
"list of modules, libraries, files, and templates."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3151344.34.help.text
msgid "Select the macro to be assigned from the right list."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146321.35.help.text
msgid "Click \\<emph\\>Assign\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3147414.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3147414.56.help.t"
"ext\n"
"Click \\<emph\\>OK\\</emph\\> to close the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#hd_id3154581.36.help.text
msgid "Removing the Assignment of a Macro to an Event"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146883.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3146883.57.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Customize\\</emph\\> and click the "
"\\<emph\\>Events\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3155909.58.help.text
msgid ""
"Select whether you want to remove a global assignment or an assignment that "
"is just valid in the current document by selecting the "
"\\<emph\\>$[officename]\\</emph\\> or \\<emph\\>Document\\</emph\\> option."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3159129.59.help.text
msgid ""
"Select the event that contains the assignment to be removed from the "
"\\<emph\\>Event\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149143.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149143.37.help.t"
"ext\n"
"Click \\<emph\\>Remove\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149351.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01040000.xhp#par_id3149351.60.help.t"
"ext\n"
"Click \\<emph\\>OK\\</emph\\> to close the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#tit.help.text
msgid "$[officename] Basic IDE"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3154422.1.help.text
msgid ""
"\\<variable id=\\\"01050000\\\"\\>\\<link "
"href=\\\"text/sbasic/shared/01050000.xhp\\\" name=\\\"$[officename] Basic "
"IDE\\\"\\>$[officename] Basic IDE\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3153142.2.help.text
msgid "This section describes the structure of the Basic IDE."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3153188.5.help.text
msgid "Commands From the Context menu of the Module Tabs"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3154731.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3154731.6.help.tex"
"t\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3151074.8.help.text
msgid "Module"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3149581.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NewModule\\\" visibility=\\\"visible\\\"\\>Inserts a "
"new module into the current library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3147397.10.help.text
msgid "Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3144335.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NewDialog\\\" visibility=\\\"visible\\\"\\>Inserts a "
"new dialog into the current library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3155602.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3155602.12.help.te"
"xt\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3155064.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteCurrent\\\" visibility=\\\"visible\\\"\\>Deletes "
"the selected module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3149018.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3149018.14.help.te"
"xt\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3154754.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RenameCurrent\\\" visibility=\\\"visible\\\"\\>Renames "
"the current module in place.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3150043.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3150043.16.help.te"
"xt\n"
"Hide"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3145147.17.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HideCurPage\\\" visibility=\\\"visible\\\"\\>Hides the "
"current module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3163805.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050000.xhp#hd_id3163805.18.help.te"
"xt\n"
"Modules"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050000.xhp#par_id3153965.19.help.text
msgid ""
"Opens the \\<link href=\\\"text/sbasic/shared/01/06130000.xhp\\\" "
"name=\\\"Macro Organizer\\\"\\>\\<emph\\>Macro "
"Organizer\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#tit.help.text
msgid "Watch Window"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#hd_id3149457.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01050100.xhp\\\"\\>Watch "
"Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3154908.9.help.text
msgid ""
"The Watch window allows you to observe the value of variables during the "
"execution of a program. Define the variable in the Watch text box. Click on "
"\\<link href=\\\"text/sbasic/shared/02/11080000.xhp\\\"\\>Enable "
"Watch\\</link\\> to add the variable to the list box and to display its "
"values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#hd_id3145173.4.help.text
msgid "Watch"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3155132.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_WATCHWINDOW_EDIT\\\"\\>Enter the name of the "
"variable whose value is to be monitored.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#hd_id3148645.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050100.xhp#hd_id3148645.6.help.tex"
"t\n"
"Remove Watch"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3148576.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_REMOVEWATCH\\\"\\>Removes the selected "
"variable from the list of watched variables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3147426.help.text
msgid ""
"\\<image id=\\\"img_id3152460\\\" src=\\\"res/baswatr.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152460\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3154012.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3154012.8.help.te"
"xt\n"
"Remove Watch"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#hd_id3154491.10.help.text
msgid "Editing the Value of a Watched Variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050100.xhp#par_id3156283.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_WATCHWINDOW_LIST\\\"\\>Displays the list of "
"watched variables. Click twice with a short pause in between on an entry to "
"edit its value.\\</ahelp\\> The new value will be taken as the variable's "
"value for the program."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050200.xhp#tit.help.text
msgid "Call Stack Window (Calls)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050200.xhp#hd_id3146794.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01050200.xhp\\\" name=\\\"Call Stack "
"Window (Calls)\\\"\\>Call Stack Window (Calls)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050200.xhp#par_id3150400.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_STACKWINDOW_LIST\\\" "
"visibility=\\\"hidden\\\"\\>Displays the sequence of procedures and "
"functions during the execution of a program.\\</ahelp\\>The \\<emph\\>Call "
"Stack\\</emph\\> allows you to monitor the sequence of procedures and "
"functions during the execution of a program. The procedures are functions "
"are displayed bottom to top with the most recent function or procedure call "
"at the top of the list."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01050300.xhp#tit.help.text\n"
"Manage Breakpoints"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3154927.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01050300.xhp\\\" name=\\\"Manage "
"Breakpoints\\\"\\>Manage Breakpoints\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#par_id3148550.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_BRKPROPS\\\"\\>Specifies the options for "
"breakpoints.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3149670.3.help.text
msgid "Breakpoints"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#par_id3150398.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_COMBOBOX_RID_BASICIDE_BREAKPOINTDLG_RID_CB_BRKPOINTS\\"
"\"\\>Enter the line number for a new breakpoint, then click "
"\\<emph\\>New\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3156280.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3156280.6.help.tex"
"t\n"
"Active"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#par_id3154910.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_ACTIV\\\"\\>Activates or deactivates the "
"current breakpoint.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3144500.8.help.text
msgid "Pass Count"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#par_id3161831.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_NUMERICFIELD_RID_BASICIDE_BREAKPOINTDLG_RID_FLD_PASS\\"
"\"\\>Specify the number of loops to perform before the breakpoint takes "
"effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3152579.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3152579.10.help.te"
"xt\n"
"New"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#par_id3148575.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_NEW\\\"\\"
">Creates a breakpoint on the line number specified.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3147319.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01050300.xhp#hd_id3147319.12.help.te"
"xt\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01050300.xhp#par_id3153363.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_PUSHBUTTON_RID_BASICIDE_BREAKPOINTDLG_RID_PB_DEL\\\"\\"
">Deletes the selected breakpoint.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#tit.help.text
msgid "Control and Dialog Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#bm_id3153379.help.text
msgid ""
"\\<bookmark_value\\>controls; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>properties; controls and "
"dialogs\\</bookmark_value\\>\\<bookmark_value\\>dialogs; "
"properties\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#hd_id3153379.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01170100.xhp\\\" name=\\\"Control and "
"Dialog Properties\\\"\\>Control and Dialog Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3156280.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FM_PROPDLG_TABCTR\\\"\\>Specifies the properties of the "
"selected dialog or control.\\</ahelp\\> You must be in the design mode to be "
"able to use this command."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#hd_id3151043.20.help.text
msgid "Entering Data in the Properties Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3153771.3.help.text
msgid ""
"The following key combinations apply to enter data in multiline fields or "
"combo boxes of the \\<emph\\>Properties\\</emph\\> dialog:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3150010.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3150010.18.help.t"
"ext\n"
"Keys"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3147317.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3147317.19.help.t"
"ext\n"
"Effects"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3146121.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3146121.4.help.te"
"xt\n"
"Alt+Down Arrow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3149581.5.help.text
msgid "Opens a combo box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3147394.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3147394.6.help.te"
"xt\n"
"Alt+Up Arrow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3148455.7.help.text
msgid "Closes a combo box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3154511.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3154511.8.help.te"
"xt\n"
"Shift+Enter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3146971.9.help.text
msgid "Inserts a line break in multiline fields."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3146914.10.help.text
msgid "(UpArrow)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3153714.11.help.text
msgid "Goes to the previous line."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3159266.12.help.text
msgid "(DownArrow)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3146314.13.help.text
msgid "Goes to the next line."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3149255.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3149255.14.help.t"
"ext\n"
"Enter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170100.xhp#par_id3149566.15.help.text
msgid ""
"Applies the changes made to a field and places the cursor into the next "
"field."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01170101.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147436.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01170101.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155855.2.help.text
msgid ""
"Define the properties for the selected control or dialog. The available "
"properties depend on the type of control selected. The following properties "
"therefore are not available for every type of control."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148647.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148647.11.help.te"
"xt\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3147318.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_IMAGE_ALIGN\\\"\\>Specify the alignment option for "
"the selected control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153189.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153189.76.help.te"
"xt\n"
"AutoFill"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3152460.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_AUTOCOMPLETE\\\"\\>Select \"Yes\" to enable the "
"AutoFill function for the selected control. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3155307.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3155307.3.help.tex"
"t\n"
"Background color"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3145251.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BACKGROUNDCOLOR\\\"\\>Specify the background color "
"for the current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3151076.263.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3151076.263.help.t"
"ext\n"
"Large change"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148457.262.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BLOCKINCREMENT\\\"\\>Specify the number of lines "
"to scroll when a user clicks in the area between the slider and the arrows "
"on a scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153876.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153876.139.help.t"
"ext\n"
"Border"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154017.140.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BORDER\\\"\\>Specify the border type for the "
"current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150749.23.help.text
msgid "Button type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155064.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_PUSHBUTTONTYPE\\\"\\>Select a button type. Button "
"types determine what type of action is initiated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149019.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149019.5.help.tex"
"t\n"
"Character set"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148406.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_FONT\\\"\\>Select the font to be used for "
"displaying the contents of the current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147341.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147341.149.help.t"
"ext\n"
"Currency symbol"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146315.150.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CURRENCYSYMBOL\\\"\\>Enter the currency symbol to "
"be used for currency controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153965.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153965.82.help.te"
"xt\n"
"Date format"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155334.83.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATEFORMAT\\\"\\>Specify the desired format for a "
"date control. A date control interprets the user input depending on this "
"format setting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154663.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154663.121.help.t"
"ext\n"
"Date max"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148485.122.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATEMAX\\\"\\>Specify the upper limit for a date "
"control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152778.131.help.text
msgid "Date min."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154120.132.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATEMIN\\\"\\>Specify the lower limit for a date "
"control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154573.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154573.137.help.t"
"ext\n"
"Decimal accuracy"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3166426.138.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DECIMAL_ACCURACY\\\"\\>Specify the number of "
"decimal places displayed for a numerical or currency control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3159091.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3159091.144.help.t"
"ext\n"
"Default button"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154200.145.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DEFAULT_BUTTON\\\"\\>Select \"Yes\" to make the "
"current button control the default selection. Pressing "
"\\<emph\\>Return\\</emph\\> in the dialog activates the default "
"button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN108BA.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN108BA.help.text\n"
"Delay"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN108D0.help.text
msgid ""
"Specifies the delay in milliseconds between scrollbar trigger events. A "
"trigger event occurs when you click a scrollbar arrow or click the "
"background area in a scrollbar. Repeated trigger events occur if you keep "
"the mouse button pressed when you click a scrollbar arrow or background area "
"in a scrollbar. If you want, you can include valid time units with the "
"number that you enter, for example, 2 s or 500 ms."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3151278.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3151278.19.help.te"
"xt\n"
"Dropdown"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155113.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DROPDOWN\\\"\\>Select \"Yes\" to enable the "
"dropdown option for list or combo box controls. A dropdown control field has "
"an arrow button which you can click to open a list of the existing form "
"entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3151216.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3151216.13.help.te"
"xt\n"
"Enabled"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150517.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ENABLED\\\"\\>Select \"Yes\" to enable the "
"control. If the control is disabled, it is grayed out in the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3155379.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3155379.91.help.te"
"xt\n"
"Edit mask"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155509.92.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_EDITMASK\\\"\\>Specify the edit mask for a pattern "
"control. This is a character code that defines the input format for the "
"control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154485.184.help.text
msgid ""
"You need to specify a masking character for each input character of the edit "
"mask to restrict the input to the values that are listed in the following "
"table:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155809.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155809.93.help.t"
"ext\n"
" Character "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148702.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148702.94.help.t"
"ext\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3156199.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3156199.95.help.t"
"ext\n"
"L"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148869.96.help.text
msgid "A text constant. This character cannot be modified by the user. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3156016.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3156016.97.help.t"
"ext\n"
"a"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3157983.98.help.text
msgid ""
"The characters a-z can be entered here. If a capital letter is entered, it "
"is automatically converted to a lowercase letter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148607.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148607.99.help.t"
"ext\n"
"A"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159204.100.help.text
msgid ""
"The characters A-Z can be entered here. If a lowercase letter is entered, it "
"is automatically converted to a capital letter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149126.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149126.101.help."
"text\n"
"c"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3151304.102.help.text
msgid ""
"The characters a-z and 0-9 can be entered here. If a capital letter is "
"entered, it is automatically converted to a lowercase letter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3152870.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3152870.103.help."
"text\n"
"C"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155071.104.help.text
msgid ""
"The characters a-z and 0-9 can be entered here. If a lowercase letter is "
"entered, it is automatically converted to a capital letter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159230.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159230.105.help."
"text\n"
"N"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154650.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154650.106.help."
"text\n"
"Only the characters 0-9 can be entered."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149383.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149383.107.help."
"text\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3153489.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3153489.108.help."
"text\n"
"All printable characters can be entered."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146967.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146967.109.help."
"text\n"
"X"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154707.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154707.110.help."
"text\n"
"All printable characters can be entered. If a lowercase letter is used, it "
"is automatically converted to a capital letter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149317.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149317.114.help.t"
"ext\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3147546.115.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_IMAGE_URL\\\"\\>Specify the source of the graphics "
"for a button or an image control. Click \"...\" to select a file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154627.258.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154627.258.help.t"
"ext\n"
"Height"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155754.257.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HEIGHT\\\"\\>Specify the height of the current "
"control or the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153072.208.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153072.208.help.t"
"ext\n"
"Help text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3147502.209.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TAG\\\"\\>Enter a help text that is displayed as a "
"tip (bubble help) when the mouse rests over the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154400.212.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154400.212.help.t"
"ext\n"
"Help URL"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150431.213.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HELPURL\\\"\\>Specify the help URL that is called "
"when you press F1 while the focus is on a particular control. For example, "
"use the format HID:1234 to call the Help-ID with the number 1234.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147299.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147299.40.help.te"
"xt\n"
"Horizontal scrollbar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3151387.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HSCROLL\\\"\\>Select \"Yes\" to display a "
"horizontal scrollbar for the current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3159260.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3159260.85.help.te"
"xt\n"
"Incr./decrement value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3145233.86.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VALUESTEP\\\"\\>Specify the increment and "
"decrement interval for spin button controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150536.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150536.7.help.tex"
"t\n"
"Label"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146324.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LABEL\\\"\\>Specifies the label of the current "
"control. The label is displayed along with the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146816.223.help.text
msgid ""
"You can create multi-line \\<emph\\>labels\\</emph\\> by inserting manual "
"line breaks in the label using \\<emph\\>Shift+Enter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150457.74.help.text
msgid "Line Count"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149143.75.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LINECOUNT\\\"\\>Enter the number of lines to be "
"displayed for a list control. For combo boxes, this setting is only active "
"if the dropdown option is enabled. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153121.256.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153121.256.help.t"
"ext\n"
"Small change"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3157875.255.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LINEINCREMENT\\\"\\>Specify the number of lines to "
"scroll when a user clicks an arrow on a scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3145221.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3145221.73.help.te"
"xt\n"
"List entries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154580.120.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_STRINGITEMLIST\\\"\\>Specify the entries for a "
"list control. One line takes one list entry. Press "
"\\<emph\\>Shift+Enter\\</emph\\> to insert a new line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149723.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149723.159.help.t"
"ext\n"
"Literal mask"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150656.160.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LITERALMASK\\\"\\>Specify the initial values to be "
"displayed in a pattern control. This helps the user to identify which values "
"are allowed in a pattern control. The literal mask is restricted by the "
"format specified by the edit mask.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149015.116.help.text
msgid "Manual line break"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149893.117.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HARDLINEBREAKS\\\"\\>Select \"Yes\" to allow "
"manual line breaks inside multiline controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150463.123.help.text
msgid "Max. text length"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150745.124.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_MAXTEXTLEN\\\"\\>Specify the maximum number of "
"characters that the user can enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154675.21.help.text
msgid "Multiline Input"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3144741.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_MULTILINE\\\"\\>Select \"Yes\" to allow the input "
"of multiple lines in the control. Press Enter to insert a manual line break "
"in the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154848.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154848.129.help.t"
"ext\n"
"Multiselection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3151235.130.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_MULTISELECTION\\\"\\>Select \"Yes\" to allow the "
"selection of multiple entries in list controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148887.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148887.9.help.tex"
"t\n"
"Name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154548.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_NAME\\\"\\>Insert a name for the current control. "
"This name is used to identify the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148739.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148739.44.help.te"
"xt\n"
"Order"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149252.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TABINDEX\\\"\\>Specify the order in which the "
"controls receive the focus when the Tab key is pressed in the "
"dialog.\\</ahelp\\> On entering a dialog, the control with the lowest order "
"(0) receives the focus. Pressing the \\<emph\\>Tab\\</emph\\> key the "
"successively focusses the other controls as specified by their order number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155259.46.help.text
msgid ""
"Initially, the controls receive numbers in the order they are added to the "
"dialog. You can change the order numbers for controls. $[officename] Basic "
"updates the order numbers automatically to avoid duplicate numbers. Controls "
"that cannot be focused are also assigned a value but these controls are "
"skipped when using the Tab key."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149511.247.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149511.247.help.t"
"ext\n"
"Orientation"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3153780.246.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ORIENTATION\\\"\\>Specify the orientation for a "
"scrollbar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154374.239.help.text
msgid "Page (Step)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154109.238.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_STEP\\\"\\>Specify the number of the dialog page "
"to which the current control is assigned or the page number of the dialog "
"you want to edit.\\</ahelp\\> If a dialog has only one page set its "
"\\<emph\\>Page (Step)\\</emph\\> value to \\<emph\\>0\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148580.236.help.text
msgid ""
"Select \\<emph\\>Page (Step)\\</emph\\> = 0 to make a control visible on "
"every dialog page."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146144.235.help.text
msgid ""
"To switch between dialog pages at run time, you need to create a macro that "
"changes the value of \\<emph\\>Page (Step)\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154558.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154558.156.help.t"
"ext\n"
"Password characters"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3152787.157.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ECHO_CHAR\\\"\\>Enter a character to be displayed "
"instead of the characters that are typed. This can be used for entering "
"passwords in text controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148750.245.help.text
msgid "PositionX"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154517.244.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_POSITIONX\\\"\\>Specify the distance of the "
"current control from the left side of the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152767.243.help.text
msgid "PositionY"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159082.242.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_POSITIONY\\\"\\>Specify the distance of the "
"current control from the top of the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3159213.221.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3159213.221.help.t"
"ext\n"
"Prefix symbol"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149688.222.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CURRSYM_POSITION\\\"\\>Select \"Yes\" to display "
"the currency symbol prefix in currency controls when a number was "
"entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149728.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149728.89.help.te"
"xt\n"
"Print"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150001.90.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_PRINTABLE\\\"\\>Select \"Yes\" to include the "
"current control in a document's printout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154671.261.help.text
msgid "Progress value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3146849.260.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_PROGRESSVALUE\\\"\\>Specify a progress value for a "
"progress bar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153112.254.help.text
msgid "Progress value max."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3145167.253.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_PROGRESSVALUE_MAX\\\"\\>Specify the maximum value "
"of a progress bar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153569.249.help.text
msgid "Progress value min."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154506.248.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_PROGRESSVALUE_MIN\\\"\\>Specify the minimum value "
"of a progress bar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150134.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150134.42.help.te"
"xt\n"
"Read-only"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155930.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_READONLY\\\"\\>Select \"Yes\" to prevent the user "
"from editing the value of the current control.\\</ahelp\\> The control is "
"enabled and can be focussed but not modified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN11112.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN11112.help.text\n"
"Repeat"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN11128.help.text
msgid ""
"Repeats trigger events when you keep the mouse button pressed on a control "
"such as a spin button or scrollbar."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148761.264.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148761.264.help.t"
"ext\n"
"Scale"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159134.265.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SCALEIMAGE\\\"\\>Scales the image to fit the "
"control size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147370.241.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3147370.241.help.t"
"ext\n"
"Scroll value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159622.240.help.text
msgid ""
"Specify the initial value of a scrollbar control. This determines the "
"position of the scrollbar slider."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3155440.252.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3155440.252.help.t"
"ext\n"
"Scroll value max."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148877.251.help.text
msgid "Specify the maximum value of a scrollbar control."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN111E4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN111E4.help.text\n"
"Scroll value min."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN111E8.help.text
msgid "Specify the minimum value of a scrollbar control."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN10EC2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN10EC2.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN10ED8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SELECTEDITEMS\\\"\\>Specifies the sequence of the "
"selected items, where \"0\" corresponds to the first item. To select more "
"than one item, Multiselection must be enabled.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN10EEB.help.text
msgid ""
"Click the \\<emph\\>...\\</emph\\> button to open the "
"\\<emph\\>Selection\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_idN10F0A.help.text
msgid ""
"\\<ahelp hid=\\\"pcr:ListBox:RID_DLG_SELECTION:LB_ENTRIES\\\"\\>Click the "
"item or items that you want to select. To select more than one item, ensure "
"that the Multiselection option is selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154193.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3154193.87.help.te"
"xt\n"
"Spin Button"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3145298.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DROPDOWN\\\"\\>Select \"Yes\" to add spin buttons "
"to a numerical, currency, date, or time control to allow increasing and "
"decreasing the input value using arrow buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3156267.232.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3156267.232.help.t"
"ext\n"
"State"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150928.231.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_STATE\\\"\\>Select the selection state of the "
"current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148396.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148396.112.help.t"
"ext\n"
"Strict format"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3153042.113.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_STRICTFORMAT\\\"\\>Select \"Yes\" to only allow "
"valid characters to be entered in a numerical, currency, date, or time "
"control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149538.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149538.48.help.te"
"xt\n"
"Tabstop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148543.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TABSTOP\\\"\\>Select the focus behavior of the "
"current control when using the \\<emph\\>Tab\\</emph\\> key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148776.178.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3148776.178.help."
"text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3153547.179.help.text
msgid ""
"Only input controls receive the focus when using the \\<emph\\>Tab "
"\\</emph\\>key. Controls without input like caption controls are omitted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154632.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154632.52.help.t"
"ext\n"
"No"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150475.53.help.text
msgid "When using the tab key focusing skips the control."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150690.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3150690.50.help.t"
"ext\n"
"Yes"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159106.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3159106.51.help.t"
"ext\n"
"The control can be selected with the Tab key."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3145152.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3145152.147.help.t"
"ext\n"
"Thousands Separator"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155085.148.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SHOWTHOUSANDSEP\\\"\\>Select \"Yes\" to display "
"thousands separator characters in numerical and currency "
"controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152816.168.help.text
msgid "Time Format"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3145263.169.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TIMEFORMAT\\\"\\>Select the format to be used for "
"time controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3153920.127.help.text
msgid "Time max."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3155401.128.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TIMEMAX\\\"\\>Specify the maximum time value for a "
"time control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3163818.135.help.text
msgid "Time min."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3156262.136.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TIMEMIN\\\"\\>Specify the minimum time value for a "
"time control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148638.266.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3148638.266.help.t"
"ext\n"
"Title"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3147169.267.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TITLE\\\"\\>Specify the title of the dialog. Click "
"the border of the dialog to select the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3153716.55.help.text
msgid ""
"\\<emph\\>Titles\\</emph\\> are only used for labeling a dialog and can only "
"contain one line. Please note that if you work with macros, controls are "
"only called through their \\<emph\\>Name\\</emph\\> property."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152594.173.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152594.173.help.t"
"ext\n"
"Tristate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149825.174.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TRISTATE\\\"\\>Select \"Yes\" to allow a check box "
"to have three states (checked, unchecked, and grayed out) instead of two "
"(checked and unchecked).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150614.268.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3150614.268.help.t"
"ext\n"
"Value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3154315.269.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VALUE\\\"\\>Specify the value for the current "
"control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152480.125.help.text
msgid "Value max."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3163823.126.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VALUEMAX\\\"\\>Specify the maximum value for the "
"current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149276.133.help.text
msgid "Value min."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3145088.134.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VALUEMIN\\\"\\>Specify the minimum value for the "
"current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3161656.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3161656.58.help.te"
"xt\n"
"Vertical scrollbar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3156188.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VSCROLL\\\"\\>Select \"Yes\" to display a vertical "
"scrollbar for the current control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149712.234.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3149712.234.help.t"
"ext\n"
"Visible size"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3149445.233.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VISIBLESIZE\\\"\\>Specify the length of the slider "
"of a scrollbar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152472.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170101.xhp#hd_id3152472.142.help.t"
"ext\n"
"Width"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170101.xhp#par_id3157963.143.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_WIDTH\\\"\\>Specify the width of the current "
"control or dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01170103.xhp#tit.help.text\n"
"Events"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3155506.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01170103.xhp\\\" "
"name=\\\"Events\\\"\\>Events\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3146114.2.help.text
msgid ""
"Define event assignments for the selected control or dialog. The available "
"events depend on the type of control selected."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3145387.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3145387.16.help.te"
"xt\n"
"When receiving focus"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3155090.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_FOCUSGAINED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place if a control receives the focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3152892.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3152892.18.help.te"
"xt\n"
"When losing focus"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3153305.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_FOCUSLOST\\\" visibility=\\\"visible\\\"\\>This "
"event takes place if a control loses the focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3152896.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3152896.20.help.te"
"xt\n"
"Key pressed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3148837.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_KEYTYPED\\\" visibility=\\\"visible\\\"\\>This "
"event occurs when the user presses any key while the control has the "
"focus.\\</ahelp\\> "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3146869.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3146869.43.help.te"
"xt\n"
"Key released"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3155267.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_KEYUP\\\" visibility=\\\"visible\\\"\\>This event "
"occurs when the user releases a key while the control has the "
"focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3159096.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3159096.41.help.te"
"xt\n"
"Modified"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3156019.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_CHANGED\\\" visibility=\\\"visible\\\"\\>This event "
"takes place, when the control loses the focus and the contents of the "
"control were changed since it lost the focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3144508.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3144508.10.help.te"
"xt\n"
"Text modified"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3148608.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_TEXTCHANGED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place if you enter or modify a text in an input "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3159207.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3159207.8.help.tex"
"t\n"
"Item status changed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3155097.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_ITEMSTATECHANGED\\\" "
"visibility=\\\"visible\\\"\\>This event takes place if the status of the "
"control field is changed, for example, from checked to unchecked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3151304.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3151304.26.help.te"
"xt\n"
"Mouse inside"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3152871.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEENTERED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when the mouse enters the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3146778.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3146778.30.help.te"
"xt\n"
"Mouse moved while key pressed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3150403.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEDRAGGED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when the mouse is dragged while a key is "
"pressed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3150210.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3150210.32.help.te"
"xt\n"
"Mouse moved"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3149697.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEMOVED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when the mouse moves over the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3145216.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3145216.22.help.te"
"xt\n"
"Mouse button pressed"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3155914.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEPRESSED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when the mouse button is pressed while the mouse pointer "
"is on the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3148899.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3148899.24.help.te"
"xt\n"
"Mouse button released"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3153812.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSERELEASED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when the mouse button is released while the mouse pointer "
"is on the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3153556.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3153556.28.help.te"
"xt\n"
"Mouse outside"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3153013.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEEXITED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when the mouse leaves the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#hd_id3155759.45.help.text
msgid "While adjusting"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01170103.xhp#par_id3156364.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEEXITED\\\" visibility=\\\"visible\\\"\\>This "
"event takes place when a scrollbar is being dragged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03000000.xhp#tit.help.text
msgid "Run-Time Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03000000.xhp#hd_id3152895.1.help.text
msgid ""
"\\<variable id=\\\"doc_title\\\"\\>\\<link "
"href=\\\"text/sbasic/shared/03000000.xhp\\\" name=\\\"Run-Time "
"Functions\\\"\\>Run-Time Functions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03000000.xhp#par_id3148983.2.help.text
msgid ""
"This section describes the Runtime Functions of \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010000.xhp#tit.help.text
msgid "Screen I/O Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010000.xhp#hd_id3156280.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010000.xhp\\\" name=\\\"Screen I/O "
"Functions\\\"\\>Screen I/O Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010000.xhp#par_id3153770.2.help.text
msgid ""
"This section describes the Runtime Functions used to call dialogs for the "
"input and output of user entries."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010100.xhp#tit.help.text
msgid "Display Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010100.xhp#hd_id3151384.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010100.xhp\\\" name=\\\"Display "
"Functions\\\"\\>Display Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010100.xhp#par_id3149346.2.help.text
msgid ""
"This section describes Runtime functions used to output information to the "
"screen display."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#tit.help.text
msgid "MsgBox Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#bm_id1807916.help.text
msgid "\\<bookmark_value\\>MsgBox statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3154927.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010101.xhp\\\"\\>MsgBox Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3148947.2.help.text
msgid "Displays a dialog box containing a message."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3153897.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3153897.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3148664.4.help.text
msgid ""
"MsgBox Text As String [,Type As Integer [,Dialogtitle As String]] (As "
"Statement) or MsgBox (Text As String [,Type As Integer [,Dialogtitle As "
"String]]) (As Function)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3153361.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3153361.5.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3148798.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3148798.6.help.te"
"xt\n"
"\\<emph\\>Text\\</emph\\>: String expression displayed as a message in the "
"dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3150769.7.help.text
msgid ""
"\\<emph\\>DialogTitle\\</emph\\>: String expression displayed in the title "
"bar of the dialog. If omitted, the title bar displays the name of the "
"respective application."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3147228.8.help.text
msgid ""
"\\<emph\\>Type\\</emph\\>: Any integer expression that specifies the dialog "
"type, as well as the number and type of buttons to display, and the icon "
"type. \\<emph\\>Type\\</emph\\> represents a combination of bit patterns, "
"that is, a combination of elements can be defined by adding their respective "
"values:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3161832.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3161832.9.help.te"
"xt\n"
"0 : Display OK button only."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3153726.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3153726.10.help.t"
"ext\n"
"1 : Display OK and Cancel buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3149665.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3149665.11.help.t"
"ext\n"
"2 : Display Cancel and Retry buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3147318.12.help.text
msgid "3 : Display Yes, No and Cancel buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155412.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155412.13.help.t"
"ext\n"
"4 : Display Yes and No buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3146119.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3146119.14.help.t"
"ext\n"
"5 : Display Retry and Cancel buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3159155.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3159155.15.help.t"
"ext\n"
"16 : Add the Stop icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3145366.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3145366.16.help.t"
"ext\n"
"32 : Add the Question icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3147350.17.help.text
msgid "48 : Add the Exclamation icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3149960.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3149960.18.help.t"
"ext\n"
"64 : Add the Information icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3154944.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3154944.19.help.t"
"ext\n"
"128 : First button in the dialog as default button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155417.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155417.20.help.t"
"ext\n"
"256 : Second button in the dialog as default button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3153878.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3153878.21.help.t"
"ext\n"
"512 : Third button in the dialog as default button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3150715.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#hd_id3150715.22.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3154511.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3154511.23.help.t"
"ext\n"
"Sub ExampleMsgBox"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3150327.24.help.text
msgid "Const sText1 = \"An unexpected error occurred.\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3146912.25.help.text
msgid "Const sText2 = \"The program execution will continue, however.\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3154757.26.help.text
msgid "Const sText3 = \"Error\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155445.27.help.text
msgid "MsgBox(sText1 + Chr(13) + sText2,16,sText3)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155768.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010101.xhp#par_id3155768.28.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#tit.help.text
msgid "MsgBox Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#bm_id3153379.help.text
msgid "\\<bookmark_value\\>MsgBox function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3153379.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010102.xhp\\\" name=\\\"MsgBox "
"Function [Runtime]\\\"\\>MsgBox Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145171.2.help.text
msgid "Displays a dialog box containing a message and returns a value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3156281.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3156281.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3154685.4.help.text
msgid "MsgBox (Text As String [,Type As Integer [,Dialogtitle As String]])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3153771.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3153771.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3146985.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3146985.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3153363.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3153363.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153727.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153727.8.help.te"
"xt\n"
"\\<emph\\>Text\\</emph\\>: String expression displayed as a message in the "
"dialog box. Line breaks can be inserted with Chr$(13)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3147317.9.help.text
msgid ""
"\\<emph\\>DialogTitle\\</emph\\>: String expression displayed in the title "
"bar of the dialog. If omitted, the name of the respective application is "
"displayed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153954.10.help.text
msgid ""
"\\<emph\\>Type\\</emph\\>: Any integer expression that specifies the dialog "
"type and defines the number and type of buttons or icons displayed. "
"\\<emph\\>Type\\</emph\\> represents a combination of bit patterns (dialog "
"elements defined by adding the respective values):"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3154319.11.help.text
msgid "\\<emph\\>Values\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3147397.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3147397.12.help.t"
"ext\n"
"0 : Display OK button only."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145646.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145646.13.help.t"
"ext\n"
"1 : Display OK and Cancel buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3149410.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3149410.14.help.t"
"ext\n"
"2 : Display Cancel and Retry buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3151075.15.help.text
msgid "3 : Display Yes, No, and Cancel buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153878.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153878.16.help.t"
"ext\n"
"4 : Display Yes and No buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3155601.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3155601.17.help.t"
"ext\n"
"5 : Display Retry and Cancel buttons."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3150716.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3150716.18.help.t"
"ext\n"
"16 : Add the Stop icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153837.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153837.19.help.t"
"ext\n"
"32 : Add the Question icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3150751.20.help.text
msgid "48 : Add the Exclamation Point icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3146915.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3146915.21.help.t"
"ext\n"
"64 : Add the Information icon to the dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145640.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145640.22.help.t"
"ext\n"
"128 : First button in the dialog as default button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153765.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153765.23.help.t"
"ext\n"
"256 : Second button in the dialog as default button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153715.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3153715.24.help.t"
"ext\n"
"512 : Third button in the dialog as default button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3159267.25.help.text
msgid "\\<emph\\>Return value:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145230.26.help.text
msgid "1 : OK"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3149567.27.help.text
msgid "2 : Cancel"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3155335.28.help.text
msgid "4 : Retry"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3146918.29.help.text
msgid "5 : Ignore"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3155961.30.help.text
msgid "6 : Yes"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3148488.31.help.text
msgid "7 : No"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3150090.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#hd_id3150090.40.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3154120.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3154120.41.help.t"
"ext\n"
"Sub ExampleMsgBox"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3145131.42.help.text
msgid "Dim sVar as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3151278.43.help.text
msgid "sVar = MsgBox(\"Las Vegas\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3149034.44.help.text
msgid "sVar = MsgBox(\"Las Vegas\",1)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3166424.45.help.text
msgid "sVar = MsgBox( \"Las Vegas\",256 + 16 + 2,\"Dialog title\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3152581.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010102.xhp#par_id3152581.46.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#tit.help.text
msgid "Print Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#bm_id3147230.help.text
msgid "\\<bookmark_value\\>Print statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3147230.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010103.xhp\\\" name=\\\"Print "
"Statement [Runtime]\\\"\\>Print Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3156281.2.help.text
msgid "Prints the specified strings or numeric expressions in a dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3145785.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3145785.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3153188.4.help.text
msgid ""
"Print Expression1[{;|,} [Spc(Number As Integer);] [Tab(pos As Integer);] "
"[Expression2[...]] "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3147348.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3147348.5.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3163712.6.help.text
msgid ""
"\\<emph\\>Expression\\</emph\\>: Any numeric or string expression to be "
"printed. Multiple expressions can be separated by a semicolon. If separated "
"by a comma, the expressions are indented to the next tab stop. The tab stops "
"cannot be adjusted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3153092.7.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>: Number of spaces to be inserted by the "
"\\<emph\\>Spc\\</emph\\> function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3145364.8.help.text
msgid ""
"\\<emph\\>Pos\\</emph\\>: Spaces are inserted until the specified position."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3154319.9.help.text
msgid ""
"If a semicolon or comma appears after the last expression to be printed, "
"$[officename] Basic stores the text in an internal buffer and continues "
"program execution without printing. When another Print statement without a "
"semicolon or comma at the end is encountered, all text to be printed is "
"printed at once."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3145272.10.help.text
msgid ""
"Positive numeric expressions are printed with a leading space. Negative "
"expressions are printed with a leading minus sign. If a certain range is "
"exceeded for floating-point values, the respective numeric expression is "
"printed in exponential notation."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3154011.11.help.text
msgid ""
"If the expression to be printed exceeds a certain length, the display will "
"automatically wrap to the next line."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3146969.12.help.text
msgid ""
"You can insert the Tab function, enclosed by semicolons, between arguments "
"to indent the output to a specific position, or you can use the "
"\\<emph\\>Spc\\</emph\\> function to insert a specified number of spaces."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3146912.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010103.xhp#hd_id3146912.13.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3153711.14.help.text
msgid "Sub ExamplePrint"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3153764.15.help.text
msgid "Print \"ABC\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3155764.16.help.text
msgid "Print \"ABC\",\"123\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3147339.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010103.xhp#par_id3147339.17.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010200.xhp#tit.help.text
msgid "Functions for Screen Input"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010200.xhp#hd_id3149456.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010200.xhp\\\" name=\\\"Functions for "
"Screen Input\\\"\\>Functions for Screen Input\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010200.xhp#par_id3150398.2.help.text
msgid ""
"This section describes Runtime functions used to control screen input."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#tit.help.text
msgid "InputBox Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#bm_id3148932.help.text
msgid "\\<bookmark_value\\>InputBox function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3148932.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010201.xhp\\\" name=\\\"InputBox "
"Function [Runtime]\\\"\\>InputBox Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3151262.2.help.text
msgid ""
"Displays a prompt in a dialog at which the user can input text. The input is "
"assigned to a variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3151100.3.help.text
msgid ""
"The \\<emph\\>InputBox\\</emph\\> statement is a convenient method of "
"entering text through a dialog. Confirm the input by clicking OK or pressing "
"Return. The input is returned as the function return value. If you close the "
"dialog with Cancel, \\<emph\\>InputBox\\</emph\\> returns a zero-length "
"string (\"\")."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3152347.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3152347.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3159201.5.help.text
msgid ""
"InputBox (Msg As String[, Title As String[, Default As String[, x_pos As "
"Integer, y_pos As Integer]]]]) "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3150713.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3150713.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3145090.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3145090.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3149346.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3149346.8.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3153311.9.help.text
msgid ""
"\\<emph\\>Msg\\</emph\\>: String expression displayed as the message in the "
"dialog box."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3145315.10.help.text
msgid ""
"\\<emph\\>Title\\</emph\\>: String expression displayed in the title bar of "
"the dialog box."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3154307.11.help.text
msgid ""
"\\<emph\\>Default\\</emph\\>: String expression displayed in the text box as "
"default if no other input is given."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3147573.12.help.text
msgid ""
"\\<emph\\>x_pos\\</emph\\>: Integer expression that specifies the horizontal "
"position of the dialog. The position is an absolute coordinate and does not "
"refer to the window of the office application."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3156024.13.help.text
msgid ""
"\\<emph\\>y_pos\\</emph\\>: Integer expression that specifies the vertical "
"position of the dialog. The position is an absolute coordinate and does not "
"refer to the window of the office application."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3153897.14.help.text
msgid ""
"If \\<emph\\>x_pos\\</emph\\> and \\<emph\\>y_pos\\</emph\\> are omitted, "
"the dialog is centered on the screen. The position is specified in \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp#twips\\\" "
"name=\\\"twips\\\"\\>twips\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3149456.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#hd_id3149456.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3153379.16.help.text
msgid "Sub ExampleInputBox"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3149656.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3149656.17.help.t"
"ext\n"
"Dim sText As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3154367.18.help.text
msgid "sText = InputBox (\"Please enter a phrase:\",\"Dear User\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3151042.19.help.text
msgid "MsgBox ( sText , 64, \"Confirmation of phrase\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3150768.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010201.xhp#par_id3150768.20.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010300.xhp#tit.help.text
msgid "Color Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010300.xhp#hd_id3157896.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010300.xhp\\\" name=\\\"Color "
"Functions\\\"\\>Color Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010300.xhp#par_id3155555.2.help.text
msgid "This section describes Runtime functions used to define colors."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#tit.help.text
msgid "Blue Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#bm_id3149180.help.text
msgid "\\<bookmark_value\\>Blue function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3149180.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010301.xhp\\\" name=\\\"Blue Function "
"[Runtime]\\\"\\>Blue Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3156343.2.help.text
msgid "Returns the blue component of the specified color code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3149670.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3149670.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3149457.4.help.text
msgid "Blue (Color As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3149656.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3149656.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3154365.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3154365.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3156423.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3156423.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3150448.8.help.text
msgid ""
"\\<emph\\>Color value\\</emph\\>: Long integer expression that specifies any "
"\\<link href=\\\"text/sbasic/shared/00000003.xhp#farbcodes\\\" "
"name=\\\"color code\\\"\\>color code\\</link\\> for which to return the blue "
"component."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3153091.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#hd_id3153091.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3153143.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3153143.10.help.t"
"ext\n"
"Sub ExampleColor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3149664.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3149664.11.help.t"
"ext\n"
"Dim lVar As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3148576.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3148576.12.help.t"
"ext\n"
"lVar = rgb(128,0,200)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3154012.13.help.text
msgid "MsgBox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3148645.14.help.text
msgid "\"red= \" & Red(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3159155.15.help.text
msgid "\"green= \" & Green(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3147319.16.help.text
msgid "\"blue= \" & Blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3147434.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010301.xhp#par_id3147434.17.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#tit.help.text
msgid "Green Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#bm_id3148947.help.text
msgid "\\<bookmark_value\\>Green function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3148947.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010302.xhp\\\" name=\\\"Green Function "
"[Runtime]\\\"\\>Green Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3153361.2.help.text
msgid "Returns the Green component of the given color code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3154140.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3154140.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3153969.4.help.text
msgid "Green (Color As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3154124.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3154124.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3153194.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3153194.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3154909.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3154909.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3153770.8.help.text
msgid ""
"\\<emph\\>Color\\</emph\\>: Long integer expression that specifies a \\<link "
"href=\\\"text/sbasic/shared/00000003.xhp#farbcodes\\\" name=\\\"color "
"code\\\"\\>color code\\</link\\> for which to return the Green component."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3149664.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#hd_id3149664.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3156442.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3156442.10.help.t"
"ext\n"
"Sub ExampleColor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3146974.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3146974.11.help.t"
"ext\n"
"Dim lVar As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3145750.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3145750.12.help.t"
"ext\n"
"lVar = rgb(128,0,200)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3151117.13.help.text
msgid ""
"msgbox \"The color \" & lVar & \" contains the components:\" & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3153951.14.help.text
msgid "\"red = \" & red(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3152462.15.help.text
msgid "\"green = \" & green(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3154730.16.help.text
msgid "\"blue = \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3144764.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010302.xhp#par_id3144764.17.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#tit.help.text
msgid "Red Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#bm_id3148947.help.text
msgid "\\<bookmark_value\\>Red function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3148947.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010303.xhp\\\" name=\\\"Red Function "
"[Runtime]\\\"\\>Red Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3149656.2.help.text
msgid "Returns the Red component of the specified color code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3148799.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3148799.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3150448.4.help.text
msgid "Red (ColorNumber As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3151042.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3151042.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3145173.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3145173.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3154685.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3154685.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3150440.8.help.text
msgid ""
"\\<emph\\>ColorNumber\\</emph\\>: Long integer expression that specifies any "
"\\<link href=\\\"text/sbasic/shared/00000003.xhp#farbcodes\\\" "
"name=\\\"color code\\\"\\>color code\\</link\\> for which to return the Red "
"component."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3148575.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#hd_id3148575.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3145365.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3145365.10.help.t"
"ext\n"
"Sub ExampleColor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3147348.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3147348.11.help.t"
"ext\n"
"Dim lVar As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3145750.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3145750.12.help.t"
"ext\n"
"lVar = rgb(128,0,200)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3147435.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3147435.13.help.t"
"ext\n"
"msgbox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3155306.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3155306.14.help.t"
"ext\n"
"\"red= \" & red(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3149262.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3149262.15.help.t"
"ext\n"
"\"green= \" & green(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3147397.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3147397.16.help.t"
"ext\n"
"\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3156286.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010303.xhp#par_id3156286.17.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#tit.help.text
msgid "QBColor Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3149670.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010304.xhp\\\" name=\\\"QBColor "
"Function [Runtime]\\\"\\>QBColor Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3150359.2.help.text
msgid ""
"Returns the \\<link href=\\\"text/sbasic/shared/03010305.xhp\\\" "
"name=\\\"RGB\\\"\\>RGB\\</link\\> color code of the color passed as a color "
"value through an older MS-DOS based programming system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3154140.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3154140.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3151042.4.help.text
msgid "QBColor (ColorNumber As Integer)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3145172.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3145172.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154685.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154685.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3156560.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3156560.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3161832.8.help.text
msgid ""
"\\<emph\\>ColorNumber\\</emph\\>: Any integer expression that specifies the "
"color value of the color passed from an older MS-DOS based programming "
"system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3147318.9.help.text
msgid ""
"\\<emph\\>ColorNumber\\</emph\\> can be assigned the following values:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3152576.10.help.text
msgid "0 : Black"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3146975.11.help.text
msgid "1 : Blue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3151116.12.help.text
msgid "2 : Green"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3155412.13.help.text
msgid "3 : Cyan"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3155306.14.help.text
msgid "4 : Red"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3153364.15.help.text
msgid "5 : Magenta"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3146119.16.help.text
msgid "6 : Yellow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154730.17.help.text
msgid "7 : White"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3153877.18.help.text
msgid "8 : Gray"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3147124.19.help.text
msgid "9 : Light Blue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3145646.20.help.text
msgid "10 : Light Green"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3149958.21.help.text
msgid "11 : Light Cyan"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154943.22.help.text
msgid "12 : Light Red"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3150715.23.help.text
msgid "13 : Light Magenta"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3146970.24.help.text
msgid "14 : Light Yellow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3150750.25.help.text
msgid "15 : Bright White"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3146914.26.help.text
msgid ""
"This function is used only to convert from older MS-DOS based BASIC "
"applications that use the above color codes. The function returns a long "
"integer value indicating the color to be used in the $[officename] IDE."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3148406.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#hd_id3148406.27.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3145642.28.help.text
msgid "Sub ExampleQBColor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154256.29.help.text
msgid "Dim iColor As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3147340.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3147340.30.help.t"
"ext\n"
"Dim sText As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3155962.31.help.text
msgid "iColor = 7"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3145230.32.help.text
msgid ""
"sText = \"RGB= \" & Red(QBColor( iColor) ) & \":\" & Blue(QBColor( iColor) ) "
"& \":\" & Green(QBColor( iColor) )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3149566.33.help.text
msgid "MsgBox stext,0,\"Color \" & iColor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154705.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010304.xhp#par_id3154705.34.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#tit.help.text
msgid "RGB Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3150792.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03010305.xhp\\\" name=\\\"RGB Function "
"[Runtime]\\\"\\>RGB Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150447.2.help.text
msgid ""
"Returns a \\<link href=\\\"text/sbasic/shared/00000003.xhp#farbcodes\\\" "
"name=\\\"long integer color value\\\"\\>long integer color value\\</link\\> "
"consisting of red, green, and blue components."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3147229.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3147229.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3155132.4.help.text
msgid "RGB (Red, Green, Blue)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3156442.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3156442.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3159153.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3159153.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3154013.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3154013.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3152597.8.help.text
msgid ""
"\\<emph\\>Red\\</emph\\>: Any integer expression that represents the red "
"component (0-255) of the composite color."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3146974.9.help.text
msgid ""
"\\<emph\\>Green\\</emph\\>: Any integer expression that represents the green "
"component (0-255) of the composite color."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3151113.10.help.text
msgid ""
"\\<emph\\>Blue\\</emph\\>: Any integer expression that represents the blue "
"component (0-255) of the composite color."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3147435.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#hd_id3147435.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3156283.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3156283.12.help.t"
"ext\n"
"Sub ExampleColor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3149582.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3149582.13.help.t"
"ext\n"
"Dim lVar As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150417.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150417.14.help.t"
"ext\n"
"lVar = rgb(128,0,200)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3145647.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3145647.15.help.t"
"ext\n"
"msgbox \"The color \" & lVar & \" consists of:\" & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3154491.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3154491.16.help.t"
"ext\n"
"\"red= \" & red(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3149401.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3149401.17.help.t"
"ext\n"
"\"green= \" & green(lVar) & Chr(13)&_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150716.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150716.18.help.t"
"ext\n"
"\"blue= \" & blue(lVar) & Chr(13) , 64,\"colors\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150752.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03010305.xhp#par_id3150752.19.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020000.xhp#tit.help.text
msgid "File I/O Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020000.xhp#hd_id3156344.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020000.xhp\\\" name=\\\"File I/O "
"Functions\\\"\\>File I/O Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020000.xhp#par_id3153360.2.help.text
msgid ""
"Use File I/O functions to create and manage user-defined (data) files."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020000.xhp#par_id3150398.3.help.text
msgid ""
"You can use these functions to support the creation of \"relative\" files, "
"so that you can save and reload certain records by specifying their record "
"number. File I/O functions can also help you manage your files by providing "
"you with information such as file size, current path settings, or the "
"creation date of a file or a directory."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020100.xhp#tit.help.text
msgid "Opening and Closing Files"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020100.xhp#hd_id3152924.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020100.xhp\\\" name=\\\"Opening and "
"Closing Files\\\"\\>Opening and Closing Files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#tit.help.text
msgid "Close Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#bm_id3157896.help.text
msgid "\\<bookmark_value\\>Close statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3157896.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020101.xhp\\\" name=\\\"Close "
"Statement [Runtime]\\\"\\>Close Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147573.2.help.text
msgid "Closes a specified file that was opened with the Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3156344.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3156344.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147265.4.help.text
msgid "Close FileNumber As Integer[, FileNumber2 As Integer[,...]] "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3153379.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3153379.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3150791.6.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Any integer expression that specifies the "
"number of the data channel that was opened with the "
"\\<emph\\>Open\\</emph\\> statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3153192.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#hd_id3153192.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154909.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154909.8.help.te"
"xt\n"
"Sub ExampleWorkWithAFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154124.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154124.9.help.te"
"xt\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155132.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155132.10.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155854.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155854.11.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3146985.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3146985.34.help.t"
"ext\n"
"Dim sMsg as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154013.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154013.12.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3152598.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3152598.13.help.t"
"ext\n"
"sMsg = \"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147427.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147427.14.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3151112.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3151112.15.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3153727.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3153727.16.help.t"
"ext\n"
"Print #iNumber, \"First line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147350.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147350.17.help.t"
"ext\n"
"Print #iNumber, \"Another line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3149667.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3149667.18.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3145801.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3145801.22.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147396.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147396.23.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147124.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3147124.24.help.t"
"ext\n"
"While not eof(iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154491.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154491.25.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3149581.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3149581.26.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155602.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155602.27.help.t"
"ext\n"
"sMsg = sMsg & sLine & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154511.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154511.29.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3150749.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3150749.30.help.t"
"ext\n"
"wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3156276.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3156276.31.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155066.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3155066.35.help.t"
"ext\n"
"Msgbox sMsg"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154754.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020101.xhp#par_id3154754.32.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#tit.help.text
msgid "FreeFile Function[Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#bm_id3150400.help.text
msgid "\\<bookmark_value\\>FreeFile function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3150400.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020102.xhp\\\" name=\\\"FreeFile "
"Function[Runtime]\\\"\\>FreeFile Function[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3154366.2.help.text
msgid ""
"Returns the next available file number for opening a file. Use this function "
"to open a file using a file number that is not already in use by a currently "
"open file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3150769.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3150769.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3150869.4.help.text
msgid "FreeFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3151042.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3151042.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3150440.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3150440.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3148576.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3148576.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155854.8.help.text
msgid ""
"This function can only be used immediately in front of an Open statement. "
"FreeFile returns the next available file number, but does not reserve it."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3159153.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#hd_id3159153.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3146120.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3146120.10.help.t"
"ext\n"
"Sub ExampleWorkWithAFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3154319.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3154319.11.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3151117.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3151117.12.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3147426.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3147426.13.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3149667.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3149667.36.help.t"
"ext\n"
"Dim sMsg as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3145800.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3145800.14.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3147396.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3147396.15.help.t"
"ext\n"
"sMsg = \"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3154490.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3154490.16.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3151074.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3151074.17.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155416.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155416.18.help.t"
"ext\n"
"Print #iNumber, \"First line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3153416.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3153416.19.help.t"
"ext\n"
"Print #iNumber, \"Another line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3149401.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3149401.20.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3150330.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3150330.24.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155067.25.help.text
msgid "Open aFile For Input As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155443.26.help.text
msgid "While not eof(#iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3153714.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3153714.27.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3148408.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3148408.28.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3156385.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3156385.29.help.t"
"ext\n"
"sMsg = sMsg & sLine & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3145147.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3145147.31.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3153966.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3153966.32.help.t"
"ext\n"
"wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155961.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3155961.33.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3149567.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3149567.37.help.t"
"ext\n"
"Msgbox sMsg"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3146917.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020102.xhp#par_id3146917.34.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#tit.help.text
msgid "Open Statement[Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#bm_id3150791.help.text
msgid "\\<bookmark_value\\>Open statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3150791.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020103.xhp\\\" name=\\\"Open "
"Statement[Runtime]\\\"\\>Open Statement[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150769.2.help.text
msgid "Opens a data channel."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3147230.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3147230.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154124.4.help.text
msgid ""
"Open FileName As String [For Mode] [Access IOMode] [Protected] As "
"[#]FileNumber As Integer [Len = DatasetLength]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3156280.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3156280.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155132.6.help.text
msgid ""
"\\<emph\\>FileName: \\</emph\\>Name and path of the file that you wan to "
"open. If you try to read a file that does not exist (Access = Read), an "
"error message appears. If you try to write to a file that does exist (Access "
"= Write), a new file is created."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3149262.7.help.text
msgid ""
"\\<emph\\>Mode:\\</emph\\> Keyword that specifies the file mode. Valid "
"values: Append (append to sequential file), binary (data can be accessed by "
"bytes using Get and Put), Input (opens data channel for reading), Output "
"(opens data channel for writing), and Random (edits relative files)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154014.8.help.text
msgid ""
"\\<emph\\>IOMode:\\</emph\\> Keyword that defines the access type. Valid "
"values: Read (read-only), Write (write-only), Read Write (both)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150011.9.help.text
msgid ""
"\\<emph\\>Protected:\\</emph\\> Keyword that defines the security status of "
"a file after opening. Valid values: Shared (file may be opened by other "
"applications), Lock Read (file is protected against reading), Lock Write "
"(file is protected against writing), Lock Read Write (denies file access)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153190.10.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Any integer expression from 0 to 511 to "
"indicate the number of a free data channel. You can then pass commands "
"through the data channel to access the file. The file number must be "
"determined by the FreeFile function immediately before the Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3151115.11.help.text
msgid ""
"\\<emph\\>DatasetLength:\\</emph\\> For relative files, returns the length "
"of a certain record. This parameter is only necessary if the file was opened "
"for Random access."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153418.12.help.text
msgid ""
"You can only modify the contents of a file that was opened with the Open "
"statement. If you try to open a file that is already open, an error message "
"appears."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3149123.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#hd_id3149123.13.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150749.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150749.14.help.t"
"ext\n"
"Sub ExampleWorkWithAFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155064.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155064.15.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154754.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154754.16.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153711.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153711.17.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155764.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155764.40.help.t"
"ext\n"
"Dim sMsg as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3159264.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3159264.18.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153963.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153963.20.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155959.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3155959.21.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154705.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154705.22.help.t"
"ext\n"
"Print #iNumber, \"This is a line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3146916.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3146916.23.help.t"
"ext\n"
"Print #iNumber, \"This is another line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150942.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150942.24.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150300.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150300.28.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154022.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3154022.29.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150783.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150783.30.help.t"
"ext\n"
"While not eof(iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153270.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153270.31.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153784.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3153784.32.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3149208.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3149208.33.help.t"
"ext\n"
"sMsg = sMsg & sLine & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150304.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3150304.35.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3151217.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3151217.36.help.t"
"ext\n"
"wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3152582.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3152582.37.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3159100.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3159100.41.help.t"
"ext\n"
"Msgbox sMsg"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3159091.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020103.xhp#par_id3159091.38.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#tit.help.text
msgid "Reset Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#bm_id3154141.help.text
msgid "\\<bookmark_value\\>Reset statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#hd_id3154141.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020104.xhp\\\"\\>Reset Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156423.2.help.text
msgid ""
"Closes all open files and writes the contents of all file buffers to the "
"harddisk."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#hd_id3154124.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#hd_id3154124.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156281.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156281.4.help.te"
"xt\n"
"Reset"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#hd_id3161831.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#hd_id3161831.5.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3151113.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3151113.37.help.t"
"ext\n"
"Sub ExampleReset"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3148575.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3148575.38.help.t"
"ext\n"
"On Error Goto ErrorHandler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153093.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153093.39.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3150011.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3150011.40.help.t"
"ext\n"
"Dim iCount As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153363.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153363.41.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3154320.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3154320.42.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3163712.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3163712.43.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3146121.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3146121.45.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3154491.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3154491.46.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3148455.47.help.text
msgid "Print #iNumber, \"This is a new line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3145646.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3145646.48.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3149410.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3149410.50.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3147126.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3147126.51.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3154510.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3154510.52.help.t"
"ext\n"
"For iCount = 1 to 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3146971.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3146971.53.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156277.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156277.54.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153707.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153707.55.help.t"
"ext\n"
"rem"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3150322.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3150322.56.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3148405.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3148405.57.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153711.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3153711.58.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156382.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3156382.59.help.t"
"ext\n"
"Exit Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3159264.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3159264.60.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3145147.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3145147.61.help.t"
"ext\n"
"Reset"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3163805.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3163805.62.help.t"
"ext\n"
"MsgBox \"All files will be closed\",0,\"Error\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3147364.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020104.xhp#par_id3147364.63.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020200.xhp#tit.help.text
msgid "Input/Output"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020200.xhp#hd_id3150791.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020200.xhp\\\" "
"name=\\\"Input/Output\\\"\\>File Input/Output Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#tit.help.text
msgid "Get Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#bm_id3154927.help.text
msgid "\\<bookmark_value\\>Get statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3154927.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020201.xhp\\\"\\>Get Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3145069.2.help.text
msgid ""
"Reads a record from a relative file, or a sequence of bytes from a binary "
"file, into a variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3154346.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03020204.xhp\\\" "
"name=\\\"PUT\\\"\\>\\<item type=\\\"literal\\\"\\>PUT\\</item\\>\\</link\\> "
"Statement"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3150358.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3150358.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150792.5.help.text
msgid "Get [#] FileNumber As Integer, [Position], Variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3154138.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3154138.6.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150448.7.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Any integer expression that determines the "
"file number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3154684.8.help.text
msgid ""
"\\<emph\\>Position:\\</emph\\> For files opened in Random mode, "
"\\<emph\\>Position\\</emph\\> is the number of the record that you want to "
"read."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153768.9.help.text
msgid ""
"For files opened in Binary mode, \\<emph\\>Position\\</emph\\> is the byte "
"position in the file where the reading starts."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3147319.10.help.text
msgid ""
"If \\<emph\\>Position\\</emph\\> is omitted, the current position or the "
"current data record of the file is used."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3149484.11.help.text
msgid ""
"Variable: Name of the variable to be read. With the exception of object "
"variables, you can use any variable type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3153144.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#hd_id3153144.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3159154.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3159154.13.help.t"
"ext\n"
"Sub ExampleRandomAccess"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153188.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153188.14.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3155307.15.help.text
msgid "Dim sText As Variant REM Must be a variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3152577.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3152577.16.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153726.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153726.17.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3154490.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3154490.19.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150418.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150418.20.help.t"
"ext\n"
"Open aFile For Random As #iNumber Len=32"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3149411.21.help.text
msgid "Seek #iNumber,1 REM Position at beginning"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153158.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153158.22.help.t"
"ext\n"
"Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3148457.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3148457.23.help.t"
"ext\n"
"Put #iNumber,, \"This is the second line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150715.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150715.24.help.t"
"ext\n"
"Put #iNumber,, \"This is the third line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153836.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153836.25.help.t"
"ext\n"
"Seek #iNumber,2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150327.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3150327.26.help.t"
"ext\n"
"Get #iNumber,,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153707.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153707.27.help.t"
"ext\n"
"Print sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153764.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153764.28.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153715.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153715.30.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3154256.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3154256.31.help.t"
"ext\n"
"Open aFile For Random As #iNumber Len=32"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3147340.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3147340.32.help.t"
"ext\n"
"Get #iNumber,2,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3155938.33.help.text
msgid "Put #iNumber,,\"This is a new text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3155959.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3155959.34.help.t"
"ext\n"
"Get #iNumber,1,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3147361.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3147361.35.help.t"
"ext\n"
"Get #iNumber,2,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3146916.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3146916.36.help.t"
"ext\n"
"Put #iNumber,20,\"This is the text in record 20\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3149259.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3149259.37.help.t"
"ext\n"
"Print Lof(#iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153790.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3153790.38.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3155606.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020201.xhp#par_id3155606.40.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#tit.help.text
msgid "Input# Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#bm_id3154908.help.text
msgid "\\<bookmark_value\\>Input statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3154908.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020202.xhp\\\" name=\\\"Input# "
"Statement [Runtime]\\\"\\>Input# Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3156424.2.help.text
msgid "Reads data from an open sequential file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3125863.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3125863.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150440.4.help.text
msgid "Input #FileNumber As Integer; var1[, var2[, var3[,...]]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3146121.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3146121.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145749.6.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Number of the file that contains the data "
"that you want to read. The file must be opened with the Open statement using "
"the key word INPUT."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150011.7.help.text
msgid ""
"\\<emph\\>var:\\</emph\\> A numeric or string variable that you assign the "
"values read from the opened file to."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3159153.8.help.text
msgid ""
"The \\<emph\\>Input#\\</emph\\> statement reads numeric values or strings "
"from an open file and assigns the data to one or more variables. A numeric "
"variable is read up to the first carriage return (Asc=13), line feed "
"(Asc=10), space, or comma. String variables are read to up to the first "
"carriage return (Asc=13), line feed (Asc=10), or comma."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3146984.9.help.text
msgid ""
"Data and data types in the opened file must appear in the same order as the "
"variables that are passed in the \"var\" parameter. If you assign non-"
"numeric values to a numeric variable, \"var\" is assigned a value of \"0\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3156442.10.help.text
msgid ""
"Records that are separated by commas, commas cannot be assigned to a string "
"variable. Quotation marks (\") in the file are disregarded as well. If you "
"want to read these characters from the file, use the \\<emph\\>Line "
"Input#\\</emph\\> statement to read pure text files (files containing only "
"printable characters) line by line."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3147349.11.help.text
msgid ""
"If the end of the file is reached while reading a data element, an error "
"occurs and the process is aborted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3152578.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#hd_id3152578.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3144765.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3144765.13.help.t"
"ext\n"
"Sub ExampleWorkWithAFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145799.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145799.14.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145252.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145252.15.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3149410.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3149410.16.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3149959.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3149959.39.help.t"
"ext\n"
"Dim sMsg as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3153417.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3153417.17.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150752.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150752.19.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3153707.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3153707.20.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150321.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150321.21.help.t"
"ext\n"
"Print #iNumber, \"This is a line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154756.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154756.22.help.t"
"ext\n"
"Print #iNumber, \"This is another line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3148408.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3148408.23.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3155937.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3155937.27.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154702.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154702.28.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3155959.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3155959.29.help.t"
"ext\n"
"While not eof(iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145232.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3145232.30.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3147345.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3147345.31.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150298.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3150298.32.help.t"
"ext\n"
"sMsg = sMsg & sLine & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154021.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154021.34.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154665.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3154665.35.help.t"
"ext\n"
"wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3155607.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3155607.36.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3153268.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3153268.40.help.t"
"ext\n"
"Msgbox sMsg"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3152584.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020202.xhp#par_id3152584.37.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#tit.help.text
msgid "Line Input # Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#bm_id3153361.help.text
msgid "\\<bookmark_value\\>Line function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3153361.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020203.xhp\\\" name=\\\"Line Input # "
"Statement [Runtime]\\\"\\>Line Input # Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3156280.2.help.text
msgid "Reads strings from a sequential file into a variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3150447.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3150447.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147229.4.help.text
msgid "Line Input #FileNumber As Integer, Var As String "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3145173.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3145173.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3161832.6.help.text
msgid ""
"\\<emph\\>FileNumber: \\</emph\\>Number of the file that contains the data "
"that you want to read. The file must have been opened in advance with the "
"Open statement using the key word READ."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3151119.7.help.text
msgid ""
"\\<emph\\>var:\\</emph\\> The name of the variable that stores the result."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3150010.8.help.text
msgid ""
"With the \\<emph\\>Line Input#\\</emph\\> statement, you can read strings "
"from an open file into a variable. String variables are read line-by-line up "
"to the first carriage return (Asc=13) or linefeed (Asc=10). Line end marks "
"are not included in the resulting string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3163711.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#hd_id3163711.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3145271.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3145271.10.help.t"
"ext\n"
"Sub ExampleWorkWithAFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3156444.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3156444.11.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147349.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147349.12.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3149664.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3149664.13.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147436.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147436.36.help.t"
"ext\n"
"Dim sMsg as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3154730.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3154730.14.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3145647.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3145647.16.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3149959.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3149959.17.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147124.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147124.18.help.t"
"ext\n"
"Print #iNumber, \"This is a line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3153415.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3153415.19.help.t"
"ext\n"
"Print #iNumber, \"This is another line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3146969.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3146969.20.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3154482.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3154482.24.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3150321.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3150321.25.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3155443.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3155443.26.help.t"
"ext\n"
"While not eof(iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3155764.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3155764.27.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3156382.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3156382.28.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147338.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147338.29.help.t"
"ext\n"
"sMsg = sMsg & sLine & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147362.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147362.31.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3155333.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3155333.32.help.t"
"ext\n"
"wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3153965.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3153965.33.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147345.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3147345.37.help.t"
"ext\n"
"Msgbox sMsg"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3149257.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020203.xhp#par_id3149257.34.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#tit.help.text
msgid "Put Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#bm_id3150360.help.text
msgid "\\<bookmark_value\\>Put statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3150360.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020204.xhp\\\" name=\\\"Put Statement "
"[Runtime]\\\"\\>Put Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154909.2.help.text
msgid ""
"Writes a record to a relative file or a sequence of bytes to a binary file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3156281.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03020201.xhp\\\" "
"name=\\\"Get\\\"\\>\\<item type=\\\"literal\\\"\\>Get\\</item\\>\\</link\\> "
"statement"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3125863.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3125863.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155132.5.help.text
msgid "Put [#] FileNumber As Integer, [position], Variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3153190.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3153190.6.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3146120.7.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Any integer expression that defines the "
"file that you want to write to."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155411.8.help.text
msgid ""
"\\<emph\\>Position: \\</emph\\>For relative files (random access files), the "
"number of the record that you want to write."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3148576.9.help.text
msgid ""
"For binary files (binary access), the position of the byte in the file where "
"you want to start writing."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3153729.10.help.text
msgid ""
"\\<emph\\>Variable:\\</emph\\> Name of the variable that you want to write "
"to the file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3146974.11.help.text
msgid ""
"Note for relative files: If the contents of this variable does not match the "
"length of the record that is specified in the \\<emph\\>Len\\</emph\\> "
"clause of the \\<emph\\>Open\\</emph\\> statement, the space between the end "
"of the newly written record and the next record is padded with existing data "
"from the file that you are writing to."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155855.12.help.text
msgid ""
"Note for binary files: The contents of the variables are written to the "
"specified position, and the file pointer is inserted directly after the last "
"byte. No space is left between the records."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3154491.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#hd_id3154491.13.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149410.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149410.14.help.t"
"ext\n"
"Sub ExampleRandomAccess"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149959.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149959.15.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154729.16.help.text
msgid "Dim sText As Variant REM Must be a variant type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3156286.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3156286.17.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149400.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149400.18.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149124.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149124.20.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150330.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150330.21.help.t"
"ext\n"
"Open aFile For Random As #iNumber Len=32"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3156278.22.help.text
msgid "Seek #iNumber,1 REM Position to start writing"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3153711.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3153711.23.help.t"
"ext\n"
"Put #iNumber,, \"This is the first line of text\" REM Fill line with text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155446.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155446.24.help.t"
"ext\n"
"Put #iNumber,, \"This is the second line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154255.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154255.25.help.t"
"ext\n"
"Put #iNumber,, \"This is the third line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150045.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150045.26.help.t"
"ext\n"
"Seek #iNumber,2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3145149.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3145149.27.help.t"
"ext\n"
"Get #iNumber,,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3147363.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3147363.28.help.t"
"ext\n"
"Print sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3163806.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3163806.29.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149568.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3149568.31.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155607.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3155607.32.help.t"
"ext\n"
"Open aFile For Random As #iNumber Len=32"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154022.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154022.33.help.t"
"ext\n"
"Get #iNumber,2,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150940.34.help.text
msgid "Put #iNumber,,\"This is new text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3146132.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3146132.35.help.t"
"ext\n"
"Get #iNumber,1,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154198.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3154198.36.help.t"
"ext\n"
"Get #iNumber,2,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3159102.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3159102.37.help.t"
"ext\n"
"Put #iNumber,20,\"This is the text in record 20\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3153785.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3153785.38.help.t"
"ext\n"
"Print Lof(#iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3151277.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3151277.39.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150786.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020204.xhp#par_id3150786.41.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#tit.help.text
msgid "Write Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#bm_id3147229.help.text
msgid "\\<bookmark_value\\>Write function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3147229.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020205.xhp\\\" name=\\\"Write "
"Statement [Runtime]\\\"\\>Write Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3154685.2.help.text
msgid "Writes data to a sequential file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3150449.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3150449.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3145785.4.help.text
msgid "Write [#]FileName, [Expressionlist]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3151116.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3151116.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3153728.6.help.text
msgid ""
"\\<emph\\>FileName:\\</emph\\> Any numeric expression that contains the file "
"number that was set by the Open statement for the respective file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3146120.7.help.text
msgid ""
"\\<emph\\>Expressionlist:\\</emph\\> Variables or expressions that you want "
"to enter in a file, separated by commas."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3150010.8.help.text
msgid ""
"If the expression list is omitted, the \\<emph\\>Write#\\</emph\\> statement "
"appends an empty line to the file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3163713.9.help.text
msgid ""
"To add an expression list to a new or an existing file, the file must be "
"opened in the \\<emph\\>Output\\</emph\\> or \\<emph\\>Append\\</emph\\> "
"mode."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3147428.10.help.text
msgid ""
"The \\<emph\\>Write#\\</emph\\> statement enters data that is enclosed by "
"quotation marks and separated by commas into a file. You do not need to use "
"delimiters in the list. The end of a file created with the "
"\\<emph\\>Write#\\</emph\\> statement is indicated by a line end symbol."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3151073.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020205.xhp#hd_id3151073.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3145252.12.help.text
msgid "Sub ExampleWrite"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3149958.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3149958.13.help.t"
"ext\n"
"Dim iCount As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3156284.14.help.text
msgid "Dim sValue As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3145645.15.help.text
msgid "iCount = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3153417.16.help.text
msgid "open \"C:\\\\data.txt\" for OutPut as iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3149401.17.help.text
msgid "sValue = \"Hamburg\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3156275.18.help.text
msgid "Write #iCount,sValue,200"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3146913.19.help.text
msgid "sValue = \"New York\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3155064.20.help.text
msgid "Write #iCount,sValue,300"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3150322.21.help.text
msgid "sValue = \"Miami\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3155766.22.help.text
msgid "Write #iCount,sValue,450"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3145643.23.help.text
msgid "close #iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3150044.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020205.xhp#par_id3150044.24.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020300.xhp#tit.help.text
msgid "File Positioning"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020300.xhp#hd_id3148919.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020300.xhp\\\" name=\\\"File "
"Positioning\\\"\\>File Positioning\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020300.xhp#par_id3154788.2.help.text
msgid ""
"The following functions and statements are used to position the file pointer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#tit.help.text
msgid "Eof Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#bm_id3154598.help.text
msgid "\\<bookmark_value\\>Eof function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3154598.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020301.xhp\\\" name=\\\"Eof Function "
"[Runtime]\\\"\\>Eof Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3147182.2.help.text
msgid "Determines if the file pointer has reached the end of a file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3149119.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3149119.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3147399.4.help.text
msgid "Eof (intexpression As Integer)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3153539.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3153539.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3156027.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3156027.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3152924.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3152924.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153990.8.help.text
msgid ""
"\\<emph\\>Intexpression:\\</emph\\> Any integer expression that evaluates to "
"the number of an open file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153527.9.help.text
msgid ""
"Use EOF to avoid errors when you attempt to get input past the end of a "
"file. When you use the Input or Get statement to read from a file, the file "
"pointer is advanced by the number of bytes read. When the end of a file is "
"reached, EOF returns the value \"True\" (-1)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3154046.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#hd_id3154046.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3143270.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3143270.11.help.t"
"ext\n"
"Sub ExampleWorkWithAFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3150670.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3150670.12.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3154143.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3154143.13.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3148943.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3148943.14.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153897.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153897.37.help.t"
"ext\n"
"Dim sMsg as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3156344.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3156344.15.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3148663.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3148663.17.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153379.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153379.18.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153360.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153360.19.help.t"
"ext\n"
"Print #iNumber, \"First line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3148797.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3148797.20.help.t"
"ext\n"
"Print #iNumber, \"Another line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3154684.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3154684.21.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153104.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153104.25.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3144761.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3144761.26.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153193.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153193.27.help.t"
"ext\n"
"While not eof(iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3158408.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3158408.28.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3149203.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3149203.29.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153770.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153770.30.help.t"
"ext\n"
"sMsg = sMsg & sLine & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153367.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153367.32.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3147318.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3147318.33.help.t"
"ext\n"
"wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3152939.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3152939.34.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153726.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153726.38.help.t"
"ext\n"
"Msgbox sMsg"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153092.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020301.xhp#par_id3153092.35.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#tit.help.text
msgid "Loc Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#bm_id3148663.help.text
msgid "\\<bookmark_value\\>Loc function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3148663.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020302.xhp\\\" name=\\\"Loc Function "
"[Runtime]\\\"\\>Loc Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3154138.2.help.text
msgid "Returns the current position in an open file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3156422.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3156422.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3150768.4.help.text
msgid "Loc(FileNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3150440.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3150440.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3152578.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3152578.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3152462.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020302.xhp#hd_id3152462.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3153363.8.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Any numeric expression that contains the "
"file number that is set by the Open statement for the respective file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3154320.9.help.text
msgid ""
"If the Loc function is used for an open random access file, it returns the "
"number of the last record that was last read or written."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020302.xhp#par_id3151115.10.help.text
msgid ""
"For a sequential file, the Loc function returns the position in a file "
"divided by 128. For binary files, the position of the last read or written "
"byte is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#tit.help.text
msgid "Lof Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#bm_id3156024.help.text
msgid "\\<bookmark_value\\>Lof function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3156024.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020303.xhp\\\" name=\\\"Lof Function "
"[Runtime]\\\"\\>Lof Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3146794.2.help.text
msgid "Returns the size of an open file in bytes."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3153380.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3153380.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3150359.4.help.text
msgid "Lof (FileNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3154141.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3154141.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3147230.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3147230.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3156281.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3156281.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3150869.8.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Any numeric expression that contains the "
"file number that is specified in the Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3147349.9.help.text
msgid ""
"To obtain the length of a file that is not open, use the "
"\\<emph\\>FileLen\\</emph\\> function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3155415.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#hd_id3155415.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3151074.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3151074.11.help.t"
"ext\n"
"Sub ExampleRandomAccess"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3145251.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3145251.12.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154730.13.help.text
msgid "Dim sText As Variant REM must be a Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3145646.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3145646.14.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3153157.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3153157.15.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149403.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149403.17.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149121.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149121.18.help.t"
"ext\n"
"Open aFile For Random As #iNumber Len=32"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3156276.19.help.text
msgid "Seek #iNumber,1 REM Position at start"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3148405.20.help.text
msgid "Put #iNumber,, \"This is the first line of text\" REM Fill with text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154756.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154756.21.help.t"
"ext\n"
"Put #iNumber,, \"This is the second line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3145643.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3145643.22.help.t"
"ext\n"
"Put #iNumber,, \"This is the third line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3156383.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3156383.23.help.t"
"ext\n"
"Seek #iNumber,2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3155333.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3155333.24.help.t"
"ext\n"
"Get #iNumber,,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149255.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149255.25.help.t"
"ext\n"
"Print sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154702.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154702.26.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3153965.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3153965.28.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3163807.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3163807.29.help.t"
"ext\n"
"Open aFile For Random As #iNumber Len=32"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3155607.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3155607.30.help.t"
"ext\n"
"Get #iNumber,2,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3150299.31.help.text
msgid "Put #iNumber,,\"This is a new line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3147002.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3147002.32.help.t"
"ext\n"
"Get #iNumber,1,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149036.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149036.33.help.t"
"ext\n"
"Get #iNumber,2,sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3166425.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3166425.34.help.t"
"ext\n"
"Put #iNumber,20,\"This is the text in record 20\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149817.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3149817.35.help.t"
"ext\n"
"Print Lof(#iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3146811.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3146811.36.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154200.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020303.xhp#par_id3154200.38.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#tit.help.text
msgid "Seek Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#bm_id3154367.help.text
msgid "\\<bookmark_value\\>Seek function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3154367.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020304.xhp\\\" name=\\\"Seek Function "
"[Runtime]\\\"\\>Seek Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3156280.2.help.text
msgid ""
"Determines the position for the next writing or reading in a file that was "
"opened with the open statement. The return value corresponds to the value "
"determined by the Seek statement:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3153194.3.help.text
msgid ""
"For random access files, the Seek function returns the number of the next "
"record to be read."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3161831.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3161831.4.help.te"
"xt\n"
"For all other files, the function returns the byte position at which the "
"next operation is to occur."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3155854.5.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03020103.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03020305.xhp\\\" "
"name=\\\"Seek\\\"\\>Seek\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3152460.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3152460.6.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3145365.7.help.text
msgid "Seek (FileNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3148575.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3148575.8.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3159156.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3159156.9.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3149665.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3149665.10.help.te"
"xt\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3148645.11.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> Returns the file number determined by the "
"Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3150011.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#hd_id3150011.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3153877.13.help.text
msgid "Sub ExampleSeek"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3150417.14.help.text
msgid "Dim i As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3156284.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3156284.15.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3153157.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3153157.16.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3149413.17.help.text
msgid "Open \"c:\\\\Data.txt\" For Random As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3155602.18.help.text
msgid "For i = 1 To 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3149400.19.help.text
msgid "PUT #iNumber, , i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3149123.20.help.text
msgid "Next i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3156275.21.help.text
msgid "Seek #iNumber, 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3154479.22.help.text
msgid "Get #1, , i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3148405.23.help.text
msgid "Print \"Date: \"; i;\" Next Record: \"; Seek(iNumber)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3149020.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020304.xhp#par_id3149020.24.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#tit.help.text
msgid "Seek Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#bm_id3159413.help.text
msgid "\\<bookmark_value\\>Seek statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#hd_id3159413.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020305.xhp\\\" name=\\\"Seek Statement "
"[Runtime]\\\"\\>Seek Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3153381.2.help.text
msgid ""
"Determines the position for the next writing or reading in a file that was "
"opened with the Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3153969.3.help.text
msgid ""
"For random access files, the Seek function returns the number of the next "
"record to be written."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3154908.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3154908.4.help.te"
"xt\n"
"For all other files, the function returns the byte position at which the "
"next operation is to occur."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3156280.5.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03020103.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>, \\<link "
"href=\\\"text/sbasic/shared/03020304.xhp\\\" "
"name=\\\"Seek\\\"\\>Seek\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#hd_id3145785.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020305.xhp#hd_id3145785.6.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3145273.7.help.text
msgid "Seek[#]FileNumber, Position (As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#hd_id3154321.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020305.xhp#hd_id3154321.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3153952.9.help.text
msgid ""
"\\<emph\\>FileNumber: \\</emph\\>Returns the file number determined by the "
"Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020305.xhp#par_id3145366.10.help.text
msgid ""
"\\<emph\\>Position: \\</emph\\>Position for the next writing or reading. "
"Position can be a number between 1 and 2,147,483,647. According to the file "
"type, the position indicates the number of the record (files in the Random "
"mode) or the byte position (files in the Binary, Output, Append or Input "
"mode). The first byte in a file is position 1, the second byte is position "
"2, and so on."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020400.xhp#tit.help.text
msgid "Managing Files"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020400.xhp#hd_id3145136.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020400.xhp\\\" name=\\\"Managing "
"Files\\\"\\>Managing Files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020400.xhp#par_id3147264.2.help.text
msgid "The functions and statements for managing files are described here."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#tit.help.text
msgid "ChDir Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#bm_id3150178.help.text
msgid "\\<bookmark_value\\>ChDir function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3150178.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020401.xhp\\\" name=\\\"ChDir "
"Statement [Runtime]\\\"\\>ChDir Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3153126.2.help.text
msgid "Changes the current directory or drive."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3154347.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3154347.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3153897.4.help.text
msgid "ChDir Text As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3148664.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3148664.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3150543.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that specifies the "
"directory path or drive."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3152598.7.help.text
msgid ""
"If you only want to change the current drive, enter the drive letter "
"followed by a colon."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3151116.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#hd_id3151116.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3153364.9.help.text
msgid "Sub ExampleChDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3147348.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3147348.10.help.t"
"ext\n"
"Dim sDir1 as String , sDir2 as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3155308.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3155308.11.help.t"
"ext\n"
"sDir1 = \"c:\\\\Test\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3154319.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3154319.12.help.t"
"ext\n"
"sDir2 = \"d:\\\\private\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3154944.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3154944.13.help.t"
"ext\n"
"ChDir( sDir1 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3151074.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3151074.14.help.t"
"ext\n"
"msgbox CurDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3147124.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3147124.15.help.t"
"ext\n"
"ChDir( sDir2 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3148456.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3148456.16.help.t"
"ext\n"
"msgbox CurDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3149581.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020401.xhp#par_id3149581.17.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#tit.help.text
msgid "ChDrive Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#bm_id3145068.help.text
msgid "\\<bookmark_value\\>ChDrive statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3145068.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020402.xhp\\\" name=\\\"ChDrive "
"Statement [Runtime]\\\"\\>ChDrive Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3149656.2.help.text
msgid "Changes the current drive."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3154138.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3154138.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3154685.4.help.text
msgid "ChDrive Text As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3156423.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3156423.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3145172.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that contains the drive "
"letter of the new drive. If you want, you can use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3145785.7.help.text
msgid ""
"The drive must be assigned a capital letter. Under Windows, the letter that "
"you assign the drive is restricted by the settings in LASTDRV. If the drive "
"argument is a multiple-character string, only the first letter is relevant. "
"If you attempt to access a non-existent drive, an error occurs that you can "
"respond to with the OnError statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3153188.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020402.xhp#hd_id3153188.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3151113.9.help.text
msgid "Sub ExampleCHDrive"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3152576.10.help.text
msgid "ChDrive \"D\" REM Only possible if a drive 'D' exists."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3156441.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020402.xhp#par_id3156441.11.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#tit.help.text
msgid "CurDir Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#bm_id3153126.help.text
msgid "\\<bookmark_value\\>CurDir function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3153126.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020403.xhp\\\"\\>CurDir Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3156343.2.help.text
msgid ""
"Returns a variant string that represents the current path of the specified "
"drive."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3149457.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3149457.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3153381.4.help.text
msgid "CurDir [(Text As String)]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3154366.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3154366.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3156281.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3156281.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3156423.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3156423.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3153193.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that specifies an existing "
"drive (for example, \"C\" for the first partition of the first hard drive)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3155133.9.help.text
msgid ""
"If no drive is specified or if the drive is a zero-length string (\"\"), "
"CurDir returns the path for the current drive. $[officename] Basic reports "
"an error if the syntax of the drive description is incorrect, the drive does "
"not exist, or if the drive letter occurs after the letter defined in the "
"CONFIG.SYS with the Lastdrive statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3150010.10.help.text
msgid "This function is not case-sensitive."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3155411.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#hd_id3155411.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3151113.12.help.text
msgid "Sub ExampleCurDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3155306.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3155306.13.help.t"
"ext\n"
"Dim sDir1 as String , sDir2 as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3156444.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3156444.14.help.t"
"ext\n"
"sDir1 = \"c:\\\\Test\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3147318.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3147318.15.help.t"
"ext\n"
"sDir2 = \"d:\\\\private\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3154013.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3154013.16.help.t"
"ext\n"
"ChDir( sDir1 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3153877.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3153877.17.help.t"
"ext\n"
"msgbox CurDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3144764.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3144764.18.help.t"
"ext\n"
"ChDir( sDir2 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3147125.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3147125.19.help.t"
"ext\n"
"msgbox CurDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3149581.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020403.xhp#par_id3149581.20.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#tit.help.text
msgid "Dir Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#bm_id3154347.help.text
msgid "\\<bookmark_value\\>Dir function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3154347.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020404.xhp\\\" name=\\\"Dir Function "
"[Runtime]\\\"\\>Dir Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153381.2.help.text
msgid ""
"Returns the name of a file, a directory, or all of the files and the "
"directories on a drive or in a directory that match the specified search "
"path."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3154365.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3154365.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3156282.4.help.text
msgid "Dir [(Text As String) [, Attrib As Integer]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3156424.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3156424.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153193.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153193.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3153770.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3153770.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3161831.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that specifies the search "
"path, directory or file. This argument can only be specified the first time "
"that you call the Dir function. If you want, you can enter the path in "
"\\<link href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL "
"notation\\\"\\>URL notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3146974.9.help.text
msgid ""
"\\<emph\\>Attrib: \\</emph\\>Any integer expression that specifies bitwise "
"file attributes. The Dir function only returns files or directories that "
"match the specified attributes. You can combine several attributes by adding "
"the attribute values:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3149666.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3149666.11.help.t"
"ext\n"
"0 : Normal files."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147427.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147427.15.help.t"
"ext\n"
"16 : Returns the name of the directory only."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153952.16.help.text
msgid ""
"Use this attribute to check if a file or directory exists, or to determine "
"all files and folders in a specific directory."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3159156.17.help.text
msgid ""
"To check if a file exists, enter the complete path and name of the file. If "
"the file or directory name does not exist, the Dir function returns a zero-"
"length string (\"\")."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3154012.18.help.text
msgid ""
"To generate a list of all existing files in a specific directory, proceed as "
"follows: The first time you call the Dir function, specify the complete "
"search path for the files, for example, \"D:\\\\Files\\\\*.sxw\". If the "
"path is correct and the search finds at least one file, the Dir function "
"returns the name of the first file that matches the search path. To return "
"additional file names that match the path, call Dir again, but with no "
"arguments."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147348.19.help.text
msgid ""
"To return directories only, use the attribute parameter. The same applies if "
"you want to determine the name of a volume (for example, a hard drive "
"partition)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3154942.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#hd_id3154942.20.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147125.21.help.text
msgid "Sub ExampleDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3148455.22.help.text
msgid "REM Displays all files and directories"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147396.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147396.23.help.t"
"ext\n"
"Dim sPath As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3149378.24.help.text
msgid "Dim sDir as String, sValue as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153416.27.help.text
msgid "sDir=\"Directories:\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153838.29.help.text
msgid "sPath = CurDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3150327.30.help.text
msgid "sValue = Dir$(sPath + \"\\\\*\",16)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3155064.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3155064.31.help.t"
"ext\n"
"Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3153764.32.help.text
msgid "If sValue <> \".\" and sValue <> \"..\" Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3155766.33.help.text
msgid "if (GetAttr( sPath + getPathSeparator + sValue) AND 16) >0 then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3154253.34.help.text
msgid "REM get the directories"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3159264.35.help.text
msgid "sDir = sDir & chr(13) & sValue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3145148.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3145148.43.help.t"
"ext\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147324.44.help.text
msgid "sValue = Dir$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3155335.45.help.text
msgid "Loop Until sValue = \"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3147345.46.help.text
msgid "MsgBox sDir,0,sPath"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3163808.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020404.xhp#par_id3163808.48.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#tit.help.text
msgid "FileAttr-Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#bm_id3153380.help.text
msgid "\\<bookmark_value\\>FileAttr function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3153380.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020405.xhp\\\" name=\\\"FileAttr-"
"Function [Runtime]\\\"\\>FileAttr Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3154366.2.help.text
msgid ""
"Returns the access mode or the file access number of a file that was opened "
"with the Open statement. The file access number is dependent on the "
"operating system (OSH = Operating System Handle)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3153364.3.help.text
msgid ""
"If you use a 32-Bit operating system, you cannot use the FileAttr-Function "
"to determine the file access number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3163713.4.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03020103.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3151116.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3151116.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3154012.6.help.text
msgid "FileAttr (FileNumber As Integer, Attribute As Integer)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3147349.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3147349.7.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3146974.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3146974.8.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3153728.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3153728.9.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3151074.10.help.text
msgid ""
"\\<emph\\>FileNumber:\\</emph\\> The number of the file that was opened with "
"the Open statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3144766.11.help.text
msgid ""
"\\<emph\\>Attribute:\\</emph\\> Integer expression that indicates the type "
"of file information that you want to return. The following values are "
"possible:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3147396.12.help.text
msgid "1: The FileAttr-Function indicates the access mode of the file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3149959.13.help.text
msgid ""
"2: The FileAttr-Function returns the file access number of the operating "
"system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3154018.14.help.text
msgid ""
"If you specify a parameter attribute with a value of 1, the following return "
"values apply:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3149124.15.help.text
msgid "1 - INPUT (file open for input)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3156275.16.help.text
msgid "2 - OUTPUT (file open for output)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155066.17.help.text
msgid "4 - RANDOM (file open for random access)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3148406.18.help.text
msgid "8 - APPEND (file open for appending)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3154757.19.help.text
msgid "32 - BINARY (file open in binary mode)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3147339.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#hd_id3147339.20.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155959.21.help.text
msgid "Sub ExampleFileAttr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3145147.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3145147.22.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3153966.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3153966.23.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155336.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155336.24.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3163807.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3163807.25.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3154021.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3154021.27.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3153786.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3153786.28.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155607.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155607.29.help.t"
"ext\n"
"Print #iNumber, \"This is a line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3150361.30.help.text
msgid "MsgBox FileAttr(#iNumber, 1 ),0,\"Access mode\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3149817.31.help.text
msgid "MsgBox FileAttr(#iNumber, 2 ),0,\"File attribute\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155115.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3155115.32.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3147130.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020405.xhp#par_id3147130.33.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#tit.help.text
msgid "FileCopy Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#bm_id3154840.help.text
msgid "\\<bookmark_value\\>FileCopy statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3154840.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020406.xhp\\\" name=\\\"FileCopy "
"Statement [Runtime]\\\"\\>FileCopy Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3149497.2.help.text
msgid "Copies a file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3147443.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3147443.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3146957.4.help.text
msgid "FileCopy TextFrom As String, TextTo As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3153825.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3153825.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3155390.6.help.text
msgid ""
"\\<emph\\>TextFrom:\\</emph\\> Any string expression that specifies the name "
"of the file that you want to copy. The expression can contain optional path "
"and drive information. If you want, you can enter a path in \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3150669.7.help.text
msgid ""
"\\<emph\\>TextTo:\\</emph\\> Any string expression that specifies where you "
"want to copy the source file to. The expression can contain the destination "
"drive, the path, and file name, or the path in URL notation."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3150791.8.help.text
msgid ""
"You can only use the FileCopy statement to copy files that are not opened."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3125863.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020406.xhp#hd_id3125863.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3150869.10.help.text
msgid "Sub ExampleFilecopy"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3154685.11.help.text
msgid "Filecopy \"c:\\\\autoexec.bat\", \"c:\\\\Temp\\\\Autoexec.sav\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3154123.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020406.xhp#par_id3154123.12.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#tit.help.text
msgid "FileDateTime Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#bm_id3153361.help.text
msgid "\\<bookmark_value\\>FileDateTime function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3153361.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020407.xhp\\\" name=\\\"FileDateTime "
"Function [Runtime]\\\"\\>FileDateTime Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3156423.2.help.text
msgid ""
"Returns a string that contains the date and the time that a file was created "
"or last modified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3154685.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3154685.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3154124.4.help.text
msgid "FileDateTime (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3150448.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3150448.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3159153.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that contains an "
"unambiguous (no wildcards) file specification. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3155306.7.help.text
msgid ""
"This function determines the exact time of creation or last modification of "
"a file, returned in the format \"MM.DD.YYYY HH.MM.SS\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3146119.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020407.xhp#hd_id3146119.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3148576.9.help.text
msgid "Sub ExampleFileDateTime"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3161831.10.help.text
msgid "msgbox FileDateTime(\"C:\\\\autoexec.bat\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3146986.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020407.xhp#par_id3146986.11.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#tit.help.text
msgid "FileLen-Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#bm_id3153126.help.text
msgid "\\<bookmark_value\\>FileLen function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3153126.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020408.xhp\\\" name=\\\"FileLen-"
"Function [Runtime]\\\"\\>FileLen Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3145068.2.help.text
msgid "Returns the length of a file in bytes."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3159414.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3159414.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3149656.4.help.text
msgid "FileLen (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3148798.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3148798.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3156282.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3156282.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3150768.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3150768.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3153193.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3153193.8.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression that contains an "
"unambiguous file specification. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3150439.9.help.text
msgid ""
"This function determines the length of a file. If the FileLen function is "
"called for an open file, it returns the file length before it was opened. To "
"determine the current file length of an open file, use the Lof function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3163710.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#hd_id3163710.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3159154.11.help.text
msgid "Sub ExampleFileLen"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3145271.12.help.text
msgid "msgbox FileLen(\"C:\\\\autoexec.bat\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3145749.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020408.xhp#par_id3145749.13.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#tit.help.text
msgid "GetAttr Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#bm_id3150984.help.text
msgid "\\<bookmark_value\\>GetAttr function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3150984.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020409.xhp\\\" name=\\\"GetAttr "
"Function [Runtime]\\\"\\>GetAttr Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154347.2.help.text
msgid ""
"Returns a bit pattern that identifies the file type or the name of a volume "
"or a directory."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3149457.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3149457.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3150359.4.help.text
msgid "GetAttr (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3151211.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3151211.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154909.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154909.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3145172.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3145172.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3151042.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3151042.8.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression that contains an "
"unambiguous file specification. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3161831.9.help.text
msgid ""
"This function determines the attributes for a specified file and returns the "
"bit pattern that can help you to identify the following file attributes:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3145364.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3145364.10.help.te"
"xt\n"
"Value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3147349.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3147349.11.help.t"
"ext\n"
"0 : Normal files."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3147434.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3147434.12.help.t"
"ext\n"
"1 : Read-only files."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3159154.15.help.text
msgid "8 : Returns the name of the volume"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3145271.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3145271.16.help.t"
"ext\n"
"16 : Returns the name of the directory only."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3153953.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3153953.17.help.t"
"ext\n"
"32 : File was changed since last backup (Archive bit)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3156444.18.help.text
msgid ""
"If you want to know if a bit of the attribute byte is set, use the following "
"query method:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3153094.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#hd_id3153094.19.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154491.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154491.20.help.t"
"ext\n"
"Sub ExampleSetGetAttr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3155415.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3155415.21.help.t"
"ext\n"
"On Error Goto ErrorHandler REM Define target for error-handler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154944.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154944.22.help.t"
"ext\n"
"If Dir(\"C:\\\\test\",16)=\"\" Then MkDir \"C:\\\\test\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3151075.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3151075.23.help.t"
"ext\n"
"If Dir(\"C:\\\\test\\\\autoexec.sav\")=\"\" THEN Filecopy "
"\"c:\\\\autoexec.bat\", \"c:\\\\test\\\\autoexec.sav\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3149959.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3149959.24.help.t"
"ext\n"
"SetAttr \"c:\\\\test\\\\autoexec.sav\" ,0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3153418.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3153418.25.help.t"
"ext\n"
"Filecopy \"c:\\\\autoexec.bat\", \"c:\\\\test\\\\autoexec.sav\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3149122.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3149122.26.help.t"
"ext\n"
"SetAttr \"c:\\\\test\\\\autoexec.sav\" ,1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154480.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154480.27.help.t"
"ext\n"
"print GetAttr( \"c:\\\\test\\\\autoexec.sav\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3150753.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3150753.28.help.t"
"ext\n"
"end"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3150323.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3150323.29.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154754.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3154754.30.help.t"
"ext\n"
"Print Error"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3155764.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3155764.31.help.t"
"ext\n"
"end"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3156382.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020409.xhp#par_id3156382.32.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#tit.help.text
msgid "Kill Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#bm_id3153360.help.text
msgid "\\<bookmark_value\\>Kill statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3153360.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020410.xhp\\\" name=\\\"Kill Statement "
"[Runtime]\\\"\\>Kill Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3151211.2.help.text
msgid "Deletes a file from a disk."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3150767.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3150767.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3154685.4.help.text
msgid "Kill File As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3153194.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3153194.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3150440.6.help.text
msgid ""
"\\<emph\\>File:\\</emph\\> Any string expression that contains an "
"unambiguous file specification. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3148645.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020410.xhp#hd_id3148645.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3154320.8.help.text
msgid "sub ExampleKill"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3163710.9.help.text
msgid "Kill \"C:\\\\datafile.dat\" REM File must be created in advance"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3145749.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020410.xhp#par_id3145749.10.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#tit.help.text
msgid "MkDir Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#bm_id3156421.help.text
msgid "\\<bookmark_value\\>MkDir statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3156421.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020411.xhp\\\" name=\\\"MkDir "
"Statement [Runtime]\\\"\\>MkDir Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3147000.2.help.text
msgid "Creates a new directory on a data medium."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3148520.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3148520.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3155150.4.help.text
msgid "MkDir Text As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3156027.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3156027.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153750.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that specifies the name and "
"path of the directory to be created. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153311.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153311.7.help.te"
"xt\n"
"If the path is not determined, the directory is created in the current "
"directory."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3155388.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#hd_id3155388.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3148473.9.help.text
msgid "Sub ExampleFileIO"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3149762.10.help.text
msgid "' Example for functions of the file organisation"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3145610.11.help.text
msgid "Const sFile1 as String = \"file://c|/autoexec.bat\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3147264.12.help.text
msgid "Const sDir1 as String = \"file://c|/Temp\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3149669.13.help.text
msgid "Const sSubDir1 as String =\"Test\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3148663.14.help.text
msgid "Const sFile2 as String = \"Copied.tmp\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3154071.15.help.text
msgid "Const sFile3 as String = \"Renamed.tmp\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3150792.16.help.text
msgid "Dim sFile as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3154366.17.help.text
msgid "sFile = sDir1 + \"/\" + sSubDir1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3149204.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3149204.18.help.t"
"ext\n"
"ChDir( sDir1 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3154217.19.help.text
msgid "If Dir(sSubDir1,16)=\"\" then ' Does the directory exist ?"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3156423.20.help.text
msgid "MkDir sSubDir1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3147228.21.help.text
msgid "MsgBox sFile,0,\"Create directory\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153970.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153970.22.help.t"
"ext\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3148451.24.help.text
msgid "sFile = sFile + \"/\" + sFile2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3155132.25.help.text
msgid "FileCopy sFile1 , sFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153770.26.help.text
msgid "MsgBox fSysURL(CurDir()),0,\"Current directory\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3159154.27.help.text
msgid "MsgBox sFile & Chr(13) & FileDateTime( sFile ),0,\"Creation time\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3149484.28.help.text
msgid "MsgBox sFile & Chr(13)& FileLen( sFile ),0,\"File length\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3152885.29.help.text
msgid "MsgBox sFile & Chr(13)& GetAttr( sFile ),0,\"File attributes\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3152596.30.help.text
msgid "Name sFile as sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153952.31.help.text
msgid "' Rename in the same directory"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3152576.33.help.text
msgid "sFile = sDir1 + \"/\" + sSubDir1 + \"/\" + sFile3"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3147426.34.help.text
msgid "SetAttr( sFile, 0 ) 'Delete all attributes"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3148647.35.help.text
msgid "MsgBox sFile & Chr(13) & GetAttr( sFile ),0,\"New file attributes\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153363.36.help.text
msgid "Kill sFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3151113.37.help.text
msgid "RmDir sDir1 + \"/\" + sSubDir1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153157.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153157.38.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3150092.40.help.text
msgid "' Converts a system path in URL"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3147396.41.help.text
msgid "Function fSysURL( fSysFp as String ) as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153878.42.help.text
msgid "Dim iPos As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3150420.43.help.text
msgid "iPos = 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3145253.44.help.text
msgid "iPos = Instr(iPos,fSysFp, getPathSeparator())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153415.45.help.text
msgid "do while iPos > 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3153512.46.help.text
msgid "mid( fSysFp, iPos , 1,\"/\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3146899.47.help.text
msgid "iPos = Instr(iPos+1,fSysFp, getPathSeparator())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3145652.48.help.text
msgid "loop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3156276.49.help.text
msgid "' the colon with DOS"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3146913.50.help.text
msgid "iPos = Instr(1,fSysFp,\":\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3145640.51.help.text
msgid "if iPos > 0 then mid( fSysFp, iPos , 1,\"|\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3155443.52.help.text
msgid "fSysURL = \"file://\" & fSysFp"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3148995.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020411.xhp#par_id3148995.53.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#tit.help.text
msgid "Name Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#bm_id3143268.help.text
msgid "\\<bookmark_value\\>Name statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3143268.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020412.xhp\\\" name=\\\"Name Statement "
"[Runtime]\\\"\\>Name Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3154346.2.help.text
msgid "Renames an existing file or directory."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3156344.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3156344.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3153381.4.help.text
msgid "Name OldName As String As NewName As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3153362.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3153362.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3151210.6.help.text
msgid ""
"\\<emph\\>OldName, NewName:\\</emph\\> Any string expression that specifies "
"the file name, including the path. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3150767.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3150767.7.help.te"
"xt\n"
"If the path is not determined, the directory is created in the current "
"directory."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3125863.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#hd_id3125863.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3145786.9.help.text
msgid "Sub ExampleReName"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3161832.10.help.text
msgid "On Error Goto Error"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3147435.11.help.text
msgid "Filecopy \"c:\\\\autoexec.bat\", \"c:\\\\temp\\\\autoexec.sav\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3156444.12.help.text
msgid "Name \"c:\\\\test\\\\autoexec.sav\" as \"c:\\\\temp\\\\autoexec.bat\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3155308.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3155308.13.help.t"
"ext\n"
"end"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3153727.14.help.text
msgid "Error:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3153951.15.help.text
msgid "if err = 76 then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3152462.16.help.text
msgid "msgbox \"File already exists\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3149263.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3149263.17.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3154011.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3154011.18.help.t"
"ext\n"
"end"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3146985.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020412.xhp#par_id3146985.19.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#tit.help.text
msgid "RmDir Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#bm_id3148947.help.text
msgid "\\<bookmark_value\\>RmDir statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3148947.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020413.xhp\\\" name=\\\"RmDir "
"Statement [Runtime]\\\"\\>RmDir Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3149457.2.help.text
msgid "Deletes an existing directory from a data medium."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3153361.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3153361.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3154367.4.help.text
msgid "RmDir Text As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3156281.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3156281.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3151042.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that specifies the name and "
"path of the directory that you want to delete. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3153192.7.help.text
msgid ""
"If the path is not determined, the \\<emph\\>RmDir Statement\\</emph\\> "
"searches for the directory that you want to delete in the current path. If "
"it is not found there, an error message appears."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3145271.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020413.xhp#hd_id3145271.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3156442.9.help.text
msgid "Sub ExampleRmDir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3154319.10.help.text
msgid "MkDir \"C:\\\\Test2\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3159154.11.help.text
msgid "ChDir \"C:\\\\test2\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3151112.12.help.text
msgid "msgbox Curdir"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3147427.13.help.text
msgid "ChDir \"\\\\\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3153188.14.help.text
msgid "RmDir \"C:\\\\test2\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3146120.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020413.xhp#par_id3146120.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#tit.help.text
msgid "SetAttr Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#bm_id3147559.help.text
msgid "\\<bookmark_value\\>SetAttr statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3147559.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020414.xhp\\\" name=\\\"SetAttr "
"Statement [Runtime]\\\"\\>SetAttr Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3147264.2.help.text
msgid "Sets the attribute information for a specified file."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3150359.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3150359.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3154365.4.help.text
msgid "SetAttr FileName As String, Attribute As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3125863.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3125863.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3154909.6.help.text
msgid ""
"FileName: Name of the file, including the path, that you want to test "
"attributes of. If you do not enter a path, \\<emph\\>SetAttr\\</emph\\> "
"searches for the file in the current directory. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3153192.7.help.text
msgid ""
"\\<emph\\>Attribute:\\</emph\\> Bit pattern defining the attributes that you "
"want to set or to clear:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3145786.8.help.text
msgid "\\<emph\\>Value\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3152596.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3152596.9.help.te"
"xt\n"
"0 : Normal files."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3149262.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3149262.10.help.t"
"ext\n"
"1 : Read-only files."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3152576.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3152576.13.help.t"
"ext\n"
"32 : File was changed since last backup (Archive bit)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3153093.14.help.text
msgid ""
"You can set multiple attributes by combining the respective values with a "
"logic OR statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3147434.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#hd_id3147434.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3154012.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3154012.16.help.t"
"ext\n"
"Sub ExampleSetGetAttr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3148645.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3148645.17.help.t"
"ext\n"
"On Error Goto ErrorHandler REM Define target for error-handler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3145647.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3145647.18.help.t"
"ext\n"
"If Dir(\"C:\\\\test\",16)=\"\" Then MkDir \"C:\\\\test\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3147126.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3147126.19.help.t"
"ext\n"
"If Dir(\"C:\\\\test\\\\autoexec.sav\")=\"\" THEN Filecopy "
"\"c:\\\\autoexec.bat\", \"c:\\\\test\\\\autoexec.sav\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3151074.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3151074.20.help.t"
"ext\n"
"SetAttr \"c:\\\\test\\\\autoexec.sav\" ,0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3153158.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3153158.21.help.t"
"ext\n"
"Filecopy \"c:\\\\autoexec.bat\", \"c:\\\\test\\\\autoexec.sav\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3149378.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3149378.22.help.t"
"ext\n"
"SetAttr \"c:\\\\test\\\\autoexec.sav\" ,1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3150716.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3150716.23.help.t"
"ext\n"
"print GetAttr( \"c:\\\\test\\\\autoexec.sav\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3154018.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3154018.24.help.t"
"ext\n"
"end"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3149121.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3149121.25.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3156275.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3156275.26.help.t"
"ext\n"
"Print Error"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3153707.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3153707.27.help.t"
"ext\n"
"end"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3145640.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020414.xhp#par_id3145640.28.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#tit.help.text
msgid "FileExists Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#bm_id3148946.help.text
msgid "\\<bookmark_value\\>FileExists function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3148946.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03020415.xhp\\\" name=\\\"FileExists "
"Function [Runtime]\\\"\\>FileExists Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3153361.2.help.text
msgid "Determines if a file or a directory is available on the data medium."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3150447.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3150447.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3154685.4.help.text
msgid "FileExists(FileName As String | DirectoryName As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3154126.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3154126.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3150769.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3150769.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3153770.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3153770.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3147349.8.help.text
msgid ""
"FileName | DirectoryName: Any string expression that contains an unambiguous "
"file specification. You can also use \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp\\\" name=\\\"URL notation\\\"\\>URL "
"notation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3149664.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020415.xhp#hd_id3149664.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3145272.10.help.text
msgid "sub ExampleFileExists"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3147317.12.help.text
msgid "msgbox FileExists(\"C:\\\\autoexec.bat\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3153190.13.help.text
msgid "msgbox FileExists(\"file:///d|/bookmark.htm\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3148645.14.help.text
msgid "msgbox FileExists(\"file:///d|/private\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3149262.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03020415.xhp#par_id3149262.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030000.xhp#tit.help.text
msgid "Date and Time Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030000.xhp#hd_id3150502.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030000.xhp\\\" name=\\\"Date and Time "
"Functions\\\"\\>Date and Time Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030000.xhp#par_id3153255.2.help.text
msgid ""
"Use the statements and functions described here to perform date and time "
"calculations."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030000.xhp#par_id3152363.3.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Basic lets you "
"calculate time or date differences by converting the time and date values to "
"continuous numeric values. After the difference is calculated, special "
"functions are used to reconvert the values to the standard time or date "
"formats."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030000.xhp#par_id3151054.4.help.text
msgid ""
"You can combine date and time values into a single floating-decimal number. "
"Dates are converted to integers, and times to decimal values. \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Basic also supports the "
"variable type Date, which can contain a time specification consisting of "
"both a date and time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030100.xhp#tit.help.text
msgid "Converting Date Values"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030100.xhp#hd_id3147573.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030100.xhp\\\" name=\\\"Converting "
"Date Values\\\"\\>Converting Date Values\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030100.xhp#par_id3154760.2.help.text
msgid ""
"The following functions convert date values to calculable numbers and back."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#tit.help.text
msgid "DateSerial Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#bm_id3157896.help.text
msgid "\\<bookmark_value\\>DateSerial function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3157896.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030101.xhp\\\" name=\\\"DateSerial "
"Function [Runtime]\\\"\\>DateSerial Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3143267.2.help.text
msgid ""
"Returns a \\<emph\\>Date\\</emph\\> value for a specified year, month, or "
"day."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3147264.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3147264.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3149670.4.help.text
msgid "DateSerial (year, month, day)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3150792.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3150792.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3150398.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3150398.6.help.te"
"xt\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3154141.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3154141.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3147229.8.help.text
msgid ""
"\\<emph\\>Year:\\</emph\\> Integer expression that indicates a year. All "
"values between 0 and 99 are interpreted as the years 1900-1999. For years "
"that fall outside this range, you must enter all four digits."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3156280.9.help.text
msgid ""
"\\<emph\\>Month:\\</emph\\> Integer expression that indicates the month of "
"the specified year. The accepted range is from 1-12."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3151043.10.help.text
msgid ""
"\\<emph\\>Day:\\</emph\\> Integer expression that indicates the day of the "
"specified month. The accepted range is from 1-31, depending on the month."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3161832.11.help.text
msgid ""
"The \\<emph\\>DateSerial function\\</emph\\> returns the number of days "
"between December 30,1899 and the given date. You can use this function to "
"calculate the difference between two dates."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3155306.12.help.text
msgid ""
"The \\<emph\\>DateSerial function\\</emph\\> returns the data type Variant "
"with VarType 7 (Date). Internally, this value is stored as a Double value, "
"so that when the given date is 1.1.1900, the returned value is 2. Negative "
"values correspond to dates before December 30, 1899 (not inclusive)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3152576.13.help.text
msgid ""
"If a date is defined that lies outside of the accepted range, $[officename] "
"Basic returns an error message."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3149481.14.help.text
msgid ""
"Whereas you define the \\<emph\\>DateValue function\\</emph\\> as a string "
"that contains the date, the \\<emph\\>DateSerial function\\</emph\\> "
"evaluates each of the parameters (year, month, day) as separate numeric "
"expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3155411.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#hd_id3155411.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3148646.16.help.text
msgid "Sub ExampleDateSerial"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3156441.17.help.text
msgid "Dim lDate as Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3154791.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3154791.18.help.t"
"ext\n"
"Dim sDate as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3155415.19.help.text
msgid "lDate = DateSerial(1964, 4, 9)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3147125.20.help.text
msgid "sDate = DateSerial(1964, 4, 9)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3154942.21.help.text
msgid "msgbox lDate REM returns 23476"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3151074.22.help.text
msgid "msgbox sDate REM returns 09.04.1964 00:00:00"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3153878.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030101.xhp#par_id3153878.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#tit.help.text
msgid "DateValue Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#bm_id3156344.help.text
msgid "\\<bookmark_value\\>DateValue function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3156344.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030102.xhp\\\" name=\\\"DateValue "
"Function [Runtime]\\\"\\>DateValue Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3150542.2.help.text
msgid ""
"Returns a number from a date string. The date string is a complete date in a "
"single numeric value. You can also use this serial number to determine the "
"difference between two dates."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3148799.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3148799.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3154910.4.help.text
msgid "DateValue [(date)]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3150870.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3150870.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3153194.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3153194.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3153969.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3153969.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3153770.8.help.text
msgid ""
"\\<emph\\>Date:\\</emph\\> String expression that contains the date that you "
"want to calculate. The date can be specified in almost any format."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3153189.22.help.text
msgid ""
"You can use this function to convert a date that occurs between December 1, "
"1582 and December 31, 9999 into a single integer value. You can then use "
"this value to calculate the difference between two dates. If the date "
"argument lies outside the acceptable range, $[officename] Basic returns an "
"error message."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3146974.23.help.text
msgid ""
"In contrast to the DateSerial function that passes years, months, and days "
"as separate numeric values, the DateValue function passes the date using the "
"format \"month.[,]day.[,]year\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3153142.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030102.xhp#hd_id3153142.24.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3155412.25.help.text
msgid "Sub ExampleDateValue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3153363.26.help.text
msgid "msgbox DateValue(\"12/02/1997\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3149262.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030102.xhp#par_id3149262.27.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#tit.help.text
msgid "Day Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#bm_id3153345.help.text
msgid "\\<bookmark_value\\>Day function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3153345.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030103.xhp\\\" name=\\\"Day Function "
"[Runtime]\\\"\\>Day Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3147560.2.help.text
msgid ""
"Returns a value that represents the day of the month based on a serial date "
"number generated by \\<emph\\>DateSerial\\</emph\\> or "
"\\<emph\\>DateValue\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3149456.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3149456.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3150358.4.help.text
msgid "Day (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3148798.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3148798.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3125865.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3125865.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3150448.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3150448.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3156423.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> A numeric expression that contains a serial "
"date number from which you can determine the day of the month."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3145786.9.help.text
msgid ""
"This function is basically the opposite of the DateSerial function, "
"returning the day of the month from a serial date number generated by the "
"\\<emph\\>DateSerial\\</emph\\> or the \\<emph\\>DateValue\\</emph\\> "
"function. For example, the expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3145364.10.help.text
msgid "Print Day (DateSerial(1994, 12, 20))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3153190.11.help.text
msgid "returns the value 20."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3149481.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030103.xhp#hd_id3149481.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3155413.13.help.text
msgid "sub ExampleDay"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3149260.14.help.text
msgid "Print \"Day \" & Day(DateSerial(1994, 12, 20)) & \" of the month\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3148645.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030103.xhp#par_id3148645.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#tit.help.text
msgid "Month Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#bm_id3153127.help.text
msgid "\\<bookmark_value\\>Month function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3153127.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030104.xhp\\\" name=\\\"Month Function "
"[Runtime]\\\"\\>Month Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3148550.2.help.text
msgid ""
"Returns the month of a year from a serial date that is generated by the "
"DateSerial or the DateValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3145068.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3145068.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3150398.4.help.text
msgid "Month (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3154366.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3154366.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3154125.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3154125.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3150768.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3150768.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3156423.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that contains the serial "
"date number that is used to determine the month of the year."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3153770.9.help.text
msgid ""
"This function is the opposite of the \\<emph\\>DateSerial "
"\\</emph\\>function. It returns the month in the year that corresponds to "
"the serial date that is generated by \\<emph\\>DateSerial\\</emph\\> or "
"\\<emph\\>DateValue\\</emph\\>. For example, the expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3147426.10.help.text
msgid "Print Month(DateSerial(1994, 12, 20))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3145366.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3145366.11.help.t"
"ext\n"
"returns the value 12."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3146923.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#hd_id3146923.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3156442.13.help.text
msgid "Sub ExampleMonth"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3149664.14.help.text
msgid "MsgBox \"\" & Month(Now) ,64,\"The current month\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3150012.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030104.xhp#par_id3150012.15.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#tit.help.text
msgid "WeekDay Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#bm_id3153127.help.text
msgid "\\<bookmark_value\\>WeekDay function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3153127.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030105.xhp\\\" name=\\\"WeekDay "
"Function [Runtime]\\\"\\>WeekDay Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3146795.2.help.text
msgid ""
"Returns the number corresponding to the weekday represented by a serial date "
"number that is generated by the DateSerial or the DateValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3145068.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3145068.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3149655.4.help.text
msgid "WeekDay (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3148799.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3148799.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3154125.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3154125.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3150768.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3150768.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3151042.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Integer expression that contains the serial "
"date number that is used to calculate the day of the week (1-7)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3159254.9.help.text
msgid ""
"The following example determines the day of the week using the WeekDay "
"function when you enter a date."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3148616.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#hd_id3148616.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3145749.11.help.text
msgid "Sub ExampleWeekDay"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3147426.12.help.text
msgid "Dim sDay As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3148576.13.help.text
msgid "REM Return and display the day of the week"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3155412.14.help.text
msgid "Select Case WeekDay( Now )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3155306.15.help.text
msgid "case 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3151117.16.help.text
msgid "sDay=\"Sunday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3152460.17.help.text
msgid "case 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3153952.18.help.text
msgid "sDay=\"Monday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3149666.19.help.text
msgid "case 3"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3153157.20.help.text
msgid "sDay=\"Tuesday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3154730.21.help.text
msgid "case 4"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3154942.22.help.text
msgid "sDay=\"Wednesday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3145799.23.help.text
msgid "case 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3155416.24.help.text
msgid "sDay=\"Thursday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3150716.25.help.text
msgid "case 6"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3154015.26.help.text
msgid "sDay=\"Friday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3146971.27.help.text
msgid "case 7"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3153707.28.help.text
msgid "sDay=\"Saturday\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3155065.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3155065.29.help.t"
"ext\n"
"End Select"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3148993.30.help.text
msgid "msgbox \"\" + sDay,64,\"Today is\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3149019.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030105.xhp#par_id3149019.31.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#tit.help.text
msgid "Year Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#bm_id3148664.help.text
msgid "\\<bookmark_value\\>Year function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3148664.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030106.xhp\\\" name=\\\"Year Function "
"[Runtime]\\\"\\>Year Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3149655.2.help.text
msgid ""
"Returns the year from a serial date number that is generated by the "
"DateSerial or the DateValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3154125.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3154125.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3147229.4.help.text
msgid "Year (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3154685.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3154685.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3153970.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3153970.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3150440.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3150440.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3163712.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Integer expression that contains the serial "
"date number that is used to calculate the year."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3152596.9.help.text
msgid ""
"This function is the opposite of the \\<emph\\>DateSerial "
"\\</emph\\>function, and returns the year of a serial date. For example, the "
"expression:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3154319.10.help.text
msgid "Print Year(DateSerial(1994, 12, 20))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3149483.11.help.text
msgid "returns the value 1994."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3146985.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030106.xhp#hd_id3146985.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3153952.13.help.text
msgid "Sub ExampleYear"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3153363.14.help.text
msgid "MsgBox \"\" & Year(Now) ,64,\"Current year\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3145274.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030106.xhp#par_id3145274.15.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#tit.help.text
msgid "CDateToIso Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#bm_id3150620.help.text
msgid "\\<bookmark_value\\>CdateToIso function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3150620.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030107.xhp\\\" name=\\\"CDateToIso "
"Function [Runtime]\\\"\\>CDateToIso Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3151097.2.help.text
msgid ""
"Returns the date in ISO format from a serial date number that is generated "
"by the DateSerial or the DateValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3159224.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3159224.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3149497.4.help.text
msgid "CDateToIso(Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3152347.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3152347.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3154422.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3154422.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3147303.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3147303.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3145136.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Integer that contains the serial date number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3147243.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030107.xhp#hd_id3147243.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3156152.10.help.text
msgid "Sub ExampleCDateToIso"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3153126.11.help.text
msgid "MsgBox \"\" & CDateToIso(Now) ,64,\"ISO Date\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3143228.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030107.xhp#par_id3143228.12.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#tit.help.text
msgid "CDateFromIso Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#bm_id3153127.help.text
msgid "\\<bookmark_value\\>CdateFromIso function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3153127.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030108.xhp\\\" name=\\\"CDateFromIso "
"Function [Runtime]\\\"\\>CDateFromIso Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#par_id3148550.2.help.text
msgid ""
"Returns the internal date number from a string that contains a date in ISO "
"format."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3148947.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3148947.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#par_id3150400.4.help.text
msgid "CDateFromIso(String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3154367.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3154367.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#par_id3156212.6.help.text
msgid "Internal date number"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3125864.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3125864.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#par_id3154685.8.help.text
msgid ""
"\\<emph\\>String:\\</emph\\> A string that contains a date in ISO format. "
"The year may have two or four digits."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3150439.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030108.xhp#hd_id3150439.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#par_id3147318.10.help.text
msgid "dateval = CDateFromIso(\"20021231\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030108.xhp#par_id3146921.11.help.text
msgid "returns 12/31/2002 in the date format of your system"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030200.xhp#tit.help.text
msgid "Converting Time Values"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030200.xhp#hd_id3147226.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030200.xhp\\\" name=\\\"Converting "
"Time Values\\\"\\>Converting Time Values\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030200.xhp#par_id3149415.2.help.text
msgid "The following functions convert time values to calculable numbers."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#tit.help.text
msgid "Hour Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#bm_id3156042.help.text
msgid "\\<bookmark_value\\>Hour function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3156042.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030201.xhp\\\" name=\\\"Hour Function "
"[Runtime]\\\"\\>Hour Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3149346.2.help.text
msgid ""
"Returns the hour from a time value that is generated by the TimeSerial or "
"the TimeValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3147574.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3147574.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3147264.4.help.text
msgid "Hour (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3145069.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3145069.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3149670.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3149670.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3150359.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3150359.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3154366.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that contains the serial "
"time value that is used to return the hour value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3154909.9.help.text
msgid ""
"This function is the opposite of the \\<emph\\>TimeSerial\\</emph\\> "
"function. It returns an integer value that represents the hour from a time "
"value that is generated by the \\<emph\\>TimeSerial\\</emph\\> or the "
"\\<emph\\>TimeValue \\</emph\\>function. For example, the expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3163798.10.help.text
msgid "Print Hour(TimeSerial(12:30:41))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3155132.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3155132.11.help.t"
"ext\n"
"returns the value 12."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3147348.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#hd_id3147348.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3146985.13.help.text
msgid "Sub ExampleHour"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3156441.14.help.text
msgid "Print \"The current hour is \" & Hour( Now )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3153145.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030201.xhp#par_id3153145.15.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#tit.help.text
msgid "Minute Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#bm_id3155419.help.text
msgid "\\<bookmark_value\\>Minute function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3155419.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030202.xhp\\\" name=\\\"Minute "
"Function [Runtime]\\\"\\>Minute Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3156344.2.help.text
msgid ""
"Returns the minute of the hour that corresponds to the serial time value "
"that is generated by the TimeSerial or the TimeValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3154758.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3154758.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3149656.4.help.text
msgid "Minute (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3148798.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3148798.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3150449.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3150449.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3153193.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3153193.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3153969.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that contains the serial "
"time value that is used to return the minute value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3150869.9.help.text
msgid ""
"This function is the opposite of the \\<emph\\>TimeSerial "
"\\</emph\\>function. It returns the minute of the serial time value that is "
"generated by the \\<emph\\>TimeSerial\\</emph\\> or the \\<emph\\>TimeValue "
"\\</emph\\>function. For example, the expression:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3149262.10.help.text
msgid "Print Minute(TimeSerial(12:30:41))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3148576.11.help.text
msgid "returns the value 30."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3150010.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030202.xhp#hd_id3150010.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3159154.13.help.text
msgid "Sub ExampleMinute"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3146119.14.help.text
msgid "MsgBox \"The current minute is \"& Minute(Now)& \".\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3153726.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030202.xhp#par_id3153726.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#tit.help.text
msgid "Now Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#bm_id3149416.help.text
msgid "\\<bookmark_value\\>Now function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3149416.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030203.xhp\\\" name=\\\"Now Function "
"[Runtime]\\\"\\>Now Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3149670.2.help.text
msgid ""
"Returns the current system date and time as a \\<emph\\>Date\\</emph\\> "
"value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3149456.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3149456.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3149655.4.help.text
msgid "Now"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3154366.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3154366.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3154909.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3154909.6.help.te"
"xt\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3147229.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030203.xhp#hd_id3147229.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3145172.8.help.text
msgid "Sub ExampleNow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3150870.9.help.text
msgid "msgbox \"It is now \" & Now"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3145787.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030203.xhp#par_id3145787.10.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#tit.help.text
msgid "Second Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#bm_id3153346.help.text
msgid "\\<bookmark_value\\>Second function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3153346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030204.xhp\\\" name=\\\"Second "
"Function [Runtime]\\\"\\>Second Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3156023.2.help.text
msgid ""
"Returns an integer that represents the seconds of the serial time number "
"that is generated by the TimeSerial or the TimeValue function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3147264.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3147264.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3146795.4.help.text
msgid "Second (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3150792.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3150792.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3154140.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3154140.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3156280.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3156280.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3154124.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that contains the serial "
"time number that is used to calculate the number of seconds."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3125864.9.help.text
msgid ""
"This function is the opposite of the \\<emph\\>TimeSerial "
"\\</emph\\>function. It returns the seconds of a serial time value that is "
"generated by the \\<emph\\>TimeSerial\\</emph\\> or \\<emph\\>TimeValue "
"\\</emph\\>functions. For example, the expression:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3153951.10.help.text
msgid "Print Second(TimeSerial(12,30,41))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3151117.11.help.text
msgid "returns the value 41."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3147426.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030204.xhp#hd_id3147426.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3154012.13.help.text
msgid "Sub ExampleSecond"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3156441.14.help.text
msgid "MsgBox \"The exact second of the current time is \"& Second( Now )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3151112.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030204.xhp#par_id3151112.15.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#tit.help.text
msgid "TimeSerial Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#bm_id3143271.help.text
msgid "\\<bookmark_value\\>TimeSerial function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3143271.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030205.xhp\\\" name=\\\"TimeSerial "
"Function [Runtime]\\\"\\>TimeSerial Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3156344.2.help.text
msgid ""
"Calculates a serial time value for the specified hour, minute, and second "
"parameters that are passed as numeric value. You can then use this value to "
"calculate the difference between times."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3146794.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3146794.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3150792.5.help.text
msgid "TimeSerial (hour, minute, second)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3148797.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3148797.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3154908.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3154908.7.help.te"
"xt\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3154124.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3154124.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153193.9.help.text
msgid ""
"\\<emph\\>hour:\\</emph\\> Any integer expression that indicates the hour of "
"the time that is used to determine the serial time value. Valid values: 0-23."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3159252.10.help.text
msgid ""
"\\<emph\\>minute:\\</emph\\> Any integer expression that indicates the "
"minute of the time that is used to determine the serial time value. In "
"general, use values between 0 and 59. However, you can also use values that "
"lie outside of this range, where the number of minutes influence the hour "
"value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3161831.11.help.text
msgid ""
"\\<emph\\>second:\\</emph\\> Any integer expression that indicates the "
"second of the time that is used to determine the serial time value. In "
"general, you can use values between 0 and 59. However, you can also use "
"values that lie outside of this range, where the number seconds influences "
"the minute value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3155854.12.help.text
msgid "\\<emph\\>Examples:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153952.13.help.text
msgid "12, -5, 45 corresponds to 11, 55, 45"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3147349.14.help.text
msgid "12, 61, 45 corresponds to 13, 2, 45"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3147426.15.help.text
msgid "12, 20, -2 corresponds to 12, 19, 58"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153365.16.help.text
msgid "12, 20, 63 corresponds to 12, 21, 4"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3146985.17.help.text
msgid ""
"You can use the TimeSerial function to convert any time into a single value "
"that you can use to calculate time differences."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3155308.18.help.text
msgid ""
"The TimeSerial function returns the type Variant with VarType 7 (Date). This "
"value is stored internally as a double-precision number between 0 and "
"0.9999999999. As opposed to the DateSerial or DateValue function, where the "
"serial date values are calculated as days relative to a fixed date, you can "
"calculate with values returned by the TimeSerial function, but you cannot "
"evaluate them."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3149482.19.help.text
msgid ""
"In the TimeValue function, you can pass a string as a parameter containing "
"the time. For the TimeSerial function, however, you can pass the individual "
"parameters (hour, minute, second) as separate numeric expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3154790.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030205.xhp#hd_id3154790.20.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3145252.21.help.text
msgid "Sub ExampleTimeSerial"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153157.22.help.text
msgid "Dim dDate As Double, sDate As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3156286.23.help.text
msgid "dDate = TimeSerial(8,30,15)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3148456.24.help.text
msgid "sDate = TimeSerial(8,30,15)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3155600.25.help.text
msgid "MsgBox dDate,64,\"Time as a number\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153417.26.help.text
msgid "MsgBox sDate,64,\"Formatted time\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153836.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030205.xhp#par_id3153836.27.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#tit.help.text
msgid "TimeValue Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#bm_id3149670.help.text
msgid "\\<bookmark_value\\>TimeValue function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3149670.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030206.xhp\\\" name=\\\"TimeValue "
"Function [Runtime]\\\"\\>TimeValue Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3153361.2.help.text
msgid ""
"Calculates a serial time value from the specified hour, minute, and second - "
"parameters passed as strings - that represents the time in a single numeric "
"value. This value can be used to calculate the difference between times."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3154138.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3154138.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3156282.4.help.text
msgid "TimeValue (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3153969.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3153969.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3156424.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3156424.6.help.te"
"xt\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3145172.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3145172.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3145786.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that contains the time that "
"you want to calculate in the format \"HH:MM:SS\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3152578.9.help.text
msgid ""
"Use the TimeValue function to convert any time into a single value, so that "
"you can calculate time differences."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3163710.10.help.text
msgid ""
"This TimeValue function returns the type Variant with VarType 7 (Date), and "
"stores this value internally as a double-precision number between 0 and "
"0.9999999999."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3151117.11.help.text
msgid ""
"As opposed to the DateSerial or the DateValue function, where serial date "
"values result in days relative to a fixed date, you can calculate with the "
"values that are returned by the TimeValue function, but you cannot evaluate "
"them."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3147426.12.help.text
msgid ""
"In the TimeSerial function, you can pass individual parameters (hour, "
"minute, second) as separate numeric expressions. For the TimeValue function, "
"however, you can pass a string as a parameter containing the time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3145271.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030206.xhp#hd_id3145271.13.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3152597.30.help.text
msgid "Sub ExampleTimerValue"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3147348.31.help.text
msgid "Dim daDT as Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3148576.32.help.text
msgid "Dim a1, b1, c1, a2, b2, c2 as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3149378.33.help.text
msgid "a1 = \"start time\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3145800.34.help.text
msgid "b1 = \"end time\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3151074.35.help.text
msgid "c1 = \"total time\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3154492.37.help.text
msgid "a2 = \"8:34\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3155602.38.help.text
msgid "b2 = \"18:12\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3150715.39.help.text
msgid "daDT = TimeValue(b2) - TimeValue(a2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3153838.40.help.text
msgid "c2 = a1 & \": \" & a2 & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3150749.41.help.text
msgid "c2 = c2 & b1 & \": \" & b2 & chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3154755.42.help.text
msgid ""
"c2 = c2 & c1 & \": \" & trim(Str(Hour(daDT))) & \":\" & "
"trim(Str(Minute(daDT))) & \":\" & trim(Str(Second(daDT)))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3153714.43.help.text
msgid "Msgbox c2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3155767.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030206.xhp#par_id3155767.44.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030300.xhp#tit.help.text
msgid "System Date and Time"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030300.xhp#hd_id3154923.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030300.xhp\\\" name=\\\"System Date "
"and Time\\\"\\>System Date and Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030300.xhp#par_id3149457.2.help.text
msgid ""
"The following functions and statements set or return the system date and "
"time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#tit.help.text
msgid "Date Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#bm_id3156027.help.text
msgid "\\<bookmark_value\\>Date statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030301.xhp\\\" name=\\\"Date Statement "
"[Runtime]\\\"\\>Date Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3147291.2.help.text
msgid ""
"Returns the current system date as a string, or resets the date. The date "
"format depends on your local system settings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3148686.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3148686.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3146794.4.help.text
msgid "Date ; Date = Text As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3154347.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3154347.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3145069.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Only required in order to reset the system date. "
"In this case, the string expression must correspond to the date format "
"defined in your local settings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3150793.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030301.xhp#hd_id3150793.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3151212.8.help.text
msgid "Sub ExampleDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3156424.9.help.text
msgid "msgbox \"The date is \" & Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3145174.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030301.xhp#par_id3145174.10.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#tit.help.text
msgid "Time Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#bm_id3145090.help.text
msgid "\\<bookmark_value\\>Time statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3145090.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030302.xhp\\\"\\>Time Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3150984.2.help.text
msgid ""
"This function returns the current system time as a string in the format "
"\"HH:MM:SS\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3154346.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3154346.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3149670.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3149670.4.help.te"
"xt\n"
"Time"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3150792.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3150792.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3149656.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that specifies the new time "
"in the format \"HH:MM:SS\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3145173.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030302.xhp#hd_id3145173.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3156281.8.help.text
msgid "Sub ExampleTime"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3150870.9.help.text
msgid "MsgBox Time,0,\"The time is\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3154123.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030302.xhp#par_id3154123.10.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#tit.help.text
msgid "Timer Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#bm_id3149346.help.text
msgid "\\<bookmark_value\\>Timer function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3149346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03030303.xhp\\\" name=\\\"Timer Function "
"[Runtime]\\\"\\>Timer Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3156023.2.help.text
msgid ""
"Returns a value that specifies the number of seconds that have elapsed since "
"midnight."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3156212.3.help.text
msgid ""
"You must first declare a variable to call the Timer function and assign it "
"the \"Long \" data type, otherwise a Date value is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3153768.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3153768.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3161831.5.help.text
msgid "Timer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3146975.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3146975.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3146984.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3146984.7.help.te"
"xt\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3156442.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030303.xhp#hd_id3156442.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3153951.9.help.text
msgid "Sub ExampleTimer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3147427.10.help.text
msgid "Dim lSec as long,lMin as long,lHour as long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3153092.11.help.text
msgid "lSec = Timer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3145748.12.help.text
msgid "MsgBox lSec,0,\"Seconds since midnight\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3149260.13.help.text
msgid "lMin = lSec / 60"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3148646.14.help.text
msgid "lSec = lSec Mod 60"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3148575.15.help.text
msgid "lHour = lMin / 60"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3150418.16.help.text
msgid "lMin = lMin Mod 60"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3156283.17.help.text
msgid ""
"MsgBox Right(\"00\" & lHour , 2) & \":\"& Right(\"00\" & lMin , 2) & \":\" & "
"Right(\"00\" & lSec , 2) ,0,\"The time is\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3153158.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03030303.xhp#par_id3153158.18.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050000.xhp#tit.help.text
msgid "Error-Handling Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050000.xhp#hd_id3143271.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03050000.xhp\\\" name=\\\"Error-Handling "
"Functions\\\"\\>Error-Handling Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050000.xhp#par_id3145068.2.help.text
msgid ""
"Use the following statements and functions to define the way $[officename] "
"Basic reacts to run-time errors."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050000.xhp#par_id3148946.3.help.text
msgid ""
"$[officename] Basic offers several methods to prevent the termination of a "
"program when a run-time error occurs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#tit.help.text
msgid "Erl Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#bm_id3157896.help.text
msgid "\\<bookmark_value\\>Erl function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3157896.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03050100.xhp\\\" name=\\\"Erl Function "
"[Runtime]\\\"\\>Erl Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3153394.2.help.text
msgid ""
"Returns the line number where an error occurred during program execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3147574.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3147574.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3146795.4.help.text
msgid "Erl"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3147265.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3147265.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3154924.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3154924.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3150792.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3150792.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3153771.8.help.text
msgid "The Erl function only returns a line number, and not a line label."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3146921.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#hd_id3146921.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3146975.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3146975.10.help.t"
"ext\n"
"sub ExampleError"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3150010.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3150010.11.help.t"
"ext\n"
"on error goto ErrorHandler REM Set up error handler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3155308.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3155308.12.help.t"
"ext\n"
"Dim iVar as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3149482.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3149482.13.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3153188.14.help.text
msgid "REM Error caused by non-existent file"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3159155.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3159155.15.help.t"
"ext\n"
"iVar = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3146120.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3146120.16.help.t"
"ext\n"
"Open \"\\\\file9879.txt\" for Input as #iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3147349.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3147349.17.help.t"
"ext\n"
"Line Input #iVar, sVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3151073.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3151073.18.help.t"
"ext\n"
"Close #iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3148456.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3148456.19.help.t"
"ext\n"
"exit sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3147394.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3147394.20.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3155416.21.help.text
msgid ""
"MsgBox \"Error \" & err & \": \" & error$ + chr(13) + \"In line : \" + Erl + "
"chr(13) + Now , 16 ,\"An error occurred\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3153878.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050100.xhp#par_id3153878.22.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#tit.help.text
msgid "Err Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#bm_id3156343.help.text
msgid "\\<bookmark_value\\>Err function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3156343.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03050200.xhp\\\" name=\\\"Err Function "
"[Runtime]\\\"\\>Err Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3150541.2.help.text
msgid ""
"Returns an error code that identifies the error that occurred during program "
"execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3149656.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3149656.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3154123.4.help.text
msgid "Err"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3147229.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3147229.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3150869.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3150869.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3153193.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3153193.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3149561.8.help.text
msgid ""
"The Err function is used in error-handling routines to determine the error "
"and the corrective action."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3147317.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#hd_id3147317.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153727.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153727.10.help.t"
"ext\n"
"sub ExampleError"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3147426.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3147426.11.help.t"
"ext\n"
"on error goto ErrorHandler REM Set up error handler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3163710.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3163710.12.help.t"
"ext\n"
"Dim iVar as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153093.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153093.13.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3149481.14.help.text
msgid "REM Error occurs due to non-existent file"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153190.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153190.15.help.t"
"ext\n"
"iVar = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3146120.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3146120.16.help.t"
"ext\n"
"Open \"\\\\file9879.txt\" for Input as #iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3155308.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3155308.17.help.t"
"ext\n"
"Line Input #iVar, sVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153142.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3153142.18.help.t"
"ext\n"
"Close #iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3149665.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3149665.19.help.t"
"ext\n"
"exit sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3154942.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3154942.20.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3145646.21.help.text
msgid ""
"MsgBox \"Error \" & Err & \": \" & Error$ + chr(13) + \"At line : \" + Erl + "
"chr(13) + Now , 16 ,\"an error occurred\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3155418.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050200.xhp#par_id3155418.22.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#tit.help.text
msgid "Error Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#bm_id3159413.help.text
msgid "\\<bookmark_value\\>Error function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3159413.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03050300.xhp\\\" name=\\\"Error Function "
"[Runtime]\\\"\\>Error Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3148663.2.help.text
msgid "Returns the error message that corresponds to a given error code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3153379.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3153379.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3154366.4.help.text
msgid "Error (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3145173.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3145173.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3154125.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3154125.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3150869.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3150869.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3153193.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any numeric expression that contains the "
"error code of the error message that you want to return."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3159254.9.help.text
msgid ""
"If no parameters are passed, the Error function returns the error message of "
"the most recent error that occurred during program execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3151116.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#hd_id3151116.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3163712.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3163712.11.help.t"
"ext\n"
"sub ExampleError"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3149481.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3149481.12.help.t"
"ext\n"
"on error goto ErrorHandler REM Set up error handler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3152598.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3152598.13.help.t"
"ext\n"
"Dim iVar as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3146975.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3146975.14.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3149665.15.help.text
msgid "REM An error occurs due to non-existent file"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3153092.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3153092.16.help.t"
"ext\n"
"iVar = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3153142.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3153142.17.help.t"
"ext\n"
"Open \"\\\\file9879.txt\" for Input as #iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3147126.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3147126.18.help.t"
"ext\n"
"Line Input #iVar, sVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3145646.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3145646.19.help.t"
"ext\n"
"Close #iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3149410.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3149410.20.help.t"
"ext\n"
"exit sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3145252.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3145252.21.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3156284.22.help.text
msgid ""
"MsgBox \"Error \" & err & \": \" & error$ + chr(13) + \"In line : \" + Erl + "
"chr(13) + Now , 16 ,\"error occurred\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3144766.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050300.xhp#par_id3144766.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#tit.help.text
msgid "On Error GoTo ... Resume Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#bm_id3146795.help.text
msgid ""
"\\<bookmark_value\\>Resume Next "
"parameter\\</bookmark_value\\>\\<bookmark_value\\>On Error GoTo ... Resume "
"statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3146795.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03050500.xhp\\\" name=\\\"On Error GoTo "
"... Resume Statement [Runtime]\\\"\\>On Error GoTo ... Resume Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3150358.2.help.text
msgid ""
"Enables an error-handling routine after an error occurs, or resumes program "
"execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3151212.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3151212.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3145173.4.help.text
msgid "On {Error GoTo Labelname | GoTo 0 | Resume Next}"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3154125.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3154125.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3150869.7.help.text
msgid ""
"\\<emph\\>GoTo Labelname:\\</emph\\> If an error occurs, enables the error-"
"handling routine that starts at the line \"Labelname\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3150439.8.help.text
msgid ""
"\\<emph\\>Resume Next:\\</emph\\> If an error occurs, program execution "
"continues with the statement that follows the statement in which the error "
"occurred."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149482.9.help.text
msgid ""
"\\<emph\\>GoTo 0: \\</emph\\>Disables the error handler in the current "
"procedure."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3148619.10.help.text
msgid ""
"The On Error GoTo statement is used to react to errors that occur in a "
"macro. The statement must be inserted at the start of a procedure (in a "
"local error-handling routine) or at the start of a module."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3146985.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#hd_id3146985.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3152460.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3152460.42.help.t"
"ext\n"
"Sub ExampleReset"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3163712.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3163712.43.help.t"
"ext\n"
"On Error Goto ErrorHandler"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3146119.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3146119.44.help.t"
"ext\n"
"Dim iNumber As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3145749.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3145749.45.help.t"
"ext\n"
"Dim iCount As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153091.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153091.46.help.t"
"ext\n"
"Dim sLine As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3148576.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3148576.47.help.t"
"ext\n"
"Dim aFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3147348.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3147348.48.help.t"
"ext\n"
"aFile = \"c:\\\\data.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3154944.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3154944.50.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153158.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153158.51.help.t"
"ext\n"
"Open aFile For Output As #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153876.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153876.52.help.t"
"ext\n"
"Print #iNumber, \"This is a line of text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149581.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149581.53.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3155602.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3155602.55.help.t"
"ext\n"
"iNumber = Freefile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153415.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153415.56.help.t"
"ext\n"
"Open aFile For Input As iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3146970.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3146970.57.help.t"
"ext\n"
"For iCount = 1 to 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153707.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153707.58.help.t"
"ext\n"
"Line Input #iNumber, sLine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3156276.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3156276.59.help.t"
"ext\n"
"If sLine <>\"\" then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3148993.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3148993.60.help.t"
"ext\n"
"rem"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153764.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3153764.61.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3154754.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3154754.62.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3159264.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3159264.63.help.t"
"ext\n"
"Close #iNumber"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3150042.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3150042.64.help.t"
"ext\n"
"Exit Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3151251.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3151251.65.help.t"
"ext\n"
"ErrorHandler:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149106.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149106.66.help.t"
"ext\n"
"Reset"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3146916.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3146916.67.help.t"
"ext\n"
"MsgBox \"All files will be closed\",0,\"Error\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149568.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03050500.xhp#par_id3149568.68.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060000.xhp#tit.help.text
msgid "Logical Operators"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060000.xhp#hd_id3147559.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060000.xhp\\\" name=\\\"Logical "
"Operators\\\"\\>Logical Operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060000.xhp#par_id3153379.2.help.text
msgid "The following logical operators are supported by $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060000.xhp#par_id3154138.3.help.text
msgid ""
"Logical operators combine (bitwise) the contents of two expressions or "
"variables, for example, to test if specific bits are set or not."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#tit.help.text
msgid "AND Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#bm_id3146117.help.text
msgid "\\<bookmark_value\\>AND operator (logical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3146117.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060100.xhp\\\" name=\\\"AND Operator "
"[Runtime]\\\"\\>AND Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3143268.2.help.text
msgid "Logically combines two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3147574.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3147574.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3156344.4.help.text
msgid "Result = Expression1 And Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3148946.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3148946.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3149457.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that records the result of "
"the combination."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3150541.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any expressions that you want "
"to combine."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3156215.8.help.text
msgid ""
"Boolean expressions combined with AND only return the value "
"\\<emph\\>True\\</emph\\> if both expressions evaluate to "
"\\<emph\\>True\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3150870.9.help.text
msgid ""
"\\<emph\\>True\\</emph\\> AND \\<emph\\>True\\</emph\\> returns "
"\\<emph\\>True\\</emph\\>; for all other combinations the result is "
"\\<emph\\>False\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3153768.10.help.text
msgid ""
"The AND operator also performs a bitwise comparison of identically "
"positioned bits in two numeric expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3153727.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060100.xhp#hd_id3153727.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3149481.12.help.text
msgid "Sub ExampleAnd"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3152577.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3152577.13.help.t"
"ext\n"
"Dim A as Variant, B as Variant, C as Variant, D as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3152598.14.help.text
msgid "Dim vVarOut as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3153092.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3153092.15.help.t"
"ext\n"
"A = 10: B = 8: C = 6: D = Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3146984.16.help.text
msgid "vVarOut = A > B And B > C REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3154014.17.help.text
msgid "vVarOut = B > A And B > C REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3149262.18.help.text
msgid "vVarOut = A > B And B > D REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3145751.19.help.text
msgid "vVarOut = (B > D And B > A) REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3147394.20.help.text
msgid ""
"vVarOut = B And A REM returns 8 due to the bitwise AND combination of both "
"arguments"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3151073.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060100.xhp#par_id3151073.21.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#tit.help.text
msgid "Eqv-Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#bm_id3156344.help.text
msgid "\\<bookmark_value\\>Eqv operator (logical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3156344.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060200.xhp\\\" name=\\\"Eqv-Operator "
"[Runtime]\\\"\\>Eqv Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3149656.2.help.text
msgid "Calculates the logical equivalence of two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3154367.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3154367.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3154910.4.help.text
msgid "Result = Expression1 Eqv Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3151043.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3151043.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3150869.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that contains the result "
"of the comparison."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3150448.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any expressions that you want "
"to compare."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3149562.8.help.text
msgid ""
"When testing for equivalence between Boolean expressions, the result is "
"\\<emph\\>True\\</emph\\> if both expressions are either "
"\\<emph\\>True\\</emph\\> or \\<emph\\>False\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3154319.9.help.text
msgid ""
"In a bit-wise comparison, the Eqv operator only sets the corresponding bit "
"in the result if a bit is set in both expressions, or in neither expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3159154.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#hd_id3159154.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3147426.11.help.text
msgid "Sub ExampleEqv"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3155308.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3155308.12.help.t"
"ext\n"
"Dim A as Variant, B as Variant, C as Variant, D as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3146986.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3146986.13.help.t"
"ext\n"
"Dim vOut as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3147434.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3147434.14.help.t"
"ext\n"
"A = 10: B = 8: C = 6: D = Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3152462.15.help.text
msgid "vOut = A > B Eqv B > C REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3153191.16.help.text
msgid "vOut = B > A Eqv B > C REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3145799.17.help.text
msgid "vOut = A > B Eqv B > D REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3149412.18.help.text
msgid "vOut = (B > D Eqv B > A) REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3149959.19.help.text
msgid "vOut = B Eqv A REM returns -3"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3145646.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060200.xhp#par_id3145646.20.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#tit.help.text
msgid "Imp-Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#bm_id3156024.help.text
msgid "\\<bookmark_value\\>Imp operator (logical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3156024.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060300.xhp\\\" name=\\\"Imp-Operator "
"[Runtime]\\\"\\>Imp Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3148947.2.help.text
msgid "Performs a logical implication on two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3148664.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3148664.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3149656.4.help.text
msgid "Result = Expression1 Imp Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3151212.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3151212.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3154910.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that contains the result "
"of the implication."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3156281.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any expressions that you want "
"to evaluate with the Imp operator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3150440.8.help.text
msgid ""
"If you use the Imp operator in Boolean expressions, False is only returned "
"if the first expression evaluates to True and the second expression to False."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3163710.9.help.text
msgid ""
"If you use the Imp operator in bit expressions, a bit is deleted from the "
"result if the corresponding bit is set in the first expression and the "
"corresponding bit is deleted in the second expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3147318.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#hd_id3147318.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3155854.11.help.text
msgid "Sub ExampleImp"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3145272.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3145272.12.help.t"
"ext\n"
"Dim A as Variant, B as Variant, C as Variant, D as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3159156.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3159156.13.help.t"
"ext\n"
"Dim vOut as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3151116.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3151116.14.help.t"
"ext\n"
"A = 10: B = 8: C = 6: D = Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3145750.15.help.text
msgid "vOut = A > B Imp B > C REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3156441.16.help.text
msgid "vOut = B > A Imp B > C REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3152596.17.help.text
msgid "vOut = A > B Imp B > D REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3154942.18.help.text
msgid "vOut = (B > D Imp B > A) REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3154492.19.help.text
msgid "vOut = B Imp A REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3147394.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060300.xhp#par_id3147394.20.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#tit.help.text
msgid "Not-Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#bm_id3156024.help.text
msgid "\\<bookmark_value\\>Not operator (logical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3156024.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060400.xhp\\\" name=\\\"Not-Operator "
"[Runtime]\\\"\\>Not-Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3159414.2.help.text
msgid "Negates an expression by inverting the bit values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3149457.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3149457.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3150360.4.help.text
msgid "Result = Not Expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3151211.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3151211.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3147228.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that contains the result "
"of the negation."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3154124.7.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any expression that you want to negate."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3150868.8.help.text
msgid ""
"When a Boolean expression is negated, the value True changes to False, and "
"the value False changes to True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3145785.9.help.text
msgid "In a bitwise negation each individual bit is inverted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3153093.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#hd_id3153093.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3153143.11.help.text
msgid "Sub ExampleNot"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3147317.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3147317.12.help.t"
"ext\n"
"Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3145274.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3145274.13.help.t"
"ext\n"
"Dim vOut as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3153363.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3153363.14.help.t"
"ext\n"
"vA = 10: vB = 8: vC = 6: vD = Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3145749.15.help.text
msgid "vOut = Not vA REM Returns -11"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3148645.16.help.text
msgid "vOut = Not(vC > vD) REM Returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3156441.17.help.text
msgid "vOut = Not(vB > vA) REM Returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3152596.18.help.text
msgid "vOut = Not(vA > vB) REM Returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3154319.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060400.xhp#par_id3154319.19.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#tit.help.text
msgid "Or-Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#bm_id3150986.help.text
msgid "\\<bookmark_value\\>Or operator (logical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3150986.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060500.xhp\\\" name=\\\"Or-Operator "
"[Runtime]\\\"\\>Or Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3148552.2.help.text
msgid "Performs a logical OR disjunction on two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3148664.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3148664.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3150358.4.help.text
msgid "Result = Expression1 Or Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3151211.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3151211.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3153192.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that contains the result "
"of the disjunction."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3147229.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numeric expressions that "
"you want to compare."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3154684.8.help.text
msgid ""
"A logical OR disjunction of two Boolean expressions returns the value True "
"if at least one comparison expression is True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3153768.9.help.text
msgid ""
"A bit-wise comparison sets a bit in the result if the corresponding bit is "
"set in at least one of the two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3161831.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#hd_id3161831.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3147427.11.help.text
msgid "Sub ExampleOr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3153142.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3153142.12.help.t"
"ext\n"
"Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3154014.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3154014.13.help.t"
"ext\n"
"Dim vOut as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3155856.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3155856.14.help.t"
"ext\n"
"vA = 10: vB = 8: vC = 6: vD = Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3152460.15.help.text
msgid "vOut = vA > vB Or vB > vC REM -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3147349.16.help.text
msgid "vOut = vB > vA Or vB > vC REM -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3151114.17.help.text
msgid "vOut = vA > vB Or vB > vD REM -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3153726.18.help.text
msgid "vOut = (vB > vD Or vB > vA) REM 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3152598.19.help.text
msgid "vOut = vB Or vA REM 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3150420.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060500.xhp#par_id3150420.20.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#tit.help.text
msgid "Xor-Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#bm_id3156024.help.text
msgid "\\<bookmark_value\\>Xor operator (logical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3156024.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03060600.xhp\\\" name=\\\"Xor-Operator "
"[Runtime]\\\"\\>Xor-Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3159414.2.help.text
msgid "Performs a logical Exclusive-Or combination of two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3153381.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3153381.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3150400.4.help.text
msgid "Result = Expression1 Xor Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3153968.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3153968.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3150448.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that contains the result "
"of the combination."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3125864.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numeric expressions that "
"you want to combine."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3150439.8.help.text
msgid ""
"A logical Exclusive-Or conjunction of two Boolean expressions returns the "
"value True only if both expressions are different from each other."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3153770.9.help.text
msgid ""
"A bitwise Exclusive-Or conjunction returns a bit if the corresponding bit is "
"set in only one of the two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3153366.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#hd_id3153366.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3159154.11.help.text
msgid "Sub ExampleXor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3163710.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3163710.12.help.t"
"ext\n"
"Dim vA as Variant, vB as Variant, vC as Variant, vD as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3155856.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3155856.13.help.t"
"ext\n"
"Dim vOut as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3152462.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3152462.14.help.t"
"ext\n"
"vA = 10: vB = 8: vC = 6: vD = Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3156442.15.help.text
msgid "vOut = vA > vB Xor vB > vC REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3153191.16.help.text
msgid "vOut = vB > vA Xor vB > vC REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3153144.17.help.text
msgid "vOut = vA > vB Xor vB > vD REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3154944.18.help.text
msgid "vOut = (vB > vD Xor vB > vA) REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3148455.19.help.text
msgid "vOut = vB Xor vA REM returns 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3156283.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03060600.xhp#par_id3156283.20.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070000.xhp#tit.help.text
msgid "Mathematical Operators"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070000.xhp#hd_id3149234.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070000.xhp\\\" name=\\\"Mathematical "
"Operators\\\"\\>Mathematical Operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070000.xhp#par_id3145068.2.help.text
msgid ""
"The following mathematical operators are supported in $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070000.xhp#par_id3148552.3.help.text
msgid ""
"This chapter provides a short overview of all of the arithmetical operators "
"that you may need for calculations within a program."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#tit.help.text
msgid "\"-\" Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#bm_id3156042.help.text
msgid ""
"\\<bookmark_value\\>\"-\" operator (mathematical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3156042.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070100.xhp\\\"\\>\"-\" Operator "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3153345.2.help.text
msgid "Subtracts two values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3149416.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3149416.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3156023.4.help.text
msgid "Result = Expression1 - Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3154760.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3154760.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3147560.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numerical expression that contains the "
"result of the subtraction."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3150398.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numerical expressions "
"that you want to subtract."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3154366.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#hd_id3154366.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3147230.9.help.text
msgid "Sub ExampleSubtraction1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3156281.10.help.text
msgid "Print 5 - 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3145172.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3145172.11.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3149562.13.help.text
msgid "Sub ExampleSubtraction2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3159254.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3159254.14.help.t"
"ext\n"
"Dim iValue1 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3147434.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3147434.15.help.t"
"ext\n"
"Dim iValue2 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3150011.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3150011.16.help.t"
"ext\n"
"iValue1 = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3152576.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3152576.17.help.t"
"ext\n"
"iValue2 = 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3163712.18.help.text
msgid "Print iValue1 - iValue2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3156443.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070100.xhp#par_id3156443.19.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#tit.help.text
msgid "\"*\" Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#bm_id3147573.help.text
msgid ""
"\\<bookmark_value\\>\"*\" operator (mathematical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3147573.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070200.xhp\\\"\\>\"*\" Operator "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3154347.2.help.text
msgid "Multiplies two values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3148946.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3148946.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3150358.4.help.text
msgid "Result = Expression1 * Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3150400.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3150400.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3154365.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric expression that records the result "
"of a multiplication."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3154685.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numeric expressions that "
"you want to multiply."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3153968.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#hd_id3153968.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3155132.9.help.text
msgid "Sub ExampleMultiplication1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3159254.10.help.text
msgid "Print 5 * 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3153091.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3153091.11.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3149667.13.help.text
msgid "Sub ExampleMultiplication2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3151113.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3151113.14.help.t"
"ext\n"
"Dim iValue1 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3147434.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3147434.15.help.t"
"ext\n"
"Dim iValue2 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3153727.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3153727.16.help.t"
"ext\n"
"iValue1 = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3147348.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3147348.17.help.t"
"ext\n"
"iValue2 = 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3149261.18.help.text
msgid "Print iValue1 * iValue2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3148646.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070200.xhp#par_id3148646.19.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#tit.help.text
msgid "\"+\" Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#bm_id3145316.help.text
msgid ""
"\\<bookmark_value\\>\"+\" operator (mathematical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3145316.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070300.xhp\\\"\\>\"+\" Operator "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3145068.2.help.text
msgid "Adds or combines two expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3144500.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3144500.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3150358.4.help.text
msgid "Result = Expression1 + Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3150400.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3150400.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3154123.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numerical expression that contains the "
"result of the addition."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3150870.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numerical expressions "
"that you want to combine or to add."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3153969.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#hd_id3153969.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3150440.9.help.text
msgid "Sub ExampleAddition1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3159254.10.help.text
msgid "Print 5 + 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3152460.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3152460.11.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3153191.13.help.text
msgid "Sub ExampleAddition2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3146120.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3146120.14.help.t"
"ext\n"
"Dim iValue1 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3155411.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3155411.15.help.t"
"ext\n"
"Dim iValue2 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3147435.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3147435.16.help.t"
"ext\n"
"iValue1 = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3163710.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3163710.17.help.t"
"ext\n"
"iValue2 = 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3151118.18.help.text
msgid "Print iValue1 + iValue2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3146974.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070300.xhp#par_id3146974.19.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#tit.help.text
msgid "\"/\" Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#bm_id3150669.help.text
msgid ""
"\\<bookmark_value\\>\"/\" operator (mathematical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3150669.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070400.xhp\\\"\\>\"/\" Operator "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3149670.2.help.text
msgid "Divides two values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3148946.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3148946.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3153360.4.help.text
msgid "Result = Expression1 / Expression2 "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3150359.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3150359.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3154141.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numerical value that contains the result of "
"the division."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3150448.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numerical expressions "
"that you want to divide."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3154684.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#hd_id3154684.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3145786.9.help.text
msgid "Sub ExampleDivision1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3153768.10.help.text
msgid "Print 5 / 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3161832.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3161832.11.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3149484.13.help.text
msgid "Sub ExampleDivision2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3145365.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3145365.14.help.t"
"ext\n"
"Dim iValue1 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3146119.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3146119.15.help.t"
"ext\n"
"Dim iValue2 as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3150011.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3150011.16.help.t"
"ext\n"
"iValue1 = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3153726.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3153726.17.help.t"
"ext\n"
"iValue2 = 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3151117.18.help.text
msgid "Print iValue1 / iValue2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3146975.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070400.xhp#par_id3146975.19.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#tit.help.text
msgid "\"^\" Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#bm_id3145315.help.text
msgid ""
"\\<bookmark_value\\>\"^\" operator (mathematical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3145315.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070500.xhp\\\"\\>\"^\" Operator "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3149670.2.help.text
msgid "Raises a number to a power."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3147264.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3147264.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3149656.4.help.text
msgid "Result = Expression ^ Exponent"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3151211.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3151211.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3153192.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numerical expression that contains the "
"result of the number raised to a power."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3150448.7.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Numerical value that you want to raise to a "
"power."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3156422.8.help.text
msgid ""
"\\<emph\\>Exponent:\\</emph\\> The value of the power that you want to raise "
"the expression to."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3147287.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070500.xhp#hd_id3147287.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3153770.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3153770.10.help.t"
"ext\n"
"Sub Example"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3152886.11.help.text
msgid "Print ( 12.345 ^ 23 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3146984.12.help.text
msgid "Print Exp ( 23 * Log( 12.345 ) ) REM Raises by forming a logarithm"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3148618.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070500.xhp#par_id3148618.13.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#tit.help.text
msgid "Mod-Operator [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#bm_id3150669.help.text
msgid "\\<bookmark_value\\>MOD  operator (mathematical)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3150669.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03070600.xhp\\\" name=\\\"Mod-Operator "
"[Runtime]\\\"\\>Mod Operator [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3148686.2.help.text
msgid "Returns the integer remainder of a division."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3146795.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3146795.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3147560.4.help.text
msgid "Result = Expression1 MOD Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3149657.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3149657.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3153380.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3153380.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3154365.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3154365.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3145172.8.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Any numeric variable that contains the result "
"of the MOD operation."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3151042.9.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numeric expressions that "
"you want to divide."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3147287.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070600.xhp#hd_id3147287.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3153770.11.help.text
msgid "sub ExampleMod"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3161832.12.help.text
msgid "print 10 mod 2.5 REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3146922.13.help.text
msgid "print 10 / 2.5 REM returns 4"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3145273.14.help.text
msgid "print 10 mod 5 REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3150011.15.help.text
msgid "print 10 / 5 REM returns 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3149483.16.help.text
msgid "print 5 mod 10 REM returns 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3151114.17.help.text
msgid "print 5 / 10 REM returns 0.5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3154013.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03070600.xhp#par_id3154013.18.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080000.xhp#tit.help.text
msgid "Numeric Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080000.xhp#hd_id3153127.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080000.xhp\\\" name=\\\"Numeric "
"Functions\\\"\\>Numeric Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080000.xhp#par_id3148550.2.help.text
msgid ""
"The following numeric functions perform calculations. Mathematical and "
"Boolean operators are described in a separate section. Functions differ from "
"operators in that functions pass arguments and return a result, instead of "
"operators that return a result by combining two numeric expressions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080100.xhp#tit.help.text
msgid "Trigonometric Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080100.xhp#hd_id3159201.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080100.xhp\\\" name=\\\"Trigonometric "
"Functions\\\"\\>Trigonometric Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080100.xhp#par_id3149180.2.help.text
msgid ""
"The following are the trigonometric functions that are supported in "
"$[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#tit.help.text
msgid "Atn Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>Atn function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080101.xhp\\\" name=\\\"Atn Function "
"[Runtime]\\\"\\>Atn Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3149346.2.help.text
msgid ""
"Trigonometric function that returns the arctangent of a numeric expression. "
"The return value is in the range -Pi/2 to +Pi/2."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3143271.3.help.text
msgid ""
"The arctangent is the inverse of the tangent function. The Atn Function "
"returns the angle \"Alpha\", expressed in radians, using the tangent of this "
"angle. The function can also return the angle \"Alpha\" by comparing the "
"ratio of the length of the side that is opposite of the angle to the length "
"of the side that is adjacent to the angle in a right-angled triangle."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3145315.4.help.text
msgid "Atn(side opposite the angle/side adjacent to angle)= Alpha"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3149669.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3149669.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3148947.6.help.text
msgid "Atn (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3148664.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3148664.7.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3150359.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3150359.8.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3148798.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3148798.9.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3156212.10.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numerical expression that represents the "
"ratio of two sides of a right triangle. The Atn function returns the "
"corresponding angle in radians (arctangent)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3153192.11.help.text
msgid "To convert radians to degrees, multiply radians by 180/pi."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3147230.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3147230.12.help.t"
"ext\n"
"degree=(radian*180)/pi"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3125864.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3125864.13.help.t"
"ext\n"
"radian=(degree*pi)/180"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3159252.14.help.text
msgid "Pi is here the fixed circle constant with the rounded value 3.14159."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3153142.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#hd_id3153142.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3146985.16.help.text
msgid "REM The following example calculates for a right-angled triangle"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3145750.17.help.text
msgid "REM the angle Alpha from the tangent of the angle Alpha:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3146975.18.help.text
msgid "Sub ExampleATN"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3151112.19.help.text
msgid "REM rounded Pi = 3.14159 is a predefined constant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3159156.20.help.text
msgid "Dim d1 As Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3147435.21.help.text
msgid "Dim d2 As Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3149262.22.help.text
msgid ""
"d1 = InputBox$ (\"Enter the length of the side adjacent to the angle: "
"\",\"Adjacent\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3149482.23.help.text
msgid ""
"d2 = InputBox$ (\"Enter the length of the side opposite the angle: "
"\",\"Opposite\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3155415.24.help.text
msgid "Print \"The Alpha angle is\"; (atn (d2/d1) * 180 / Pi); \" degrees\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3149959.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080101.xhp#par_id3149959.25.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#tit.help.text
msgid "Cos Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#bm_id3154923.help.text
msgid "\\<bookmark_value\\>Cos function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3154923.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080102.xhp\\\" name=\\\"Cos Function "
"[Runtime]\\\"\\>Cos Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3159413.2.help.text
msgid ""
"Calculates the cosine of an angle. The angle is specified in radians. The "
"result lies between -1 and 1."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3150358.3.help.text
msgid ""
"Using the angle Alpha, the Cos-Function calculates the ratio of the length "
"of the side that is adjacent to the angle, divided by the length of the "
"hypotenuse in a right-angled triangle."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3154141.4.help.text
msgid "Cos(Alpha) = Adjacent/Hypotenuse"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3154125.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3154125.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3145172.6.help.text
msgid "Cos (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3156214.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3156214.7.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3150449.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3150449.8.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3153969.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3153969.9.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3153770.10.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that specifies an angle in "
"radians that you want to calculate the cosine for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3145749.11.help.text
msgid ""
"To convert degrees to radians, multiply degrees by pi/180. To convert "
"radians to degrees, multiply radians by 180/pi."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3149664.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3149664.12.help.t"
"ext\n"
"degree=(radian*180)/pi"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3146985.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3146985.13.help.t"
"ext\n"
"radian=(degree*pi)/180"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3152885.14.help.text
msgid ""
"Pi is here the fixed circle constant with the rounded value 3.14159..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3153951.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#hd_id3153951.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3155855.16.help.text
msgid ""
"REM The following example allows for a right-angled triangle the input of"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3149484.17.help.text
msgid ""
"REM secant and angle (in degrees) and calculates the length of the "
"hypotenuse:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3147428.18.help.text
msgid "Sub ExampleCosinus"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3150010.19.help.text
msgid "REM rounded Pi = 3.14159"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3149959.20.help.text
msgid "Dim d1 as Double, dAngle as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3144764.21.help.text
msgid ""
"d1 = InputBox$ (\"\"Enter the length of the adjacent side: \",\"Adjacent\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3154491.22.help.text
msgid ""
"dAngle = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3151074.23.help.text
msgid ""
"Print \"The length of the hypothenuse is\"; (d1 / cos (dAngle * Pi / 180))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3149583.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080102.xhp#par_id3149583.24.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#tit.help.text
msgid "Sin Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#bm_id3153896.help.text
msgid "\\<bookmark_value\\>Sin function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3153896.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080103.xhp\\\" name=\\\"Sin Function "
"[Runtime]\\\"\\>Sin Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3149456.2.help.text
msgid ""
"Returns the sine of an angle. The angle is specified in radians. The result "
"lies between -1 and 1."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3153379.3.help.text
msgid ""
"Using the angle Alpha, the Sin Function returns the ratio of the length of "
"the opposite side of an angle to the length of the hypotenuse in a right-"
"angled triangle."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3148798.4.help.text
msgid "Sin(Alpha) = side opposite the angle/hypotenuse"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3147230.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3147230.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3154909.6.help.text
msgid "Sin (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3156214.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3156214.7.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3150870.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3150870.8.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3155132.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3155132.9.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3145786.10.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that defines the angle in "
"radians that you want to calculate the sine for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3155413.11.help.text
msgid ""
"To convert degrees to radians, multiply degrees by Pi/180, and to convert "
"radians to degrees, multiply radians by 180/Pi."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3149664.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3149664.12.help.t"
"ext\n"
"grad=(radiant*180)/pi"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3153143.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3153143.13.help.t"
"ext\n"
"radiant=(grad*pi)/180"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3151112.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3151112.14.help.t"
"ext\n"
"Pi is approximately 3.141593."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3163712.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#hd_id3163712.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3149482.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3149482.16.help.t"
"ext\n"
"REM In this example, the following entry is possible for a right-angled "
"triangle:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3148577.17.help.text
msgid ""
"REM The side opposite the angle and the angle (in degrees) to calculate the "
"length of the hypotenuse:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3152941.18.help.text
msgid "Sub ExampleSine"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3150011.19.help.text
msgid "REM Pi = 3.1415926 is a predefined variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3153159.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3153159.20.help.t"
"ext\n"
"Dim d1 as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3154491.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3154491.21.help.t"
"ext\n"
"Dim dAlpha as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3145251.22.help.text
msgid ""
"d1 = InputBox$ (\"Enter the length of the opposite side: \",\"Opposite "
"Side\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3148456.23.help.text
msgid ""
"dAlpha = InputBox$ (\"Enter the angle Alpha (in degrees): \",\"Alpha\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3153877.24.help.text
msgid ""
"Print \"The length of the hypotenuse is\"; (d1 / sin (dAlpha * Pi / 180))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3150717.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080103.xhp#par_id3150717.25.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#tit.help.text
msgid "Tan Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#bm_id3148550.help.text
msgid "\\<bookmark_value\\>Tan function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3148550.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080104.xhp\\\" name=\\\"Tan Function "
"[Runtime]\\\"\\>Tan Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3148663.2.help.text
msgid "Determines the tangent of an angle. The angle is returned in radians."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3153379.3.help.text
msgid ""
"Using the angle Alpha, the Tan Function calculates the ratio of the length "
"of the side opposite the angle to the length of the side adjacent to the "
"angle in a right-angled triangle."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3154366.4.help.text
msgid "Tan(Alpha) = side opposite the angle/side adjacent to angle"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3145174.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3145174.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3151042.6.help.text
msgid "Tan (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3156214.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3156214.7.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3156281.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3156281.8.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3155132.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3155132.9.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3145786.10.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to "
"calculate the tangent for (in radians)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3153728.11.help.text
msgid ""
"To convert degrees to radians, multiply by Pi/180. To convert radians to "
"degrees, multiply by 180/Pi."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3155414.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3155414.12.help.t"
"ext\n"
"grad=(radiant*180)/pi"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3146975.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3146975.13.help.t"
"ext\n"
"radiant=(grad*pi)/180"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3147434.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3147434.14.help.t"
"ext\n"
"Pi is approximately 3.141593."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3149483.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#hd_id3149483.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3148646.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3148646.16.help.t"
"ext\n"
"REM In this example, the following entry is possible for a right-angled "
"triangle:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3150012.17.help.text
msgid ""
"REM The side opposite the angle and the angle (in degrees) to calculate the "
"length of the side adjacent to the angle:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3151115.18.help.text
msgid "Sub ExampleTangens"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3153158.19.help.text
msgid "REM Pi = 3.1415926 is a pre-defined variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3145800.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3145800.20.help.t"
"ext\n"
"Dim d1 as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3150417.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3150417.21.help.t"
"ext\n"
"Dim dAlpha as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3145252.22.help.text
msgid ""
"d1 = InputBox$ (\"Enter the length of the side opposite the angle: "
"\",\"opposite\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3149582.23.help.text
msgid ""
"dAlpha = InputBox$ (\"Enter the Alpha angle (in degrees): \",\"Alpha\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3154016.24.help.text
msgid ""
"Print \"the length of the side adjacent the angle is\"; (d1 / tan (dAlpha * "
"Pi / 180))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3154731.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080104.xhp#par_id3154731.25.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080200.xhp#tit.help.text
msgid "Exponential and Logarithmic Functions"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080200.xhp#hd_id3154758.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080200.xhp\\\" name=\\\"Exponential "
"and Logarithmic Functions\\\"\\>Exponential and Logarithmic "
"Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080200.xhp#par_id3148550.2.help.text
msgid ""
"$[officename] Basic supports the following exponential and logarithmic "
"functions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#tit.help.text
msgid "Exp-Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>Exp function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080201.xhp\\\" name=\\\"Exp-Function "
"[Runtime]\\\"\\>Exp Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3155555.2.help.text
msgid ""
"Returns the base of the natural logarithm (e = 2.718282) raised to a power."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3150984.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3150984.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3145315.4.help.text
msgid "Exp (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3154347.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3154347.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3149670.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3149670.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3154760.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3150793.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that specifies the power "
"that you want to raise \"e\" to (the base of natural logarithms). The power "
"must be for both single-precision numbers less than or equal to 88.02969 and "
"double-precision numbers less than or equal to 709.782712893, since "
"$[officename] Basic returns an Overflow error for numbers exceeding these "
"values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3156280.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#hd_id3156280.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3153193.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3153193.10.help.t"
"ext\n"
"Sub ExampleLogExp"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3125864.11.help.text
msgid "Dim dValue as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3145172.12.help.text
msgid "const b1=12.345e12"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3159254.13.help.text
msgid "const b2=1.345e34"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3147287.14.help.text
msgid "dValue=Exp( Log(b1)+Log(b2) )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3161832.15.help.text
msgid ""
"MsgBox \"\" & dValue & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3151112.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080201.xhp#par_id3151112.16.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#tit.help.text
msgid "Log Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#bm_id3149416.help.text
msgid "\\<bookmark_value\\>Log function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3149416.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080202.xhp\\\" name=\\\"Log Function "
"[Runtime]\\\"\\>Log Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3145066.2.help.text
msgid "Returns the natural logarithm of a number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3159414.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3159414.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3154760.4.help.text
msgid "Log (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3149457.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3149457.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3150791.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3150791.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3151211.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3151211.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3151041.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to "
"calculate the natural logarithm for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3150869.9.help.text
msgid ""
"The natural logarithm is the logarithm to the base e. Base e is a constant "
"with an approximate value of 2.718282..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3153968.10.help.text
msgid ""
"You can calculate logarithms to any base (n) for any number (x) by dividing "
"the natural logarithm of x by the natural logarithm of n, as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3145420.11.help.text
msgid "Log n(x) = Log(x) / Log(n)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3155131.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#hd_id3155131.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3152463.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3152463.13.help.t"
"ext\n"
"Sub ExampleLogExp"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3145750.14.help.text
msgid "Dim a as Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3151116.15.help.text
msgid "Dim const b1=12.345e12"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3146985.16.help.text
msgid "Dim const b2=1.345e34"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3148616.17.help.text
msgid "a=Exp( Log(b1)+Log(b2) )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3149262.18.help.text
msgid ""
"MsgBox \"\" & a & chr(13) & (b1*b2) ,0,\"Multiplication by logarithm "
"function\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3155411.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080202.xhp#par_id3155411.19.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080300.xhp#tit.help.text
msgid "Generating Random Numbers"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080300.xhp#hd_id3143270.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080300.xhp\\\" name=\\\"Generating "
"Random Numbers\\\"\\>Generating Random Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080300.xhp#par_id3154347.2.help.text
msgid "The following statements and functions generate random numbers."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#tit.help.text
msgid "Randomize Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>Randomize statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080301.xhp\\\" name=\\\"Randomize "
"Statement [Runtime]\\\"\\>Randomize Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3145090.2.help.text
msgid "Initializes the random-number generator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3147573.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3147573.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3145315.4.help.text
msgid "Randomize [Number]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3152456.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3152456.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3149670.6.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any integer value that initializes the random-"
"number generator. If Number is omitted, the generator uses the current value "
"of the system timer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3149655.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#hd_id3149655.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3151211.8.help.text
msgid "Sub ExampleRandomize"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3147229.9.help.text
msgid "Dim iVar As Integer, sText As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3150870.10.help.text
msgid "Dim iSpectral(10) As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3148673.12.help.text
msgid "Randomize 2^14-1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3156423.13.help.text
msgid "For iCount = 1 To 1000"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3147288.14.help.text
msgid "iVar = Int((10 * Rnd) ) REM Range from 0 to 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3155132.15.help.text
msgid "iSpectral(iVar) = iSpectral(iVar) +1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3153143.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3153143.16.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3154011.18.help.text
msgid "sText = \" | \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3151114.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3151114.19.help.t"
"ext\n"
"For iCount = 0 To 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3145748.20.help.text
msgid "sText = sText & iSpectral(iCount) & \" | \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3146921.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3146921.21.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3148617.22.help.text
msgid "MsgBox sText,0,\"Spectral Distribution\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3152941.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080301.xhp#par_id3152941.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#tit.help.text
msgid "Rnd Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#bm_id3148685.help.text
msgid "\\<bookmark_value\\>Rnd function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3148685.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080302.xhp\\\" name=\\\"Rnd Function "
"[Runtime]\\\"\\>Rnd Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3149669.2.help.text
msgid "Returns a random number between 0 and 1."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3153897.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3153897.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3150543.4.help.text
msgid "Rnd [(Expression)]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3149655.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3149655.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154365.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154365.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3154909.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3154909.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3125864.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any numeric expression that defines how to "
"generate random numbers."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3156423.9.help.text
msgid ""
"\\<emph\\>Less than zero:\\</emph\\> Always returns the same random number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3149560.10.help.text
msgid ""
"\\<emph\\>Greater than zero:\\</emph\\> Returns the next random number in "
"the sequence."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3148648.11.help.text
msgid ""
"\\<emph\\>Zero:\\</emph\\> Returns the random number that was last generated."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3155306.12.help.text
msgid ""
"\\<emph\\>Omitted:\\</emph\\> Returns the next random number in the sequence."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3153091.13.help.text
msgid ""
"If the same number is passed for each successive call to the Rnd function, "
"the same random-number sequence is generated. This is because the Expression "
"parameter is used as a starting point for the next number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3147318.14.help.text
msgid ""
"The \\<emph\\>Rnd\\</emph\\> function only returns values ranging from 0 to "
"1. To generate random integers in a given range, use the formula in the "
"following example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3151118.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#hd_id3151118.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3145365.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3145365.16.help.t"
"ext\n"
"Sub ExampleRandomSelect"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3147426.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3147426.17.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3150011.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3150011.18.help.t"
"ext\n"
"iVar = Int((15 * Rnd) -2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3148575.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3148575.19.help.t"
"ext\n"
"Select Case iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154097.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154097.20.help.t"
"ext\n"
"Case 1 To 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3147124.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3147124.21.help.t"
"ext\n"
"Print \"Number from 1 to 5\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3155418.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3155418.22.help.t"
"ext\n"
"Case 6, 7, 8"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154943.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154943.23.help.t"
"ext\n"
"Print \"Number from 6 to 8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3145800.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3145800.24.help.t"
"ext\n"
"Case Is > 8 And iVar < 11"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3151074.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3151074.25.help.t"
"ext\n"
"Print \"Greater than 8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154016.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154016.26.help.t"
"ext\n"
"Case Else"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3155602.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3155602.27.help.t"
"ext\n"
"Print \"Outside range 1 to 10\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3150328.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3150328.28.help.t"
"ext\n"
"End Select"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154479.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080302.xhp#par_id3154479.29.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080400.xhp#tit.help.text
msgid "Square Root Calculation"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080400.xhp#hd_id3148946.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080400.xhp\\\" name=\\\"Square Root "
"Calculation\\\"\\>Square Root Calculation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080400.xhp#par_id3159414.2.help.text
msgid "Use this function to calculate square roots."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#tit.help.text
msgid "Sqr Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#bm_id3156027.help.text
msgid "\\<bookmark_value\\>Sqr function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080401.xhp\\\" name=\\\"Sqr Function "
"[Runtime]\\\"\\>Sqr Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3147226.2.help.text
msgid "Calculates the square root of a numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3143267.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3143267.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3149415.4.help.text
msgid "Sqr (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3156023.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3156023.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3156343.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3156343.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3147265.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3147265.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3149457.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to "
"calculate the square root for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3154365.9.help.text
msgid ""
"A square root is the number that you multiply by itself to produce another "
"number, for example, the square root of 36 is 6."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3153192.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#hd_id3153192.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3145172.11.help.text
msgid "Sub ExampleSqr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3156423.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3156423.12.help.t"
"ext\n"
"Dim iVar As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3147288.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3147288.13.help.t"
"ext\n"
"iVar = 36"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3159254.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3159254.14.help.t"
"ext\n"
"Msgbox Sqr(iVar)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3161832.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080401.xhp#par_id3161832.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080500.xhp#tit.help.text
msgid "Integers"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080500.xhp#hd_id3153345.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080500.xhp\\\" "
"name=\\\"Integers\\\"\\>Integers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080500.xhp#par_id3156152.2.help.text
msgid "The following functions round values to integers."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#tit.help.text
msgid "Fix Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#bm_id3159201.help.text
msgid "\\<bookmark_value\\>Fix function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3159201.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080501.xhp\\\" name=\\\"Fix Function "
"[Runtime]\\\"\\>Fix Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3149346.2.help.text
msgid ""
"Returns the integer value of a numeric expression by removing the fractional "
"part of the number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3155419.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3155419.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3156152.4.help.text
msgid "Fix (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3154923.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3154923.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3148947.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3148947.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3154760.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3149457.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Numeric expression that you want to return "
"the integer value for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3150447.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080501.xhp#hd_id3150447.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3153193.10.help.text
msgid "sub ExampleFix"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3156214.11.help.text
msgid "Print Fix(3.14159) REM returns 3."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3154217.12.help.text
msgid "Print Fix(0) REM returns 0."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3145786.13.help.text
msgid "Print Fix(-3.14159)REM returns -3."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3153188.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080501.xhp#par_id3153188.14.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#tit.help.text
msgid "Int Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#bm_id3153345.help.text
msgid "\\<bookmark_value\\>Int function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3153345.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080502.xhp\\\" name=\\\"Int Function "
"[Runtime]\\\"\\>Int Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3155420.2.help.text
msgid "Returns the integer portion of a number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3147559.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3147559.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3146795.4.help.text
msgid "Int (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3149670.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3149670.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3150400.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3150400.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3149656.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3149656.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3148797.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any valid numeric expression. Rounds the "
"fractional part of the number and returns the integer value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3148672.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080502.xhp#hd_id3148672.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3156214.10.help.text
msgid "sub ExampleINT"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3125864.11.help.text
msgid "Print Int(3.14159) REM returns the value 3."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3145787.12.help.text
msgid "Print Int(0) REM returns the value 0."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3153143.13.help.text
msgid "Print Int(-3.14159) REM returns the value -4."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3152578.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080502.xhp#par_id3152578.14.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080600.xhp#tit.help.text
msgid "Absolute Values"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080600.xhp#hd_id3146958.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080600.xhp\\\" name=\\\"Absolute "
"Values\\\"\\>Absolute Values\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080600.xhp#par_id3150771.2.help.text
msgid "This function returns absolute values."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#tit.help.text
msgid "Abs Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#bm_id3159201.help.text
msgid "\\<bookmark_value\\>Abs function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3159201.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080601.xhp\\\" name=\\\"Abs Function "
"[Runtime]\\\"\\>Abs Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3153394.2.help.text
msgid "Returns the absolute value of a numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3149233.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3149233.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3147573.4.help.text
msgid "Abs (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3156152.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3156152.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3149670.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3149670.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3154924.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3154924.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3154347.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to return "
"the absolute value for. Positive numbers, including 0, are returned "
"unchanged, whereas negative numbers are converted to positive numbers."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3153381.9.help.text
msgid ""
"The following example uses the Abs function to calculate the difference "
"between two values. It does not matter which value you enter first."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3148451.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080601.xhp#hd_id3148451.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3154124.11.help.text
msgid "Sub ExampleDifference"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3150768.12.help.text
msgid "Dim siW1 As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3125864.13.help.text
msgid "Dim siW2 As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3145786.14.help.text
msgid ""
"siW1 = Int(InputBox$ (\"Please enter the first amount\",\"Value input\"))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3149561.15.help.text
msgid ""
"siW2 = Int(InputBox$ (\"Please enter the second amount\",\"Value input\"))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3145750.16.help.text
msgid "Print \"The difference is \"; Abs(siW1 - siW2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3147319.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080601.xhp#par_id3147319.17.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080700.xhp#tit.help.text
msgid "Expression Signs"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080700.xhp#hd_id3150702.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080700.xhp\\\" name=\\\"Expression "
"Signs\\\"\\>Expression Signs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080700.xhp#par_id3148668.2.help.text
msgid "This function returns the algebraic sign of a numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#tit.help.text
msgid "Sgn Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#bm_id3148474.help.text
msgid "\\<bookmark_value\\>Sgn function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3148474.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080701.xhp\\\" name=\\\"Sgn Function "
"[Runtime]\\\"\\>Sgn Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3148686.2.help.text
msgid ""
"Returns an integer number between -1 and 1 that indicates if the number that "
"is passed to the function is positive, negative, or zero."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3156023.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3156023.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3153897.4.help.text
msgid "Sgn (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3145069.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3145069.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3150359.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3150359.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3150543.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3150543.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3154365.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that determines the value "
"that is returned by the function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3150767.9.help.text
msgid "NumExpression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3150441.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3150441.10.help.t"
"ext\n"
"Return value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3161833.11.help.text
msgid "negative"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3155306.12.help.text
msgid "Sgn returns -1."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3145271.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3145271.13.help.t"
"ext\n"
"0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3146119.14.help.text
msgid "Sgn returns 0."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3153139.15.help.text
msgid "positive"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3154319.16.help.text
msgid "Sgn returns 1."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3152576.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#hd_id3152576.17.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3154791.18.help.text
msgid "Sub ExampleSgn"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3155416.19.help.text
msgid "Print sgn(-10) REM returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3154096.20.help.text
msgid "Print sgn(0) REM returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3148457.21.help.text
msgid "Print sgn(10) REM returns 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3144765.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080701.xhp#par_id3144765.22.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080800.xhp#tit.help.text
msgid "Converting Numbers"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080800.xhp#hd_id3145315.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080800.xhp\\\" name=\\\"Converting "
"Numbers\\\"\\>Converting Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080800.xhp#par_id3154760.2.help.text
msgid ""
"The following functions convert numbers from one number format to another."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#tit.help.text
msgid "Hex Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>Hex function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080801.xhp\\\" name=\\\"Hex Function "
"[Runtime]\\\"\\>Hex Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3145136.2.help.text
msgid "Returns a string that represents the hexadecimal value of a number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3147573.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3147573.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3150771.4.help.text
msgid "Hex (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3147530.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3147530.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3159414.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3159414.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3156344.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3156344.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3148947.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to convert "
"to a hexadecimal number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3154365.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#hd_id3154365.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3145420.29.help.text
msgid "Sub ExampleHex"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3156214.30.help.text
msgid "REM uses BasicFormulas in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3153970.31.help.text
msgid "Dim a2, b2, c2 as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3154909.32.help.text
msgid "a2 = \"&H3E8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3148674.33.help.text
msgid "b2 = Hex2Int(a2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3155132.34.help.text
msgid "MsgBox b2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3150440.35.help.text
msgid "c2 = Int2Hex(b2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3147427.36.help.text
msgid "MsgBox c2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3147435.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3147435.37.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3148645.19.help.text
msgid "Function Hex2Int( sHex As String ) As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3149262.20.help.text
msgid "REM Returns a Long-Integer from a hexadecimal value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3148616.21.help.text
msgid "Hex2Int = clng( sHex )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3153952.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3153952.22.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3146984.24.help.text
msgid "Function Int2Hex( iLong As Long) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3147215.25.help.text
msgid "REM Calculates a hexadecimal value in Integer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3148575.26.help.text
msgid "Int2Hex = \"&H\" & Hex( iLong )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3151073.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080801.xhp#par_id3151073.27.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#tit.help.text
msgid "Oct Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#bm_id3155420.help.text
msgid "\\<bookmark_value\\>Oct function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3155420.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03080802.xhp\\\" name=\\\"Oct Function "
"[Runtime]\\\"\\>Oct Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3154924.2.help.text
msgid "Returns the octal value of a number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3148947.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3148947.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3150543.4.help.text
msgid "Oct (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3153360.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3153360.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3154138.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3154138.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3156422.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3156422.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3150768.8.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to convert "
"to an octal value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3148672.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080802.xhp#hd_id3148672.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3147287.10.help.text
msgid "Sub ExampleOkt"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3161831.11.help.text
msgid "Msgbox Oct(255)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3147318.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03080802.xhp#par_id3147318.12.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090000.xhp#tit.help.text
msgid "Controlling Program Execution"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090000.xhp#hd_id3145136.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090000.xhp\\\" name=\\\"Controlling "
"Program Execution\\\"\\>Controlling Program Execution\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090000.xhp#par_id3143268.2.help.text
msgid "The following statements control the execution of a program."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090000.xhp#par_id3156152.3.help.text
msgid ""
"A program generally executes from the first line of code to the last line of "
"code. You can also execute certain procedures within the program according "
"to specific conditions, or repeat a section of the program within a sub-"
"procedure or function. You can use loops to repeat parts of a program as "
"many times as necessary, or until a certain condition is met. These type of "
"control statements are classified as Condition, Loop, or Jump statements."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090100.xhp#tit.help.text
msgid "Condition Statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090100.xhp#hd_id3154422.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090100.xhp\\\" name=\\\"Condition "
"Statements\\\"\\>Condition Statements\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090100.xhp#par_id3153750.2.help.text
msgid "The following statements are based on conditions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#tit.help.text
msgid "If...Then...Else Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#bm_id3154422.help.text
msgid "\\<bookmark_value\\>If statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3154422.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090101.xhp\\\" "
"name=\\\"If...Then...Else Statement [Runtime]\\\"\\>If...Then...Else "
"Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3155555.2.help.text
msgid ""
"Defines one or more statement blocks that you only want to execute if a "
"given condition is True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3146957.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3146957.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3153126.4.help.text
msgid ""
"If condition=true Then Statement block [ElseIf condition=true Then] "
"Statement block [Else] Statement block End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3155419.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3155419.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3153062.6.help.text
msgid ""
"The \\<emph\\>If...Then\\</emph\\> statement executes program blocks "
"depending on given conditions. When $[officename] Basic encounters an "
"\\<emph\\>If\\</emph\\> statement, the condition is tested. If the condition "
"is True, all subsequent statements up to the next \\<emph\\>Else\\</emph\\> "
"or \\<emph\\>ElseIf\\</emph\\> statement are executed. If the condition is "
"False, and an \\<emph\\>ElseIf\\</emph\\> statement follows, $[officename] "
"Basic tests the next condition and executes the following statements if the "
"condition is True. If False, the program continues either with the next "
"\\<emph\\>ElseIf\\</emph\\> or \\<emph\\>Else\\</emph\\> statement. "
"Statements following \\<emph\\>Else\\</emph\\> are executed only if none of "
"the previously tested conditions were True. After all conditions are "
"evaluated, and the corresponding statements executed, the program continues "
"with the statement following \\<emph\\>EndIf\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3153192.7.help.text
msgid "You can nest multiple \\<emph\\>If...Then\\</emph\\> statements."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154684.8.help.text
msgid ""
"\\<emph\\>Else\\</emph\\> and \\<emph\\>ElseIf\\</emph\\> statements are "
"optional."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3152939.9.help.text
msgid ""
"You can use \\<emph\\>GoTo\\</emph\\> and \\<emph\\>GoSub\\</emph\\> to jump "
"out of an \\<emph\\>If...Then\\</emph\\> block, but not to jump into an "
"\\<emph\\>If...Then\\</emph\\> structure."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3153951.10.help.text
msgid ""
"The following example enables you to enter the expiration date of a product, "
"and determines if the expiration date has passed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3152576.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090101.xhp#hd_id3152576.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3150011.12.help.text
msgid "Sub ExampleIfThenDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3148645.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3148645.13.help.t"
"ext\n"
"Dim sDate as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3155855.14.help.text
msgid "Dim sToday as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154490.16.help.text
msgid "sDate = InputBox(\"Enter the expiration date (MM.DD.YYYY)\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154943.17.help.text
msgid "sDate = Right$(sDate, 4) + Mid$(sDate, 4, 2) + Left$(sDate, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154098.18.help.text
msgid "sToday = Date$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3144765.19.help.text
msgid "sToday = Right$(sToday, 4)+ Mid$(sToday, 4, 2) + Left$(sToday, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154792.20.help.text
msgid "If sDate < sToday Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3155601.21.help.text
msgid "MsgBox \"The expiration date has passed\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3146972.22.help.text
msgid "ElseIf sDate > sToday Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3146912.23.help.text
msgid "MsgBox \"The expiration date has not yet passed\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3153710.24.help.text
msgid "Else"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154754.25.help.text
msgid "MsgBox \"The expiration date is today\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154361.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3154361.26.help.t"
"ext\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3148405.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090101.xhp#par_id3148405.28.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#tit.help.text
msgid "Select...Case Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#bm_id3149416.help.text
msgid ""
"\\<bookmark_value\\>Select...Case "
"statement\\</bookmark_value\\>\\<bookmark_value\\>Case "
"statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3149416.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090102.xhp\\\" name=\\\"Select...Case "
"Statement [Runtime]\\\"\\>Select...Case Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3153896.2.help.text
msgid ""
"Defines one or more statement blocks depending on the value of an expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3147265.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3147265.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3150400.4.help.text
msgid ""
"Select Case condition Case expression Statement Block [Case expression2 "
"Statement Block][Case Else] Statement Block End Select"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3150767.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3150767.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3156281.6.help.text
msgid ""
"\\<emph\\>Condition:\\</emph\\> Any expression that controls if the "
"statement block that follows the respective Case clause is executed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3150448.7.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any expression that is compatible with the "
"Condition type expression. The statement block that follows the Case clause "
"is executed if \\<emph\\>Condition\\</emph\\> matches "
"\\<emph\\>Expression\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3153768.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#hd_id3153768.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3150441.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3150441.9.help.te"
"xt\n"
"Sub ExampleRandomSelect"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3152462.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3152462.10.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3149260.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3149260.11.help.t"
"ext\n"
"iVar = Int((15 * Rnd) -2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3151113.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3151113.12.help.t"
"ext\n"
"Select Case iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3149481.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3149481.13.help.t"
"ext\n"
"Case 1 To 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3152597.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3152597.14.help.t"
"ext\n"
"Print \"Number from 1 to 5\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3147428.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3147428.15.help.t"
"ext\n"
"Case 6, 7, 8"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3147349.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3147349.16.help.t"
"ext\n"
"Print \"Number from 6 to 8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3153729.17.help.text
msgid "Case 8 To 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3152886.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3152886.18.help.t"
"ext\n"
"Print \"Greater than 8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3155414.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3155414.19.help.t"
"ext\n"
"Case Else"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3146975.20.help.text
msgid "Print \"Out of range 1 to 10\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3150419.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3150419.21.help.t"
"ext\n"
"End Select"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3154943.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090102.xhp#par_id3154943.22.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#tit.help.text
msgid "IIf Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#bm_id3155420.help.text
msgid "\\<bookmark_value\\>IIf statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#hd_id3155420.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090103.xhp\\\" name=\\\"IIf Statement "
"[Runtime]\\\"\\>IIf Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#par_id3145610.2.help.text
msgid ""
"Returns one of two possible function results, depending on the logical value "
"of the evaluated expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#hd_id3159413.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090103.xhp#hd_id3159413.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#par_id3147560.4.help.text
msgid "IIf (Expression, ExpressionTrue, ExpressionFalse)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#hd_id3150541.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090103.xhp#hd_id3150541.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#par_id3153381.6.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any expression that you want to evaluate. "
"If the expression evaluates to \\<emph\\>True\\</emph\\>, the function "
"returns the result of ExpressionTrue, otherwise it returns the result of "
"ExpressionFalse."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090103.xhp#par_id3150870.7.help.text
msgid ""
"\\<emph\\>ExpressionTrue, ExpressionFalse:\\</emph\\> Any expression, one of "
"which will be returned as the function result, depending on the logical "
"evaluation."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090200.xhp#tit.help.text
msgid "Loops"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090200.xhp#hd_id3153990.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090200.xhp\\\" "
"name=\\\"Loops\\\"\\>Loops\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090200.xhp#par_id3147226.2.help.text
msgid "The following statements execute loops."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#tit.help.text
msgid "Do...Loop Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#bm_id3156116.help.text
msgid ""
"\\<bookmark_value\\>Do...Loop "
"statement\\</bookmark_value\\>\\<bookmark_value\\>While; Do "
"loop\\</bookmark_v"
"alue\\>\\<bookmark_value\\>Until\\</bookmark_value\\>\\<book"
"mark_value\\>loops\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3156116.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090201.xhp\\\" name=\\\"Do...Loop "
"Statement [Runtime]\\\"\\>Do...Loop Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3109850.2.help.text
msgid ""
"Repeats the statements between the Do and the Loop statement while the "
"condition is True or until the condition becomes True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3149119.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3149119.3.help.tex"
"t\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3155150.4.help.text
msgid "Do [{While | Until} condition = True]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154422.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154422.5.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150789.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150789.6.help.te"
"xt\n"
"[Exit Do]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3155805.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3155805.7.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3145090.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3145090.8.help.te"
"xt\n"
"Loop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154749.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154749.9.help.te"
"xt\n"
"or"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150503.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150503.10.help.t"
"ext\n"
"Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149762.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149762.11.help.t"
"ext\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150984.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150984.12.help.t"
"ext\n"
"[Exit Do]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3143228.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3143228.13.help.t"
"ext\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149235.14.help.text
msgid "Loop [{While | Until} condition = True]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3156024.15.help.text
msgid "Parameters/Elements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3156344.16.help.text
msgid ""
"\\<emph\\>Condition:\\</emph\\> A comparison, numeric or string expression, "
"that evaluates either True or False."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149669.17.help.text
msgid ""
"\\<emph\\>Statement block:\\</emph\\> Statements that you want to repeat "
"while or until the condition is True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150791.18.help.text
msgid ""
"The \\<emph\\>Do...Loop\\</emph\\> statement executes a loop as long as, or "
"until, a certain condition is True. The condition for exiting the loop must "
"be entered following either the \\<emph\\>Do\\</emph\\> or the "
"\\<emph\\>Loop\\</emph\\> statement. The following examples are valid "
"combinations:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3154366.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3154366.19.help.te"
"xt\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3145171.20.help.text
msgid "Do While condition = True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149203.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149203.21.help.t"
"ext\n"
"...statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3125864.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3125864.22.help.t"
"ext\n"
"Loop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154124.24.help.text
msgid ""
"The statement block between the Do While and the Loop statements is repeated "
"so long as the condition is true."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153968.25.help.text
msgid "Do Until condition = True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154909.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154909.26.help.t"
"ext\n"
"...statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3159151.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3159151.27.help.t"
"ext\n"
"Loop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150440.29.help.text
msgid ""
"The statement block between the Do Until and the Loop statements is repeated "
"if the condition so long as the condition is false."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153952.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153952.30.help.t"
"ext\n"
"Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3147349.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3147349.31.help.t"
"ext\n"
"...statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3159153.32.help.text
msgid "Loop While condition = True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3146985.34.help.text
msgid ""
"The statement block between the Do and the Loop statements repeats so long "
"as the condition is true."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150488.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150488.35.help.t"
"ext\n"
"Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153189.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153189.36.help.t"
"ext\n"
"...statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3155411.37.help.text
msgid "Loop Until condition = True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3151117.39.help.text
msgid ""
"The statement block between the Do and the Loop statements repeats until the "
"condition is true."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149484.41.help.text
msgid ""
"Use the \\<emph\\>Exit Do\\</emph\\> statement to unconditionally end the "
"loop. You can add this statement anywhere in a "
"\\<emph\\>Do\\</emph\\>...\\<emph\\>Loop\\</emph\\> statement. You can also "
"define an exit condition using the \\<emph\\>If...Then\\</emph\\> structure "
"as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149262.42.help.text
msgid "Do..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149298.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149298.43.help.t"
"ext\n"
"statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3145646.44.help.text
msgid "If condition = True Then Exit Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154490.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154490.45.help.t"
"ext\n"
"statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153159.46.help.text
msgid "Loop..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3147396.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#hd_id3147396.47.help.te"
"xt\n"
"Example"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3144764.49.help.text
msgid "Sub ExampleDoLoop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3154791.50.help.text
msgid "Dim sFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149401.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3149401.51.help.t"
"ext\n"
"Dim sPath As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3155600.52.help.text
msgid "sPath = \"c:\\\\\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150717.53.help.text
msgid "sFile = Dir$( sPath ,22)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3146898.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3146898.54.help.t"
"ext\n"
"If sFile <> \"\" Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3156333.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3156333.55.help.t"
"ext\n"
"Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153947.56.help.text
msgid "MsgBox sFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150327.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150327.57.help.t"
"ext\n"
"sFile = Dir$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150749.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3150749.58.help.t"
"ext\n"
"Loop Until sFile = \"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153765.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3153765.59.help.t"
"ext\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3148914.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090201.xhp#par_id3148914.60.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#tit.help.text
msgid "For...Next Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#bm_id3149205.help.text
msgid ""
"\\<bookmark_value\\>For statement\\</bookmark_value\\>\\<bookmark_value\\>To "
"statement\\</bookmark_value\\>\\<bookmark_value\\>Step "
"statement\\</bookmark_value\\>\\<bookmark_value\\>Next "
"statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#hd_id3149205.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090202.xhp\\\" name=\\\"For...Next "
"Statement [Runtime]\\\"\\>For...Next Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3143267.2.help.text
msgid ""
"Repeats the statements between the For...Next block a specified number of "
"times."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#hd_id3156153.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#hd_id3156153.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3148473.4.help.text
msgid "For counter=start To end [Step step]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3156024.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3156024.5.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3146796.6.help.text
msgid "[Exit For]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3159414.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3159414.7.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153897.8.help.text
msgid "Next [counter]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#hd_id3150400.9.help.text
msgid "Variables:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3150358.10.help.text
msgid ""
"\\<emph\\>Counter:\\</emph\\> Loop counter initially assigned the value to "
"the right of the equal sign (start). Only numeric variables are valid. The "
"loop counter increases or decreases according to the variable Step until End "
"is passed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3152455.11.help.text
msgid ""
"\\<emph\\>Start:\\</emph\\> Numeric variable that defines the initial value "
"at the beginning of the loop."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3151043.12.help.text
msgid ""
"\\<emph\\>End:\\</emph\\> Numeric variable that defines the final value at "
"the end of the loop."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3156281.13.help.text
msgid ""
"\\<emph\\>Step:\\</emph\\> Sets the value by which to increase or decrease "
"the loop counter. If Step is not specified, the loop counter is incremented "
"by 1. In this case, End must be greater than Start. If you want to decrease "
"Counter, End must be less than Start, and Step must be assigned a negative "
"value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3154684.14.help.text
msgid ""
"The \\<emph\\>For...Next\\</emph\\> loop repeats all of the statements in "
"the loop for the number of times that is specified by the parameters."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3147287.15.help.text
msgid ""
"As the counter variable is decreased, $[officename] Basic checks if the end "
"value has been reached. As soon as the counter passes the end value, the "
"loop automatically ends."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3159154.16.help.text
msgid ""
"It is possible to nest \\<emph\\>For...Next\\</emph\\> statements. If you do "
"not specify a variable following the \\<emph\\>Next\\</emph\\> statement, "
"\\<emph\\>Next\\</emph\\> automatically refers to the most recent "
"\\<emph\\>For\\</emph\\> statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155306.17.help.text
msgid ""
"If you specify an increment of 0, the statements between "
"\\<emph\\>For\\</emph\\> and \\<emph\\>Next\\</emph\\> are repeated "
"continuously."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155854.18.help.text
msgid ""
"When counting down the counter variable, $[officename] Basic checks for "
"overflow or underflow. The loop ends when Counter exceeds End (positive Step "
"value) or is less than End (negative Step value)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3145273.19.help.text
msgid ""
"Use the \\<emph\\>Exit For\\</emph\\> statement to exit the loop "
"unconditionally. This statement must be within a "
"\\<emph\\>For...Next\\</emph\\> loop. Use the \\<emph\\>If...Then\\</emph\\> "
"statement to test the exit condition as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153190.20.help.text
msgid "For..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149482.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149482.21.help.t"
"ext\n"
"statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3147124.22.help.text
msgid "If condition = True Then Exit For"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153159.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153159.23.help.t"
"ext\n"
"statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3154096.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3154096.24.help.t"
"ext\n"
"Next"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3156286.25.help.text
msgid ""
"Note: In nested \\<emph\\>For...Next\\</emph\\> loops, if you exit a loop "
"unconditionally with \\<emph\\>Exit For\\</emph\\>, only one loop is exited."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#hd_id3148457.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#hd_id3148457.26.help.te"
"xt\n"
"Example"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3151074.27.help.text
msgid ""
"The following example uses two nested loops to sort a string array with 10 "
"elements ( sEntry() ), that are first filled with various contents:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155603.28.help.text
msgid "Sub ExampleSort"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3156275.29.help.text
msgid "Dim sEntry(9) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155066.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155066.30.help.t"
"ext\n"
"Dim iCount As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3150751.31.help.text
msgid "Dim iCount2 As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155446.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155446.32.help.t"
"ext\n"
"Dim sTemp As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155767.42.help.text
msgid "sEntry(0) = \"Jerry\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153711.33.help.text
msgid "sEntry(1) = \"Patty\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3148993.34.help.text
msgid "sEntry(2) = \"Kurt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3156382.35.help.text
msgid "sEntry(3) = \"Thomas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155174.36.help.text
msgid "sEntry(4) = \"Michael\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3166448.37.help.text
msgid "sEntry(5) = \"David\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149255.38.help.text
msgid "sEntry(6) = \"Cathy\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149565.39.help.text
msgid "sEntry(7) = \"Susie\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3145148.40.help.text
msgid "sEntry(8) = \"Edward\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3145229.41.help.text
msgid "sEntry(9) = \"Christine\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149107.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149107.44.help.t"
"ext\n"
"For iCount = 0 To 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3148485.45.help.text
msgid "For iCount2 = iCount + 1 To 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3155608.46.help.text
msgid "If sEntry(iCount) > sEntry(iCount2) Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3150938.47.help.text
msgid "sTemp = sEntry(iCount)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153790.48.help.text
msgid "sEntry(iCount) = sEntry(iCount2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149210.49.help.text
msgid "sEntry(iCount2) = sTemp"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153781.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3153781.50.help.t"
"ext\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3158446.51.help.text
msgid "Next iCount2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3150783.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3150783.52.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3151278.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3151278.57.help.t"
"ext\n"
"For iCount = 0 To 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3148462.58.help.text
msgid "Print sEntry(iCount)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149528.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3149528.59.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3152580.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090202.xhp#par_id3152580.60.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#tit.help.text
msgid "While...Wend Statement[Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#bm_id3150400.help.text
msgid "\\<bookmark_value\\>While;While...Wend loop\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#hd_id3150400.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090203.xhp\\\" name=\\\"While...Wend "
"Statement[Runtime]\\\"\\>While...Wend Statement[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3151211.2.help.text
msgid ""
"When a program encounters a While statement, it tests the condition. If the "
"condition is False, the program continues directly following the Wend "
"statement. If the condition is True, the loop is executed until the program "
"finds Wend and then jumps back to the\\<emph\\> While \\</emph\\>statement. "
"If the condition is still True, the loop is executed again."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3151041.3.help.text
msgid ""
"Unlike the \\<link href=\\\"text/sbasic/shared/03090201.xhp\\\" "
"name=\\\"Do...Loop\\\"\\>Do...Loop\\</link\\> statement, you cannot cancel a "
"\\<emph\\>While...Wend\\</emph\\> loop with \\<link "
"href=\\\"text/sbasic/shared/03090412.xhp\\\" "
"name=\\\"Exit\\\"\\>Exit\\</link\\>. Never exit a While...Wend loop with "
"\\<link href=\\\"text/sbasic/shared/03090302.xhp\\\" "
"name=\\\"GoTo\\\"\\>GoTo\\</link\\>, since this can cause a run-time error."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3145172.4.help.text
msgid "A Do...Loop is more flexible than a While...Wend."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#hd_id3155133.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090203.xhp#hd_id3155133.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3147288.6.help.text
msgid "While Condition [Statement] Wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#hd_id3153139.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090203.xhp#hd_id3153139.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3159153.8.help.text
msgid "Sub ExampleWhileWend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3151114.9.help.text
msgid "Dim stext As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3153143.10.help.text
msgid "Dim iRun As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3155306.11.help.text
msgid "sText =\"This is a short text\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3154011.12.help.text
msgid "iRun = 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3147215.13.help.text
msgid "while iRun < Len(sText)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3147427.14.help.text
msgid ""
"if Mid(sText,iRun,1 )<> \" \" then Mid( sText ,iRun, 1, Chr( 1 + Asc( "
"Mid(sText,iRun,1 )) )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3149665.15.help.text
msgid "iRun = iRun + 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3152939.16.help.text
msgid "Wend"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3153189.17.help.text
msgid "MsgBox sText,0,\"Text encoded\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3145251.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090203.xhp#par_id3145251.18.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090300.xhp#tit.help.text
msgid "Jumps"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090300.xhp#hd_id3151262.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090300.xhp\\\" "
"name=\\\"Jumps\\\"\\>Jumps\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090300.xhp#par_id3148983.2.help.text
msgid "The following statements execute jumps."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#tit.help.text
msgid "GoSub...Return Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#bm_id3147242.help.text
msgid "\\<bookmark_value\\>GoSub...Return statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3147242.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090301.xhp\\\" name=\\\"GoSub...Return "
"Statement [Runtime]\\\"\\>GoSub...Return Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3145316.2.help.text
msgid ""
"Calls a subroutine that is indicated by a label from a subroutine or a "
"function. The statements following the label are executed until the next "
"Return statement. Afterwards, the program continues with the statement that "
"follows the \\<emph\\>GoSub \\</emph\\>statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3145609.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3145609.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3145069.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3145069.4.help.te"
"xt\n"
"see Parameters"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3147265.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3147265.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3148664.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3148664.6.help.te"
"xt\n"
"Sub/Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150400.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150400.7.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154140.8.help.text
msgid " Label"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150869.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150869.9.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154909.10.help.text
msgid "GoSub Label"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3153969.11.help.text
msgid "Exit Sub/Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154685.12.help.text
msgid "Label:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3145786.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3145786.13.help.t"
"ext\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3159252.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3159252.14.help.t"
"ext\n"
"Return"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154321.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154321.15.help.t"
"ext\n"
"End Sub/Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3147318.16.help.text
msgid ""
"The \\<emph\\>GoSub\\</emph\\> statement calls a local subroutine indicated "
"by a label from within a subroutine or a function. The name of the label "
"must end with a colon (\":\")."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3153190.17.help.text
msgid ""
"If the program encounters a Return statement not preceded by "
"\\<emph\\>GoSub\\</emph\\>, $[officename] Basic returns an error message. "
"Use \\<emph\\>Exit Sub\\</emph\\> or \\<emph\\>Exit Function\\</emph\\> to "
"ensure that the program leaves a Sub or Function before reaching the next "
"Return statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3145799.19.help.text
msgid ""
"The following example demonstrates the use of \\<emph\\>GoSub\\</emph\\> and "
"\\<emph\\>Return\\</emph\\>. By executing a program section twice, the "
"program calculates the square root of two numbers that are entered by the "
"user."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3156284.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#hd_id3156284.20.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3151073.21.help.text
msgid "Sub ExampleGoSub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154097.22.help.text
msgid "dim iInputa as Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150715.23.help.text
msgid "dim iInputb as Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3153416.24.help.text
msgid "dim iInputc as Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3146970.25.help.text
msgid ""
"iInputa = Int(InputBox$ \"Enter the first number: \",\"NumberInput\"))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150329.26.help.text
msgid ""
"iInputb = Int(InputBox$ \"Enter the second number: \",\"NumberInput\"))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3156277.27.help.text
msgid "iInputc=iInputa"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150321.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3150321.28.help.t"
"ext\n"
"GoSub SquareRoot"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154756.29.help.text
msgid "Print \"The square root of\";iInputa;\" is\";iInputc"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3155764.30.help.text
msgid "iInputc=iInputb"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3152960.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3152960.31.help.t"
"ext\n"
"GoSub SquareRoot"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3147340.32.help.text
msgid "Print \"The square root of\";iInputb;\" is\";iInputc"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3166450.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3166450.33.help.t"
"ext\n"
"Exit Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3155176.34.help.text
msgid "SquareRoot:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3149257.35.help.text
msgid "iInputc=sqr(iInputc)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3146316.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3146316.36.help.t"
"ext\n"
"Return"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154703.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090301.xhp#par_id3154703.37.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#tit.help.text
msgid "GoTo Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#bm_id3159413.help.text
msgid "\\<bookmark_value\\>GoTo statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3159413.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090302.xhp\\\" name=\\\"GoTo Statement "
"[Runtime]\\\"\\>GoTo Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3153379.2.help.text
msgid ""
"Continues program execution within a Sub or Function at the procedure line "
"indicated by a label."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3149656.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3149656.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154367.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154367.4.help.te"
"xt\n"
"see Parameters"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3150870.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3150870.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156214.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156214.6.help.te"
"xt\n"
"Sub/Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156424.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156424.7.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154685.8.help.text
msgid " Label1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3145786.9.help.text
msgid "\\<emph\\>Label2:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3161832.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3161832.10.help.t"
"ext\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3146120.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3146120.11.help.t"
"ext\n"
"Exit Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3150010.12.help.text
msgid "\\<emph\\>Label1:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3152462.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3152462.13.help.t"
"ext\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149664.14.help.text
msgid "GoTo Label2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3152886.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3152886.15.help.t"
"ext\n"
"End Sub/Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3152596.16.help.text
msgid ""
"Use the GoTo statement to instruct $[officename] Basic to continue program "
"execution at another place within the procedure. The position must be "
"indicated by a label. To set a label, assign a name, and then and end it "
"with a colon (\":\")."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3155416.17.help.text
msgid "You cannot use the GoTo statement to jump out of a Sub or Function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3154731.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#hd_id3154731.19.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3145646.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3145646.20.help.t"
"ext\n"
"Sub ExampleOnGosub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3153510.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3153510.21.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154511.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154511.22.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149121.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149121.23.help.t"
"ext\n"
"iVar = 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3146971.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3146971.24.help.t"
"ext\n"
"sVar =\"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3155064.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3155064.25.help.t"
"ext\n"
"On iVar GoSub Sub1, Sub2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156276.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156276.26.help.t"
"ext\n"
"On iVar GoTo Line1, Line2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149018.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149018.27.help.t"
"ext\n"
"Exit Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3148405.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3148405.28.help.t"
"ext\n"
"Sub1:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3148914.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3148914.29.help.t"
"ext\n"
"sVar =sVar & \" From Sub 1 to\" : Return"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3153713.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3153713.30.help.t"
"ext\n"
"Sub2:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156384.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3156384.31.help.t"
"ext\n"
"sVar =sVar & \" From Sub 2 to\" : Return"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3166447.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3166447.32.help.t"
"ext\n"
"Line1:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3147363.33.help.text
msgid "sVar =sVar & \" Label 1\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3155335.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3155335.34.help.t"
"ext\n"
"Line2:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149257.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3149257.35.help.t"
"ext\n"
"sVar =sVar & \" Label 2\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3147345.36.help.text
msgid "Print sVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154704.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090302.xhp#par_id3154704.37.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#tit.help.text
msgid "On...GoSub Statement; On...GoTo Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#bm_id3153897.help.text
msgid ""
"\\<bookmark_value\\>On...GoSub "
"statement\\</bookmark_value\\>\\<bookmark_value\\>On...GoTo "
"statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3153897.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090303.xhp\\\" name=\\\"On...GoSub "
"Statement; On...GoTo Statement [Runtime]\\\"\\>On...GoSub Statement; "
"On...GoTo Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3150359.2.help.text
msgid ""
"Branches to one of several specified lines in the program code, depending on "
"the value of a numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3148798.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3148798.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154366.4.help.text
msgid "On N GoSub Label1[, Label2[, Label3[,...]]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3150769.5.help.text
msgid "On NumExpression GoTo Label1[, Label2[, Label3[,...]]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3156215.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3156215.6.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3148673.7.help.text
msgid ""
"\\<emph\\>NumExpression:\\</emph\\> Any numeric expression between 0 and 255 "
"that determines which of the lines the program branches to. If NumExpression "
"is 0, the statement is not executed. If NumExpression is greater than 0, the "
"program jumps to the label that has a position number that corresponds to "
"the expression (1 = First label; 2 = Second label)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153194.8.help.text
msgid ""
"\\<emph\\>Label:\\</emph\\> Target line according to\\<emph\\> GoTo "
"\\</emph\\>or \\<emph\\>GoSub\\</emph\\> structure."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3156442.9.help.text
msgid ""
"The \\<emph\\>GoTo\\</emph\\> or \\<emph\\>GoSub \\</emph\\>conventions are "
"valid."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3148645.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#hd_id3148645.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154014.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154014.12.help.t"
"ext\n"
"Sub ExampleOnGosub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153158.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153158.13.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154490.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154490.14.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3155417.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3155417.15.help.t"
"ext\n"
"iVar = 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154730.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154730.16.help.t"
"ext\n"
"sVar =\"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154942.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154942.17.help.t"
"ext\n"
"On iVar GoSub Sub1, Sub2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3149378.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3149378.18.help.t"
"ext\n"
"On iVar GoTo Line1, Line2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153416.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153416.19.help.t"
"ext\n"
"Exit Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154015.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154015.20.help.t"
"ext\n"
"Sub1:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153948.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153948.21.help.t"
"ext\n"
"sVar =sVar & \" From Sub 1 to\" : Return"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3150750.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3150750.22.help.t"
"ext\n"
"Sub2:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153708.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153708.23.help.t"
"ext\n"
"sVar =sVar & \" From Sub 2 to\" : Return"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3155067.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3155067.24.help.t"
"ext\n"
"Line1:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3150321.25.help.text
msgid "sVar =sVar & \" Label 1\" : GoTo Ende"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3149019.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3149019.26.help.t"
"ext\n"
"Line2:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3155764.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3155764.27.help.t"
"ext\n"
"sVar =sVar & \" Label 2\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3153711.28.help.text
msgid "Ende:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3154253.29.help.text
msgid "MsgBox sVar,0,\"On...Gosub\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3149565.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090303.xhp#par_id3149565.30.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090400.xhp#tit.help.text
msgid "Further Statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090400.xhp#hd_id3145316.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090400.xhp\\\" name=\\\"Further "
"Statements\\\"\\>Further Statements\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090400.xhp#par_id3154923.2.help.text
msgid ""
"Statements that do not belong to any of the other runtime categories are "
"described here."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#tit.help.text
msgid "Call Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#bm_id3154422.help.text
msgid "\\<bookmark_value\\>Call statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3154422.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090401.xhp\\\" name=\\\"Call Statement "
"[Runtime]\\\"\\>Call Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3153394.2.help.text
msgid ""
"Transfers the control of the program to a subroutine, a function, or a DLL "
"procedure."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3153345.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3153345.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3150984.4.help.text
msgid "[Call] Name [Parameter]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3150771.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3150771.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3148473.6.help.text
msgid ""
"\\<emph\\>Name:\\</emph\\> Name of the subroutine, the function, or the DLL "
"that you want to call"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3148946.7.help.text
msgid ""
"\\<emph\\>Parameter:\\</emph\\> Parameters to pass to the procedure. The "
"type and number of parameters is dependent on the routine that is executing."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3154216.8.help.text
msgid ""
"A keyword is optional when you call a procedure. If a function is executed "
"as an expression, the parameters must be enclosed by brackets in the "
"statement. If a DLL is called, it must first be specified in the "
"\\<emph\\>Declare-Statement\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3125865.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#hd_id3125865.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3159254.12.help.text
msgid "Sub ExampleCall"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3161832.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3161832.13.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3147317.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3147317.14.help.t"
"ext\n"
"sVar = \"Office\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3145273.15.help.text
msgid "Call f_callFun sVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3147435.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3147435.16.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3155414.18.help.text
msgid "Sub f_callFun (sText as String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3151112.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3151112.19.help.t"
"ext\n"
"Msgbox sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3148646.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090401.xhp#par_id3148646.20.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#tit.help.text
msgid "Choose Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#bm_id3143271.help.text
msgid "\\<bookmark_value\\>Choose function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3143271.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090402.xhp\\\" name=\\\"Choose "
"Function [Runtime]\\\"\\>Choose Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3149234.2.help.text
msgid "Returns a selected value from a list of arguments."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3148943.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3148943.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3147560.4.help.text
msgid "Choose (Index, Selection1[, Selection2, ... [,Selection_n]])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3154346.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3154346.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3148664.6.help.text
msgid ""
"\\<emph\\>Index:\\</emph\\> A numeric expression that specifies the value to "
"return."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3150791.7.help.text
msgid ""
"\\<emph\\>Selection1:\\</emph\\> Any expression that contains one of the "
"possible choices."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3151043.8.help.text
msgid ""
"The \\<emph\\>Choose\\</emph\\> function returns a value from the list of "
"expressions based on the index value. If Index = 1, the function returns the "
"first expression in the list, if index i= 2, it returns the second "
"expression, and so on."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3153192.9.help.text
msgid ""
"If the index value is less than 1 or greater than the number of expressions "
"listed, the function returns a Null value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3156281.10.help.text
msgid ""
"The following example uses the \\<emph\\>Choose\\</emph\\> function to "
"select a string from several strings that form a menu:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3150439.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#hd_id3150439.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3153091.12.help.text
msgid "Sub ExampleChoose"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3152597.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3152597.13.help.t"
"ext\n"
"Dim sReturn As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3155855.14.help.text
msgid "sReturn = ChooseMenu(2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3148575.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3148575.15.help.t"
"ext\n"
"Print sReturn"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3154012.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3154012.16.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3146921.19.help.text
msgid "Function ChooseMenu(Index As Integer)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3156443.20.help.text
msgid ""
"ChooseMenu = Choose(Index, \"Quick Format\", \"Save Format\", \"System "
"Format\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3148645.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090402.xhp#par_id3148645.21.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#tit.help.text
msgid "Declare Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#bm_id3148473.help.text
msgid "\\<bookmark_value\\>Declare statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3148473.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090403.xhp\\\" name=\\\"Declare "
"Statement [Runtime]\\\"\\>Declare Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#bm_id3145316.help.text
msgid "\\<bookmark_value\\>DLL (Dynamic Link Library)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145316.2.help.text
msgid ""
"Declares and defines a subroutine in a DLL file that you want to execute "
"from $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3146795.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03090405.xhp\\\" "
"name=\\\"FreeLibrary\\\"\\>FreeLibrary\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3156344.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3156344.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3148664.5.help.text
msgid ""
"Declare {Sub | Function} Name Lib \"Libname\" [Alias \"Aliasname\"] "
"[Parameter] [As Type]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3153360.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3153360.6.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3154140.8.help.text
msgid ""
"\\<emph\\>Name:\\</emph\\> A different name than defined in the DLL, to call "
"the subroutine from $[officename] Basic."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3150870.9.help.text
msgid ""
"\\<emph\\>Aliasname\\</emph\\>: Name of the subroutine as defined in the DLL."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3154684.10.help.text
msgid ""
"\\<emph\\>Libname:\\</emph\\> File or system name of the DLL. This library "
"is automatically loaded the first time the function is used."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3148452.11.help.text
msgid ""
"\\<emph\\>Argumentlist:\\</emph\\> List of parameters representing arguments "
"that are passed to the procedure when it is called. The type and number of "
"parameters is dependent on the executed procedure."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3147289.12.help.text
msgid ""
"\\<emph\\>Type:\\</emph\\> Defines the data type of the value that is "
"returned by a function procedure. You can exclude this parameter if a type-"
"declaration character is entered after the name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3146922.13.help.text
msgid ""
"To pass a parameter to a subroutine as a value instead of as a reference, "
"the parameter must be indicated by the keyword \\<emph\\>ByVal\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3153951.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#hd_id3153951.14.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3154320.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3154320.15.help.t"
"ext\n"
"Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3150417.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3150417.17.help.t"
"ext\n"
"Sub ExampleDeclare"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3149959.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3149959.18.help.t"
"ext\n"
"Dim lValue As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145647.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145647.19.help.t"
"ext\n"
"lValue = 5000"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145801.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145801.20.help.t"
"ext\n"
"MyMessageBeep( lValue )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145253.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3145253.21.help.t"
"ext\n"
"FreeLibrary(\"user32.dll\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3149402.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090403.xhp#par_id3149402.22.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#tit.help.text
msgid "End Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#bm_id3150771.help.text
msgid "\\<bookmark_value\\>End statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3150771.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090404.xhp\\\" name=\\\"End Statement "
"[Runtime]\\\"\\>End Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153126.2.help.text
msgid "Ends a procedure or block."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3147264.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3147264.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3148552.4.help.text
msgid "End, End Function, End If, End Select, End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3149456.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3149456.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3150398.6.help.text
msgid "Use the End statement as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3154366.7.help.text
msgid "Statement"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3151043.8.help.text
msgid ""
"End: Is not required, but can be entered anywhere within a procedure to end "
"the program execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3145171.9.help.text
msgid "End Function: Ends a \\<emph\\>Function\\</emph\\> statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153192.10.help.text
msgid ""
"End If: Marks the end of a \\<emph\\>If...Then...Else\\</emph\\> block."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3148451.11.help.text
msgid ""
"End Select: Marks the end of a \\<emph\\>Select Case\\</emph\\> block."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3155131.12.help.text
msgid "End Sub: Ends a \\<emph\\>Sub\\</emph\\> statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3146120.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#hd_id3146120.13.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3146985.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3146985.14.help.t"
"ext\n"
"Sub ExampleRandomSelect"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153363.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153363.15.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153727.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153727.16.help.t"
"ext\n"
"iVar = Int((15 * Rnd) -2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3150011.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3150011.17.help.t"
"ext\n"
"Select Case iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3149481.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3149481.18.help.t"
"ext\n"
"Case 1 To 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3152887.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3152887.19.help.t"
"ext\n"
"Print \"Number from 1 to 5\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3163713.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3163713.20.help.t"
"ext\n"
"Case 6, 7, 8"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3148618.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3148618.21.help.t"
"ext\n"
"Print \"Number from 6 to 8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153144.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3153144.22.help.t"
"ext\n"
"Case Is > 8 And iVar < 11"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3147436.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3147436.23.help.t"
"ext\n"
"Print \"Greater than 8\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3155418.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3155418.24.help.t"
"ext\n"
"Case Else"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3150418.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3150418.25.help.t"
"ext\n"
"Print \"Outside range 1 to 10\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3156285.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3156285.26.help.t"
"ext\n"
"End Select"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3149582.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090404.xhp#par_id3149582.27.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#tit.help.text
msgid "FreeLibrary Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#bm_id3143270.help.text
msgid "\\<bookmark_value\\>FreeLibrary function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3143270.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090405.xhp\\\" name=\\\"FreeLibrary "
"Function [Runtime]\\\"\\>FreeLibrary Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3147559.2.help.text
msgid ""
"Releases DLLs that were loaded by a Declare statement. A released DLL is "
"automatically reloaded if one of its functions is called. See also: \\<link "
"href=\\\"text/sbasic/shared/03090403.xhp\\\" "
"name=\\\"Declare\\\"\\>Declare\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3148550.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3148550.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3153361.4.help.text
msgid "FreeLibrary (LibName As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3153380.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3153380.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3154138.6.help.text
msgid ""
"\\<emph\\>LibName:\\</emph\\> String expression that specifies the name of "
"the DLL."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3146923.7.help.text
msgid ""
"FreeLibrary can only release DLLs that are loaded during Basic runtime."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3153363.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#hd_id3153363.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3155855.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3155855.9.help.te"
"xt\n"
"Declare Sub MyMessageBeep Lib \"user32.dll\" Alias \"MessageBeep\" ( long )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3149664.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3149664.11.help.t"
"ext\n"
"Sub ExampleDeclare"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3148618.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3148618.12.help.t"
"ext\n"
"Dim lValue As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3147350.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3147350.13.help.t"
"ext\n"
"lValue = 5000"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3148648.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3148648.14.help.t"
"ext\n"
"MyMessageBeep( lValue )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3145750.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3145750.15.help.t"
"ext\n"
"FreeLibrary(\"user32.dll\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3149412.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090405.xhp#par_id3149412.16.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#tit.help.text
msgid "Function Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#bm_id3153346.help.text
msgid "\\<bookmark_value\\>Function statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3153346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090406.xhp\\\" name=\\\"Function "
"Statement [Runtime]\\\"\\>Function Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3159158.2.help.text
msgid ""
"Defines a subroutine that can be used as an expression to determine a return "
"type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3145316.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3145316.3.help.tex"
"t\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3148944.4.help.text
msgid "see Parameter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3154760.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3154760.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156344.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156344.6.help.te"
"xt\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149457.7.help.text
msgid ""
"Function Name[(VarName1 [As Type][, VarName2 [As Type][,...]]]) [As Type]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153360.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153360.8.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3148797.9.help.text
msgid "[Exit Function]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3145419.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3145419.10.help.t"
"ext\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3150449.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3150449.11.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156281.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156281.12.help.t"
"ext\n"
"Parameter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153193.13.help.text
msgid ""
"\\<emph\\>Name:\\</emph\\> Name of the subroutine to contain the value "
"returned by the function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147229.14.help.text
msgid ""
"\\<emph\\>VarName:\\</emph\\> Parameter to be passed to the subroutine."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147287.15.help.text
msgid "\\<emph\\>Type:\\</emph\\> Type-declaration keyword."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3163710.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#hd_id3163710.16.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147214.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147214.17.help.t"
"ext\n"
"Sub ExampleExit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3152596.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3152596.18.help.t"
"ext\n"
"Dim sReturn As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153364.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153364.19.help.t"
"ext\n"
"Dim sListArray(10) as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149481.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149481.20.help.t"
"ext\n"
"Dim siStep as Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3152939.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3152939.21.help.t"
"ext\n"
"For siStep = 0 to 10 REM Fill array with test data"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147349.22.help.text
msgid "sListArray(siStep) = chr$(siStep + 65)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147426.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3147426.23.help.t"
"ext\n"
"msgbox sListArray(siStep)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3152576.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3152576.24.help.t"
"ext\n"
"next siStep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3146922.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3146922.25.help.t"
"ext\n"
"sReturn = LinSearch(sListArray(), \"B\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153140.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153140.26.help.t"
"ext\n"
"Print sReturn"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149581.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149581.27.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3154790.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3154790.30.help.t"
"ext\n"
"Function LinSearch( sList(), sItem As String ) as integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3150594.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3150594.31.help.t"
"ext\n"
"dim iCount as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3154943.32.help.text
msgid "REM Linsearch searches a TextArray:sList() for a TextEntry:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3155601.33.help.text
msgid "REM Return value is the index of the entry or 0 (Null)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3154511.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3154511.34.help.t"
"ext\n"
"for iCount=1 to Ubound( sList() )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149123.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3149123.35.help.t"
"ext\n"
"if sList( iCount ) = sItem then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153707.36.help.text
msgid "exit for REM sItem found"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3155066.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3155066.37.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156275.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156275.38.help.t"
"ext\n"
"next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156054.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3156054.39.help.t"
"ext\n"
"if iCount = Ubound( sList() ) then iCount = 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153765.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153765.40.help.t"
"ext\n"
"LinSearch = iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153713.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090406.xhp#par_id3153713.41.help.t"
"ext\n"
"end function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#tit.help.text
msgid "Rem Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#bm_id3154347.help.text
msgid ""
"\\<bookmark_value\\>Rem "
"statement\\</bookmark_value\\>\\<bookmark_value\\>comments;Rem "
"statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3154347.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090407.xhp\\\" name=\\\"Rem Statement "
"[Runtime]\\\"\\>Rem Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3153525.2.help.text
msgid "Specifies that a program line is a comment."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3153360.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3153360.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3154141.4.help.text
msgid "Rem Text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3151042.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3151042.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3150869.6.help.text
msgid "\\<emph\\>Text:\\</emph\\> Any text that serves as a comment."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3147318.7.help.text
msgid ""
"You can use the single quotation mark instead of the Rem keyword to indicate "
"that the text on a line is comments. This symbol can be inserted directly to "
"the right of the program code, followed by a comment."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3150012.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090407.xhp#hd_id3150012.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3152939.9.help.text
msgid "Sub ExampleMid"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3153142.10.help.text
msgid "DIM sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3145365.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3145365.11.help.t"
"ext\n"
"sVar = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3146984.12.help.text
msgid "Print Mid(sVar,3,5) REM Returns \"s Veg\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3153140.13.help.text
msgid "REM Nothing occurs here"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3152596.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090407.xhp#par_id3152596.14.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#tit.help.text
msgid "Stop Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#bm_id3153311.help.text
msgid "\\<bookmark_value\\>Stop statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090408.xhp\\\" name=\\\"Stop Statement "
"[Runtime]\\\"\\>Stop Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3154142.2.help.text
msgid "Stops the execution of the Basic program."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#hd_id3153126.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#hd_id3153126.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3156023.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3156023.4.help.te"
"xt\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#hd_id3156344.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#hd_id3156344.5.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3148552.6.help.text
msgid "Sub ExampleStop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3153897.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3153897.7.help.te"
"xt\n"
"Dim iVar As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3153380.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3153380.8.help.te"
"xt\n"
"iVar = 36"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3150400.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3150400.9.help.te"
"xt\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3148799.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3148799.10.help.t"
"ext\n"
"Msgbox Sqr(iVar)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3151043.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090408.xhp#par_id3151043.11.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#tit.help.text
msgid "Sub Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#bm_id3147226.help.text
msgid "\\<bookmark_value\\>Sub statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3147226.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090409.xhp\\\" name=\\\"Sub Statement "
"[Runtime]\\\"\\>Sub Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3153311.2.help.text
msgid "Defines a subroutine."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3149416.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3149416.3.help.tex"
"t\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_idN105E7.help.text
msgid "Sub Name[(VarName1 [As Type][, VarName2 [As Type][,...]])]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3147530.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3147530.5.help.te"
"xt\n"
"statement block"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3146795.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3146795.8.help.te"
"xt\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3153525.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3153525.9.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3150792.10.help.text
msgid "\\<emph\\>Name:\\</emph\\> Name of the subroutine ."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3154138.11.help.text
msgid ""
"\\<emph\\>VarName: \\</emph\\>Parameter that you want to pass to the "
"subroutine."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3154908.12.help.text
msgid "\\<emph\\>Type:\\</emph\\> Type-declaration key word."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3153770.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#hd_id3153770.16.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3151113.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3151113.17.help.t"
"ext\n"
"Sub Example"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_idN1063F.help.text
msgid "REM some statements"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3154319.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090409.xhp#par_id3154319.19.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#tit.help.text
msgid "Switch Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#bm_id3148554.help.text
msgid "\\<bookmark_value\\>Switch function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3148554.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090410.xhp\\\" name=\\\"Switch "
"Function [Runtime]\\\"\\>Switch Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3148522.2.help.text
msgid ""
"Evaluates a list of arguments, consisting of an expression followed by a "
"value. The Switch function returns a value that is associated with the "
"expression that is passed by this function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3154863.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3154863.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3155934.4.help.text
msgid ""
"Switch (Expression1, Value1[, Expression2, Value2[..., Expression_n, "
"Value_n]])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3149119.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3149119.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3153894.6.help.text
msgid ""
"The \\<emph\\>Switch\\</emph\\> function evaluates the expressions from left "
"to right, and then returns the value that is assigned to the function "
"expression. If expression and value are not given as a pair, a runtime error "
"occurs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3153990.7.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> The expression that you want to evaluate."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3153394.8.help.text
msgid ""
"\\<emph\\>Value:\\</emph\\> The value that you want to return if the "
"expression is True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3153346.9.help.text
msgid ""
"In the following example, the \\<emph\\>Switch\\</emph\\> function assigns "
"the appropriate gender to the name that is passed to the function:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3159157.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090410.xhp#hd_id3159157.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3147573.11.help.text
msgid "Sub ExampleSwitch"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3143270.12.help.text
msgid "Dim sGender As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3149579.13.help.text
msgid "sGender = GetGenderIndex( \"John\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3153626.14.help.text
msgid "MsgBox sGender"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3147560.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3147560.15.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3154758.17.help.text
msgid "Function GetGenderIndex (sName As String) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3153361.18.help.text
msgid ""
"GetGenderIndex = Switch(sName = \"Jane\", \"female\", sName = \"John\", "
"\"male\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3154939.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090410.xhp#par_id3154939.19.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#tit.help.text
msgid "With Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#bm_id3153311.help.text
msgid "\\<bookmark_value\\>With statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090411.xhp\\\" name=\\\"With Statement "
"[Runtime]\\\"\\>With Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#par_id3159158.2.help.text
msgid ""
"Sets an object as the default object. Unless another object name is "
"declared, all properties and methods refer to the default object until the "
"End With statement is reached."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#hd_id3156153.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090411.xhp#hd_id3156153.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#par_id3145609.4.help.text
msgid "With Object Statement block End With"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#hd_id3154924.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090411.xhp#hd_id3154924.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090411.xhp#par_id3147560.6.help.text
msgid ""
"Use \\<emph\\>With\\</emph\\> and \\<emph\\>End With\\</emph\\> if you have "
"several properties or methods for a single object."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#tit.help.text
msgid "Exit Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#bm_id3152924.help.text
msgid "\\<bookmark_value\\>Exit statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3152924.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03090412.xhp\\\" name=\\\"Exit Statement "
"[Runtime]\\\"\\>Exit Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153394.2.help.text
msgid ""
"Exits a \\<emph\\>Do...Loop\\</emph\\>, \\<emph\\>For...Next\\</emph\\>, a "
"function, or a subroutine."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3149763.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3149763.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3159157.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3159157.4.help.te"
"xt\n"
"see Parameters"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3148943.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3148943.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154760.6.help.text
msgid "\\<emph\\>Exit Do\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3147559.7.help.text
msgid ""
"Only valid within a \\<emph\\>Do...Loop\\</emph\\> statement to exit the "
"loop. Program execution continues with the statement that follows the Loop "
"statement. If \\<emph\\>Do...Loop\\</emph\\> statements are nested, the "
"control is transferred to the loop in the next higher level."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3150398.8.help.text
msgid "\\<emph\\>Exit For\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3148797.9.help.text
msgid ""
"Only valid within a \\<emph\\>For...Next\\</emph\\> loop to exit the loop. "
"Program execution continues with the first statement that follows the "
"\\<emph\\>Next\\</emph\\> statement. In nested statements, the control is "
"transferred to the loop in the next higher level."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3147229.10.help.text
msgid "\\<emph\\>Exit Function\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154685.11.help.text
msgid ""
"Exits the \\<emph\\>Function\\</emph\\> procedure immediately. Program "
"execution continues with the statement that follows the "
"\\<emph\\>Function\\</emph\\> call."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3155132.12.help.text
msgid "\\<emph\\>Exit Sub\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3149561.13.help.text
msgid ""
"Exits the subroutine immediately. Program execution continues with the "
"statement that follows the \\<emph\\>Sub\\</emph\\> call."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153143.14.help.text
msgid ""
"The Exit statement does not define the end of a structure, and must not be "
"confused with the End statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3147348.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#hd_id3147348.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3151113.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3151113.16.help.t"
"ext\n"
"Sub ExampleExit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3156283.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3156283.17.help.t"
"ext\n"
"Dim sReturn As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3147125.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3147125.18.help.t"
"ext\n"
"Dim sListArray(10) as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3151073.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3151073.19.help.t"
"ext\n"
"Dim siStep as Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153158.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153158.20.help.t"
"ext\n"
"For siStep = 0 to 10 REM Fill array with test data"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3148457.21.help.text
msgid "sListArray(siStep) = chr(siStep + 65)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154492.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154492.22.help.t"
"ext\n"
"msgbox sListArray(siStep)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154791.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154791.23.help.t"
"ext\n"
"next siStep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153510.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153510.24.help.t"
"ext\n"
"sReturn = LinSearch(sListArray(), \"B\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154513.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154513.25.help.t"
"ext\n"
"Print sReturn"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3149121.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3149121.26.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3152962.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3152962.29.help.t"
"ext\n"
"Function LinSearch( sList(), sItem As String ) as integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154755.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3154755.30.help.t"
"ext\n"
"dim iCount as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3153764.31.help.text
msgid "REM LinSearch searches a TextArray:sList() for a TextEntry:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3148995.32.help.text
msgid "REM Returns the index of the entry or 0 ( Null)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3156057.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3156057.33.help.t"
"ext\n"
"for iCount=1 to Ubound( sList() )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3159266.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3159266.34.help.t"
"ext\n"
"if sList( iCount ) = sItem then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3149567.35.help.text
msgid "Exit for REM sItem found"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3147343.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3147343.36.help.t"
"ext\n"
"end if"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3155174.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3155174.37.help.t"
"ext\n"
"next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3146313.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3146313.38.help.t"
"ext\n"
"if iCount = Ubound( sList() ) then iCount = 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3166448.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3166448.39.help.t"
"ext\n"
"LinSearch = iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3146916.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03090412.xhp#par_id3146916.40.help.t"
"ext\n"
"end function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/03100000.xhp#tit.help.text\n"
"Variables"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100000.xhp#hd_id3149669.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100000.xhp\\\" "
"name=\\\"Variables\\\"\\>Variables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100000.xhp#par_id3147265.2.help.text
msgid ""
"The following statements and functions are for working with variables. You "
"can use these functions to declare or define variables, convert variables "
"from one type to another, or determine the variable type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#tit.help.text
msgid "CBool Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>CBool function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100100.xhp\\\" name=\\\"CBool Function "
"[Runtime]\\\"\\>CBool Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3145136.2.help.text
msgid ""
"Converts a string comparison or numeric comparison to a Boolean expression, "
"or converts a single numeric expression to a Boolean expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3153345.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3153345.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3149514.4.help.text
msgid ""
"CBool (Expression1 {= | <> | < | > | <= | >=} Expression2) or CBool (Number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3156152.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3156152.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3155419.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3155419.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3147530.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3147530.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3156344.8.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any string or numeric "
"expressions that you want to compare. If the expressions match, the "
"\\<emph\\>CBool\\</emph\\> function returns \\<emph\\>True\\</emph\\>, "
"otherwise \\<emph\\>False\\</emph\\> is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3149655.9.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Any numeric expression that you want to "
"convert. If the expression equals 0, \\<emph\\>False\\</emph\\> is returned, "
"otherwise \\<emph\\>True\\</emph\\> is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3145171.10.help.text
msgid ""
"The following example uses the \\<emph\\>CBool\\</emph\\> function to "
"evaluate the value that is returned by the \\<emph\\>Instr\\</emph\\> "
"function. The function checks if the word \"and\" is found in the sentence "
"that was entered by the user."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3156212.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#hd_id3156212.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3147288.12.help.text
msgid "Sub ExampleCBool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3153768.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3153768.13.help.t"
"ext\n"
"Dim sText As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3155132.14.help.text
msgid "sText = InputBox(\"Please enter a short sentence:\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3155855.15.help.text
msgid "REM Proof if the word »and« appears in the sentence."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3146984.16.help.text
msgid "REM Instead of the command line"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3148576.17.help.text
msgid "REM If Instr(Input, \"and\")<>0 Then..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3154014.18.help.text
msgid "REM the CBool function is applied as follows:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3155413.19.help.text
msgid "If CBool(Instr(sText, \"and\")) Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3152940.20.help.text
msgid "MsgBox \"The word »and« appears in the sentence you entered!\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3153954.21.help.text
msgid "EndIf"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3152886.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100100.xhp#par_id3152886.22.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#tit.help.text
msgid "CDate Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#bm_id3150772.help.text
msgid "\\<bookmark_value\\>CDate function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3150772.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100300.xhp\\\" name=\\\"CDate Function "
"[Runtime]\\\"\\>CDate Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3150986.2.help.text
msgid "Converts any string or numeric expression to a date value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3148944.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3148944.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3148947.4.help.text
msgid "CDate (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3148552.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3148552.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3159414.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3159414.6.help.te"
"xt\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3153525.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3153525.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3150359.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any string or numeric expression that you "
"want to convert."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3125864.9.help.text
msgid ""
"When you convert a string expression, the date and time must be entered in "
"the format MM.DD.YYYY HH.MM.SS, as defined by the "
"\\<emph\\>DateValue\\</emph\\> and \\<emph\\>TimeValue\\</emph\\> function "
"conventions. In numeric expressions, values to the left of the decimal "
"represent the date, beginning from December 31, 1899. Values to the right of "
"the decimal represent the time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3156422.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100300.xhp#hd_id3156422.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3153969.11.help.text
msgid "sub ExampleCDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3159254.12.help.text
msgid "MsgBox cDate(1000.25) REM 09.26.1902 06:00:00"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3155133.13.help.text
msgid "MsgBox cDate(1001.26) REM 09.27.1902 06:14:24"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3153140.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100300.xhp#par_id3153140.14.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#tit.help.text
msgid "CDbl Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#bm_id3153750.help.text
msgid "\\<bookmark_value\\>CDbl function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3153750.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100400.xhp\\\" name=\\\"CDbl Function "
"[Runtime]\\\"\\>CDbl Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3149233.2.help.text
msgid ""
"Converts any numerical expression or string expression to a double type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3149516.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3149516.3.help.tex"
"t\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3156152.4.help.text
msgid "CDbl (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3153061.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3153061.5.help.tex"
"t\n"
"Return value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3145068.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3145068.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3154760.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3153897.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3153897.8.help.te"
"xt\n"
"\\<emph\\>Expression:\\</emph\\> Any string or numeric expression that you "
"want to convert. To convert a string expression, the number must be entered "
"as normal text (\"123.5\") using the default number format of your operating "
"system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3148797.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#hd_id3148797.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3154217.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3154217.10.help.t"
"ext\n"
"Sub ExampleCountryConvert"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3147229.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3147229.11.help.t"
"ext\n"
"Msgbox CDbl(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3151042.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3151042.12.help.t"
"ext\n"
"Msgbox CInt(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3150616.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3150616.13.help.t"
"ext\n"
"Msgbox CLng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3153969.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100400.xhp#par_id3153969.14.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#tit.help.text
msgid "CInt Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#bm_id3149346.help.text
msgid "\\<bookmark_value\\>CInt function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3149346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100500.xhp\\\" name=\\\"CInt Function "
"[Runtime]\\\"\\>CInt Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3155419.2.help.text
msgid "Converts any string or numeric expression to an integer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3147573.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3147573.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3154142.4.help.text
msgid "CInt (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3147531.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3147531.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3147560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3147560.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3145069.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3145069.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3159414.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any numeric expression that you want to "
"convert. If the \\<emph\\>Expression\\</emph\\> exceeds the value range "
"between -32768 and 32767, $[officename] Basic reports an overflow error. To "
"convert a string expression, the number must be entered as normal text "
"(\"123.5\") using the default number format of your operating system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3150358.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3150358.9.help.te"
"xt\n"
"This function always rounds the fractional part of a number to the nearest "
"integer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3145419.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#hd_id3145419.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3150448.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3150448.11.help.t"
"ext\n"
"Sub ExampleCountryConvert"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3156423.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3156423.12.help.t"
"ext\n"
"Msgbox CDbl(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3150869.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3150869.13.help.t"
"ext\n"
"Msgbox CInt(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3153768.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3153768.14.help.t"
"ext\n"
"Msgbox CLng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3145786.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100500.xhp#par_id3145786.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#tit.help.text
msgid "CLng Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#bm_id3153311.help.text
msgid "\\<bookmark_value\\>CLng function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100600.xhp\\\" name=\\\"CLng Function "
"[Runtime]\\\"\\>CLng Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3148686.2.help.text
msgid "Converts any string or numeric expression to a long integer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3145315.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3145315.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3147573.4.help.text
msgid "CLng (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3145610.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3145610.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3153897.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3153897.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3154760.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3159414.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any numerical expression that you want to "
"convert. If the \\<emph\\>Expression\\</emph\\> lies outside the valid long "
"integer range between -2.147.483.648 and 2.147.483.647, $[officename] Basic "
"returns an overflow error. To convert a string expression, the number must "
"be entered as normal text (\"123.5\") using the default number format of "
"your operating system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3150358.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3150358.9.help.te"
"xt\n"
"This function always rounds the fractional part of a number to the nearest "
"integer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3154216.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#hd_id3154216.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3147229.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3147229.11.help.t"
"ext\n"
"Sub ExampleCountryConvert"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3156281.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3156281.12.help.t"
"ext\n"
"Msgbox CDbl(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3153969.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3153969.13.help.t"
"ext\n"
"Msgbox CInt(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3154909.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3154909.14.help.t"
"ext\n"
"Msgbox CLng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3153770.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100600.xhp#par_id3153770.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#tit.help.text
msgid "Const Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#bm_id3146958.help.text
msgid "\\<bookmark_value\\>Const statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3146958.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100700.xhp\\\" name=\\\"Const "
"Statement [Runtime]\\\"\\>Const Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3154143.2.help.text
msgid "Defines a string as a constant."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3150670.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3150670.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3150984.4.help.text
msgid "Const Text = Expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3147530.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3147530.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3153897.6.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any constant name that follows the standard "
"variable naming conventions."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3147264.7.help.text
msgid ""
"A constant is a variable that helps to improve the readability of a program. "
"Constants are not defined as a specific type of variable, but rather are "
"used as placeholders in the code. You can only define a constant once and it "
"cannot be modified. Use the following statement to define a constant:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3150542.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3150542.8.help.te"
"xt\n"
"CONST ConstName=Expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3150400.9.help.text
msgid ""
"The type of expression is irrelevant. If a program is started, $[officename] "
"Basic converts the program code internally so that each time a constant is "
"used, the defined expression replaces it."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3154366.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100700.xhp#hd_id3154366.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3145420.11.help.text
msgid "Sub ExampleConst"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3154217.12.help.text
msgid "Const iVar = 1964"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3156281.13.help.text
msgid "Msgbox iVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3153969.14.help.text
msgid "Const sVar = \"Program\", dVar As Double = 1.00"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3149560.15.help.text
msgid "Msgbox sVar & \" \" & dVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3153368.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100700.xhp#par_id3153368.16.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#tit.help.text
msgid "CSng Function[Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#bm_id3153753.help.text
msgid "\\<bookmark_value\\>CSng function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3153753.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03100900.xhp\\\" name=\\\"CSng "
"Function[Runtime]\\\"\\>CSng Function[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3149748.2.help.text
msgid "Converts any string or numeric expression to data type Single."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3153255.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3153255.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3148983.4.help.text
msgid "CSng (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3152347.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3152347.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3153750.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3153750.6.help.te"
"xt\n"
"Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3146957.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3146957.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3153345.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3153345.8.help.te"
"xt\n"
"\\<emph\\>Expression:\\</emph\\> Any string or numeric expression that you "
"want to convert. To convert a string expression, the number must be entered "
"as normal text (\"123.5\") using the default number format of your operating "
"system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3149514.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#hd_id3149514.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3154142.10.help.text
msgid "Sub ExampleCSNG"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3147573.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3147573.11.help.t"
"ext\n"
"Msgbox CDbl(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3150772.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3150772.12.help.t"
"ext\n"
"Msgbox CInt(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3147531.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3147531.13.help.t"
"ext\n"
"Msgbox CLng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3147265.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3147265.14.help.t"
"ext\n"
"Msgbox CSng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3159414.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03100900.xhp#par_id3159414.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#tit.help.text
msgid "CStr Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#bm_id3146958.help.text
msgid "\\<bookmark_value\\>CStr function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3146958.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101000.xhp\\\" name=\\\"CStr Function "
"[Runtime]\\\"\\>CStr Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3147574.2.help.text
msgid "Converts any numeric expression to a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3148473.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3148473.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3145315.4.help.text
msgid "CStr (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3153062.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3153062.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153897.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153897.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3154760.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3149457.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any valid string or numeric expression that "
"you want to convert."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3150358.9.help.text
msgid "Expression Types and Conversion Returns"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153192.10.help.text
msgid "Boolean :"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3156422.11.help.text
msgid ""
"String that evaluates to either \\<emph\\>True\\</emph\\> or "
"\\<emph\\>False\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3147287.12.help.text
msgid "Date :"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3155411.13.help.text
msgid "String that contains the date and time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3147428.14.help.text
msgid "Null :"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3150486.15.help.text
msgid "Run-time error."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153953.16.help.text
msgid "Empty :"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3155306.17.help.text
msgid "String without any characters."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3149260.18.help.text
msgid "Any :"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3152938.19.help.text
msgid "Corresponding number as string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3155738.20.help.text
msgid ""
"Zeros at the end of a floating-point number are not included in the returned "
"string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3154729.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#hd_id3154729.21.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153878.22.help.text
msgid "Sub ExampleCSTR"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3154943.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3154943.23.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3156283.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3156283.24.help.t"
"ext\n"
"Msgbox CDbl(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3147396.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3147396.25.help.t"
"ext\n"
"Msgbox CInt(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3155600.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3155600.26.help.t"
"ext\n"
"Msgbox CLng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153416.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153416.27.help.t"
"ext\n"
"Msgbox CSng(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3156559.28.help.text
msgid "sVar = CStr(1234.5678)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3153947.29.help.text
msgid "MsgBox sVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3150327.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101000.xhp#par_id3150327.30.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#tit.help.text
msgid "DefBool Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#bm_id3145759.help.text
msgid "\\<bookmark_value\\>DefBool statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3145759.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101100.xhp\\\" name=\\\"DefBool "
"Statement [Runtime]\\\"\\>DefBool Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3153089.2.help.text
msgid ""
"If no type-declaration character or keyword is specified, the DefBool "
"statement sets the default data type for variables, according to a letter "
"range."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3149495.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3149495.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3150682.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3150682.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3159201.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3159201.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3147226.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3147226.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set the default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3149178.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3149178.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3150669.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3150669.8.help.te"
"xt\n"
"\\<emph\\>Keyword: \\</emph\\>Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3149233.9.help.text
msgid "\\<emph\\>DefBool:\\</emph\\> Boolean"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3149762.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#hd_id3149762.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3156152.12.help.text
msgid "REM Prefix definition for variable types:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3153627.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3153627.13.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3145610.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3145610.14.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3154760.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3154760.15.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3148552.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3148552.16.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3152812.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3152812.17.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3153524.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3153524.18.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3150541.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3150541.19.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3153193.21.help.text
msgid "Sub ExampleDefBool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3151381.22.help.text
msgid "bOK=TRUE REM bOK is an implicit Boolean variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3145421.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101100.xhp#par_id3145421.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#tit.help.text
msgid "DefDate Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#bm_id3150504.help.text
msgid "\\<bookmark_value\\>DefDate statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3150504.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101300.xhp\\\" name=\\\"DefDate "
"Statement [Runtime]\\\"\\>DefDate Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3145069.2.help.text
msgid ""
"If no type-declaration character or keyword is specified, the DefDate "
"statement sets the default variable type, according to a letter range."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3154758.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3154758.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3148664.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3148664.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3150541.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3150541.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3156709.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3156709.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set a default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3150869.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3150869.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3145171.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3145171.8.help.te"
"xt\n"
"\\<emph\\>Keyword:\\</emph\\> Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3150767.9.help.text
msgid "\\<emph\\>DefDate:\\</emph\\> Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3153768.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#hd_id3153768.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3145785.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3145785.12.help.t"
"ext\n"
"REM Prefix definitions for variable types:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3146923.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3146923.13.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3155412.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3155412.14.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3153726.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3153726.15.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3147435.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3147435.16.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3153188.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3153188.17.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3153143.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3153143.18.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3150010.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3150010.19.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3149263.21.help.text
msgid "Sub ExampleDefDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3152462.22.help.text
msgid "tDate=Date REM tDate is an implicit date variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3149664.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101300.xhp#par_id3149664.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#tit.help.text
msgid "DefDbl Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#bm_id3147242.help.text
msgid "\\<bookmark_value\\>DefDbl statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3147242.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101400.xhp\\\" name=\\\"DefDbl "
"Statement [Runtime]\\\"\\>DefDbl Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3153126.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3153126.2.help.te"
"xt\n"
"Sets the default variable type, according to a letter range, if no type-"
"declaration character or keyword is specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3155420.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3155420.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147530.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147530.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3145069.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3145069.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147560.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set the default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3150791.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3150791.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3151210.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3151210.8.help.te"
"xt\n"
"\\<emph\\>Keyword:\\</emph\\> Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3154123.9.help.text
msgid "\\<emph\\>DefDbl:\\</emph\\> Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3153192.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#hd_id3153192.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3156281.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3156281.12.help.t"
"ext\n"
"REM Prefix definitions for variable types:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3153970.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3153970.13.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3149561.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3149561.14.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147288.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147288.15.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3150487.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3150487.16.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3151116.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3151116.17.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3146922.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3146922.18.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3146984.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3146984.19.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3147436.21.help.text
msgid "Sub ExampleDefDBL"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3153144.22.help.text
msgid "dValue=1.23e43 REM dValue is an implicit Double variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3152941.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101400.xhp#par_id3152941.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#tit.help.text
msgid "DefInt Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#bm_id3149811.help.text
msgid "\\<bookmark_value\\>DefInt statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3149811.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101500.xhp\\\" name=\\\"DefInt "
"Statement [Runtime]\\\"\\>DefInt Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3149762.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3149762.2.help.te"
"xt\n"
"Sets the default variable type, according to a letter range, if no type-"
"declaration character or keyword is specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3148686.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3148686.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3156023.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3156023.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3156344.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3156344.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3147560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3147560.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set a default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3150398.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3150398.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3154365.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3154365.8.help.te"
"xt\n"
"\\<emph\\>Keyword:\\</emph\\> Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3125863.9.help.text
msgid "\\<emph\\>DefInt:\\</emph\\> Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3154123.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#hd_id3154123.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3151042.12.help.text
msgid "REM Prefix definitions for variable types"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3156424.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3156424.13.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3159254.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3159254.14.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3150440.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3150440.15.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3155855.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3155855.16.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3152885.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3152885.17.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3148646.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3148646.18.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3153951.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3153951.19.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3146924.21.help.text
msgid "Sub ExampleDefInt"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3153728.22.help.text
msgid "iCount=200 REM iCount is an implicit integer variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3150010.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101500.xhp#par_id3150010.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#tit.help.text
msgid "DefLng Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#bm_id3148538.help.text
msgid "\\<bookmark_value\\>DefLng statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3148538.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101600.xhp\\\" name=\\\"DefLng "
"Statement [Runtime]\\\"\\>DefLng Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3149514.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3149514.2.help.te"
"xt\n"
"Sets the default variable type, according to a letter range, if no type-"
"declaration character or keyword is specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3150504.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3150504.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3145609.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3145609.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3154760.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3154760.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3145069.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3145069.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set the default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3150791.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3150791.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3148798.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3148798.8.help.te"
"xt\n"
"\\<emph\\>Keyword: \\</emph\\>Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3154686.9.help.text
msgid "\\<emph\\>DefLng:\\</emph\\> Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3153192.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#hd_id3153192.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3154124.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3154124.12.help.t"
"ext\n"
"REM Prefix definitions for variable types:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3156424.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3156424.13.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3147288.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3147288.14.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3149561.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3149561.15.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3153092.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3153092.16.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3148616.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3148616.17.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3153189.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3153189.18.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3152576.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3152576.19.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3146121.21.help.text
msgid "Sub ExampleDefLng"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3145273.22.help.text
msgid "lCount=123456789 REM lCount is an implicit long integer variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3152596.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101600.xhp#par_id3152596.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#tit.help.text
msgid "DefObj Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#bm_id3149811.help.text
msgid "\\<bookmark_value\\>DefObj statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3149811.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03101700.xhp\\\" name=\\\"DefObj "
"Statement [Runtime]\\\"\\>DefObj Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3147573.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3147573.2.help.te"
"xt\n"
"Sets the default variable type, according to a letter range, if no type-"
"declaration character or keyword is specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3150504.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3150504.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3147530.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3147530.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3153896.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3153896.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3148552.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3148552.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set the default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3150358.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3150358.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3148798.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3148798.8.help.te"
"xt\n"
"\\<emph\\>Keyword: \\</emph\\>Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3150769.9.help.text
msgid "\\<emph\\>DefObj:\\</emph\\> Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3156212.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#hd_id3156212.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3153969.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3153969.12.help.t"
"ext\n"
"REM Prefix definitions for variable types:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3156424.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3156424.13.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3159254.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3159254.14.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3150440.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3150440.15.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3161832.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3161832.16.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3145365.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3145365.17.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3149481.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3149481.18.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3152886.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03101700.xhp#par_id3152886.19.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#tit.help.text
msgid "DefVar Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#bm_id3143267.help.text
msgid "\\<bookmark_value\\>DefVar statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3143267.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102000.xhp\\\" name=\\\"DefVar "
"Statement [Runtime]\\\"\\>DefVar Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3153825.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3153825.2.help.te"
"xt\n"
"Sets the default variable type, according to a letter range, if no type-"
"declaration character or keyword is specified."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3154143.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3154143.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3149514.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3149514.4.help.te"
"xt\n"
"Defxxx Characterrange1[, Characterrange2[,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3156024.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3156024.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3147560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3147560.6.help.te"
"xt\n"
"\\<emph\\>Characterrange:\\</emph\\> Letters that specify the range of "
"variables that you want to set the default data type for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3148552.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3148552.7.help.te"
"xt\n"
"\\<emph\\>xxx:\\</emph\\> Keyword that defines the default variable type:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3153524.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3153524.8.help.te"
"xt\n"
"\\<emph\\>Keyword: \\</emph\\>Default variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3150767.9.help.text
msgid "\\<emph\\>DefVar:\\</emph\\> Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3151041.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#hd_id3151041.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3156214.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3156214.11.help.t"
"ext\n"
"REM Prefix definitions for variable types:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3145173.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3145173.12.help.t"
"ext\n"
"DefBool b"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3150448.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3150448.13.help.t"
"ext\n"
"DefDate t"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3153368.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3153368.14.help.t"
"ext\n"
"DefDbL d"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3155132.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3155132.15.help.t"
"ext\n"
"DefInt i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3155855.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3155855.16.help.t"
"ext\n"
"DefLng l"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3147426.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3147426.17.help.t"
"ext\n"
"DefObj o"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3151117.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3151117.18.help.t"
"ext\n"
"DefVar v"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3148645.20.help.text
msgid "Sub ExampleDefVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3154012.21.help.text
msgid "vDiv=99 REM vDiv is an implicit variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3146121.22.help.text
msgid "vDiv=\"Hello world\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3149262.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102000.xhp#par_id3149262.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#tit.help.text
msgid "Dim Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#bm_id3149812.help.text
msgid ""
"\\<bookmark_value\\>Dim "
"statement\\</bookmark_value\\>\\<bookmark_value\\>arrays; "
"dimensioning\\</bookmark_value\\>\\<bookmark_value\\>dimensioning "
"arrays\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3149812.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102100.xhp\\\" name=\\\"Dim Statement "
"[Runtime]\\\"\\>Dim Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3143271.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3143271.2.help.te"
"xt\n"
"Declares a variable or an array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154686.3.help.text
msgid ""
"If the variables are separated by commas (for example, DIM sPar1, sPar2, "
"sPar3 AS STRING), only Variant variables can be defined. Use a separate "
"definition line for each variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3156422.4.help.text
msgid "DIM sPar1 AS STRING"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3159252.5.help.text
msgid "DIM sPar2 AS STRING"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3153142.6.help.text
msgid "DIM sPar3 AS STRING"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3152576.7.help.text
msgid ""
"Dim declares local variables within subroutines. Global variables are "
"declared with the PUBLIC or the PRIVATE statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3156443.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3156443.8.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149412.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149412.9.help.te"
"xt\n"
"[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] "
"[As VarType][,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3147397.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3147397.10.help.te"
"xt\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154730.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154730.11.help.t"
"ext\n"
"\\<emph\\>VarName:\\</emph\\> Any variable or array name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3147125.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3147125.12.help.t"
"ext\n"
"\\<emph\\>Start, End:\\</emph\\> Numerical values or constants that define "
"the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3153877.13.help.text
msgid ""
"Start and End can be numerical expressions if ReDim is applied at the "
"procedure level."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3153510.14.help.text
msgid ""
"\\<emph\\>VarType:\\</emph\\> Key word that declares the data type of a "
"variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154015.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154015.15.help.t"
"ext\n"
"\\<emph\\>Keyword:\\</emph\\> Variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3153949.16.help.text
msgid "\\<emph\\>Bool:\\</emph\\> Boolean variable (True, False)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3156275.17.help.text
msgid ""
"\\<emph\\>Currency:\\</emph\\> Currency-Variable (Currency with 4 Decimal "
"places)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3156057.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3156057.18.help.t"
"ext\n"
"\\<emph\\>Date:\\</emph\\> Date variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148405.19.help.text
msgid ""
"\\<emph\\>Double:\\</emph\\> Double-precision floating-point variable "
"(1,79769313486232 x 10E308 - 4,94065645841247 x 10E-324)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148916.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148916.20.help.t"
"ext\n"
"\\<emph\\>Integer:\\</emph\\> Integer variable (-32768 - 32767)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150045.21.help.text
msgid ""
"\\<emph\\>Long:\\</emph\\> Long integer variable (-2.147.483.648 - "
"2.147.483.647)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149255.22.help.text
msgid ""
"\\<emph\\>Object:\\</emph\\> Object variable (Note: this variable can only "
"subsequently be defined with Set!)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3155937.23.help.text
msgid ""
"\\<emph\\>Single:\\</emph\\> Single-precision floating-point variable "
"(3,402823 x 10E38 - 1,401298 x 10E-45)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3151251.24.help.text
msgid ""
"\\<emph\\>String:\\</emph\\> String variable consisting of a maximum of "
"64,000 ASCII characters."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154704.25.help.text
msgid ""
"\\<emph\\>[Variant]:\\</emph\\> Variant variable type (contains all types, "
"specified by definition). If a key word is not specified, variables are "
"automatically defined as Variant Type, unless a statement from DefBool to "
"DefVar is used."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3146316.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3146316.26.help.t"
"ext\n"
"In $[officename] Basic, you do not need to declare variables explicitly. "
"However, you need to declare an array before you can use them. You can "
"declare a variable with the Dim statement, using commas to separate multiple "
"declarations. To declare a variable type, enter a type-declaration character "
"following the name or use a corresponding key word."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149924.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149924.27.help.t"
"ext\n"
"$[officename] Basic supports single or multi-dimensional arrays that are "
"defined by a specified variable type. Arrays are suitable if the program "
"contains lists or tables that you want to edit. The advantage of arrays is "
"that it is possible to address individual elements according to indexes, "
"which can be formulated as numeric expressions or variables."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148488.28.help.text
msgid ""
"Arrays are declared with the Dim statement. There are two methods to define "
"the index range:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154662.29.help.text
msgid "DIM text(20) as String REM 21 elements numbered from 0 to 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3155604.30.help.text
msgid "DIM text(5 to 25) as String REM 21 elements numbered from 5 to 25"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3151274.31.help.text
msgid "DIM text(-15 to 5) as String REM 21 elements (including 0)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3152774.32.help.text
msgid "REM numbered from -15 to 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150829.33.help.text
msgid "Two-dimensional data field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149529.34.help.text
msgid ""
"DIM text(20,2) as String REM 63 elements; form 0 to 20 level 1, from 0 to 20 "
"level 2 and from 0 to 20 level 3."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3159239.35.help.text
msgid ""
"You can declare an array types as dynamic if a ReDim statement defines the "
"number of dimensions in the subroutine or the function that contains the "
"array. Generally, you can only define an array dimension once, and you "
"cannot modify it. Within a subroutine, you can declare an array with ReDim. "
"You can only define dimensions with numeric expressions. This ensures that "
"the fields are only as large as necessary."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3150344.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#hd_id3150344.36.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150206.37.help.text
msgid "Sub ExampleDim1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154201.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154201.38.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3146134.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3146134.39.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154657.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154657.40.help.t"
"ext\n"
"sVar = \"Office\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148459.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148459.41.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3166424.43.help.text
msgid "Sub ExampleDim2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149036.44.help.text
msgid "REM Two-dimensional data field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3149737.45.help.text
msgid "Dim stext(20,2) as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3153782.46.help.text
msgid "Const sDim as String = \" Dimension:\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150518.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150518.48.help.t"
"ext\n"
"for i = 0 to 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3166428.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3166428.49.help.t"
"ext\n"
"for ii = 0 to 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3152994.50.help.text
msgid "stext(i,ii) = str(i) & sDim & str(ii)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150202.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3150202.51.help.t"
"ext\n"
"next ii"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154370.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154370.52.help.t"
"ext\n"
"next i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3156166.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3156166.54.help.t"
"ext\n"
"for i = 0 to 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148815.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3148815.55.help.t"
"ext\n"
"for ii = 0 to 2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3146981.56.help.text
msgid "msgbox stext(i,ii)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3155125.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3155125.57.help.t"
"ext\n"
"next ii"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154528.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3154528.58.help.t"
"ext\n"
"next i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3155087.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102100.xhp#par_id3155087.59.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#tit.help.text
msgid "ReDim Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#bm_id3150398.help.text
msgid "\\<bookmark_value\\>ReDim statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3150398.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102101.xhp\\\" name=\\\"ReDim "
"Statement [Runtime]\\\"\\>ReDim Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3154685.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3154685.2.help.te"
"xt\n"
"Declares a variable or an array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3154218.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3154218.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3156214.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3156214.4.help.te"
"xt\n"
"[ReDim]Dim VarName [(start To end)] [As VarType][, VarName2 [(start To end)] "
"[As VarType][,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id711996.help.text
msgid ""
"Optionally, you can add the \\<emph\\>Preserve\\</emph\\> keyword as a "
"parameter to preserve the contents of the array that is redimensioned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3148451.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3148451.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3156423.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3156423.6.help.te"
"xt\n"
"\\<emph\\>VarName:\\</emph\\> Any variable or array name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149562.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149562.7.help.te"
"xt\n"
"\\<emph\\>Start, End:\\</emph\\> Numerical values or constants that define "
"the number of elements (NumberElements=(end-start)+1) and the index range."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155307.8.help.text
msgid ""
"Start and End can be numeric expressions if ReDim is used at the procedure "
"level."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3153951.9.help.text
msgid ""
"\\<emph\\>VarType:\\</emph\\> Keyword that declares the data type of a "
"variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3147317.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3147317.10.help.t"
"ext\n"
"\\<emph\\>Keyword:\\</emph\\> Variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3153728.11.help.text
msgid "\\<emph\\>Bool: \\</emph\\>Boolean variable (True, False)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3146121.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3146121.12.help.t"
"ext\n"
"\\<emph\\>Date:\\</emph\\> Date variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3159156.13.help.text
msgid ""
"\\<emph\\>Double:\\</emph\\> Double floating point variable "
"(1.79769313486232x10E308 - 4.94065645841247x10E-324)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3148616.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3148616.14.help.t"
"ext\n"
"\\<emph\\>Integer:\\</emph\\> Integer variable (-32768 - 32767)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3147348.15.help.text
msgid ""
"\\<emph\\>Long:\\</emph\\> Long integer variable (-2,147,483,648 - "
"2,147,483,647)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149412.16.help.text
msgid ""
"\\<emph\\>Object:\\</emph\\> Object variable (can only be subsequently "
"defined by Set!)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3154729.17.help.text
msgid ""
"\\<emph\\>[Single]:\\</emph\\> Single floating-point variable "
"(3.402823x10E38 - 1.401298x10E-45). If no key word is specified, a variable "
"is defined as Single, unless a statement from DefBool to DefVar is used."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3148458.18.help.text
msgid ""
"\\<emph\\>String:\\</emph\\> String variable containing a maximum of 64,000 "
"ASCII characters."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149581.19.help.text
msgid ""
"\\<emph\\>Variant: \\</emph\\>Variant variable type (can contain all types "
"and is set by definition)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155601.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155601.20.help.t"
"ext\n"
"In $[officename] Basic, you do not need to declare variables explicitly. "
"However, you need to declare an array before you can use them. You can "
"declare a variable with the Dim statement, using commas to separate multiple "
"declarations. To declare a variable type, enter a type-declaration character "
"following the name or use a corresponding key word."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3153415.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3153415.21.help.t"
"ext\n"
"$[officename] Basic supports single or multi-dimensional arrays that are "
"defined by a specified variable type. Arrays are suitable if the program "
"contains lists or tables that you want to edit. The advantage of arrays is "
"that it is possible to address individual elements according to indexes, "
"which can be formulated as numeric expressions or variables."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3146971.22.help.text
msgid ""
"There are two ways to set the range of indices for arrays declared with the "
"Dim statement:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3153950.23.help.text
msgid "DIM text(20) As String REM 21 elements numbered from 0 to 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3146912.24.help.text
msgid "DIM text(5 to 25) As String REM 21 elements numbered from 5 to 25"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3153709.25.help.text
msgid "DIM text$(-15 to 5) As String REM 21 elements (0 inclusive),"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3150321.26.help.text
msgid "rem numbered from -15 to 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149018.27.help.text
msgid ""
"Variable fields, regardless of type, can be made dynamic if they are "
"dimensioned by ReDim at the procedure level in subroutines or functions. "
"Normally, you can only set the range of an array once and you cannot modify "
"it. Within a procedure, you can declare an array using the ReDim statement "
"with numeric expressions to define the range of the field sizes."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3148405.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#hd_id3148405.28.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3154362.29.help.text
msgid "Sub ExampleRedim"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3150042.30.help.text
msgid "Dim iVar() As Integer, iCount As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3147339.31.help.text
msgid "ReDim iVar(5) As integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149106.32.help.text
msgid "For iCount = 1 To 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155174.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155174.33.help.t"
"ext\n"
"iVar(iCount) = iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3163805.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3163805.34.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149568.35.help.text
msgid "ReDim iVar(10) As integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3147364.36.help.text
msgid "For iCount = 1 To 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155335.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3155335.37.help.t"
"ext\n"
"iVar(iCount) = iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3154662.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3154662.38.help.t"
"ext\n"
"Next iCount"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149926.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102101.xhp#par_id3149926.39.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#tit.help.text
msgid "IsArray Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#bm_id3154346.help.text
msgid "\\<bookmark_value\\>IsArray function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3154346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102200.xhp\\\" name=\\\"IsArray "
"Function [Runtime]\\\"\\>IsArray Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3159413.2.help.text
msgid "Determines if a variable is a data field in an array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3150792.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3150792.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3153379.4.help.text
msgid "IsArray (Var)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3154365.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3154365.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3154685.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3154685.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3153969.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3153969.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3145172.8.help.text
msgid ""
"\\<emph\\>Var:\\</emph\\> Any variable that you want to test if it is "
"declared as an array. If the variable is an array, then the function returns "
"\\<emph\\>True\\</emph\\>, otherwise \\<emph\\>False \\</emph\\>is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3155131.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102200.xhp#hd_id3155131.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3153365.10.help.text
msgid "Sub ExampleIsArray"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3150487.11.help.text
msgid "Dim sDatf(10) as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3155414.12.help.text
msgid "print isarray(sdatf())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3153727.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102200.xhp#par_id3153727.13.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#tit.help.text
msgid "IsDate Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#bm_id3145090.help.text
msgid "\\<bookmark_value\\>IsDate function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3145090.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102300.xhp\\\" name=\\\"IsDate "
"Function [Runtime]\\\"\\>IsDate Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3153311.2.help.text
msgid ""
"Tests if a numeric or string expression can be converted to a "
"\\<emph\\>Date\\</emph\\> variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3153824.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3153824.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3147573.4.help.text
msgid "IsDate (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3143270.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3143270.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3147560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3147560.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3148947.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3148947.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3145069.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Any numeric or string expression that you "
"want to test. If the expression can be converted to a date, the function "
"returns \\<emph\\>True\\</emph\\>, otherwise the function returns "
"\\<emph\\>False\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3150447.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102300.xhp#hd_id3150447.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3154217.10.help.text
msgid "Sub ExampleIsDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3153970.11.help.text
msgid "Dim sDateVar as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3153193.12.help.text
msgid "sDateVar = \"12.12.1997\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3150869.13.help.text
msgid "print IsDate(sDateVar) REM Returns True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3148453.14.help.text
msgid "sDateVar = \"12121997\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3147288.15.help.text
msgid "print IsDate(sDateVar) REM Returns False"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3155132.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102300.xhp#par_id3155132.16.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#tit.help.text
msgid "IsEmpty Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#bm_id3153394.help.text
msgid "\\<bookmark_value\\>IsEmpty function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3153394.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102400.xhp\\\" name=\\\"IsEmpty "
"Function [Runtime]\\\"\\>IsEmpty Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3163045.2.help.text
msgid ""
"Tests if a Variant variable contains the Empty value. The Empty value "
"indicates that the variable is not initialized."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3159158.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3159158.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3153126.4.help.text
msgid "IsEmpty (Var)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3148685.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3148685.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3156344.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3156344.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3148947.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3148947.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3154347.8.help.text
msgid ""
"\\<emph\\>Var:\\</emph\\> Any variable that you want to test. If the Variant "
"contains the Empty value, the function returns True, otherwise the function "
"returns False."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3154138.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102400.xhp#hd_id3154138.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3125864.10.help.text
msgid "Sub ExampleIsEmpty"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3150449.11.help.text
msgid "Dim sVar as Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3153970.12.help.text
msgid "sVar = Empty"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3154863.13.help.text
msgid "Print IsEmpty(sVar) REM Returns True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3151043.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102400.xhp#par_id3151043.14.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#tit.help.text
msgid "IsNull Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#bm_id3155555.help.text
msgid "\\<bookmark_value\\>IsNull function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3155555.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102600.xhp\\\" name=\\\"IsNull "
"Function [Runtime]\\\"\\>IsNull Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3146957.2.help.text
msgid ""
"Tests if a Variant contains the special Null value, indicating that the "
"variable does not contains data."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3150670.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3150670.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3150984.4.help.text
msgid "IsNull (Var)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3149514.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3149514.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3145609.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3145609.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3149669.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3149669.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3159414.8.help.text
msgid ""
"\\<emph\\>Var:\\</emph\\> Any variable that you want to test. This function "
"returns True if the Variant contains the Null value, or False if the Variant "
"does not contain the Null value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3153381.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102600.xhp#hd_id3153381.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3154140.10.help.text
msgid "Sub ExampleIsNull"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3145172.11.help.text
msgid "Dim vVar As Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3144760.12.help.text
msgid "msgbox IsNull(vVar)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3153970.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102600.xhp#par_id3153970.13.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#tit.help.text
msgid "IsNumeric Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#bm_id3145136.help.text
msgid "\\<bookmark_value\\>IsNumeric function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3145136.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102700.xhp\\\" name=\\\"IsNumeric "
"Function [Runtime]\\\"\\>IsNumeric Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3149177.2.help.text
msgid ""
"Tests if an expression is a number. If the expression is a \\<link "
"href=\\\"text/sbasic/shared/00000002.xhp#dezimal\\\" "
"name=\\\"number\\\"\\>number\\</link\\>, the function returns True, "
"otherwise the function returns False."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3149415.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3149415.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3150771.4.help.text
msgid "IsNumeric (Var)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3148685.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3148685.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3148944.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3148944.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3148947.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3148947.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3154760.8.help.text
msgid "\\<emph\\>Var:\\</emph\\> Any expression that you want to test."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3149656.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102700.xhp#hd_id3149656.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3154367.10.help.text
msgid "Sub ExampleIsNumeric"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3156423.11.help.text
msgid "Dim vVar as variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3154125.12.help.text
msgid "vVar = \"ABC\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3147230.13.help.text
msgid "Print IsNumeric(vVar) REM Returns False"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3156214.14.help.text
msgid "vVar = \"123\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3154910.15.help.text
msgid "Print IsNumeric(vVar) REM Returns True"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3147289.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102700.xhp#par_id3147289.16.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#tit.help.text
msgid "IsObject Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#bm_id3149346.help.text
msgid "\\<bookmark_value\\>IsObject function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3149346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102800.xhp\\\" name=\\\"IsObject "
"Function [Runtime]\\\"\\>IsObject Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#par_id3148538.2.help.text
msgid ""
"Tests if an object variable is an OLE object. The function returns True if "
"the variable is an OLE object, otherwise it returns False."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3149234.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3149234.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#par_id3154285.4.help.text
msgid "IsObject (ObjectVar)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3148685.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3148685.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#par_id3156024.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102800.xhp#par_id3156024.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3148947.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102800.xhp#hd_id3148947.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102800.xhp#par_id3148552.8.help.text
msgid ""
"\\<emph\\>ObjectVar:\\</emph\\> Any variable that you want to test. If the "
"Object variable contains an OLE object, the function returns True."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#tit.help.text
msgid "LBound Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#bm_id3156027.help.text
msgid "\\<bookmark_value\\>LBound function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03102900.xhp\\\" name=\\\"LBound "
"Function [Runtime]\\\"\\>LBound Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3147226.2.help.text
msgid "Returns the lower boundary of an array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3148538.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3148538.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3150503.4.help.text
msgid "LBound (ArrayName [, Dimension])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3150984.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3150984.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3153126.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3153126.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3144500.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3144500.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3145069.8.help.text
msgid ""
"\\<emph\\>ArrayName:\\</emph\\> Name of the array for which you want to "
"return the upper (\\<emph\\>Ubound\\</emph\\>) or the lower "
"(\\<emph\\>LBound\\</emph\\>) boundary of the array dimension."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3149457.9.help.text
msgid ""
"\\<emph\\>[Dimension]:\\</emph\\> Integer that specifies which dimension to "
"return the upper (\\<emph\\>Ubound\\</emph\\>) or the lower "
"(\\<emph\\>LBound\\</emph\\>) boundary for. If a value is not specified, the "
"first dimension is assumed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3145171.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#hd_id3145171.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3148673.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3148673.11.help.t"
"ext\n"
"Sub ExampleUboundLbound"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3153193.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3153193.12.help.t"
"ext\n"
"Dim sVar(10 to 20) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3148452.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3148452.13.help.t"
"ext\n"
"print LBound(sVar())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3153768.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3153768.14.help.t"
"ext\n"
"print UBound(sVar())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3147288.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3147288.15.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3146974.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3146974.16.help.t"
"ext\n"
"Sub ExampleUboundLbound2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3146985.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3146985.17.help.t"
"ext\n"
"Dim sVar(10 to 20,5 To 70) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3145365.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3145365.18.help.t"
"ext\n"
"Print LBound(sVar()) REM Returns 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3150486.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3150486.19.help.t"
"ext\n"
"Print UBound(sVar()) REM Returns 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3149665.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3149665.20.help.t"
"ext\n"
"Print LBound(sVar(),2) REM Returns 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3159154.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3159154.21.help.t"
"ext\n"
"Print UBound(sVar(),2) REM Returns 70"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3154013.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03102900.xhp#par_id3154013.22.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#tit.help.text
msgid "UBound Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#bm_id3148538.help.text
msgid "\\<bookmark_value\\>UBound function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3148538.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103000.xhp\\\" name=\\\"UBound "
"Function [Runtime]\\\"\\>UBound Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3147573.2.help.text
msgid "Returns the upper boundary of an array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3150984.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3150984.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3149415.4.help.text
msgid "UBound (ArrayName [, Dimension])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3153897.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3153897.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3149670.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3149670.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3154347.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3154347.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153381.8.help.text
msgid ""
"\\<emph\\>ArrayName:\\</emph\\> Name of the array for which you want to "
"determine the upper (\\<emph\\>Ubound\\</emph\\>) or the lower "
"(\\<emph\\>LBound\\</emph\\>) boundary."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3148797.9.help.text
msgid ""
"\\<emph\\>[Dimension]:\\</emph\\> Integer that specifies which dimension to "
"return the upper(\\<emph\\>Ubound\\</emph\\>) or lower "
"(\\<emph\\>LBound\\</emph\\>) boundary for. If no value is specified, the "
"boundary of the first dimension is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3153192.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#hd_id3153192.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3147229.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3147229.11.help.t"
"ext\n"
"Sub ExampleUboundLbound"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3150440.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3150440.12.help.t"
"ext\n"
"Dim sVar(10 to 20) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3145785.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3145785.13.help.t"
"ext\n"
"print LBound(sVar())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153092.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153092.14.help.t"
"ext\n"
"print UBound(sVar())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153727.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153727.15.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3145271.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3145271.16.help.t"
"ext\n"
"Sub ExampleUboundLbound2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153952.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153952.17.help.t"
"ext\n"
"Dim sVar(10 to 20,5 To 70) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3152596.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3152596.18.help.t"
"ext\n"
"Print LBound(sVar()) REM Returns 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153138.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3153138.19.help.t"
"ext\n"
"Print UBound(sVar()) REM Returns 20"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3149665.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3149665.20.help.t"
"ext\n"
"Print LBound(sVar(),2) REM Returns 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3147214.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3147214.21.help.t"
"ext\n"
"Print UBound(sVar(),2) REM Returns 70"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3155855.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103000.xhp#par_id3155855.22.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#tit.help.text
msgid "Let Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#bm_id3147242.help.text
msgid "\\<bookmark_value\\>Let statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3147242.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103100.xhp\\\" name=\\\"Let Statement "
"[Runtime]\\\"\\>Let Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3149233.2.help.text
msgid "Assigns a value to a variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3153127.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3153127.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3154285.4.help.text
msgid "[Let] VarName=Expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3148944.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3148944.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3147560.6.help.text
msgid ""
"\\<emph\\>VarName:\\</emph\\> Variable that you want to assign a value to. "
"Value and variable type must be compatible."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3148451.7.help.text
msgid ""
"As in most BASIC dialects, the key word \\<emph\\>Let\\</emph\\> is optional."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3145785.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103100.xhp#hd_id3145785.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3150441.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3150441.9.help.te"
"xt\n"
"Sub ExampleLen"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3159254.10.help.text
msgid "Dim stext as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3149481.11.help.text
msgid "Let sText = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3152939.12.help.text
msgid "msgbox Len(sText) REM returns 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3146921.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103100.xhp#par_id3146921.13.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#tit.help.text
msgid "Option Base Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#bm_id3155805.help.text
msgid "\\<bookmark_value\\>Option Base statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3155805.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103200.xhp\\\" name=\\\"Option Base "
"Statement [Runtime]\\\"\\>Option Base Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3147242.2.help.text
msgid "Defines the default lower boundary for arrays as 0 or 1."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3150771.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3150771.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3147573.4.help.text
msgid "Option Base { 0 | 1}"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3145315.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3145315.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3147229.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3147229.6.help.te"
"xt\n"
"This statement must be added before the executable program code in a module."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3150870.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103200.xhp#hd_id3150870.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3152921.8.help.text
msgid "option Base 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3153192.10.help.text
msgid "Sub ExampleOptionBase"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3149561.11.help.text
msgid "Dim sVar(20) As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3153770.12.help.text
msgid "msgbox LBound(sVar())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3159153.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103200.xhp#par_id3159153.13.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#tit.help.text
msgid "Option Explicit Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#bm_id3145090.help.text
msgid "\\<bookmark_value\\>Option Explicit statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3145090.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103300.xhp\\\" name=\\\"Option "
"Explicit Statement [Runtime]\\\"\\>Option Explicit Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3148538.2.help.text
msgid ""
"Specifies that every variable in the program code must be explicitly "
"declared with the Dim statement."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3149763.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3149763.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3149514.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3149514.4.help.te"
"xt\n"
"Option Explicit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3145315.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3145315.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3145172.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3145172.6.help.te"
"xt\n"
"This statement must be added before the executable program code in a module."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3125864.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#hd_id3125864.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3154217.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3154217.8.help.te"
"xt\n"
"Option Explicit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3156214.9.help.text
msgid "Sub ExampleExplicit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3153193.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3153193.10.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3159252.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3159252.11.help.t"
"ext\n"
"sVar = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3145787.12.help.text
msgid "For i% = 1 to 10 REM This results in a run-time error"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3152598.13.help.text
msgid "REM"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3145749.14.help.text
msgid "Next i%"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3150010.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103300.xhp#par_id3150010.15.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#tit.help.text
msgid "Public Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#bm_id3153311.help.text
msgid "\\<bookmark_value\\>Public statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103400.xhp\\\" name=\\\"Public "
"Statement [Runtime]\\\"\\>Public Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3150669.2.help.text
msgid ""
"Dimensions a variable or an array at the module level (that is, not within a "
"subroutine or function), so that the variable and the array are valid in all "
"libraries and modules."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#hd_id3150772.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103400.xhp#hd_id3150772.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3155341.4.help.text
msgid ""
"Public VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As "
"VarType][,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#hd_id3145315.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103400.xhp#hd_id3145315.5.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3156024.6.help.text
msgid "Public iPublicVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3153896.8.help.text
msgid "Sub ExamplePublic"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3149656.9.help.text
msgid "iPublicVar = iPublicVar + 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3150359.10.help.text
msgid "MsgBox iPublicVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3154365.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103400.xhp#par_id3154365.11.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#tit.help.text
msgid "Global Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#bm_id3159201.help.text
msgid "\\<bookmark_value\\>Global statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#hd_id3159201.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103450.xhp\\\" name=\\\"Global "
"Statement [Runtime]\\\"\\>Global Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3149177.2.help.text
msgid ""
"Dimensions a variable or an array at the global level (that is, not within a "
"subroutine or function), so that the variable and the array are valid in all "
"libraries and modules for the current session."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#hd_id3143270.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103450.xhp#hd_id3143270.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3150771.4.help.text
msgid ""
"Global VarName[(start To end)] [As VarType][, VarName2[(start To end)] [As "
"VarType][,...]]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#hd_id3156152.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103450.xhp#hd_id3156152.5.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3145315.6.help.text
msgid "Global iGlobalVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3147531.7.help.text
msgid "Sub ExampleGlobal"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3149670.8.help.text
msgid "iGlobalVar = iGlobalVar + 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3148552.9.help.text
msgid "MsgBox iGlobalVar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3149457.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103450.xhp#par_id3149457.10.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#tit.help.text
msgid "Static Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#bm_id3149798.help.text
msgid "\\<bookmark_value\\>Static statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#hd_id3149798.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103500.xhp\\\" name=\\\"Static "
"Statement [Runtime]\\\"\\>Static Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3153311.2.help.text
msgid ""
"Declares a variable or an array at the procedure level within a subroutine "
"or a function, so that the values of the variable or the array are retained "
"after exiting the subroutine or function. Dim statement conventions are also "
"valid."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3147264.3.help.text
msgid ""
"The \\<emph\\>Static statement\\</emph\\> cannot be used to define variable "
"arrays. Arrays must be specified according to a fixed size."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#hd_id3149657.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103500.xhp#hd_id3149657.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3150400.5.help.text
msgid ""
"Static VarName[(start To end)] [As VarType], VarName2[(start To end)] [As "
"VarType], ..."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#hd_id3148452.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103500.xhp#hd_id3148452.6.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3156214.7.help.text
msgid "Sub ExampleStatic"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3154217.8.help.text
msgid "Static iInit As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3154124.9.help.text
msgid ""
"if iInit = 0 then iInit = InitVar() REM Test if variable is already "
"initialized"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3151041.10.help.text
msgid "iInit = iInit + 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3150870.11.help.text
msgid "MsgBox iInit,0,\"The answer is\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3153771.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3153771.13.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3151115.15.help.text
msgid "REM Function for initialization of the static variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3148618.16.help.text
msgid "Function InitVar() As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3145272.17.help.text
msgid "InitVar = 40 REM any value for initialization"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3150487.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103500.xhp#par_id3150487.18.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#tit.help.text
msgid "TypeName Function; VarType Function[Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#bm_id3143267.help.text
msgid ""
"\\<bookmark_value\\>TypeName "
"function\\</bookmark_value\\>\\<bookmark_value\\>VarType "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3143267.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103600.xhp\\\" name=\\\"TypeName "
"Function; VarType Function[Runtime]\\\"\\>TypeName Function; VarType "
"Function[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3159157.2.help.text
msgid ""
"Returns a string (TypeName) or a numeric value (VarType) that contains "
"information for a variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3153825.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3153825.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155341.4.help.text
msgid "TypeName (Variable)VarType (Variable)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3145610.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3145610.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148947.6.help.text
msgid "String; Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3146795.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3146795.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148664.8.help.text
msgid ""
"\\<emph\\>Variable:\\</emph\\> The variable that you want to determine the "
"type of. You can use the following values:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3145171.9.help.text
msgid "key word"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3156212.10.help.text
msgid "VarType"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154684.11.help.text
msgid "Variable type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3151041.12.help.text
msgid "Boolean"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3153367.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3153367.13.help.t"
"ext\n"
"11"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148645.14.help.text
msgid "Boolean variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3153138.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3153138.15.help.t"
"ext\n"
"Date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3153363.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3153363.16.help.t"
"ext\n"
"7"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155411.17.help.text
msgid "Date variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3146975.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3146975.18.help.t"
"ext\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150486.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150486.19.help.t"
"ext\n"
"5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148616.20.help.text
msgid "Double floating point variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148457.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148457.21.help.t"
"ext\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3145647.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3145647.22.help.t"
"ext\n"
"2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154490.23.help.text
msgid "Integer variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3149960.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3149960.24.help.t"
"ext\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154513.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154513.25.help.t"
"ext\n"
"3"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3151318.26.help.text
msgid "Long integer variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3146972.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3146972.27.help.t"
"ext\n"
"Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154482.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154482.28.help.t"
"ext\n"
"9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150323.29.help.text
msgid "Object variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148405.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148405.30.help.t"
"ext\n"
"Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3149020.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3149020.31.help.t"
"ext\n"
"4"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3147341.32.help.text
msgid "Single floating-point variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155901.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155901.33.help.t"
"ext\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155960.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155960.34.help.t"
"ext\n"
"8"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3146313.35.help.text
msgid "String variable"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3145149.36.help.text
msgid "Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154021.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154021.37.help.t"
"ext\n"
"12"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3145789.38.help.text
msgid "Variant variable (can contain all types specified by the definition)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148630.39.help.text
msgid "Empty"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3152584.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3152584.40.help.t"
"ext\n"
"0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3151278.41.help.text
msgid "Variable is not initialized"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154576.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154576.42.help.t"
"ext\n"
"Null"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3166424.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3166424.43.help.t"
"ext\n"
"1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3145131.44.help.text
msgid "No valid data"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3149338.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#hd_id3149338.45.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150363.46.help.text
msgid "Sub ExampleType"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3159088.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3159088.47.help.t"
"ext\n"
"Dim iVar As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150089.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150089.48.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3156139.49.help.text
msgid "Dim siVar As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3151217.50.help.text
msgid "Dim dVar As Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154658.51.help.text
msgid "Dim bVar As Boolean"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3152992.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3152992.52.help.t"
"ext\n"
"Dim lVar As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155509.53.help.text
msgid "Msgbox TypeName(iVar) & \" \" & VarType(iVar) & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3150370.54.help.text
msgid "TypeName(sVar) & \" \" & VarType(sVar) & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3155532.55.help.text
msgid "TypeName(siVar) & \" \" & VarType(siVar) & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3152988.56.help.text
msgid "TypeName(dVar) & \" \" & VarType(dVar) & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3156166.57.help.text
msgid "TypeName(bVar) & \" \" & VarType(bVar) & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3148817.58.help.text
msgid ""
"TypeName(lVar) & \" \" & VarType(lVar),0,\"Some types in $[officename] "
"Basic\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154259.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103600.xhp#par_id3154259.59.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#tit.help.text
msgid "Set Statement[Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#bm_id3154422.help.text
msgid "\\<bookmark_value\\>Set statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3154422.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103700.xhp\\\" name=\\\"Set "
"Statement[Runtime]\\\"\\>Set Statement[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3159149.2.help.text
msgid "Sets an object reference on a variable or a Property."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3153105.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3153105.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3154217.4.help.text
msgid "Set ObjectVar = Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3154685.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3154685.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3156281.6.help.text
msgid ""
"\\<emph\\>ObjectVar:\\</emph\\> a variable or a property that requires an "
"object reference."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3159252.7.help.text
msgid ""
"\\<emph\\>Object:\\</emph\\> Object that the variable or the property refers "
"to."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3159153.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103700.xhp#hd_id3159153.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3147349.9.help.text
msgid "Sub ExampleSet"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3149481.10.help.text
msgid "Dim oDoc As Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3153140.11.help.text
msgid "Set oDoc = ActiveWindow"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3153190.12.help.text
msgid "Print oDoc.Name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3161833.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103700.xhp#par_id3161833.13.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#tit.help.text
msgid "FindObject Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#bm_id3145136.help.text
msgid "\\<bookmark_value\\>FindObject function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#hd_id3145136.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103800.xhp\\\" name=\\\"FindObject "
"Function [Runtime]\\\"\\>FindObject Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3155341.2.help.text
msgid ""
"Enables an object to be addressed at run-time as a string parameter through "
"the object name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3150669.3.help.text
msgid "For example, the following command:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3148473.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3148473.4.help.te"
"xt\n"
"MyObj.Prop1.Command = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3156023.5.help.text
msgid "corresponds to the command block:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3153896.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3153896.6.help.te"
"xt\n"
"Dim ObjVar as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3154760.7.help.te"
"xt\n"
"Dim ObjProp as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3145069.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3145069.8.help.te"
"xt\n"
"ObjName As String = \"MyObj\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3154939.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3154939.9.help.te"
"xt\n"
"ObjVar = FindObject( ObjName As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3150793.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3150793.10.help.t"
"ext\n"
"PropName As String = \"Prop1\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3154141.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3154141.11.help.t"
"ext\n"
"ObjProp = FindPropertyObject( ObjVar, PropName As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3156424.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3156424.12.help.t"
"ext\n"
"ObjProp.Command = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3145420.13.help.text
msgid "This allows names to be dynamically created at run-time. For example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3153104.14.help.text
msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five control names."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3150767.15.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03103900.xhp\\\" "
"name=\\\"FindPropertyObject\\\"\\>FindPropertyObject\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#hd_id3150868.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#hd_id3150868.16.help.te"
"xt\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3151042.17.help.text
msgid "FindObject( ObjName As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#hd_id3159254.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103800.xhp#hd_id3159254.18.help.te"
"xt\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103800.xhp#par_id3150439.19.help.text
msgid ""
"\\<emph\\>ObjName: \\</emph\\>String that specifies the name of the object "
"that you want to address at run-time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#tit.help.text
msgid "FindPropertyObject Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#bm_id3146958.help.text
msgid "\\<bookmark_value\\>FindPropertyObject function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#hd_id3146958.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03103900.xhp\\\" "
"name=\\\"FindPropertyObject Function [Runtime]\\\"\\>FindPropertyObject "
"Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3154285.2.help.text
msgid ""
"Enables objects to be addressed at run-time as a string parameter using the "
"object name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3147573.3.help.text
msgid "For instance, the command:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3145610.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3145610.4.help.te"
"xt\n"
"MyObj.Prop1.Command = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3147265.5.help.text
msgid "corresponds to the following command block:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3153896.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3153896.6.help.te"
"xt\n"
"Dim ObjVar as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3148664.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3148664.7.help.te"
"xt\n"
"Dim ObjProp as Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3150792.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3150792.8.help.te"
"xt\n"
"ObjName As String = \"MyObj\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3154365.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3154365.9.help.te"
"xt\n"
"ObjVar = FindObject( ObjName As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3148453.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3148453.10.help.t"
"ext\n"
"PropName As String = \"Prop1\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3150449.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3150449.11.help.t"
"ext\n"
"ObjProp = FindPropertyObject( ObjVar, PropName As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3159152.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3159152.12.help.t"
"ext\n"
"ObjProp.Command = 5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3156214.13.help.text
msgid "To dynamically create Names at run-time, use:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3154686.14.help.text
msgid "\"TextEdit1\" to TextEdit5\" in a loop to create five names."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3150868.15.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03103800.xhp\\\" "
"name=\\\"FindObject\\\"\\>FindObject\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#hd_id3147287.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#hd_id3147287.16.help.te"
"xt\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3149560.17.help.text
msgid "FindPropertyObject( ObjVar, PropName As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#hd_id3150012.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03103900.xhp#hd_id3150012.18.help.te"
"xt\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3109839.19.help.text
msgid ""
"\\<emph\\>ObjVar:\\</emph\\> Object variable that you want to dynamically "
"define at run-time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03103900.xhp#par_id3153363.20.help.text
msgid ""
"\\<emph\\>PropName:\\</emph\\> String that specifies the name of the "
"property that you want to address at run-time."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#tit.help.text
msgid "IsMissing function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#bm_id3153527.help.text
msgid "\\<bookmark_value\\>IsMissing function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#hd_id3153527.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104000.xhp\\\" name=\\\"IsMissing "
"function [Runtime]\\\"\\>IsMissing function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3153825.2.help.text
msgid "Tests if a function is called with an optional parameter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3150669.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03104100.xhp\\\" "
"name=\\\"Optional\\\"\\>Optional\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#hd_id3145611.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104000.xhp#hd_id3145611.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3154924.5.help.text
msgid "IsMissing( ArgumentName )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#hd_id3145069.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104000.xhp#hd_id3145069.6.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3149457.7.help.text
msgid "\\<emph\\>ArgumentName:\\</emph\\> the name of an optional argument."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3150398.8.help.text
msgid ""
"If the IsMissing function is called by the ArgumentName, then True is "
"returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3148798.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104000.xhp#par_id3148798.9.help.te"
"xt\n"
"See also \\<link href=\\\"text/sbasic/guide/sample_code.xhp\\\" "
"name=\\\"Examples\\\"\\>Examples\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#tit.help.text
msgid "Optional (in Function Statement) [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#bm_id3149205.help.text
msgid "\\<bookmark_value\\>Optional function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#hd_id3149205.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104100.xhp\\\" name=\\\"Optional (in "
"Function Statement) [Runtime]\\\"\\>Optional (in Function Statement) "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3143267.2.help.text
msgid ""
"Allows you to define parameters that are passed to a function as optional."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3155419.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03104000.xhp\\\" "
"name=\\\"IsMissing\\\"\\>IsMissing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#hd_id3153824.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104100.xhp#hd_id3153824.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3159157.5.help.text
msgid "Function MyFunction(Text1 As String, Optional Arg2, Optional Arg3)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#hd_id3145610.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104100.xhp#hd_id3145610.7.help.tex"
"t\n"
"Examples:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3154347.8.help.text
msgid ""
"Result = MyFunction(\"Here\", 1, \"There\") ' all arguments are passed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3146795.9.help.text
msgid "Result = MyFunction(\"Test\", ,1) ' second argument is missing."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3153897.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104100.xhp#par_id3153897.10.help.t"
"ext\n"
"See also \\<link href=\\\"text/sbasic/guide/sample_code.xhp\\\" "
"name=\\\"Examples\\\"\\>Examples\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#tit.help.text
msgid "Array Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#bm_id3150499.help.text
msgid "\\<bookmark_value\\>Array function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3150499.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104200.xhp\\\" name=\\\"Array Function "
"[Runtime]\\\"\\>Array Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3155555.2.help.text
msgid "Returns the type Variant with a data field."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3148538.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3148538.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3153126.4.help.text
msgid "Array ( Argument list)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3155419.5.help.text
msgid ""
"See also \\<link href=\\\"text/sbasic/shared/03104300.xhp\\\" "
"name=\\\"DimArray\\\"\\>DimArray\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3150669.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3150669.6.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3145609.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3145609.7.help.te"
"xt\n"
"\\<emph\\>Argument list:\\</emph\\> A list of any number of arguments that "
"are separated by commas."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3156343.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104200.xhp#hd_id3156343.8.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3153897.9.help.text
msgid "Dim A As Variant"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3153525.10.help.text
msgid "A = Array(\"Fred\",\"Tom\",\"Bill\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104200.xhp#par_id3150792.11.help.text
msgid "Msgbox A(2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#tit.help.text
msgid "DimArray Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>DimArray function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104300.xhp\\\" name=\\\"DimArray "
"Function [Runtime]\\\"\\>DimArray Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3153527.2.help.text
msgid "Returns a Variant array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3149762.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3149762.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3148473.4.help.text
msgid "DimArray ( Argument list)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3154142.5.help.text
msgid ""
"See also \\<link href=\\\"text/sbasic/shared/03104200.xhp\\\" "
"name=\\\"Array\\\"\\>Array\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3156023.6.help.text
msgid ""
"If no parameters are passed, an empty array is created (like Dim A() that is "
"the same as a sequence of length 0 in Uno). If parameters are specified, a "
"dimension is created for each parameter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3154760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3154760.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3159414.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3159414.8.help.te"
"xt\n"
"\\<emph\\>Argument list:\\</emph\\> A list of any number of arguments that "
"are separated by commas."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3150358.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104300.xhp#hd_id3150358.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104300.xhp#par_id3154939.10.help.text
msgid "DimArray( 2, 2, 4 ) is the same as DIM a( 2, 2, 4 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#tit.help.text
msgid "HasUnoInterfaces Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#bm_id3149987.help.text
msgid "\\<bookmark_value\\>HasUnoInterfaces function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3149987.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104400.xhp\\\" "
"name=\\\"HasUnoInterfaces Function [Runtime]\\\"\\>HasUnoInterfaces Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3151262.2.help.text
msgid "Tests if a Basic Uno object supports certain Uno interfaces."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3154232.3.help.text
msgid ""
"Returns True, if \\<emph\\>all\\</emph\\> stated Uno interfaces are "
"supported, otherwise False is returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3150040.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3150040.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3155555.5.help.text
msgid ""
"HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3153345.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3153345.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3148538.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3148538.7.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3159157.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3159157.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3155419.9.help.text
msgid ""
"\\<emph\\>oTest:\\</emph\\> the Basic Uno object that you want to test."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3149236.10.help.text
msgid "\\<emph\\>Uno-Interface-Name:\\</emph\\> list of Uno interface names."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3147574.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104400.xhp#hd_id3147574.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104400.xhp#par_id3149580.12.help.text
msgid ""
"bHas = HasUnoInterfaces( oTest, \"com.sun.star.beans.XIntrospection\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#tit.help.text
msgid "Keyboard Shortcuts in the Basic IDE"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#bm_id3154760.help.text
msgid ""
"\\<bookmark_value\\>keyboard;in "
"IDE\\</bookmark_value\\>\\<bookmark_value\\>shortcut keys;Basic "
"IDE\\</bookmark_value\\>\\<bookmark_value\\>IDE;keyboard "
"shortcuts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#hd_id3154760.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/keys.xhp\\\" name=\\\"Keyboard Shortcuts "
"in the Basic IDE\\\"\\>Keyboard Shortcuts in the Basic IDE\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3149655.2.help.text
msgid "In the Basic IDE you can use the following keyboard shortcuts:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154908.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154908.3.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3153192.4.help.text
msgid "Keyboard shortcut"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3159254.5.help.text
msgid ""
"Run code starting from the first line, or from the current breakpoint, if "
"the program stopped there before"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3163712.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3163712.6.help.text\n"
"F5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3150010.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3150010.7.help.text\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154319.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154319.8.help.text\n"
"Shift+F5"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3151073.11.help.text
msgid ""
"Add \\<link href=\\\"text/sbasic/shared/01050100.xhp\\\" "
"name=\\\"watch\\\"\\>watch\\</link\\> for the variable at the cursor"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154731.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154731.12.help.text\n"
"F7"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3148455.13.help.text
msgid ""
"Single step through each statement, starting at the first line or at that "
"statement where the program execution stopped before."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3150716.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3150716.14.help.text\n"
"F8"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3156275.15.help.text
msgid ""
"Single step as with F8, but a function call is considered to be only "
"\\<emph\\>one\\</emph\\> statement"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3153764.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3153764.16.help.text\n"
"Shift+F8"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3150323.17.help.text
msgid ""
"Set or remove a \\<link href=\\\"text/sbasic/shared/01030300.xhp\\\" "
"name=\\\"breakpoint\\\"\\>breakpoint\\</link\\> at the current line or all "
"breakpoints in the current selection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3147339.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3147339.18.help.text\n"
"F9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3153963.19.help.text
msgid ""
"Enable/disable the breakpoint at the current line or all breakpoints in the "
"current selection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3155175.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3155175.20.help.text\n"
"Shift+F9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/keys.xhp#par_id3154702.21.help.text
msgid ""
"A running macro can be aborted with Shift+Ctrl+Q, also from outside of the "
"Basic IDE. If you are inside the Basic IDE and the macro halts at a "
"breakpoint, Shift+Ctrl+Q stops execution of the macro, but you can recognize "
"this only after the next F5, F8, or Shift+F8."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#tit.help.text
msgid "IsUnoStruct Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#bm_id3146117.help.text
msgid "\\<bookmark_value\\>IsUnoStruct function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3146117.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104500.xhp\\\" name=\\\"IsUnoStruct "
"Function [Runtime]\\\"\\>IsUnoStruct Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_id3146957.2.help.text
msgid "Returns True if the given object is a Uno struct."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3148538.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3148538.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_id3155341.4.help.text
msgid "IsUnoStruct( Uno type )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3148473.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3148473.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_id3145315.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#par_id3145315.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3145609.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3145609.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_id3148947.8.help.text
msgid "Uno type : A UnoObject"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3156343.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#hd_id3156343.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10632.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10632.help.text\n"
"Sub Main"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10635.help.text
msgid "Dim bIsStruct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10638.help.text
msgid "' Instantiate a service"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN1063B.help.text
msgid "Dim oSimpleFileAccess"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN1063E.help.text
msgid ""
"oSimpleFileAccess = CreateUnoService( \"com.sun.star.ucb.SimpleFileAccess\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10641.help.text
msgid "bIsStruct = IsUnoStruct( oSimpleFileAccess )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10644.help.text
msgid ""
"MsgBox bIsStruct ' Displays False because oSimpleFileAccess is NO struct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10649.help.text
msgid "' Instantiate a Property struct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN1064D.help.text
msgid "Dim aProperty As New com.sun.star.beans.Property"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10650.help.text
msgid "bIsStruct = IsUnoStruct( aProperty )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10653.help.text
msgid "MsgBox bIsStruct ' Displays True because aProperty is a struct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10658.help.text
msgid "bIsStruct = IsUnoStruct( 42 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN1065B.help.text
msgid "MsgBox bIsStruct ' Displays False because 42 is NO struct"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10660.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104500.xhp#par_idN10660.help.text\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#tit.help.text
msgid "EqualUnoObjects Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#bm_id3149205.help.text
msgid "\\<bookmark_value\\>EqualUnoObjects function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3149205.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03104600.xhp\\\" "
"name=\\\"EqualUnoObjects Function [Runtime]\\\"\\>EqualUnoObjects Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3145090.2.help.text
msgid ""
"Returns True if the two specified Basic Uno objects represent the same Uno "
"object instance."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3148538.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3148538.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3150669.4.help.text
msgid "EqualUnoObjects( oObj1, oObj2 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3150984.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3150984.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154285.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154285.6.help.te"
"xt\n"
"Bool"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3145315.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104600.xhp#hd_id3145315.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3156024.8.help.text
msgid "// Copy of objects -> same instance"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154923.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154923.9.help.te"
"xt\n"
"oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3147559.10.help.text
msgid "oIntro2 = oIntrospection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3150541.11.help.text
msgid "print EqualUnoObjects( oIntrospection, oIntro2 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3153525.12.help.text
msgid "// Copy of structs as value -> new instance"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154366.13.help.text
msgid "Dim Struct1 as new com.sun.star.beans.Property"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154348.14.help.text
msgid "Struct2 = Struct1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03104600.xhp#par_id3154125.15.help.text
msgid "print EqualUnoObjects( Struct1, Struct2 )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/03110000.xhp#tit.help.text\n"
"Comparison Operators"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110000.xhp#hd_id3155555.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03110000.xhp\\\" name=\\\"Comparison "
"Operators\\\"\\>Comparison Operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110000.xhp#par_id3153528.2.help.text
msgid "The available comparison operators are described here."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#tit.help.text
msgid "Comparison Operators [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#bm_id3150682.help.text
msgid ""
"\\<bookmark_value\\>comparisons operators;%PRODUCTNAME "
"Basic\\</bookmark_value"
"\\>\\<bookmark_value\\>operators;comparisons\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3150682.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03110100.xhp\\\" name=\\\"Comparison "
"Operators [Runtime]\\\"\\>Comparison Operators [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3156042.2.help.text
msgid ""
"Comparison operators compare two expressions. The result is returned as a "
"Boolean expression that determines if the comparison is True (-1) or False "
"(0)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3147291.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3147291.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3149177.4.help.text
msgid "Result = Expression1 { = | < | > | <= | >= } Expression2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3145316.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3145316.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3147573.6.help.text
msgid ""
"\\<emph\\>Result:\\</emph\\> Boolean expression that specifies the result of "
"the comparison (True, or False)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3148686.7.help.text
msgid ""
"\\<emph\\>Expression1, Expression2:\\</emph\\> Any numeric values or strings "
"that you want to compare."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3147531.8.help.text
msgid "Comparison operators"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3147265.9.help.text
msgid "= : Equal to"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3154924.10.help.text
msgid "< : Less than"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3146795.11.help.text
msgid "> : Greater than"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3150541.12.help.text
msgid "<= : Less than or equal to"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3150400.13.help.text
msgid ">= : Greater than or equal to"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3148797.14.help.text
msgid "<> : Not equal to"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3154686.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#hd_id3154686.15.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3153969.16.help.text
msgid "Sub ExampleUnequal"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3159151.17.help.text
msgid "DIM sFile As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3154909.18.help.text
msgid "DIM sRoot As String REM ' Root directory for file in and output"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3150767.19.help.text
msgid "sRoot = \"c:\\\\\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3154125.20.help.text
msgid "sFile = Dir$( sRoot ,22)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3150440.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3150440.21.help.t"
"ext\n"
"If sFile <> \"\" Then"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3147288.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3147288.22.help.t"
"ext\n"
"Do"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3150010.23.help.text
msgid "Msgbox sFile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3153727.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3153727.24.help.t"
"ext\n"
"sFile = Dir$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3149664.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3149664.25.help.t"
"ext\n"
"Loop Until sFile = \"\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3146986.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3146986.26.help.t"
"ext\n"
"End If"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3153952.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03110100.xhp#par_id3153952.27.help.t"
"ext\n"
"End sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/03120000.xhp#tit.help.text\n"
"Strings"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120000.xhp#hd_id3156153.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120000.xhp\\\" "
"name=\\\"Strings\\\"\\>Strings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120000.xhp#par_id3159176.2.help.text
msgid "The following functions and statements validate and return strings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120000.xhp#par_id3154285.3.help.text
msgid "You can use strings to edit text within $[officename] Basic programs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120100.xhp#tit.help.text
msgid "ASCII/ANSI Conversion in Strings"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120100.xhp#hd_id3147443.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120100.xhp\\\" name=\\\"ASCII/ANSI "
"Conversion in Strings\\\"\\>ASCII/ANSI Conversion in Strings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120100.xhp#par_id3159201.2.help.text
msgid ""
"The following functions convert strings to and from ASCII or ANSI code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#tit.help.text
msgid "Asc Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#bm_id3150499.help.text
msgid "\\<bookmark_value\\>Asc function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3150499.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120101.xhp\\\" name=\\\"Asc Function "
"[Runtime]\\\"\\>Asc Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3151384.2.help.text
msgid ""
"Returns the ASCII (American Standard Code for Information Interchange) value "
"of the first character in a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3155555.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3155555.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3143267.4.help.text
msgid "Asc (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3147242.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3147242.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3150669.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3150669.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3148473.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3148473.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3149415.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any valid string expression. Only the first "
"character in the string is relevant."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3145609.9.help.text
msgid ""
"Use the Asc function to replace keys with values. If the Asc function "
"encounters a blank string, $[officename] Basic reports a run-time error. In "
"addition to 7 bit ASCII characters (Codes 0-127), the ASCII function can "
"also detect non-printable key codes in ASCII code. This function can also "
"handle 16 bit unicode characters."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3159413.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120101.xhp#hd_id3159413.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3149457.11.help.text
msgid "Sub ExampleASC"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3150792.12.help.text
msgid "Print ASC(\"A\") REM returns 65"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3148797.13.help.text
msgid "Print ASC(\"Z\") REM returns 90"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3163800.14.help.text
msgid ""
"Print ASC(\"Las Vegas\") REM returns 76, since only the first character is "
"taken into account"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3148674.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120101.xhp#par_id3148674.15.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120101.xhp#par_idN1067B.help.text
msgid "\\<link href=\\\"text/sbasic/shared/03120102.xhp\\\"\\>CHR\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#tit.help.text
msgid "Chr Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#bm_id3149205.help.text
msgid "\\<bookmark_value\\>Chr function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3149205.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120102.xhp\\\" name=\\\"Chr Function "
"[Runtime]\\\"\\>Chr Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3153311.2.help.text
msgid ""
"Returns the character that corresponds to the specified character code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3149514.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3149514.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3150669.4.help.text
msgid "Chr(Expression As Integer)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3143228.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3143228.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3153824.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3153824.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3148944.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3148944.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3149295.8.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Numeric variables that represent a valid 8 "
"bit ASCII value (0-255) or a 16 bit Unicode value."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3159414.9.help.text
msgid ""
"Use the \\<emph\\>Chr$\\</emph\\> function to send special control sequences "
"to a printer or to another output source. You can also use it to insert "
"quotation marks in a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3154366.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120102.xhp#hd_id3154366.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3144502.11.help.text
msgid "sub ExampleChr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3154909.12.help.text
msgid ""
"REM This example inserts quotation marks (ASCII value 34) in a string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3151380.13.help.text
msgid "MsgBox \"A \"+ Chr$(34)+\"short\" + Chr$(34)+\" trip.\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3145174.14.help.text
msgid "REM The printout appears in the dialog as: A \"short\" trip."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3154685.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120102.xhp#par_id3154685.15.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120102.xhp#par_idN10668.help.text
msgid "\\<link href=\\\"text/sbasic/shared/03120101.xhp\\\"\\>ASC\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#tit.help.text
msgid "Str Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#bm_id3143272.help.text
msgid "\\<bookmark_value\\>Str function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3143272.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120103.xhp\\\" name=\\\"Str Function "
"[Runtime]\\\"\\>Str Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3155100.2.help.text
msgid "Converts a numeric expression into a string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3109850.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3109850.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3149497.4.help.text
msgid "Str (Expression)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3150040.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3150040.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3146117.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3146117.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3155805.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3155805.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3149178.8.help.text
msgid "\\<emph\\>Expression: \\</emph\\>Any numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3146958.9.help.text
msgid ""
"The \\<emph\\>Str\\</emph\\> function converts a numeric variable, or the "
"result of a calculation into a string. Negative numbers are preceded by a "
"minus sign. Positive numbers are preceded by a space (instead of the plus "
"sign)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3155419.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#hd_id3155419.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3149514.11.help.text
msgid "Sub ExampleStr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3150771.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3150771.12.help.t"
"ext\n"
"Dim iVar As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3153626.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3153626.13.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3145069.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3145069.14.help.t"
"ext\n"
"iVar = 123.123"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3153897.15.help.text
msgid "sVar = LTrim(Str(iVar))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3154924.16.help.text
msgid "Msgbox sVar & chr(13) & Str(iVar)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3152811.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120103.xhp#par_id3152811.17.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#tit.help.text
msgid "Val Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#bm_id3149205.help.text
msgid "\\<bookmark_value\\>Val function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3149205.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120104.xhp\\\" name=\\\"Val Function "
"[Runtime]\\\"\\>Val Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3153345.2.help.text
msgid "Converts a string to a numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3159157.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3159157.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3149514.4.help.text
msgid "Val (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3150669.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3150669.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3143228.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3143228.6.help.te"
"xt\n"
"Double"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3156024.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3156024.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3154348.8.help.text
msgid "\\<emph\\>Text:\\</emph\\> String that represents a number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3149670.9.help.text
msgid ""
"Using the Val function, you can convert a string that represents numbers "
"into numeric expressions. This is the inverse of the "
"\\<emph\\>Str\\</emph\\> function. If only part of the string contains "
"numbers, only the first appropriate characters of the string are converted. "
"If the string does not contain any numbers, the \\<emph\\>Val\\</emph\\> "
"function returns the value 0."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3154365.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120104.xhp#hd_id3154365.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3151177.11.help.text
msgid "Sub ExampleVal"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3159150.12.help.text
msgid "msgbox Val(\"123.123\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3154126.13.help.text
msgid "msgbox Val(\"A123.123\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3147229.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120104.xhp#par_id3147229.14.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#tit.help.text
msgid "CByte Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#bm_id3156027.help.text
msgid "\\<bookmark_value\\>CByte function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120105.xhp\\\" name=\\\"CByte Function "
"[Runtime]\\\"\\>CByte Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#par_id3143267.2.help.text
msgid "Converts a string or a numeric expression to the type Byte."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3149811.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3149811.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#par_id3147573.4.help.text
msgid "Cbyte( expression )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3145315.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3145315.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#par_id3148473.6.help.text
msgid "Byte"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3147530.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120105.xhp#hd_id3147530.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120105.xhp#par_id3145068.8.help.text
msgid "\\<emph\\>Expression:\\</emph\\> A string or a numeric expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120200.xhp#tit.help.text
msgid "Repeating Contents"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120200.xhp#hd_id3152363.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120200.xhp\\\" name=\\\"Repeating "
"Contents\\\"\\>Repeating Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120200.xhp#par_id3150178.2.help.text
msgid "The following functions repeat the contents of strings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#tit.help.text
msgid "Space Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#bm_id3150499.help.text
msgid "\\<bookmark_value\\>Space function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3150499.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120201.xhp\\\" name=\\\"Space Function "
"[Runtime]\\\"\\>Space Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3154927.2.help.text
msgid "Returns a string that consists of a specified amount of spaces."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3153394.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3153394.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3143267.4.help.text
msgid "Space (n As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3147242.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3147242.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3149233.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3149233.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3156152.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3156152.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3143228.8.help.text
msgid ""
"\\<emph\\>n:\\</emph\\> Numeric expression that defines the number of spaces "
"in the string. The maximum allowed value of n is 65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3154760.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#hd_id3154760.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3147560.10.help.text
msgid "Sub ExampleSpace"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3149670.11.help.text
msgid "Dim sText As String,sOut As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3154938.12.help.text
msgid "DIm iLen As Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3153525.13.help.text
msgid "iLen = 10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3151211.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3151211.14.help.t"
"ext\n"
"sText = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3156282.15.help.text
msgid "sOut = sText & Space(iLen) & sText & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3144760.16.help.text
msgid "sText & Space(iLen*2) & sText & Chr(13) &_"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3159149.17.help.text
msgid "sText & Space(iLen*4) & sText & Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3154216.18.help.text
msgid "msgBox sOut,0,\"Info:\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3158409.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120201.xhp#par_id3158409.19.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#tit.help.text
msgid "String Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#bm_id3147291.help.text
msgid "\\<bookmark_value\\>String function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3147291.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120202.xhp\\\" name=\\\"String "
"Function [Runtime]\\\"\\>String Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3147242.2.help.text
msgid ""
"Creates a string according to the specified character, or the first "
"character of a string expression that is passed to the function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3149516.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3149516.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3149233.4.help.text
msgid "String (n As Long, {expression As Integer | character As String})"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3143270.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3143270.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3147530.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3147530.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3154923.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3154923.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3154347.8.help.text
msgid ""
"\\<emph\\>n:\\</emph\\> Numeric expression that indicates the number of "
"characters to return in the string. The maximum allowed value of n is 65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3148664.9.help.text
msgid ""
"\\<emph\\>Expression:\\</emph\\> Numeric expression that defines the ASCII "
"code for the character."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3150359.10.help.text
msgid ""
"\\<emph\\>Character:\\</emph\\> Any single character used to build the "
"return string, or any string of which only the first character will be used."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3152920.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#hd_id3152920.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3149203.12.help.text
msgid "Sub ExampleString"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3154124.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3154124.13.help.t"
"ext\n"
"Dim sText as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3147230.15.help.text
msgid "sText = String(10,\"A\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3153970.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3153970.16.help.t"
"ext\n"
"Msgbox sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3145785.18.help.text
msgid "sText = String(10,65)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3147288.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3147288.19.help.t"
"ext\n"
"Msgbox sText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3153138.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120202.xhp#par_id3153138.24.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120300.xhp#tit.help.text
msgid "Editing String Contents"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120300.xhp#hd_id3153894.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120300.xhp\\\" name=\\\"Editing String "
"Contents\\\"\\>Editing String Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120300.xhp#par_id3149178.2.help.text
msgid ""
"The following functions edit, format, and align the contents of strings. Use "
"the & operator to concatenate strings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#tit.help.text
msgid "Format Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#bm_id3153539.help.text
msgid "\\<bookmark_value\\>Format function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3153539.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120301.xhp\\\" name=\\\"Format "
"Function [Runtime]\\\"\\>Format Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3156042.2.help.text
msgid ""
"Converts a number to a string, and then formats it according to the format "
"that you specify."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3145090.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3145090.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153527.5.help.text
msgid "Format (Number [, Format As String])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3149178.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3149178.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3148474.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3148474.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3159176.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3159176.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3149415.9.help.text
msgid ""
"\\<emph\\>Number:\\</emph\\> Numeric expression that you want to convert to "
"a formatted string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3147531.10.help.text
msgid ""
"\\<emph\\>Format:\\</emph\\> String that specifies the format code for the "
"number. If \\<emph\\>Format\\</emph\\> is omitted, the Format function works "
"like the \\<emph\\>Str\\</emph\\> function."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3147561.47.help.text
msgid "Formatting Codes"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3147265.11.help.text
msgid ""
"The following list describes the codes that you can use for formatting a "
"number:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153380.12.help.text
msgid ""
"\\<emph\\>0:\\</emph\\> If \\<emph\\>Number\\</emph\\> has a digit at the "
"position of the 0 in the format code, the digit is displayed, otherwise a "
"zero is displayed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3151210.13.help.text
msgid ""
"If \\<emph\\>Number\\</emph\\> has fewer digits than the number of zeros in "
"the format code, (on either side of the decimal), leading or trailing zeros "
"are displayed. If the number has more digits to the left of the decimal "
"separator than the amount of zeros in the format code, the additional digits "
"are displayed without formatting."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3151176.14.help.text
msgid ""
"Decimal places in the number are rounded according to the number of zeros "
"that appear after the decimal separator in the \\<emph\\>Format "
"\\</emph\\>code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3154123.15.help.text
msgid ""
"\\<emph\\>#:\\</emph\\> If \\<emph\\>Number\\</emph\\> contains a digit at "
"the position of the # placeholder in the \\<emph\\>Format\\</emph\\> code, "
"the digit is displayed, otherwise nothing is displayed at this position."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3148452.16.help.text
msgid ""
"This symbol works like the 0, except that leading or trailing zeroes are not "
"displayed if there are more # characters in the format code than digits in "
"the number. Only the relevant digits of the number are displayed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3159150.17.help.text
msgid ""
"\\<emph\\>.:\\</emph\\> The decimal placeholder determines the number of "
"decimal places to the left and right of the decimal separator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3159252.18.help.text
msgid ""
"If the format code contains only # placeholders to the left of this symbol, "
"numbers less than 1 begin with a decimal separator. To always display a "
"leading zero with fractional numbers, use 0 as a placeholder for the first "
"digit to the left of the decimal separator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153368.19.help.text
msgid ""
"\\<emph\\>%:\\</emph\\> Multiplies the number by 100 and inserts the percent "
"sign (%) where the number appears in the format code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3149481.20.help.text
msgid ""
"\\<emph\\>E- E+ e- e+ :\\</emph\\> If the format code contains at least one "
"digit placeholder (0 or #) to the right of the symbol E-, E+, e-, or e+, the "
"number is formatted in the scientific or exponential format. The letter E or "
"e is inserted between the number and the exponent. The number of "
"placeholders for digits to the right of the symbol determines the number of "
"digits in the exponent."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3149262.21.help.text
msgid ""
"If the exponent is negative, a minus sign is displayed directly before an "
"exponent with E-, E+, e-, e+. If the exponent is positive, a plus sign is "
"only displayed before exponents with E+ or e+."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3148617.23.help.text
msgid ""
"The thousands delimiter is displayed if the format code contains the "
"delimiter enclosed by digit placeholders (0 or #)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3163713.29.help.text
msgid ""
"The use of a period as a thousands and decimal separator is dependent on the "
"regional setting. When you enter a number directly in Basic source code, "
"always use a period as decimal delimiter. The actual character displayed as "
"a decimal separator depends on the number format in your system settings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3152887.24.help.text
msgid ""
"\\<emph\\>- + $ ( ) space:\\</emph\\> A plus (+), minus (-), dollar ($), "
"space, or brackets entered directly in the format code is displayed as a "
"literal character."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3148576.25.help.text
msgid ""
"To display characters other than the ones listed here, you must precede it "
"by a backslash (\\\\), or enclose it in quotation marks (\" \")."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153139.26.help.text
msgid "\\\\ : The backslash displays the next character in the format code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153366.27.help.text
msgid ""
"Characters in the format code that have a special meaning can only be "
"displayed as literal characters if they are preceded by a backslash. The "
"backslash itself is not displayed, unless you enter a double backslash "
"(\\\\\\\\) in the format code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3155411.28.help.text
msgid ""
"Characters that must be preceded by a backslash in the format code in order "
"to be displayed as literal characters are date- and time-formatting "
"characters (a, c, d, h, m, n, p, q, s, t, w, y, /, :), numeric-formatting "
"characters (#, 0, %, E, e, comma, period), and string-formatting characters "
"(@, &, <, >, !)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3145749.30.help.text
msgid ""
"You can also use the following predefined number formats. Except for "
"\"General Number\", all of the predefined format codes return the number as "
"a decimal number with two decimal places."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3150113.31.help.text
msgid ""
"If you use predefined formats, the name of the format must be enclosed in "
"quotation marks."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3149377.32.help.text
msgid "Predefined format"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3154730.33.help.text
msgid ""
"\\<emph\\>General Number:\\</emph\\> Numbers are displayed as entered."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153158.34.help.text
msgid ""
"\\<emph\\>Currency:\\</emph\\> Inserts a dollar sign in front of the number "
"and encloses negative numbers in brackets."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3154490.35.help.text
msgid ""
"\\<emph\\>Fixed:\\</emph\\> Displays at least one digit in front of the "
"decimal separator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153415.36.help.text
msgid ""
"\\<emph\\>Standard:\\</emph\\> Displays numbers with a thousands separator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3150715.37.help.text
msgid ""
"\\<emph\\>Percent:\\</emph\\> Multiplies the number by 100 and appends a "
"percent sign to the number."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153836.38.help.text
msgid ""
"\\<emph\\>Scientific:\\</emph\\> Displays numbers in scientific format (for "
"example, 1.00E+03 for 1000)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3153707.39.help.text
msgid ""
"A format code can be divided into three sections that are separated by "
"semicolons. The first part defines the format for positive values, the "
"second part for negative values, and the third part for zero. If you only "
"specify one format code, it applies to all numbers."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3149019.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120301.xhp#hd_id3149019.40.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3156054.41.help.text
msgid "Sub ExampleFormat"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3148993.42.help.text
msgid "MsgBox Format(6328.2, \"##,##0.00\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_idN107A2.help.text
msgid ""
"REM always use a period as decimal delimiter when you enter numbers in Basic "
"source code."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3147339.46.help.text
msgid ""
"REM displays for example 6,328.20 in English locale, 6.328,20 in German "
"locale."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3156382.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120301.xhp#par_id3156382.43.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#tit.help.text
msgid "LCase Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#bm_id3152363.help.text
msgid "\\<bookmark_value\\>LCase function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3152363.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120302.xhp\\\" name=\\\"LCase Function "
"[Runtime]\\\"\\>LCase Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3145609.2.help.text
msgid "Converts all uppercase letters in a string to lowercase."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3154347.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03120310.xhp\\\" "
"name=\\\"UCase\\\"\\>UCase\\</link\\> Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3149456.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3149456.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3150791.5.help.text
msgid "LCase (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3154940.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3154940.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3144760.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3144760.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3151043.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3151043.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3153193.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3153193.9.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression that you want to convert."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3148451.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#hd_id3148451.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3149203.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3149203.11.help.t"
"ext\n"
"Sub ExampleLUCase"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3150440.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3150440.12.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3153367.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3153367.13.help.t"
"ext\n"
"sVar = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3146121.14.help.text
msgid "Print LCase(sVar) REM Returns \"las vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3146986.15.help.text
msgid "Print UCase(sVar) REM Returns \"LAS VEGAS\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3153575.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120302.xhp#par_id3153575.16.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#tit.help.text
msgid "Left Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#bm_id3149346.help.text
msgid "\\<bookmark_value\\>Left function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3149346.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120303.xhp\\\" name=\\\"Left Function "
"[Runtime]\\\"\\>Left Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3147242.2.help.text
msgid ""
"Returns the number of leftmost characters that you specify of a string "
"expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3156153.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3156153.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3150771.4.help.text
msgid "Left (Text As String, n As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3153824.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3153824.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3147530.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3147530.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3148946.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3148946.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3148552.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that you want to return the "
"leftmost characters from."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3149456.9.help.text
msgid ""
"\\<emph\\>n:\\</emph\\> Numeric expression that specifies the number of "
"characters that you want to return. If \\<emph\\>n\\</emph\\> = 0, a zero-"
"length string is returned. The maximum allowed value is 65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3150791.10.help.text
msgid ""
"The following example converts a date in YYYY.MM.DD format to MM/DD/YYYY "
"format."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3125863.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#hd_id3125863.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3144761.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3144761.12.help.t"
"ext\n"
"Sub ExampleUSDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3153194.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3153194.13.help.t"
"ext\n"
"Dim sInput As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3154217.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3154217.14.help.t"
"ext\n"
"Dim sUS_date As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3150448.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3150448.15.help.t"
"ext\n"
"sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-"
"DD'\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3149203.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3149203.16.help.t"
"ext\n"
"sUS_date = Mid(sInput, 6, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3150439.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3150439.17.help.t"
"ext\n"
"sUS_date = sUS_date & \"/\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3153770.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3153770.18.help.t"
"ext\n"
"sUS_date = sUS_date & Right(sInput, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3161833.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3161833.19.help.t"
"ext\n"
"sUS_date = sUS_date & \"/\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3147215.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3147215.20.help.t"
"ext\n"
"sUS_date = sUS_date & Left(sInput, 4)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3149666.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3149666.21.help.t"
"ext\n"
"MsgBox sUS_date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3153138.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120303.xhp#par_id3153138.22.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#tit.help.text
msgid "LSet Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#bm_id3143268.help.text
msgid "\\<bookmark_value\\>LSet statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3143268.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120304.xhp\\\" name=\\\"LSet Statement "
"[Runtime]\\\"\\>LSet Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3155419.2.help.text
msgid ""
"Aligns a string to the left of a string variable, or copies a variable of a "
"user-defined type to another variable of a different user-defined type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3145317.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3145317.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150984.4.help.text
msgid "LSet Var As String = Text or LSet Var1 = Var2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3143271.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3143271.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3145610.6.help.text
msgid ""
"\\<emph\\>Var:\\</emph\\> Any String variable that contains the string that "
"you want align to the left."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3154346.7.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> String that you want to align to the left of the "
"string variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3151054.8.help.text
msgid ""
"\\<emph\\>Var1:\\</emph\\> Name of the user-defined type variable that you "
"want to copy to."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153361.9.help.text
msgid ""
"\\<emph\\>Var2:\\</emph\\> Name of the user-defined type variable that you "
"want to copy from."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3154686.10.help.text
msgid ""
"If the string is shorter than the string variable, \\<emph\\>LSet\\</emph\\> "
"left-aligns the string within the string variable. Any remaining positions "
"in the string variable are replaced by spaces. If the string is longer than "
"the string variable, only the leftmost characters up to the length of the "
"string variable are copied. With the \\<emph\\>LSet\\</emph\\> statement, "
"you can also copy a user-defined type variable to another variable of the "
"same type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3156282.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#hd_id3156282.11.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153193.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153193.12.help.t"
"ext\n"
"Sub ExampleRLSet"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150768.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150768.13.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150447.14.help.text
msgid "Dim sExpr As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3149561.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3149561.16.help.t"
"ext\n"
"sVar = String(40,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153768.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153768.17.help.t"
"ext\n"
"sExpr = \"SBX\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3152940.18.help.text
msgid "REM Align \"SBX\" within the 40-character reference string"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3148647.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3148647.19.help.t"
"ext\n"
"REM Replace asterisks with spaces"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3146119.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3146119.20.help.t"
"ext\n"
"RSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153365.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3153365.21.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3149260.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3149260.23.help.t"
"ext\n"
"sVar = String(5,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3147436.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3147436.24.help.t"
"ext\n"
"sExpr = \"123457896\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3146923.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3146923.25.help.t"
"ext\n"
"RSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3151114.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3151114.26.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3155855.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3155855.28.help.t"
"ext\n"
"sVar = String(40,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3145253.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3145253.29.help.t"
"ext\n"
"sExpr = \"SBX\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3151075.30.help.text
msgid "REM Left-align \"SBX\" within the 40-character reference string"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3147126.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3147126.31.help.t"
"ext\n"
"LSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3154792.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3154792.32.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3154942.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3154942.34.help.t"
"ext\n"
"sVar = String(5,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3155603.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3155603.35.help.t"
"ext\n"
"sExpr = \"123456789\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150716.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150716.36.help.t"
"ext\n"
"LSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3146969.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3146969.37.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150749.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120304.xhp#par_id3150749.38.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#tit.help.text
msgid "LTrim Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#bm_id3147574.help.text
msgid "\\<bookmark_value\\>LTrim function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3147574.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120305.xhp\\\" name=\\\"LTrim Function "
"[Runtime]\\\"\\>LTrim Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3145316.2.help.text
msgid "Removes all leading spaces at the start of a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3154924.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3154924.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3148552.4.help.text
msgid "LTrim (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3156344.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3156344.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3151056.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3151056.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3150543.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3150543.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3150792.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3150792.8.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3125863.9.help.text
msgid ""
"Use this function to remove spaces at the beginning of a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3145419.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#hd_id3145419.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3154909.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3154909.11.help.t"
"ext\n"
"Sub ExampleSpaces"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3150768.12.help.text
msgid "Dim sText2 As String,sText As String,sOut As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3149204.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3149204.13.help.t"
"ext\n"
"sText2 = \" <*Las Vegas*> \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3159252.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3159252.15.help.t"
"ext\n"
"sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3147350.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3147350.16.help.t"
"ext\n"
"sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3153951.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3153951.17.help.t"
"ext\n"
"sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3153363.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3153363.18.help.t"
"ext\n"
"sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3159154.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3159154.19.help.t"
"ext\n"
"sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3154322.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3154322.20.help.t"
"ext\n"
"sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3146924.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3146924.21.help.t"
"ext\n"
"sOut = sOut +\"'\"+ sText +\"'\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3156444.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3156444.22.help.t"
"ext\n"
"MsgBox sOut"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3147318.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120305.xhp#par_id3147318.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#tit.help.text
msgid "Mid Function, Mid Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#bm_id3143268.help.text
msgid ""
"\\<bookmark_value\\>Mid function\\</bookmark_value\\>\\<bookmark_value\\>Mid "
"statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3143268.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120306.xhp\\\" name=\\\"Mid Function, "
"Mid Statement [Runtime]\\\"\\>Mid Function, Mid Statement "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148473.2.help.text
msgid ""
"Returns the specified portion of a string expression (\\<emph\\>Mid "
"function\\</emph\\>), or replaces the portion of a string expression with "
"another string (\\<emph\\>Mid statement\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3154285.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3154285.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3147530.4.help.text
msgid ""
"Mid (Text As String, Start As Long [, Length As Long]) or Mid (Text As "
"String, Start As Long , Length As Long, Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3145068.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3145068.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3149295.6.help.text
msgid "String (only by Function)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3154347.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3154347.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148664.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that you want to modify."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3150359.9.help.text
msgid ""
"\\<emph\\>Start: \\</emph\\>Numeric expression that indicates the character "
"position within the string where the string portion that you want to replace "
"or to return begins. The maximum allowed value is 65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148451.10.help.text
msgid ""
"\\<emph\\>Length:\\</emph\\> Numeric expression that returns the number of "
"characters that you want to replace or return. The maximum allowed value is "
"65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3125864.11.help.text
msgid ""
"If the Length parameter in the \\<emph\\>Mid function\\</emph\\> is omitted, "
"all characters in the string expression from the start position to the end "
"of the string are returned."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3144762.12.help.text
msgid ""
"If the Length parameter in the \\<emph\\>Mid statement\\</emph\\> is less "
"than the length of the text that you want to replace, the text is reduced to "
"the specified length."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3150769.13.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> The string to replace the string expression "
"(\\<emph\\>Mid statement\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3149560.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#hd_id3149560.14.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3150439.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3150439.15.help.t"
"ext\n"
"Sub ExampleUSDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3147349.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3147349.16.help.t"
"ext\n"
"Dim sInput As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3155854.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3155854.17.help.t"
"ext\n"
"Dim sUS_date As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3153189.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3153189.18.help.t"
"ext\n"
"sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-"
"DD'\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148645.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148645.19.help.t"
"ext\n"
"sUS_date = Mid(sInput, 6, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3153952.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3153952.20.help.t"
"ext\n"
"sUS_date = sUS_date & \"/\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3153364.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3153364.21.help.t"
"ext\n"
"sUS_date = sUS_date & Right(sInput, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3146975.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3146975.22.help.t"
"ext\n"
"sUS_date = sUS_date & \"/\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3149665.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3149665.23.help.t"
"ext\n"
"sUS_date = sUS_date & Left(sInput, 4)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3150011.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3150011.24.help.t"
"ext\n"
"MsgBox sUS_date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148618.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120306.xhp#par_id3148618.25.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#tit.help.text
msgid "Right Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#bm_id3153311.help.text
msgid "\\<bookmark_value\\>Right function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120307.xhp\\\" name=\\\"Right Function "
"[Runtime]\\\"\\>Right Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3150984.2.help.text
msgid "Returns the rightmost \"n\" characters of a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3149763.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03120303.xhp\\\" name=\\\"Left "
"Function\\\"\\>Left Function\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3145315.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3145315.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3153061.5.help.text
msgid "Right (Text As String, n As Long)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3145068.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3145068.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3156344.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3156344.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3146795.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3146795.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3153526.9.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression that you want to return the "
"rightmost characters of."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3151211.10.help.text
msgid ""
"\\<emph\\>n:\\</emph\\> Numeric expression that defines the number of "
"characters that you want to return. If \\<emph\\>n\\</emph\\> = 0, a zero-"
"length string is returned. The maximum allowed value is 65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3158410.11.help.text
msgid ""
"The following example converts a date in YYYY-MM-DD format to the US date "
"format (MM/DD/YYYY)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3156212.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#hd_id3156212.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3150869.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3150869.13.help.t"
"ext\n"
"Sub ExampleUSDate"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3153105.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3153105.14.help.t"
"ext\n"
"Dim sInput As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3154124.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3154124.15.help.t"
"ext\n"
"Dim sUS_date As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3159252.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3159252.16.help.t"
"ext\n"
"sInput = InputBox(\"Please input a date in the international format 'YYYY-MM-"
"DD'\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3149561.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3149561.17.help.t"
"ext\n"
"sUS_date = Mid(sInput, 6, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3146984.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3146984.18.help.t"
"ext\n"
"sUS_date = sUS_date & \"/\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3155308.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3155308.19.help.t"
"ext\n"
"sUS_date = sUS_date & Right(sInput, 2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3153727.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3153727.20.help.t"
"ext\n"
"sUS_date = sUS_date & \"/\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3145365.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3145365.21.help.t"
"ext\n"
"sUS_date = sUS_date & Left(sInput, 4)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3152940.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3152940.22.help.t"
"ext\n"
"MsgBox sUS_date"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3146120.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120307.xhp#par_id3146120.23.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#tit.help.text
msgid "RSet Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#bm_id3153345.help.text
msgid "\\<bookmark_value\\>RSet statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3153345.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120308.xhp\\\" name=\\\"RSet Statement "
"[Runtime]\\\"\\>RSet Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3150503.2.help.text
msgid ""
"Right-aligns a string within a string variable, or copies a user-defined "
"variable type into another."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3149234.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3149234.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3150669.4.help.text
msgid "RSet Text As String = Text or RSet Variable1 = Variable2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3156024.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3156024.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3148552.6.help.text
msgid "\\<emph\\>Text:\\</emph\\> Any string variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154924.7.help.text
msgid ""
"\\<emph\\>Text\\</emph\\>: String that you want to right-align in the string "
"variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149456.8.help.text
msgid ""
"\\<emph\\>Variable1:\\</emph\\> User-defined variable that is the target for "
"the copied variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153381.9.help.text
msgid ""
"\\<emph\\>Variable2:\\</emph\\> User-defined variable that you want to copy "
"to another variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154140.10.help.text
msgid ""
"If the string is shorter than the string variable, \\<emph\\>RSet\\</emph\\> "
"aligns the string to the right within the string variable. Any remaining "
"characters in the string variable are replaced with spaces. If the string is "
"longer than the string variable, characters exceeding the length of the "
"variable are truncated, and only the remaining characters are right-aligned "
"within the string variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149202.11.help.text
msgid ""
"You can also use the \\<emph\\>RSet statement\\</emph\\> to assign variables "
"of one user-defined type to another."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3151042.12.help.text
msgid ""
"The following example uses the \\<emph\\>RSet\\</emph\\> and "
"\\<emph\\>LSet\\</emph\\> statements to modify the left and right alignment "
"of a string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3154909.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#hd_id3154909.13.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154218.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154218.14.help.t"
"ext\n"
"Sub ExampleRLSet"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3147288.15.help.text
msgid "Dim sVar as string"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153367.16.help.text
msgid "Dim sExpr as string"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153952.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153952.18.help.t"
"ext\n"
"sVar = String(40,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154013.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154013.19.help.t"
"ext\n"
"sExpr = \"SBX\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3155856.20.help.text
msgid "REM Right-align \"SBX\" in a 40-character string"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3152577.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3152577.21.help.t"
"ext\n"
"REM Replace asterisks with spaces"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149260.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149260.22.help.t"
"ext\n"
"RSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3156444.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3156444.23.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3148575.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3148575.25.help.t"
"ext\n"
"sVar = String(5,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153140.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153140.26.help.t"
"ext\n"
"sExpr = \"123457896\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153144.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153144.27.help.t"
"ext\n"
"RSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3150116.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3150116.28.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154491.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154491.30.help.t"
"ext\n"
"sVar = String(40,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149412.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149412.31.help.t"
"ext\n"
"sExpr = \"SBX\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3145801.32.help.text
msgid "REM Left-align \"SBX\" in a 40-character string"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3145646.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3145646.33.help.t"
"ext\n"
"LSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154511.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154511.34.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153839.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3153839.36.help.t"
"ext\n"
"sVar = String(5,\"*\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149122.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3149122.37.help.t"
"ext\n"
"sExpr = \"123456789\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3150330.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3150330.38.help.t"
"ext\n"
"LSet sVar = sExpr"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154480.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3154480.39.help.t"
"ext\n"
"Print \">\"; sVar; \"<\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3148914.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120308.xhp#par_id3148914.40.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#tit.help.text
msgid "RTrim Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#bm_id3154286.help.text
msgid "\\<bookmark_value\\>RTrim function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3154286.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120309.xhp\\\" name=\\\"RTrim Function "
"[Runtime]\\\"\\>RTrim Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3153127.2.help.text
msgid "Deletes the spaces at the end of a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3153062.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03120305.xhp\\\" "
"name=\\\"LTrim Function\\\"\\>LTrim Function\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3154924.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3154924.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3154347.5.help.text
msgid "RTrim (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3149457.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3149457.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3153381.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3153381.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3148798.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3148798.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3151380.9.help.text
msgid "\\<emph\\>Text: \\</emph\\>Any string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3151041.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#hd_id3151041.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3148673.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3148673.11.help.t"
"ext\n"
"Sub ExampleSpaces"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3156281.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3156281.12.help.t"
"ext\n"
"Dim sText2 as String,sText as String,sOut as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3154125.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3154125.13.help.t"
"ext\n"
"sText2 = \" <*Las Vegas*> \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3155131.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3155131.15.help.t"
"ext\n"
"sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3161833.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3161833.16.help.t"
"ext\n"
"sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3147317.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3147317.17.help.t"
"ext\n"
"sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3151112.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3151112.18.help.t"
"ext\n"
"sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3149664.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3149664.19.help.t"
"ext\n"
"sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3152576.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3152576.20.help.t"
"ext\n"
"sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3153729.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3153729.21.help.t"
"ext\n"
"sOut = sOut +\"'\"+ sText +\"'\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3145749.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3145749.22.help.t"
"ext\n"
"MsgBox sOut"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3146922.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120309.xhp#par_id3146922.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#tit.help.text
msgid "UCase Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#bm_id3153527.help.text
msgid "\\<bookmark_value\\>UCase function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#hd_id3153527.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120310.xhp\\\" name=\\\"UCase Function "
"[Runtime]\\\"\\>UCase Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3155420.2.help.text
msgid "Converts lowercase characters in a string to uppercase."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3150771.3.help.text
msgid ""
"See also: \\<link href=\\\"text/sbasic/shared/03120302.xhp\\\" "
"name=\\\"LCase Function\\\"\\>LCase Function\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3149233.4.help.text
msgid "\\<emph\\>Syntax\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3153061.5.help.text
msgid "UCase (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3159414.6.help.text
msgid "\\<emph\\>Return value\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3146795.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3146795.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#hd_id3149457.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#hd_id3149457.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3150791.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3150791.9.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression that you want to convert."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#hd_id3154125.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#hd_id3154125.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3147229.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3147229.11.help.t"
"ext\n"
"Sub ExampleLUCase"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3151381.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3151381.12.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3153194.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3153194.13.help.t"
"ext\n"
"sVar = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3149204.14.help.text
msgid "Print LCase(sVar) REM returns \"las vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3156280.15.help.text
msgid "Print UCase(sVar) REM returns \"LAS VEGAS\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3156422.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120310.xhp#par_id3156422.16.help.t"
"ext\n"
"end Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#tit.help.text
msgid "Trim Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#bm_id3150616.help.text
msgid "\\<bookmark_value\\>Trim function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3150616.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120311.xhp\\\" name=\\\"Trim Function "
"[Runtime]\\\"\\>Trim Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3149177.2.help.text
msgid "Removes all leading and trailing spaces from a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3159157.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3159157.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3155341.4.help.text
msgid "Trim( Text As String )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3155388.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3155388.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3143228.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3143228.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3145609.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3145609.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3159414.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3159414.8.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3148663.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#hd_id3148663.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3150398.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3150398.11.help.t"
"ext\n"
"Sub ExampleSpaces"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3153525.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3153525.12.help.t"
"ext\n"
"Dim sText2 as String,sText as String,sOut as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3154908.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3154908.13.help.t"
"ext\n"
"sText2 = \" <*Las Vegas*> \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3144760.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3144760.15.help.t"
"ext\n"
"sOut = \"'\"+sText2 +\"'\"+ Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3151383.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3151383.16.help.t"
"ext\n"
"sText = Ltrim(sText2) REM sText = \"<*Las Vegas*> \""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3151044.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3151044.17.help.t"
"ext\n"
"sOut = sOut + \"'\"+sText +\"'\" + Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3159149.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3159149.18.help.t"
"ext\n"
"sText = Rtrim(sText2) REM sText = \" <*Las Vegas*>\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3150449.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3150449.19.help.t"
"ext\n"
"sOut = sOut +\"'\"+ sText +\"'\" + Chr(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3149562.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3149562.20.help.t"
"ext\n"
"sText = Trim(sText2) REM sText = \"<*Las Vegas*>\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3161831.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3161831.21.help.t"
"ext\n"
"sOut = sOut +\"'\"+ sText +\"'\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3146120.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3146120.22.help.t"
"ext\n"
"MsgBox sOut"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3145364.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120311.xhp#par_id3145364.23.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#tit.help.text
msgid "ConvertToURL Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#bm_id3152801.help.text
msgid "\\<bookmark_value\\>ConvertToURL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3152801.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120312.xhp\\\" name=\\\"ConvertToURL "
"Function [Runtime]\\\"\\>ConvertToURL Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3148538.2.help.text
msgid "Converts a system file name to a file URL."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3150669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3150669.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3154285.4.help.text
msgid "ConvertToURL(filename)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3150984.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3150984.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3147530.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3147530.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3148550.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3148550.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3148947.8.help.text
msgid "\\<emph\\>Filename:\\</emph\\> A file name as string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3153361.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#hd_id3153361.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3150792.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3150792.10.help.t"
"ext\n"
"systemFile$ = \"c:\\\\folder\\\\mytext.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3154365.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3154365.11.help.t"
"ext\n"
"url$ = ConvertToURL( systemFile$ )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3151042.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3151042.12.help.t"
"ext\n"
"print url$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3154909.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3154909.13.help.t"
"ext\n"
"systemFileAgain$ = ConvertFromURL( url$ )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3144762.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120312.xhp#par_id3144762.14.help.t"
"ext\n"
"print systemFileAgain$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#tit.help.text
msgid "ConvertFromURL Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#bm_id3153894.help.text
msgid "\\<bookmark_value\\>ConvertFromURL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3153894.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120313.xhp\\\" name=\\\"ConvertFromURL "
"Function [Runtime]\\\"\\>ConvertFromURL Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3147226.2.help.text
msgid "Converts a file URL to a system file name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3143267.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3143267.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3154142.4.help.text
msgid "ConvertFromURL(filename)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3159157.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3159157.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3150669.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3150669.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3143270.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3143270.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3156023.8.help.text
msgid "\\<emph\\>Filename:\\</emph\\> A file name as a string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3154760.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#hd_id3154760.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3148664.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3148664.10.help.t"
"ext\n"
"systemFile$ = \"c:\\\\folder\\\\mytext.txt\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3150541.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3150541.11.help.t"
"ext\n"
"url$ = ConvertToURL( systemFile$ )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3150792.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3150792.12.help.t"
"ext\n"
"print url$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3154367.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3154367.13.help.t"
"ext\n"
"systemFileAgain$ = ConvertFromURL( url$ )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3153194.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120313.xhp#par_id3153194.14.help.t"
"ext\n"
"print systemFileAgain$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#tit.help.text
msgid "Split Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#bm_id3156027.help.text
msgid "\\<bookmark_value\\>Split function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120314.xhp\\\" name=\\\"Split Function "
"[Runtime]\\\"\\>Split Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155805.2.help.text
msgid "Returns an array of substrings from a string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3149177.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3149177.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153824.4.help.text
msgid "Split (Text As String, delimiter, number)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3149763.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3149763.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154285.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154285.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3145315.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3145315.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3156023.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3156023.8.help.te"
"xt\n"
"\\<emph\\>Text:\\</emph\\> Any string expression."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3147560.9.help.text
msgid ""
"\\<emph\\>delimiter (optional):\\</emph\\> A string character that is used "
"to delimit the Text. The default is the space character."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3145069.12.help.text
msgid ""
"\\<emph\\>number (optional):\\</emph\\> The number of substrings that you "
"want to return."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3150398.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#hd_id3150398.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3151212.11.help.text
msgid "Dim a(3)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3149204.13.help.text
msgid "Sub main()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3156214.14.help.text
msgid " a(0) = \"ABCDE\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154217.15.help.text
msgid " a(1) = 42"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3145173.16.help.text
msgid " a(2) = \"MN\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153104.17.help.text
msgid " a(3) = \"X Y Z\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154684.18.help.text
msgid " JStr = Join1()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153367.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153367.19.help.t"
"ext\n"
" Call Show(JStr, Split1(JStr))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3145271.20.help.text
msgid " JStr = Join2()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155856.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155856.21.help.t"
"ext\n"
" Call Show(JStr, Split1(JStr))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3159155.22.help.text
msgid " JStr = Join3()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155413.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155413.23.help.t"
"ext\n"
" Call Show(JStr, Split1(JStr))"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153190.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153190.24.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154320.25.help.text
msgid "Function Join1()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3145748.26.help.text
msgid " Join1 = Join(a(), \"abc\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153142.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153142.45.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3152462.27.help.text
msgid "Function Join2()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3146119.28.help.text
msgid " Join2 = Join(a(), \",\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154790.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154790.29.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3147125.30.help.text
msgid "Function Join3()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3149377.31.help.text
msgid " Join3 = Join(a())"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3150114.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3150114.32.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154729.33.help.text
msgid "Function Split1(aStr)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3145646.34.help.text
msgid " Split1 = Split(aStr, \"D\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154512.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154512.35.help.t"
"ext\n"
"End Function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3149400.36.help.text
msgid "Sub Show(JoinStr, TheArray)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3153948.37.help.text
msgid " l = LBound(TheArray)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3146969.38.help.text
msgid " u = UBound(TheArray)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3150752.39.help.text
msgid ""
" total$ = \"=============================\" + Chr$(13) + JoinStr + Chr$(13) "
"+ Chr$(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3148916.40.help.text
msgid " For i = l To u"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3154754.41.help.text
msgid " total$ = total$ + TheArray(i) + Str(Len(TheArray(i))) + Chr$(13)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3156054.42.help.text
msgid " Next i"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3147338.43.help.text
msgid " MsgBox total$"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155960.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120314.xhp#par_id3155960.44.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#tit.help.text
msgid "Join Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#bm_id3149416.help.text
msgid "\\<bookmark_value\\>Join function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3149416.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120315.xhp\\\" name=\\\"Join Function "
"[Runtime]\\\"\\>Join Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#par_id3149670.2.help.text
msgid "Returns a string from a number of substrings in a string array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3159414.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3159414.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#par_id3156344.4.help.text
msgid "Join (Text As String Array, delimiter)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3150400.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3150400.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#par_id3150359.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120315.xhp#par_id3150359.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3148798.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3148798.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#par_id3145171.8.help.text
msgid "\\<emph\\>Text:\\</emph\\> A string array."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#par_id3154908.9.help.text
msgid ""
"\\<emph\\>delimiter (optional):\\</emph\\> A string character that is used "
"to separate the substrings in the resulting string. The default delimiter is "
"the space character. If delimiter is a string of length zero \"\", the "
"substrings are joined without separator."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3154218.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120315.xhp#hd_id3154218.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120400.xhp#tit.help.text
msgid "Editing String Length"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120400.xhp#hd_id3155150.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120400.xhp\\\" name=\\\"Editing String "
"Length\\\"\\>Editing String Length\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120400.xhp#par_id3159201.2.help.text
msgid "The following functions determine string lengths and compare strings."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#tit.help.text
msgid "InStr Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#bm_id3155934.help.text
msgid "\\<bookmark_value\\>InStr function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120401.xhp\\\" name=\\\"InStr Function "
"[Runtime]\\\"\\>InStr Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3153990.2.help.text
msgid "Returns the position of a string within another string."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3147303.3.help.text
msgid ""
"The Instr function returns the position at which the match was found. If the "
"string was not found, the function returns 0."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3145090.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3145090.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3146957.5.help.text
msgid "InStr ([Start As Long,] Text1 As String, Text2 As String[, Compare])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3148538.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3148538.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3149763.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3149763.7.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3148473.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3148473.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3153126.9.help.text
msgid ""
"\\<emph\\>Start: \\</emph\\>A numeric expression that marks the position in "
"a string where the search for the specified substring starts. If you omit "
"this parameter, the search starts at the first character of the string. The "
"maximum allowed value is 65535."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3145609.10.help.text
msgid ""
"\\<emph\\>Text1:\\</emph\\> The string expression that you want to search."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3147559.11.help.text
msgid ""
"\\<emph\\>Text2:\\</emph\\> The string expression that you want to search "
"for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3154758.12.help.text
msgid ""
"\\<emph\\>Compare:\\</emph\\> Optional numeric expression that defines the "
"type of comparison. The value of this parameter can be 0 or 1. The default "
"value of 1 specifies a text comparison that is not case-sensitive. The value "
"of 0 specifies a binary comparison that is case-sensitive."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3153361.13.help.text
msgid ""
"To avoid a run-time error, do not set the Compare parameter if the first "
"return parameter is omitted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3154366.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#hd_id3154366.14.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3154217.15.help.text
msgid "Sub ExamplePosition"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3154685.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3154685.16.help.t"
"ext\n"
"Dim sInput As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3151042.17.help.text
msgid "Dim iPos as Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3144760.19.help.text
msgid "sInput = \"Office\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3154125.20.help.text
msgid "iPos = Instr(sInput,\"c\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3145173.21.help.text
msgid "print iPos"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3145786.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120401.xhp#par_id3145786.22.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#tit.help.text
msgid "Len Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#bm_id3154136.help.text
msgid "\\<bookmark_value\\>Len function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3154136.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120402.xhp\\\" name=\\\"Len Function "
"[Runtime]\\\"\\>Len Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3147576.2.help.text
msgid ""
"Returns the number of characters in a string, or the number of bytes that "
"are required to store a variable."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3159177.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3159177.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3150669.4.help.text
msgid "Len (Text As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3148473.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3148473.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3143270.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3143270.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3147531.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3147531.7.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3147265.8.help.text
msgid ""
"\\<emph\\>Text:\\</emph\\> Any string expression or a variable of another "
"type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3153360.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#hd_id3153360.9.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3150792.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3150792.10.help.t"
"ext\n"
"Sub ExampleLen"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3151211.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3151211.11.help.t"
"ext\n"
"Dim sText as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3154125.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3154125.12.help.t"
"ext\n"
"sText = \"Las Vegas\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3156214.13.help.text
msgid "MsgBox Len(sText) REM Returns 9"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3125864.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120402.xhp#par_id3125864.14.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#tit.help.text
msgid "StrComp Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#bm_id3156027.help.text
msgid "\\<bookmark_value\\>StrComp function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03120403.xhp\\\" name=\\\"StrComp "
"Function [Runtime]\\\"\\>StrComp Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3155805.2.help.text
msgid ""
"Compares two strings and returns an integer value that represents the result "
"of the comparison."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3153345.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3153345.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3150503.4.help.text
msgid "StrComp (Text1 As String, Text2 As String[, Compare])"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3147574.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3147574.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3156152.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3156152.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3150984.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3150984.7.help.tex"
"t\n"
"Parameter:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3153061.8.help.text
msgid "\\<emph\\>Text1:\\</emph\\> Any string expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3147560.9.help.text
msgid "\\<emph\\>Text2:\\</emph\\> Any string expression"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3146796.10.help.text
msgid ""
"\\<emph\\>Compare:\\</emph\\> This optional parameter sets the comparison "
"method. If Compare = 1, the string comparison is case-sensitive. If Compare "
"= 0, no distinction is made between uppercase and lowercase letters."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3154940.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3154940.13.help.te"
"xt\n"
"Return value"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3150358.27.help.text
msgid "If Text1 < Text2 the function returns -1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3151043.28.help.text
msgid "If Text1 = Text2 the function returns 0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3158410.29.help.text
msgid "If Text1 > Text2 the function returns 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3153968.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#hd_id3153968.18.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3151381.19.help.text
msgid "Sub ExampleStrComp"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3154685.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3154685.20.help.t"
"ext\n"
"Dim iVar As Single"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3148453.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3148453.21.help.t"
"ext\n"
"Dim sVar As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3153369.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3153369.22.help.t"
"ext\n"
"iVar = 123.123"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3145786.23.help.text
msgid "sVar = Str$(iVar)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3146975.24.help.text
msgid "Msgbox strcomp(sVar , Str$(iVar),1)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3150487.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03120403.xhp#par_id3150487.25.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130000.xhp#tit.help.text
msgid "Other Commands"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130000.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03130000.xhp\\\" name=\\\"Other "
"Commands\\\"\\>Other Commands\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130000.xhp#par_id3153312.2.help.text
msgid ""
"This is a list of the functions and the statements that are not included in "
"the other categories."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#tit.help.text
msgid "Beep Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#bm_id3143284.help.text
msgid "\\<bookmark_value\\>Beep statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#hd_id3143284.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03130100.xhp\\\" name=\\\"Beep Statement "
"[Runtime]\\\"\\>Beep Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3159201.2.help.text
msgid ""
"Plays a tone through the computer's speaker. The tone is system-dependent "
"and you cannot modify its volume or pitch."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#hd_id3153990.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130100.xhp#hd_id3153990.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3147291.4.help.text
msgid "Beep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#hd_id3148538.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130100.xhp#hd_id3148538.5.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3149762.6.help.text
msgid "Sub ExampleBeep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3154285.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3154285.7.help.te"
"xt\n"
"beep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3143270.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3143270.8.help.te"
"xt\n"
"beep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3154142.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3154142.9.help.te"
"xt\n"
"beep"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3148943.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130100.xhp#par_id3148943.10.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#tit.help.text
msgid "Shell Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#bm_id3150040.help.text
msgid "\\<bookmark_value\\>Shell function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3150040.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03130500.xhp\\\" name=\\\"Shell Function "
"[Runtime]\\\"\\>Shell Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3153394.2.help.text
msgid ""
"Starts another application and defines the respective window style, if "
"necessary."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3153345.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3153345.4.help.tex"
"t\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3147576.5.help.text
msgid ""
"Shell (Pathname As String[, Windowstyle As Integer][, Param As String][, "
"bSync]) "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3149235.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3149235.6.help.tex"
"t\n"
"Parameter"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3154306.23.help.text
msgid "Pathname"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3155419.7.help.text
msgid "Complete path and program name of the program that you want to start."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3150771.24.help.text
msgid "Windowstyle"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3145609.8.help.text
msgid ""
"Optional integer expression that specifies the style of the window that the "
"program is executed in. The following values are possible:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3148663.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3148663.25.help.t"
"ext\n"
"0"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3153360.10.help.text
msgid "The focus is on the hidden program window."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3154123.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3154123.26.help.t"
"ext\n"
"1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3144760.11.help.text
msgid "The focus is on the program window in standard size."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3156422.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3156422.27.help.t"
"ext\n"
"2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3148451.12.help.text
msgid "The focus is on the minimized program window."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3149561.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3149561.28.help.t"
"ext\n"
"3"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3146921.13.help.text
msgid "focus is on the maximized program window."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3149481.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3149481.29.help.t"
"ext\n"
"4"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3155854.14.help.text
msgid "Standard size program window, without focus."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3145271.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3145271.30.help.t"
"ext\n"
"6"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3152938.15.help.text
msgid "Minimized program window, focus remains on the active window."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3146119.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3146119.31.help.t"
"ext\n"
"10"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3151112.16.help.text
msgid "Full-screen display."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3150419.33.help.text
msgid "Param"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3149412.17.help.text
msgid ""
"Any string expression that specifies the command line that want to pass."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3148456.32.help.text
msgid "bSync"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3154096.18.help.text
msgid ""
"If this value is set to \\<emph\\>true\\</emph\\>, the "
"\\<emph\\>Shell\\</emph\\> command and all $[officename] tasks wait until "
"the shell process completes. If the value is set to "
"\\<emph\\>false\\</emph\\>, the shell returns directly. The default value is "
"\\<emph\\>false\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3154270.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#hd_id3154270.19.help.te"
"xt\n"
"Example"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3153948.20.help.text
msgid "Sub ExampleShellForWin"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3154479.21.help.text
msgid " Shell(\"c:\\\\windows\\\\calc.exe\",2)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3153709.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130500.xhp#par_id3153709.22.help.t"
"ext\n"
"end sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#tit.help.text
msgid "Wait Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#bm_id3154136.help.text
msgid "\\<bookmark_value\\>Wait statement\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3154136.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03130600.xhp\\\" name=\\\"Wait Statement "
"[Runtime]\\\"\\>Wait Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3149236.2.help.text
msgid ""
"Interrupts the program execution for the amount of time that you specify in "
"milliseconds."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3143229.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3143229.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3150669.4.help.text
msgid "Wait millisec"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3148943.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3148943.5.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154924.6.help.text
msgid ""
"\\<emph\\>millisec:\\</emph\\> Numeric expression that contains the amount "
"of time (in milliseconds) to wait before the program is executed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3150541.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#hd_id3150541.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154138.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154138.8.help.te"
"xt\n"
"Sub ExampleWait"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154367.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154367.9.help.te"
"xt\n"
"Dim lTick As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154909.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154909.10.help.t"
"ext\n"
"lTick = GetSystemTicks()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3151042.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3151042.11.help.t"
"ext\n"
"wait 2000"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154217.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3154217.12.help.t"
"ext\n"
"lTick = (GetSystemTicks() - lTick)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3156214.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3156214.13.help.t"
"ext\n"
"MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3148922.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130600.xhp#par_id3148922.14.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#tit.help.text
msgid "GetSystemTicks Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#bm_id3147143.help.text
msgid "\\<bookmark_value\\>GetSystemTicks function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3147143.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03130700.xhp\\\" name=\\\"GetSystemTicks "
"Function [Runtime]\\\"\\>GetSystemTicks Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3153750.2.help.text
msgid ""
"Returns the number of system ticks provided by the operating system. You can "
"use this function to optimize certain processes."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3153311.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3153311.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3147242.4.help.text
msgid "GetSystemTicks()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3149233.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3149233.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3149762.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3149762.6.help.te"
"xt\n"
"Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3156152.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#hd_id3156152.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3148943.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3148943.8.help.te"
"xt\n"
"Sub ExampleWait"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3146795.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3146795.9.help.te"
"xt\n"
"Dim lTick As Long"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3145069.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3145069.10.help.t"
"ext\n"
"lTick = GetSystemTicks()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3147560.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3147560.11.help.t"
"ext\n"
"wait 2000"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3149655.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3149655.12.help.t"
"ext\n"
"lTick = (GetSystemTicks() - lTick)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3154938.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3154938.13.help.t"
"ext\n"
"MsgBox \"\" & lTick & \" Ticks\" ,0,\"The pause lasted\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3150542.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130700.xhp#par_id3150542.14.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#tit.help.text
msgid "Environ Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#bm_id3155364.help.text
msgid "\\<bookmark_value\\>Environ function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3155364.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03130800.xhp\\\" name=\\\"Environ "
"Function [Runtime]\\\"\\>Environ Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3145090.2.help.text
msgid ""
"Returns the value of an environment variable as a string. Environment "
"variables are dependent on the type of operating system that you have."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3150670.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3150670.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3159176.5.help.text
msgid "Environ (Environment As String)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3159157.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3159157.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3148473.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3148473.7.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3145609.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3145609.8.help.tex"
"t\n"
"Parameters:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3159414.9.help.text
msgid ""
"Environment: Environment variable that you want to return the value for."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3148663.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#hd_id3148663.10.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3149655.11.help.text
msgid "Sub ExampleEnviron"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3154940.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3154940.12.help.t"
"ext\n"
"Dim sTemp As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3148920.13.help.text
msgid "sTemp=Environ (\"TEMP\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3150869.14.help.text
msgid "If sTemp = \"\" Then sTemp=Environ(\"TMP\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3145419.15.help.text
msgid "MsgBox \"'\" & sTemp & \"'\" ,64,\"Directory of temporary files:\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3154124.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03130800.xhp#par_id3154124.16.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#tit.help.text
msgid "GetSolarVersion Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#bm_id3157898.help.text
msgid "\\<bookmark_value\\>GetSolarVersion function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3157898.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131000.xhp\\\" "
"name=\\\"GetSolarVersion Function [Runtime]\\\"\\>GetSolarVersion Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3152801.2.help.text
msgid "Returns the internal number of the current $[officename] version."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3153311.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3153311.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3155388.4.help.text
msgid "s = GetSolarVersion"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3149514.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3149514.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3148685.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3148685.6.help.te"
"xt\n"
"String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3143270.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131000.xhp#hd_id3143270.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3148473.8.help.text
msgid "Sub ExampleGetSolarVersion"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3156024.9.help.text
msgid "Dim sSep As String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3159414.10.help.text
msgid "sSep = GetSolarVersion"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3148947.11.help.text
msgid "MsgBox sSep,64,\"Version number of the solar technology\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3156344.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131000.xhp#par_id3156344.12.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#tit.help.text
msgid "TwipsPerPixelX Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#bm_id3153539.help.text
msgid "\\<bookmark_value\\>TwipsPerPixelX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3153539.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131300.xhp\\\" name=\\\"TwipsPerPixelX "
"Function [Runtime]\\\"\\>TwipsPerPixelX Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3153394.2.help.text
msgid "Returns the number of twips that represent the width of a pixel."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3153527.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3153527.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3151110.4.help.text
msgid "n = TwipsPerPixelX"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3150669.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3150669.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3150503.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3150503.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3159176.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#hd_id3159176.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3156152.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3156152.8.help.te"
"xt\n"
"Sub ExamplePixelTwips"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3153061.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3153061.9.help.te"
"xt\n"
"MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" "
"Twips\",0,\"Pixel size\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3149670.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131300.xhp#par_id3149670.10.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#tit.help.text
msgid "TwipsPerPixelY Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#bm_id3150040.help.text
msgid "\\<bookmark_value\\>TwipsPerPixelY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3150040.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131400.xhp\\\" name=\\\"TwipsPerPixelY "
"Function [Runtime]\\\"\\>TwipsPerPixelY Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3154186.2.help.text
msgid "Returns the number of twips that represent the height of a pixel."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3145090.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3145090.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3153681.4.help.text
msgid "n = TwipsPerPixelY"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3148473.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3148473.5.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3154306.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3154306.6.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3149235.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#hd_id3149235.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3150503.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3150503.8.help.te"
"xt\n"
"Sub ExamplePixelTwips"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3154142.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3154142.9.help.te"
"xt\n"
"MsgBox \"\" & TwipsPerPixelX() & \" Twips * \" & TwipsPerPixelY() & \" "
"Twips\",0,\"Pixel size\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3148944.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131400.xhp#par_id3148944.10.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#tit.help.text
msgid "CreateUnoStruct Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#bm_id3150499.help.text
msgid "\\<bookmark_value\\>CreateUnoStruct function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#hd_id3150499.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131500.xhp\\\" "
"name=\\\"CreateUnoStruct Function [Runtime]\\\"\\>CreateUnoStruct Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#par_id3150713.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates an instance of a Uno structure "
"type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#par_id3147226.3.help.text
msgid "Use the following structure for your statement:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#par_id3149177.4.help.text
msgid "Dim oStruct as new com.sun.star.beans.Property"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#hd_id3156153.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131500.xhp#hd_id3156153.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#par_id3155341.6.help.text
msgid "oStruct = CreateUnoStruct( Uno type name )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#hd_id3145316.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131500.xhp#hd_id3145316.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131500.xhp#par_id3149762.8.help.text
msgid "oStruct = CreateUnoStruct( \"com.sun.star.beans.Property\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#tit.help.text
msgid "CreateUnoService Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#bm_id3150682.help.text
msgid "\\<bookmark_value\\>CreateUnoService function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#hd_id3150682.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131600.xhp\\\" "
"name=\\\"CreateUnoService Function [Runtime]\\\"\\>CreateUnoService Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_id3152924.2.help.text
msgid "Instantiates a Uno service with the ProcessServiceManager."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#hd_id3152801.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131600.xhp#hd_id3152801.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_id3153346.4.help.text
msgid "oService = CreateUnoService( Uno service name )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN1060F.help.text
msgid ""
"For a list of available services, go to: "
"http://api.openoffice.org/docs/common/ref/com/sun/star/module-ix.html"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#hd_id3151111.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131600.xhp#hd_id3151111.5.help.tex"
"t\n"
"Examples:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_id3154046.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131600.xhp#par_id3154046.6.help.te"
"xt\n"
"oIntrospection = CreateUnoService( \"com.sun.star.beans.Introspection\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#bm_id8334604.help.text
msgid "\\<bookmark_value\\>filepicker;API service\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10625.help.text
msgid "The following code uses a service to open a file open dialog:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10628.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10628.help.text\n"
"Sub Main"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN1062B.help.text
msgid "fName = FileOpenDialog (\"Please select a file\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10630.help.text
msgid "print \"file chosen: \"+fName"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10635.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10635.help.text\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN1063A.help.text
msgid "function FileOpenDialog(title as String) as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN1063D.help.text
msgid "filepicker = createUnoService(\"com.sun.star.ui.dialogs.FilePicker\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10642.help.text
msgid "filepicker.Title = title"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10647.help.text
msgid "filepicker.execute()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN1064C.help.text
msgid "files = filepicker.getFiles()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10651.help.text
msgid "FileOpenDialog=files(0)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131600.xhp#par_idN10656.help.text
msgid "End function"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#tit.help.text
msgid "GetProcessServiceManager Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#bm_id3153255.help.text
msgid ""
"\\<bookmark_value\\>GetProcessServiceManager "
"function\\</bookmark_value\\>\\<b"
"ookmark_value\\>ProcessServiceManager\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#hd_id3153255.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131700.xhp\\\" "
"name=\\\"GetProcessServiceManager Function "
"[Runtime]\\\"\\>GetProcessServiceManager Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3156414.2.help.text
msgid "Returns the ProcessServiceManager (central Uno ServiceManager)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3145136.3.help.text
msgid ""
"This function is required when you want to instantiate a service using "
"CreateInstanceWithArguments."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#hd_id3153681.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131700.xhp#hd_id3153681.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3151110.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3151110.5.help.te"
"xt\n"
"oServiceManager = GetProcessServiceManager()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#hd_id3149516.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131700.xhp#hd_id3149516.6.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3143270.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3143270.7.help.te"
"xt\n"
"oServiceManager = GetProcessServiceManager()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3153825.8.help.text
msgid ""
"oIntrospection = "
"oServiceManager.createInstance(\"com.sun.star.beans.Introspection\");"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3148473.9.help.text
msgid "this is the same as the following statement:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131700.xhp#par_id3145609.10.help.text
msgid ""
"oIntrospection = CreateUnoService(\"com.sun.star.beans.Introspection\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#tit.help.text
msgid "CreateUnoDialog Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#bm_id3150040.help.text
msgid "\\<bookmark_value\\>CreateUnoDialog function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#hd_id3150040.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131800.xhp\\\" "
"name=\\\"CreateUnoDialog Function [Runtime]\\\"\\>CreateUnoDialog Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3154186.2.help.text
msgid ""
"Creates a Basic Uno object that represents a Uno dialog control during Basic "
"runtime."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3153750.3.help.text
msgid ""
"Dialogs are defined in the dialog libraries. To display a dialog, a \"live\" "
"dialog must be created from the library."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3153681.4.help.text
msgid ""
"See \\<link href=\\\"text/sbasic/guide/sample_code.xhp\\\" "
"name=\\\"Examples\\\"\\>Examples\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#hd_id3154286.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131800.xhp#hd_id3154286.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3159176.6.help.text
msgid "CreateUnoDialog( oDlgDesc )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#hd_id3143270.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131800.xhp#hd_id3143270.7.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3159157.8.help.text
msgid "' Get dialog description from the dialog library"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3149234.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3149234.9.help.te"
"xt\n"
"oDlgDesc = DialogLibraries.Standard.Dialog1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3154923.10.help.text
msgid "' generate \"live\" dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3149670.11.help.text
msgid "oDlgControl = CreateUnoDialog( oDlgDesc )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3148550.12.help.text
msgid "' display \"live\" dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131800.xhp#par_id3154072.13.help.text
msgid "oDlgControl.execute"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#tit.help.text
msgid "GlobalScope [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#bm_id3150682.help.text
msgid ""
"\\<bookmark_value\\>GlobalScope "
"function\\</bookmark_value\\>\\<bookmark_value\\>library "
"systems\\</bookmark_v"
"alue\\>\\<bookmark_value\\>LibraryContainer\\</bookmark_v"
"alue\\>\\<bookmark_value\\>BasicLibraries "
"(LibraryContainer)\\</bookmark_value\\>\\<bookmark_value\\>DialogLibraries "
"(LibraryContainer)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3150682.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03131900.xhp\\\" name=\\\"GlobalScope "
"[Runtime]\\\"\\>GlobalScope [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3153345.2.help.text
msgid "Basic source code and dialogs are organized in a library system."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3145315.3.help.text
msgid "The LibraryContainer contains libraries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3149514.4.help.text
msgid "Libraries can contain modules and dialogs"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3143271.5.help.text
msgid "In Basic:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3153061.6.help.text
msgid "The LibraryContainer is called \\<emph\\>BasicLibraries\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3154346.7.help.text
msgid "In dialogs:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3148663.8.help.text
msgid "The LibraryContainer is called \\<emph\\>DialogLibraries\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3150543.9.help.text
msgid ""
"Both LibraryContainers exist in an application level and within every "
"document. In the document Basic, the document's LibraryContainers are called "
"automatically. If you want to call the global LibraryContainers from within "
"a document, you must use the keyword \\<emph\\>GlobalScope\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3148920.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3148920.10.help.te"
"xt\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3149203.11.help.text
msgid "GlobalScope"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3154685.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131900.xhp#hd_id3154685.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3154124.13.help.text
msgid "Example in the document Basic"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3158408.14.help.text
msgid "' calling Dialog1 in the document library Standard"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3125865.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3125865.15.help.t"
"ext\n"
"oDlgDesc = DialogLibraries.Standard.Dialog1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3154910.16.help.text
msgid "' calling Dialog2 in the application library Library1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03131900.xhp#par_id3156424.17.help.text
msgid "oDlgDesc = GlobalScope.DialogLibraries.Library1.Dialog2"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#tit.help.text
msgid "CreateUnoListener Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#bm_id3155150.help.text
msgid "\\<bookmark_value\\>CreateUnoListener function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#hd_id3155150.53.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03132000.xhp\\\" "
"name=\\\"CreateUnoListener Function [Runtime]\\\"\\>CreateUnoListener "
"Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3149346.52.help.text
msgid "Creates a Listener instance."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3153681.51.help.text
msgid ""
"Many Uno interfaces let you register listeners on a special listener "
"interface. This allows you to listen for specific events and call up the "
"appropriate listener method. The CreateUnoListener function waits for the "
"called listener interface and then passes the interface an object that the "
"interface supports. This object is then passed to the method to register the "
"listener."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#hd_id3148685.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#hd_id3148685.50.help.te"
"xt\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3143228.49.help.text
msgid "oListener = CreateUnoListener( Prefixname, ListenerInterfaceName )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#hd_id3147574.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#hd_id3147574.48.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154046.47.help.text
msgid "The following example is based on a Basic library object."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3155136.46.help.text
msgid "Dim oListener"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148944.45.help.text
msgid ""
"oListener = CreateUnoListener( "
"\"ContListener_\",\"com.sun.star.container.XContainerListener\" )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3149294.44.help.text
msgid ""
"The CreateUnoListener method requires two parameters. The first is a prefix "
"and is explained in detail below. The second parameter is the fully "
"qualified name of the Listener interface that you want to use."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3149670.43.help.text
msgid ""
"The Listener must then be added to the Broadcaster Object. This is done by "
"calling the appropriate method for adding a Listener. These methods always "
"follow the pattern \"addFooListener\", where \"Foo\" is the Listener "
"Interface Type, without the 'X'. In this example, the addContainerListener "
"method is called to register the XContainerListener:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154164.42.help.text
msgid "Dim oLib"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154940.41.help.text
msgid "oLib = BasicLibraries.Library1 ' Library1 must exist!"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150359.40.help.text
msgid "oLib.addContainerListener( oListener ) ' Register the listener"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154138.39.help.text
msgid ""
"The Listener is now registered. When an event occurs, the corresponding "
"Listener calls the appropriate method from the "
"com.sun.star.container.XContainerListener Interface."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148922.38.help.text
msgid ""
"The prefix calls registered Listeners from Basic-subroutines. The Basic run-"
"time system searches for Basic-subroutines or functions that have the name "
"\"PrefixListenerMethode\" and calls them when found. Otherwise, a run-time "
"error occurs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150768.37.help.text
msgid "In this example, the Listener-Interface uses the following methods:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3151176.36.help.text
msgid "disposing:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3145173.35.help.text
msgid ""
"Listener base interface (com.sun.star.lang.XEventListener): base interface "
"for all Listener Interfaces"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3156212.34.help.text
msgid "elementInserted:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3159254.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3159254.33.help.t"
"ext\n"
"Method of the com.sun.star.container.XContainerListener interface"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3147287.32.help.text
msgid "elementRemoved:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3146119.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3146119.31.help.t"
"ext\n"
"Method of the com.sun.star.container.XContainerListener interface"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3153951.30.help.text
msgid "elementReplaced:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154013.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154013.29.help.t"
"ext\n"
"Method of the com.sun.star.container.XContainerListener interface"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3147435.28.help.text
msgid ""
"In this example, the prefix is ContListener_. The following subroutines must "
"therefore be implemented in Basic:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3155411.27.help.text
msgid "ContListener_disposing"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3146923.26.help.text
msgid "ContListener_elementInserted"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3147318.25.help.text
msgid "ContListener_elementRemoved"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3152578.24.help.text
msgid "ContListener_elementReplaced"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150592.23.help.text
msgid ""
"An event structure type that contains information about an event exists for "
"every Listener type. When a Listener method is called, an instance of this "
"event is passed to the method as a parameter. Basic Listener methods can "
"also call these event objects, so long as the appropriate parameter is "
"passed in the Sub declaration. For example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3149582.22.help.text
msgid "Sub ContListener_disposing( oEvent )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3153876.21.help.text
msgid "MsgBox \"disposing\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3149959.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3149959.20.help.t"
"ext\n"
"MsgBox oEvent.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154490.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154490.19.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3156285.18.help.text
msgid "Sub ContListener_elementInserted( oEvent )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154098.17.help.text
msgid "MsgBox \"elementInserted\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3155601.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3155601.16.help.t"
"ext\n"
"MsgBox oEvent.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3153415.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3153415.15.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3154272.14.help.text
msgid "Sub ContListener_elementRemoved( oEvent )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3153947.13.help.text
msgid "MsgBox \"elementRemoved\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3146914.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3146914.12.help.t"
"ext\n"
"MsgBox oEvent.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150749.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150749.11.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3145642.10.help.text
msgid "Sub ContListener_elementReplaced( oEvent )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148915.9.help.text
msgid "MsgBox \"elementReplaced\""
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148995.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148995.8.help.te"
"xt\n"
"MsgBox oEvent.Dbg_Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148407.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3148407.7.help.te"
"xt\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3156056.6.help.text
msgid ""
"You do not need to include the parameter of an event object if the object is "
"not used:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150042.5.help.text
msgid "' Minimal implementation of Sub disposing"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3151249.4.help.text
msgid "Sub ContListener_disposing"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3155333.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3155333.3.help.te"
"xt\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132000.xhp#par_id3150940.2.help.text
msgid ""
"Listener methods must \\<emph\\>always\\</emph\\> be implemented to avoid "
"Basic run-time errors."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#tit.help.text
msgid "GetGuiType Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#bm_id3147143.help.text
msgid "\\<bookmark_value\\>GetGuiType function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3155310.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03132100.xhp\\\" name=\\\"GetGuiType "
"Function [Runtime]\\\"\\>GetGuiType Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3152459.2.help.text
msgid ""
"Returns a numerical value that specifies the graphical user interface."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3153323.3.help.text
msgid ""
"This runtime function is only provided for downward compatibility to "
"previous versions. The return value is not defined in client-server "
"environments."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3154894.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3154894.4.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3147143.5.help.text
msgid "GetGUIType()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3149346.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3149346.6.help.tex"
"t\n"
"Return value:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3153748.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3153748.7.help.te"
"xt\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3149177.8.help.text
msgid "Return values:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3147242.9.help.text
msgid "1: Windows"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3154046.10.help.text
msgid "3: Mac OS"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3156152.11.help.text
msgid "4: UNIX"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3148685.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132100.xhp#hd_id3148685.12.help.te"
"xt\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3149233.13.help.text
msgid "Sub ExampleEnvironment"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3145609.14.help.text
msgid "MsgBox GetGUIType"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3145069.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132100.xhp#par_id3145069.15.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#tit.help.text
msgid "ThisComponent Statement [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#bm_id3155342.help.text
msgid ""
"\\<bookmark_value\\>ThisComponent "
"statement\\</bookmark_value\\>\\<bookmark_va"
"lue\\>components;addressing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#hd_id3155342.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03132200.xhp\\\" name=\\\"ThisComponent "
"Statement [Runtime]\\\"\\>ThisComponent Statement [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3154923.2.help.text
msgid ""
"Addresses the active component so that its properties can be read and set."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#hd_id3154346.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132200.xhp#hd_id3154346.3.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3151056.4.help.text
msgid "ThisComponent"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#hd_id3154940.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132200.xhp#hd_id3154940.5.help.tex"
"t\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3151211.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3151211.6.help.te"
"xt\n"
"Sub Main"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3154123.7.help.text
msgid " REM updates the \"Table of Contents\" in a text doc"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3151381.8.help.text
msgid " Dim allindexes, index As Object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3150769.9.help.text
msgid " allindexes = ThisComponent.getDocumentIndexes()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3153194.10.help.text
msgid " index = allindexes.getByName(\"Table of Contents1\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3156422.11.help.text
msgid " REM use the default name for Table of Contents and a 1"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3153368.12.help.text
msgid " index.update()"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3161832.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132200.xhp#par_id3161832.13.help.t"
"ext\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#tit.help.text
msgid "CreateUnoValue Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#bm_id3150682.help.text
msgid "\\<bookmark_value\\>CreateUnoValue function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#hd_id3150682.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03132300.xhp\\\" name=\\\"CreateUnoValue "
"Function [Runtime]\\\"\\>CreateUnoValue Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3147291.2.help.text
msgid ""
"Returns an object that represents a strictly typed value referring to the "
"Uno type system. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3143267.3.help.text
msgid ""
"This object is automatically converted to an Any of the corresponding type "
"when passed to Uno. The type must be specified by its fully qualified Uno "
"type name."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3153626.4.help.text
msgid ""
"The $[officename] API frequently uses the Any type. It is the counterpart of "
"the Variant type known from other environments. The Any type holds one "
"arbitrary Uno type and is used in generic Uno interfaces."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#hd_id3147560.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132300.xhp#hd_id3147560.5.help.tex"
"t\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3154760.6.help.text
msgid ""
"oUnoValue = CreateUnoValue( \"[]byte\", MyBasicValue ) to get a byte "
"sequence."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3150541.7.help.text
msgid ""
"If CreateUnoValue cannot be converted to the specified Uno type, and error "
"occurs. For the conversion, the TypeConverter service is used."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3153524.8.help.text
msgid ""
"This function is intended for use in situations where the default Basic to "
"Uno type converting mechanism is insufficient. This can happen when you try "
"to access generic Any based interfaces, such as "
"XPropertySet::setPropertyValue( Name, Value ) or X???Container::insertBy???( "
"???, Value ), from $[officename] Basic. The Basic runtime does not recognize "
"these types as they are only defined in the corresponding service."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3154366.9.help.text
msgid ""
"In this type of situation, $[officename] Basic chooses the best matching "
"type for the Basic type that you want to convert. However, if the wrong type "
"is selected, an error occurs. You there use the CreateUnoValue() function to "
"create a value for the unknown Uno type."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132300.xhp#par_id3150769.10.help.text
msgid ""
"You can also use this function to pass non-Any values, but this is not "
"recommend. If Basic already knows the target type, using the "
"CreateUnoValue() function will only lead to additional converting operations "
"that slow down the Basic execution."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#tit.help.text
msgid "CreateObject Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#bm_id659810.help.text
msgid "\\<bookmark_value\\>CreateObject function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN10580.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03132400.xhp\\\"\\>CreateObject Function "
"[Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN10590.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Creates a UNO object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN1059F.help.text
msgid ""
"This method creates instances of the type that is passed as parameter."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105A2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105A2.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105A6.help.text
msgid "oObj = CreateObject( type )"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105A9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105A9.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105AD.help.text
msgid "Type address"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105B0.help.text
msgid "Name1 as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105B4.help.text
msgid "City as String"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105B8.help.text
msgid "End Type"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105BB.help.text
msgid "Sub main"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105BE.help.text
msgid "myaddress = CreateObject(\"address\")"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105C2.help.text
msgid "MsgBox IsObject(myaddress)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105C6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/03132400.xhp#par_idN105C6.help.text\n"
"End Sub"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132500.xhp#tit.help.text
msgid "GetDefaultContext Function [Runtime]"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132500.xhp#bm_id4761192.help.text
msgid "\\<bookmark_value\\>GetDefaultContext\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132500.xhp#par_idN10580.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/03132500.xhp\\\"\\>GetDefaultContext "
"Function [Runtime]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132500.xhp#par_idN10590.help.text
msgid ""
"Returns the default context of the process service factory, if existant, "
"else returns a null reference. "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/03132500.xhp#par_idN10593.help.text
msgid ""
"This runtime function returns the default component context to be used, if "
"instanciating services via XmultiServiceFactory. See the \\<item "
"type=\\\"literal\\\"\\>Professional UNO\\</item\\> chapter in the \\<item "
"type=\\\"literal\\\"\\>Developer's Guide\\</item\\> on \\<link "
"href=\\\"http://api.openoffice.org\\\"\\>api.openoffice.org\\</link\\> for "
"more information."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/05060700.xhp#tit.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#bm_id3153894.help.text
msgid "\\<bookmark_value\\>events;linked to objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3153894.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/05060700.xhp\\\" "
"name=\\\"Macro\\\"\\>Macro\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153748.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Choose the macro that you want to execute when the "
"selected graphic, frame, or OLE object is selected.\\</ahelp\\> Depending on "
"the object that is selected, the function is either found on the "
"\\<emph\\>Macro\\</emph\\> tab of the \\<emph\\>Object\\</emph\\> dialog, or "
"in the \\<emph\\>Assign Macro\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3150503.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3150503.3.help.tex"
"t\n"
"Event"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3149763.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MACRO_LB_EVENT\\\"\\>Lists the events that are relevant "
"to the macros that are currently assigned to the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150670.23.help.text
msgid ""
"The following table describes the macros and the events that can by linked "
"to objects in your document:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153360.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153360.24.help.t"
"ext\n"
"Event"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154365.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154365.25.help.t"
"ext\n"
"Event trigger"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3159149.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3159149.26.help.t"
"ext\n"
"OLE object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3148451.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3148451.27.help.t"
"ext\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3125863.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3125863.28.help.t"
"ext\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154216.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154216.29.help.t"
"ext\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145785.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145785.30.help.t"
"ext\n"
"ImageMap area"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153138.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153138.31.help.t"
"ext\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155306.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155306.32.help.t"
"ext\n"
"Click object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3152460.33.help.text
msgid "Object is selected."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147348.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147348.34.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147426.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147426.35.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153951.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153951.36.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150116.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150116.37.help.t"
"ext\n"
"Mouse over object"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145253.38.help.text
msgid "Mouse moves over the object."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3144765.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3144765.39.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153418.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153418.40.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153948.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153948.41.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145652.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145652.42.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155066.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155066.43.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155446.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155446.44.help.t"
"ext\n"
"Trigger Hyperlink"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154756.45.help.text
msgid "Hyperlink assigned to the object is clicked."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150042.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150042.46.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151252.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151252.47.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147344.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147344.48.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3146920.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3146920.49.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3159333.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3159333.50.help.t"
"ext\n"
"Mouse leaves object "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147003.51.help.text
msgid "Mouse moves off of the object."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151278.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151278.52.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145257.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145257.53.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154122.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154122.54.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3156139.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3156139.55.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3149036.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3149036.56.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150785.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150785.57.help.t"
"ext\n"
"Graphics load successful "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153705.58.help.text
msgid "Graphics are loaded successfully."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150343.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150343.59.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150202.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150202.60.help.t"
"ext\n"
"Graphics load terminated"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145584.61.help.text
msgid ""
"Loading of graphics is stopped by the user (for example, when downloading "
"the page)."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154259.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154259.62.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155089.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155089.63.help.t"
"ext\n"
"Graphics load faulty"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153307.64.help.text
msgid ""
"Graphics not successfully loaded, for example, if a graphic was not found."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3148840.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3148840.65.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154533.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154533.66.help.t"
"ext\n"
"Input of alpha characters "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155266.67.help.text
msgid "Text is entered from the keyboard."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3144768.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3144768.68.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145659.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3145659.69.help.t"
"ext\n"
"Input of non-alpha characters "
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151131.70.help.text
msgid ""
"Nonprinting characters are entered from the keyboard, for example, tabs and "
"line breaks."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3159206.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3159206.71.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150405.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150405.72.help.t"
"ext\n"
"Resize frame"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153972.73.help.text
msgid "Frame is resized with the mouse."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3152873.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3152873.74.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3148900.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3148900.75.help.t"
"ext\n"
"Move frame"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154767.76.help.text
msgid "Frame is moved with the mouse."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155914.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3155914.77.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153010.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3153010.78.help.t"
"ext\n"
"Before inserting AutoText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147515.79.help.text
msgid "Before a text block is inserted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151191.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151191.80.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150956.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150956.81.help.t"
"ext\n"
"After inserting AutoText"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147502.82.help.text
msgid "After a text block is inserted."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147555.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147555.83.help.t"
"ext\n"
"x"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3153958.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3153958.5.help.tex"
"t\n"
"Macros"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3150432.6.help.text
msgid ""
"Choose the macro that you want to execute when the selected event occurs."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147296.84.help.text
msgid ""
"Frames allow you to link events to a function, so that the function can "
"determine if it processes the event or $[officename] Writer."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3155587.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3155587.7.help.tex"
"t\n"
"Category"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3154068.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MACRO_GROUP\\\"\\>Lists the open $[officename] "
"documents and applications. Click the name of the location where you want to "
"save the macros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3149744.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3149744.9.help.tex"
"t\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3151391.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MACRO_MACROS\\\"\\>Lists the available macros. Click "
"the macro that you want to assign to the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3159260.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3159260.11.help.te"
"xt\n"
"Assign"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3147406.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_ASSIGN\\\"\\>Assigns the "
"selected macro to the specified event.\\</ahelp\\> The assigned macro's "
"entries are set after the event."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3150533.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3150533.15.help.te"
"xt\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3166456.16.help.text
msgid ""
"\\<variable id=\\\"aufheb\\\"\\>\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_SFX_TP_MACROASSIGN_PB_DELETE\\\"\\>Removes the "
"macro that is assigned to the selected item.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#hd_id3159126.85.help.text
msgid "Macro selection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/05060700.xhp#par_id3149149.86.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_LISTBOX_RID_SFX_TP_MACROASSIGN_LB_SCRIPTTYPE\\\"\\>Select the "
"macro that you want to assign.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0211.xhp#tit.help.text
msgid "Macro Toolbar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0211.xhp#bm_id3150543.help.text
msgid ""
"\\<bookmark_value\\>toolbars; Basic "
"IDE\\</bookmark_value\\>\\<bookmark_value\\>macro "
"toolbar\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0211.xhp#hd_id3150543.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/main0211.xhp\\\" name=\\\"Macro "
"Toolbar\\\"\\>Macro Toolbar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0211.xhp#par_id3147288.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:MacroBarVisible\\\"\\>The "
"\\<emph\\>Macro Toolbar \\</emph\\>contains commands to create, edit, and "
"run macros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#tit.help.text
msgid "$[officename] Basic Help"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#hd_id3154232.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/main0601.xhp\\\" name=\\\"$[officename] "
"Basic Help\\\"\\>%PRODUCTNAME Basic Help\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#par_id3153894.4.help.text
msgid ""
"%PRODUCTNAME %PRODUCTVERSION provides an Application Programming Interface "
"(API) that allows controlling the $[officename] components with different "
"programming languages by using the $[officename] Software Development Kit "
"(SDK). For more information about the $[officename] API and the Software "
"Development Kit, visit \\<link href=\\\"http://api.openoffice.org/\\\" "
"name=\\\"http://api.openoffice.org\\\"\\>http://api.openoffice.org\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#par_id3150713.6.help.text
msgid ""
"Due to changes to the API, any macros created with StarOffice 5.2 or before "
"are no longer supported by the current version."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#par_id3147226.10.help.text
msgid ""
"This help section explains the most common runtime functions of %PRODUCTNAME "
"Basic. For more in-depth information please refer to the %PRODUCTNAME Basic "
"Guide which is available separately."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#hd_id3146957.9.help.text
msgid "Working with %PRODUCTNAME Basic"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/main0601.xhp#hd_id3148473.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/main0601.xhp#hd_id3148473.7.help.tex"
"t\n"
"Help about the Help"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#tit.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#bm_id3145786.help.text
msgid ""
"\\<bookmark_value\\>macros; Basic "
"IDE\\</bookmark_value\\>\\<bookmark_value\\>Basic IDE; "
"macros\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145786.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145786.1.help."
"text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3152886.2.help.text
msgid ""
"\\<variable id=\\\"makro\\\"\\>\\<ahelp hid=\\\".uno:MacroDialog\\\"\\>Opens "
"the \\<emph\\>Macro \\</emph\\>dialog, where you can create, edit, organize, "
"and run $[officename] Basic macros.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154145.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154145.3.help."
"text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3151116.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3151116.4.help"
".text\n"
"\\<ahelp "
"hid=\\\"BASCTL_EDIT_RID_MACROCHOOSER_RID_ED_MACRONAME\\\"\\>Displays the "
"name of the selected macro. To create or to change the name of a macro, "
"enter a name here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3146921.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3146921.6.help"
".text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_MACROS\\\"\\>Lists the macros that are "
"contained in the module selected in the \\<emph\\>Macro from "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3153729.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3153729.7.help."
"text\n"
"Macro from / Save macro in"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153190.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153190.8.help"
".text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_LIBS\\\"\\>Lists the libraries and the modules "
"where you can open or save your macros. To save a macro with a particular "
"document, open the document, and then open this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3146975.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3146975.11.help"
".text\n"
"Run / Save"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3154791.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3154791.12.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\\\"\\>Runs or "
"saves the current macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3153158.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3153158.15.help"
".text\n"
"Assign"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3149961.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ASSIGN\\\"\\>Opens the "
"Customize dialog, where you can assign the selected macro to a menu command, "
"a shortcut key combination, or an event.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145799.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145799.17.help"
".text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3147127.18.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_EDIT\\\"\\>Starts "
"the $[officename] Basic editor and opens the selected macro for "
"editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3149400.19.help.text
msgid "New/Delete"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3155602.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3155602.61.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_DEL\\\"\\>Creates "
"a new module or macro, or deletes the selected macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3149124.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3149124.20.hel"
"p.text\n"
"To create a new macro, select the \"Standard\" module in the \\<emph\\>Macro "
"from\\</emph\\> list, and then click \\<emph\\>New\\</emph\\>. You can also "
"create a new module, select it in the \\<emph\\>Macro from \\</emph\\>list, "
"and then click \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3150749.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3150749.21.hel"
"p.text\n"
"To delete a macro, select it, and then click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3153764.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3153764.22.help"
".text\n"
"Organizer"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3148405.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3148405.23.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\\\"\\>Opens "
"the \\<emph\\>Macro Organizer\\</emph\\> dialog, where you can add, edit, or "
"delete existing macro modules, dialogs, and libraries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3150043.24.help.text
msgid "Module tab page"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3151248.25.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\\\"\\>Lets "
"you manage dialogs and modules.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3155936.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3155936.26.help"
".text\n"
"Module/Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153963.27.help.text
msgid ""
"Click \\<emph\\>New Dialog\\</emph\\> or \\<emph\\>New Module\\</emph\\>. "
"You will be asked for a name for the new module or new dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3166447.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3166447.29.help"
".text\n"
"Module/Dialog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3155959.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3155959.30.hel"
"p.text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_MODULES_TREE\\\"\\>Lists the existing macros "
"and dialogs for the current application and any open documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3149922.31.help.text
msgid ""
"You can drag-and-drop some macros between the application and any open "
"documents."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3159333.33.help.text
msgid ""
"To copy a dialog or a macro, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> key while "
"you drag-and-drop."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3147131.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3147131.34.help"
".text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3149816.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3149816.35.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\\\"\\>Opens the "
"selected macro or dialog for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3151214.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3151214.36.help"
".text\n"
"New"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3154202.37.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\\\"\\>Opens "
"the $[officename] Basic editor and creates a new module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3150364.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3150364.39.help"
".text\n"
"New"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153269.40.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\\\"\\>Opens "
"the $[officename] Basic editor and creates a new dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154587.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154587.42.help"
".text\n"
"Libraries tab page"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153705.43.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\\\"\\>Lets "
"you manage the macro libraries for the current application and any open "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145259.44.help.text
msgid "Application / Document"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153234.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3153234.45.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\\\"\\>Select the "
"application or the document containing the macro libraries that you want to "
"organize.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3148460.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3148460.46.help"
".text\n"
"Library"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3150828.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3150828.47.hel"
"p.text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_LIBS_TREE\\\"\\>Lists the existing macro "
"libraries for the current application and any open documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145134.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3145134.48.help"
".text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3150518.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3150518.49.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\\\"\\>Opens the "
"$[officename] Basic editor so that you can modify the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3150371.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3150371.50.help"
".text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3166430.51.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_PASSWORD\\\"\\>Assigns "
"or edits the \\<link href=\\\"text/sbasic/shared/01/06130100.xhp\\\" "
"name=\\\"password\\\"\\>password\\</link\\> for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154372.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154372.52.help"
".text\n"
"New"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3145387.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3145387.53.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\\\"\\>Creates a "
"new library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154259.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3154259.56.help"
".text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3156169.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3156169.57.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\\\"\\>Enter a "
"name for the new library or module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3151183.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#hd_id3151183.54.help"
".text\n"
"Append"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3155126.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130000.xhp#par_id3155126.55.hel"
"p.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\\\"\\>Locate "
"that $[officename] Basic library that you want to add to the current list, "
"and then click Open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#tit.help.text\n"
"Change Password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3159399.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3159399.1.help."
"text\n"
"Change Password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3150276.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3150276.2.help"
".text\n"
"\\<ahelp hid=\\\"HID_PASSWORD\\\" visibility=\\\"visible\\\"\\>Protects the "
"selected library with a password.\\</ahelp\\> You can enter a new password, "
"or change the current password."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3154285.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3154285.3.help."
"text\n"
"Old password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3153665.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3153665.4.help."
"text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3155628.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3155628.5.help"
".text\n"
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\\\" "
"visibility=\\\"visible\\\"\\>Enter the current password for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3153126.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3153126.6.help."
"text\n"
"New password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3153628.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3153628.7.help."
"text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3159413.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3159413.8.help"
".text\n"
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\\\" "
"visibility=\\\"visible\\\"\\>Enter a new password for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3148947.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#hd_id3148947.9.help."
"text\n"
"Repeat"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3149457.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130100.xhp#par_id3149457.10.hel"
"p.text\n"
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\\\" "
"visibility=\\\"visible\\\"\\>Renter the new password for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#tit.help.text\n"
"Append libraries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#bm_id3150502.help.text
msgid ""
"\\<bookmark_value\\>libraries; "
"adding\\</bookmark_value\\>\\<bookmark_value\\>Basic; adding Basic "
"libraries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3150502.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3150502.1.help."
"text\n"
"Append libraries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#par_id3154840.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Locate that \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Basic library that you "
"want to add to the current list, and then click Open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3149119.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3149119.3.help."
"text\n"
"File name:"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#par_id3147102.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_LIBSDLG_TREE\\\"\\>Enter a name or the path to "
"the library that you want to append.\\</ahelp\\> You can also select a "
"library from the list."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3147291.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3147291.5.help."
"text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3147226.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3147226.7.help."
"text\n"
"Insert as reference (read-only)"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#par_id3155892.8.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\\\"\\>Adds the "
"selected library as a read-only file. The library is reloaded each time you "
"start \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3145071.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/01/06130500.xhp#hd_id3145071.9.help."
"text\n"
"Replace existing libraries"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/01/06130500.xhp#par_id3149812.10.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\\\"\\>Replaces a "
"library that has the same name with the current library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11010000.xhp#tit.help.text\n"
"Library"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11010000.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11010000.xhp\\\" "
"name=\\\"Library\\\"\\>Library\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11010000.xhp#par_id3154136.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LibSelector\\\" visibility=\\\"visible\\\"\\>Select "
"the library that you want to edit.\\</ahelp\\> The first module of the "
"library that you select is displayed in the Basic IDE."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11010000.xhp#par_id3149095.help.text
msgid ""
"\\<image src=\\\"res/helpimg/feldalle.png\\\" id=\\\"img_id3147576\\\" "
"localize=\\\"true\\\"\\>\\<alt id=\\\"alt_id3147576\\\"\\>List box "
"Library\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11010000.xhp#par_id3147654.3.help.text
msgid "Library List Box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11020000.xhp#tit.help.text\n"
"Compile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11020000.xhp#hd_id3148983.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11020000.xhp\\\" "
"name=\\\"Compile\\\"\\>Compile\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11020000.xhp#par_id3159201.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CompileBasic\\\" visibility=\\\"visible\\\"\\>Compiles "
"the Basic macro.\\</ahelp\\> You need to compile a macro after you make "
"changes to it, or if the macro uses single or procedure steps."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11020000.xhp#par_id3156426.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_compilebasic.png\\\" "
"id=\\\"img_id3147576\\\"\\>\\<alt "
"id=\\\"alt_id3147576\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11020000.xhp#par_id3149399.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11020000.xhp#par_id3149399.3.help"
".text\n"
"Compile"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11030000.xhp#tit.help.text\n"
"Run"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11030000.xhp#hd_id3153255.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11030000.xhp\\\" "
"name=\\\"Run\\\"\\>Run\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11030000.xhp#par_id3159201.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RunBasic\\\"\\>Runs the first macro of the current "
"module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11030000.xhp#par_id3156410.help.text
msgid ""
"\\<image id=\\\"img_id3153311\\\" "
"src=\\\"res/commandimagelist/sc_runbasic.png\\\" width=\\\"0.423cm\\\" "
"height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3153311\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11030000.xhp#par_id3154750.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11030000.xhp#par_id3154750.3.help"
".text\n"
"Run"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#tit.help.text\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#bm_id3154863.help.text
msgid ""
"\\<bookmark_value\\>macros; "
"stopping\\</bookmark_value\\>\\<bookmark_value\\>program "
"stops\\</bookmark_value\\>\\<bookmark_value\\>stopping "
"macros\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#hd_id3154863.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11040000.xhp\\\" "
"name=\\\"Stop\\\"\\>Stop\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#par_id3147226.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BasicStop\\\"\\>Stops running the current "
"macro.\\</ahelp\\>\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\> You can also press "
"Ctrl+Alt+S.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#par_id3146797.help.text
msgid ""
"\\<image id=\\\"img_id3148538\\\" "
"src=\\\"res/commandimagelist/sc_stop.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3148538\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11040000.xhp#par_id3150986.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11040000.xhp#par_id3150986.3.help"
".text\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#tit.help.text\n"
"Single Step"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11050000.xhp\\\" name=\\\"Single "
"Step\\\"\\>Single Step\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3146117.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BasicStepInto\\\" visibility=\\\"visible\\\"\\>Runs "
"the macro and stops it after the next command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3152801.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3152801.4.help"
".text\n"
"You can use this command in conjunction with the \\<link "
"href=\\\"text/sbasic/shared/02/11060000.xhp\\\" "
"name=\\\"Watch\\\"\\>Watch\\</link\\> command to troubleshoot errors."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3157958.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_basicstepinto.png\\\" "
"id=\\\"img_id3153345\\\"\\>\\<alt "
"id=\\\"alt_id3153345\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3147573.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3147573.3.help"
".text\n"
"Single Step"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11050000.xhp#par_id3149235.6.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11080000.xhp\\\" name=\\\"Procedure "
"Step function\\\"\\>Procedure Step function\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#tit.help.text\n"
"Procedure Step"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11060000.xhp\\\" name=\\\"Procedure "
"Step\\\"\\>Procedure Step\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3152363.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BasicStepOver\\\" visibility=\\\"visible\\\"\\>Runs "
"the macro and stops it after the next procedure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3153394.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3153394.4.help"
".text\n"
"You can use this command in conjunction with the \\<link "
"href=\\\"text/sbasic/shared/02/11060000.xhp\\\" "
"name=\\\"Watch\\\"\\>Watch\\</link\\> command to troubleshoot errors."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3147576.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_basicstepover.png\\\" "
"id=\\\"img_id3143267\\\"\\>\\<alt "
"id=\\\"alt_id3143267\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3154307.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3154307.3.help"
".text\n"
"Procedure Step"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11060000.xhp#par_id3153562.6.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11080000.xhp\\\" name=\\\"Single Step "
"function\\\"\\>Single Step function\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#tit.help.text\n"
"Breakpoint"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#hd_id3154863.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11070000.xhp\\\" "
"name=\\\"Breakpoint\\\"\\>Breakpoint\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#par_id3155364.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ToggleBreakPoint\\\"\\>Inserts a breakpoint in the "
"program line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#par_id3149346.4.help.text
msgid ""
"The breakpoint is inserted at the cursor position. Use a breakpoint to "
"interrupt a program just before an error occurs. You can then troubleshoot "
"the program by running it in \\<link "
"href=\\\"text/sbasic/shared/02/11050000.xhp\\\" name=\\\"Single "
"Step\\\"\\>Single Step\\</link\\> mode until the error occurs. You can also "
"use the \\<link href=\\\"text/sbasic/shared/02/11080000.xhp\\\" "
"name=\\\"Watch\\\"\\>Watch\\</link\\> icon to check the content of the "
"relevant variables."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#par_id3156346.help.text
msgid ""
"\\<image id=\\\"img_id3152780\\\" "
"src=\\\"res/commandimagelist/sc_managebreakpoints.png\\\" "
"width=\\\"4.23mm\\\" height=\\\"4.23mm\\\"\\>\\<alt "
"id=\\\"alt_id3152780\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11070000.xhp#par_id3149416.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11070000.xhp#par_id3149416.3.help"
".text\n"
"Breakpoint"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#tit.help.text\n"
"Enable Watch"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#hd_id3154863.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11080000.xhp\\\" name=\\\"Enable "
"Watch\\\"\\>Enable Watch\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3093440.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AddWatch\\\"\\>Click this icon to view the variables "
"in a macro. The contents of the variable are displayed in a separate "
"window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3147399.6.help.text
msgid ""
"Click the name of a variable to select it, then click the \\<emph\\>Enable "
"Watch\\</emph\\> icon. The value that is assigned to the variable is "
"displayed next to its name. This value is constantly updated."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3155892.help.text
msgid ""
"\\<image id=\\\"img_id3147209\\\" "
"src=\\\"res/commandimagelist/sc_addwatch.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147209\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3150276.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3150276.3.help"
".text\n"
"Enable Watch"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3159158.4.help.text
msgid ""
"To remove the variable watch, select the variable in the Watch window, and "
"then click on the \\<emph\\>Enable Watch\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11080000.xhp#par_id3152350.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_REMOVEWATCH\\\" "
"visibility=\\\"hidden\\\"\\>Removes the watch for a selected "
"variable.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#tit.help.text\n"
"Object Catalog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#hd_id3153255.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11090000.xhp\\\" name=\\\"Object "
"Catalog\\\"\\>Object Catalog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3151384.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:ObjectCatalog\\\"\\>Opens "
"the \\<emph\\>Objects\\</emph\\> dialog, where you can view Basic "
"objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3147576.15.help.text
msgid ""
"Double click the name of a function or sub to load the module that contains "
"that function or sub, and to position the cursor. Click the name of a module "
"or dialog and then click the \\<emph\\>Show\\</emph\\> icon to load and "
"display that module or dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3148538.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_objectcatalog.png\\\" "
"id=\\\"img_id3163803\\\"\\>\\<alt "
"id=\\\"alt_id3163803\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3154515.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3154515.3.help"
".text\n"
"Object Catalog"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#hd_id3155388.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090000.xhp#hd_id3155388.4.help."
"text\n"
"Show"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3155630.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_OBJCAT_SHOW\\\" "
"visibility=\\\"visible\\\"\\>Display the source text or dialog of a selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3153126.help.text
msgid ""
"\\<image src=\\\"basctl/res/im01.png\\\" id=\\\"img_id3148474\\\"\\>\\<alt "
"id=\\\"alt_id3148474\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3147560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3147560.6.help"
".text\n"
"Show"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#hd_id3146794.13.help.text
msgid "Window Area"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090000.xhp#par_id3149655.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_OBJECTCAT\\\" "
"visibility=\\\"visible\\\"\\>Displays a hierarchical view of the current "
"$[officename] macro libraries, modules, and dialogs.\\</ahelp\\>To display "
"the contents of an item in the window, double-click its name or select the "
"name and click the \\<emph\\>Show\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#tit.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3154228.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3154228.1.help."
"text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3149346.3.help.text
msgid ""
"Opens a dialog, where you can assign a Help ID and a description to the "
"selected function, module or dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3153542.4.help.text
msgid ""
"The \\<emph\\>Description\\</emph\\> icon is only available if program code "
"already exists for the selected item."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3155135.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3155135.13.help"
".text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3154046.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3154046.14.hel"
"p.text\n"
"Displays the name of the selected macro."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3155629.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3155629.5.help."
"text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3149514.6.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_MULTILINEEDIT_RID_MACROOPTIONS_RID_ME_DESCR\\\" "
"visibility=\\\"visible\\\"\\>Enter the description that you want to add to "
"the selected item.\\</ahelp\\> This description is displayed in this dialog, "
"the macro dialog, and the \\<emph\\>Object Catalog\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3150504.7.help.text
msgid "Help Information"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3148685.8.help.text
msgid ""
"You can assign a help ID and a file name to the selected item. This "
"information is sent to the Help program when you press F1 while a program is "
"running. The corresponding help topic is displayed."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3156024.9.help.text
msgid "Help ID"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3156343.10.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_NUMERICFIELD_RID_MACROOPTIONS_RID_NF_HELPID\\\" "
"visibility=\\\"visible\\\"\\>Enter the Help ID number that you want to "
"assign to the selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#hd_id3154347.11.help.text
msgid "Help file name"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11090100.xhp#par_id3149656.12.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_EDIT_RID_MACROOPTIONS_RID_ED_HELPNAME\\\" "
"visibility=\\\"visible\\\"\\>Enter the name of the help file that you want "
"to open when you press F1 in a program.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11100000.xhp#tit.help.text\n"
"Macros"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11100000.xhp#hd_id3156183.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11100000.xhp\\\" "
"name=\\\"Macros\\\"\\>Macros\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11100000.xhp#par_id3147399.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:ChooseMacro\\\"\\>Opens the "
"\\<emph\\>Macro\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11100000.xhp#par_id3148538.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_choosemacro.png\\\" "
"id=\\\"img_id3153662\\\"\\>\\<alt "
"id=\\\"alt_id3153662\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11100000.xhp#par_id3153542.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11100000.xhp#par_id3153542.3.help"
".text\n"
"Macros"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11110000.xhp#tit.help.text\n"
"Modules"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11110000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11110000.xhp\\\" "
"name=\\\"Modules\\\"\\>Modules\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11110000.xhp#par_id3156414.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:ModuleDialog\\\"\\>Click "
"here to open the \\<link href=\\\"text/sbasic/shared/01/06130000.xhp\\\" "
"name=\\\"Macro Organizer\\\"\\>\\<emph\\>Macro "
"Organizer\\</emph\\>\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11110000.xhp#par_id3157958.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_moduledialog.png\\\" "
"id=\\\"img_id3155535\\\"\\>\\<alt "
"id=\\\"alt_id3155535\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11110000.xhp#par_id3145383.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11110000.xhp#par_id3145383.3.help"
".text\n"
"Modules"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11120000.xhp#tit.help.text\n"
"Find Parentheses"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11120000.xhp#hd_id3149497.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11120000.xhp\\\" name=\\\"Find "
"Parentheses\\\"\\>Find Parentheses\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11120000.xhp#par_id3155150.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MatchGroup\\\" visibility=\\\"visible\\\"\\>Highlights "
"the text that is enclosed by two corresponding brackets. Place the text "
"cursor in front of an opening or closing bracket, and then click this "
"icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11120000.xhp#par_id3149182.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_matchgroup.png\\\" "
"id=\\\"img_id3155892\\\"\\>\\<alt "
"id=\\\"alt_id3155892\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11120000.xhp#par_id3147276.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11120000.xhp#par_id3147276.3.help"
".text\n"
"Find Parentheses"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11140000.xhp#tit.help.text
msgid "Insert Source Text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11140000.xhp#hd_id3154044.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11140000.xhp\\\" name=\\\"Insert "
"Source Text\\\"\\>Insert Source Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11140000.xhp#par_id3150702.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LoadBasic\\\" visibility=\\\"visible\\\"\\>Opens the "
"Basic source text in the Basic IDE window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11140000.xhp#par_id3150445.3.help.text
msgid ""
"Place the cursor in the code where you want to insert the source text, and "
"then click the \\<emph\\>Insert source text\\</emph\\> icon. Locate the file "
"that contains the Basic source text that you want to insert, and then click "
"\\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11140000.xhp#par_id3145136.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_open.png\\\" "
"id=\\\"img_id3147571\\\"\\>\\<alt "
"id=\\\"alt_id3147571\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11140000.xhp#par_id3145346.4.help.text
msgid "Insert source text"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11150000.xhp#tit.help.text\n"
"Save Source As"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11150000.xhp#hd_id3149497.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11150000.xhp\\\" name=\\\"Save Source "
"As\\\"\\>Save Source As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11150000.xhp#par_id3147261.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SaveBasicAs\\\" visibility=\\\"visible\\\"\\>Saves the "
"source code of the selected Basic macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11150000.xhp#par_id3145071.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_save.png\\\" "
"id=\\\"img_id3149182\\\"\\>\\<alt "
"id=\\\"alt_id3149182\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11150000.xhp#par_id3151110.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11150000.xhp#par_id3151110.2.help"
".text\n"
"Save Source As"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11160000.xhp#tit.help.text\n"
"Step Out"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11160000.xhp#hd_id3148983.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11160000.xhp\\\" name=\\\"Step "
"Out\\\"\\>Step Out\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11160000.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BasicStepOut\\\" visibility=\\\"visible\\\"\\>Jumps "
"back to the previous routine in the current macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11160000.xhp#par_id3156410.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_basicstepout.png\\\" "
"id=\\\"img_id3159233\\\"\\>\\<alt "
"id=\\\"alt_id3159233\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11160000.xhp#par_id3158421.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11160000.xhp#par_id3158421.3.help"
".text\n"
"Step Out"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#tit.help.text\n"
"Manage Breakpoints"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#hd_id3156183.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/11170000.xhp\\\" name=\\\"Manage "
"Breakpoints\\\"\\>Manage Breakpoints\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#par_id3152363.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Calls a dialog to manage breakpoints.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#par_id3143267.help.text
msgid ""
"\\<image id=\\\"img_id3155339\\\" "
"src=\\\"res/commandimagelist/sc_managebreakpoints.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3155339\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#par_id3145383.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/11170000.xhp#par_id3145383.3.help"
".text\n"
"Manage Breakpoints"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/11170000.xhp#par_id3154897.4.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/01050300.xhp\\\" name=\\\"Manage "
"Breakpoints dialog\\\"\\>\\<emph\\>Manage Breakpoints\\</emph\\> "
"dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#tit.help.text\n"
"Insert Controls"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#bm_id3150402.help.text
msgid ""
"\\<bookmark_value\\>controls; in dialog "
"editor\\</bookmark_value\\>\\<bookmark_value\\>push button control in dialog "
"editor\\</bookmark_value\\>\\<bookmark_value\\>icon "
"control\\</bookmark_value\\>\\<bookmark_value\\>buttons; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>image "
"control\\</bookmark_value\\>\\<bookmark_value\\>check box "
"control\\</bookmark_value\\>\\<bookmark_value\\>radio button "
"control\\</bookmark_value\\>\\<bookmark_value\\>option button "
"control\\</bookmark_value\\>\\<bookmark_value\\>fixed text "
"control\\</bookmark_value\\>\\<bookmark_value\\>label field "
"control\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>text boxes; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>list boxes; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>combo box "
"control\\</bookmark_value\\>\\<bookmark_value\\>scroll bar "
"control\\</bookmark_value\\>\\<bookmark_value\\>horizontal scrollbar "
"control\\</bookmark_value\\>\\<bookmark_value\\>vertical scrollbar "
"control\\</bookmark_value\\>\\<bookmark_value\\>group box "
"control\\</bookmark_value\\>\\<bookmark_value\\>progress bar "
"control\\</bookmark_value\\>\\<bookmark_value\\>fixed line "
"control\\</bookmark_value\\>\\<bookmark_value\\>horizontal line "
"control\\</bookmark_value\\>\\<bookmark_value\\>line "
"control\\</bookmark_value\\>\\<bookmark_value\\>vertical line "
"control\\</bookmark_value\\>\\<bookmark_value\\>date field "
"control\\</bookmark_value\\>\\<bookmark_value\\>time field "
"control\\</bookmark_value\\>\\<bookmark_value\\>numerical field "
"control\\</bookmark_value\\>\\<bookmark_value\\>currency field "
"control\\</bookmark_value\\>\\<bookmark_value\\>formatted field "
"control\\</bookmark_value\\>\\<bookmark_value\\>pattern field "
"control\\</bookmark_value\\>\\<bookmark_value\\>masked field "
"control\\</bookmark_value\\>\\<bookmark_value\\>file selection "
"control\\</bookmark_value\\>\\<bookmark_value\\>selections; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>test mode "
"control\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150402.1.help.text
msgid ""
"\\<link href=\\\"text/sbasic/shared/02/20000000.xhp\\\" name=\\\"Insert "
"Controls\\\"\\>Insert Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147000.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChooseControls\\\"\\>Opens the "
"\\<emph\\>Toolbox\\</emph\\> bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147226.help.text
msgid ""
"\\<image id=\\\"img_id3147571\\\" "
"src=\\\"res/commandimagelist/sc_choosecontrols.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147571\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153749.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153749.3.help"
".text\n"
"Insert Controls"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3157958.5.help.text
msgid ""
"In edit mode, double-click a control to open the \\<link "
"href=\\\"text/sbasic/shared/01170100.xhp\\\" name=\\\"properties "
"dialog\\\"\\>properties dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3148538.6.help.text
msgid ""
"In edit mode, you can also right-click a control and choose the cut, copy, "
"and paste command."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3148473.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3148473.7.help."
"text\n"
"Button"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153824.help.text
msgid ""
"\\<image id=\\\"img_id3157909\\\" "
"src=\\\"res/commandimagelist/sc_insertpushbutton.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3157909\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147530.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertPushbutton\\\"\\>Adds a command "
"button.\\</ahelp\\> You can use a command button to execute a command for a "
"defined event, such as a mouse click."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154923.9.help.text
msgid "If you want, you can add text or a graphic to the button."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3148550.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3148550.10.help"
".text\n"
"Image Control"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154138.help.text
msgid ""
"\\<image id=\\\"img_id3144760\\\" "
"src=\\\"res/commandimagelist/sc_objectcatalog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3144760\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3151042.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertImageControl\\\"\\>Adds a control that displays "
"a graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150447.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150447.12.help"
".text\n"
"Check Box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3155131.help.text
msgid ""
"\\<image id=\\\"img_id3150439\\\" "
"src=\\\"res/commandimagelist/sc_checkbox.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150439\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147317.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Checkbox\\\"\\>Adds a check box that you can use to "
"turn a function on or off.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150486.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150486.14.help"
".text\n"
"Option Button"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3155856.help.text
msgid ""
"\\<image id=\\\"img_id3146921\\\" "
"src=\\\"res/commandimagelist/sc_radiobutton.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146921\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153575.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Radiobutton\\\"\\>Adds a button that allows a user to "
"select from a number of options.\\</ahelp\\> Grouped option buttons must "
"have consecutive tab indices. They are commonly encircled by a group box. If "
"you have two groups of option buttons, you must insert a tab index between "
"the tab indices of the two groups on the group frame."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154729.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154729.16.help"
".text\n"
"Label Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3149300.help.text
msgid ""
"\\<image id=\\\"img_id3153415\\\" "
"src=\\\"res/commandimagelist/sc_insertfixedtext.png\\\" "
"width=\\\"0.0874inch\\\" height=\\\"0.0874inch\\\"\\>\\<alt "
"id=\\\"alt_id3153415\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3156181.17.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertFixedText\\\"\\>Adds a field for displaying text "
"labels.\\</ahelp\\> These labels are only for displaying predefined text, "
"and not for entering text."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3149123.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3149123.18.help"
".text\n"
"Text Box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153766.help.text
msgid ""
"\\<image id=\\\"img_id3148996\\\" "
"src=\\\"res/commandimagelist/sc_edit.png\\\" width=\\\"0.0874inch\\\" "
"height=\\\"0.0874inch\\\"\\>\\<alt "
"id=\\\"alt_id3148996\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153712.19.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertEdit\\\"\\>Adds an input box where you can enter "
"and edit text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154253.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154253.20.help"
".text\n"
"List Box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3155959.help.text
msgid ""
"\\<image id=\\\"img_id3163808\\\" "
"src=\\\"res/commandimagelist/sc_listbox.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3163808\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3155176.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertListbox\\\"\\>Adds a box where you can click an "
"entry on a list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150644.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150644.22.help"
".text\n"
"Combo Box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3148418.help.text
msgid ""
"\\<image id=\\\"img_id3153200\\\" "
"src=\\\"res/commandimagelist/sc_combobox.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3153200\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154199.23.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Combobox\\\"\\>Adds a combo box. A combo box is a one "
"line list box that a user can click, and then choose an entry from the "
"list.\\</ahelp\\> If you want, you can make the entries in the combo box "
"\"read only\"."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154585.24.help.text
msgid "Horizontal Scrollbar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153781.help.text
msgid ""
"\\<image id=\\\"img_id3149530\\\" "
"src=\\\"res/commandimagelist/sc_hscrollbar.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149530\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153232.25.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HScrollbar\\\"\\>Adds a horizontal scrollbar to the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154119.26.help.text
msgid "Vertical Scrollbar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3150515.help.text
msgid ""
"\\<image id=\\\"img_id3150203\\\" "
"src=\\\"res/commandimagelist/sc_vscrollbar.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150203\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3155376.27.help.text
msgid ""
"\\<ahelp hid=\\\".uno:VScrollbar\\\"\\>Adds a vertical scrollbar to the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150313.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150313.28.help"
".text\n"
"Group Box"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3151184.help.text
msgid ""
"\\<image id=\\\"img_id3151335\\\" "
"src=\\\"res/commandimagelist/sc_groupbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151335\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3159622.29.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Groupbox\\\"\\>Adds a frame that you can use to "
"visually group similar controls, such as option buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3148820.30.help.text
msgid ""
"To define two different groups of option buttons, ensure that the tab index "
"of the group frame is between the tab indices of the two groups."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3149330.31.help.text
msgid "Progress Bar"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3159093.help.text
msgid ""
"\\<image id=\\\"img_id3150318\\\" "
"src=\\\"res/commandimagelist/sc_progressbar.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150318\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3157979.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ProgressBar\\\"\\>Adds a progress bar to the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3145654.33.help.text
msgid "Horizontal Line"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3150888.help.text
msgid ""
"\\<image id=\\\"img_id3152872\\\" "
"src=\\\"res/commandimagelist/sc_hfixedline.png\\\" width=\\\"0.2201inch\\\" "
"height=\\\"0.2201inch\\\"\\>\\<alt "
"id=\\\"alt_id3152872\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3151000.34.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HFixedLine\\\"\\>Adds a horizontal line to the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3155095.35.help.text
msgid "Vertical Line"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154913.help.text
msgid ""
"\\<image id=\\\"img_id3153249\\\" "
"src=\\\"res/commandimagelist/sc_vfixedline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153249\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3159203.36.help.text
msgid ""
"\\<ahelp hid=\\\".uno:VFixedLine\\\"\\>Adds a vertical line to the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154540.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154540.37.help"
".text\n"
"Date Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3148901.help.text
msgid ""
"\\<image id=\\\"img_id3151010\\\" "
"src=\\\"res/commandimagelist/sc_adddatefield.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151010\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154214.38.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AddDateField\\\"\\>Adds a date field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3150046.39.help.text
msgid ""
"If you assign the \"dropdown\" property to the date field, a user can drop "
"down a calendar to select a date."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3151126.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3151126.40.help"
".text\n"
"Time Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154338.help.text
msgid ""
"\\<image id=\\\"img_id3147077\\\" "
"src=\\\"res/commandimagelist/sc_timefield.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3147077\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3151191.41.help.text
msgid ""
"\\<ahelp hid=\\\"SID_INSERT_TIMEFIELD\\\"\\>Adds a time field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154733.42.help.text
msgid "Numeric Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3146107.help.text
msgid ""
"\\<image id=\\\"img_id3147499\\\" "
"src=\\\"res/commandimagelist/sc_insertnumericfield.png\\\" "
"width=\\\"0.0874inch\\\" height=\\\"0.0874inch\\\"\\>\\<alt "
"id=\\\"alt_id3147499\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147244.43.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertNumericField\\\"\\>Adds a numeric "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3149870.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3149870.44.help"
".text\n"
"Currency Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153958.help.text
msgid ""
"\\<image id=\\\"img_id3150435\\\" "
"src=\\\"res/commandimagelist/sc_currencyfield.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150435\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154064.45.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertCurrencyField\\\"\\>Adds a currency "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150117.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3150117.46.help"
".text\n"
"Formatted Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3153162.help.text
msgid ""
"\\<image id=\\\"img_id3152807\\\" "
"src=\\\"res/commandimagelist/sc_formattedfield.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152807\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3146320.47.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertFormattedField\\\"\\>Adds a text box where you "
"can define the formatting for text that is inputted or outputted as well as "
"any limiting values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3156160.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3156160.48.help"
".text\n"
"Pattern Field"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3150379.help.text
msgid ""
"\\<image id=\\\"img_id3150032\\\" "
"src=\\\"res/commandimagelist/sc_insertpatternfield.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150032\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147382.49.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertPatternField\\\"\\>Adds a masked "
"field.\\</ahelp\\> A masked field consists of an input mask and a character "
"mask. The input mask determines which user data can be entered. The "
"character mask determines the state of the masked field when the form is "
"loaded."
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3146815.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3146815.50.help"
".text\n"
"File Selection"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3149194.help.text
msgid ""
"\\<image id=\\\"img_id3149101\\\" "
"src=\\\"res/commandimagelist/sc_filecontrol.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149101\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3145632.51.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertFileControl\\\"\\>Adds a button that allows you "
"to select a file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3155912.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3155912.52.help"
".text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3154903.help.text
msgid ""
"\\<image id=\\\"img_id3150653\\\" "
"src=\\\"res/commandimagelist/sc_drawselect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150653\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3148465.53.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SelectObject\\\"\\>Activates or deactivates the "
"Selection mode. In this mode, you can select the controls in a dialog so "
"that you can edit them.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154055.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3154055.54.help"
".text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3148725.help.text
msgid ""
"\\<image id=\\\"img_id3146874\\\" "
"src=\\\"res/commandimagelist/sc_controlproperties.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3146874\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3151105.55.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowPropBrowser\\\"\\>Opens a dialog where you can "
"edit the \\<link href=\\\"text/sbasic/shared/01170100.xhp\\\" "
"name=\\\"properties\\\"\\>properties\\</link\\> of the selected "
"control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#hd_id3153746.56.help.text
msgid "Activate Test Mode"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3147417.help.text
msgid ""
"\\<image id=\\\"img_id3148883\\\" "
"src=\\\"res/commandimagelist/sc_testmode.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148883\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sbasic/shared/02/20000000.xhp#par_id3150699.57.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TestMode\\\"\\>Starts test mode. Use the dialog closer "
"to return to design mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0000.xhp#tit.help.text\n"
"Welcome to the $[officename] Calc Help"
msgstr ""

#: helpcontent2/source/text/scalc/main0000.xhp#hd_id3147338.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0000.xhp#hd_id3147338.1.help.text\n"
"Welcome to the $[officename] Calc Help"
msgstr ""

#: helpcontent2/source/text/scalc/main0000.xhp#hd_id3153965.3.help.text
msgid "How to Work With $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/main0000.xhp#par_id3147004.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0000.xhp#par_id3147004.5.help.text\n"
"\\<link href=\\\"text/scalc/01/04060100.xhp\\\" name=\\\"List of Categories "
"and Functions\\\"\\>List of Categories and Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0000.xhp#hd_id3154659.6.help.text
msgid "$[officename] Calc Menus, Toolbars, and Keys"
msgstr ""

#: helpcontent2/source/text/scalc/main0000.xhp#hd_id3150883.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0000.xhp#hd_id3150883.4.help.text\n"
"Help about the Help"
msgstr ""

#: helpcontent2/source/text/scalc/main0100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0100.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/scalc/main0100.xhp#hd_id3156023.1.help.text
msgid ""
"\\<variable id=\\\"main0100\\\"\\>\\<link "
"href=\\\"text/scalc/main0100.xhp\\\" "
"name=\\\"Menus\\\"\\>Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0100.xhp#par_id3154760.2.help.text
msgid "The following menu commands are available for spreadsheets."
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#tit.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3156023.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0101.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#par_id3151112.2.help.text
msgid ""
"Contains commands for working with spreadsheets, such as open, close, save, "
"and print. To quit $[officename], click \\<emph\\>Exit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3154684.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#hd_id3154684.4.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3147434.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#hd_id3147434.5.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3147396.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#hd_id3147396.11.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3149400.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#hd_id3149400.7.help.text\n"
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" "
"name=\\\"Properties\\\"\\>Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3155445.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#hd_id3155445.9.help.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0101.xhp#hd_id3147339.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0101.xhp#hd_id3147339.10.help.text\n"
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Setup\\\"\\>Printer Setup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0102.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3156023.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0102.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#par_id3154758.2.help.text
msgid ""
"Use the commands in this menu to edit Calc sheets, for example, copying, "
"pasting, and deleting cell contents."
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3146119.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0102.xhp#hd_id3146119.3.help.text\n"
"\\<link href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste "
"Special\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3153728.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0102.xhp#hd_id3153728.12.help.text\n"
"\\<link href=\\\"text/shared/01/02240000.xhp\\\" name=\\\"Compare "
"Document\\\"\\>Compare Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3154492.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0102.xhp#hd_id3154492.4.help.text\n"
"\\<link href=\\\"text/shared/01/02100000.xhp\\\" name=\\\"Find & "
"Replace\\\"\\>Find & Replace\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3150715.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02120000.xhp\\\" name=\\\"Headers & "
"Footers\\\"\\>Headers & Footers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3149018.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02150000.xhp\\\" name=\\\"Delete "
"Contents\\\"\\>Delete Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3156384.7.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02160000.xhp\\\" name=\\\"Delete "
"Cells\\\"\\>Delete Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3146919.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0102.xhp#hd_id3146919.10.help.text\n"
"\\<link href=\\\"text/shared/01/02180000.xhp\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0102.xhp#hd_id3148488.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0102.xhp#hd_id3148488.11.help.text\n"
"\\<link href=\\\"text/shared/01/02220000.xhp\\\" "
"name=\\\"ImageMap\\\"\\>ImageMap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0103.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/scalc/main0103.xhp#hd_id3151112.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0103.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0103.xhp#par_id3149456.2.help.text
msgid ""
"The View menu contains commands for controlling the display of the "
"spreadsheet window and toolbars."
msgstr ""

#: helpcontent2/source/text/scalc/main0103.xhp#par_idN105AB.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0103.xhp#par_idN105AB.help.text\n"
"Normal"
msgstr ""

#: helpcontent2/source/text/scalc/main0103.xhp#par_idN105AF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the normal view of the sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0103.xhp#hd_id3125863.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0103.xhp#hd_id3125863.3.help.text\n"
"\\<link href=\\\"text/shared/01/03010000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3157909.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0104.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#par_id3153896.2.help.text
msgid ""
"The Insert menu contains commands for inserting new elements, such as cells, "
"rows, sheets and cell names into the current sheet."
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3150769.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04020000.xhp\\\" "
"name=\\\"Cells\\\"\\>Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3149260.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#hd_id3149260.4.help.text\n"
"\\<link href=\\\"text/scalc/01/04050000.xhp\\\" "
"name=\\\"Sheet\\\"\\>Sheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3153726.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#hd_id3153726.7.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Character\\\"\\>Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3156285.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#hd_id3156285.13.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3154492.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060000.xhp\\\" "
"name=\\\"Function\\\"\\>Function\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3154511.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#hd_id3154511.12.help.text\n"
"\\<link href=\\\"text/scalc/01/04080000.xhp\\\" name=\\\"Function "
"List\\\"\\>Function List\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3145640.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/shared/01/04050000.xhp\\\" "
"name=\\"
"\"Note\\\"\\>Note\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/01/04050000.xhp\\\" "
"name=\\\"Note\\\"\\>Note\\</link\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3146918.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#hd_id3146918.11.help.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" "
"name=\\\"Chart\\\"\\>Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0104.xhp#hd_id3147003.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0104.xhp#hd_id3147003.10.help.text\n"
"\\<link href=\\\"text/shared/01/04160500.xhp\\\" name=\\\"Floating "
"Frame\\\"\\>Floating Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0105.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3149669.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0105.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#par_id3145171.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormatMenu\\\"\\>The \\<emph\\>Format\\</emph\\> menu "
"contains commands for formatting selected cells, \\<link "
"href=\\\"text/shared/00/00000005.xhp#objekt\\\" "
"name=\\\"objects\\\"\\>objects\\</link\\>, and cell contents in your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3154732.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05020000.xhp\\\" "
"name=\\\"Cells\\\"\\>Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3155087.9.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05070000.xhp\\\" "
"name=\\\"Page\\\"\\>Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3145748.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0105.xhp#hd_id3145748.12.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3154485.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0105.xhp#hd_id3154485.13.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3157980.11.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05110000.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3159206.14.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05120000.xhp\\\" name=\\\"Conditional "
"Formatting\\\"\\>Conditional Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#par_idN10707.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0105.xhp#par_idN10707.help.text\n"
"Graphic"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3154703.17.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170100.xhp\\\" "
"name=\\\"Control\\\"\\>Control\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0105.xhp#hd_id3147005.16.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170200.xhp\\\" "
"name=\\\"Form\\\"\\>Form\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0106.xhp#tit.help.text\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#hd_id3150769.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0106.xhp\\\" "
"name=\\\"Tools\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#par_id3150440.2.help.text
msgid ""
"The \\<emph\\>Tools \\</emph\\>menu contains commands to check spelling, to "
"trace sheet references, to find mistakes and to define scenarios."
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#par_id3152576.10.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 ""

#: helpcontent2/source/text/scalc/main0106.xhp#hd_id3154015.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0106.xhp#hd_id3154015.9.help.text\n"
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#hd_id3149122.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0106.xhp#hd_id3149122.12.help.text\n"
"\\<link href=\\\"text/scalc/01/06040000.xhp\\\" name=\\\"Goal "
"Seek\\\"\\>Goal Seek\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#hd_id3155768.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06050000.xhp\\\" "
"name=\\\"Scenarios\\\"\\>Scenarios\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0106.xhp#hd_id3150086.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0106.xhp#hd_id3150086.8.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Configure\\\"\\>Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0107.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0107.xhp#tit.help.text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/scalc/main0107.xhp#hd_id3154758.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0107.xhp\\\" "
"name=\\\"Window\\\"\\>Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0107.xhp#par_id3150398.2.help.text
msgid ""
"Use the \\<emph\\>Window\\</emph\\> menu to open, split, and arrange windows."
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0112.xhp#tit.help.text\n"
"Data"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3153254.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0112.xhp\\\" "
"name=\\\"Data\\\"\\>Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#par_id3147264.2.help.text
msgid ""
"Use the \\<emph\\>Data \\</emph\\>menu commands to edit the data in the "
"current sheet. You can define ranges, sort and filter the data, calculate "
"results, outline data, and open the DataPilot."
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3150400.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12010000.xhp\\\" name=\\\"Define "
"Range\\\"\\>Define Range\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3125863.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12020000.xhp\\\" name=\\\"Select "
"Range\\\"\\>Select Range\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3153726.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12030000.xhp\\\" "
"name=\\\"Sort\\\"\\>Sort\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3153142.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12050000.xhp\\\" "
"name=\\\"Subtotals\\\"\\>Subtotals\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3151073.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0112.xhp#hd_id3151073.10.help.text\n"
"\\<link href=\\\"text/scalc/01/12120000.xhp\\\" "
"name=\\\"Validity\\\"\\>Validity\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3145254.7.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12060000.xhp\\\" name=\\\"Multiple "
"Operations\\\"\\>Multiple Operations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3150717.8.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12070000.xhp\\\" "
"name=\\\"Consolidate\\\"\\>Consolidate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0112.xhp#hd_id3154754.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0112.xhp#hd_id3154754.9.help.text\n"
"\\<link href=\\\"text/scalc/01/12100000.xhp\\\" name=\\\"Refresh "
"Range\\\"\\>Refresh Range\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0200.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/scalc/main0200.xhp#hd_id3154758.1.help.text
msgid ""
"\\<variable id=\\\"main0200\\\"\\>\\<link "
"href=\\\"text/scalc/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0200.xhp#par_id3148798.2.help.text
msgid ""
"This submenu lists the toolbars that are available in "
"spreadsheets.\\<embedvar "
"href=\\\"text/shared/00/00000007.xhp#symbolleistenneu\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0202.xhp#tit.help.text\n"
"Formatting Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3150448.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0202.xhp\\\" name=\\\"Formatting "
"Bar\\\"\\>Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#par_id3153897.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_TOOLBOX_TABLE\\\"\\>The "
"\\<emph\\>Formatting\\</emph\\> bar contains basic commands for applying "
"manually formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3153160.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0202.xhp#hd_id3153160.8.help.text\n"
"\\<link href=\\\"text/shared/01/05020200.xhp\\\" name=\\\"Font "
"Color\\\"\\>Font Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3150715.9.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Align "
"Left\\\"\\>Align Left\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3155064.10.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Align Center "
"Horizontally\\\"\\>Align Center Horizontally\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3150042.11.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Align "
"Right\\\"\\>Align Right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3154703.12.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" "
"name=\\\"Justify\\\"\\>Justify\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3152986.13.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Align "
"Top\\\"\\>Align Top\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3153306.14.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Align Center "
"Vertically\\\"\\>Align Center Vertically\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0202.xhp#hd_id3151240.15.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Align "
"Bottom\\\"\\>Align Bottom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0203.xhp#tit.help.text\n"
"Drawing Object Properties Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#hd_id3154346.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0203.xhp\\\" name=\\\"Drawing Object "
"Properties Bar\\\"\\>Drawing Object Properties Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#par_id3149656.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_TOOLBOX_DRAW\\\"\\>The \\<emph\\>Drawing Object "
"Properties\\</emph\\> Bar for objects that you select in the sheet contains "
"formatting and alignment commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#hd_id3145748.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0203.xhp#hd_id3145748.3.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Style\\\"\\>Line Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#hd_id3151073.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0203.xhp#hd_id3151073.4.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Width\\\"\\>Line Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#hd_id3153417.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0203.xhp#hd_id3153417.5.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Color\\\"\\>Line Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0203.xhp#hd_id3147338.6.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210100.xhp\\\" name=\\\"Background "
"Color\\\"\\>Background Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0205.xhp#tit.help.text\n"
"Text Formatting Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3156330.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0205.xhp\\\" name=\\\"Text Formatting "
"Bar\\\"\\>Text Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#par_id3151112.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_TOOLBOX_DRTEXT\\\"\\>The \\<emph\\>Text "
"Formatting\\</emph\\> Bar that is displayed when the cursor is in a text "
"object, such as a text frame or a drawing object, contains formatting and "
"alignment commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3148575.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0205.xhp#hd_id3148575.7.help.text\n"
"\\<link href=\\\"text/shared/01/05020200.xhp\\\" name=\\\"Font "
"Color\\\"\\>Font Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3154944.8.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Line Spacing: "
"1\\\"\\>Line Spacing: 1\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3146969.9.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Line Spacing: "
"1.5\\\"\\>Line Spacing: 1.5\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3153711.10.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Line Spacing: "
"2\\\"\\>Line Spacing: 2\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3147345.11.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030700.xhp\\\" name=\\\"Align "
"Left\\\"\\>Align Left\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3155337.12.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030700.xhp\\\" "
"name=\\\"Centered\\\"\\>Centered\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3147001.13.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030700.xhp\\\" name=\\\"Align "
"Right\\\"\\>Align Right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3155115.14.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030700.xhp\\\" "
"name=\\\"Justify\\\"\\>Justify\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3150202.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0205.xhp#hd_id3150202.15.help.text\n"
"\\<link href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Superscript\\\"\\>Superscript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3155531.16.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0205.xhp#hd_id3155531.16.help.text\n"
"\\<link href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Subscript\\\"\\>Subscript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3145387.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0205.xhp#hd_id3145387.17.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0205.xhp#hd_id3153067.18.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0205.xhp#hd_id3153067.18.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0206.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0206.xhp#tit.help.text\n"
"Formula Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0206.xhp#hd_id3147264.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0206.xhp\\\" name=\\\"Formula "
"Bar\\\"\\>Formula Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0206.xhp#par_id3150400.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_INPUTWIN\\\"\\>Use this bar to enter "
"formulas.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0208.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0208.xhp#tit.help.text\n"
"Status Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0208.xhp#hd_id3151385.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0208.xhp\\\" name=\\\"Status "
"Bar\\\"\\>Status Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0208.xhp#par_id3149669.2.help.text
msgid ""
"The \\<emph\\>Status Bar\\</emph\\> displays information about the current "
"sheet."
msgstr ""

#: helpcontent2/source/text/scalc/main0210.xhp#tit.help.text
msgid "Page Preview Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0210.xhp#hd_id3156023.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0210.xhp\\\" name=\\\"Page Preview  "
"Bar\\\"\\>Page Preview Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0210.xhp#par_id3148663.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_WIN_PREVIEW\\\"\\>The \\<emph\\>Page "
"Preview\\</emph\\> Bar is displayed when you choose \\<emph\\>File - Page "
"Preview\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0210.xhp#hd_id3147394.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05070000.xhp\\\" name=\\\"Page "
"Format\\\"\\>Page Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0214.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0214.xhp#tit.help.text\n"
"Picture Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0214.xhp#hd_id3153088.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0214.xhp\\\" name=\\\"Picture "
"Bar\\\"\\>Picture Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0214.xhp#par_id3153896.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>The \\<emph\\>Picture\\</emph\\> bar is displayed "
"when you insert or select a picture in a sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0218.xhp#tit.help.text\n"
"Tools Bar"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#hd_id3143268.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0218.xhp\\\" name=\\\"Tools Bar\\\"\\>Tools "
"Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#par_id3151112.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_TOOLBOX_TOOLS\\\"\\>Use the Tools bar to access "
"commonly used commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#hd_id3149664.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0218.xhp#hd_id3149664.5.help.text\n"
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"Form "
"Controls\\\"\\>Form Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#hd_id3154730.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06080000.xhp\\\" name=\\\"Choose "
"Themes\\\"\\>Choose Themes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#par_idN10690.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040300.xhp\\\" name=\\\"Advanced "
"Filter\\\"\\>Advanced Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#par_idN106A8.help.text
msgid "\\<link href=\\\"text/scalc/01/12090100.xhp\\\"\\>Start\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#par_idN106C0.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0218.xhp#par_idN106C0.help.text\n"
"\\<link href=\\\"text/shared/autopi/01150000.xhp\\\" name=\\\"Euro "
"Converter\\\"\\>Euro Converter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#par_idN106D8.help.text
msgid "\\<link href=\\\"text/scalc/01/04070100.xhp\\\"\\>Define\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0218.xhp#par_idN106F0.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0218.xhp#par_idN106F0.help.text\n"
"\\<link href=\\\"text/scalc/01/06040000.xhp\\\" name=\\\"Goal "
"Seek\\\"\\>Goal Seek\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#tit.help.text
msgid "$[officename] Calc Features"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3154758.1.help.text
msgid ""
"\\<variable id=\\\"main0503\\\"\\>\\<link "
"href=\\\"text/scalc/main0503.xhp\\\" name=\\\"$[officename] Calc "
"Features\\\"\\>$[officename] Calc Features\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3149457.2.help.text
msgid ""
"$[officename] Calc is a spreadsheet application that you can use to "
"calculate, analyze, and manage your data. You can also import and modify "
"Microsoft Excel spreadsheets."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3148797.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0503.xhp#hd_id3148797.4.help.text\n"
"Calculations"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3145172.5.help.text
msgid ""
"$[officename] Calc provides you with \\<link "
"href=\\\"text/scalc/01/04060100.xhp\\\" "
"name=\\\"functions\\\"\\>functions\\</link\\>, including statistical and "
"banking functions, that you can use to create formulas to perform complex "
"calculations on your data."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3145271.6.help.text
msgid ""
"You can also use the \\<link href=\\\"text/scalc/01/04060000.xhp\\\" "
"name=\\\"AutoPilots\\\"\\>Function Wizard\\</link\\> to help you create your "
"formulas."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3152596.13.help.text
msgid "What-If Calculations"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3156444.14.help.text
msgid ""
"An interesting feature is to be able to immediately view the results of "
"changes made to one factor of calculations that are composed of several "
"factors. For instance, you can see how changing the time period in a loan "
"calculation affects the interest rates or repayment amounts. Furthermore, "
"you can manage larger tables by using different predefined scenarios."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3148576.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/main0503.xhp#hd_id3148576.7.help.text\n"
"Database Functions"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3154011.8.help.text
msgid "Use spreadsheets to arrange, store, and filter your data."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3154942.25.help.text
msgid ""
"$[officename] Calc lets you drag-and-drop tables from databases, or lets you "
"use a spreadsheet as a data source for creating form letters in "
"$[officename] Writer."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3145800.9.help.text
msgid "Arranging Data"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3154490.10.help.text
msgid ""
"With a few mouse-clicks, you can reorganize your spreadsheet to show or hide "
"certain data ranges, or to format ranges according to special conditions, or "
"to quickly calculate subtotals and totals."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3155601.16.help.text
msgid "Dynamic Charts"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3149121.17.help.text
msgid ""
"$[officename] Calc lets you present spreadsheet data in dynamic charts that "
"update automatically when the data changes."
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#hd_id3153707.18.help.text
msgid "Opening and Saving Microsoft Files"
msgstr ""

#: helpcontent2/source/text/scalc/main0503.xhp#par_id3157867.19.help.text
msgid ""
"Use the $[officename] filters to convert Excel files, or to open and save in "
"a variety of other \\<link href=\\\"text/shared/00/00000020.xhp\\\" "
"name=\\\"formats\\\"\\>formats\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/00/00000004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000004.xhp#tit.help.text\n"
"To access this function..."
msgstr ""

#: helpcontent2/source/text/scalc/00/00000004.xhp#hd_id3155535.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000004.xhp#hd_id3155535.1.help.text\n"
"\\<variable id=\\\"wie\\\"\\>To access this function... \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000004.xhp#par_idN1056E.help.text
msgid ""
"\\<variable id=\\\"moreontop\\\"\\>More explanations on top of this page. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000004.xhp#par_idN105AF.help.text
msgid ""
"\\<variable id=\\\"optional\\\"\\>In the %PRODUCTNAME Calc functions, "
"parameters marked as \"optional\" can be left out only when no parameter "
"follows. For example, in a function with four parameters, where the last two "
"parameters are marked as \"optional\", you can leave out parameter 4 or "
"parameters 3 and 4, but you cannot leave out parameter 3 alone. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000402.xhp#tit.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#hd_id3147303.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000402.xhp#hd_id3147303.1.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3155555.2.help.text
msgid ""
"\\<variable id=\\\"kopffuss\\\"\\>Choose \\<emph\\>Edit - Headers & "
"Footers\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3159233.3.help.text
msgid ""
"\\<variable id=\\\"bkopfzeile\\\"\\>Choose \\<emph\\>Edit - Headers & "
"Footers - Header/Footer\\</emph\\> tabs\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3150443.4.help.text
msgid ""
"\\<variable id=\\\"bausfullen\\\"\\>Choose \\<emph\\>Edit - "
"Fill\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3143267.5.help.text
msgid ""
"\\<variable id=\\\"bausunten\\\"\\>Choose \\<emph\\>Edit - Fill - "
"Down\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3153880.6.help.text
msgid ""
"\\<variable id=\\\"bausrechts\\\"\\>Choose \\<emph\\>Edit - Fill - "
"Right\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3151245.7.help.text
msgid ""
"\\<variable id=\\\"bausoben\\\"\\>Choose \\<emph\\>Edit - Fill - "
"Up\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3145068.8.help.text
msgid ""
"\\<variable id=\\\"bauslinks\\\"\\>Choose \\<emph\\>Edit - Fill - "
"Left\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3150400.9.help.text
msgid ""
"\\<variable id=\\\"baustab\\\"\\>Choose \\<emph\\>Edit - Fill - "
"Sheet\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3154910.10.help.text
msgid ""
"\\<variable id=\\\"bausreihe\\\"\\>Choose \\<emph\\>Edit - Fill - "
"Series\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3154123.11.help.text
msgid "Choose \\<emph\\>Edit - Delete Contents\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3145785.20.help.text
msgid "Delete key"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3150011.12.help.text
msgid ""
"\\<variable id=\\\"bzelo\\\"\\>Choose \\<emph\\>Edit - Delete "
"Cells\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3153951.13.help.text
msgid "Choose \\<emph\\>Edit – Sheet - Delete\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3155306.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000402.xhp#par_id3155306.18.help.text\n"
"Open context menu for a sheet tab"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3146119.14.help.text
msgid "Choose \\<emph\\>Edit – Sheets – Move/Copy\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3148645.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000402.xhp#par_id3148645.19.help.text\n"
"Open context menu for a sheet tab"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3153093.15.help.text
msgid ""
"\\<variable id=\\\"bmaumloe\\\"\\>Choose \\<emph\\>Edit - Delete Manual "
"Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3153191.16.help.text
msgid ""
"\\<variable id=\\\"bzeilum\\\"\\>Choose \\<emph\\>Edit - Delete Manual Break "
"- Row Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000402.xhp#par_id3145645.17.help.text
msgid ""
"\\<variable id=\\\"bspaum\\\"\\>Choose \\<emph\\>Edit - Delete Manual Break -"
" Column Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000403.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000403.xhp#tit.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000403.xhp#hd_id3145673.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000403.xhp#hd_id3145673.1.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000403.xhp#par_id3150275.2.help.text
msgid ""
"\\<variable id=\\\"aspze\\\"\\>Choose \\<emph\\>View - Column & Row "
"Headers\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000403.xhp#par_id3154514.3.help.text
msgid ""
"\\<variable id=\\\"awehe\\\"\\>Choose \\<emph\\>View - Value "
"Highlighting\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000403.xhp#par_id3148947.4.help.text
msgid ""
"\\<variable id=\\\"rechenleiste\\\"\\>Choose \\<emph\\>View - Toolbars - "
"Formula Bar\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000403.xhp#par_id3148663.5.help.text
msgid ""
"\\<variable id=\\\"seumvo\\\"\\>Choose \\<emph\\>View - Page Break "
"Preview\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000404.xhp#tit.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#hd_id3149346.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000404.xhp#hd_id3149346.1.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149095.36.help.text
msgid ""
"\\<variable id=\\\"eimaum\\\"\\>Choose \\<emph\\>Insert - Manual "
"Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149398.2.help.text
msgid ""
"\\<variable id=\\\"eimaumze\\\"\\>Choose \\<emph\\>Insert - Manual Break - "
"Row Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3150084.3.help.text
msgid ""
"\\<variable id=\\\"eimaumsp\\\"\\>Choose \\<emph\\>Insert - Manual Break - "
"Column Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149784.4.help.text
msgid "Choose \\<emph\\>Insert - Cells\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3154514.5.help.text
msgid "Open \\<emph\\>Insert Cells\\</emph\\> toolbar from Tools bar:"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149656.help.text
msgid ""
"\\<image id=\\\"img_id3154365\\\" "
"src=\\\"res/commandimagelist/sc_inscellsctrl.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154365\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3151041.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3151041.6.help.text\n"
"Insert Cells"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3145273.help.text
msgid ""
"\\<image id=\\\"img_id3145364\\\" "
"src=\\\"res/commandimagelist/sc_insertcellsdown.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145364\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3146985.7.help.text
msgid "Insert Cells Down"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3144766.help.text
msgid ""
"\\<image id=\\\"img_id3154942\\\" "
"src=\\\"res/commandimagelist/sc_insertcellsright.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154942\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3145646.8.help.text
msgid "Insert Cells Right"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153838.help.text
msgid ""
"\\<image id=\\\"img_id3153710\\\" "
"src=\\\"res/commandimagelist/sc_insertrows.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153710\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3150324.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3150324.9.help.text\n"
"Insert Rows"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3147363.help.text
msgid ""
"\\<image id=\\\"img_id3145232\\\" "
"src=\\\"res/commandimagelist/sc_insertcolumns.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145232\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3155334.10.help.text
msgid "Insert Columns"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3148485.11.help.text
msgid ""
"\\<variable id=\\\"eizei\\\"\\>Choose \\<emph\\>Insert - "
"Rows\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153200.12.help.text
msgid ""
"\\<variable id=\\\"eispa\\\"\\>Choose \\<emph\\>Insert - "
"Columns\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149033.13.help.text
msgid ""
"\\<variable id=\\\"eitab\\\"\\>Choose \\<emph\\>Insert - "
"Sheet\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_idN1082F.help.text
msgid ""
"\\<variable id=\\\"eitabfile\\\"\\>Choose \\<emph\\>Insert - Sheet from "
"file\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3155115.14.help.text
msgid "Choose \\<emph\\>Insert - Function\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3152582.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000404.xhp#par_id3152582.34.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F2"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153269.15.help.text
msgid "On Formula Bar, click"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3150515.help.text
msgid ""
"\\<image id=\\\"img_id3150884\\\" src=\\\"sw/imglst/sc20556.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150884\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3154370.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000404.xhp#par_id3154370.16.help.text\n"
"Function Wizard"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3156288.17.help.text
msgid ""
"\\<variable id=\\\"eikada\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Database\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3155809.18.help.text
msgid ""
"\\<variable id=\\\"eikadaze\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Date&Time\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3151334.19.help.text
msgid ""
"\\<variable id=\\\"eikafi\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Financial\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3159222.20.help.text
msgid ""
"\\<variable id=\\\"eikain\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Information\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3159173.21.help.text
msgid ""
"\\<variable id=\\\"eikalo\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Logical\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153914.22.help.text
msgid ""
"\\<variable id=\\\"eikama\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Mathematical\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3150109.23.help.text
msgid ""
"\\<variable id=\\\"eikamatrix\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Array\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3157978.24.help.text
msgid ""
"\\<variable id=\\\"eikasta\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Statistical\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3156016.25.help.text
msgid ""
"\\<variable id=\\\"eikatext\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Text\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3147075.26.help.text
msgid ""
"\\<variable id=\\\"efefft\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Spreadsheet\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3154618.27.help.text
msgid ""
"\\<variable id=\\\"addin\\\"\\>\\<emph\\>Insert - Function\\</emph\\> - "
"Category \\<emph\\>Add-In\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3154059.38.help.text
msgid ""
"\\<variable id=\\\"addinana\\\"\\>Insert Function - Category \\<emph\\>Add-"
"In\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3155383.33.help.text
msgid ""
"\\<variable id=\\\"funktionsliste\\\"\\>Choose \\<emph\\>Insert - Function "
"List\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153250.28.help.text
msgid ""
"\\<variable id=\\\"einamen\\\"\\>Choose \\<emph\\>Insert - "
"Names\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3146776.37.help.text
msgid ""
"\\<variable id=\\\"eiextdata\\\"\\>Choose \\<emph\\>Insert - Link to "
"External data\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3143222.29.help.text
msgid "Choose \\<emph\\>Insert - Names - Define\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149385.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000404.xhp#par_id3149385.35.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F3"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3145214.30.help.text
msgid ""
"\\<variable id=\\\"einaei\\\"\\>Choose \\<emph\\>Insert - Names - "
"Insert\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153558.31.help.text
msgid ""
"\\<variable id=\\\"einaueb\\\"\\>Choose \\<emph\\>Insert - Names - "
"Create\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000404.xhp#par_id3153483.32.help.text
msgid ""
"\\<variable id=\\\"einabesch\\\"\\>Choose \\<emph\\>Insert - Names - "
"Labels\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000405.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#hd_id3150769.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000405.xhp#hd_id3150769.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154685.2.help.text
msgid ""
"\\<variable id=\\\"fozelle\\\"\\>Choose \\<emph\\>Format - "
"Cells\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3153194.3.help.text
msgid ""
"\\<variable id=\\\"fozelstz\\\"\\>Choose \\<emph\\>Format - Cells - Cell "
"Protection\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3155854.4.help.text
msgid ""
"\\<variable id=\\\"fozei\\\"\\>Choose \\<emph\\>Format - "
"Row\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3150012.5.help.text
msgid ""
"\\<variable id=\\\"fozeiophoe\\\"\\>Choose \\<emph\\>Format - Row - Optimal "
"Height\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3148645.6.help.text
msgid "Choose \\<emph\\>Format - Row - Hide\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3153728.7.help.text
msgid "Choose \\<emph\\>Format - Column - Hide\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3151114.8.help.text
msgid "Choose \\<emph\\>Format - Sheet - Hide\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3148576.9.help.text
msgid "Choose \\<emph\\>Format - Row - Show\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3156286.10.help.text
msgid "Choose \\<emph\\>Format - Column - Show\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3145645.11.help.text
msgid ""
"\\<variable id=\\\"fospa\\\"\\>Choose \\<emph\\>Format - "
"Column\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3145252.12.help.text
msgid "Choose \\<emph\\>Format - Column - Optimal Width\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3146971.36.help.text
msgid "Double-click right column separator in column headers"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3147362.15.help.text
msgid ""
"\\<variable id=\\\"fot\\\"\\>Choose \\<emph\\>Format - "
"Sheet\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3163805.16.help.text
msgid ""
"\\<variable id=\\\"fotu\\\"\\>Choose \\<emph\\>Format - Sheet - "
"Rename\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3155333.17.help.text
msgid ""
"\\<variable id=\\\"fotenb\\\"\\>Choose \\<emph\\>Format - Sheet - "
"Show\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154020.18.help.text
msgid ""
"\\<variable id=\\\"fozelzus\\\"\\>Choose \\<emph\\>Format - Merge "
"Cells\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3153200.19.help.text
msgid ""
"\\<variable id=\\\"fozelzfe\\\"\\>Choose \\<emph\\>Format - Merge Cells - "
"Define\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3149033.20.help.text
msgid ""
"\\<variable id=\\\"fozelzaf\\\"\\>Choose \\<emph\\>Format - Merge Cells - "
"Remove\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_idN1077A.help.text
msgid ""
"\\<variable id=\\\"foste\\\"\\>Choose \\<emph\\>Format - "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3155508.25.help.text
msgid ""
"\\<variable id=\\\"fostel\\\"\\>Choose \\<emph\\>Format - Page - "
"Sheet\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3150883.26.help.text
msgid ""
"\\<variable id=\\\"fodrbe\\\"\\>Choose \\<emph\\>Format - Print "
"Ranges\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3156448.27.help.text
msgid ""
"\\<variable id=\\\"fodrfe\\\"\\>Choose \\<emph\\>Format - Print Ranges - "
"Define\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3156290.35.help.text
msgid ""
"\\<variable id=\\\"fodrhin\\\"\\>Choose \\<emph\\>Format - Print Ranges - "
"Add\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3155812.28.help.text
msgid ""
"\\<variable id=\\\"fodbah\\\"\\>Choose \\<emph\\>Format - Print Ranges - "
"Remove\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3153307.29.help.text
msgid ""
"\\<variable id=\\\"fodbbe\\\"\\>Choose \\<emph\\>Format - Print Ranges - "
"Edit\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3153916.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000405.xhp#par_id3153916.31.help.text\n"
"Choose \\<emph\\>Format - AutoFormat\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154532.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154532.32.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3149332.help.text
msgid ""
"\\<image id=\\\"img_id3156020\\\" "
"src=\\\"res/commandimagelist/sc_autoformat.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156020\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154060.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154060.33.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000405.xhp#par_id3154618.34.help.text
msgid ""
"\\<variable id=\\\"bedingte\\\"\\>Choose \\<emph\\>Format - Conditional "
"Formatting\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000406.xhp#tit.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#hd_id3147264.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000406.xhp#hd_id3147264.1.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3150541.2.help.text
msgid ""
"\\<variable id=\\\"exdektv\\\"\\>Choose \\<emph\\>Tools - "
"Detective\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3153194.3.help.text
msgid "Choose \\<emph\\>Tools - Detective - Trace Precedents\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3150447.29.help.text
msgid "Shift+F7"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3154123.33.help.text
msgid ""
"\\<variable id=\\\"silbentrennungc\\\"\\>Menu \\<emph\\>Tools - "
"Hyphenation\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3145785.4.help.text
msgid ""
"\\<variable id=\\\"exdvore\\\"\\>Choose \\<emph\\>Tools - Detective - Remove "
"Precedents\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3155411.5.help.text
msgid "Choose \\<emph\\>Tools - Detective - Trace Dependents\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3153363.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000406.xhp#par_id3153363.30.help.text\n"
"Shift+F5"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3146984.6.help.text
msgid ""
"\\<variable id=\\\"exdszne\\\"\\>Choose \\<emph\\>Tools - Detective - Remove "
"Dependents\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3154014.7.help.text
msgid ""
"\\<variable id=\\\"exdase\\\"\\>Choose \\<emph\\>Tools - Detective - Remove "
"All Traces\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3153188.8.help.text
msgid ""
"\\<variable id=\\\"exdszfe\\\"\\>Choose \\<emph\\>Tools - Detective - Trace "
"Error\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3149410.9.help.text
msgid ""
"\\<variable id=\\\"fuellmodus\\\"\\>Choose \\<emph\\>Tools - Detective - "
"Fill Mode\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3156284.10.help.text
msgid ""
"\\<variable id=\\\"dateneinkreisen\\\"\\>Choose \\<emph\\>Tools - Detective -"
" Mark Invalid Data\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3153159.11.help.text
msgid ""
"\\<variable id=\\\"spurenaktualisieren\\\"\\>Choose \\<emph\\>Tools - "
"Detective - Refresh Traces\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3147397.32.help.text
msgid ""
"\\<variable id=\\\"automatisch\\\"\\>Choose \\<emph\\>Tools - Detective - "
"AutoRefresh\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3154018.12.help.text
msgid ""
"\\<variable id=\\\"exzws\\\"\\>Choose \\<emph\\>Tools - Goal "
"Seek\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3156277.13.help.text
msgid ""
"\\<variable id=\\\"exsze\\\"\\>Choose \\<emph\\>Tools - "
"Scenarios\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3145640.14.help.text
msgid ""
"\\<variable id=\\\"exdos\\\"\\>Choose \\<emph\\>Tools - Protect "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3149020.15.help.text
msgid ""
"\\<variable id=\\\"exdst\\\"\\>Choose \\<emph\\>Tools - Protect Document - "
"Sheet\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3154256.16.help.text
msgid ""
"\\<variable id=\\\"exdsd\\\"\\>Choose \\<emph\\>Tools - Protect Document - "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3147363.17.help.text
msgid ""
"\\<variable id=\\\"zellinhalte\\\"\\>Choose \\<emph\\>Tools - Cell "
"Contents\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3146919.18.help.text
msgid "Choose \\<emph\\>Tools - Cell Contents - Recalculate\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3149257.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000406.xhp#par_id3149257.31.help.text\n"
"F9"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3150941.19.help.text
msgid ""
"\\<variable id=\\\"exatmb\\\"\\>Choose \\<emph\\>Tools - Cell Contents - "
"AutoCalculate\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000406.xhp#par_id3151276.20.help.text
msgid ""
"\\<variable id=\\\"autoeingabe\\\"\\>Choose \\<emph\\>Tools - Cell Contents -"
" AutoInput\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000407.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000407.xhp#tit.help.text\n"
"Window Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000407.xhp#hd_id3155628.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000407.xhp#hd_id3155628.1.help.text\n"
"Window Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000407.xhp#par_id3147335.2.help.text
msgid ""
"\\<variable id=\\\"fete\\\"\\>Choose \\<emph\\>Window - "
"Split\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000407.xhp#par_id3153663.3.help.text
msgid ""
"\\<variable id=\\\"fefix\\\"\\>Choose \\<emph\\>Window - "
"Freeze\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000412.xhp#tit.help.text\n"
"Data Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#hd_id3145136.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000412.xhp#hd_id3145136.1.help.text\n"
"Data Menu"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3147399.3.help.text
msgid ""
"\\<variable id=\\\"dbrbf\\\"\\>Choose \\<emph\\>Data - Define "
"Range\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3145345.4.help.text
msgid ""
"\\<variable id=\\\"dbrba\\\"\\>Choose \\<emph\\>Data - Select "
"Range\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150443.5.help.text
msgid ""
"\\<variable id=\\\"dnsrt\\\"\\>Choose \\<emph\\>Data - "
"Sort\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3148491.6.help.text
msgid "Choose \\<emph\\>Data - Sort - Sort Criteria\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3154516.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3154516.7.help.text\n"
"On Standard bar, click"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3148663.help.text
msgid ""
"\\<image id=\\\"img_id3150543\\\" "
"src=\\\"res/commandimagelist/sc_sortup.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150543\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150767.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150767.8.help.text\n"
"Sort Ascending"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153969.help.text
msgid ""
"\\<image id=\\\"img_id3125863\\\" "
"src=\\\"res/commandimagelist/sc_sortdown.png\\\" width=\\\"0.1701inch\\\" "
"height=\\\"0.1701inch\\\"\\>\\<alt "
"id=\\\"alt_id3125863\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3145364.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3145364.9.help.text\n"
"Sort Descending"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3146984.10.help.text
msgid ""
"\\<variable id=\\\"dnstot\\\"\\>Choose \\<emph\\>Data - Sort - "
"Options\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155308.11.help.text
msgid ""
"\\<variable id=\\\"dnftr\\\"\\>Choose \\<emph\\>Data - "
"Filter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3148646.12.help.text
msgid "Choose \\<emph\\>Data - Filter - AutoFilter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3151113.13.help.text
msgid "On Tools bar or Table Data bar, click"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3145799.help.text
msgid ""
"\\<image id=\\\"img_id3149413\\\" "
"src=\\\"res/commandimagelist/sc_datafilterautofilter.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149413\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3149401.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3149401.14.help.text\n"
"AutoFilter"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3156278.17.help.text
msgid ""
"\\<variable id=\\\"dnfspz\\\"\\>Choose \\<emph\\>Data - Filter - Advanced "
"Filter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153764.18.help.text
msgid ""
"Choose \\<emph\\>Data - Filter - Standard Filter - More>>\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155444.19.help.text
msgid ""
"Choose \\<emph\\>Data - Filter - Advanced Filter - More>>\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3156382.20.help.text
msgid "Choose \\<emph\\>Data - Filter - Remove Filter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155961.48.help.text
msgid "On Table Data bar, click \\<emph\\>Remove Filter/Sort\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3148485.help.text
msgid ""
"\\<image id=\\\"img_id3145792\\\" "
"src=\\\"res/commandimagelist/sc_removefilter.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145792\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3149207.49.help.text
msgid "Remove Filter/Sort"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3152778.21.help.text
msgid ""
"\\<variable id=\\\"dnaftas\\\"\\>Choose \\<emph\\>Data - Filter - Hide "
"AutoFilter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3166424.22.help.text
msgid ""
"\\<variable id=\\\"dntegs\\\"\\>Choose \\<emph\\>Data - "
"Subtotals\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3154574.23.help.text
msgid ""
"\\<variable id=\\\"dntezd\\\"\\>Choose \\<emph\\>Data - Subtotals - 1st, "
"2nd, 3rd Group\\</emph\\> tabs \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3151277.24.help.text
msgid ""
"\\<variable id=\\\"dntopi\\\"\\>Choose \\<emph\\>Data - Subtotals - "
"Options\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3145133.25.help.text
msgid ""
"\\<variable id=\\\"datengueltig\\\"\\>Choose \\<emph\\>Data - "
"Validity\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3152992.26.help.text
msgid ""
"\\<variable id=\\\"datengueltigwerte\\\"\\>Menu \\<emph\\>Data - Validity - "
"Criteria\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150367.27.help.text
msgid ""
"\\<variable id=\\\"datengueltigeingabe\\\"\\>Choose \\<emph\\>Data - "
"Validity - Input Help\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3154486.28.help.text
msgid ""
"\\<variable id=\\\"datengueltigfehler\\\"\\>Choose \\<emph\\>Data - Validity "
"- Error Alert\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3146978.29.help.text
msgid ""
"\\<variable id=\\\"dnmfo\\\"\\>Choose \\<emph\\>Data - Multiple "
"Operations\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155809.30.help.text
msgid ""
"\\<variable id=\\\"dnksd\\\"\\>Choose \\<emph\\>Data - "
"Consolidate\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3148701.31.help.text
msgid ""
"\\<variable id=\\\"dngld\\\"\\>Choose \\<emph\\>Data - "
"Outline\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153815.32.help.text
msgid ""
"\\<variable id=\\\"dngda\\\"\\>Choose \\<emph\\>Data - Outline - Hide "
"Details\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3159223.33.help.text
msgid ""
"\\<variable id=\\\"dngde\\\"\\>Choose \\<emph\\>Data - Outline - Show "
"Details\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3146870.34.help.text
msgid "Choose \\<emph\\>Data - Outline - Group\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3144507.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3144507.51.help.text\n"
"F12"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3144772.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3144772.35.help.text\n"
"On \\<emph\\>Tools\\</emph\\> bar, click"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3149438.help.text
msgid ""
"\\<image id=\\\"img_id3153287\\\" "
"src=\\\"res/commandimagelist/sc_group.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153287\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150214.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150214.36.help.text\n"
"Group"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3146781.37.help.text
msgid "Choose \\<emph\\>Data - Outline - Ungroup\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150892.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150892.52.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F12"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155097.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155097.38.help.text\n"
"On \\<emph\\>Tools\\</emph\\> bar, click"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150048.help.text
msgid ""
"\\<image id=\\\"img_id3155914\\\" "
"src=\\\"res/commandimagelist/sc_ungroup.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155914\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153555.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153555.39.help.text\n"
"Ungroup"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153008.40.help.text
msgid ""
"\\<variable id=\\\"dnglagl\\\"\\>Choose \\<emph\\>Data - Outline - "
"AutoOutline\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3154709.41.help.text
msgid ""
"\\<variable id=\\\"dnglef\\\"\\>Choose \\<emph\\>Data - Outline - "
"Remove\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3155759.42.help.text
msgid ""
"\\<variable id=\\\"dndtpt\\\"\\>Choose \\<emph\\>Data - "
"DataPilot\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3154625.43.help.text
msgid ""
"\\<variable id=\\\"dndpa\\\"\\>Choose \\<emph\\>Data - DataPilot - "
"Start\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3147558.53.help.text
msgid ""
"\\<variable id=\\\"dndq\\\"\\>Choose \\<emph\\>Data - DataPilot - "
"Start\\</emph\\>, in the Select Source dialog choose the option "
"\\<emph\\>Data source registered in $[officename]\\</emph\\>. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153297.50.help.text
msgid ""
"Choose \\<emph\\>Data - DataPilot - Start\\</emph\\>, in the Select Source "
"dialog choose the option \\<emph\\>Current selection\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3145118.54.help.text
msgid ""
"Choose \\<emph\\>Data - DataPilot - Start\\</emph\\>, in the Select Source "
"dialog choose the option \\<emph\\>Data source registered in "
"$[officename]\\</emph\\>, click \\<emph\\>OK\\</emph\\> to see "
"\\<emph\\>Select Data Source\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3153294.44.help.text
msgid ""
"\\<variable id=\\\"dndpak\\\"\\>Choose \\<emph\\>Data - DataPilot - "
"Refresh\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3151344.45.help.text
msgid ""
"\\<variable id=\\\"dndploe\\\"\\>Choose \\<emph\\>Data - DataPilot - "
"Delete\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_id3150397.46.help.text
msgid ""
"\\<variable id=\\\"dndakt\\\"\\>Choose \\<emph\\>Data - Refresh "
"Range\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/00/00000412.xhp#par_idN10B8F.help.text
msgid ""
"\\<variable id=\\\"grouping\\\"\\>Choose \\<emph\\>Data - Outline - "
"Group\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#tit.help.text\n"
"Navigator"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#bm_id3150791.help.text
msgid ""
"\\<bookmark_value\\>Navigator;for "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>navigating in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>navigating; data "
"range\\</bookmark_value\\>\\<bookmark_value\\>displaying; scenario "
"names\\</bookmark_value\\>\\<bookmark_value\\>scenarios;displaying "
"names\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150791.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3156422.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Navigator\\\"\\>Activates and deactivates the "
"Navigator.\\</ahelp\\> The Navigator is a \\<link "
"href=\\\"text/shared/00/00000005.xhp#andocken\\\" name=\\\"dockable "
"window\\\"\\>dockable window\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3145271.40.help.text
msgid ""
"Choose \\<emph\\>Edit - Navigator\\</emph\\> to display the Navigator."
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3159155.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3159155.4.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3146984.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_COL\\\"\\>Enter the column letter in "
"the\\<emph\\> Column \\</emph\\>\\<link "
"href=\\\"text/shared/00/00000005.xhp#drehfeld\\\" name=\\\"spin "
"box\\\"\\>spin box\\</link\\>. Press Enter to reposition the cell cursor to "
"the specified column in the same row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3147126.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3147126.6.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3149958.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_ROW\\\"\\>Enter a row number in the\\<emph\\> "
"Row \\</emph\\>spin box. Press Enter to reposition the cell cursor to the "
"specified row in the same column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150717.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150717.8.help.text\n"
"Data Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150752.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_DATA\\\"\\>Specifies the current data range "
"denoted by the position of the cell cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3159264.help.text
msgid ""
"\\<image id=\\\"img_id3147338\\\" "
"src=\\\"res/commandimagelist/sc_grid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147338\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3146919.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3146919.9.help.text\n"
"Data Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3148488.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3148488.14.help.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150086.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_UP\\\"\\>Moves to the cell at the beginning "
"of the current data range, which you can highlight using the \\<emph\\>Data "
"Range\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3152994.help.text
msgid ""
"\\<image id=\\\"img_id3150515\\\" src=\\\"sw/imglst/sc20186.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150515\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3154372.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02110000.xhp#par_id3154372.15.help.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3146982.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3146982.17.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3152985.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_DOWN\\\"\\>Moves to the cell at the end of "
"the current data range, which you can highlight using the \\<emph\\>Data "
"Range\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3159170.help.text
msgid ""
"\\<image id=\\\"img_id3148871\\\" src=\\\"sw/imglst/sc20175.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148871\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3147072.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02110000.xhp#par_id3147072.18.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150107.20.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150107.20.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3159098.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_ROOT\\\"\\>Toggles the content view. Only the "
"selected Navigator element and its subelements are displayed.\\</ahelp\\> "
"Click the icon again to restore all elements for viewing."
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3152869.help.text
msgid ""
"\\<image id=\\\"img_id3149126\\\" src=\\\"sw/imglst/sc20244.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149126\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3159229.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02110000.xhp#par_id3159229.21.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3149381.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3149381.11.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150051.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_ZOOM\\\"\\>Allows you to hide/show the "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3155597.help.text
msgid ""
"\\<image id=\\\"img_id3154738\\\" src=\\\"sw/imglst/sc20233.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154738\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150955.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150955.12.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3147244.23.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3147244.23.help.text\n"
"Scenarios"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3153955.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_SCEN\\\"\\>Displays all available scenarios. "
"Double-click a name to apply that scenario.\\</ahelp\\> The result is shown "
"in the sheet. For more information, choose \\<link "
"href=\\\"text/scalc/01/06050000.xhp\\\" name=\\\"Tools - "
"Scenarios\\\"\\>\\<emph\\>Tools - Scenarios\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3148745.help.text
msgid ""
"\\<image id=\\\"img_id3159256\\\" src=\\\"sc/res/imglst/navipi/na07.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3166466.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02110000.xhp#par_id3166466.24.help.text\n"
"Scenarios"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A6C.help.text
msgid ""
"If the Navigator displays scenarios, you can access the following commands "
"when you right-click a scenario entry:"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A77.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A77.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A7B.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SCENARIO_DELETE\\\"\\>Deletes the selected "
"scenario.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A92.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_idN10A96.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SCENARIO_EDIT\\\"\\>Opens the \\<link "
"href=\\\"text/scalc/01/06050000.xhp\\\"\\>Edit scenario\\</link\\> dialog, "
"where you can edit the scenario properties.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150037.26.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150037.26.help.text\n"
"Drag Mode"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3157876.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_DROP\\\"\\>Opens a submenu for selecting the "
"drag mode\\</ahelp\\> You can also select the drag mode through the context "
"menu in the Navigator window. You decide which action is performed when "
"dragging and dropping an object from the Navigator into a document. "
"Depending on the mode you select, the icon indicates whether a hyperlink, "
"link or a copy is created."
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3149947.help.text
msgid ""
"\\<image id=\\\"img_id3159119\\\" "
"src=\\\"res/commandimagelist/sc_chainframes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159119\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150656.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150656.27.help.text\n"
"Drag Mode"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3149009.29.help.text
msgid "Insert as Hyperlink"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3146938.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_DROPMODE_URL\\\"\\>Inserts a hyperlink when you drag-"
"and-drop an object from the Navigator into a document.\\</ahelp\\> You can "
"later click the created hyperlink to set the cursor and the view to the "
"respective object. "
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3880733.help.text
msgid ""
"If you insert a hyperlink that links to an open document, you need to save "
"the document before you can use the hyperlink."
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3154682.31.help.text
msgid "Insert as Link"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150746.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_DROPMODE_LINK\\\"\\>Creates a link when you drag-and-"
"drop an object from the Navigator into a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3145824.33.help.text
msgid "Insert as Copy"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3147471.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_DROPMODE_COPY\\\"\\>Generates a copy when you drag-"
"and-drop an object from the Navigator into a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3147423.38.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3147423.38.help.text\n"
"Objects"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3150700.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_ENTRIES\\\"\\>Displays all objects in your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150860.35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02110000.xhp#hd_id3150860.35.help.text\n"
"Documents"
msgstr ""

#: helpcontent2/source/text/scalc/01/02110000.xhp#par_id3153929.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_NAVIPI_DOC\\\"\\>Displays the names of all open "
"documents.\\</ahelp\\> To switch to another open document in the Navigator, "
"click the document name. The status (active, inactive) of the document is "
"shown in brackets after the name. You can switch the active document in the "
"\\<emph\\>Window\\</emph\\> menu."
msgstr ""

#: helpcontent2/source/text/scalc/01/02120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120000.xhp#tit.help.text\n"
"Headers & Footers"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120000.xhp#bm_id3145251.help.text
msgid ""
""
"\\<bookmark_value\\>headers;spreadsheets\\</bookmark_value\\>\\<bookmark_value"
"\\>footers;spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120000.xhp#hd_id3145251.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120000.xhp#hd_id3145251.1.help.text\n"
"Headers & Footers"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120000.xhp#par_id3151073.2.help.text
msgid ""
"\\<variable id=\\\"kopfundfusszeilentext\\\"\\>\\<ahelp "
"hid=\\\".uno:EditHeaderAndFooter\\\" visibility=\\\"visible\\\"\\>Allows you "
"to define and format headers and footers.\\</ahelp\\> \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120000.xhp#par_id3153415.3.help.text
msgid ""
"The\\<emph\\> Headers/Footers \\</emph\\>dialog contains the tabs for "
"defining headers and footers. There will be separate tabs for the left and "
"right page headers and footers if the \\<emph\\>Same content "
"left/right\\</emph\\> option was marked in the \\<link "
"href=\\\"text/scalc/01/05070000.xhp\\\" name=\\\"Page Style\\\"\\>Page "
"Style\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#tit.help.text\n"
"Header/Footer"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#bm_id3153360.help.text
msgid ""
"\\<bookmark_value\\>page styles; "
"headers\\</bookmark_value\\>\\<bookmark_value\\>page styles; "
"footers\\</bookmark_value\\>\\<bookmark_value\\>headers; "
"defining\\</bookmark_value\\>\\<bookmark_value\\>footers; "
"defining\\</bookmark_value\\>\\<bookmark_value\\>file names in "
"headers/footers\\</bookmark_value\\>\\<bookmark_value\\>changing;dates, "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>dates;updating "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>automatic date "
"updates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3153360.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02120100.xhp\\\" "
"name=\\\"Header/Footer\\\"\\>Header/Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150768.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_HFED_FL\\\"\\>Defines or formats a header or "
"footer for a Page Style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3145748.3.help.text
msgid "Left Area"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147434.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_FLL\\\"\\>Enter the text to be displayed at the "
"left side of the header or footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3148648.5.help.text
msgid "Center Area"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3163710.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_FLC\\\"\\>Enter the text to be displayed at the "
"center of the header or footer\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3154942.7.help.text
msgid "Right Area"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147126.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_FLR\\\"\\>Enter the text to be displayed at the "
"right side of the header or footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_idN10811.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#par_idN10811.help.text\n"
"Header/Footer"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_idN10815.help.text
msgid "Select a predefined header or footer from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3154729.9.help.text
msgid "Text attributes"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150717.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_TEXT\\\"\\>Opens a dialog to assign formats to "
"new or selected text.\\</ahelp\\> The \\<emph\\>Text Attributes "
"\\</emph\\>dialog contains the tab pages \\<link "
"href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Font\\\"\\>Font\\</link\\>, \\<link "
"href=\\\"text/shared/01/05020200.xhp\\\" name=\\\"Font Effects\\\"\\>Font "
"Effects\\</link\\> and \\<link href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Font Position\\\"\\>Font Position\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3159266.help.text
msgid ""
"\\<image id=\\\"img_id3156386\\\" src=\\\"sc/res/text.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3155336.25.help.text
msgid "Text Attributes"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3145792.11.help.text
msgid "File Name "
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150206.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_FILE\\\"\\>Inserts a file name placeholder in the "
"selected area.\\</ahelp\\> Click to insert the title. Long-click to select "
"either title, file name or path/file name from the submenu. If a title has "
"not be assigned (see \\<emph\\>File - Properties\\</emph\\>), the file name "
"will be inserted instead."
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150369.help.text
msgid ""
"\\<image id=\\\"img_id3150518\\\" src=\\\"res/folderop.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"4.23mm\\\"\\>\\<alt "
"id=\\\"alt_id3150518\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3154487.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02120100.xhp#par_id3154487.26.help.text\n"
"File Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3155812.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3155812.13.help.text\n"
"Sheet Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3148842.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_TABLE\\\"\\>Inserts a placeholder in the selected "
"header/footer area, which is replaced by the sheet name in the header/footer "
"of the actual document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3146870.help.text
msgid ""
"\\<image id=\\\"img_id3148870\\\" src=\\\"sc/res/table.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3148870\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147071.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147071.27.help.text\n"
"Sheet Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3144768.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3144768.15.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3154960.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_PAGE\\\"\\>Inserts a placeholder in the selected "
"header/footer area, which is replaced by page numbering. This allows "
"continuous page numbering in a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3151304.help.text
msgid ""
"\\<image id=\\\"img_id3155386\\\" src=\\\"sc/res/page.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150048.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150048.28.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3146962.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3146962.17.help.text\n"
"Pages"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3153812.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_PAGES\\\"\\>Inserts a placeholder in the selected "
"header/footer area, which is replaced by the total number of pages in the "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3149315.help.text
msgid ""
"\\<image id=\\\"img_id3155757\\\" src=\\\"sc/res/pages.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155757\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147499.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147499.29.help.text\n"
"Pages"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3149050.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3149050.19.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3153960.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_DATE\\\"\\>Inserts a placeholder in the selected "
"header/footer area, which is replaced by the current date which will be "
"repeated in the header/footer on each page of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3147299.help.text
msgid ""
"\\<image id=\\\"img_id3150394\\\" src=\\\"sc/res/date.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3150394\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150540.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02120100.xhp#par_id3150540.30.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3147610.21.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02120100.xhp#hd_id3147610.21.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3145638.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HF_TIME\\\"\\>Inserts a placeholder in the selected "
"header/footer area, which is replaced by the current time in the "
"header/footer on each page of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3153122.help.text
msgid ""
"\\<image id=\\\"img_id3146884\\\" src=\\\"sc/res/time.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3146884\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02120100.xhp#par_id3157904.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/02120100.xhp#par_id3157904.31.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140000.xhp#tit.help.text\n"
"Fill"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#hd_id3153876.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140000.xhp\\\" "
"name=\\\"Fill\\\"\\>Fill\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#par_id3156285.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Automatically fills cells with content.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#par_id3147343.9.help.text
msgid ""
"The $[officename] Calc context menus have \\<link "
"href=\\\"text/scalc/01/02140000.xhp\\\" name=\\\"other "
"options\\\"\\>additional options\\</link\\> for filling the cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#hd_id3149207.7.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140500.xhp\\\" "
"name=\\\"Sheet\\\"\\>Sheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#hd_id3155111.8.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140600.xhp\\\" "
"name=\\\"Rows\\\"\\>Rows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#par_id3152994.3.help.text
msgid "\\<emph\\>Filling cells using context menus:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#par_id3145384.4.help.text
msgid ""
"Call the \\<link href=\\\"text/shared/00/00000005.xhp#kontextmenue\\\" "
"name=\\\"context menu\\\"\\>context menu\\</link\\> when positioned in a "
"cell and choose \\<emph\\>Selection List\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#par_id3156450.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataSelect\\\"\\>A list box containing all text found "
"in the current column is displayed.\\</ahelp\\> The text is sorted "
"alphabetically and multiple entries are listed only once."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140000.xhp#par_id3148699.6.help.text
msgid "Click one of the listed entries to copy it to the cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140100.xhp#tit.help.text\n"
"Down"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140100.xhp#hd_id3150792.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140100.xhp\\\" "
"name=\\\"Down\\\"\\>Down\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140100.xhp#par_id3153969.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FillDown\\\" visibility=\\\"visible\\\"\\>Fills a "
"selected range of at least two rows with the contents of the top cell of the "
"range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140100.xhp#par_id3145787.3.help.text
msgid ""
"If a selected range has only one column, the contents of the top cell are "
"copied to all others. If several columns are selected, the contents of the "
"corresponding top cell will be copied down."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140200.xhp#tit.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140200.xhp#hd_id3153896.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140200.xhp\\\" "
"name=\\\"Right\\\"\\>Right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140200.xhp#par_id3153361.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FillRight\\\" visibility=\\\"visible\\\"\\>Fills a "
"selected range of at least two columns with the contents of the left most "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140200.xhp#par_id3154684.3.help.text
msgid ""
"If a range of only one row is selected, the contents of the far left cell "
"are copied to all the other selected cells. If you have selected several "
"rows, each of the far left cells is copied into those cells to the right."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140300.xhp#tit.help.text\n"
"Up"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140300.xhp#hd_id3147264.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140300.xhp\\\" "
"name=\\\"Up\\\"\\>Up\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140300.xhp#par_id3150793.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FillUp\\\" visibility=\\\"visible\\\"\\>Fills a "
"selected range of at least two rows with the contents of the bottom most "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140300.xhp#par_id3150447.3.help.text
msgid ""
"If a selected range has only one column, the content of the bottom most cell "
"is copied into the selected cells. If several columns are selected, the "
"contents of the bottom most cells are copied into those selected above."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140400.xhp#tit.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140400.xhp#hd_id3153896.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02140400.xhp\\\" "
"name=\\\"Left\\\"\\>Left\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140400.xhp#par_id3150793.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FillLeft\\\" visibility=\\\"visible\\\"\\>Fills a "
"selected range of at least two columns with the contents of the far right "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140400.xhp#par_id3156280.3.help.text
msgid ""
"If a selected range has only one row, the content of the far right cell is "
"copied into all other cells of the range. If several rows are selected, the "
"far right cells are copied into the cells to the left."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140500.xhp#tit.help.text\n"
"Fill Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#hd_id3153897.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140500.xhp#hd_id3153897.1.help.text\n"
"Fill Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3150791.2.help.text
msgid ""
"\\<variable id=\\\"tabellenfuellentext\\\"\\>\\<ahelp "
"hid=\\\".uno:FillTable\\\" visibility=\\\"visible\\\"\\>Specifies the "
"options for transferring spreadsheets or ranges of a certain "
"spreadsheet.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3150767.3.help.text
msgid ""
"In contrast to copying an area to the clipboard, you can filter certain "
"information and calculate values. This command is only visible if you have "
"selected two sheets in the document. To select multiple sheets, click each "
"sheet tab while pressing \\<switchinline select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\> or Shift."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#hd_id3155131.4.help.text
msgid "Filling a Spreadsheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3146119.5.help.text
msgid ""
"Select the entire sheet by clicking the empty gray box in the upper left of "
"the spreadsheet. You can also select an area of the sheet to be copied."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3153726.6.help.text
msgid ""
"Press \\<switchinline select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\> and click "
"the tab of the worksheet where you want to insert the contents."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3147436.7.help.text
msgid ""
"Select the command \\<emph\\>Edit - Fill - Sheet\\</emph\\>. In the dialog "
"which appears, the check box \\<emph\\>Numbers\\</emph\\> must be selected "
"(or \\<emph\\>Paste All\\</emph\\>) if you want to combine operations with "
"the values. You can also choose the desired operation here."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3154942.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3154942.8.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140500.xhp#par_id3156283.9.help.text
msgid ""
"This dialog is similar to the \\<link "
"href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste Contents\\\"\\>Paste "
"Contents\\</link\\> dialog, where you can find additional tips."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#tit.help.text\n"
"Fill Series"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3148664.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3148664.1.help.text\n"
"Fill Series"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3148797.2.help.text
msgid ""
"\\<variable id=\\\"reihenfuellentext\\\"\\>\\<ahelp "
"hid=\\\".uno:FillSeries\\\"\\>Automatically generate series with the options "
"in this dialog. Determine direction, increment, time unit and series "
"type.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3146976.41.help.text
msgid "Before filling a series, first select the cell range."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3145748.3.help.text
msgid ""
"To automatically continue a series using the assumed completion rules, "
"choose the \\<emph\\>AutoFill\\</emph\\> option after opening the "
"\\<emph\\>Fill Series\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3147435.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3147435.4.help.text\n"
"Direction"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3154729.5.help.text
msgid "Determines the direction of series creation."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3145253.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3145253.6.help.text\n"
"Down"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3155418.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_BOTTOM\\\"\\>Creates a "
"downward series in the selected cell range for the column using the defined "
"increment to the end value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3155738.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3155738.8.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3149402.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_RIGHT\\\"\\>Creates "
"a series running from left to right within the selected cell range using the "
"defined increment to the end value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3146972.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3146972.10.help.text\n"
"Up"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3153711.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_TOP\\\"\\>Creates "
"an upward series in the cell range of the column using the defined increment "
"to the end value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3153764.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3153764.12.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3156382.13.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_LEFT\\\"\\>Creates "
"a series running from right to left in the selected cell range using the "
"defined increment to the end value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3147344.14.help.text
msgid "Series Type"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3149257.15.help.text
msgid ""
"Defines the series type. Choose between \\<emph\\>Linear, Growth, Date "
"\\</emph\\>and \\<emph\\>AutoFill\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3148488.16.help.text
msgid "Linear"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3159238.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_ARITHMETIC\\\"\\>Creates a "
"linear number series using the defined increment and end value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3149210.18.help.text
msgid "Growth"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3150364.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_GEOMETRIC\\\"\\>Creates a "
"growth series using the defined increment and end value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3149528.20.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3149528.20.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3150887.21.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DATE\\\"\\>Creates "
"a date series using the defined increment and end date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3150202.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3150202.22.help.text\n"
"AutoFill"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3156288.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_AUTOFILL\\\"\\>Forms a "
"series directly in the sheet.\\</ahelp\\> The AutoFill function takes "
"account of customized lists. For example, by entering "
"\\<emph\\>January\\</emph\\> in the first cell, the series is completed "
"using the list defined under \\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"Sort Lists\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3155811.24.help.text
msgid ""
"AutoFill tries to complete a value series by using a defined pattern. The "
"series 1,3,5 is automatically completed with 7,9,11,13, and so on. Date and "
"time series are completed accordingly; for example, after 01.01.99 and "
"15.01.99, an interval of 14 days is used."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3148700.25.help.text
msgid "Unit of Time"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3153308.26.help.text
msgid ""
"In this area you can specify the desired unit of time. This area is only "
"active if the \\<emph\\>Date\\</emph\\> option has been chosen in the "
"\\<emph\\>Series type\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3148868.27.help.text
msgid "Day"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3148605.28.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY\\\"\\>Use the "
"\\<emph\\>Date\\</emph\\> series type and this option to create a series "
"using seven days.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3144771.29.help.text
msgid "Weekday"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3150108.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_DAY_OF_WEEK\\\"\\>Use the "
"\\<emph\\>Date\\</emph\\> series type and this option to create a series of "
"five day sets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3154957.31.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3154957.31.help.text\n"
"Month"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3149126.32.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_MONTH\\\"\\>Use the "
"\\<emph\\>Date\\</emph\\> series type and this option to form a series from "
"the names or abbreviations of the months.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3152870.33.help.text
msgid "Year"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3151300.34.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_FILLSERIES:BTN_YEAR\\\"\\>Use the "
"\\<emph\\>Date\\</emph\\> series type and this option to create a series of "
"years.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3154762.35.help.text
msgid "Start Value"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3149381.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_START_VALUES\\\"\\>Determines the "
"start value for the series.\\</ahelp\\> Use numbers, dates or times."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3153013.37.help.text
msgid "End Value"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3153487.38.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_END_VALUES\\\"\\>Determines "
"the end value for the series.\\</ahelp\\> Use numbers, dates or times."
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3149312.39.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02140600.xhp#hd_id3149312.39.help.text\n"
"Increment"
msgstr ""

#: helpcontent2/source/text/scalc/01/02140600.xhp#par_id3154739.40.help.text
msgid ""
"The term \"increment\" denotes the amount by which a given value "
"increases.\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_FILLSERIES:ED_INCREMENT\\\"\\> "
"Determines the value by which the series of the selected type increases by "
"each step.\\</ahelp\\> Entries can only be made if the linear, growth or "
"date series types have been selected."
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#tit.help.text\n"
"Deleting Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#bm_id3143284.help.text
msgid ""
"\\<bookmark_value\\>deleting; cell "
"contents\\</bookmark_value\\>\\<bookmark_value\\>cells; deleting "
"contents\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; deleting cell "
"contents\\</bookmark_value\\>\\<bookmark_value\\>cell contents; "
"deleting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3143284.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3143284.1.help.text\n"
"Deleting Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3149456.2.help.text
msgid ""
"\\<variable id=\\\"inhalteloeschentext\\\"\\>\\<ahelp "
"hid=\\\".uno:Delete\\\"\\>Specifies the contents to be deleted from a cell "
"or cell range. Before deleting, you must first select the cell or "
"range.\\</ahelp\\>\\</variable\\> Contents are only deleted from the "
"selected cells or active cell. Similarly, if several sheets are selected, "
"only the active one will be affected."
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3159154.21.help.text
msgid ""
"This dialog is also called by pressing Del after the cell cursor has been "
"activated on the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3145367.22.help.text
msgid ""
"Pressing Backspace deletes content without calling the dialog or changing "
"formats."
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3153951.23.help.text
msgid ""
"Use \\<emph\\>Cut\\</emph\\> on the Standard bar to delete contents and "
"formats without the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3148575.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3148575.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3149665.4.help.text
msgid "This area lists the options for deleting contents."
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3146975.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3146975.5.help.text\n"
"Delete All"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3154729.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELALL\\\"\\>Deletes all "
"content from the selected cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3156286.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3156286.7.help.text\n"
"Strings"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3154015.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELSTRINGS\\\"\\>Deletes "
"strings only. Formats, formulas, numbers and dates are not "
"affected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3153840.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3153840.9.help.text\n"
"Numbers"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3148405.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNUMBERS\\\"\\>Deletes "
"numbers only. Formats and formulas remain unchanged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3155764.11.help.text
msgid "Date & time"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3149567.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELDATETIME\\\"\\>Deletes "
"date and time values. Formats, text, numbers and formulas remain "
"unchanged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3154703.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3154703.13.help.text\n"
"Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3148485.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELFORMULAS\\\"\\>Deletes "
"formulas. Text, numbers, formats, dates and times remain "
"unchanged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3150300.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3150300.15.help.text\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3154658.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELNOTES\\\"\\>Deletes "
"notes added to cells. All other elements remain unchanged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3155112.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3155112.17.help.text\n"
"Formats"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3146134.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELATTRS\\\"\\>Deletes "
"format attributes applied to cells. All cell content remains "
"unchanged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3150088.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02150000.xhp#hd_id3150088.19.help.text\n"
"Objects"
msgstr ""

#: helpcontent2/source/text/scalc/01/02150000.xhp#par_id3152990.20.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_DELCONT_BTN_DELOBJECTS\\\"\\>Deletes "
"objects. All cell content remains unchanged.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02160000.xhp#tit.help.text\n"
"Delete Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#bm_id3153726.help.text
msgid ""
"\\<bookmark_value\\>cells; deleting "
"cells\\</bookmark_value\\>\\<bookmark_value\\>columns; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>rows; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; deleting "
"cells\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"rows\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"columns\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3153726.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3153726.1.help.text\n"
"Delete Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3154490.2.help.text
msgid ""
"\\<variable id=\\\"zellenloeschentext\\\"\\>\\<ahelp "
"hid=\\\".uno:DeleteCell\\\"\\>Completely deletes selected cells, columns or "
"rows. The cells below or to the right of the deleted cells will fill the "
"space.\\</ahelp\\>\\</variable\\> Note that the selected delete option is "
"stored and reloaded when the dialog is next called."
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3149121.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3149121.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3150751.4.help.text
msgid ""
"This area contains options for specifying how sheets are displayed after "
"deleting cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3155767.5.help.text
msgid "Shift cells up"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3153714.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSUP\\\"\\>Fills "
"the space produced by the deleted cells with the cells underneath "
"it.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3156382.7.help.text
msgid "Shift cells left"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3154702.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_DELCELL:BTN_CELLSLEFT\\\"\\>Fills "
"the resulting space by the cells to the right of the deleted "
"cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3146918.9.help.text
msgid "Delete entire row(s)"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3148487.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteRows\\\"\\>After selecting at least one cell, "
"deletes the entire row from the sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#hd_id3155114.11.help.text
msgid "Delete entire column(s)"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3150086.12.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteColumns\\\"\\>After selecting at least one cell, "
"deletes the entire column from the sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02160000.xhp#par_id3166424.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02150000.xhp\\\" name=\\\"Deleting "
"Cells\\\"\\>Deleting Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#tit.help.text
msgid "Delete Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#bm_id3156424.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>sheets; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#hd_id3156424.1.help.text
msgid " Delete Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#par_id3153193.2.help.text
msgid ""
"\\<variable id=\\\"tabelleloeschentext\\\"\\>\\<ahelp "
"hid=\\\".uno:Remove\\\"\\>Deletes the current sheet after query "
"confirmation.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#par_id3145801.7.help.text
msgid ""
"You cannot delete a sheet if changes to the document are being recorded, as "
"in when \\<emph\\>Edit - Changes - Record\\</emph\\> is activated."
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#hd_id3147124.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02170000.xhp#hd_id3147124.3.help.text\n"
"Yes"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#par_id3154943.4.help.text
msgid "Permanently deletes the active sheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#hd_id3149412.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02170000.xhp#hd_id3149412.5.help.text\n"
"No"
msgstr ""

#: helpcontent2/source/text/scalc/01/02170000.xhp#par_id3154510.6.help.text
msgid "Cancels the dialog. No delete is performed."
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#tit.help.text
msgid "Move or Copy a Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#bm_id3153360.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; "
"moving\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>moving; "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>copying; "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#hd_id3153360.1.help.text
msgid "    Move or Copy a Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#par_id3154686.2.help.text
msgid ""
"\\<variable id=\\\"tabelleverschiebenkopierentext\\\"\\>\\<ahelp "
"hid=\\\".uno:Move\\\" visibility=\\\"visible\\\"\\>Moves or copies a sheet "
"to a new location in the document or to a different "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#hd_id3163710.3.help.text
msgid "To Document"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#par_id3148645.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_DEST\\\" "
"visibility=\\\"visible\\\"\\>Indicates where the current sheet is to be "
"moved or copied to.\\</ahelp\\> Select \\<emph\\>new document\\</emph\\> if "
"you want to create a new location for the sheet to be moved or copied."
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#hd_id3154012.5.help.text
msgid "Insert Before"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#par_id3145366.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_MOVETAB:LB_INSERT\\\" "
"visibility=\\\"visible\\\"\\>The current sheet is moved or copied in front "
"of the selected sheet.\\</ahelp\\> The \\<emph\\>move to end "
"position\\</emph\\> option places the current sheet at the end."
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#hd_id3153726.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02180000.xhp#hd_id3153726.7.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/scalc/01/02180000.xhp#par_id3144764.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_MOVETAB:BTN_COPY\\\" "
"visibility=\\\"visible\\\"\\>Specifies that the sheet is to be copied. If "
"the option is unmarked, the sheet is moved.\\</ahelp\\> Moving sheets is the "
"default."
msgstr ""

#: helpcontent2/source/text/scalc/01/02190000.xhp#tit.help.text
msgid "Delete Manual Breaks"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190000.xhp#hd_id3150541.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02190000.xhp\\\" name=\\\"Delete Manual "
"Breaks\\\"\\>Delete Manual Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190000.xhp#par_id3154365.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Choose the type of manual break that you want to "
"delete.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02190100.xhp#tit.help.text\n"
"Row Break"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190100.xhp#bm_id3156326.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; deleting row "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>deleting; row "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>row breaks; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>removing; manual row "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190100.xhp#hd_id3156326.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02190100.xhp\\\" name=\\\"Row Break\\\"\\>Row "
"Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190100.xhp#par_id3154366.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteRowbreak\\\"\\>Removes the manual row break "
"above the active cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190100.xhp#par_id3151041.3.help.text
msgid ""
"Position the cursor in a cell directly below the row break indicated by a "
"horizontal line and choose \\<emph\\>Edit - Delete Manual Break - Row "
"Break\\</emph\\>. The manual row break is removed."
msgstr ""

#: helpcontent2/source/text/scalc/01/02190200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02190200.xhp#tit.help.text\n"
"Column Break"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190200.xhp#bm_id3151384.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets;deleting column "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>deleting;column "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>column "
"breaks;deleting\\</bookmark_value\\>\\<bookmark_value\\>removing; manual "
"column breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190200.xhp#hd_id3151384.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02190200.xhp\\\" name=\\\"Column "
"Break\\\"\\>Column Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190200.xhp#par_id3154124.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteColumnbreak\\\"\\>Removes a manual column break "
"to the left of the active cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02190200.xhp#par_id3145173.3.help.text
msgid ""
"Position the cursor in the cell to the right of the column break indicated "
"by a vertical line and choose \\<emph\\>Edit - Delete Manual Break - Column "
"Break\\</emph\\>. The manual column break is removed."
msgstr ""

#: helpcontent2/source/text/scalc/01/02200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02200000.xhp#tit.help.text\n"
"Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/02200000.xhp#hd_id3146794.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02200000.xhp\\\" "
"name=\\\"Sheet\\\"\\>Sheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02200000.xhp#par_id3149456.2.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Edit commands for entire sheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02200000.xhp#hd_id3150792.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02180000.xhp\\\" "
"name=\\\"Move/Copy\\\"\\>Move/Copy\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02200000.xhp#hd_id3153968.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02210000.xhp\\\" "
"name=\\\"Select\\\"\\>Select\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02200000.xhp#hd_id3163708.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/02170000.xhp\\\" "
"name=\\\"Delete\\\"\\>Delete\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02210000.xhp#tit.help.text\n"
"Selecting Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/02210000.xhp#hd_id3156023.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/02210000.xhp#hd_id3156023.5.help.text\n"
"Selecting Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/02210000.xhp#par_id3147265.1.help.text
msgid ""
"\\<variable id=\\\"tabellenauswaehlen\\\"\\>\\<ahelp "
"hid=\\\".uno:SelectTables\\\" visibility=\\\"visible\\\"\\>Selects multiple "
"sheets.\\</ahelp\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/02210000.xhp#hd_id3125863.2.help.text
msgid "Selected Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/02210000.xhp#par_id3153969.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SELECTTABLES\\\" visibility=\\\"visible\\\"\\>Lists the "
"sheets in the current document. To select a sheet, press the up or down "
"arrow keys to move to a sheet in the list. To add a sheet to the selection, "
"hold down Ctrl while pressing the arrow keys  and then press Spacebar. To "
"select a range of sheets, hold down Shift and press the arrow keys. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03070000.xhp#tit.help.text
msgid "Column & Row Headers"
msgstr ""

#: helpcontent2/source/text/scalc/01/03070000.xhp#bm_id3156024.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; displaying headers of "
"columns/rows\\</bookmark_value\\>\\<bookmark_value\\>displaying; headers of "
"columns/rows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03070000.xhp#hd_id3156024.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/03070000.xhp\\\" name=\\\"Column & Row "
"Headers\\\"\\>Column & Row Headers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03070000.xhp#par_id3147230.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ViewRowColumnHeaders\\\"\\>Displays of column and row "
"headers when marked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03070000.xhp#par_id3156280.4.help.text
msgid "To hide the column and row headers unmark this menu entry."
msgstr ""

#: helpcontent2/source/text/scalc/01/03070000.xhp#par_id3156441.3.help.text
msgid ""
"You can also set the view of the column/line headers in \\<link "
"href=\\\"text/shared/optionen/01060100.xhp\\\" name=\\\"Tools - Options - "
"Spreadsheet - View\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#tit.help.text
msgid "Value Highlighting"
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#bm_id3151384.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; value "
"highlighting\\</bookmark_value\\>\\<bo"
"okmark_value\\>values;highlighting\\</bo"
"okmark_value\\>\\<bookmark_value\\>highlighting; values in "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#hd_id3151384.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/03080000.xhp\\\" name=\\\"Value "
"Highlighting\\\"\\>Value Highlighting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#par_id3154366.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ViewValueHighlighting\\\"\\>Highlights numerical "
"values in your sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#par_id3125863.5.help.text
msgid "To remove the highlighting, unmark the menu entry."
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#par_id3156424.help.text
msgid ""
"\\<link href=\\\"text/scalc/00/00000403.xhp#awehe\\\"\\>\\<embedvar "
"href=\\\"text/scalc/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#par_id3145785.4.help.text
msgid ""
"Text cells are formatted in black, number cells in blue, and all other types "
"of cells, such as formulas, logical values, and dates, are formatted in "
"green."
msgstr ""

#: helpcontent2/source/text/scalc/01/03080000.xhp#par_id3153188.3.help.text
msgid ""
"If this function is active, colors that you define in the document will not "
"be displayed. When you deactivate the function, the user-defined colors are "
"displayed again."
msgstr ""

#: helpcontent2/source/text/scalc/01/03090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/03090000.xhp#tit.help.text\n"
"Formula Bar"
msgstr ""

#: helpcontent2/source/text/scalc/01/03090000.xhp#bm_id3147264.help.text
msgid ""
"\\<bookmark_value\\>formula "
"bar;spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; "
"formula bar\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03090000.xhp#hd_id3147264.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/03090000.xhp\\\" name=\\\"Formula "
"Bar\\\"\\>Formula Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03090000.xhp#par_id3156423.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InputLineVisible\\\"\\>Shows or hides the Formula Bar, "
"which is used for entering and editing formulas.\\</ahelp\\> The Formula Bar "
"is the most important tool when working with spreadsheets."
msgstr ""

#: helpcontent2/source/text/scalc/01/03090000.xhp#par_id3154686.4.help.text
msgid "To hide the Formula Bar, unmark the menu item."
msgstr ""

#: helpcontent2/source/text/scalc/01/03090000.xhp#par_id3145787.3.help.text
msgid ""
"If the Formula Bar is hidden, you can still edit cells by activating the "
"edit mode with F2. After editing cells, accept the changes by pressing "
"Enter, or discard entries by pressing Esc. Esc is also used to exit the edit "
"mode."
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#tit.help.text
msgid "Page Break Preview"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#hd_id3151384.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/03100000.xhp\\\" name=\\\"Page Break "
"Preview\\\"\\>Page Break Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#par_id3150792.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PagebreakMode\\\"\\>Display the page breaks and print "
"ranges in the sheet. Choose \\<emph\\>View - Normal\\</emph\\> to switch "
"this mode off.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#par_id3153877.13.help.text
msgid ""
"The context menu of the page break preview contains functions for editing "
"page breaks, including the following options:"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#hd_id3154731.14.help.text
msgid "Delete All Manual Breaks"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#par_id3149400.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteAllBreaks\\\"\\>Deletes all manual breaks in the "
"current sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#hd_id3155067.18.help.text
msgid "Add Print Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/03100000.xhp#par_id3155764.19.help.text
msgid "Adds the selected cells to print ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04010000.xhp#tit.help.text
msgid "Manual Break"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010000.xhp#bm_id3153192.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; inserting breaks "
"in\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>page breaks; in "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010000.xhp#hd_id3153192.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04010000.xhp\\\" name=\\\"Manual "
"Break\\\"\\>Manual Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010000.xhp#par_id3125864.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>This command inserts manual row or column breaks to "
"ensure that your data prints properly. You can insert a horizontal page "
"break above, or a vertical page break to the left of, the active "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010000.xhp#par_id3155133.3.help.text
msgid ""
"Choose \\<link href=\\\"text/scalc/01/02190000.xhp\\\" name=\\\"Edit - "
"Remove Manual Break\\\"\\>Edit - Remove Manual Break\\</link\\> to remove "
"breaks created manually."
msgstr ""

#: helpcontent2/source/text/scalc/01/04010100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04010100.xhp#tit.help.text\n"
"Row Break"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010100.xhp#bm_id3153821.help.text
msgid ""
"\\<bookmark_value\\>sheets; inserting row "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>row breaks; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; manual row "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>manual row "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010100.xhp#hd_id3153821.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04010100.xhp\\\" name=\\\"Row Break\\\"\\>Row "
"Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010100.xhp#par_id3149656.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertRowBreak\\\"\\>Inserts a row break (horizontal "
"page break) above the selected cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010100.xhp#par_id3156422.3.help.text
msgid "The manual row break is indicated by a dark blue horizontal line."
msgstr ""

#: helpcontent2/source/text/scalc/01/04010200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04010200.xhp#tit.help.text\n"
"Column Break"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010200.xhp#bm_id3155923.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; inserting column "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>column breaks; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; manual column "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>manual column "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010200.xhp#hd_id3155923.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04010200.xhp\\\" name=\\\"Column "
"Break\\\"\\>Column Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010200.xhp#par_id3150447.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertColumnBreak\\\"\\>Inserts a column break "
"(vertical page break) to the left of the active cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04010200.xhp#par_id3145171.3.help.text
msgid "The manual column break is indicated by a dark blue vertical line."
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04020000.xhp#tit.help.text\n"
"Insert Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#bm_id3156023.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; inserting "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3156023.1.help.text
msgid " Insert Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#par_id3150542.2.help.text
msgid ""
"\\<variable id=\\\"zelleneinfuegentext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertCell\\\"\\>Opens the\\<emph\\> Insert Cells "
"\\</emph\\>dialog, in which you can insert new cells according to the "
"options that you specify.\\</ahelp\\>\\</variable\\> You can delete cells by "
"choosing \\<link href=\\\"text/scalc/01/02160000.xhp\\\" name=\\\"Edit - "
"Delete Cells\\\"\\>\\<emph\\>Edit - Delete Cells\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3153768.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3153768.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#par_id3149262.4.help.text
msgid ""
"This area contains the options available for inserting cells into a sheet. "
"The cell quantity and position is defined by selecting a cell range in the "
"sheet beforehand."
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3146120.5.help.text
msgid "Shift cells down"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#par_id3152596.6.help.text
msgid ""
"\\<variable id=\\\"zellenuntentext\\\"\\>\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSDOWN\\\"\\>Moves the "
"contents of the selected range downward when cells are "
"inserted.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3147434.7.help.text
msgid "Shift cells right"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#par_id3144764.8.help.text
msgid ""
"\\<variable id=\\\"zellenrechtstext\\\"\\>\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_CELLSRIGHT\\\"\\>Moves the "
"contents of the selected range to the right when cells are "
"inserted.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3153877.9.help.text
msgid "Entire row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#par_id3155417.10.help.text
msgid ""
"\\<variable id=\\\"zeilenganzetext\\\"\\>\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSROWS\\\"\\>Inserts an entire "
"row. The position of the row is determined by the selection on the "
"sheet.\\</ahelp\\>\\</variable\\> The number of rows inserted depends on how "
"many rows are selected. The contents of the original rows are moved downward."
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#hd_id3146971.11.help.text
msgid "Entire column"
msgstr ""

#: helpcontent2/source/text/scalc/01/04020000.xhp#par_id3155068.12.help.text
msgid ""
"\\<variable id=\\\"spaltenganzetext\\\"\\>\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCELL:BTN_INSCOLS\\\"\\>Inserts an entire "
"column. The number of the columns to be inserted is determined by the "
"selected number of columns.\\</ahelp\\>\\</variable\\> The contents of the "
"original columns are shifted to right."
msgstr ""

#: helpcontent2/source/text/scalc/01/04030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04030000.xhp#tit.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/scalc/01/04030000.xhp#bm_id3150541.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; inserting "
"rows\\</bookmark_value\\>\\<bookmark_value\\>rows; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"rows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04030000.xhp#hd_id3150541.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04030000.xhp\\\" "
"name=\\\"Rows\\\"\\>Rows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04030000.xhp#par_id3150767.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertRows\\\" visibility=\\\"visible\\\"\\>Inserts a "
"new row above the active cell.\\</ahelp\\> The number of rows inserted "
"correspond to the number of rows selected. The existing rows are moved "
"downward."
msgstr ""

#: helpcontent2/source/text/scalc/01/04040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04040000.xhp#tit.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/scalc/01/04040000.xhp#bm_id3155628.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; inserting "
"columns\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"columns\\</bookmark_value\\>\\<bookmark_value\\>columns; "
"inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04040000.xhp#hd_id3155628.1.help.text
msgid ""
"  \\<link href=\\\"text/scalc/01/04040000.xhp\\\" "
"name=\\\"Columns\\\"\\>Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04040000.xhp#par_id3150791.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertColumns\\\" visibility=\\\"visible\\\"\\>Inserts "
"a new column to the left of the active cell.\\</ahelp\\>The number of "
"columns inserted correspond to the number of columns selected. The existing "
"columns are moved to the right."
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#tit.help.text\n"
"Insert Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3155629.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3155629.1.help.text\n"
"Insert Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3147264.2.help.text
msgid ""
"\\<variable id=\\\"tabelleeinfuegentext\\\"\\>\\<ahelp "
"hid=\\\".uno:Insert\\\" visibility=\\\"visible\\\"\\>Defines the options to "
"be used to insert a new sheet.\\</ahelp\\> You can create a new sheet, or "
"insert an existing sheet from a file.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3154684.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3154684.19.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3156281.20.help.text
msgid "Specifies where the new sheet is to be inserted into your document."
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3154123.21.help.text
msgid "Before current sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3145787.22.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEFORE\\\" "
"visibility=\\\"visible\\\"\\>Inserts a new sheet directly before the current "
"sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3155414.23.help.text
msgid "After current sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3145271.24.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSERT_TABLE:RB_BEHIND\\\" "
"visibility=\\\"visible\\\"\\>Inserts a new sheet directly after the current "
"sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3147428.25.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3147428.25.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3154012.26.help.text
msgid ""
"Specifies whether a new sheet or an existing sheet is inserted into the "
"document."
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3147350.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3147350.3.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3149262.4.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_NEW\\\"\\>Creates a new "
"sheet. Enter a sheet name in the \\<emph\\>Name\\</emph\\> field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3155418.27.help.text
msgid "No. of Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3148457.28.help.text
msgid ""
"\\<ahelp hid=\\\"SC:NUMERICFIELD:RID_SCDLG_INSERT_TABLE:NF_COUNT\\\" "
"visibility=\\\"visible\\\"\\>Specifies the number of sheets to be "
"created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3149379.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3149379.7.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3150718.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_INSERT_TABLE:ED_TABNAME\\\" "
"visibility=\\\"visible\\\"\\>Specifies the name of the new sheet. It may "
"contain both letters and numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3155066.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3155066.9.help.text\n"
"From File"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3153714.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC_RADIOBUTTON_RID_SCDLG_INSERT_TABLE_RB_FROMFILE\\\" "
"visibility=\\\"visible\\\"\\>Inserts a sheet from an existing file into the "
"active sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3149020.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3149020.15.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3159267.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_INSERT_TABLE:BTN_BROWSE\\\" "
"visibility=\\\"visible\\\"\\>Opens a dialog for selecting a "
"file.\\</ahelp\\> Choose \\<emph\\>File - \\</emph\\>\\<link "
"href=\\\"text/shared/01/01020000.xhp\\\" name=\\\"Open\\\"\\>Open\\</link\\> "
"to view a similar dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3149255.29.help.text
msgid "Available Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3155336.30.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC:MULTILISTBOX:RID_SCDLG_INSERT_TABLE:LB_TABLES\\\"\\>If you "
"selected a file by using the \\<emph\\>Browse\\</emph\\> button, the sheets "
"contained in it are displayed in the list box. The file path is displayed "
"below this box. Select the sheet to be inserted from the list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3145791.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04050000.xhp#hd_id3145791.17.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050000.xhp#par_id3152580.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_INSERT_TABLE_CB_LINK\\\" "
"visibility=\\\"visible\\\"\\>Links the current document to the sheet "
"selected from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050100.xhp#tit.help.text
msgid "Sheet from file"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050100.xhp#par_idN105C1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04050100.xhp\\\"\\>Sheet from file\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050100.xhp#par_idN105D1.help.text
msgid ""
"\\<ahelp hid=\\\"26275\\\"\\>Inserts a sheet from a different spreadsheet "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050100.xhp#par_idN105E0.help.text
msgid ""
"\\<link href=\\\"text/scalc/00/00000404.xhp#eitabfile\\\"\\>\\<embedvar "
"href=\\\"text/scalc/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04050100.xhp#par_idN105F7.help.text
msgid ""
"Use the \\<link href=\\\"text/shared/01/01020000.xhp\\\"\\>file "
"open\\</link\\> dialog to locate the spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/04050100.xhp#par_idN10609.help.text
msgid ""
"In the \\<link href=\\\"text/scalc/01/04050000.xhp\\\"\\>Insert "
"Sheet\\</link\\> dialog, select the sheet that you want to insert."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#tit.help.text\n"
"Function Wizard"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#bm_id3147426.help.text
msgid ""
"\\<bookmark_value\\>inserting functions; Function "
"Wizard\\</bookmark_value\\>\\<bookmark_value\\>functions;Function "
"Wizard\\</bookmark_value\\>\\<bookmark_value\\>wizards; "
"functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3147426.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3147426.1.help.text\n"
"\\<link href=\\\"text/scalc/01/04060000.xhp\\\" name=\\\"AutoPilot: "
"Functions\\\"\\>Function Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3145271.2.help.text
msgid ""
"\\<variable id=\\\"funktionsautopilottext\\\"\\>\\<ahelp "
"hid=\\\".uno:FunctionDialog\\\"\\>Opens the \\<emph\\>Function "
"Wizard\\</emph\\>, which helps you to interactively create "
"formulas.\\</ahelp\\>\\</variable\\> Before you start the Wizard, select a "
"cell or a range of cells from the current sheet, in order to determine the "
"position at which the formula will be inserted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3159153.60.help.text
msgid ""
"The \\<emph\\>Function Wizard\\</emph\\> has two tabs: "
"\\<emph\\>Functions\\</emph\\> is used to create formulas, and "
"\\<emph\\>Structure\\</emph\\> is used to check the formula build."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3154490.3.help.text
msgid "Functions Tab"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3149378.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3149378.5.help.text\n"
"\\<link href=\\\"text/scalc/01/04060100.xhp\\\" name=\\\"List of Categories "
"and Functions\\\"\\>List of Categories and Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3154730.36.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3154730.36.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3153417.37.help.text
msgid ""
"\\<variable id=\\\"kategorienliste\\\"\\>\\<ahelp "
"hid=\\\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_CATEGORY\\\"\\>Lists all the "
"categories to which the different functions are assigned. Select a category "
"to view the appropriate functions in the list field below.\\</ahelp\\> "
"Select \"All\" to view all functions in alphabetical order, irrespective of "
"category. \"Last Used\" lists the functions you have most recently "
"used.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3150749.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3150749.6.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3155445.7.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCTAB_FUNCTION:LB_FUNCTION\\\"\\>Displays "
"the functions found under the selected category. Double-click to select a "
"function.\\</ahelp\\> A single-click displays a short function description."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3159264.8.help.text
msgid "Array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3149566.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_FORMULA:BTN_MATRIX\\\"\\>Specifies "
"that the selected function is inserted into the selected cell range as an "
"array formula. \\</ahelp\\> Array formulas operate on multiple cells. Each "
"cell in the array contains the formula, not as a copy but as a common "
"formula shared by all matrix cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3155959.61.help.text
msgid ""
"The \\<emph\\>Array\\</emph\\> option is identical to the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Shift+Enter "
"command, which is used to enter and confirm formulas in the sheet: The "
"formula is inserted as a matrix formula indicated by two braces { }."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3152993.40.help.text
msgid "The maximum size of an array range is 128 by 128 cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3150367.41.help.text
msgid "Arguments Input Fields"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3145587.15.help.text
msgid ""
"When you double-click a function, the arguments input field(s) appear on the "
"right side of the dialog. To select a cell reference as an argument, click "
"directly into the cell or drag the required range in the sheet while holding "
"down the mouse button. You can also enter numerical and other values or "
"references directly into the corresponding fields in the dialog. When using "
"\\<link href=\\\"text/scalc/01/04060102.xhp\\\" name=\\\"date "
"entries\\\"\\>date entries\\</link\\> make sure you use the correct format. "
"Click OK to insert the result into the spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3149408.18.help.text
msgid "Function Result"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3155809.19.help.text
msgid ""
"As soon you enter arguments in the function, the result is calculated. This "
"preview informs you if the calculation can be carried out with the arguments "
"given. If the arguments result in an error, the corresponding \\<link "
"href=\\\"text/scalc/05/02140000.xhp\\\" name=\\\"error code\\\"\\>error "
"code\\</link\\> is displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3148700.23.help.text
msgid ""
"The input entries that are required are indicated by bold argument names."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3153064.22.help.text
msgid "f(x) (dependent on selected function)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3157980.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_FAP_BTN_FX4\\\"\\>Allows you to access a subordinate "
"level of the \\<emph\\>Function Wizard\\</emph\\> in order to enter a nested "
"function within the function, instead of a value or reference.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3145076.25.help.text
msgid "Argument/Parameter/Cell Reference (dependent on selected function)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3159097.26.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_FORMULA:ED_REF\\\"\\>The number of "
"visible text fields depends on the function. Enter arguments either directly "
"into the argument fields or click a cell in the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3154957.51.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3154957.51.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3150211.52.help.text
msgid "Displays the calculation result or an error message."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3151304.43.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3151304.43.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3149898.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_FAP_FORMULA\\\"\\>Displays the created formula. Type "
"your entries directly or create the formula with assistance of the "
"Wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3153249.45.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3153249.45.help.text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3152869.53.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_BACKWARD\\\"\\>Moves "
"the focus to back through the formula components, marking them as it does "
"so.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3146966.56.help.text
msgid ""
"To select a single function from a complex formula consisting of several "
"functions, double-click the function in the formula window."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3155762.54.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3155762.54.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3149316.55.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_FORMULA:BTN_FORWARD\\\"\\>Moves "
"forward through the formula components in the formula window.\\</ahelp\\> "
"This button can also be used to assign functions to the formula. If you "
"select a function and click the \\<emph\\>Next \\</emph\\>button, the "
"selection appears in the formula window."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3159262.57.help.text
msgid ""
"Double-click a function in the selection window to transfer it to the "
"formula window."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3148745.58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3148745.58.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3147402.59.help.text
msgid "Closes the dialog without implementing the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3150534.32.help.text
msgid "OK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3153029.33.help.text
msgid ""
"Ends \\<emph\\>Function Wizard\\</emph\\> and transfer the formula into the "
"selected cell or cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3156400.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060000.xhp#par_id3156400.34.help.text\n"
"\\<link href=\\\"text/scalc/01/04060100.xhp\\\" name=\\\"List of Categories "
"and Functions\\\"\\>List of Categories and Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3147610.47.help.text
msgid "Structure tab"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3153122.48.help.text
msgid "In this page you can view the structure of the function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3149350.4.help.text
msgid ""
"If you start \\<emph\\>Function Wizard\\</emph\\> while the cell cursor is "
"positioned in a cell that already contains a function, the "
"\\<emph\\>Structure\\</emph\\> tab is opened and shows the composition of "
"the current formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#hd_id3149014.49.help.text
msgid "Structure"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3150481.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_FAP_STRUCT\\\"\\>Displays a hierarchical "
"representation of the current function.\\</ahelp\\> You can hide or show the "
"arguments by a click on the plus or minus sign in front."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060000.xhp#par_id3148886.63.help.text
msgid ""
"Blue dots denote correctly entered arguments. Red dots indicate incorrect "
"data types. For example: if the SUM function has one argument entered as "
"text, this is highlighted in red as SUM only permits number entries."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060100.xhp#tit.help.text\n"
"Categories and Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#bm_id3148575.help.text
msgid ""
"\\<bookmark_value\\>functions; Calc "
"list\\</bookmark_value\\>\\<bookmark_value\\>Calc "
"functions\\</bookmark_value\\>\\<bookmark_value\\>categories of "
"functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3154944.16.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3154944.16.help.text\n"
"Categories and Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#par_id3149378.2.help.text
msgid ""
"This section describes the functions of $[officename] Calc. The various "
"functions are divided into logical categories in the Function Wizard."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#par_id3150715.14.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060199.xhp\\\" "
"name=\\\"Operators\\\"\\>Operators\\</link\\> are also available."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3146972.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060101.xhp\\\" "
"name=\\\"Database\\\"\\>Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3155443.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060102.xhp\\\" name=\\\"Date & "
"Time\\\"\\>Date & Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3147339.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060103.xhp\\\" "
"name=\\\"Financial\\\"\\>Financial\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3153963.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060104.xhp\\\" "
"name=\\\"Information\\\"\\>Information\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3146316.7.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060105.xhp\\\" "
"name=\\\"Logical\\\"\\>Logical\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3148485.8.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060106.xhp\\\" "
"name=\\\"Mathematical\\\"\\>Mathematical\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3150363.9.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060107.xhp\\\" "
"name=\\\"Matrix\\\"\\>Array\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3150208.10.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060108.xhp\\\" "
"name=\\\"Statistical\\\"\\>Statistical\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3166428.11.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060109.xhp\\\" "
"name=\\\"Spreadsheet\\\"\\>Spreadsheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3145585.12.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060110.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060100.xhp#hd_id3156449.13.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060111.xhp\\\" name=\\\"Add-in\\\"\\>Add-"
"in\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#tit.help.text\n"
"Database Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3148946.help.text
msgid ""
"\\<bookmark_value\\>Function Wizard; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>databases; functions in "
"$[officename] Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3148946.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3148946.1.help.text\n"
"Database Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145173.2.help.text
msgid ""
"\\<variable id=\\\"datenbanktext\\\"\\>This section deals with functions "
"used with data organized as one row of data for one record. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154016.186.help.text
msgid ""
"The \\<emph\\>Database\\</emph\\> category may be confused with a database "
"integrated in $[officename]. However, there is no connection between a "
"database in $[officename] and the \\<emph\\>Database\\</emph\\> category in "
"$[officename] Calc."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150329.190.help.text
msgid "Example Data:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153713.191.help.text
msgid ""
"The following data will be used in some of the function description examples:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155766.3.help.text
msgid ""
"The range A1:E10 lists the children invited to Joe's birthday party. The "
"following information is given for each entry: column A shows the name, B "
"the grade, then age in years, distance to school in meters and weight in "
"kilograms."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145232.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145232.4.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146316.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146316.5.help.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150297.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150297.6.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150344.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150344.7.help.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150785.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150785.8.help.text\n"
"E"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150090.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150090.9.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152992.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152992.10.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155532.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155532.11.help.text\n"
"Grade"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156448.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156448.12.help.text\n"
"Age"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154486.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154486.13.help.text\n"
"Distance to School"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152899.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152899.14.help.text\n"
"Weight"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153816.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153816.15.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3151240.16.help.text
msgid "Andy"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156016.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156016.17.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145073.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145073.18.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154956.19.help.text
msgid "150"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153976.20.help.text
msgid "40"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150894.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150894.21.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152870.22.help.text
msgid "Betty"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149692.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149692.23.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154652.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154652.24.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149381.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149381.25.help.text\n"
"1000"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153812.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153812.26.help.text\n"
"42"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146965.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146965.27.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155596.28.help.text
msgid "Charles"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3147244.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3147244.29.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149871.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149871.30.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155752.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155752.31.help.text\n"
"300"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149052.32.help.text
msgid "51"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146097.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146097.33.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3147296.34.help.text
msgid "Daniel"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150393.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150393.35.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145236.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145236.36.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150534.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150534.37.help.text\n"
"1200"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150375.38.help.text
msgid "48"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3159121.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3159121.39.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150456.40.help.text
msgid "Eva"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146886.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146886.41.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149945.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149945.42.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3157904.43.help.text
msgid "650"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149352.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149352.44.help.text\n"
"33"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150028.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150028.45.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145826.46.help.text
msgid "Frank"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150743.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150743.47.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154844.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154844.48.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148435.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148435.49.help.text\n"
"300"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148882.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148882.50.help.text\n"
"42"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150140.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150140.51.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146137.52.help.text
msgid "Greta"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148739.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148739.53.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148583.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148583.54.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154556.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154556.55.help.text\n"
"200"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155255.56.help.text
msgid "36"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145141.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145141.57.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153078.58.help.text
msgid "Harry"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149955.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149955.59.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150005.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150005.60.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155951.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155951.61.help.text\n"
"1200"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145169.62.help.text
msgid "44"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153571.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153571.63.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148761.64.help.text
msgid "Irene"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149877.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149877.65.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154327.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154327.66.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155435.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155435.67.help.text\n"
"1000"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145353.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145353.68.help.text\n"
"42"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150662.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150662.69.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150568.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150568.70.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149393.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149393.71.help.text\n"
"13"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153544.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153544.72.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3158414.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3158414.73.help.text\n"
"Grade"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152820.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152820.74.help.text\n"
"Age"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154866.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154866.75.help.text\n"
"Distance to School"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150471.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150471.76.help.text\n"
"Weight"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153920.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153920.77.help.text\n"
"14"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148429.78.help.text
msgid ">600"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152588.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152588.79.help.text\n"
"15"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3083286.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3083286.80.help.text\n"
"16"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3163823.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3163823.81.help.text\n"
"DCOUNT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145083.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145083.82.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149282.83.help.text
msgid "The formula in cell B16 is =DCOUNT(A1:E10;0;A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150962.192.help.text
msgid "Database Function Parameters:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155837.84.help.text
msgid ""
"The following are the parameter definitions for all database functions:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149453.85.help.text
msgid ""
"\\<emph\\>Database\\</emph\\> is the cell range defining the database."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3151272.86.help.text
msgid ""
"\\<emph\\>Database field\\</emph\\> specifies the column where the function "
"operates on after the search criteria of the first parameter is applied and "
"the data rows are selected. It is not related to the search criteria itself. "
"Use the number 0 to specify the whole data range. \\<variable "
"id=\\\"quotes\\\"\\>To reference a column by means of the column header "
"name, place quotation marks around the header name. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3147083.87.help.text
msgid ""
"\\<emph\\>Search criteria\\</emph\\> is the cell range containing search "
"criteria. If you write several criteria in one row they are connected by "
"AND. If you write the criteria in different rows they are connected by OR. "
"Empty cells in the search criteria range will be ignored."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3151188.188.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/optionen/01060500.xhp\\\" name=\\\"Tools "
"- Options - Spreadsheet - Calculate\\\"\\>Tools - Options - %PRODUCTNAME "
"Calc - Calculate\\</link\\> to define how $[officename] Calc acts when "
"searching for identical entries."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3150882.help.text
msgid "\\<bookmark_value\\>DCOUNT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150882.88.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150882.88.help.text\n"
"DCOUNT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156133.89.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBANZAHL\\\"\\>DCOUNT counts the number of rows "
"(records) in a database that match the specified search criteria and contain "
"numerical values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3156099.90.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3156099.90.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153218.91.help.text
msgid "DCOUNT(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153273.187.help.text
msgid ""
"For the Database Field parameter you can enter a cell to specify the column, "
"or enter the number 0 for the entire database. The parameter cannot be "
"empty. \\<embedvar href=\\\"text/scalc/01/04060101.xhp#quotes\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3154743.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3154743.92.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153623.93.help.text
msgid ""
"In the example above (scroll up, please), we want to know how many children "
"have to travel more than 600 meters to school. The result is to be stored in "
"cell B16. Set the cursor in cell B16. Enter the formula "
"=DCOUNT(A1:E10;0;A13:E14) in B16. The \\<emph\\>Function Wizard\\</emph\\> "
"helps you to input ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149142.94.help.text
msgid ""
"\\<emph\\>Database\\</emph\\> is the range of data to be evaluated, "
"including its headers: in this case A1:E10. \\<emph\\>Database "
"field\\</emph\\> specifies the column for the search criteria: in this case, "
"the whole database. \\<emph\\>Search criteria\\</emph\\> is the range where "
"you can enter the search parameters: in this case, A13:E14."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145652.95.help.text
msgid ""
"To learn how many children in second grade are over 7 years of age, delete "
"the entry >600 in cell D14 and enter \"2\" in cell B14 under Grade, and "
"enter >7 in cell C14 to the right. The result is 2. Two children are in "
"second grade and over 7 years of age. As both criteria are in the same row, "
"they are connected by AND."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3156123.help.text
msgid "\\<bookmark_value\\>DCOUNTA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3156123.97.help.text
msgid "DCOUNTA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156110.98.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBANZAHL2\\\"\\>DCOUNTA counts the number of rows "
"(records) in a database that match the specified search conditions, and "
"contain numeric or alphanumeric values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3143228.99.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3143228.99.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146893.100.help.text
msgid "DCOUNTA(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149751.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149751.101.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153982.102.help.text
msgid ""
"In the example above (scroll up, please), you can search for the number of "
"children whose name starts with an E or a subsequent letter. Edit the "
"formula in B16 by inserting an A after the function name DCOUNT. Delete the "
"old search criteria and enter >=E under \\<emph\\>Name\\</emph\\> in field "
"A14. The result is 5. If you now delete all number values for Greta in row "
"8, the result changes to 4. Row 8 is no longer included in the count because "
"it does not contain any values. The name Greta is text, not a value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3147256.help.text
msgid "\\<bookmark_value\\>DGET function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3147256.104.help.text
msgid "DGET"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152801.105.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBAUSZUG\\\"\\>DGET returns the contents of the "
"referenced cell in a database which matches the specified search "
"criteria.\\</ahelp\\> In case of an error, the function returns either "
"#VALUE! for no row found, or Err502 for more than one cell found."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3159344.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3159344.106.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154696.107.help.text
msgid "DGET(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153909.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153909.108.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155388.109.help.text
msgid ""
"In the above example (scroll up, please), we want to determine what grade a "
"child is in, whose name was entered in cell A14. The formula is entered in "
"cell B16 and differs slightly from the earlier examples because only one "
"column (one database field) can be entered for \\<emph\\>Database "
"field\\</emph\\>. Enter the following formula:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153096.110.help.text
msgid "=DGET(A1:E10;\"Grade\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150524.111.help.text
msgid ""
"Enter the name Frank in A14, and you see the result 2. Frank is in second "
"grade. Enter \"Age\" instead of \"Grade\" and you will get Frank's age."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148833.112.help.text
msgid ""
"Or enter the value 11 in cell C14 only, and delete the other entries in this "
"row. Edit the formula in B16 as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149912.113.help.text
msgid "=DGET(A1:E10;\"Name\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148813.114.help.text
msgid ""
"Instead of the grade, the name is queried. The answer appears at once: "
"Daniel is the only child aged 11."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3149766.help.text
msgid "\\<bookmark_value\\>DMAX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149766.115.help.text
msgid "DMAX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154903.116.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBMAX\\\"\\>DMAX returns the maximum content of a "
"cell (field) in a database (all records) that matches the specified search "
"conditions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150771.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150771.117.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3159157.118.help.text
msgid "DMAX(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3145420.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3145420.119.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148442.120.help.text
msgid ""
"To find out how much the heaviest child in each grade weighed in the above "
"example (scroll up, please), enter the following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148804.121.help.text
msgid "=DMAX(A1:E10;\"Weight\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150510.122.help.text
msgid ""
"Under 'Grade', enter 1, 2, 3, and so on, one after the other. After entering "
"a grade number, the weight of the heaviest child in that grade appears."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3159141.help.text
msgid "\\<bookmark_value\\>DMIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3159141.123.help.text
msgid "DMIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154261.124.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBMIN\\\"\\>DMIN returns the minimum content of a "
"cell (field) in a database that matches the specified search "
"criteria.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3147238.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3147238.125.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148479.126.help.text
msgid "DMIN(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3151050.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3151050.127.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148925.128.help.text
msgid ""
"To find the shortest distance to school for the children in each grade in "
"the above example (scroll up, please), enter the following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149161.129.help.text
msgid "=DMIN(A1:E10;\"Distance to School\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148917.130.help.text
msgid ""
"In row 14, under Grade, enter 1, 2, 3, and so on, one after the other. The "
"shortest distance to school for each grade appears."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3154274.help.text
msgid "\\<bookmark_value\\>DAVERAGE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3154274.131.help.text
msgid "DAVERAGE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3166453.132.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBMITTELWERT\\\"\\>DAVERAGE returns the average of "
"the values of all cells (fields) in all rows (database records) that match "
"the specified search criteria.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3146955.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3146955.133.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150710.134.help.text
msgid "DAVERAGE(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3152943.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3152943.135.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149104.136.help.text
msgid ""
"To find the average weight of all children of the same age in the above "
"example (scroll up, please), enter the following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153688.137.help.text
msgid "=DAVERAGE(A1:E10;\"Weight\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155587.138.help.text
msgid ""
"In row 14, under Age, enter 7, 8, 9, and so on, one after the other. The "
"average weight of all children of the same age appears."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3159269.help.text
msgid "\\<bookmark_value\\>DPRODUCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3159269.139.help.text
msgid "DPRODUCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152879.140.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBPRODUKT\\\"\\>DPRODUCT multiplies all cells of a "
"data range where the cell contents match the search criteria.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149966.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149966.141.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154854.142.help.text
msgid "DPRODUCT(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149802.143.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149802.143.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148986.144.help.text
msgid ""
"With the birthday party example above (scroll up, please), there is no "
"meaningful application of this function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3148462.help.text
msgid "\\<bookmark_value\\>DSTDEV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3148462.145.help.text
msgid "DSTDEV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154605.146.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBSTDABW\\\"\\>DSTDEV calculates the standard "
"deviation of a population based on a sample, using the numbers in a database "
"column that match the given conditions.\\</ahelp\\> The records are treated "
"as a sample of data. That means that the children in the example represent a "
"cross section of all children. Note that a representative result can not be "
"obtained from a sample of less than one thousand."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149427.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3149427.147.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148661.148.help.text
msgid "DSTDEV(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153945.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153945.149.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149934.150.help.text
msgid ""
"To find the standard deviation of the weight for all children of the same "
"age in the example (scroll up, please), enter the following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150630.151.help.text
msgid "=DSTDEV(A1:E10;\"Weight\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153536.152.help.text
msgid ""
"In row 14, under Age, enter 7, 8, 9, and so on, one after the other. The "
"result shown is the standard deviation of the weight of all children of this "
"age."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3150429.help.text
msgid "\\<bookmark_value\\>DSTDEVP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3150429.153.help.text
msgid "DSTDEVP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3145598.154.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBSTDABWN\\\"\\>DSTDEVP calculates the standard "
"deviation of a population based on all cells of a data range which match the "
"search criteria.\\</ahelp\\> The records from the example are treated as the "
"whole population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3145307.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3145307.155.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149484.156.help.text
msgid "DSTDEVP(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153322.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153322.157.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155431.158.help.text
msgid ""
"To find the standard deviation of the weight for all children of the same "
"age at Joe's birthday party (scroll up, please), enter the following formula "
"in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3148411.159.help.text
msgid "=DSTDEVP(A1:E10;\"Weight\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3143271.160.help.text
msgid ""
"In row 14, under Age, enter 7, 8, 9, and so on, one after the other. The "
"result is the standard deviation of the weight for all same-aged children "
"whose weight was checked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3154794.help.text
msgid "\\<bookmark_value\\>DSUM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3154794.161.help.text
msgid "DSUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3149591.162.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBSUMME\\\"\\>DSUM returns the total of all cells "
"in a database field in all rows (records) that match the specified search "
"criteria.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3146128.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3146128.163.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150989.164.help.text
msgid "DSUM(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3159079.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3159079.165.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3152766.166.help.text
msgid ""
"To find the length of the combined distance to school of all children at "
"Joe's birthday party (scroll up, please) who are in second grade, enter the "
"following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3151312.167.help.text
msgid "=DSUM(A1:E10;\"Distance to School\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3150596.168.help.text
msgid ""
"Enter \"2\" in row 14 under \"Grade\". The sum (1950) of the distances to "
"school of all the children who are in second grade is displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3155614.help.text
msgid "\\<bookmark_value\\>DVAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3155614.170.help.text
msgid "DVAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3154418.171.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBVARIANZ\\\"\\>DVAR returns the variance of all "
"cells of a database field in all records that match the specified search "
"criteria.\\</ahelp\\> The records from the example are treated as a sample "
"of data. A representative result cannot be obtained from a sample population "
"of less than one thousand."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3154825.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3154825.172.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3156138.173.help.text
msgid "DVAR(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3151257.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3151257.174.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153701.175.help.text
msgid ""
"To find the variance of the weight of all children of the same age of the "
"above example (scroll up, please), enter the following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153676.176.help.text
msgid "=DVAR(A1:E10;\"Weight\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153798.177.help.text
msgid ""
"In row 14, under Age, enter 7, 8, 9, and so on, one after the other. You "
"will see as a result the variance of the weight values for all children of "
"this age."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#bm_id3153880.help.text
msgid "\\<bookmark_value\\>DVARP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3153880.178.help.text
msgid "DVARP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3155119.179.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DBVARIANZEN\\\"\\>DVARP calculates the variance of "
"all cell values in a database field in all records that match the specified "
"search criteria.\\</ahelp\\> The records are from the example are treated as "
"an entire population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3145774.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3145774.180.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3153776.181.help.text
msgid "DVARP(Database; Database Field; Search Criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3151110.182.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060101.xhp#hd_id3151110.182.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3147099.183.help.text
msgid ""
"To find the variance of the weight for all children of the same age at Joe's "
"birthday party (scroll up, please), enter the following formula in B16:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3147322.184.help.text
msgid "=DVARP(A1:E10;\"Weight\";A13:E14)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060101.xhp#par_id3146902.185.help.text
msgid ""
"In row 14, under Age, enter 7, 8, 9, and so on, one after the other. The "
"variance of the weight values for all children of this age attending Joe's "
"birthday party appears."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060102.xhp#tit.help.text\n"
"Date & Time Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#bm_id3154536.help.text
msgid ""
"\\<bookmark_value\\>date and time "
"functions\\</bookmark_value\\>\\<bookmark_value\\>functions; date & "
"time\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; date & "
"time\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#hd_id3154536.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060102.xhp#hd_id3154536.1.help.text\n"
"Date & Time Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_id3153973.2.help.text
msgid ""
"\\<variable id=\\\"datumzeittext\\\"\\>These spreadsheet functions are used "
"for inserting and editing dates and times. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10611.help.text
msgid "\\<embedvar href=\\\"text/scalc/00/00000404.xhp#eikadaze\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10600.help.text
msgid ""
"The functions whose names end with _ADD return the same results as the "
"corresponding Microsoft Excel functions. Use the functions without _ADD to "
"get results based on international standards. For example, the WEEKNUM "
"function calculates the week number of a given date based on international "
"standard ISO 6801, while WEEKNUM_ADD returns the same week number as "
"Microsoft Excel."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_id3150437.170.help.text
msgid ""
"$[officename] internally handles a date/time value as a numerical value. If "
"you assign the numbering format \"Number\" to a date or time value, it is "
"converted to a number. For example, 01/01/2000 12:00 PM, converts to "
"36526.5. The value preceding the decimal point corresponds to the date; the "
"value following the decimal point corresponds to the time. If you do not "
"want to see this type of numerical date or time representation, change the "
"number format (date or time) accordingly. To do this, select the cell "
"containing the date or time value, call its context menu and select "
"\\<emph\\>Format Cells\\</emph\\>. The \\<emph\\>Numbers\\</emph\\> tab page "
"contains the functions for defining the number format."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_id3149720.183.help.text
msgid ""
"In \\<emph\\>Tools - Options - $[officename] - General\\</emph\\> you find "
"the area \\<emph\\>Year (two digits)\\</emph\\>. This sets the period for "
"which two-digit information applies. Note that changes made here have an "
"effect on some of the following functions."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_id3150654.185.help.text
msgid ""
"When entering dates, slashes or dashes used as date separators may be "
"interpreted as arithmetic operators. Therefore, dates entered in this format "
"are not always recognized as dates and result in erroneous calculations. To "
"keep dates from being interpreted as parts of formulas, place them in "
"quotation marks, for example, \"07/20/54\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1067A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1067A.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10683.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_workday.xhp#workday\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1067E.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_yearfrac.xhp#yearfrac\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10686.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_date.xhp#date\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1068E.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/01/func_datevalue.xhp#datevalue\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10696.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_edate.xhp#edate\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1069E.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_today.xhp#today\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106B0.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_year.xhp#year\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106B8.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_now.xhp#now\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106C0.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_weeknum.xhp#weeknum\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106C8.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/01/func_weeknumadd.xhp#weeknumadd\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106D0.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_minute.xhp#minute\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106D8.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_month.xhp#month\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106E0.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_eomonth.xhp#eomonth\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN106E8.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/01/func_networkdays.xhp#networkdays\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_id1998688.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/01/func_eastersunday.xhp#eastersunday\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10830.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_second.xhp#second\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1084B.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_hour.xhp#hour\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10866.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_day.xhp#day\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN10881.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_days.xhp#days\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN1089C.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_days360.xhp#days360\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN108B7.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_weekday.xhp#weekday\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN108D2.help.text
msgid "\\<embedvar href=\\\"text/scalc/01/func_time.xhp#time\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060102.xhp#par_idN108ED.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/01/func_timevalue.xhp#timevalue\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#tit.help.text\n"
"Financial Functions Part One"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3143284.help.text
msgid ""
"\\<bookmark_value\\>financial "
"functions\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"financial\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"financial\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3143284.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3143284.1.help.text\n"
"Financial Functions Part One"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149095.2.help.text
msgid ""
"\\<variable id=\\\"finanztext\\\"\\>This category contains the mathematical "
"finance functions of \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3153366.help.text
msgid "\\<bookmark_value\\>AMORDEGRC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153366.359.help.text
msgid "AMORDEGRC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147434.360.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_AMORDEGRC\\\"\\>Calculates the amount of "
"depreciation for a settlement period as degressive amortization.\\</ahelp\\> "
"Unlike AMORLINC, a depreciation coefficient that is independent of the "
"depreciable life is used here."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155855.361.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155855.361.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147427.362.help.text
msgid "AMORDEGRC(Cost;Date purchased;First period;Salvage;Period;Rate;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147125.363.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147125.363.help.text\n"
"\\<emph\\>Cost\\</emph\\>: the acquisition costs."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151074.364.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151074.364.help.text\n"
"\\<emph\\>Date purchased\\</emph\\>: the date of acquisition."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3144765.365.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3144765.365.help.text\n"
"\\<emph\\>First period\\</emph\\>: the end date of the first settlement "
"period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156286.366.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156286.366.help.text\n"
"\\<emph\\>Salvage\\</emph\\>: The salvage value of the capital asset at the "
"end of the depreciable life."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153415.367.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153415.367.help.text\n"
"\\<emph\\>Period\\</emph\\>: the settlement period to be considered."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155064.368.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155064.368.help.text\n"
"\\<emph\\>Rate\\</emph\\>: the rate of depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3153765.help.text
msgid "\\<bookmark_value\\>AMORLINC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153765.369.help.text
msgid "AMORLINC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159264.370.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_AMORLINC\\\"\\>Calculates the amount of "
"depreciation for a settlement period as linear amortization. If the capital "
"asset is purchased during the settlement period, the proportional amount of "
"depreciation is considered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150044.371.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150044.371.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147363.372.help.text
msgid "AMORLINC(Cost;Date purchased;First period;Salvage;Period;Rate;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146920.373.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146920.373.help.text\n"
"\\<emph\\>Cost\\</emph\\>: the acquisition costs."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3163807.374.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3163807.374.help.text\n"
"\\<emph\\>Date purchased\\</emph\\>: the date of acquisition."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148488.375.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148488.375.help.text\n"
"\\<emph\\>First period\\</emph\\>: the end date of the first settlement "
"period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149530.376.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149530.376.help.text\n"
"\\<emph\\>Salvage\\</emph\\>: The salvage value of the capital asset at the "
"end of the depreciable life."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148633.377.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148633.377.help.text\n"
"\\<emph\\>Period\\</emph\\>: the settlement period to be considered."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150982.378.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150982.378.help.text\n"
"\\<emph\\>Rate\\</emph\\>: the rate of depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3145257.help.text
msgid "\\<bookmark_value\\>ACCRINT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3145257.335.help.text
msgid "ACCRINT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3151276.help.text
msgid "\\<bookmark_value\\>accrued interests\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151276.336.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ACCRINT\\\"\\>Calculates the accrued interest "
"of a security in the case of periodic payments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3152581.337.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3152581.337.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159092.338.help.text
msgid "ACCRINT(Issue;First interest;Settlement;Rate;Par;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150519.339.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150519.339.help.text\n"
"\\<emph\\>Issue\\</emph\\>: the issue date of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155376.340.help.text
msgid ""
"\\<emph\\>First interest\\</emph\\>: the first interest date of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3166431.341.help.text
msgid ""
"\\<emph\\>Settlement\\</emph\\>: the date at which the interest accrued up "
"until then is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154486.342.help.text
msgid ""
"\\<emph\\>Rate\\</emph\\>: the annual nominal rate of interest (coupon "
"interest rate)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156445.343.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156445.343.help.text\n"
"\\<emph\\>Par\\</emph\\>: the par value of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149406.344.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149406.344.help.text\n"
"\\<emph\\>Frequency\\</emph\\>: number of interest payments per year (1, 2 "
"or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3148699.345.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3148699.345.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148599.346.help.text
msgid ""
"A security is issued on 2.28.2001. First interest is set for 8.31.2001. The "
"settlement date is 5.1.2001. The Rate is 0.1 or 10% and Par is 1000 currency "
"units. Interest is paid half-yearly (frequency is 2). The basis is the US "
"method (0). How much interest has accrued?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148840.347.help.text
msgid ""
"=ACCRINT(\"2.28.2001\"; \"8.31.2001\"; \"5.1.2001\"; 0.1; 1000; 2; 0) "
"returns 16.94444."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3151240.help.text
msgid "\\<bookmark_value\\>ACCRINTM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151240.348.help.text
msgid "ACCRINTM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3157981.349.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ACCRINTM\\\"\\>Calculates the accrued interest "
"of a security in the case of one-off payment at the settlement "
"date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3159097.350.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3159097.350.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147074.351.help.text
msgid "ACCRINTM(Issue;Settlement;Rate;Par;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3144773.352.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3144773.352.help.text\n"
"\\<emph\\>Issue\\</emph\\>: the issue date of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154956.353.help.text
msgid "\\<emph\\>Settlement\\</emph\\>: the maturity date."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153972.354.help.text
msgid ""
"\\<emph\\>Rate\\</emph\\>: the annual nominal rate of interest (coupon "
"interest rate)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159204.355.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159204.355.help.text\n"
"\\<emph\\>Par\\</emph\\>: the par value of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155384.356.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155384.356.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154541.357.help.text
msgid ""
"A security is issued on 4.1.2001. The maturity date is set for 6.15.2001. "
"The Rate is 0.1 or 10% and Par is 1000 currency units. The basis of the "
"daily/annual calculation is the daily balance (3). How much interest has "
"accrued?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149128.358.help.text
msgid ""
"=ACCRINTM(\"4.1.2001\"; \"6.15.2001\"; 0.1; 1000; 3) returns 20.54795."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3145753.help.text
msgid "\\<bookmark_value\\>RECEIVED function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3145753.390.help.text
msgid "RECEIVED"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150051.391.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_RECEIVED\\\"\\>Calculates the amount received "
"that is paid for a fixed-interest security at a given point in "
"time.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149385.392.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149385.392.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145362.393.help.text
msgid "RECEIVED(Settlement;Maturity;Investment;Discount;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154654.394.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154654.394.help.text\n"
"\\<emph\\>Settlement\\</emph\\>: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153011.395.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153011.395.help.text\n"
"\\<emph\\>Maturity\\</emph\\>: the date on which the security matures "
"(expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155525.396.help.text
msgid "\\<emph\\>Investment\\</emph\\>: the purchase sum."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155760.397.help.text
msgid ""
"\\<emph\\>Discount\\</emph\\>: the percentage discount on acquisition of the "
"security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154710.398.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154710.398.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154735.399.help.text
msgid ""
"Settlement date: February 15 1999, maturity date: May 15 1999, investment "
"sum: 1000 currency units, discount: 5.75 per cent, basis: Daily balance/360 "
"= 2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146108.400.help.text
msgid "The amount received on the maturity date is calculated as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147246.401.help.text
msgid ""
"=RECEIVED(\"2.15.99\";\"5.15.99\";1000; 0.0575;2) returns 1014.420266."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3147556.help.text
msgid ""
"\\<bookmark_value\\>PV "
"function\\</bookmark_value\\>\\<bookmark_value\\>present "
"values\\</bookmark_value\\>\\<bookmark_value\\>calculating; present "
"values\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3147556.3.help.text
msgid "PV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153301.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BW\\\"\\>Returns the present value of an "
"investment resulting from a series of regular payments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146099.5.help.text
msgid ""
"Use this function to calculate the amount of money needed to be invested at "
"a fixed rate today, to receive a specific amount, an annuity, over a "
"specified number of periods. You can also determine how much money is to "
"remain after the elapse of the period. Specify as well if the amount is to "
"be paid out at the beginning or at the end of each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153334.6.help.text
msgid ""
"Enter these values either as numbers, expressions or references. If, for "
"example, interest is paid annually at 8%, but you want to use month as your "
"period, enter 8%/12 under \\<emph\\>Rate\\</emph\\> and \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc with automatically "
"calculate the correct factor."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3147407.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3147407.7.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150395.8.help.text
msgid "PV(Rate; NPER; PMT; FV; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151341.9.help.text
msgid "\\<emph\\>Rate\\</emph\\> defines the interest rate per period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153023.10.help.text
msgid ""
"\\<emph\\>NPER\\</emph\\> is the total number of periods (payment period)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146323.11.help.text
msgid "\\<emph\\>PMT\\</emph\\> is the regular payment made per period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150536.12.help.text
msgid ""
"\\<emph\\>FV\\</emph\\> (optional) defines the future value remaining after "
"the final installment has been made."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146883.13.help.text
msgid ""
"\\<emph\\>Type\\</emph\\> (optional) denotes due date for payments. Type = 1 "
"means due at the beginning of a period and Type = 0 (default) means due at "
"the end of the period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_idN10B13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#par_idN10B13.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150037.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150037.14.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145225.15.help.text
msgid ""
"What is the present value of an investment, if 500 currency units are paid "
"out monthly and the annual interest rate is 8%? The payment period is 48 "
"months and 20,000 currency units are to remain at the end of the payment "
"period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155907.16.help.text
msgid ""
"PV(8%/12;48;500;20000) = -35,019.37 currency units. Under the named "
"conditions, you must deposit 35,019.37 currency units today, if you want to "
"receive 500 currency units per month for 48 months and have 20,000 currency "
"units left over at the end. Cross-checking shows that 48 x 500 currency "
"units + 20,000 currency units = 44,000 currency units. The difference "
"between this amount and the 35,000 currency units deposited represents the "
"interest paid."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149150.17.help.text
msgid ""
"If you enter references instead of these values into the formula, you can "
"calculate any number of \"If-then\" scenarios. Please note: references to "
"constants must be defined as absolute references. Examples of this type of "
"application are found under the depreciation functions."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3152978.help.text
msgid ""
"\\<bookmark_value\\>calculating; "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>SYD "
"function\\</bookmark_value\\>\\<bookmark_value\\>depreciations; arithmetic "
"declining\\</bookmark_value\\>\\<bookmark_value\\>arithmetic declining "
"depreciations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3152978.19.help.text
msgid "SYD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148732.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DIA\\\"\\>Returns the arithmetic-declining "
"depreciation rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149886.21.help.text
msgid ""
"Use this function to calculate the depreciation amount for one period of the "
"total depreciation span of an object. Arithmetic declining depreciation "
"reduces the depreciation amount from period to period by a fixed sum."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149431.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149431.22.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150483.23.help.text
msgid "SYD(Cost;Salvage;Life;Period)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146879.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146879.24.help.text\n"
"\\<emph\\>Cost\\</emph\\> is the initial cost of an asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147423.25.help.text
msgid ""
"\\<emph\\>Salvage\\</emph\\> is the value of an asset after depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151229.26.help.text
msgid ""
"\\<emph\\>Life\\</emph\\> is the period fixing the time span over which an "
"asset is depreciated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147473.27.help.text
msgid ""
"\\<emph\\>Period\\</emph\\> defines the period for which the depreciation is "
"to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3148434.28.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3148434.28.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149688.29.help.text
msgid ""
"A video system initially costing 50,000 currency units is to be depreciated "
"annually for the next 5 years. The salvage value is to be 10,000 currency "
"units. You want to calculate depreciation for the first year."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150900.30.help.text
msgid ""
"SYD(50000;10000;5;1)=13,333.33 currency units. The depreciation amount for "
"the first year is 13,333.33 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146142.31.help.text
msgid ""
"To have an overview of depreciation rates per period, it is best to define a "
"depreciation table. By entering the different depreciation formulas "
"available in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc "
"next to each other, you can see which depreciation form is the most "
"appropriate. Enter the table as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155258.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155258.32.help.text\n"
"\\<emph\\>A\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154558.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154558.33.help.text\n"
"\\<emph\\>B\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152372.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152372.34.help.text\n"
"\\<emph\\>C\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149949.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149949.35.help.text\n"
"\\<emph\\>D\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145123.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145123.36.help.text\n"
"\\<emph\\>E\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149504.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149504.37.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153778.38.help.text
msgid "Initial Cost"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159083.39.help.text
msgid "Salvage Value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150002.40.help.text
msgid "Useful Life"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153006.41.help.text
msgid "Time Period"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154505.42.help.text
msgid "Deprec. SYD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150336.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150336.43.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155926.44.help.text
msgid "50,000 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153736.45.help.text
msgid "10,000 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150131.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150131.46.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148766.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148766.47.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159136.48.help.text
msgid "13,333.33 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151018.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151018.49.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148397.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148397.50.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146907.51.help.text
msgid "10,666.67 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147356.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147356.52.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150267.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150267.53.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145628.54.help.text
msgid "8,000.00 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149004.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149004.55.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153545.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153545.56.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154634.57.help.text
msgid "5,333.33 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147537.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147537.58.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155085.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155085.59.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3158413.60.help.text
msgid "2,666.67 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154866.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154866.61.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155404.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155404.62.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148431.63.help.text
msgid "0.00 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156261.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156261.64.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3083286.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3083286.65.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146148.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146148.66.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3083443.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3083443.67.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154815.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154815.68.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156378.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156378.69.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145082.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145082.70.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156307.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156307.71.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155838.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155838.72.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147564.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147564.73.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146856.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146856.74.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156316.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156316.75.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150880.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150880.76.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145208.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145208.77.help.text\n"
"13"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156113.78.help.text
msgid ">0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153625.79.help.text
msgid "Total"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3151297.80.help.text
msgid "40,000.00 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149979.81.help.text
msgid "The formula in E2 is as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155849.82.help.text
msgid "=SYD($A$2;$B$2;$C$2;D2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156124.83.help.text
msgid ""
"This formula is duplicated in column E down to E11 (select E2, then drag "
"down the lower right corner with the mouse)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147270.84.help.text
msgid ""
"Cell E13 contains the formula used to check the total of the depreciation "
"amounts. It uses the SUMIF function as the negative values in E8:E11 must "
"not be considered. The condition >0 is contained in cell A13. The formula in "
"E13 is as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152811.85.help.text
msgid "=SUMIF(E2:E11;A13)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155998.86.help.text
msgid ""
"Now view the depreciation for a 10 year period, or at a salvage value of 1 "
"currency unit, or enter a different initial cost, and so on."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3155104.help.text
msgid "\\<bookmark_value\\>DISC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155104.379.help.text
msgid "DISC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153891.380.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DISC\\\"\\>Calculates the allowance (discount) "
"of a security as a percentage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153982.381.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153982.381.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149756.382.help.text
msgid "DISC(Settlement;Maturity;Price;Redemption;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156014.383.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156014.383.help.text\n"
"\\<emph\\>Settlement\\</emph\\>: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154304.384.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154304.384.help.text\n"
"\\<emph\\>Maturity\\</emph\\>: the date on which the security matures "
"(expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159180.385.help.text
msgid ""
"\\<emph\\>Price\\</emph\\>: The price of the security per 100 currency units "
"of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147253.386.help.text
msgid ""
"\\<emph\\>Redemption\\</emph\\>: the redemption value of the security per "
"100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151174.387.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151174.387.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155902.388.help.text
msgid ""
"A security is purchased on 1.25.2001; the maturity date is 11.15.2001. The "
"price (purchase price) is 97, the redemption value is 100. Using daily "
"balance calculation (basis 3) how high is the settlement (discount)?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152797.389.help.text
msgid ""
"=DISC(\"1.25.2001\"; \"11.15.2001\"; 97; 100; 3) returns 0.03840 or 3.84 per "
"cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3154695.help.text
msgid "\\<bookmark_value\\>DURATION_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154695.402.help.text
msgid "DURATION_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145768.403.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DURATION\\\"\\>Calculates the duration of a "
"fixed interest security in years.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153904.404.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153904.404.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153373.405.help.text
msgid "DURATION_ADD(Settlement;Maturity;Coupon;Yield;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155397.406.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155397.406.help.text\n"
"\\<emph\\>Settlement\\</emph\\>: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148558.407.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148558.407.help.text\n"
"\\<emph\\>Maturity\\</emph\\>: the date on which the security matures "
"(expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153096.408.help.text
msgid ""
"\\<emph\\>Coupon\\</emph\\>: the annual coupon interest rate (nominal rate "
"of interest)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154594.409.help.text
msgid "\\<emph\\>Yield\\</emph\\>: the annual yield of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149906.410.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149906.410.help.text\n"
"\\<emph\\>Frequency\\</emph\\>: number of interest payments per year (1, 2 "
"or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3146995.411.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3146995.411.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148834.412.help.text
msgid ""
"A security is purchased on 1.1.2001; the maturity date is 1.1.2006. The "
"Coupon rate of interest is 8%. The yield is 9.0%. Interest is paid half-"
"yearly (frequency is 2). Using daily balance interest calculation (basis 3) "
"how long is the duration?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154902.413.help.text
msgid "=DURATION_ADD(\"1.1.2001\"; \"1.1.2006\"; 0.08; 0.09; 2; 3)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3159147.help.text
msgid ""
"\\<bookmark_value\\>annual net interest "
"rates\\</bookmark_value\\>\\<bookmark_value\\>calculating; annual net "
"interest rates\\</bookmark_value\\>\\<bookmark_value\\>EFFECTIVE "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3159147.88.help.text
msgid "EFFECTIVE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154204.89.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_EFFEKTIV\\\"\\>Returns the net annual interest "
"rate for a nominal interest rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145417.90.help.text
msgid ""
"Nominal interest refers to the amount of interest due at the end of a "
"calculation period. Effective interest increases with the number of payments "
"made. In other words, interest is often paid in installments (for example, "
"monthly or quarterly) before the end of the calculation period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150510.91.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150510.91.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148805.92.help.text
msgid "EFFECTIVE(NOM;P)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149768.93.help.text
msgid "\\<emph\\>NOM\\</emph\\> is the nominal interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149334.94.help.text
msgid ""
"\\<emph\\>P\\</emph\\> is the number of interest payment periods per year."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154223.95.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154223.95.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3144499.96.help.text
msgid ""
"If the annual nominal interest rate is 9.75% and four interest calculation "
"periods are defined, what is the actual interest rate (effective rate)?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150772.97.help.text
msgid ""
"EFFECTIVE(9.75%;4) = 10.11% The annual effective rate is therefore 10.11%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3147241.help.text
msgid ""
"\\<bookmark_value\\>effective "
"rates\\</bookmark_value\\>\\<bookmark_value\\>EFFECT_ADD "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3147241.414.help.text
msgid "EFFECT_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3147524.415.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_EFFECT\\\"\\>Calculates the effective annual "
"rate of interest on the basis of the nominal interest rate and the number of "
"interest payments per annum.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155364.416.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3155364.416.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155118.417.help.text
msgid "EFFECT_ADD(Nominal rate;Npery)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148907.418.help.text
msgid "Nominal rate: the annual nominal rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154274.419.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154274.419.help.text\n"
"Npery: the number of interest payments per year."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149156.420.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149156.420.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3158426.421.help.text
msgid ""
"What is the effective annual rate of interest for a 5.25% nominal rate and "
"quarterly payment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148927.422.help.text
msgid "=EFFECT_ADD(0.0525; 4) returns 0.053543 or 5.3534%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3149998.help.text
msgid ""
"\\<bookmark_value\\>calculating; arithmetic degressive "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>arithmetic degressive "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>DDB "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149998.99.help.text
msgid "DDB"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159190.100.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GDA\\\"\\>Returns the depreciation of an asset for "
"a specified period using the arithmetic-declining method.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152361.101.help.text
msgid ""
"Use this form of depreciation if you require a higher initial depreciation "
"value as opposed to linear depreciation. The depreciation value gets less "
"with each period and is usually used for assets whose value loss is higher "
"shortly after purchase (for example, vehicles, computers). Please note that "
"the book value will never reach zero under this calculation type."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3156038.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3156038.102.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3166452.103.help.text
msgid "DDB(Cost;Salvage;Life;Period;Factor)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153237.104.help.text
msgid "\\<emph\\>Cost\\</emph\\> fixes the initial cost of an asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149787.105.help.text
msgid ""
"\\<emph\\>Salvage\\</emph\\> fixes the value of an asset at the end of its "
"life."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152945.106.help.text
msgid ""
"\\<emph\\>Life\\</emph\\> is the number of periods defining how long the "
"asset is to be used."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149736.107.help.text
msgid ""
"\\<emph\\>Period\\</emph\\> defines the length of the period. The length "
"must be entered in the same time unit as life."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150243.108.help.text
msgid ""
"\\<emph\\>Factor\\</emph\\> (optional) is the factor by which depreciation "
"decreases. If a value is not entered, the default is factor 2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3159274.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3159274.109.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3152882.110.help.text
msgid ""
"A computer system with an initial cost of 75,000 currency units is to be "
"depreciated monthly over 5 years. The value at the end of the depreciation "
"is to be 1 currency unit. The factor is 2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154106.111.help.text
msgid ""
"DDB(75000;1;60;12;2) = 1,721.81 currency units. Therefore, the double-"
"declining depreciation during the first month after purchase is 1,721.81 "
"currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3149962.help.text
msgid ""
"\\<bookmark_value\\>calculating; geometric-degressive "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>geometric-degressive "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>DB "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149962.113.help.text
msgid "DB"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148989.114.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GDA2\\\"\\>Returns the depreciation of an asset "
"for a specified period using the double-declining balance method.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156213.115.help.text
msgid ""
"This form of depreciation is used if you want to get a higher depreciation "
"value at the beginning of the depreciation (as opposed to linear "
"depreciation). The depreciation value is reduced with every depreciation "
"period by the depreciation already deducted from the initial cost."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149807.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3149807.116.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153349.117.help.text
msgid "DB(Cost;Salvage;Life;Period;Month)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148462.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148462.118.help.text\n"
"\\<emph\\>Cost\\</emph\\> is the initial cost of an asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148658.119.help.text
msgid ""
"\\<emph\\>Salvage\\</emph\\> is the value of an asset at the end of the "
"depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145371.120.help.text
msgid ""
"\\<emph\\>Life\\</emph\\> Life defines the period over which an asset is "
"depreciated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154608.121.help.text
msgid ""
"\\<emph\\>Period\\</emph\\> is the length of each period. The length must be "
"entered in the same date unit as the depreciation period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150829.122.help.text
msgid ""
"\\<emph\\>Month\\</emph\\> (optional) denotes the number of months for the "
"first year of depreciation. If an entry is not defined, 12 is used as the "
"default."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151130.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151130.123.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3156147.124.help.text
msgid ""
"A computer system with an initial cost of 25,000 currency units is to be "
"depreciated over a three year period. The salvage value is to be 1,000 "
"currency units. One period is 30 days."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149513.125.help.text
msgid "DB(25000;1000;36;1;6) = 1,075.00 currency units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159242.126.help.text
msgid ""
"The fixed-declining depreciation of the computer system is 1,075.00 currency "
"units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3153948.help.text
msgid ""
"\\<bookmark_value\\>IRR "
"function\\</bookmark_value\\>\\<bookmark_value\\>calculating; internal "
"rates\\</bookmark_value\\>\\<bookmark_value\\>internal "
"rates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3153948.128.help.text
msgid "IRR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3143282.129.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_IKV\\\"\\>Calculates the internal rate of return "
"for an investment.\\</ahelp\\> The values represent cash flow values at "
"regular intervals, at least one value must be negative (payments), and at "
"least one value must be positive (income)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150599.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3150599.130.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3155427.131.help.text
msgid "IRR(Values;Guess)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3144758.132.help.text
msgid ""
"\\<emph\\>Values\\</emph\\> represents an array containing the values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149233.133.help.text
msgid ""
"\\<emph\\>Guess\\</emph\\> (optional) is the estimated value. An iterative "
"method is used to calculate the internal rate of return. If you can provide "
"only few values, you should provide an initial guess to enable the iteration."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151258.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151258.134.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150630.135.help.text
msgid ""
"Under the assumption that cell contents are A1=-10000, A2=3500, A3=7600 and "
"A4=1000, the formula =IRR(A1:A4) gives a result of 80.24%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#bm_id3151012.help.text
msgid ""
"\\<bookmark_value\\>calculating; interests for unchanged amortization "
"installments\\</bookmark_value\\>\\<bookmark_value\\>interests for unchanged "
"amortization installments\\</bookmark_value\\>\\<bookmark_value\\>ISPMT "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3151012.314.help.text
msgid "ISPMT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148693.315.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISPMT\\\"\\>Calculates the level of interest for "
"unchanged amortization installments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154661.316.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3154661.316.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146070.317.help.text
msgid "ISPMT(Rate; Period; Total_periods; Invest)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3148672.318.help.text
msgid "\\<emph\\>Rate\\</emph\\> sets the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3145777.319.help.text
msgid ""
"\\<emph\\>Period\\</emph\\> is the number of installments for calculation of "
"interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3153678.320.help.text
msgid ""
"\\<emph\\>Total_periods\\</emph\\> is the total number of installment "
"periods."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3159390.321.help.text
msgid "\\<emph\\>Invest\\</emph\\> is the amount of the investment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3156162.322.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060103.xhp#hd_id3156162.322.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3149558.323.help.text
msgid ""
"For a credit amount of 120,000 currency units with a two-year term and "
"monthly installments, at a yearly interest rate of 12% the level of interest "
"after 1.5 years is required."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3150949.324.help.text
msgid ""
"ISPMT(1%;18;24;120000) = -300 currency units. The monthly interest after 1.5 "
"years amounts to 300 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3146812.426.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060119.xhp\\\" name=\\\"Forward to "
"Financial Functions Part Two\\\"\\>Financial Functions Part Two\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060103.xhp#par_id3154411.427.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060118.xhp\\\" name=\\\"Forward to "
"Financial Functions Part Three\\\"\\>Financial Functions Part "
"Three\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#tit.help.text\n"
"Information Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3147247.help.text
msgid ""
"\\<bookmark_value\\>information "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"information\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"information\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147247.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147247.1.help.text\n"
"Information Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147499.2.help.text
msgid ""
"\\<variable id=\\\"informationtext\\\"\\>This category contains the "
"\\<emph\\>Information\\</emph\\> functions. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3159128.3.help.text
msgid ""
"The data in the following table serves as the basis for some of the examples "
"in the function descriptions:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146885.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146885.4.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149944.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149944.5.help.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150457.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150457.6.help.text\n"
"\\<emph\\>2\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150024.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150024.7.help.text\n"
"x value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148725.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148725.8.help.text\n"
"y value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150480.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150480.9.help.text\n"
"\\<emph\\>3\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148440.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148440.10.help.text\n"
"-5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148888.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148888.11.help.text\n"
"-3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153034.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153034.12.help.text\n"
"\\<emph\\>4\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150139.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150139.13.help.text\n"
"-2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149542.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149542.14.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149188.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149188.15.help.text\n"
"\\<emph\\>5\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153329.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153329.16.help.text\n"
"-1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155257.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155257.17.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145142.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145142.18.help.text\n"
"\\<emph\\>6\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149956.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149956.19.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145594.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145594.20.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153113.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153113.21.help.text\n"
"\\<emph\\>7\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148573.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148573.22.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145166.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145166.23.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3157998.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3157998.24.help.text\n"
"\\<emph\\>8\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150018.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150018.25.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150129.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150129.26.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145245.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145245.27.help.text\n"
"\\<emph\\>9\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148389.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148389.28.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156068.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156068.29.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3155625.help.text
msgid "\\<bookmark_value\\>CURRENT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155625.30.help.text
msgid "CURRENT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3157975.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_AKTUELL\\\"\\>Calculates the current value of a "
"formula at the actual position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3148880.32.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3148880.32.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150930.33.help.text
msgid "CURRENT()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3145629.34.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3145629.34.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150660.35.help.text
msgid ""
"You can use this function in connection with the cell formatting function "
"TEMPLATE. For example, to assign the current value in a new format to the "
"current cell:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153043.36.help.text
msgid "=CURRENT()+TEMPLATE(\"New\")"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154632.145.help.text
msgid "1+2+CURRENT() yields 6 (1+2=CURRENT+CURRENT=6)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149389.146.help.text
msgid "1+CURRENT()+2 yields 4 (1=CURRENT+CURRENT+2=4)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3150688.help.text
msgid "\\<bookmark_value\\>FORMULA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150688.147.help.text
msgid "FORMULA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3158417.148.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FORMEL\\\"\\>Displays the formula of a formula "
"cell at any position.\\</ahelp\\> The formula will be returned as a string "
"in the \\<emph\\>Reference\\</emph\\> position. If no formula cell can be "
"found,or if the presented argument is not a reference, the error value #N/A "
"is set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154954.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154954.149.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147535.150.help.text
msgid "FORMULA(reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152820.151.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152820.151.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153179.152.help.text
msgid ""
"The cell A8 contains the result of a formula having the value 23. You can "
"now use the \\<emph\\>Formula\\</emph\\> function in cell A1 to display the "
"formula in cell A8."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153923.153.help.text
msgid "=FORMULA(A8)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3155409.help.text
msgid "\\<bookmark_value\\>ISREF function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155409.37.help.text
msgid "ISREF"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153723.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTBEZUG\\\"\\>Tests if the content of one or "
"several cells is a reference.\\</ahelp\\> Verifies the type of references in "
"a cell or a range of cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147175.39.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147175.39.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149821.40.help.text
msgid "ISREF(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146152.41.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is the value to be tested, to determine whether "
"it is a reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3083448.42.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3083448.42.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154317.43.help.text
msgid "ISREF(C5) returns the result TRUE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3154812.help.text
msgid "\\<bookmark_value\\>ISERR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154812.45.help.text
msgid "ISERR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149282.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTFEHL\\\"\\>Returns TRUE if the value refers to "
"any error value except #N/A. \\</ahelp\\> You can use this function to "
"control error values in certain cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149450.47.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149450.47.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156312.48.help.text
msgid "ISERR(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146857.49.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is any value or expression in which a test is "
"performed to determine whether an error value not equal to #N/A is present."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153212.50.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153212.50.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153276.51.help.text
msgid "ISERR(C5) returns FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3147081.help.text
msgid "\\<bookmark_value\\>ISERROR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147081.53.help.text
msgid "ISERROR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156316.54.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTFEHLER\\\"\\>The ISERROR tests if the cells "
"contain general error values. ISERROR recognizes the #N/A error "
"value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147569.55.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147569.55.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153155.56.help.text
msgid "ISERROR(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154047.57.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is any value where a test is performed to "
"determine whether it is an error value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155994.58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155994.58.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150256.59.help.text
msgid "ISERROR(C8) returns FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3153618.help.text
msgid "\\<bookmark_value\\>ISFORMULA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153618.61.help.text
msgid "ISFORMULA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149138.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTFORMEL\\\"\\>Returns TRUE if a cell is a "
"formula cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155100.63.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155100.63.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3143230.64.help.text
msgid "ISFORMULA(reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150150.65.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> indicates the reference to a cell in which a "
"test will be performed to determine if it contains a reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147491.66.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147491.66.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3159182.67.help.text
msgid "ISFORMULA(C4) returns FALSE as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3149760.help.text
msgid "\\<bookmark_value\\>ISEVEN_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149760.229.help.text
msgid "ISEVEN_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147253.230.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ISEVEN\\\"\\>Tests for even numbers. Returns "
"TRUE (1) if the number returns a whole number when divided by 2.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152799.231.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152799.231.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149202.232.help.text
msgid "ISEVEN_ADD(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151168.233.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151168.233.help.text\n"
"Number: the number to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150115.234.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150115.234.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153904.235.help.text
msgid "=ISEVEN_ADD(5) returns 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3154692.help.text
msgid "\\<bookmark_value\\>ISNONTEXT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154692.68.help.text
msgid "ISNONTEXT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155330.69.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTKTEXT\\\"\\>Tests if the cell contents are text "
"or numbers, and returns FALSE if the contents are text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154931.70.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154931.70.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148829.71.help.text
msgid "ISNONTEXT(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146992.72.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is any value or expression where a test is "
"performed to determine whether it is a text or numbers or a Boolean value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150525.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150525.73.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149906.74.help.text
msgid "ISNONTEXT(D2) returns FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150777.75.help.text
msgid "ISNONTEXT(D9) returns TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3159148.help.text
msgid "\\<bookmark_value\\>ISBLANK function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3159148.77.help.text
msgid "ISBLANK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148800.78.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTLEER\\\"\\>Returns TRUE if the reference to a "
"cell is blank.\\</ahelp\\> This function is used to determine if the content "
"of a cell is empty. A cell with a formula inside is not empty. "
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3159162.79.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3159162.79.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3158406.80.help.text
msgid "ISBLANK(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154212.81.help.text
msgid "\\<emph\\>Value\\</emph\\> is the content to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147508.82.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147508.82.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147234.83.help.text
msgid "ISBLANK(D2) returns FALSE as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3155356.help.text
msgid "\\<bookmark_value\\>ISLOGICAL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155356.85.help.text
msgid "ISLOGICAL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148926.86.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTLOG\\\"\\>Returns TRUE if the cell contains a "
"logical number format.\\</ahelp\\> The function is used in order to check "
"for both TRUE and FALSE values in certain cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149162.87.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149162.87.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148918.88.help.text
msgid "ISLOGICAL(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146946.89.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is the value to be tested for logical number "
"format."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150709.90.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3150709.90.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3166442.91.help.text
msgid "ISLOGICAL(D5) returns FALSE as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3153685.help.text
msgid "\\<bookmark_value\\>ISNA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153685.93.help.text
msgid "ISNA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149105.94.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTNV\\\"\\>Returns TRUE if a cell contains the "
"#N/A (value not available) error value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152947.95.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152947.95.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153748.96.help.text
msgid "ISNA(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3152884.97.help.text
msgid "\\<emph\\>Value\\</emph\\> is the value or expression to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149964.98.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149964.98.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154852.99.help.text
msgid "ISNA(D3) returns FALSE as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3149426.help.text
msgid "\\<bookmark_value\\>ISTEXT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149426.101.help.text
msgid "ISTEXT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145368.102.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTTEXT\\\"\\>Returns TRUE if the cell contents "
"refer to text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154332.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154332.103.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148649.104.help.text
msgid "ISTEXT(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150417.105.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is a value, number, Boolean value, or an error "
"value to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149239.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149239.106.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3144756.107.help.text
msgid "ISTEXT(D9) returns the result TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148416.108.help.text
msgid "ISTEXT(C3) returns FALSE as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3153939.help.text
msgid "\\<bookmark_value\\>ISODD_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153939.236.help.text
msgid "ISODD_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153538.237.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ISODD\\\"\\>Returns TRUE (1) if the number "
"does not return a whole number when divided by 2.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3145601.238.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3145601.238.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149485.239.help.text
msgid "ISODD_ADD(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153315.240.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153315.240.help.text\n"
"Number: the number to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3143274.241.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3143274.241.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154793.242.help.text
msgid "=ISODD_ADD(5) returns 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3148688.help.text
msgid "\\<bookmark_value\\>ISNUMBER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3148688.110.help.text
msgid "ISNUMBER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154618.111.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTZAHL\\\"\\>Returns TRUE if the value refers to "
"a number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152769.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3152769.112.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150595.113.help.text
msgid "ISNUMBER(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150351.114.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is any expression to be tested to determine "
"whether it is a number or text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3146793.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3146793.115.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155614.116.help.text
msgid "ISNUMBER(C3) returns the result TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154417.117.help.text
msgid "ISNUMBER(C2) returns FALSE as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3153694.help.text
msgid "\\<bookmark_value\\>N function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153694.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3153694.119.help.text\n"
"N"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150405.120.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_N\\\"\\>Returns the number 1, if the parameter is "
"TRUE. Returns the parameter, if the parameter is a number. Returns the "
"number 0 for other parameters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3145774.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3145774.121.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153883.122.help.text
msgid "N(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151101.123.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is the parameter to be converted into a number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147097.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147097.124.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154117.125.help.text
msgid "N(TRUE) returns 1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153781.126.help.text
msgid "N(FALSE) returns 0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146911.127.help.text
msgid "N(100) returns 100"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154670.243.help.text
msgid "N(\"abc\") returns 0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3156275.help.text
msgid "\\<bookmark_value\\>NA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3156275.129.help.text
msgid "NA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156161.130.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NV\\\"\\>Returns the error value #N/A.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147532.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3147532.131.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149563.132.help.text
msgid "NA()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155128.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155128.133.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154481.134.help.text
msgid "NA() converts the contents of the cell into #N/A."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3151255.help.text
msgid "\\<bookmark_value\\>TYPE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3151255.136.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3151255.136.help.text\n"
"TYPE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155900.137.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TYP\\\"\\>Returns the type of value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149992.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149992.138.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148400.139.help.text
msgid "TYPE(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150830.140.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is a specific value for which the data type is "
"determined. Value 1 = number, value 2 = text, value 4 = Boolean value, value "
"8 = formula, value 16 = error value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3154363.141.help.text
msgid "Example (see example table above)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153357.142.help.text
msgid "TYPE(C2) returns 2 as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148980.143.help.text
msgid "TYPE(D9) returns 1 as a result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#bm_id3155509.help.text
msgid "\\<bookmark_value\\>CELL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3155509.154.help.text
msgid "CELL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153196.155.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZELLE\\\"\\>Returns information on address, "
"formatting or contents of a cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149323.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#hd_id3149323.156.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147355.157.help.text
msgid "CELL(Info_type; Reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154716.158.help.text
msgid ""
"\\<emph\\>Info_type\\</emph\\> is the character string that specifies the "
"type of information. The character string is always in English. Upper or "
"lower case is optional."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150636.165.help.text
msgid "Info_type"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149344.166.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149344.166.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153266.167.help.text
msgid "COL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156204.168.help.text
msgid "Returns the number of the referenced column."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150094.162.help.text
msgid "Cell(\"COL\";D2) returns 4."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151276.169.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151276.169.help.text\n"
"ROW"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147583.170.help.text
msgid "Returns the number of the referenced row."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151222.163.help.text
msgid "Cell(\"ROW\";D2) returns 2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3159217.171.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3159217.171.help.text\n"
"SHEET"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151201.172.help.text
msgid "Returns the number of the referenced sheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149169.164.help.text
msgid "Cell(\"Sheet\";Sheet3.D2) returns 3."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149431.173.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149431.173.help.text\n"
"ADDRESS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156054.174.help.text
msgid "Returns the absolute address of the referenced cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154136.175.help.text
msgid "CELL(\"ADDRESS\";D2) returns $D$2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3159198.176.help.text
msgid "CELL(\"ADDRESS\";Sheet3.D2) returns $Sheet3.$D$2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150245.177.help.text
msgid ""
"CELL(\"ADDRESS\";'X:\\\\dr\\\\test.sxc'#$Sheet1.D2) returns "
"'file:///X:/dr/test.sxc'#$Sheet1.$D$2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3146811.178.help.text
msgid "FILENAME"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151328.179.help.text
msgid "Returns the file name and the sheet number of the referenced cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3148896.180.help.text
msgid ""
"CELL(\"FILENAME\";D2) returns 'file:///X:/dr/own.sxc'#$Sheet1, if the "
"formula in the current document X:\\\\dr\\\\own.sxc is located in Sheet1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155144.181.help.text
msgid ""
"CELL(\"FILENAME\";'X:\\\\dr\\\\test.sxc'#$Sheet1.D2) returns "
"'file:///X:/dr/test.sxc'#$Sheet1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151381.182.help.text
msgid "COORD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151004.183.help.text
msgid "Returns the complete cell address in Lotus(TM) notation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3159104.184.help.text
msgid "CELL(\"COORD\"; D2) returns $A:$D$2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3163720.185.help.text
msgid "CELL(\"COORD\"; Sheet3.D2) returns $C:$D$2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155910.186.help.text
msgid "CONTENTS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156041.187.help.text
msgid "Returns the contents of the referenced cell, without any formatting."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151069.188.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151069.188.help.text\n"
"TYPE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155344.189.help.text
msgid "Returns the type of cell contents."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145217.190.help.text
msgid "b = blank. empty cell"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155176.191.help.text
msgid "l = label. Text, result of a formula as text"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147280.192.help.text
msgid "v = value. Value, result of a formula as a number"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156348.193.help.text
msgid "WIDTH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154920.194.help.text
msgid ""
"Returns the width of the referenced column. The unit is the number of zeros "
"(0) that fit into the column in the default text and the default size."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3152355.195.help.text
msgid "PREFIX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154230.196.help.text
msgid "Returns the alignment of the referenced cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155946.197.help.text
msgid "' = align left or left-justified"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3147220.198.help.text
msgid "\" = align right"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3149038.199.help.text
msgid "^ = centered"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153129.200.help.text
msgid "\\\\ = repeating (currently inactive)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154406.201.help.text
msgid "PROTECT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145127.202.help.text
msgid "Returns the status of the cell protection for the cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155794.203.help.text
msgid "1 = cell is protected"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155072.204.help.text
msgid "0 = cell is not protected"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156178.205.help.text
msgid "FORMAT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150220.206.help.text
msgid "Returns a character string that indicates the number format."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153824.207.help.text
msgid ", = number with thousands separator"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153837.208.help.text
msgid "F = number without thousands separator"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150318.209.help.text
msgid "C = currency format"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153168.210.help.text
msgid "S = exponential representation, for example, 1.234+E56"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153515.211.help.text
msgid "P = percentage"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154375.212.help.text
msgid ""
"In the above formats, the number of decimal places after the decimal "
"separator is given as a number. Example: the number format #,##0.0 returns "
",1 and the number format 00.000% returns P3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150575.213.help.text
msgid "D1 = MMM-D-YY, MM-D-YY and similar formats"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150589.214.help.text
msgid "D2 = DD-MM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3151034.215.help.text
msgid "D3 = MM-YY"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156371.216.help.text
msgid "D4 = DD-MM-YYYY HH:MM:SS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3157881.217.help.text
msgid "D5 = MM-DD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3157894.218.help.text
msgid "D6 = HH:MM:SS AM/PM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154068.219.help.text
msgid "D7 = HH:MM AM/PM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3150286.220.help.text
msgid "D8 = HH:MM:SS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145756.221.help.text
msgid "D9 = HH:MM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145768.222.help.text
msgid "G = All other formats"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3153375.223.help.text
msgid "- (Minus) at the end = negative numbers are formatted in color"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3155545.224.help.text
msgid ""
"() (brackets) at the end = there is an opening bracket in the format code"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3154594.225.help.text
msgid "COLOR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3152922.226.help.text
msgid ""
"Returns 1, if negative values have been formatted in color, otherwise 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3145563.227.help.text
msgid "PARENTHESES"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156072.228.help.text
msgid ""
"Returns 1 if the format code contains an opening bracket (, otherwise 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060104.xhp#par_id3156090.159.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> (list of options) is the position of the cell "
"to be examined. If \\<emph\\>Reference\\</emph\\> is a range, the cell moves "
"to the top left of the range. If \\<emph\\>Reference\\</emph\\> is missing, "
"$[officename] Calc uses the position of the cell in which this formula is "
"located. Microsoft Excel uses the reference of the cell in which the cursor "
"is positioned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#tit.help.text\n"
"Logical Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3153484.help.text
msgid ""
"\\<bookmark_value\\>logical "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"logical\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"logical\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153484.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153484.1.help.text\n"
"Logical Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149312.2.help.text
msgid ""
"\\<variable id=\\\"logischtext\\\"\\>This category contains the "
"\\<emph\\>Logical\\</emph\\> functions. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3147505.help.text
msgid "\\<bookmark_value\\>AND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3147505.29.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3147505.29.help.text\n"
"AND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153959.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_UND\\\"\\>Returns TRUE if all arguments are "
"TRUE.\\</ahelp\\> If one of the elements is FALSE, this function returns the "
"FALSE value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3146100.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3146100.66.help.text\n"
"The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, "
"B8<10) that return logical values, or arrays (A1:C3) containing logical "
"values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150538.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150538.67.help.text\n"
"When a function expects a single value, but you entered a cell range, then "
"the value from the cell range is taken that is in the same column or row as "
"the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149128.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149128.68.help.text\n"
"If the entered range is outside of the current column or row of the formula, "
"the function returns the error value #VALUE!"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3150374.31.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3150374.31.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3159123.32.help.text
msgid "AND(Logical value 1; Logical value 2 ...Logical value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150038.33.help.text
msgid ""
"\\<emph\\>Logical value 1; Logical value 2 ...Logical value 30\\</emph\\> "
"are conditions to be checked. All conditions can be either TRUE or FALSE. If "
"a range is entered as a parameter, the function uses the value from the "
"range that is in the current column or row. The result is TRUE if the "
"logical value in all cells within the cell range is TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149143.34.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149143.34.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153123.35.help.text
msgid ""
"The logical values of entries 12<13; 14>12, and 7<6 are to be checked:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3145632.36.help.text
msgid "AND(12<13; 14>12; 7<6) returns FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149946.60.help.text
msgid "AND (FALSE;TRUE) returns FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3149015.help.text
msgid "\\<bookmark_value\\>FALSE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149015.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149015.3.help.text\n"
"FALSE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149890.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FALSCH\\\"\\>Returns the logical value "
"FALSE.\\</ahelp\\> The FALSE() function does not require any arguments, and "
"always returns the logical value FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3146939.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3146939.5.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150030.6.help.text
msgid "FALSE()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3150697.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3150697.7.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3154842.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3154842.8.help.text\n"
"If A=TRUE and B=FALSE the following examples appear:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3147468.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3147468.9.help.text\n"
"=AND(A;B) returns FALSE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153038.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153038.10.help.text\n"
"=OR(A;B) returns TRUE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3150141.help.text
msgid "\\<bookmark_value\\>IF function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3150141.48.help.text
msgid "IF"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3148740.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WENN\\\"\\>Specifies a logical test to be "
"performed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153325.50.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153325.50.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3154558.51.help.text
msgid "IF(Test; Then_value; Otherwise_value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149727.52.help.text
msgid ""
"\\<emph\\>Test\\</emph\\> is any value or expression that can be TRUE or "
"FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3155828.53.help.text
msgid ""
"\\<emph\\>Then_value\\</emph\\> (optional) is the value that is returned if "
"the logical test is TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3154811.54.help.text
msgid ""
"\\<emph\\>Otherwise_value\\</emph\\> (optional) is the value that is "
"returned if the logical test is FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_idN107FA.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#par_idN107FA.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149507.55.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149507.55.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150867.57.help.text
msgid ""
"IF(A1>5;100;\"too small\") If the value in A1 is higher than 5, the value "
"100 is entered in the current cell; otherwise, \\<emph\\>too "
"small\\</emph\\> is entered in text format."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3155954.help.text
msgid "\\<bookmark_value\\>NOT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3155954.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3155954.12.help.text\n"
"NOT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153570.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NICHT\\\"\\>Reverses the logical value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3147372.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3147372.14.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3157996.15.help.text
msgid "NOT(Logical value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3148766.16.help.text
msgid "\\<emph\\>Logical Value\\</emph\\> is any value to be reversed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149884.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3149884.17.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150132.18.help.text
msgid "NOT(A). A=TRUE reverses to A=FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3148394.help.text
msgid "\\<bookmark_value\\>OR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3148394.20.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3148394.20.help.text\n"
"OR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3156060.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ODER\\\"\\>Returns TRUE if at least one argument "
"is TRUE.\\</ahelp\\> This function returns the value FALSE, if all the "
"arguments have the logical value FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3148771.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3148771.62.help.text\n"
"The arguments are either logical expressions themselves (TRUE, 1<5, 2+3=7, "
"B8<10) that return logical values, or arrays (A1:C3) containing logical "
"values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153546.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3153546.63.help.text\n"
"When a function expects a single value, but you entered a cell range, then "
"the value from the cell range is taken that is in the same column or row as "
"the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149027.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3149027.64.help.text\n"
"If the entered range is outside of the current column or row of the formula, "
"the function returns the error value #VALUE!"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3155517.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3155517.22.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3150468.23.help.text
msgid "OR(Logical value 1; Logical value 2 ...Logical value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3155819.24.help.text
msgid ""
"\\<emph\\>Logical value 1; Logical value 2 ...Logical value 30\\</emph\\> "
"are conditions to be checked. All conditions can be either TRUE or FALSE. If "
"a range is entered as a parameter, the function uses the value from the "
"range that is in the current column or row."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153228.25.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153228.25.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3154870.26.help.text
msgid ""
"The logical values of entries 12<11; 13>22, and 45=45 are to be checked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3155371.27.help.text
msgid "OR(12<11; 13>22; 45=45) returns TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3158412.59.help.text
msgid "OR(FALSE;TRUE) returns TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#bm_id3156256.help.text
msgid "\\<bookmark_value\\>TRUE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3156256.38.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3156256.38.help.text\n"
"TRUE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3155985.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WAHR\\\"\\>The logical value is set to "
"TRUE.\\</ahelp\\> The TRUE() function does not require any arguments, and "
"always returns the logical value TRUE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153717.40.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3153717.40.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3152590.41.help.text
msgid "TRUE()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3147175.42.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060105.xhp#hd_id3147175.42.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3146148.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3146148.43.help.text\n"
"If A=TRUE and B=FALSE the following examples appear:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3083285.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3083285.44.help.text\n"
"=AND(A;B) returns FALSE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3083444.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060105.xhp#par_id3083444.45.help.text\n"
"=OR(A;B) returns TRUE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060105.xhp#par_id3154314.46.help.text
msgid "=NOT(AND(A;B)) returns TRUE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#tit.help.text\n"
"Mathematical Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3147124.help.text
msgid ""
"\\<bookmark_value\\>mathematical "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"mathematical\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"mathematical\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147124.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147124.1.help.text\n"
"Mathematical Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154943.2.help.text
msgid ""
"\\<variable id=\\\"mathematiktext\\\"\\>This category contains the "
"\\<emph\\>Mathematical\\</emph\\> functions for Calc. \\</variable\\> To "
"open the \\<emph\\>Function Wizard\\</emph\\>, choose \\<link "
"href=\\\"text/scalc/01/04060000.xhp\\\" name=\\\"Insert - "
"Function\\\"\\>\\<emph\\>Insert - Function\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3146944.help.text
msgid "\\<bookmark_value\\>ABS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146944.33.help.text
msgid "ABS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154546.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ABS\\\"\\>Returns the absolute value of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154843.35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154843.35.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147475.36.help.text
msgid "ABS(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148438.37.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose absolute value is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155823.38.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155823.38.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152787.39.help.text
msgid "Entering the value -56 will return an absolute value of 56."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148752.40.help.text
msgid "Entering the value 56 will return an absolute value of 56."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3150896.help.text
msgid "\\<bookmark_value\\>COUNTBLANK function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150896.42.help.text
msgid "COUNTBLANK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155260.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ANZAHLLEEREZELLEN\\\"\\>Returns the number of "
"empty cells.\\</ahelp\\> Enter the cell references separated by a colon in "
"the \\<emph\\>range \\</emph\\>text field."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145144.44.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145144.44.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153931.45.help.text
msgid "COUNTBLANK(range)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149512.46.help.text
msgid ""
"\\<emph\\>range\\</emph\\> is the cell range in which the empty cells are "
"counted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146139.47.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146139.47.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148586.48.help.text
msgid "Entering = COUNTBLANK (A1:C3) in an empty cell range results in 9."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3153114.help.text
msgid "\\<bookmark_value\\>ACOS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153114.50.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153114.50.help.text\n"
"ACOS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145163.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCCOS\\\"\\>Returns the arc cosine of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153565.52.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153565.52.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150020.53.help.text
msgid "ACOS(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159134.54.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value, whose arc cosine value is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149882.55.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149882.55.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150128.56.help.text
msgid "The arc cosine of -1 returns the value 3.14."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3145355.help.text
msgid "\\<bookmark_value\\>ACOSH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145355.60.help.text
msgid "ACOSH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157993.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCOSHYP\\\"\\>Returns the inverse hyperbolic "
"cosine of a number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145295.62.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145295.62.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151017.63.help.text
msgid "ACOSH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149000.64.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose inverse hyperbolic cosine is "
"to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150566.65.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150566.65.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145629.66.help.text
msgid "The inverse hyperbolic cosine of 1 returns the value 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3149027.help.text
msgid "\\<bookmark_value\\>ACOT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149027.70.help.text
msgid "ACOT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155818.71.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCCOT\\\"\\>Returns the inverse cotangent of the "
"given number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153225.72.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153225.72.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158419.73.help.text
msgid "ACOT(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154948.74.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose inverse cotangent is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147538.75.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147538.75.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155375.76.help.text
msgid "The inverse cotangent of -1 returns the value 2.36."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3148426.help.text
msgid "\\<bookmark_value\\>ACOTH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148426.80.help.text
msgid "ACOTH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147478.81.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCOTHYP\\\"\\>Returns the inverse hyperbolic "
"cotangent of the given number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152585.82.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152585.82.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147172.83.help.text
msgid "ACOTH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146155.84.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose inverse hyperbolic cotangent "
"is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3083452.85.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3083452.85.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150608.86.help.text
msgid "The inverse hyperbolic cotangent of 1.1 returns the value 1.52."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3145084.help.text
msgid "\\<bookmark_value\\>ASIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145084.90.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145084.90.help.text\n"
"ASIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156296.91.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCSIN\\\"\\>Returns the arcsine of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149716.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149716.92.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156305.93.help.text
msgid "ASIN (Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150964.94.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose arcsine is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149448.95.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149448.95.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156100.96.help.text
msgid "The arcsine of -1 returns the value -1.57."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3151266.help.text
msgid "\\<bookmark_value\\>ASINH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151266.100.help.text
msgid "ASINH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147077.101.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARSINHYP\\\"\\>Returns the inverse hyperbolic sine "
"of a number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150763.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150763.102.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150882.103.help.text
msgid "ASINH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147621.104.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose inverse hyperbolic sine is to "
"be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153212.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153212.105.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156120.106.help.text
msgid "The inverse hyperbolic sine of -90 returns the value -5.19."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3155996.help.text
msgid "\\<bookmark_value\\>ATAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155996.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155996.110.help.text\n"
"ATAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149985.111.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCTAN\\\"\\>Returns the arctangent of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151294.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151294.112.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150261.113.help.text
msgid "ATAN(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147267.114.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose arctangent value is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154054.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154054.115.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143229.116.help.text
msgid "The arctangent of -1 returns the value -0.79."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3153983.help.text
msgid "\\<bookmark_value\\>ATAN2 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153983.120.help.text
msgid "ATAN2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154297.121.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARCTAN2\\\"\\>Returns the arctangent of the "
"specified x and y coordinates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149758.122.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149758.122.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156013.123.help.text
msgid "ATAN2(Number x; number y)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151168.124.help.text
msgid "\\<emph\\>Number x\\</emph\\> is the value for the x coordinate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152798.125.help.text
msgid "\\<emph\\>Number y\\</emph\\> is the value for the y coordinate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145663.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145663.126.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154692.127.help.text
msgid ""
"Entering the value 45 for the x coordinate and the value 90 for the y "
"coordinate will return an arctangent of 1.11."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3155398.help.text
msgid "\\<bookmark_value\\>ATANH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155398.130.help.text
msgid "ATANH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148829.131.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARTANHYP\\\"\\>Returns the inverse hyperbolic "
"tangent of a number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146997.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146997.132.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149912.133.help.text
msgid "ATANH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150521.134.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose inverse hyperbolic tangent is "
"to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148450.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148450.135.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145419.136.help.text
msgid "The inverse hyperbolic tangent of 0.99 returns the value 2.65."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3153062.help.text
msgid "\\<bookmark_value\\>COS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153062.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153062.149.help.text\n"
"COS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148803.150.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_COS\\\"\\>Returns the cosine of the given number "
"(angle).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150779.151.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150779.151.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154213.152.help.text
msgid "COS(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154285.153.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose cosine is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153579.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153579.154.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147240.155.help.text
msgid "The angle 6.28 (2Pi) returns a cosine of 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147516.156.help.text
msgid "The angle 3.14 (Pi) returns a cosine of -1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148474.157.help.text
msgid "The angle 1.57 (Pi/2) returns a cosine of 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3154277.help.text
msgid "\\<bookmark_value\\>COSH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154277.159.help.text
msgid "COSH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146946.160.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_COSHYP\\\"\\>Returns the hyperbolic cosine of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149792.161.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149792.161.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166440.162.help.text
msgid "COSH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150710.163.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose hyperbolic cosine is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153234.164.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153234.164.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154099.165.help.text
msgid "Entering the value -5 will return a hyperbolic cosine of 74.21."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3152888.help.text
msgid "\\<bookmark_value\\>COT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152888.169.help.text
msgid "COT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153679.170.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_COT\\\"\\>Returns the cotangent of the given "
"angle.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152943.171.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152943.171.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154856.172.help.text
msgid "COT(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149969.173.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose cotangent is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149800.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149800.174.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148616.175.help.text
msgid "The angle -45 returns a cotangent of -0.62."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148986.176.help.text
msgid "The angle 90 returns a cotangent of -0.5."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3154337.help.text
msgid "\\<bookmark_value\\>COTH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154337.178.help.text
msgid "COTH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149419.179.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_COTHYP\\\"\\>Returns the hyperbolic cotangent of a "
"given number (angle).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149242.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3149242.180.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143280.181.help.text
msgid "COTH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154799.182.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose hyperbolic cotangent is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155422.183.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155422.183.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144754.184.help.text
msgid "Entering the value 90 returns a hyperbolic cotangent of 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3145314.help.text
msgid "\\<bookmark_value\\>DEGREES function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145314.188.help.text
msgid "DEGREES"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149939.189.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DEG\\\"\\>Converts radians into "
"degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150623.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150623.190.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145600.191.help.text
msgid "DEG(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149484.192.help.text
msgid "\\<emph\\>Number\\</emph\\> is the value to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3148698.help.text
msgid "\\<bookmark_value\\>EXP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148698.198.help.text
msgid "EXP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150592.199.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_EXP\\\"\\>Returns e raised to the power of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150351.200.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150351.200.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146786.201.help.text
msgid "EXP(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155608.202.help.text
msgid "\\<emph\\>Number\\</emph\\> is the power to which e is to be raised."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154418.203.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154418.203.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156340.204.help.text
msgid "The result for e raised to the power -4 is 0.02."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154835.205.help.text
msgid "The result for e raised to the power 0.5 is 1.65."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153675.206.help.text
msgid "The result for e raised to the power 1 is 2.72."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3145781.help.text
msgid "\\<bookmark_value\\>FACT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145781.208.help.text
msgid "FACT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151109.209.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FAKULTAET\\\"\\>Returns the factorial of a "
"number.\\</ahelp\\> FACT(0) returns 1. FACT(n) returns 1*2*3*4* ... *n."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146902.210.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146902.210.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154661.211.help.text
msgid "FACT(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152952.212.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose factorial is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154569.213.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154569.213.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147525.214.help.text
msgid "FACT(0) by definition returns 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154476.216.help.text
msgid "FACT(10) returns 3628800."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3159084.help.text
msgid "\\<bookmark_value\\>INT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159084.218.help.text
msgid "INT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158441.219.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GANZZAHL\\\"\\>Rounds a number down to the nearest "
"integer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146132.220.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146132.220.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156146.221.help.text
msgid "INT(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154117.222.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number that is to be rounded down to the "
"nearest integer."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155118.223.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155118.223.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156267.224.help.text
msgid "If you enter the number -0.1, -1 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147323.225.help.text
msgid "If you enter the number 23.74, 23 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3150938.help.text
msgid "\\<bookmark_value\\>EVEN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150938.227.help.text
msgid "EVEN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149988.228.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GERADE\\\"\\>Returns a number rounded up to the "
"nearest even integer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148401.229.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148401.229.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150830.230.help.text
msgid "EVEN(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153350.231.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number that is to be rounded up to the "
"nearest even integer."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155508.232.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155508.232.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154361.233.help.text
msgid "If you enter the number 0.01, 2 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150679.234.help.text
msgid "If you enter the number -2.1, -4 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148968.235.help.text
msgid "If you enter the number 17.9, 18 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3147356.help.text
msgid "\\<bookmark_value\\>GCD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147356.237.help.text
msgid "GCD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152465.238.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GGT\\\"\\>Returns the greatest common divisor of "
"two or more integers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150643.239.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150643.239.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154524.240.help.text
msgid "GCD(integer 1 to 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149340.241.help.text
msgid ""
"\\<emph\\>Integer 1 to 30\\</emph\\> are up to 30 integers whose greatest "
"common divisor is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147317.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147317.242.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151285.243.help.text
msgid ""
"If you enter the numbers 512;1024 and 2000 in text boxes Integer 1;2 and 3, "
"16 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3151221.help.text
msgid "\\<bookmark_value\\>GCD_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151221.677.help.text
msgid "GCD_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153257.678.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_GCD\\\"\\> The result is the greatest common "
"divisor of a list of numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147548.679.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3147548.679.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156205.680.help.text
msgid "GCD_ADD(Number(s))"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145150.681.help.text
msgid "\\<emph\\>Number(s)\\</emph\\>: a list of up to 30 numbers."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150239.682.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150239.682.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159192.683.help.text
msgid "=GCD_ADD(5;15;25) returns 5."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3156048.help.text
msgid "\\<bookmark_value\\>ISEVEN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156048.245.help.text
msgid "ISEVEN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149169.246.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTGERADE\\\"\\>Returns TRUE if the value is an "
"even integer, or FALSE if the value is odd.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146928.247.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146928.247.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151203.248.help.text
msgid "ISEVEN(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150491.249.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150491.249.help.text\n"
"\\<emph\\>Value\\</emph\\> is the value to be checked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154136.250.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154136.250.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163813.251.help.text
msgid "If you enter the value 642, TRUE will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151331.252.help.text
msgid "If you enter the value -4, TRUE will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149578.253.help.text
msgid "If you enter the value 7.6, FALSE will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3156034.help.text
msgid "\\<bookmark_value\\>ISODD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156034.255.help.text
msgid "ISODD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155910.256.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ISTUNGERADE\\\"\\>Returns TRUE if the value is "
"odd, or FALSE if the number is even.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151006.257.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151006.257.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151375.258.help.text
msgid "ISODD(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155139.259.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155139.259.help.text\n"
"\\<emph\\>Value\\</emph\\> is the value to be checked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163723.260.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163723.260.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155345.261.help.text
msgid "If you enter the value 642, FALSE will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148898.262.help.text
msgid "If you enter the value -4, FALSE will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155312.263.help.text
msgid "If you enter the value 7.6, TRUE will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3145213.help.text
msgid "\\<bookmark_value\\>LCM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145213.265.help.text
msgid "LCM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146814.266.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KGV\\\"\\>Returns the least common multiple of one "
"or more integers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148632.267.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148632.267.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147279.268.help.text
msgid "LCM(integer 1 to 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156348.269.help.text
msgid ""
"\\<emph\\>Integer 1 to 30\\</emph\\> are up to 30 integers whose lowest "
"common multiple is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156431.270.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156431.270.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154914.271.help.text
msgid ""
"If you enter the numbers 512;1024 and 2000 in the Integer 1;2 and 3 text "
"boxes, 128000 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3154230.help.text
msgid "\\<bookmark_value\\>LCM_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154230.684.help.text
msgid "LCM_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3149036.685.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_LCM\\\"\\> The result is the lowest common "
"multiple of a list of numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153132.686.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153132.686.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154395.687.help.text
msgid "LCM_ADD (Number(s))"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147377.688.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3147377.688.help.text\n"
"Number(s): a list of up to 30 numbers."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145122.689.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145122.689.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145135.690.help.text
msgid "=LCM_ADD(5;15;25) returns 75."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3155802.help.text
msgid "\\<bookmark_value\\>COMBIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155802.273.help.text
msgid "COMBIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156172.274.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KOMBINATIONEN\\\"\\>Returns the number of "
"combinations for a given number of objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156193.275.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156193.275.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150223.276.help.text
msgid "COMBIN(count 1; count 2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150313.277.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150313.277.help.text\n"
"\\<emph\\>Count 1\\</emph\\> is the total number of elements."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153830.278.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153830.278.help.text\n"
"\\<emph\\>Count 2\\</emph\\> is the select count from the elements."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153171.279.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153171.279.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153517.280.help.text
msgid ""
"If you enter 2 in text boxes Count 1 and 2, 1 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3150284.help.text
msgid "\\<bookmark_value\\>COMBINA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3150284.282.help.text
msgid "COMBINA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157894.283.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KOMBINATIONEN2\\\"\\>Returns the number of "
"combinations for a given number of objects (repetition included).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145752.284.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145752.284.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145765.285.help.text
msgid "COMBINA(count 1; count 2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153372.286.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153372.286.help.text\n"
"\\<emph\\>Count 1\\</emph\\> is the total number of elements."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155544.287.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155544.287.help.text\n"
"\\<emph\\>Count 2\\</emph\\> is the select count from the elements."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154584.288.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154584.288.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152904.289.help.text
msgid ""
"If you enter 2 in text boxes Count 1 and 2, 3 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3156086.help.text
msgid "\\<bookmark_value\\>TRUNC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3156086.291.help.text
msgid "TRUNC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157866.292.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KUERZEN\\\"\\>Truncates a number to an integer "
"(number) by removing the fractional part of the number according to the "
"precision specified in \\<emph\\>num_digits\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148548.557.help.text
msgid ""
"The decimal places correspond to the number of decimal places that are "
"specified in \\<link href=\\\"text/shared/optionen/01060500.xhp\\\"\\>Tools -"
" Options - %PRODUCTNAME Calc - Calculate\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148499.293.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3148499.293.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3148511.294.help.text
msgid "TRUNC(number; count)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150796.295.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number whose decimal places are to be cut "
"off."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3150816.296.help.text
msgid ""
"\\<emph\\>Count\\</emph\\> is the number whose decimal places are not cut "
"off."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152555.297.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152555.297.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152569.298.help.text
msgid ""
"If you enter the number 34.5678 and the count 1, 34.5 will be returned as "
"the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153639.299.help.text
msgid ""
"If you enter the number -15.769 and the count 3, -15.77 will be returned as "
"the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3153601.help.text
msgid "\\<bookmark_value\\>LN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153601.301.help.text
msgid "LN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154974.302.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LN\\\"\\>Returns the natural logarithm based on "
"the constant e (2.71828182845904) of a number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154993.303.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154993.303.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155284.304.help.text
msgid "LN(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155297.305.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose natural logarithm is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153852.306.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153852.306.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153866.307.help.text
msgid ""
"The natural logarithm to the base e of the value 3 will return 1.1 as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159355.308.help.text
msgid ""
"The natural logarithm to the base e of the value 13 will return 2.56 as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159370.309.help.text
msgid ""
"The natural logarithm to the base e of the value 1000 will return 6.91 as "
"the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3109813.help.text
msgid "\\<bookmark_value\\>LOG function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3109813.311.help.text
msgid "LOG"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3109841.312.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LOG\\\"\\>Returns the logarithm of a number to the "
"specified base.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144719.313.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144719.313.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144732.314.help.text
msgid "LOG(number; base)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144746.315.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose logarithm is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152840.316.help.text
msgid "\\<emph\\>Base\\</emph\\> is the base for the logarithm calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152860.317.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152860.317.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154429.318.help.text
msgid ""
"The logarithm of the number 10 to the base 3 will return 2.1 as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154444.319.help.text
msgid ""
"The logarithm of the number 2.1 to the base 7 will return 0.38 as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3154459.320.help.text
msgid ""
"The logarithm of the number 0.75 to the base 7.5 will return -0.14 as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3154187.help.text
msgid "\\<bookmark_value\\>LOG10 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3154187.322.help.text
msgid "LOG10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155476.323.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LOG10\\\"\\>Returns the base-10 logarithm of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155494.324.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155494.324.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159294.325.help.text
msgid "LOG10(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159308.326.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value whose logarithm to the base 10 is "
"to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159328.327.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159328.327.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157916.328.help.text
msgid ""
"The logarithm to the base 10 of the value 3 will return 0.48 as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157931.329.help.text
msgid ""
"The logarithm to the base 10 of the value 10 will return 1 as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157946.330.help.text
msgid ""
"The logarithm to the base 10 of the value 0.02 will return -1.7 as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3152518.help.text
msgid "\\<bookmark_value\\>CEILING function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152518.332.help.text
msgid "CEILING"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153422.558.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_OBERGRENZE\\\"\\>Rounds a number to the nearest "
"integer or multiple of significance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153440.334.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3153440.334.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153454.335.help.text
msgid "CEILING(number; increment; mode)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153467.336.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3153467.336.help.text\n"
"\\<emph\\>Number\\</emph\\> is the number that is to be rounded up."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155000.337.help.text
msgid ""
"\\<emph\\>Increment\\</emph\\> is the number to whose multiple the value is "
"to be rounded up."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155020.559.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> is an optional value. If it is indicated and is "
"not equal to zero and if the number and increment are negative, rounding up "
"is carried out based on that value. Please note that this input gets lost in "
"an import to MS Excel since Excel does not recognize any third parameter in "
"functions."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163792.629.help.text
msgid ""
"If both parameters \\<emph\\>Number\\</emph\\> and "
"\\<emph\\>Significance\\</emph\\> are negative and the Mode value is equal "
"to zero or is not given, the results in $[officename] and Excel will differ "
"after the import has been completed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145697.338.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145697.338.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145710.339.help.text
msgid ""
"If you enter the number 3.4 and the increment 1, 4 will be returned as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145725.340.help.text
msgid ""
"If you enter the number -6 and the increment -5, -5 will be returned as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145740.341.help.text
msgid ""
"If you enter the number -0.6 and the increment -0.4, -0.4 will be returned "
"as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3157762.help.text
msgid "\\<bookmark_value\\>PI function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157762.343.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157762.343.help.text\n"
"PI"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157790.344.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_PI\\\"\\>Returns the value of PI (rounded value "
"3.14159).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157809.345.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157809.345.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157822.346.help.text
msgid "PI()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157836.347.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157836.347.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152370.348.help.text
msgid "Pi is 3.14159... as a rounded value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3152418.help.text
msgid "\\<bookmark_value\\>MULTINOMIAL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152418.635.help.text
msgid "MULTINOMIAL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152454.636.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_MULTINOMIAL\\\"\\> Returns the factorial of "
"the sum of the arguments divided by the product of the factorials of the "
"arguments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155646.637.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155646.637.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155660.638.help.text
msgid "MULTINOMIAL (Number(s))"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155673.639.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155673.639.help.text\n"
"Number(s): a list of up to 30 numbers."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155687.640.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155687.640.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3155701.641.help.text
msgid ""
"=MULTINOMIAL(F11:H11) returns 1260, if F11 to H11 contain the values 2, 3 "
"and 4. This corresponds to the formula =(2+3+4)! / (2!*3!*4!)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3155717.help.text
msgid "\\<bookmark_value\\>POWER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3155717.350.help.text
msgid "POWER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159495.351.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_POTENZ\\\"\\>Returns the result of a number raised "
"to a power.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159513.352.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159513.352.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159526.353.help.text
msgid "POWER(base; power) or base ^ power"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159540.354.help.text
msgid ""
"\\<emph\\>Base\\</emph\\> is the number that is to be raised to a given "
"power."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159560.355.help.text
msgid ""
"\\<emph\\>Power\\</emph\\> is the exponent with which the base is to be "
"raised to a power."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159580.356.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3159580.356.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159594.357.help.text
msgid ""
"If you enter 3 as the base and -2 as the power, 0.11 will be returned as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159609.358.help.text
msgid ""
"If you enter -3 as the base and -2 as the power, 0.11 will be returned as "
"the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3159624.359.help.text
msgid ""
"If you enter -3 as the base and 2 as the power, 9 will be returned as the "
"result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3152651.help.text
msgid "\\<bookmark_value\\>SERIESSUM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152651.642.help.text
msgid "SERIESSUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152688.643.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_SERIESSUM\\\"\\>Returns a sum of powers of the "
"number x\\</ahelp\\> in accordance with the following formula:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152708.644.help.text
msgid ""
"SERIESSUM(x;n;m;coefficients) = coefficient_1*x^n + coefficient_2*x^(n+m) + "
"coefficient_3*x^(n+2m) +...+ coefficient_i*x^(n+(i-1)m)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152724.645.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152724.645.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_idN11BD9.help.text
msgid "SERIESSUM(x; n; m; coefficients)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152737.646.help.text
msgid "x: the number as an independent variable"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144344.647.help.text
msgid "n: the starting power"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144357.648.help.text
msgid "m: the increment"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144370.649.help.text
msgid ""
"coefficients: a series of coefficients. For each coefficient the series sum "
"is extended by one section."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3144386.help.text
msgid "\\<bookmark_value\\>PRODUCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144386.361.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144386.361.help.text\n"
"PRODUCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144414.362.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_PRODUKT\\\"\\>Multiplies all the numbers given as "
"arguments and returns the product.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144433.363.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144433.363.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144446.364.help.text
msgid "PRODUCT(number 1 to 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144460.365.help.text
msgid ""
"\\<emph\\>Number 1 to number 30\\</emph\\> are up to 30 arguments whose "
"product is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144480.366.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144480.366.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144494.367.help.text
msgid ""
"If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 text boxes, 24 "
"will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3160340.help.text
msgid "\\<bookmark_value\\>SUMSQ function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3160340.369.help.text
msgid "SUMSQ"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3160368.370.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_QUADRATESUMME\\\"\\>If you want to calculate the "
"sum of the squares of numbers (totaling up of the squares of the arguments), "
"enter these into the text fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3160388.371.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3160388.371.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3160402.372.help.text
msgid "SUMSQ(number 1 to 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3160415.373.help.text
msgid ""
"\\<emph\\>Number 1 to number 30\\</emph\\> are up to 30 arguments the sum of "
"whose squares is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3160436.374.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3160436.374.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3160449.375.help.text
msgid ""
"If you enter the numbers 2; 3 and 4 in the \\<emph\\>Number 1\\</emph\\>; "
"\\<emph\\>2\\</emph\\> and \\<emph\\>3\\</emph\\> text boxes, 29 is returned "
"as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3158247.help.text
msgid "\\<bookmark_value\\>MOD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158247.387.help.text
msgid "MOD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158276.388.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_REST\\\"\\>Returns the remainder after a number is "
"divided by a divisor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158294.389.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158294.389.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158308.390.help.text
msgid "MOD(Dividend; Divisor)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158321.391.help.text
msgid ""
"\\<emph\\>Dividend\\</emph\\> is the value from which to find the remainder "
"after dividing."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158341.392.help.text
msgid ""
"\\<emph\\>Divisor\\</emph\\> is the number by which to divide the specified "
"value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158361.393.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158361.393.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158374.394.help.text
msgid ""
"The value 17 in the Dividend field is to be divided by the divisor -1.4. -"
"1.2 will be returned as the remainder."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158390.395.help.text
msgid ""
"The value -13 in the Dividend field is to be divided by the divisor -3.4. -"
"2.8 will be returned as the remainder."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144522.396.help.text
msgid ""
"The value 2987 in the Dividend field is to be divided by the divisor 362. 91 "
"will be returned as the remainder."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3144592.help.text
msgid "\\<bookmark_value\\>QUOTIENT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144592.652.help.text
msgid "QUOTIENT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144627.653.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_QUOTIENT\\\"\\>Returns the integer result of a "
"division operation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144646.654.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144646.654.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144659.655.help.text
msgid "QUOTIENT(Numerator;Denominator)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144674.656.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144674.656.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144687.657.help.text
msgid "=QUOTIENT(11;3) returns 3. The remainder of 2 is omitted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3144702.help.text
msgid "\\<bookmark_value\\>RADIANS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144702.377.help.text
msgid "RADIANS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158025.378.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RAD\\\"\\>Converts degrees to radians.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158042.379.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158042.379.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158055.380.help.text
msgid "RADIANS(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158069.381.help.text
msgid "\\<emph\\>Number\\</emph\\> is the angle in degrees."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3158121.help.text
msgid "\\<bookmark_value\\>ROUND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158121.398.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158121.398.help.text\n"
"ROUND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158150.399.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RUNDEN\\\"\\>Returns a number rounded to a certain "
"number of decimal places according to valid mathematical "
"criteria.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158169.400.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3158169.400.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158182.401.help.text
msgid "ROUND(number; count)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3158196.402.help.text
msgid "\\<emph\\>number\\</emph\\> is the number to be rounded."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145835.403.help.text
msgid ""
"\\<emph\\>count\\</emph\\> (optional) is the number of the places to which "
"the value is to be rounded. If the \\<emph\\>count\\</emph\\> parameter is "
"negative, numbers before the decimal are rounded."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145863.404.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145863.404.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145876.405.help.text
msgid ""
"If you enter the number 17.546 in the \\<emph\\>number\\</emph\\> field, "
"with 1 specified as the number of rounding places, 17.5 will be returned as "
"the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145899.406.help.text
msgid ""
"If you enter the number -32.483 in the \\<emph\\>number\\</emph\\> field, "
"with 3 specified as the number of rounding places, -32.48 will be returned "
"as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3145991.help.text
msgid "\\<bookmark_value\\>ROUNDDOWN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3145991.24.help.text
msgid "ROUNDDOWN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146020.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ABRUNDEN\\\"\\>Rounds a number down, toward "
"zero.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146037.26.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3146037.26.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146051.27.help.text
msgid "ROUNDDOWN(number; count)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3146064.28.help.text
msgid "\\<emph\\>number\\</emph\\> is the number to be rounded down."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163136.29.help.text
msgid ""
"\\<emph\\>count\\</emph\\> (optional) is the number of digits to be rounded "
"down to. If the \\<emph\\>count\\</emph\\> parameter is negative, rounding "
"is to the digits preceding the decimal point."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163164.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163164.30.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163178.31.help.text
msgid ""
"Entering the value 567.567 and the value 2 in the \\<emph\\>count\\</emph\\> "
"field will return 567.56."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3163268.help.text
msgid "\\<bookmark_value\\>ROUNDUP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163268.140.help.text
msgid "ROUNDUP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163297.141.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_AUFRUNDEN\\\"\\>Rounds a number up, according to "
"the specified decimal place.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163315.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163315.142.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163328.143.help.text
msgid "ROUNDUP(number; count)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163342.144.help.text
msgid "\\<emph\\>number\\</emph\\> is the number to be rounded up."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163361.145.help.text
msgid ""
"\\<emph\\>count\\</emph\\> (optional) is the number of digits to which "
"rounding up is to be done."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163381.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163381.146.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144786.147.help.text
msgid ""
"Entering the value 123.343 and the value 2 in the \\<emph\\>count\\</emph\\> "
"field will return the value 123.35."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3144877.help.text
msgid "\\<bookmark_value\\>SIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144877.408.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144877.408.help.text\n"
"SIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144906.409.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SIN\\\"\\>Returns the sine of the given number "
"(angle).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144923.410.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144923.410.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144937.411.help.text
msgid "SIN(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144950.412.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144950.412.help.text\n"
"\\<emph\\>Number\\</emph\\> is the angle in radians."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144969.413.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3144969.413.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144983.414.help.text
msgid "The sine of the angle (in radians) 3.14 (Pi) is 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144997.415.help.text
msgid "The sine of the angle (in radians) 1.57 (Pi/2) is 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3145012.416.help.text
msgid "The sine of the angle (in radians) 0.79 (Pi/4) is 0.71."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3163397.help.text
msgid "\\<bookmark_value\\>SINH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163397.418.help.text
msgid "SINH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163426.419.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SINHYP\\\"\\>Returns the hyperbolic sine of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163444.420.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163444.420.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163457.421.help.text
msgid "SINH(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163471.422.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number whose hyperbolic sine is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163491.423.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163491.423.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163504.424.help.text
msgid ""
"If you enter the value -5, -74.2 will be returned as the hyperbolic sine."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163520.425.help.text
msgid "If you enter the value 0, 0 will be returned as the hyperbolic sine."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163534.426.help.text
msgid ""
"If you enter the value 90, 6.10E038 will be returned as the hyperbolic sine."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3163596.help.text
msgid "\\<bookmark_value\\>SUM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163596.428.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163596.428.help.text\n"
"SUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163625.429.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMME\\\"\\>Adds all the numbers in a range of "
"cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163643.430.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163643.430.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163656.431.help.text
msgid "SUM(number1; number 2; ...; number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163671.432.help.text
msgid ""
"\\<emph\\>Number 1 to number 30\\</emph\\> are up to 30 arguments whose sum "
"is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163690.433.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163690.433.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163704.434.help.text
msgid ""
"If you enter the numbers 2; 3 and 4 in the Number 1; 2 and 3 text boxes, 9 "
"will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151740.556.help.text
msgid ""
"SUM(A1;A3;B5) calculates the sum of the three cells. SUM (A1:E10) calculates "
"the sum of all cells in the A1 to E10 cell range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151756.619.help.text
msgid ""
"Conditions linked by AND can be used with the function SUM() in the "
"following manner:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151774.620.help.text
msgid ""
"Example assumption: You have entered invoices into a table. Column A "
"contains the date value of the invoice, column B the amounts. You want to "
"find a formula that you can use to return the total of all amounts only for "
"a specific month, e.g. only the amount for the period >=1.1.99 to <1.2.99. "
"The range with the date values covers A1:A40, the range containing the "
"amounts to be totaled is B1:B40. C1 contains the start date, 1.1.99, of the "
"invoices to be included and C2 the date, 1.2.99, that is no longer included."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151799.621.help.text
msgid "Enter the following formula as an array formula:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151813.622.help.text
msgid "=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151828.623.help.text
msgid ""
"In order to enter this as an array formula, you must press the Shift "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command \\</caseinline\\>\\<defaultinline\\>+ "
"Ctrl\\</defaultinline\\>\\</switchinline\\> + Enter key instead of simply "
"pressing the Enter key to close the formula. The formula will then be shown "
"in the \\<emph\\>Formula\\</emph\\> bar enclosed in braces."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151869.624.help.text
msgid "{=SUM((A1:A40>=C1)*(A1:A40<C2)*B1:B40)}"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151884.625.help.text
msgid ""
"The formula is based on the fact that the result of a comparison is 1, if "
"the criterion is met and 0 if it is not. The individual comparison results "
"will be treated as an array and used in matrix multiplication, and at the "
"end the individual values will be totaled to give the result matrix. The "
"SUM() function can also be used in this way, for example, as COUNTIF() with "
"several criteria."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3151957.help.text
msgid "\\<bookmark_value\\>SUMIF function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3151957.436.help.text
msgid "SUMIF"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3151986.437.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMMEWENN\\\"\\>Adds the cells specified by a "
"given criteria.\\</ahelp\\> This function is used to browse a range when you "
"search for a certain value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152015.438.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152015.438.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152028.439.help.text
msgid "SUMIF(range; criteria; sum_range)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152043.440.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152043.440.help.text\n"
"\\<emph\\>Range\\</emph\\> is the range to which the criteria are to be "
"applied."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152062.441.help.text
msgid ""
"\\<emph\\>Criteria\\</emph\\> is the cell in which the search criterion is "
"shown, or the search criterion itself."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152083.442.help.text
msgid ""
"\\<emph\\>Sum_range\\</emph\\> is the range from which values are summed. If "
"this parameter has not been indicated, the values found in the "
"\\<emph\\>Range\\</emph\\> are summed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152110.443.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152110.443.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152148.626.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152148.626.help.text\n"
"An example can be found under SUM()."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3152195.help.text
msgid "\\<bookmark_value\\>TAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152195.446.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152195.446.help.text\n"
"TAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152224.447.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TAN\\\"\\>Returns the tangent of the given "
"angle.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152242.448.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152242.448.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152255.449.help.text
msgid "TAN(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152269.450.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152269.450.help.text\n"
"\\<emph\\>Number\\</emph\\> is the angle in radians."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152287.451.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3152287.451.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152301.452.help.text
msgid "The tangent of the angle (in radians) 3.14 (Pi) is 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152316.453.help.text
msgid "The tangent of the angle (in radians) 0.79 (Pi/4) is 1.01."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3152330.454.help.text
msgid "The tangent of the angle (in radians) 0.39 (Pi/8) is 0.41."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3165434.help.text
msgid "\\<bookmark_value\\>TANH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165434.456.help.text
msgid "TANH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165462.457.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TANHYP\\\"\\>Returns the hyperbolic tangent of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165480.458.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165480.458.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165494.459.help.text
msgid "TANH(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165508.460.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number whose hyperbolic tangent is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165527.461.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165527.461.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165541.462.help.text
msgid ""
"If you enter the value -5, the system returns the hyperbolic tangent -1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165556.463.help.text
msgid ""
"If you enter the value 45, the system returns the hyperbolic tangent 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165571.464.help.text
msgid ""
"If you enter the value 90, the system returns the hyperbolic tangent 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3165633.help.text
msgid ""
"\\<bookmark_value\\>AutoFilter function; "
"subtotals\\</bookmark_value\\>\\<bookmark_value\\>sums of filtered "
"data\\</bookmark_value\\>\\<bookmark_value\\>filtered data; "
"sums\\</bookmark_value\\>\\<bookmark_value\\>SUBTOTAL "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165633.466.help.text
msgid "SUBTOTAL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165682.467.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TEILERGEBNIS\\\"\\>Calculates "
"subtotals.\\</ahelp\\> If a range already contains subtotals, these are not "
"used for further calculations. Use this function with the AutoFilters to "
"take only the filtered records into account."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165704.495.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165704.495.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165717.496.help.text
msgid "SUBTOTAL(function; range)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165731.497.help.text
msgid ""
"\\<emph\\>Function\\</emph\\> is a number that stands for one of the "
"following functions:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165782.469.help.text
msgid "Function index"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165806.470.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165806.470.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165833.471.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165833.471.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165856.472.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165856.472.help.text\n"
"AVERAGE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165883.473.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165883.473.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165906.474.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165906.474.help.text\n"
"COUNT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165933.475.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165933.475.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165956.476.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165956.476.help.text\n"
"COUNTA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165983.477.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165983.477.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166006.478.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166006.478.help.text\n"
"MAX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166033.479.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166033.479.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166056.480.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166056.480.help.text\n"
"MIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143316.481.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143316.481.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143339.482.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143339.482.help.text\n"
"PRODUCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143366.483.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143366.483.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143389.484.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143389.484.help.text\n"
"STDEV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143416.485.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143416.485.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143439.486.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143439.486.help.text\n"
"STDEVP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143466.487.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143466.487.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143489.488.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143489.488.help.text\n"
"SUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143516.489.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143516.489.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143539.490.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143539.490.help.text\n"
"VAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143566.491.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143566.491.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143589.492.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143589.492.help.text\n"
"VARP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143606.498.help.text
msgid "\\<emph\\>Range\\</emph\\> is the range whose cells are included."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3143625.499.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3143625.499.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143638.562.help.text
msgid ""
"You have a table in the cell range A1:B5 containing cities in column A and "
"accompanying figures in column B. You have used an AutoFilter so that you "
"only see rows containing the city Hamburg. You want to see the sum of the "
"figures that are displayed; that is, just the subtotal for the filtered "
"rows. In this case the correct formula would be:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143658.563.help.text
msgid "=SUBTOTAL(9; B2:B5)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3143672.help.text
msgid ""
"\\<bookmark_value\\>Euro; converting "
"in\\</bookmark_value\\>\\<bookmark_value\\>CONVERT "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3143672.564.help.text
msgid "CONVERT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143708.565.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_UMRECHNEN\\\"\\>This function allows you to "
"convert a currency value of a European currency into Euros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143731.566.help.text
msgid "\\<emph\\>Syntax:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143748.567.help.text
msgid "CONVERT(value;\"Text\"; \"Text\")"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143763.568.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is the amount in the currency to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143782.569.help.text
msgid ""
"\\<emph\\>Text\\</emph\\> is the official abbreviation for the currency in "
"question (for example, \"EUR\"). The first \\<emph\\>Text\\</emph\\> "
"parameter gives the source value to be converted, the second "
"\\<emph\\>Text\\</emph\\> parameter gives the destination value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143819.570.help.text
msgid "\\<emph\\>Example:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143837.571.help.text
msgid ""
"=CONVERT(100;\"ATS\";\"EUR\") converts 100 Austrian Schilling into Euro."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143853.572.help.text
msgid "=CONVERT(100;\"EUR\";\"DEM\") converts 100 Euro into German Mark."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143869.573.help.text
msgid ""
"The table shows you the names of the currencies and the rates of exchange "
"with the Euro set by the European Commission. The basis of calculation is 1 "
"Euro."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143922.574.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143922.574.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143945.575.help.text
msgid "\"ATS\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143968.576.help.text
msgid "13.7603"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3143991.577.help.text
msgid "Austrian Schilling"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144018.578.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144018.578.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144041.579.help.text
msgid "\"BEF\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144064.580.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144064.580.help.text\n"
"40.3399"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144087.581.help.text
msgid "Belgian Franc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144114.582.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144114.582.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144137.583.help.text
msgid "\"DEM\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144160.584.help.text
msgid "1.95583"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144183.585.help.text
msgid "German Mark"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144210.586.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144210.586.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144233.587.help.text
msgid "\"ESP\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144256.588.help.text
msgid "166.386"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144279.589.help.text
msgid "Spanish Peseta"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144306.590.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144306.590.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3144329.591.help.text
msgid "\"FIM\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156466.592.help.text
msgid "5.94573"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156488.593.help.text
msgid "Finnish Markka"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156516.594.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156516.594.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156539.595.help.text
msgid "\"FRF\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156562.596.help.text
msgid "6.55957"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156584.597.help.text
msgid "French Franc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156612.598.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156612.598.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156635.599.help.text
msgid "\"IEP\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156658.600.help.text
msgid "0.787564"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156680.601.help.text
msgid "Irish Pound"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156708.602.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156708.602.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156730.603.help.text
msgid "\"ITL\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156753.604.help.text
msgid "1936.27"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156776.605.help.text
msgid "Italian Lira"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156804.606.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156804.606.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156826.607.help.text
msgid "\"LUF\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156849.608.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156849.608.help.text\n"
"40.3399"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156872.609.help.text
msgid "Luxembourg Franc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156900.610.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156900.610.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156922.611.help.text
msgid "\"NLG\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156945.612.help.text
msgid "2.20371"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156968.613.help.text
msgid "Dutch Guilder"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156996.614.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3156996.614.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157018.615.help.text
msgid "\"PTE\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157041.616.help.text
msgid "200.482"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157064.617.help.text
msgid "Portuguese Escudo"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157092.631.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157092.631.help.text\n"
"\"EUR\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157114.632.help.text
msgid "\"GRD\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157137.633.help.text
msgid "340.750"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157160.634.help.text
msgid "Greek Drachma"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3157177.help.text
msgid "\\<bookmark_value\\>ODD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157177.502.help.text
msgid "ODD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157205.503.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_UNGERADE\\\"\\>Returns a number rounded up to the "
"nearest odd integer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157223.504.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157223.504.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157237.505.help.text
msgid "ODD(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157250.506.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157250.506.help.text\n"
"\\<emph\\>Number\\</emph\\> is the number that is to be rounded up."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157270.507.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157270.507.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157283.508.help.text
msgid "If you enter the number 1.01, 3 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157298.509.help.text
msgid "If you enter the number -3.01, -5 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157313.510.help.text
msgid "If you enter the number 17.9, 19 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3157404.help.text
msgid "\\<bookmark_value\\>FLOOR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157404.512.help.text
msgid "FLOOR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157432.513.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_UNTERGRENZE\\\"\\>Rounds a number down to the "
"nearest multiple of significance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157451.514.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3157451.514.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157464.515.help.text
msgid "FLOOR(Number; Significance; Mode)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157478.516.help.text
msgid "\\<emph\\>Number\\</emph\\> is the number that is to be rounded down."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157497.517.help.text
msgid ""
"\\<emph\\>Significance\\</emph\\> is the value to whose multiple the number "
"is to be rounded down."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3157517.561.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> is an optional value. If it is indicated and is "
"not equal to zero, if the number and increment are negative, rounding up is "
"carried out based on that value. It is also possible that this value is "
"ignored after completing an import to MS Excel as Excel does not know any "
"third parameter."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163894.630.help.text
msgid ""
"If both parameters \\<emph\\>Number\\</emph\\> and "
"\\<emph\\>Significance\\</emph\\> are negative, and if the "
"\\<emph\\>Mode\\</emph\\> value is equal to zero or is not specified, then "
"the results in $[officename] Calc and Excel will differ after exporting."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163932.518.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3163932.518.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163945.519.help.text
msgid ""
"If you enter the number 3.4 and the \\<emph\\>Significance\\</emph\\> 1, 3 "
"will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163966.520.help.text
msgid ""
"If you enter the number -6 and the \\<emph\\>Significance \\</emph\\>-5, -10 "
"will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3163988.521.help.text
msgid ""
"If you enter the number -0.6 and the \\<emph\\>Significance\\</emph\\> -0.4, "
"-0.8 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164086.help.text
msgid "\\<bookmark_value\\>SIGN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164086.523.help.text
msgid "SIGN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164115.524.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VORZEICHEN\\\"\\>Returns the sign of a number. "
"\\</ahelp\\> The function returns the result 1 for a positive sign and -1 "
"for a negative sign. If the number is zero, then the function likewise "
"produces a zero."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164136.525.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164136.525.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164150.526.help.text
msgid "SIGN(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164164.527.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number whose sign is to be determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164183.528.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164183.528.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164197.529.help.text
msgid "If you enter the number 3.4, 1 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164212.530.help.text
msgid "If you enter the number -4.5, -1 will be returned as the result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164252.help.text
msgid "\\<bookmark_value\\>MROUND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164252.658.help.text
msgid "MROUND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164288.659.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_MROUND\\\"\\>The result is the nearest integer "
"multiple of the number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164306.660.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164306.660.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164320.661.help.text
msgid "MROUND(Number; Multiple)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164333.662.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164333.662.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164347.663.help.text
msgid "Which integer multiple of 3 is the number 15.5 closest to?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164361.664.help.text
msgid "=MROUND(15.5; 3) returns 15."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_idN14DD6.help.text
msgid ""
"=MROUND(1.6;0.5) returns 1.5, the nearest integer multiple of 0.5 to "
"approach 1.6."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164375.help.text
msgid "\\<bookmark_value\\>SQRT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164375.532.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164375.532.help.text\n"
"SQRT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164404.533.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WURZEL\\\"\\>Returns the positive square root of a "
"number.\\</ahelp\\> The value of the number must be positive."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164424.534.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164424.534.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164437.535.help.text
msgid "SQRT(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164451.536.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number whose square root is to be "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164471.537.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164471.537.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164484.538.help.text
msgid "The square root of 16 is 4."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164498.539.help.text
msgid "The square root of the number -16 results in an error message."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164513.540.help.text
msgid "SQRT(ABS(-16)) = 4."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164560.help.text
msgid "\\<bookmark_value\\>SQRTPI function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164560.665.help.text
msgid "SQRTPI"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164596.666.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_SQRTPI\\\"\\>Returns the square root of a "
"number*PI.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164614.667.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164614.667.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164627.668.help.text
msgid "SQRTPI (Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164641.669.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164641.669.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164654.670.help.text
msgid "=SQRTPI(2) returns the rounded value 2.506628."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164669.help.text
msgid ""
"\\<bookmark_value\\>random numbers; "
"calculating\\</bookmark_value\\>\\<bookmark_value\\>RANDBETWEEN "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164669.671.help.text
msgid "RANDBETWEEN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164711.672.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_RANDBETWEEN\\\"\\>Returns an integer random "
"number between \\<emph\\>Bottom\\</emph\\> and \\<emph\\>Top\\</emph\\> "
"(both inclusive).\\</ahelp\\> To recalculate press Shift+Ctrl+F9."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164745.673.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164745.673.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164758.674.help.text
msgid "RANDBETWEEN (Bottom; Top)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164772.675.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164772.675.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164785.676.help.text
msgid "=RANDBETWEEN (20;30) returns an integer of between 20 and 30."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164800.help.text
msgid "\\<bookmark_value\\>RAND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164800.542.help.text
msgid "RAND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164829.543.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZUFALLSZAHL\\\"\\>Returns a random number between "
"0 and 1.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164847.544.help.text
msgid ""
"Pull up a range in the table, start this function, select the "
"\\<emph\\>Array\\</emph\\> field and click OK. The range you have selected "
"will be filled with random numbers between 0 and 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164870.545.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164870.545.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164884.546.help.text
msgid "RAND( )"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#bm_id3164897.help.text
msgid "\\<bookmark_value\\>COUNTIF function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164897.547.help.text
msgid "COUNTIF"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164926.548.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZAEHLENWENN\\\"\\>Returns the number of elements "
"that meet with certain criteria within a cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164953.549.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3164953.549.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164967.550.help.text
msgid "COUNTIF(range; criteria)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164980.551.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3164980.551.help.text\n"
"\\<emph\\>Range\\</emph\\> is the range to which the criteria are to be "
"applied."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3165000.552.help.text
msgid ""
"\\<emph\\>Criteria\\</emph\\> indicates the criteria in the form of a "
"number, an expression or a character string. These criteria determine which "
"cells are counted. You may also enter a search text in the form of a regular "
"expression, e.g. \"b.*\" for all words that begin with b. You may also "
"indicate a cell range that contains the search criterion. If you search for "
"literal text, enclose the text in double quotes."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165037.553.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#hd_id3165037.553.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166505.627.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060106.xhp#par_id3166505.627.help.text\n"
"An example can be found under SUM()."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#tit.help.text\n"
"Array Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3147273.help.text
msgid ""
"\\<bookmark_value\\>matrices; "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"arrays\\</b"
"ookmark_value\\>\\<bookmark_value\\>arrays\\</bookmark_value\\>\\<b"
"ookmark_val"
"ue\\>formulas;arrays\\</bookmark_value\\>\\<bookmark_value\\>functi"
"ons;arrays\\</bookmark_value\\>\\<bookmark_value\\>creating; array "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>editing; array "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>copying; array "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>adjusting array "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>calculating;conditional "
"calculations\\</bookmark_value\\>\\<bookmark_value\\>matrices; "
"calculations\\</bookmark_value\\>\\<bookmark_value\\>conditional "
"calculations with arrays\\</bookmark_value\\>\\<bookmark_value\\>implicit "
"array handling\\</bookmark_value\\>\\<bookmark_value\\>forced array "
"handling\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3147273.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3147273.1.help.text\n"
"Array Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154744.2.help.text
msgid ""
"\\<variable id=\\\"matrixtext\\\"\\>This category contains the array "
"functions. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3146084.257.help.text
msgid "What is an Array?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154298.258.help.text
msgid ""
"\\<variable id=\\\"wasmatrix\\\"\\>An array is a linked range of cells on a "
"spreadsheet containing values. \\</variable\\> A square range of 3 rows and "
"3 columns is a 3 x 3 array:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154692.260.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154692.260.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150117.261.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150117.261.help.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155325.262.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155325.262.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153104.263.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153104.263.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146996.264.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146996.264.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150529.265.help.text
msgid "31"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148831.266.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148831.266.help.text\n"
"33"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148943.267.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148943.267.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149771.268.help.text
msgid "95"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158407.269.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158407.269.help.text\n"
"17"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148806.270.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148806.270.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154904.271.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154904.271.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150779.272.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150779.272.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148449.273.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148449.273.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147238.274.help.text
msgid "50"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153583.277.help.text
msgid ""
"The smallest possible array is a 1 x 2 or 2 x 1 array with two adjacent "
"cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3148474.275.help.text
msgid "What is an array formula?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155355.276.help.text
msgid ""
"A formula in which the individual values in a cell range are evaluated is "
"referred to as an array formula. The difference between an array formula and "
"other formulas is that the array formula deals with several values "
"simultaneously instead of just one."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151052.278.help.text
msgid ""
"Not only can an array formula process several values, but it can also return "
"several values. The results of an array formula is also an array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158432.279.help.text
msgid ""
"To multiply the values in the individual cells by 10 in the above array, you "
"do not need to apply a formula to each individual cell or value. Instead you "
"just need to use a single array formula. Select a range of 3 x 3 cells on "
"another part of the spreadsheet, enter the formula \"=10*A1:C3\" and confirm "
"this entry using the key combination \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\"
">+Shift+Enter. The result is a 3 x 3 array in which the individual values in "
"the cell range (A1:C3) are multiplied by a factor of 10."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149156.280.help.text
msgid ""
"In addition to multiplication, you can also use other operators on the "
"reference range (an array). With $[officename] Calc, you can add (+), "
"subtract (-), multiply (*), divide (/), use exponents (^), concatenation (&) "
"and comparisons (=, <>, <, >, <=, >=). The operators can be used on each "
"individual value in the cell range and return the result as an array if the "
"array formula was entered."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166456.326.help.text
msgid ""
"When you change comparison operators in an array formula, empty cells follow "
"the same rules as single comparisons; that is, it could be represented "
"either by 0 or as an empty string. Therefore, the array formulas "
"{=A1:A2=\"\"} and {=A1:A2=0} will both return TRUE if cells A1 and A2 are "
"empty."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3150713.281.help.text
msgid "When do you use array formulas?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149787.282.help.text
msgid ""
"Use array formulas if you have to repeat calculations using different "
"values. If you decide to change the calculation method later, you only have "
"to update the array formula. To add an array formula, select the entire "
"array range and then \\<link href=\\\"text/scalc/01/04060107.xhp\\\" "
"name=\\\"make the required change to the array formula\\\"\\>make the "
"required change to the array formula\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149798.283.help.text
msgid ""
"array formulas are also a space saving option when several values must be "
"calculated, since they are not very memory-intensive. In addition, arrays "
"are an essential tool for carrying out complex calculations, because you can "
"have several cell ranges included in your calculations. $[officename] has "
"different math functions for arrays, such as the MMULT function for "
"multiplying two arrays or the SUMPRODUCT function for calculating the scalar "
"products of two arrays."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3155588.284.help.text
msgid "Using Array Formulas in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152876.285.help.text
msgid ""
"You can also create a \"normal\" formula in which the reference range, such "
"as parameters, indicate an array formula. The result is obtained from the "
"intersection of the reference range and the rows or columns in which the "
"formula is found. If there is no intersection or if the range at the "
"intersection covers several rows or columns, a #VALUE! error message "
"appears. The following example illustrates this concept:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3151271.313.help.text
msgid "Creating Array Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149102.314.help.text
msgid ""
"If you create an array formula using the \\<emph\\>Function "
"Wizard\\</emph\\>, you must mark the \\<emph\\>Array\\</emph\\> check box "
"each time so that the results are returned in an array. Otherwise, only the "
"value in the upper-left cell of the array being calculated is returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153392.4.help.text
msgid ""
"If you enter the array formula directly into the cell, you must use the key "
"combination Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter instead of the Enter key. Only then "
"does the formula become an array formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151120.315.help.text
msgid ""
"Array formulas appear in braces in $[officename] Calc. You cannot create "
"array formulas by manually entering the braces."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154342.5.help.text
msgid ""
"The cells in a results array are automatically protected against changes. "
"However, you can edit or copy the array formula by selecting the entire "
"array cell range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3148660.316.help.text
msgid "Editing Array Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149241.317.help.text
msgid ""
"Select the cell range or array containing the array formula. To select the "
"whole array, position the cell cursor inside the array range, then press "
"Ctrl+/, where / is the Division key on the numeric keypad."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3143274.318.help.text
msgid ""
"Either press F2 or position the cursor in the input line. Both of these "
"actions let you edit the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154798.319.help.text
msgid ""
"After you have made changes, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\"
">+Shift+Enter."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150628.334.help.text
msgid ""
"You can format the separate parts of an array. For example, you can change "
"the font color. Select a cell range and then change the attribute you want."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3145608.320.help.text
msgid "Copying Array Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149585.321.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149585.321.help.text\n"
"Select the cell range or array containing the array formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154619.322.help.text
msgid "Either press F2 or position the cursor in the input line."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150994.323.help.text
msgid ""
"Copy the formula into the input line by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+C."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146787.324.help.text
msgid ""
"Select a range of cells where you want to insert the array formula and "
"either press F2 or position the cursor in the input line."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154419.325.help.text
msgid ""
"Paste the formula by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+V in the "
"selected space and confirm it by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\"
">+Shift+Enter. The selected range now contains the array formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3154834.328.help.text
msgid "Adjusting an Array Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148679.329.help.text
msgid "If you want to edit the output array, do the following:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151102.330.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151102.330.help.text\n"
"Select the cell range or array containing the array formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147096.331.help.text
msgid ""
"Below the selection, to the right, you will see a small icon with which you "
"can zoom in or out on the range using your mouse."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150974.332.help.text
msgid ""
"When you adjust the array range, the array formula will not automatically be "
"adjusted. You are only changing the range in which the result will appear."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146080.333.help.text
msgid ""
"By holding down the Ctrl key, you can create a copy of the array formula in "
"the given range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D47.help.text
msgid "Conditional Array Calculations"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D4B.help.text
msgid ""
"A conditional array calculation is an array or matrix formula that includes "
"an IF() or CHOOSE() function. The condition argument in the formula is an "
"area reference or a matrix result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D4E.help.text
msgid ""
"In the following example, the >0 test of the {=IF(A1:A3>0;\"yes\";\"no\")} "
"formula is applied to each cell in the range A1:A3 and the result is copied "
"to the corresponding cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D65.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D65.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D6B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D6B.help.text\n"
"B (formula)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10B75.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10B75.help.text\n"
"B (result)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D79.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D79.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D80.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D80.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D86.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D86.help.text\n"
"{=IF(A1:A3>0;\"yes\";\"no\")}"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D8C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D8C.help.text\n"
"yes"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D94.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D94.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D9B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D9B.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DA1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DA1.help.text\n"
"{=IF(A1:A3>0;\"yes\";\"no\")}"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DA7.help.text
msgid "no"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DAF.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DAF.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DB6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DB6.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DBC.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DBC.help.text\n"
"{=IF(A1:A3>0;\"yes\";\"no\")}"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DC2.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DC2.help.text\n"
"yes"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DD0.help.text
msgid ""
"The following functions provide forced array handling: CORREL, COVAR, "
"FORECAST, FTEST, INTERCEPT, MDETERM, MINVERSE, MMULT, MODE, PEARSON, PROB, "
"RSQ, SLOPE, STEYX, SUMPRODUCT, SUMX2MY2, SUMX2PY2, SUMXMY2, TTEST. If you "
"use area references as arguments when you call one of these functions, the "
"functions behave as array functions. The following table provides an example "
"of forced array handling:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DE2.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DE2.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DE8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DE8.help.text\n"
"B (formula)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DEE.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DEE.help.text\n"
"B (result)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DF4.help.text
msgid "C (forced array formula)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10DFA.help.text
msgid "C (result)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E02.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E02.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E09.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E09.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E0F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E0F.help.text\n"
"=A1:A2+1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E17.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E1D.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E1D.help.text\n"
"=SUMPRODUCT(A1:A2+1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E25.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E25.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E2D.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E2D.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E34.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E34.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E3A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E3A.help.text\n"
"=A1:A2+1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E42.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E42.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E48.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E48.help.text\n"
"=SUMPRODUCT(A1:A2+1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E50.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E50.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E58.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E63.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E63.help.text\n"
"=A1:A2+1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E6A.help.text
msgid "#VALUE!"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E70.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E70.help.text\n"
"=SUMPRODUCT(A1:A2+1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E78.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10E78.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3158446.help.text
msgid "\\<bookmark_value\\>MUNIT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3158446.12.help.text
msgid "MUNIT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154121.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_EINHEITSMATRIX\\\"\\>Returns the unitary square "
"array of a certain size.\\</ahelp\\> The unitary array is a square array "
"where the main diagonal elements equal 1 and all other array elements are "
"equal to 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3155123.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3155123.14.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156271.15.help.text
msgid "MUNIT(Dimensions)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159390.16.help.text
msgid "\\<emph\\>Dimensions\\</emph\\> refers to the size of the array unit."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10C9B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10C9B.help.text\n"
"You can find a general introduction to Array functions at the top of this "
"page."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3156162.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3156162.17.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150949.18.help.text
msgid ""
"Select a square range within the spreadsheet, for example, from A1 to E5."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151260.19.help.text
msgid ""
"Without deselecting the range, select the MUNIT function. Mark the "
"\\<emph\\>Array\\</emph\\> check box. Enter the desired dimensions for the "
"array unit, in this case 5, and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150403.20.help.text
msgid ""
"You can also enter the =Munit(5) formula in the last cell of the selected "
"range (E5), and press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Shift+Command+Enter "
"\\</caseinline\\>\\<defaultinline\\>S"
"hift+Ctrl+Enter\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156143.21.help.text
msgid "You now see a unit array with a range of A1:E5."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10FA7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10FA7.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3159084.help.text
msgid "\\<bookmark_value\\>FREQUENCY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3159084.22.help.text
msgid "FREQUENCY"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145777.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_HAEUFIGKEIT\\\"\\>Indicates the frequency "
"distribution in a one-column-array.\\</ahelp\\> The default value supply and "
"the number of intervals or classes are used to count how many values are "
"omitted on the single intervals."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3153347.24.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3153347.24.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155498.25.help.text
msgid "FREQUENCY(Data; Classes)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154352.26.help.text
msgid ""
"\\<emph\\>Data\\</emph\\> represents the array of or reference to the set of "
"values to be counted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148402.27.help.text
msgid "\\<emph\\>Classes\\</emph\\> represents the array of the class set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D71.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN10D71.help.text\n"
"You can find a general introduction to Array functions at the top of this "
"page."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3148981.28.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3148981.28.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155904.219.help.text
msgid ""
"In the following table, column A lists unsorted measurement values. Column B "
"contains the upper limit you entered for the classes into which you want to "
"divide the data in column A. According to the limit entered in B1, the "
"FREQUENCY function returns the number of measured values less than or equal "
"to 5. As the limit in B2 is 10, the FREQUENCY function returns the second "
"result as the number of measured values that are greater than 5 or greater "
"than or equal to 10. The text you entered in B6, \">25\", is only for "
"reference purposes."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155869.220.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155869.220.help.text\n"
"\\<emph\\>A\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149328.221.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149328.221.help.text\n"
"\\<emph\\>B\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152467.222.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152467.222.help.text\n"
"\\<emph\\>C\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154528.223.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154528.223.help.text\n"
"\\<emph\\>1\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149744.224.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149744.224.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147309.225.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147309.225.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154199.226.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154199.226.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159218.227.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159218.227.help.text\n"
"\\<emph\\>2\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153263.228.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153263.228.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156201.229.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156201.229.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147552.230.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147552.230.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149174.231.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149174.231.help.text\n"
"\\<emph\\>3\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151201.232.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151201.232.help.text\n"
"24"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150245.233.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150245.233.help.text\n"
"15"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159194.234.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159194.234.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146925.235.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146925.235.help.text\n"
"\\<emph\\>4\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154128.236.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154128.236.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151067.237.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151067.237.help.text\n"
"20"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156033.238.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156033.238.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149298.239.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149298.239.help.text\n"
"\\<emph\\>5\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151382.240.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151382.240.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155141.241.help.text
msgid "25"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145213.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145213.242.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145268.243.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145268.243.help.text\n"
"\\<emph\\>6\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163724.244.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163724.244.help.text\n"
"20"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147132.245.help.text
msgid ">25"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148903.246.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148903.246.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151007.247.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3151007.247.help.text\n"
"\\<emph\\>7\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153294.248.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153294.248.help.text\n"
"16"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147284.249.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147284.249.help.text\n"
"\\<emph\\>8\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154914.250.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154914.250.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154218.251.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154218.251.help.text\n"
"\\<emph\\>9\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147226.252.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3147226.252.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149045.253.help.text
msgid "\\<emph\\>10\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155799.254.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155799.254.help.text\n"
"16"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155076.255.help.text
msgid "\\<emph\\>11\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150217.256.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150217.256.help.text\n"
"33"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150312.29.help.text
msgid ""
"Select a single column range in which to enter the frequency for values that "
"are greater than the upper class limit. You must select one field more than "
"the class ceiling. In this example, select the range C1:C6. Call up the "
"FREQUENCY function in the \\<emph\\>Function Wizard\\</emph\\>. Select the "
"measurement range for \\<emph\\>Data\\</emph\\> in (A1:A11), and then a "
"column for \\<emph\\>Classes\\</emph\\>, in which you entered the class "
"limits (B1:B6) Select the \\<emph\\>array\\</emph\\> check box and click "
"\\<emph\\>OK\\</emph\\>. You will see the frequency count in the initially "
"selected range C1:C6."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11269.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11269.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3151030.help.text
msgid "\\<bookmark_value\\>MDETERM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3151030.31.help.text
msgid "MDETERM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154073.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MDET\\\"\\>Returns the array determinant of an "
"array.\\</ahelp\\> This function returns a value in the current cell; it is "
"not necessary to define a range for the results."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3156366.33.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3156366.33.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156380.34.help.text
msgid "MDETERM(array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150290.35.help.text
msgid ""
"\\<emph\\>Array\\</emph\\> represents a square array in which the "
"determinants are defined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11035.help.text
msgid ""
"You can find a general introduction to using Array functions on top of this "
"page."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11333.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11333.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3151348.help.text
msgid "\\<bookmark_value\\>MINVERSE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3151348.39.help.text
msgid "MINVERSE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145569.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MINV\\\"\\>Returns the inverse array.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3156072.41.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3156072.41.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3156085.42.help.text
msgid "MINVERSE(array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3157849.43.help.text
msgid ""
"\\<emph\\>Array\\</emph\\> represents a square array that is to be inverted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN113EE.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN113EE.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3157868.44.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3157868.44.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3149638.45.help.text
msgid ""
"Select a square range and select MINVERSE. Select the output array, select "
"the \\<emph\\>Array\\</emph\\> field and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3148546.help.text
msgid "\\<bookmark_value\\>MMULT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3148546.47.help.text
msgid "MMULT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3148518.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MMULT\\\"\\>Calculates the array product of two "
"arrays.\\</ahelp\\> The number of columns for array 1 must match the number "
"of rows for array 2. The square array has an equal number of rows and "
"columns."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3146767.49.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3146767.49.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150798.50.help.text
msgid "MMULT(array; array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3150812.51.help.text
msgid ""
"\\<emph\\>Array\\</emph\\> at first place represents the first array used in "
"the array product."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152553.52.help.text
msgid ""
"\\<emph\\>Array\\</emph\\> at second place represents the second array with "
"the same number of rows."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN114C3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN114C3.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3152574.53.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3152574.53.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146826.54.help.text
msgid ""
"Select a square range. Choose the MMULT function. Select the first "
"\\<emph\\>Array\\</emph\\>, then select the second "
"\\<emph\\>Array\\</emph\\>. Using \\<emph\\>Function Wizard\\</emph\\>, mark "
"the \\<emph\\>Array\\</emph\\> check box. Click \\<emph\\>OK\\</emph\\>. The "
"output array will appear in the first selected range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3154970.help.text
msgid "\\<bookmark_value\\>TRANSPOSE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3154970.56.help.text
msgid "TRANSPOSE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155276.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MTRANS\\\"\\>Transposes the rows and columns of an "
"array.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3155294.58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3155294.58.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153843.59.help.text
msgid "TRANSPOSE(array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153857.60.help.text
msgid ""
"\\<emph\\>Array\\</emph\\> represents the array in the spreadsheet that is "
"to be transposed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN115A5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN115A5.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3159352.61.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3159352.61.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159366.62.help.text
msgid ""
"In the spreadsheet, select the range in which the transposed array can "
"appear. If the original array has n rows and m columns, your selected range "
"must have at least m rows and n columns. Then enter the formula directly, "
"select the original array and press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Shift+Command+Enter "
"\\"
"</caseinline\\>\\<defaultinline\\>Shift+Ctrl+Enter\\</defaultinline\\>\\</sw"
"itchinline\\>. Or, if you are using the \\<emph\\>Function "
"Wizard\\</emph\\>, mark the \\<emph\\>Array\\</emph\\> check box. The "
"transposed array appears in the selected target range and is protected "
"automatically against changes."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3109846.help.text
msgid "\\<bookmark_value\\>LINEST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3109846.64.help.text
msgid "LINEST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144733.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RGP\\\"\\>Returns the parameters of a linear "
"trend.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3152825.66.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3152825.66.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152839.67.help.text
msgid "LINEST(Data_Y; Data_X; Linear_Type; Stats)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152853.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152853.68.help.text\n"
"\\<emph\\>Data_Y\\</emph\\> represents the Y Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154428.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154428.69.help.text\n"
"\\<emph\\>Data_X\\</emph\\> (optional) represents the X Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154448.70.help.text
msgid ""
"\\<emph\\>Linear_Type\\</emph\\> (optional). If the line goes through the "
"zero point, then set Linear_Type = 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154142.71.help.text
msgid ""
"\\<emph\\>Stats\\</emph\\> (optional). If Stats=0, only the regression "
"coefficient is to be calculated. Otherwise, you will see other stats."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11416.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11416.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN116C6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN116C6.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3154162.72.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3154162.72.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154176.73.help.text
msgid ""
"This function returns an array and is handled in the same way as the other "
"array functions. Select a range for the answers and then the function. "
"Select Data_Y. If you want, you can enter other parameters. Select "
"\\<emph\\>Array\\</emph\\> and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155468.74.help.text
msgid ""
"The results returned by the system (if Stats = 0), will at least show the "
"slope of the regression line and its intersection with the Y axis. If "
"\\<emph\\>Stats\\</emph\\> do not equal 0, other results are to be displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3155491.75.help.text
msgid "Other LINEST Results:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159291.76.help.text
msgid "Examine the following examples:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3157922.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3157922.77.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3157945.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3157945.78.help.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152486.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152486.79.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152509.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152509.80.help.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152532.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152532.81.help.text\n"
"E"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153431.82.help.text
msgid "F"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153454.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3153454.83.help.text\n"
"G"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154995.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3154995.84.help.text\n"
"\\<emph\\>1\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155021.85.help.text
msgid "x1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155044.86.help.text
msgid "x2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163734.87.help.text
msgid "y"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163766.88.help.text
msgid "LINEST value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145686.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145686.89.help.text\n"
"\\<emph\\>2\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145713.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145713.90.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145736.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145736.91.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159427.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159427.92.help.text\n"
"100"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159460.93.help.text
msgid "4,17"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159483.94.help.text
msgid "-3,48"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152381.95.help.text
msgid "82,33"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152408.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152408.96.help.text\n"
"\\<emph\\>3\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152435.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152435.97.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152458.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152458.98.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155652.99.help.text
msgid "105"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155684.100.help.text
msgid "5,46"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155707.101.help.text
msgid "10,96"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3155730.102.help.text
msgid "9,35"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159506.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159506.103.help.text\n"
"\\<emph\\>4\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159533.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159533.104.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159556.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159556.105.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159579.106.help.text
msgid "104"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3159611.107.help.text
msgid "0,87"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152606.108.help.text
msgid "5,06"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152629.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152629.109.help.text\n"
"#NA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152655.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152655.110.help.text\n"
"\\<emph\\>5\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152682.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152682.111.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152705.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152705.112.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3152728.113.help.text
msgid "108"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144352.114.help.text
msgid "13,21"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144375.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144375.115.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144398.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144398.116.help.text\n"
"#NA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144425.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144425.117.help.text\n"
"\\<emph\\>6\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144452.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144452.118.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144475.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144475.119.help.text\n"
"15"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144498.120.help.text
msgid "111"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158233.121.help.text
msgid "675,45"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158256.122.help.text
msgid "102,26"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158279.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158279.123.help.text\n"
"#NA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158306.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158306.124.help.text\n"
"\\<emph\\>7\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158333.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158333.125.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158356.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158356.126.help.text\n"
"17"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158379.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158379.127.help.text\n"
"120"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144560.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144560.128.help.text\n"
"\\<emph\\>8\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144586.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144586.129.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144609.130.help.text
msgid "19"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144632.131.help.text
msgid "133"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144687.132.help.text
msgid ""
"Column A contains several X1 values, column B several X2 values and column C "
"the Y values. You have already entered these values in your spreadsheet. You "
"have now set up E2:G6 in the spreadsheet and activated the "
"\\<emph\\>Function Wizard\\</emph\\>. For the LINEST function to work, you "
"must have marked the \\<emph\\>Array\\</emph\\> check box in the "
"\\<emph\\>Function Wizard\\</emph\\>. Next, select the following values in "
"the spreadsheet (or enter them using the keyboard):"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158020.133.help.text
msgid "\\<emph\\>Data_Y\\</emph\\> is C2:C8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158039.134.help.text
msgid "\\<emph\\>Data_X\\</emph\\> is A2:B8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158058.135.help.text
msgid ""
"\\<emph\\>Linear_Type\\</emph\\> and \\<emph\\>Stats\\</emph\\> are both set "
"to 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158084.136.help.text
msgid ""
"As soon as you click \\<emph\\>OK\\</emph\\>, $[officename] Calc will fill "
"the above example with the LINEST values as shown in the example."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158106.137.help.text
msgid ""
"The formula in the \\<emph\\>Formula\\</emph\\> Bar corresponds to each cell "
"of the LINEST array {=LINEST(C2:C8;A2:B8;1;1)}"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158128.138.help.text
msgid "\\<emph\\>This represents the calculated LINEST values:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3158146.help.text
msgid ""
"\\<bookmark_value\\>slopes, see also regression "
"lines\\</bookmark_value\\>\\<bookmark_value\\>regression "
"lines\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158146.139.help.text
msgid ""
"E2 and F2: Slope \\<emph\\>m\\</emph\\> of the regression line y=b+m*x for "
"the x1 and x2 values. The values are given in reverse order; that is, the "
"slope for x2 in E2 and the slope for x1 in F2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158184.140.help.text
msgid "G2: Intersection b with the y axis."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3158204.help.text
msgid "\\<bookmark_value\\>standard errors\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3158204.141.help.text
msgid "E3 and F3: The standard error of the slope value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145845.142.help.text
msgid "G3: The standard error of the intercept"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3145859.help.text
msgid "\\<bookmark_value\\>RSQ calculations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145859.143.help.text
msgid "E4: RSQ"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145880.144.help.text
msgid "F4: The standard error of the regression calculated for the Y value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145894.145.help.text
msgid "E5: The F value from the variance analysis."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145915.146.help.text
msgid "F5: The degrees of freedom from the variance analysis."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145937.147.help.text
msgid ""
"E6: The sum of the squared deviation of the estimated Y values from their "
"linear mean."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145952.148.help.text
msgid ""
"F6: The sum of the squared deviation of the estimated Y value from the given "
"Y values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B04.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B04.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3146009.150.help.text
msgid "LOGEST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3146037.151.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RKP\\\"\\>This function calculates the adjustment "
"of the entered data as an exponential regression curve (y=b*m^x).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3146056.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3146056.152.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163123.153.help.text
msgid "LOGEST(Data_Y; Data_X; Function_Type; Stats)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163137.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163137.154.help.text\n"
"\\<emph\\>Data_Y\\</emph\\> represents the Y Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163155.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163155.155.help.text\n"
"\\<emph\\>Data_X\\</emph\\> (optional) represents the X Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163174.156.help.text
msgid ""
"\\<emph\\>Function_Type\\</emph\\> (optional). If Function_Type = 0, "
"functions in the form y = m^x will be calculated. Otherwise, y = b*m^x "
"functions will be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163196.157.help.text
msgid ""
"\\<emph\\>Stats\\</emph\\> (optional). If Stats=0, only the regression "
"coefficient is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN118F7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN118F7.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11BC3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11BC3.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163216.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163216.158.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163230.159.help.text
msgid "See LINEST. However, no square sum will be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3163286.help.text
msgid "\\<bookmark_value\\>SUMPRODUCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163286.161.help.text
msgid "SUMPRODUCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163314.162.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMMENPRODUKT\\\"\\>Multiplies corresponding "
"elements in the given arrays, and returns the sum of those "
"products.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163334.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163334.163.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163347.164.help.text
msgid "SUMPRODUCT(Array 1; Array 2...Array 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163362.165.help.text
msgid ""
"\\<emph\\>Array 1, Array 2...Array 30\\</emph\\> represent arrays whose "
"corresponding elements are to be multiplied."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B19.help.text
msgid ""
"At least one array must be part of the argument list. If only one array is "
"given, all array elements are summed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B1C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B1C.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B2F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B2F.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B35.help.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B3B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B3B.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B41.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B41.help.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B48.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B48.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B4E.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B4E.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B54.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B54.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B5A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B5A.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B60.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B60.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B67.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B67.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B6D.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B6D.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B73.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B79.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B79.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B7F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B7F.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B86.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B86.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B8C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B8C.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B92.help.text\n"
"11"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B98.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B98.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B9E.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11B9E.help.text\n"
"13"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11BA1.help.text
msgid "=SUMPRODUCT(A1:B3;C1:D3) returns 397."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11BA4.help.text
msgid "Calculation: A1*C1 + B1*D1 + A2*C2 + B2*D2 + A3*C3 + B3*D3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11BA7.help.text
msgid ""
"You can use SUMPRODUCT to calculate the scalar product of two vectors."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11BBC.help.text
msgid ""
"SUMPRODUCT returns a single number, it is not necessary to enter the "
"function as an array function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11C91.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11C91.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3144842.help.text
msgid "\\<bookmark_value\\>SUMX2MY2 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3144842.169.help.text
msgid "SUMX2MY2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144871.170.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMMEX2MY2\\\"\\>Returns the sum of the difference "
"of squares of corresponding values in two arrays.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3144889.171.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3144889.171.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144903.172.help.text
msgid "SUMX2MY2(array X; array Y)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144916.173.help.text
msgid ""
"\\<emph\\>Array X\\</emph\\> represents the first array whose elements are "
"to be squared and added."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3144936.174.help.text
msgid ""
"\\<emph\\>Array Y\\</emph\\> represents the second array whose elements are "
"to be squared and subtracted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11D6B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11D6B.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3145026.help.text
msgid "\\<bookmark_value\\>SUMX2PY2 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3145026.178.help.text
msgid "SUMX2PY2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3145055.179.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMMEX2PY2\\\"\\>Returns the sum of the sum of "
"squares of corresponding values in two arrays.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163390.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163390.180.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163404.181.help.text
msgid "SUMX2PY2(Array X; Array Y)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163417.182.help.text
msgid ""
"\\<emph\\>Array X\\</emph\\> represents the first array whose arguments are "
"to be squared and added."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163437.183.help.text
msgid ""
"\\<emph\\>Array Y\\</emph\\> represents the second array, whose elements are "
"to be added and squared."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11E45.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11E45.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3163527.help.text
msgid "\\<bookmark_value\\>SUMXMY2 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163527.187.help.text
msgid "SUMXMY2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163556.188.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMMEXMY2\\\"\\>Adds the squares of the variance "
"between corresponding values in two arrays.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163574.189.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3163574.189.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163588.190.help.text
msgid "SUMXMY2(Array X; Array Y)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163601.191.help.text
msgid ""
"\\<emph\\>Array X\\</emph\\> represents the first array whose elements are "
"to be subtracted and squared."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3163621.192.help.text
msgid ""
"\\<emph\\>Array Y\\</emph\\> represents the second array, whose elements are "
"to be subtracted and squared."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11F1F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11F1F.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3166062.help.text
msgid "\\<bookmark_value\\>TREND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166062.196.help.text
msgid "TREND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166091.197.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TREND\\\"\\>Returns values along a linear "
"trend.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166109.198.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166109.198.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166122.199.help.text
msgid "TREND(Data_Y; Data_X; New Data_X; Linear_Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166137.200.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166137.200.help.text\n"
"\\<emph\\>Data_Y\\</emph\\> represents the Y Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166156.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166156.201.help.text\n"
"\\<emph\\>Data_X\\</emph\\> (optional) represents the X Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166176.202.help.text
msgid ""
"\\<emph\\>New Data_X\\</emph\\> (optional) represents the array of the X "
"data, which are used for recalculating values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166196.203.help.text
msgid ""
"\\<emph\\>Linear_Type\\</emph\\>(Optional). If "
"\\<emph\\>Linear_Type\\</emph\\> = 0, then lines will be calculated through "
"the zero point. Otherwise, offset lines will also be calculated. The default "
"is \\<emph\\>Linear_Type\\</emph\\> <> 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11D2F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11D2F.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN12019.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN12019.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166231.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166231.204.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166245.205.help.text
msgid ""
"Select a spreadsheet range in which the trend data will appear. Select the "
"function. Enter the output data or select it with the mouse. Mark the "
"\\<emph\\>Array\\</emph\\> field. click \\<emph\\>OK\\</emph\\>. The trend "
"data calculated from the output data is displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#bm_id3166317.help.text
msgid "\\<bookmark_value\\>GROWTH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166317.207.help.text
msgid "GROWTH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166346.208.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIATION\\\"\\>Calculates the points of an "
"exponential trend in an array.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166364.209.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3166364.209.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166377.210.help.text
msgid "Growth(Data_Y;Data_X; New_Data_X; Function_type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166392.211.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166392.211.help.text\n"
"\\<emph\\>Data_Y\\</emph\\> represents the Y Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166411.212.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#par_id3166411.212.help.text\n"
"\\<emph\\>Data_X\\</emph\\> (optional) represents the X Data array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3173797.213.help.text
msgid ""
"\\<emph\\>New_Data_X\\</emph\\> (optional) represents the X data array, in "
"which the values are recalculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3173817.214.help.text
msgid ""
"\\<emph\\>Function_Type\\</emph\\>(optional). If Function_Type = 0, "
"functions in the form y = m^x will be calculated. Otherwise, y = b*m^x "
"functions will be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11DFD.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN11DFD.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN12113.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060107.xhp#par_idN12113.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#moreontop\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3173839.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060107.xhp#hd_id3173839.215.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060107.xhp#par_id3173852.216.help.text
msgid ""
"This function returns an array and is handled in the same way as the other "
"array functions. Select a range where you want the answers to appear and "
"select the function. Select Data_Y. Enter any other parameters, mark "
"\\<emph\\>Array\\</emph\\> and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060108.xhp#tit.help.text\n"
"Statistics Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#bm_id3153018.help.text
msgid ""
"\\<bookmark_value\\>statistics; "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"statistics\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"statistics\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#hd_id3153018.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060108.xhp#hd_id3153018.1.help.text\n"
"Statistics Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3157874.2.help.text
msgid ""
"\\<variable id=\\\"statistiktext\\\"\\>This category contains the "
"\\<emph\\>Statistics\\</emph\\> functions. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149001.9.help.text
msgid "Some of the examples use the following data table:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3148775.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3148775.10.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3145297.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3145297.11.help.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150661.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150661.12.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153551.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153551.13.help.text\n"
"x value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3147536.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3147536.14.help.text\n"
"y value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153224.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153224.15.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150475.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150475.16.help.text\n"
"-5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3155367.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3155367.17.help.text\n"
"-3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149783.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149783.18.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153181.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153181.19.help.text\n"
"-2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3148429.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3148429.20.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3152588.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3152588.21.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3147483.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3147483.22.help.text\n"
"-1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3083443.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3083443.23.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149826.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149826.24.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3163820.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3163820.25.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3154816.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3154816.26.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149276.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149276.27.help.text\n"
"7"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149267.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3149267.28.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3156310.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3156310.29.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3154639.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3154639.30.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3145205.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3145205.31.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153276.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3153276.32.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150756.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150756.33.help.text\n"
"9"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3156095.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3156095.34.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3152929.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060108.xhp#par_id3152929.35.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3156324.36.help.text
msgid "The statistical functions are described in the following subsections."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060108.xhp#par_id3150271.37.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060116.xhp\\\" name=\\\"Statistical "
"Functions in the Analysis-AddIn.\\\"\\>Statistical Functions in the Analysis-"
"AddIn\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#tit.help.text\n"
"Spreadsheet Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3148522.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148522.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148522.1.help.text\n"
"Spreadsheet Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3144508.2.help.text
msgid ""
"\\<variable id=\\\"tabelletext\\\"\\>This section contains descriptions of "
"the \\<emph\\>Spreadsheet\\</emph\\> functions together with an example. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3146968.help.text
msgid "\\<bookmark_value\\>ADDRESS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3146968.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3146968.3.help.text\n"
"ADDRESS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155762.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ADRESSE\\\"\\>Returns a cell address (reference) "
"as text, according to the specified row and column numbers.\\</ahelp\\> You "
"can determine whether the address is interpreted as an absolute address (for "
"example, $A$1) or as a relative address (as A1) or in a mixed form (A$1 or "
"$A1). You can also specify the name of the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3151196.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3151196.5.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154707.6.help.text
msgid "ADDRESS(row; column; abs;sheet)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147505.7.help.text
msgid ""
"\\<emph\\>row\\</emph\\> represents the row number for the cell reference"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145323.8.help.text
msgid ""
"\\<emph\\>column\\</emph\\> represents the column number for the cell "
"reference (the number, not the letter)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153074.9.help.text
msgid "\\<emph\\>abs\\</emph\\> determines the type of reference:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153298.10.help.text
msgid "1: absolute ($A$1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150431.11.help.text
msgid "2: row reference type is absolute; column reference is relative (A$1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3146096.12.help.text
msgid "3: row (relative); column (absolute) ($A1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153334.13.help.text
msgid "4: relative (A1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153962.14.help.text
msgid ""
"\\<emph\\>sheet\\</emph\\> represents the name of the sheet. It must be "
"placed in double quotes."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3147299.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3147299.15.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148744.16.help.text
msgid "ADDRESS(1; 1; 2; \"Sheet2\") returns the following: Sheet2.A$1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3159260.17.help.text
msgid ""
"If the cell A1 in sheet 2 contains the value -6, you can refer indirectly to "
"the referenced cell using a function in B2 by entering =ABS(INDIRECT(B2)). "
"The result is the absolute value of the cell reference specified in B2, "
"which in this case is 6."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3150372.help.text
msgid "\\<bookmark_value\\>AREAS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3150372.19.help.text
msgid "AREAS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150036.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BEREICHE\\\"\\>Returns the number of individual "
"ranges that belong to a multiple range.\\</ahelp\\> A range can consist of "
"contiguous cells or a single cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145222.21.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145222.21.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155907.22.help.text
msgid "AREAS(Reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153118.23.help.text
msgid "Reference represents the reference to a cell or cell range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148891.24.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148891.24.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149946.25.help.text
msgid ""
"=AREAS(A1:B3;F2;G1) returns 3, as it is a reference to three cells and/or "
"areas."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3146820.26.help.text
msgid ""
"=AREAS(All) returns 1 if you have defined an area named All under "
"\\<emph\\>Data - Define Range\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3148727.help.text
msgid "\\<bookmark_value\\>DDE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148727.28.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148727.28.help.text\n"
"DDE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149434.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DDE\\\"\\>Returns the result of a DDE-based "
"link.\\</ahelp\\> If the contents of the linked range or section changes, "
"the returned value will also change. You must reload the spreadsheet or "
"choose \\<emph\\>Edit - Links\\</emph\\> to see the updated links. Cross-"
"platform links, for example from a \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> installation running on a "
"Windows machine to a document created on a Linux machine, are not allowed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3150700.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3150700.30.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148886.31.help.text
msgid "DDE(server;file;range;mode)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154842.32.help.text
msgid ""
"\\<emph\\>Server\\</emph\\> is the name of a server application. \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> applications have the "
"server name \"Soffice\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153034.33.help.text
msgid ""
"\\<emph\\>File\\</emph\\> is the complete file name, including path "
"specification."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147472.34.help.text
msgid ""
"\\<emph\\>Range\\</emph\\> is the area containing the data to be evaluated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3152773.184.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> is an optional parameter that controls the method "
"by which the DDE server converts its data into numbers."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154383.185.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154383.185.help.text\n"
"\\<emph\\>Mode\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145146.186.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145146.186.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154558.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154558.187.help.text\n"
"0 or missing"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145596.188.help.text
msgid "Number format from the \"Default\" cell style"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3152785.189.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#par_id3152785.189.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154380.190.help.text
msgid "Data are always interpreted in the standard format for US English"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150279.191.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150279.191.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153775.192.help.text
msgid "Data are retrieved as text; no conversion to numbers"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149546.35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149546.35.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148734.36.help.text
msgid ""
"\\<item "
"type=\\\"keycode\\\"\\>=DDE(\"soffice\";\"c:\\\\office\\\\document\\\\"
"data1.sxc\";\"sheet1.A1\")\\</item\\> reads the contents of cell A1 in "
"sheet1 of the \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Calc spreadsheet data1.sxc."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153081.37.help.text
msgid ""
"\\<item "
"type=\\\"keycode\\\"\\>=DDE(\"soffice\";\"c:\\\\office\\\\document\\\\"
"motto.sxw\";\"Today's motto\")\\</item\\> returns a motto in the cell "
"containing this formula. First, you must enter a line in the motto.sxw "
"document containing the motto text and define it as the first line of a "
"section named \\<item type=\\\"literal\\\"\\>Today's Motto\\</item\\> (in "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer under "
"\\<emph\\>Insert - Section\\</emph\\>). If the motto is modified (and saved) "
"in the \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer "
"document, the motto is updated in all \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc cells in which this "
"DDE link is defined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3153114.help.text
msgid "\\<bookmark_value\\>ERRORTYPE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153114.38.help.text
msgid "ERRORTYPE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148568.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FEHLERTYP\\\"\\>Returns the number corresponding "
"to an \\<link href=\\\"text/scalc/05/02140000.xhp\\\" name=\\\"error "
"value\\\"\\>error value\\</link\\> occurring in a different "
"cell.\\</ahelp\\> With the aid of this number, you can generate an error "
"message text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149877.40.help.text
msgid ""
"The Status Bar displays the predefined error code from \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> if you click the cell "
"containing the error."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154327.41.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154327.41.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3151322.42.help.text
msgid "ERRORTYPE(Reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150132.43.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> contains the address of the cell in which the "
"error occurs."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145248.44.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145248.44.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3146904.45.help.text
msgid ""
"If cell A1 displays Err:518, the function =ERRORTYPE(A1) returns the number "
"518."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3151221.help.text
msgid "\\<bookmark_value\\>INDEX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3151221.47.help.text
msgid "INDEX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150268.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_INDEX\\\"\\>INDEX returns the content of a cell, "
"specified by row and column number or an optional range name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3156063.49.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3156063.49.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149007.50.help.text
msgid "INDEX(reference;row;column;range)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153260.51.help.text
msgid ""
"\\<emph\\>reference\\</emph\\> is a cell reference, entered either directly "
"or by specifying a range name. If the reference consists of multiple ranges, "
"you must enclose the reference or range name in parentheses."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145302.52.help.text
msgid ""
"\\<emph\\>row\\</emph\\> (optional) represents the row number of the "
"reference range, for which to return a value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154628.53.help.text
msgid ""
"\\<emph\\>column\\</emph\\> (optional) represents the column number of the "
"reference range, for which to return a value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155514.54.help.text
msgid ""
"\\<emph\\>range\\</emph\\> (optional) represents the index of the subrange "
"if referring to a multiple range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN10A2E.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN10A2E.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145264.55.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145264.55.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3159112.56.help.text
msgid ""
"=INDEX(Prices;4;1) returns the value from row 4 and column 1 of the database "
"range defined in \\<emph\\>Data - Define\\</emph\\> as "
"\\<emph\\>Prices\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150691.57.help.text
msgid ""
"=INDEX(SumX;4;1) returns the value from the range \\<emph\\>SumX\\</emph\\> "
"in row 4 and column 1 as defined in \\<emph\\>Insert - Names - "
"Define\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3158419.58.help.text
msgid ""
"=INDEX((multi);4;1) indicates the value contained in row 4 and column 1 of "
"the (multiple) range, which you named under \\<emph\\>Insert - Names - "
"Set\\</emph\\> as \\<emph\\>multi\\</emph\\>. The multiple range may consist "
"of several rectangular ranges, each with a row 4 and column 1. If you now "
"want to call the second block of this multiple range enter the number 2 as "
"the \\<emph\\>range\\</emph\\> parameter."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148595.59.help.text
msgid ""
"=INDEX(A1:B6;1;1) indicates the value in the upper-left of the A1:B6 range."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3153181.help.text
msgid "\\<bookmark_value\\>INDIRECT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153181.62.help.text
msgid "INDIRECT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147169.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_INDIREKT\\\"\\>Returns the "
"\\<emph\\>reference\\</emph\\> specified by a text string.\\</ahelp\\> This "
"function can also be used to return the area of a corresponding string."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153717.64.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153717.64.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149824.65.help.text
msgid "INDIRECT(ref)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154317.66.help.text
msgid ""
"\\<emph\\>ref\\</emph\\> represents a reference to a cell or an area (in "
"text form) for which to return the contents."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN10CAE.help.text
msgid ""
"If you open an Excel spreadsheet that uses indirect addresses calculated "
"from string functions, the sheet addresses will not be translated "
"automatically. For example, the Excel address in "
"INDIRECT(\"filename!sheetname\"&B1) is not converted into the Calc address "
"in INDIRECT(\"filename.sheetname\"&B1)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3150389.67.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3150389.67.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150608.68.help.text
msgid ""
"=INDIRECT(A1) equals 100 if A1 contains C108 as a reference and cell C108 "
"contains a value of 100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3083286.181.help.text
msgid ""
"=SUM(INDIRECT(\"a1:\" & ADDRESS(1;3))) totals the cells in the area of A1 up "
"to the cell, whose address is defined by row 1 and column 3. Therefore, area "
"A1:C1 is totaled."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3154818.help.text
msgid "\\<bookmark_value\\>COLUMN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154818.70.help.text
msgid "COLUMN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149711.193.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SPALTE\\\"\\>Returns the column number of a cell "
"reference.\\</ahelp\\> If the reference is a cell the column number of the "
"cell is returned; if the parameter is a cell area, the corresponding column "
"numbers are returned in a single-row \\<link "
"href=\\\"text/scalc/01/04060107.xhp#wasmatrix\\\" "
"name=\\\"array\\\"\\>array\\</link\\> if the formula is entered \\<link "
"href=\\\"text/scalc/01/04060107.xhp#somatrixformel\\\" name=\\\"as an array "
"formula\\\"\\>as an array formula\\</link\\>. If the COLUMN function with an "
"area reference parameter is not used for an array formula, only the column "
"number of the first cell within the area is determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149283.72.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149283.72.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149447.73.help.text
msgid "COLUMN(reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3156310.74.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> is the reference to a cell or cell area whose "
"first column number is to be found."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155837.194.help.text
msgid ""
"If no reference is entered, the column number of the cell in which the "
"formula is entered is found. \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc automatically sets "
"the reference to the current cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3152932.75.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3152932.75.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147571.76.help.text
msgid "=COLUMN(A1) equals 1. Column A is the first column in the table."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147079.77.help.text
msgid "=COLUMN(C3:E3) equals 3. Column C is the third column in the table."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3146861.195.help.text
msgid ""
"=COLUMN(D3:G10) returns 4 because column D is the fourth column in the table "
"and the COLUMN function is not used as an array formula. (In this case, the "
"first value of the array is always used as the result.)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3156320.196.help.text
msgid ""
"{=COLUMN(B2:B7)} and =COLUMN(B2:B7) both return 2 because the reference only "
"contains column B as the second column in the table. Because single-column "
"areas have only one column number, it does not make a difference whether or "
"not the formula is used as an array formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150872.197.help.text
msgid "=COLUMN() returns 3 if the formula was entered in column C."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153277.198.help.text
msgid ""
"{=COLUMN(Rabbit)} returns the single-row array (3, 4) if \"Rabbit\" is the "
"named area (C1:D3)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3154643.help.text
msgid "\\<bookmark_value\\>COLUMNS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154643.79.help.text
msgid "COLUMNS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3151182.80.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SPALTEN\\\"\\>Returns the number of columns in the "
"given reference.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149141.81.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149141.81.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154047.82.help.text
msgid "COLUMNS(array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154745.83.help.text
msgid ""
"\\<emph\\>array\\</emph\\> is the reference to a cell range whose total "
"number of columns is to be found. The argument can also be a single cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153622.84.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153622.84.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149577.200.help.text
msgid "=Columns(B5) returns 1 because a cell only contains one column."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145649.85.help.text
msgid "=COLUMNS(A1:C5) equals 3. The reference comprises three columns."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155846.201.help.text
msgid "=COLUMNS(Rabbit) returns 2 if \"Rabbit\" is the named range (C1:D3)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3153152.help.text
msgid ""
"\\<bookmark_value\\>vertical search "
"function\\</bookmark_value\\>\\<bookmark_value\\>VLOOKUP "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153152.87.help.text
msgid "VLOOKUP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149984.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SVERWEIS\\\"\\>Vertical search with reference to "
"adjacent cells to the right.\\</ahelp\\> This function checks if a specific "
"value is contained in the first column of an array. The function then "
"returns the value to the same line of a specific array column named by index."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3146898.89.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3146898.89.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150156.90.help.text
msgid "=VLOOKUP(Search criterion;array;index;Sort order)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149289.91.help.text
msgid ""
"\\<emph\\>Search criterion\\</emph\\> is the value searched for in the first "
"column of the array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153884.92.help.text
msgid ""
"\\<emph\\>array\\</emph\\> is the reference, which is to comprise at least "
"two columns."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3156005.93.help.text
msgid ""
"\\<emph\\>index\\</emph\\> is the number of the column in the array that "
"contains the value to be returned. The first column has the number 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3151208.94.help.text
msgid ""
"\\<emph\\>Sort order\\</emph\\> is an optional parameter that indicates "
"whether the first column in the array is sorted in ascending order. Enter "
"the Boolean value FALSE if the first column is not sorted in ascending "
"order. Sorted columns can be searched much faster and the function always "
"returns a value, even if the search value was not matched exactly, if it is "
"between the lowest and highest value of the sorted list. In unsorted lists, "
"the search value must be matched exactly. Otherwise the function will return "
"this message: \\<emph\\>Error: Value Not Available\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3147487.95.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3147487.95.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154129.96.help.text
msgid ""
"You want to enter the number of a dish on the menu in cell A1, and the name "
"of the dish is to appear as text in the neighboring cell (B1) immediately. "
"The Number to Name assignment is contained in the D1:E100 array. D1 contains "
"100, E1 contains the name \\<emph\\>Vegetable Soup\\</emph\\>, and so forth, "
"for 100 menu items. The numbers in column D are sorted in ascending order; "
"thus, the optional \\<emph\\>Sort order\\</emph\\> parameter is not "
"necessary."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3145663.97.help.text
msgid "Enter the following formula in B1:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3151172.98.help.text
msgid "=VLOOKUP(A1; D1:E100; 2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149200.99.help.text
msgid ""
"As soon as you enter a number in A1 B1 will show the corresponding text "
"contained in the second column of reference D1:E100. Entering a nonexistent "
"number displays the text with the next number down. To prevent this, enter "
"FALSE as the last parameter in the formula so that an error message is "
"generated when a nonexistent number is entered."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3153905.help.text
msgid ""
"\\<bookmark_value\\>sheet numbers; looking "
"up\\</bookmark_value\\>\\<bookmark_value\\>SHEET "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153905.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153905.215.help.text\n"
"SHEET"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150309.216.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TABELLE\\\"\\>Returns the sheet number of a "
"reference or a string representing a sheet name.\\</ahelp\\> If you do not "
"enter any parameters, the result is the sheet number of the spreadsheet "
"containing the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148564.217.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148564.217.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153095.218.help.text
msgid "SHEET(Reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154588.219.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> is optional and is the reference to a cell, "
"an area, or a sheet name string."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155399.220.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155399.220.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3146988.221.help.text
msgid ""
"=SHEET(Sheet2.A1) returns 2 if Sheet2 is the second sheet in the spreadsheet "
"document."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3148829.help.text
msgid ""
"\\<bookmark_value\\>number of sheets; "
"function\\</bookmark_value\\>\\<bookmark_value\\>SHEETS "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148829.222.help.text
msgid "SHEETS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148820.223.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TABELLEN\\\"\\>Determines the number of sheets in "
"a reference.\\</ahelp\\> If you do not enter any parameters, it returns the "
"number of sheets in the current document."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154220.224.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154220.224.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150777.225.help.text
msgid "SHEETS(Reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153060.226.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> is the reference to a sheet or an area. This "
"parameter is optional."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149766.227.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149766.227.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150507.228.help.text
msgid ""
"=SHEETS(Sheet1.A1:Sheet3.G12) returns 3 if Sheet1, Sheet2, and Sheet3 exist "
"in the sequence indicated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3158407.help.text
msgid "\\<bookmark_value\\>MATCH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3158407.101.help.text
msgid "MATCH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154896.102.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VERGLEICH\\\"\\>Returns the relative position of "
"an item in an array that matches a specified value.\\</ahelp\\> The function "
"returns the position of the value found in the lookup_array as a number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153834.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153834.103.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3159152.104.help.text
msgid "MATCH(search criterion;lookup_array;type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149336.105.help.text
msgid ""
"\\<emph\\>Search Criterion\\</emph\\> is the value which is to be searched "
"for in the single-row or single-column array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3159167.106.help.text
msgid ""
"\\<emph\\>lookup_array\\</emph\\> is the reference searched. A lookup array "
"can be a single row or column, or part of a single row or column."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147239.107.help.text
msgid ""
"\\<emph\\>Type\\</emph\\> may take the values 1, 0, or -1. If Type = 1 or if "
"this optional parameter is missing, it is assumed that the first column of "
"the search array is sorted in ascending order. If Type = -1 it is assumed "
"that the column in sorted in descending order. This corresponds to the same "
"function in Microsoft Excel."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154265.231.help.text
msgid ""
"If Type = 0, only exact matches are found. If the search criterion is found "
"more than once, the function returns the first one found. Only if Type = 0 "
"can you search for regular expressions."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147528.232.help.text
msgid ""
"If Type = 1 or the third parameter is missing, the last value that is "
"smaller or equal to the search criterion is returned. This applies even when "
"the search array is not sorted. For Type = -1, the first value that is "
"larger or equal is returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155119.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155119.108.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155343.109.help.text
msgid ""
"=MATCH(200; D1:D100) searches the area D1:D100, which is sorted by column D, "
"for the value 200. As soon as this value is reached, the number of the row "
"in which it was found is returned. If a higher value is found during the "
"search in the column, the number of the previous row is returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3158430.help.text
msgid "\\<bookmark_value\\>OFFSET function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3158430.111.help.text
msgid "OFFSET"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149167.112.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VERSCHIEBUNG\\\"\\>Returns the value of a cell "
"offset by a certain number of rows and columns from a given reference "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3146952.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3146952.113.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3159194.114.help.text
msgid "OFFSET(reference;rows;columns;height;width)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3152360.115.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> is the cell from which the function searches "
"for the new reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3156032.116.help.text
msgid ""
"\\<emph\\>Rows\\</emph\\> is the number of cells by which the reference was "
"corrected up (negative value) or down."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3166458.117.help.text
msgid ""
"\\<emph\\>Columns\\</emph\\> is the number of columns by which the reference "
"was corrected to the left (negative value) or to the right."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150708.118.help.text
msgid ""
"\\<emph\\>Height\\</emph\\> is the optional vertical height for an area that "
"starts at the new reference position."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147278.119.help.text
msgid ""
"\\<emph\\>Width\\</emph\\> is the optional horizontal width for an area that "
"starts at the new reference position."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1104B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1104B.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155586.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155586.120.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149744.121.help.text
msgid ""
"=OFFSET(A1; 2; 2) returns the value in cell C3 (A1 moved by two rows and two "
"columns down). If C3 contains the value 100 this function returns the value "
"100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153739.122.help.text
msgid ""
"=SUM(OFFSET(A1; 2; 2; 5; 6)) determines the total of the area that starts in "
"cell C3 and has a height of 5 rows and a width of 6 columns (area=C3:H7)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3159273.help.text
msgid "\\<bookmark_value\\>LOOKUP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3159273.123.help.text
msgid "LOOKUP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153389.124.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VERWEIS\\\"\\>Returns the contents of a cell "
"either from a one-row or one-column range or from an array.\\</ahelp\\> "
"Optionally, the assigned value (of the same index) is returned in a "
"different column and row. As opposed to \\<link "
"href=\\\"text/scalc/01/04060109.xhp\\\" "
"name=\\\"VLOOKUP\\\"\\>VLOOKUP\\</link\\> and \\<link "
"href=\\\"text/scalc/01/04060109.xhp\\\" "
"name=\\\"HLOOKUP\\\"\\>HLOOKUP\\</link\\>, search and result vector may be "
"at different positions; they do not have to be adjacent. Additionally, the "
"search vector for the LOOKUP must be sorted, otherwise the search will not "
"return any usable results."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3152947.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3152947.125.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154104.126.help.text
msgid "LOOKUP(Search criterion;Search vector;result_vector)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150646.127.help.text
msgid ""
"\\<emph\\>Search criterion\\</emph\\> is the value to be searched for; "
"entered either directly or as a reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154854.128.help.text
msgid ""
"\\<emph\\>Search vector\\</emph\\> is the single-row or single-column area "
"to be searched."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149925.129.help.text
msgid ""
"\\<emph\\>result_vector\\</emph\\> is another single-row or single-column "
"range from which the result of the function is taken. The result is the cell "
"of the result vector with the same index as the instance found in the search "
"vector."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148624.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3148624.130.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149809.131.help.text
msgid ""
"=LOOKUP(A1; D1:D100;F1:F100) searches the corresponding cell in range "
"D1:D100 for the number you entered in A1. For the instance found, the index "
"is determined, for example, the 12th cell in this range. Then, the contents "
"of the 12th cell are returned as the value of the function (in the result "
"vector)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3149425.help.text
msgid "\\<bookmark_value\\>STYLE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3149425.133.help.text
msgid "STYLE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150826.134.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VORLAGE\\\"\\>Applies a style to the cell "
"containing the formula.\\</ahelp\\> After a set amount of time, another "
"style can be applied. This function always returns the value 0, allowing you "
"to add it to another function without changing the value. Together with the "
"CURRENT function you can apply a color to a cell regardless of the value. "
"For example: =...+STYLE(IF(CURRENT()>3;\"red\";\"green\")) applies the style "
"\"red\" to the cell if the value is greater than 3, otherwise the style "
"\"green\" is applied. Both cell formats have to be defined beforehand."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145373.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145373.135.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149302.136.help.text
msgid "STYLE(style;time;style2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150596.137.help.text
msgid ""
"\\<emph\\>Style\\</emph\\> is the name of a cell style assigned to the cell. "
"Style names must be entered in quotation marks."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3156149.138.help.text
msgid ""
"\\<emph\\>Time\\</emph\\> is an optional time range in seconds. If this "
"parameter is missing the style will not be changed after a certain amount of "
"time has passed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149520.139.help.text
msgid ""
"\\<emph\\>Style2\\</emph\\> is the optional name of a cell style assigned to "
"the cell after a certain amount of time has passed. If this parameter is "
"missing \"Standard\" is assumed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN111CA.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN111CA.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3159254.140.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3159254.140.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3151374.141.help.text
msgid ""
"=STYLE(\"Invisible\";60;\"Default\") formats the cell in transparent format "
"for 60 seconds after the document was recalculated or loaded, then the "
"Default format is assigned. Both cell formats have to be defined beforehand."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3150430.help.text
msgid "\\<bookmark_value\\>CHOOSE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3150430.142.help.text
msgid "CHOOSE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3143270.143.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WAHL\\\"\\>Uses an index to return a value from a "
"list of up to 30 values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153533.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3153533.144.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155425.145.help.text
msgid "CHOOSE(Index; value1;...value30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3144755.146.help.text
msgid ""
"\\<emph\\>Index\\</emph\\> is a reference or number between 1 and 30 "
"indicating which value is to be taken from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3149939.147.help.text
msgid ""
"\\<emph\\>Value1...Value30\\</emph\\> is the list of values entered as a "
"reference to a cell or as individual values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3151253.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3151253.148.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150625.149.help.text
msgid ""
"=CHOOSE(A1; B1; B2; B3; \"Today\"; \"Yesterday\"; \"Tomorrow\"), for "
"example, returns the contents of cell B2 for A1 = 2; for A1 = 4, the "
"function returns the text \"Today\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3151001.help.text
msgid "\\<bookmark_value\\>HLOOKUP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3151001.151.help.text
msgid "HLOOKUP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148688.152.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WVERWEIS\\\"\\>Searches for a value and reference "
"to the cells below the selected area.\\</ahelp\\> This function verifies if "
"the first row of an array contains a certain value. The function returns "
"then the value in a row of the array, named in the "
"\\<emph\\>Index\\</emph\\>, in the same column."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154661.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3154661.153.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3146070.154.help.text
msgid "=HLOOKUP(search_criteria;array;Index;sorted)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148672.155.help.text
msgid ""
"See also:\\<link href=\\\"text/scalc/01/04060109.xhp\\\" "
"name=\\\"VLOOKUP\\\"\\>VLOOKUP\\</link\\> (columns and rows are exchanged)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3147321.help.text
msgid "\\<bookmark_value\\>ROW function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3147321.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3147321.157.help.text\n"
"ROW"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154564.203.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZEILE\\\"\\>Returns the row number of a cell "
"reference.\\</ahelp\\> If the reference is a cell, it returns the row number "
"of the cell. If the reference is a cell range, it returns the corresponding "
"row numbers in a one-column \\<link "
"href=\\\"text/scalc/01/04060107.xhp#wasmatrix\\\" "
"name=\\\"Array\\\"\\>Array\\</link\\> if the formula is entered \\<link "
"href=\\\"text/scalc/01/04060107.xhp#somatrixformel\\\" name=\\\"as an array "
"formula\\\"\\>as an array formula\\</link\\>. If the ROW function with a "
"range reference is not used in an array formula, only the row number of the "
"first range cell will be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3158439.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3158439.159.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154916.160.help.text
msgid "ROW(reference)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3156336.161.help.text
msgid ""
"\\<emph\\>Reference\\</emph\\> is a cell, an area, or the name of an area."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3151109.204.help.text
msgid ""
"If you do not indicate a reference, the row number of the cell in which the "
"formula is entered will be found. \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc automatically sets "
"the reference to the current cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155609.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155609.162.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154830.205.help.text
msgid ""
"=ROW(B3) returns 3 because the reference refers to the third row in the "
"table."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3147094.206.help.text
msgid ""
"{=ROW(D5:D8)} returns the single-column array (5, 6, 7, 8) because the "
"reference specified contains rows 5 through 8."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153701.207.help.text
msgid ""
"=ROW(D5:D8) returns 5 because the ROW function is not used as array formula "
"and only the number of the first row of the reference is returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150996.208.help.text
msgid ""
"{=ROW(A1:E1)} and =ROW(A1:E1) both return 1 because the reference only "
"contains row 1 as the first column in the table. (Because single-row areas "
"only have one row number it does not make any difference whether or not the "
"formula is used as an array formula.)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153671.209.help.text
msgid "=ROW() returns 3 if the formula was entered in row 3."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3153790.210.help.text
msgid ""
"{=ROW(Rabbit)} returns the single-column array (1, 2, 3) if \"Rabbit\" is "
"the named area (C1:D3)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id3145772.help.text
msgid "\\<bookmark_value\\>ROWS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3145772.166.help.text
msgid "ROWS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3148971.167.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZEILEN\\\"\\>Returns the number of rows in a "
"reference or array.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3156051.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3156051.168.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154357.169.help.text
msgid "ROWS(array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155942.170.help.text
msgid ""
"\\<emph\\>array\\</emph\\> is the reference or named area whose total number "
"of rows is to be determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155869.171.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060109.xhp#hd_id3155869.171.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3154725.212.help.text
msgid "=Rows(B5) returns 1 because a cell only contains one row."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3150102.172.help.text
msgid "=ROWS(A10:B12) returns 3."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_id3155143.213.help.text
msgid "=ROWS(Rabbit) returns 3 if \"Rabbit\" is the named area (C1:D3)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#bm_id9959410.help.text
msgid "\\<bookmark_value\\>HYPERLINK function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11798.help.text
msgid "HYPERLINK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN117F1.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_HYPERLINK\\\"\\>When you click a cell that "
"contains the HYPERLINK function, the hyperlink opens.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11800.help.text
msgid ""
"If you use the optional \\<emph\\>cell text\\</emph\\> parameter, the "
"formula locates the URL, and then displays the text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11803.help.text
msgid ""
"To open a hyperlinked cell with the keyboard, select the cell, press F2 to "
"enter the Edit mode, move the cursor in front of the hyperlink, press "
"Shift+F10, and then choose \\<emph\\>Open Hyperlink\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1180A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1180A.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1180E.help.text
msgid "HYPERLINK (URL) or HYPERLINK (URL;cell text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11811.help.text
msgid ""
"\\<emph\\>URL\\</emph\\> specifies the link target. The optional "
"\\<emph\\>cell text\\</emph\\> parameter is the text that is displayed in "
"the cell and the result of the function. If the \\<emph\\>cell "
"text\\</emph\\> parameter is not specified, the \\<emph\\>URL\\</emph\\> is "
"displayed in the cell text and in the result of the function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11823.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11823.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11827.help.text
msgid ""
"=HYPERLINK(\"http://www.example.org\") displays the text "
"\"http://www.example.org\" in the cell and executes the hyperlink "
"http://www.example.org when clicked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1182A.help.text
msgid ""
"=HYPERLINK(\"http://www.example.org\";\"Click here\") displays the text "
"\"Click here\" in the cell and executes the hyperlink http://www.example.org "
"when clicked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN1182D.help.text
msgid ""
"=HYPERLINK($B4) where cell B4 contains \"http://www.example.org\". The "
"function adds \"http://www.example.org\" to the URL of the hyperlink cell "
"and returns the same text which is used as formula result."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060109.xhp#par_idN11830.help.text
msgid ""
"=HYPERLINK(\"http://www.\";\"Click \") & \"example.org\" displays the text "
"\"Click example.org\" in the cell and executes the hyperlink "
"http://www.example.org when clicked."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#tit.help.text\n"
"Text Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3145389.help.text
msgid ""
"\\<bookmark_value\\>text in cells; "
"functions\\</bookmark_value\\>\\<bookmark_value\\>functions; "
"text\\</bookmark_value\\>\\<bookmark_value\\>Function "
"Wizard;text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3145389.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3145389.1.help.text\n"
"Text Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3152986.2.help.text
msgid ""
"\\<variable id=\\\"texttext\\\"\\>This section contains descriptions of the "
"\\<emph\\>Text\\</emph\\> functions. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149384.help.text
msgid "\\<bookmark_value\\>ARABIC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149384.239.help.text
msgid "ARABIC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153558.240.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ARABISCH\\\"\\>Calculates the value of a Roman "
"number. The value range must be between 0 and 3999.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153011.241.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153011.241.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155523.242.help.text
msgid "ARABIC (Text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151193.243.help.text
msgid "\\<emph\\>Text\\</emph\\> is the text that represents a Roman number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155758.244.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155758.244.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154621.245.help.text
msgid "Arabic(\"MXIV\") returns 1014"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147553.246.help.text
msgid "Arabic(\"MMII\") returns 2002"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3153072.help.text
msgid "\\<bookmark_value\\>BASE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153072.213.help.text
msgid "BASE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153289.214.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BASIS\\\"\\>Converts a positive integer to a "
"specified base into a text from the \\<link "
"href=\\\"text/shared/00/00000005.xhp#zahlensystem\\\" name=\\\"numbering "
"system\\\"\\>numbering system\\</link\\>.\\</ahelp\\> The digits 0-9 and the "
"letters A-Z are used."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146097.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146097.215.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155743.216.help.text
msgid "BASE(Number; Radix; [Minimum length])"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151339.217.help.text
msgid "\\<emph\\>number\\</emph\\> is the positive integer to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3159262.218.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#par_id3159262.218.help.text\n"
"\\<emph\\>radix\\</emph\\> indicates the base of the number system. It may "
"be any positive integer between 2 and 36."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148746.219.help.text
msgid ""
"\\<emph\\>Minimum length\\</emph\\> (optional) determines the minimum length "
"of the character sequence that has been created. If the text is shorter than "
"the indicated minimum length, zeros are added to the left of the string."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146323.220.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146323.220.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3156399.help.text
msgid ""
"\\<bookmark_value\\>decimal system; converting to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156399.221.help.text
msgid "BASE(17;10;4) returns 0017 in the decimal system."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3157871.help.text
msgid "\\<bookmark_value\\>binary system; converting to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3157871.222.help.text
msgid "BASE(17;2) returns 10001 in the binary system."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3145226.help.text
msgid ""
"\\<bookmark_value\\>hexadecimal system; converting to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145226.223.help.text
msgid "BASE(255;16;4) returns 00FF in the hexadecimal system."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149321.help.text
msgid "\\<bookmark_value\\>CHAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149321.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149321.201.help.text\n"
"CHAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149150.202.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZEICHEN\\\"\\>Converts a number into a character "
"according to the current code table.\\</ahelp\\> The number can be a two-"
"digit or three-digit integer number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149945.203.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149945.203.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145634.204.help.text
msgid "CHAR(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155906.205.help.text
msgid ""
"\\<emph\\>number\\</emph\\> is a number between 1 and 255 representing the "
"code value for the character."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152982.207.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152982.207.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149890.208.help.text
msgid "CHAR(100) returns the character \"d\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149009.help.text
msgid "\\<bookmark_value\\>CLEAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149009.132.help.text
msgid "CLEAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150482.133.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SAEUBERN\\\"\\>All non-printing characters are "
"removed from the string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146880.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146880.134.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147472.135.help.text
msgid "CLEAN(text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150695.136.help.text
msgid ""
"\\<emph\\>text\\</emph\\> refers to the text from which to remove all non-"
"printable characters."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3155498.help.text
msgid "\\<bookmark_value\\>CODE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155498.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155498.3.help.text\n"
"CODE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3152770.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_CODE\\\"\\>Returns a numeric code for the first "
"character in a text string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155830.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155830.5.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149188.6.help.text
msgid "CODE(Text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154383.7.help.text
msgid ""
"\\<emph\\>Text\\</emph\\> is the text for which the code of the first "
"character is to be found."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3154394.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3154394.8.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3159209.9.help.text
msgid "CODE(\"Hieronymus\") returns 72, CODE(\"hieroglyphic\") returns 104."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150280.211.help.text
msgid ""
"The code used here does not refer to ASCII, but to the code table currently "
"loaded."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149688.help.text
msgid "\\<bookmark_value\\>CONCATENATE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149688.167.help.text
msgid "CONCATENATE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154524.168.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VERKETTEN\\\"\\>Combines several text strings into "
"one string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149542.169.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149542.169.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155954.170.help.text
msgid "CONCATENATE(Text 1;...;Text 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3146847.171.help.text
msgid ""
"\\<emph\\>Text 1; text 2; ...\\</emph\\> represent up to 30 text passages "
"which are to be combined into one string."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153110.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153110.172.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150008.173.help.text
msgid ""
"CONCATENATE(\"Good \";\"Morning \";\"Mrs. \";\"Doe\") returns \\<emph\\>Good "
"Morning Mrs. Doe\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3145166.help.text
msgid "\\<bookmark_value\\>DECIMAL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3145166.225.help.text
msgid "DECIMAL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156361.226.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DEZIMAL\\\"\\>Converts text with characters from a "
"\\<link href=\\\"text/shared/00/00000005.xhp#zahlensystem\\\" "
"name=\\\"number system\\\"\\>number system\\</link\\> to a positive integer "
"in the base radix given.\\</ahelp\\> The radix must be in the range 2 to 36. "
"Spaces and tabs are ignored. The\\<emph\\> text\\</emph\\> field is not case-"
"sensitive."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3157994.227.help.text
msgid ""
"If the radix is 16, a leading x or X or 0x or 0X, and an appended h or H, is "
"disregarded. If the radix is 2, an appended b or B is disregarded. Other "
"characters that do not belong to the number system generate an error."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150014.228.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150014.228.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154328.229.help.text
msgid "DECIMAL(Text; Radix)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150128.230.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text to be converted. To differentiate "
"between a hexadecimal number, such as A1 and the reference to cell A1, you "
"must place the number in quotation marks, for example, \"A1\" or \"FACE\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145241.231.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145241.231.help.text\n"
"\\<emph\\>radix\\</emph\\> indicates the base of the number system. It may "
"be any positive integer between 2 and 36."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156062.232.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156062.232.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145355.233.help.text
msgid "DECIMAL(\"17\";10) returns 17."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155622.234.help.text
msgid "DECIMAL(\"FACE\";16) returns 64206."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151015.235.help.text
msgid "DECIMAL(\"0101\";2) returns 5."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3148402.help.text
msgid "\\<bookmark_value\\>DOLLAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148402.11.help.text
msgid "DOLLAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153049.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DM\\\"\\>Converts a number to an amount in the "
"currency format, rounded to a specified decimal place.\\</ahelp\\> In the "
"\\<emph\\>value\\</emph\\> field enter the number to be converted to "
"currency. Optionally, you may enter the number of decimal places in the "
"\\<emph\\>decimals\\</emph\\> field. If no value is specified, all numbers "
"in currency format will be displayed with two decimal places. "
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151280.263.help.text
msgid "You set the currency format in your system settings."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150569.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150569.13.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154188.14.help.text
msgid "DOLLAR(value; decimals)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145299.15.help.text
msgid ""
"\\<emph\\>value\\</emph\\> is a number, a reference to a cell containing a "
"number, or a formula which returns a number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145629.16.help.text
msgid ""
"\\<emph\\>decimals\\</emph\\> is the optional number of decimal places."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149030.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149030.17.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153546.18.help.text
msgid "DOLLAR(255) returns $255.00."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154635.19.help.text
msgid ""
"DOLLAR(367.456;2) returns $367.46. Use the decimal separator that "
"corresponds to the \\<link href=\\\"text/shared/optionen/01140000.xhp\\\" "
"name=\\\"current locale setting\\\"\\>current locale setting\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3150685.help.text
msgid "\\<bookmark_value\\>EXACT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150685.78.help.text
msgid "EXACT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3158413.79.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_IDENTISCH\\\"\\>Compares two text strings and "
"returns TRUE if they are identical.\\</ahelp\\> This function is case-"
"sensitive."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152817.80.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152817.80.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148594.81.help.text
msgid "EXACT(text_1;text_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153224.82.help.text
msgid "\\<emph\\>text_1\\</emph\\> refers to the first text to compare."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148637.83.help.text
msgid "\\<emph\\>text_2\\</emph\\> is the second text to compare."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149777.84.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149777.84.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156263.85.help.text
msgid "EXACT(\"Sun microsystems\";\"Sun Microsystems\") returns FALSE."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3152589.help.text
msgid "\\<bookmark_value\\>FIND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152589.44.help.text
msgid "FIND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3146149.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FINDEN\\\"\\>Looks for a string of text within "
"another string.\\</ahelp\\> You can also define where to begin the search. "
"The search term can be a number or any string of characters. The search is "
"case-sensitive."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3083284.46.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3083284.46.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3083452.47.help.text
msgid "FIND(find_text; text; position)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150608.48.help.text
msgid "\\<emph\\>find_text\\</emph\\> refers to the text to be found."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3152374.49.help.text
msgid "\\<emph\\>text\\</emph\\> is the text where the search takes place."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3152475.50.help.text
msgid ""
"\\<emph\\>position\\</emph\\> (optional) is the position in the text from "
"which the search starts."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3154812.51.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3154812.51.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156375.52.help.text
msgid "FIND(76;998877665544) returns 6."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149268.help.text
msgid "\\<bookmark_value\\>FIXED function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149268.34.help.text
msgid "FIXED"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155833.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FEST\\\"\\>Specifies that a number be displayed "
"with a fixed number of decimal places and with or without a thousands "
"separator. This function can be used to apply a uniform format to a column "
"of numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152470.36.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152470.36.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147567.37.help.text
msgid "FIXED(Number; decimals; no thousands separators)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151272.38.help.text
msgid "\\<emph\\>Number\\</emph\\> refers to the number to be formatted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156322.39.help.text
msgid ""
"\\<emph\\>Decimals\\</emph\\> refers to the number of decimal places to be "
"displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150877.40.help.text
msgid ""
"\\<emph\\>No thousands separators\\</emph\\> (optional) determines whether "
"the thousands separator is used. If the parameter is a number not equal to "
"0, the thousands separator is suppressed. If the parameter is equal to 0 or "
"if it is missing altogether, the thousands separators of your \\<link "
"href=\\\"text/shared/optionen/01140000.xhp\\\" name=\\\"current locale "
"setting\\\"\\>current locale setting\\</link\\> are displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149040.41.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149040.41.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145208.42.help.text
msgid ""
"FIXED(1234567.89;3) returns 1,234,567.890. FIXED(1234567.89;3;1) returns "
"1234567.890."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3147083.help.text
msgid "\\<bookmark_value\\>LEFT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3147083.95.help.text
msgid "LEFT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153622.96.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LINKS\\\"\\>Returns the first character or "
"characters in a text string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156116.97.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156116.97.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3146786.98.help.text
msgid "LEFT(text; number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147274.99.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text where the initial partial words are to "
"be determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153152.100.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> (optional) specifies the number of characters "
"for the start text. If this parameter is not defined, one character is "
"returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150260.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150260.101.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149141.102.help.text
msgid "LEFT(\"output\";3) returns \\<emph\\>out\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3156110.help.text
msgid "\\<bookmark_value\\>LEN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156110.104.help.text
msgid "LEN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150147.105.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LAENGE\\\"\\>Returns the length of a string "
"including spaces.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155108.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155108.106.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154063.107.help.text
msgid "LEN(text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3146894.108.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text whose length is to be determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153884.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153884.109.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156008.110.help.text
msgid "LEN(\"Good Afternoon\") returns \\<emph\\>14\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154300.111.help.text
msgid "LEN(12345.67) returns \\<emph\\>8\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3153983.help.text
msgid "\\<bookmark_value\\>LOWER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153983.87.help.text
msgid "LOWER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3152791.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KLEIN\\\"\\>Converts all uppercase letters in a "
"text string to lowercase.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155902.89.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155902.89.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150121.90.help.text
msgid "LOWER(text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153910.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153910.91.help.text\n"
"\\<emph\\>text\\</emph\\> refers to the text to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3159343.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3159343.92.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155329.93.help.text
msgid "LOWER(\"Sun\") returns sun."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3154589.help.text
msgid "\\<bookmark_value\\>MID function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3154589.148.help.text
msgid "MID"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154938.149.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TEIL\\\"\\>Returns a text segment of a character "
"string. The parameters specify the starting position and the number of "
"characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148829.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148829.150.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150526.151.help.text
msgid "MID(text; start; number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148820.152.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text containing the characters to extract."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150774.153.help.text
msgid ""
"\\<emph\\>start\\</emph\\> is the position of the first character in the "
"text to extract."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153063.154.help.text
msgid ""
"\\<emph\\>number\\</emph\\> specifies the number of characters in the part "
"of the text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150509.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150509.155.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3158407.156.help.text
msgid "MID(\"Sun Microsystems\";5;5) returns \\<emph\\>Micro\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3159143.help.text
msgid "\\<bookmark_value\\>PROPER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3159143.70.help.text
msgid "PROPER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149768.71.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GROSS2\\\"\\>Capitalizes the first letter in all "
"words of a text string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153573.72.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153573.72.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154260.73.help.text
msgid "PROPER(text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147509.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147509.74.help.text\n"
"\\<emph\\>text\\</emph\\> refers to the text to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3147529.75.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3147529.75.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155364.76.help.text
msgid "PROPER(\"sun microsystems\") returns Sun Microsystems."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149171.help.text
msgid "\\<bookmark_value\\>REPLACE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149171.22.help.text
msgid "REPLACE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148925.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ERSETZEN\\\"\\>Replaces part of a text string with "
"a different text string.\\</ahelp\\> This function can be used to replace "
"both characters and numbers (which are automatically converted to text). The "
"result of the function is always displayed as text. If you intend to perform "
"further calculations with a number which has been replaced by text, you will "
"need to convert it back to a number using the \\<link "
"href=\\\"text/scalc/01/04060110.xhp\\\" "
"name=\\\"VALUE\\\"\\>VALUE\\</link\\> function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3158426.24.help.text
msgid ""
"Any text containing numbers must be enclosed in quotation marks if you do "
"not want it to be interpreted as a number and automatically converted to "
"text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149159.25.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149159.25.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147286.26.help.text
msgid "REPLACE(text; position; length; new text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149797.27.help.text
msgid ""
"\\<emph\\>Text\\</emph\\> refers to text of which a part will be replaced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3166451.28.help.text
msgid ""
"\\<emph\\>position\\</emph\\> refers to the position within the text where "
"the replacement will begin."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156040.29.help.text
msgid ""
"\\<emph\\>length\\</emph\\> is the number of characters in "
"\\<emph\\>text\\</emph\\> to be replaced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3159188.30.help.text
msgid ""
"\\<emph\\>new text\\</emph\\> refers to the text which replaces "
"\\<emph\\>text\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146958.31.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146958.31.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154096.32.help.text
msgid ""
"REPLACE(\"1234567\";1;1;\"444\") returns \"444234567\". One character at "
"position 1 is replaced by the complete \\<emph\\>new text\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149741.help.text
msgid "\\<bookmark_value\\>REPT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149741.193.help.text
msgid "REPT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153748.194.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WIEDERHOLEN\\\"\\>Repeats a character string by "
"the given \\<emph\\>number\\</emph\\> of copies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152884.195.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152884.195.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150494.196.help.text
msgid "REPT(text; number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154859.197.help.text
msgid "\\<emph\\>text\\</emph\\> is the text to be repeated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150638.198.help.text
msgid "\\<emph\\>number\\</emph\\> is the number of repetitions."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149922.212.help.text
msgid "The result can be a maximum of 255 characters."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156213.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3156213.199.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148626.200.help.text
msgid ""
"REPT(\"Good morning\"; 2) returns \\<emph\\>Good morningGood "
"morning\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3149805.help.text
msgid "\\<bookmark_value\\>RIGHT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149805.113.help.text
msgid "RIGHT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145375.114.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RECHTS\\\"\\>Defines the last character or "
"characters in a text string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150837.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150837.115.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154344.116.help.text
msgid "RIGHT(text; number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149426.117.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text of which the right part is to be "
"determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153350.118.help.text
msgid ""
"\\<emph\\>number\\</emph\\> (optional) is the number of characters from the "
"right part of the text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148661.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148661.119.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151132.120.help.text
msgid "RIGHT(\"Sun\";2) returns \\<emph\\>un\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3153534.help.text
msgid "\\<bookmark_value\\>ROMAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153534.248.help.text
msgid "ROMAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151256.249.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ROEMISCH\\\"\\>Converts a number into a Roman "
"numeral. The value range must be between 0 and 3999, the modes can be "
"integers from 0 to 4.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149299.250.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3149299.250.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150593.251.help.text
msgid "ROMAN(Number; Mode)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156139.252.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the number that is to be converted into a "
"Roman numeral."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153318.253.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> (optional) indicates the degree of simplification. "
"The higher the value, the greater is the simplification of the Roman number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3145306.254.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3145306.254.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151371.255.help.text
msgid "ROMAN(999) returns CMXCIX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153938.256.help.text
msgid "ROMAN(999;0) returns CMXCIX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148412.257.help.text
msgid "ROMAN (999;1) returns LMVLIV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155421.258.help.text
msgid "ROMAN(999;2) returns XMIX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149235.259.help.text
msgid "ROMAN(999;3) returns VMIV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150624.260.help.text
msgid "ROMAN(999;4) returns IM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3151005.help.text
msgid "\\<bookmark_value\\>SEARCH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3151005.122.help.text
msgid "SEARCH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148692.123.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUCHEN\\\"\\>Returns the position of a text "
"segment within a character string.\\</ahelp\\> You can set the start of the "
"search as an option. The search text can be a number or any sequence of "
"characters. The search is not case-sensitive."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152964.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152964.124.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154671.125.help.text
msgid "SEARCH(find_text; text; position)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3146080.126.help.text
msgid "\\<emph\\>find_text\\</emph\\> is the text to be searched for."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154111.127.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text where the search will take place."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3149559.128.help.text
msgid ""
"\\<emph\\>position\\</emph\\> (optional) is the position in the text where "
"the search is to start."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3147322.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3147322.129.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154564.130.help.text
msgid "SEARCH(54;998877665544) returns 10."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3154830.help.text
msgid "\\<bookmark_value\\>SUBSTITUTE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3154830.174.help.text
msgid "SUBSTITUTE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153698.175.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WECHSELN\\\"\\>Substitutes new text for old text "
"in a string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150994.176.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150994.176.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147582.177.help.text
msgid "SUBSTITUTE(text; search_text; new text; occurrence)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153675.178.help.text
msgid ""
"\\<emph\\>text\\</emph\\> is the text in which text segments are to be "
"exchanged."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156155.179.help.text
msgid ""
"\\<emph\\>search_text \\</emph\\>is the text segment that is to be replaced "
"(a number of times)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3145779.180.help.text
msgid ""
"\\<emph\\>new text\\</emph\\> is the text that is to replace the text "
"segment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150348.181.help.text
msgid ""
"\\<emph\\>occurrence\\</emph\\> (optional) indicates how many occurrences of "
"the search text are to be replaced. If this parameter is missing the search "
"text is replaced throughout."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150946.182.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150946.182.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3150412.183.help.text
msgid ""
"SUBSTITUTE(\"123123123\"; \"3\"; \"abc\") returns "
"\\<emph\\>12abc12abc12abc\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154915.238.help.text
msgid ""
"SUBSTITUTE(\"123123123\"; \"3\"; \"abc\"; 2) returns "
"\\<emph\\>12312abc123\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3148977.help.text
msgid "\\<bookmark_value\\>T function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148977.140.help.text
msgid "T"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154359.141.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_T\\\"\\>This function converts a number to a blank "
"text string.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155858.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155858.142.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3155871.143.help.text
msgid "T(value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3154726.144.help.text
msgid ""
"\\<emph\\>value\\</emph\\> is the value to be converted. Also, a reference "
"can be used as a parameter. If the referenced cell includes a number or a "
"formula containing a numerical result, the result will be an empty string."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155544.145.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3155544.145.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151062.146.help.text
msgid ""
"T(12345) becomes an empty string \"\", if 12345 is formatted as a number. "
"T(\"12345\") returns 12345."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3147132.help.text
msgid "\\<bookmark_value\\>TEXT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3147132.158.help.text
msgid "TEXT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147213.159.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TEXT\\\"\\>Converts a number into text according "
"to a given format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153129.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3153129.160.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147377.161.help.text
msgid "TEXT(Number; Format)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3147389.162.help.text
msgid "\\<emph\\>Number\\</emph\\> is the numerical value to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156167.163.help.text
msgid ""
"\\<emph\\>Format\\</emph\\> is the text which defines the format. Use "
"decimal and thousands separators according to the language set in the cell "
"format."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3151039.help.text
msgid "\\<bookmark_value\\>TRIM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3151039.54.help.text
msgid "TRIM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3157888.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GLAETTEN\\\"\\>Removes spaces that are in front of "
"a string, or aligns cell contents to the left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152913.56.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152913.56.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151349.57.help.text
msgid "TRIM(Text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3151362.58.help.text
msgid ""
"\\<emph\\>text\\</emph\\> refers to text in which leading spaces are "
"removed, or to the cell in which the contents will be left-aligned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146838.59.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3146838.59.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3156074.60.help.text
msgid "TRIM(\"   hello\") returns \"hello\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3145178.help.text
msgid "\\<bookmark_value\\>UPPER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3145178.62.help.text
msgid "UPPER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3162905.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GROSS\\\"\\>Converts the string specified in the "
"\\<emph\\>text\\</emph\\> field to uppercase.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148526.64.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148526.64.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148539.65.help.text
msgid "UPPER(text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3148496.66.help.text
msgid ""
"\\<emph\\>text\\</emph\\> refers to the lower case letters you want to "
"convert to upper case."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148516.67.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3148516.67.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3146757.68.help.text
msgid "UPPER(\"Good Morning\") returns GOOD MORNING."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#bm_id3150802.help.text
msgid "\\<bookmark_value\\>VALUE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3150802.185.help.text
msgid "VALUE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3152551.186.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WERT\\\"\\>Converts a text string into a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152568.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3152568.187.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153638.188.help.text
msgid "VALUE(text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3153651.189.help.text
msgid "\\<emph\\>text\\</emph\\> is the text to be converted to a number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3144719.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060110.xhp#hd_id3144719.190.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060110.xhp#par_id3144733.191.help.text
msgid "VALUE(\"4321\") returns 4321."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#tit.help.text\n"
"Add-in Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3150870.help.text
msgid ""
"\\<bookmark_value\\>add-ins; "
"functions\\</bookmark_value\\>\\<bookmark_value\\>functions; add-"
"ins\\</bookmark_value\\>\\<bookmark_value\\>Function Wizard; add-"
"ins\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150870.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150870.1.help.text\n"
"Add-in Functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3147427.2.help.text
msgid ""
"\\<variable id=\\\"addintext\\\"\\>The following describes and lists the "
"available add-in functions. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3163713.75.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060112.xhp#addinconcept\\\"\\>Add-in "
"concept\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3146120.5.help.text
msgid ""
"You will also find a \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\"\\>description of the $[officename] "
"Calc add-in interface\\</link\\> in the Help. In addition, important "
"functions and their parameters are described in the Help for the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Shared Library "
"\\</caseinline\\>\\<defaultinline\\>$[officename] Calc add-in "
"DLL\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3151075.7.help.text
msgid "Add-ins supplied"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3156285.8.help.text
msgid ""
"$[officename] contains examples for the add-in interface of $[officename] "
"Calc. These provide the functions that you find in \\<emph\\>Function "
"Wizard\\</emph\\> (choose \\<emph\\>Insert - Function\\</emph\\>) under the "
"\\<emph\\>Add-in\\</emph\\> category, plus several of the financial "
"functions."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3155446.78.help.text
msgid ""
"In the $[officename] Setup program, you can selectively deinstall the Calc "
"Add-ins. Be aware that you will lose all functions listed under the Add-in "
"category, plus several financial functions, if you do so."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3159267.76.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060115.xhp\\\"\\>Analysis Functions Part "
"One\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3154703.77.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060116.xhp\\\"\\>Analysis Functions Part "
"Two\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3149566.help.text
msgid "\\<bookmark_value\\>ISLEAPYEAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149566.14.help.text
msgid "ISLEAPYEAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3150297.15.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Determines whether a year is a leap "
"year.\\</ahelp\\> If yes, the function will return the value 1 (TRUE); if "
"not, it will return 0 (FALSE)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3148487.16.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3148487.16.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3150205.17.help.text
msgid "ISLEAPYEAR(Date)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3159239.18.help.text
msgid ""
"Date: Specifies whether a given date falls within a leap year. The Date "
"parameter must be a valid date according to the locale settings of "
"%PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149817.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149817.19.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3150786.20.help.text
msgid ""
"ISLEAPYEAR(A1) returns 1, if A1 contains 2/29/68, the valid date 29th of "
"February 1968 in your locale setting."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_idN107E7.help.text
msgid "You may also use ISLEAPYEAR(\"2/29/68\")."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_idN107EA.help.text
msgid ""
"Never use ISLEAPYEAR(2/29/68), because this would first evaluate 2 divided "
"by 29 devided by 68, and then calculate the ISLEAPYEAR function from this "
"small number as a serial date number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3154656.help.text
msgid "\\<bookmark_value\\>YEARS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3154656.21.help.text
msgid "YEARS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3150886.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_DIFFYEARS\\\"\\>Calculates the difference in "
"years between two dates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3154370.23.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3154370.23.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3146114.24.help.text
msgid "YEARS(Start date, End date, Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3145387.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060111.xhp#par_id3145387.25.help.text\n"
"Start date: First date"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3156290.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060111.xhp#par_id3156290.26.help.text\n"
"End date: Second date"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3152893.27.help.text
msgid ""
"Type: Calculates the type of difference. Possible values are 0 (interval) "
"and 1 (in calendar years)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3152898.help.text
msgid "\\<bookmark_value\\>MONTHS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3152898.28.help.text
msgid "MONTHS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3153066.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_DIFFMONTHS\\\"\\>Calculates the difference in "
"months between two dates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3151240.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3151240.30.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3146869.31.help.text
msgid "MONTHS(Start date, End date, Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3145075.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060111.xhp#par_id3145075.32.help.text\n"
"Start date: First date"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3157981.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060111.xhp#par_id3157981.33.help.text\n"
"End date: Second date"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3150111.34.help.text
msgid ""
"Type: Calculates the type of difference. Possible values include 0 "
"(interval) and 1 (in calendar months)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3159094.help.text
msgid "\\<bookmark_value\\>ROT13 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3159094.35.help.text
msgid "ROT13"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3146781.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_ROT13\\\"\\>Encrypts a character string by "
"moving the characters 13 positions in the alphabet.\\</ahelp\\> After the "
"letter Z, the alphabet begins again (Rotation). By applying the encryption "
"function again to the resulting code, you can decrypt the text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150893.37.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150893.37.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3159205.38.help.text
msgid "ROT13(Text)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3153249.39.help.text
msgid ""
"Text: Enter the character string to be encrypted. ROT13(ROT13(Text)) "
"decrypts the code."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3151300.help.text
msgid "\\<bookmark_value\\>DAYSINYEAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3151300.43.help.text
msgid "DAYSINYEAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3143220.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_DAYSINYEAR\\\"\\>Calculates the number of days "
"in the year until a given date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3145358.45.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3145358.45.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3154651.46.help.text
msgid "DAYSINYEAR(Date)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3153803.47.help.text
msgid ""
"Date: The date up through which a number of days in the year is calculated. "
"The Date parameter must be a valid date according to the locale settings of "
"%PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3153487.48.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3153487.48.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3153811.49.help.text
msgid ""
"DAYSINYEAR(A1) returns 366 days if A1 contains 2/29/68, a valid date for the "
"year 1968."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3154737.help.text
msgid "\\<bookmark_value\\>DAYSINMONTH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3154737.50.help.text
msgid "DAYSINMONTH"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3149316.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_DAYSINMONTH\\\"\\>Calculates the number of "
"days in a month until a given date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3145114.52.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3145114.52.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3150955.53.help.text
msgid "DAYSINMONTH(Date)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3147501.54.help.text
msgid ""
"Date: The date up through which the days in the month is calculated. The "
"Date parameter must be a valid date according to the locale settings of "
"%PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149871.55.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149871.55.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3155742.56.help.text
msgid ""
"DAYSINMONTH(A1) returns 29 days if A1 contains 2/17/68, a valid date for "
"February 1968."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3149048.help.text
msgid "\\<bookmark_value\\>WEEKS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149048.57.help.text
msgid "WEEKS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3153340.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_DIFFWEEKS\\\"\\>Calculates the difference in "
"weeks between two dates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150393.59.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150393.59.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3147402.60.help.text
msgid "WEEKS(Start date, End date, Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3151387.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060111.xhp#par_id3151387.61.help.text\n"
"Start date: First date"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3146324.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060111.xhp#par_id3146324.62.help.text\n"
"End date: Second date"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3166467.63.help.text
msgid ""
"Type: Calculates the type of difference. The possible values are 0 "
"(interval) and 1 (in numbers of weeks)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#bm_id3145237.help.text
msgid "\\<bookmark_value\\>WEEKSINYEAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3145237.64.help.text
msgid "WEEKSINYEAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3147410.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DAI_FUNC_WEEKSINYEAR\\\"\\>Calculates the number of "
"weeks in a year until a certain date.\\</ahelp\\> The number of weeks is "
"defined as follows: a week that spans two years is added to the year in "
"which most days of that week occur."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149719.66.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3149719.66.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3145638.67.help.text
msgid "WEEKSINYEAR(Date)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3149946.68.help.text
msgid ""
"Date: The date until which the weeks in the year will be calculated. The "
"Date parameter must be a valid date according to the locale settings of "
"%PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150037.69.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3150037.69.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3147614.70.help.text
msgid ""
"WEEKSINYEAR(A1) returns 53 if A1 contains 2/17/70, a valid date for the year "
"1970."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#hd_id3157901.72.help.text
msgid "Add-ins through %PRODUCTNAME API"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060111.xhp#par_id3149351.73.help.text
msgid ""
"Add-ins can also be implemented through the %PRODUCTNAME \\<link "
"href=\\\"http://api.openoffice.org/\\\"\\>API\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060112.xhp#tit.help.text\n"
"Add-in for Programming in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#bm_id3151076.help.text
msgid ""
"\\<bookmark_value\\>programming; add-"
"ins\\</bookmark_value\\>\\<bookmark_value\\>shared libraries; "
"programming\\</bookmark_value\\>\\<bookmark_value\\>external DLL functions; "
"programming\\</bookmark_value\\>\\<bookmark_value\\>functions; shared "
"library for $[officename] "
"Calc\\</bookmark_value\\>\\<bookmark_value\\>functions; $[officename] Calc "
"add-in DLL\\</bookmark_value\\>\\<bookmark_value\\>add-ins; for "
"programming\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3151076.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3151076.1.help.text\n"
"Add-in for Programming in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147001.220.help.text
msgid ""
"The method of extending Calc by Add-Ins that is described in the following "
"is outdated. The interfaces are still valid and supported, to ensure "
"compatibility with existing Add-Ins, but for programming new Add-Ins you "
"should use the new \\<link href=\\\"text/shared/guide/integratinguno.xhp\\\" "
"name=\\\"API functions\\\"\\>API functions\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150361.2.help.text
msgid ""
"$[officename] Calc can be expanded by Add-Ins, which are external "
"programming modules providing additional functions for working with "
"spreadsheets. These are listed in the \\<emph\\>Function Wizard\\</emph\\> "
"in the \\<emph\\>Add-In\\</emph\\> category. If you would like to program an "
"Add-In yourself, you can learn here which functions must be exported by the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>shared library "
"\\</caseinline\\>\\<defaultinline\\>external "
"DLL\\</defaultinline\\>\\</switchinline\\> so that the Add-In can be "
"successfully attached."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149211.3.help.text
msgid ""
"$[officename] searches the folder defined in \\<emph\\>Tools - Options - "
"$[officename] - Paths - Add-ins \\</emph\\>for a suitable \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>shared library "
"\\</ca"
"seinline\\>\\<defaultinline\\>DLL\\</defaultinline\\>\\</switchinline\\>. To "
"be recognized by $[officename], the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>shared library "
"\\</ca"
"seinline\\>\\<defaultinline\\>DLL\\</defaultinline\\>\\</switchinline\\> "
"must have certain properties, as explained in the following. This "
"information allows you to program your own Add-In for \\<emph\\>Function "
"Wizard\\</emph\\> of $[officename] Calc."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3146981.4.help.text
msgid "The Add-In Concept"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156292.5.help.text
msgid ""
"Each Add-In library provides several functions. Some functions are used for "
"administrative purposes. You can choose almost any name for your own "
"functions. However, they must also follow certain rules regarding parameter "
"passing. The exact naming and calling conventions vary for different "
"platforms."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3152890.6.help.text
msgid ""
"Functions of \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Shared Library "
"\\</caseinline\\>\\<defaultinline\\>AddIn "
"DLL\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148837.7.help.text
msgid ""
"At a minimum, the administrative functions \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\" "
"name=\\\"GetFunctionCount\\\"\\>GetFunctionCount\\</link\\> and \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\" "
"name=\\\"GetFunctionData\\\"\\>GetFunctionData\\</link\\> must exist. Using "
"these, the functions as well as parameter types and return values can be "
"determined. As return values, the Double and String types are supported. As "
"parameters, additionally the cell areas \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\" name=\\\"Double Array\\\"\\>Double "
"Array\\</link\\>, \\<link href=\\\"text/scalc/01/04060112.xhp\\\" "
"name=\\\"String Array\\\"\\>String Array\\</link\\>, and \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\" name=\\\"Cell Array\\\"\\>Cell "
"Array\\</link\\> are supported."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148604.8.help.text
msgid ""
"Parameters are passed using references. Therefore, a change of these values "
"is basically possible. However, this is not supported in $[officename] Calc "
"because it does not make sense within spreadsheets."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150112.9.help.text
msgid ""
"Libraries can be reloaded during runtime and their contents can be analyzed "
"by the administrative functions. For each function, information is available "
"about count and type of parameters, internal and external function names and "
"an administrative number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155269.10.help.text
msgid ""
"The functions are called synchronously and return their results immediately. "
"Real time functions (asynchronous functions) are also possible; however, "
"they are not explained in detail because of their complexity."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3145077.11.help.text
msgid "General information about the interface"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146776.12.help.text
msgid ""
"The maximum number of parameters in an Add-In function attached to "
"$[officename] Calc is 16: one return value and a maximum of 15 function "
"input parameters."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149899.13.help.text
msgid "The data types are defined as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151302.14.help.text
msgid "\\<emph\\>Data types\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3143222.15.help.text
msgid "\\<emph\\>Definition\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149384.16.help.text
msgid "CALLTYPE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146963.17.help.text
msgid "Under Windows: FAR PASCAL (_far _pascal)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153809.18.help.text
msgid "Other: default (operating system specific default)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154734.19.help.text
msgid "USHORT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155760.20.help.text
msgid "2 Byte unsigned Integer"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145320.21.help.text
msgid "DOUBLE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150956.22.help.text
msgid "8 byte platform-dependent format"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146097.23.help.text
msgid "Paramtype"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150432.24.help.text
msgid "Platform-dependent like int"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153955.25.help.text
msgid "PTR_DOUBLE =0 pointer to a double"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159262.26.help.text
msgid "PTR_STRING =1 pointer to a zero-terminated string"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148747.27.help.text
msgid "PTR_DOUBLE_ARR =2 pointer to a double array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147406.28.help.text
msgid "PTR_STRING_ARR =3 pointer to a string array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151392.29.help.text
msgid "PTR_CELL_ARR =4 pointer to a cell array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153028.30.help.text
msgid "NONE =5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3156396.31.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Shared Library "
"\\</caseinline\\>\\<defaultinline\\>DLL\\"
"</defaultinline\\>\\</switchinline\\> functions"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153019.32.help.text
msgid ""
"Following you will find a description of those functions, which are called "
"at the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Shared Library "
"\\</caseinline\\>\\<defaultinline\\>external "
"DLL\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150038.33.help.text
msgid ""
"For all \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Shared Library "
"\\</caseinline\\>\\<defaultinline\\>DLL\\"
"</defaultinline\\>\\</switchinline\\> functions, the following applies:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3157876.34.help.text
msgid "void CALLTYPE fn(out, in1, in2, ...)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147616.35.help.text
msgid "Output: Resulting value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159119.36.help.text
msgid ""
"Input: Any number of types (double&, char*, double*, char**, Cell area), "
"where the \\<link href=\\\"text/scalc/01/04060112.xhp\\\" name=\\\"Cell "
"area\\\"\\>Cell area\\</link\\> is an array of types double array, string "
"array, or cell array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3150653.37.help.text
msgid "GetFunctionCount()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152981.38.help.text
msgid ""
"Returns the number of functions without the management functions of the "
"reference parameter. Each function has a unique number between 0 and nCount-"
"1. This number will be needed for the \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\" "
"name=\\\"GetFunctionData\\\"\\>GetFunctionData\\</link\\> and \\<link "
"href=\\\"text/scalc/01/04060112.xhp\\\" "
"name=\\\"GetParameterDescription\\\"\\>GetParameterDescription\\</link\\> "
"functions later."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150742.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150742.39.help.text\n"
"\\<emph\\>Syntax\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148728.40.help.text
msgid "void CALLTYPE GetFunctionCount(USHORT& nCount)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154677.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154677.41.help.text\n"
"\\<emph\\>Parameter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146940.42.help.text
msgid "USHORT &nCount:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149893.43.help.text
msgid ""
"Output: Reference to a variable, which is supposed to contain the number of "
"Add-In functions. For example: If the Add-In provides 5 functions for "
"$[officename] Calc, then nCount=5."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3147476.44.help.text
msgid "GetFunctionData()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154841.45.help.text
msgid "Determines all the important information about an Add-In function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148888.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148888.46.help.text\n"
"\\<emph\\>Syntax\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148434.47.help.text
msgid ""
"void CALLTYPE GetFunctionData(USHORT& nNo, char* pFuncName, USHORT& "
"nParamCount, Paramtype* peType, char* pInternalName)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149253.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149253.48.help.text\n"
"\\<emph\\>Parameter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149686.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149686.49.help.text\n"
"USHORT& nNo:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149949.50.help.text
msgid "Input: Function number between 0 and nCount-1, inclusively."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149546.51.help.text
msgid "char* pFuncName:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148579.52.help.text
msgid ""
"Output: Function name as seen by the programmer, as it is named in the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Shared Library "
"\\</caseinline\\>\\<defaultinline\\>DLL\\"
"</defaultinline\\>\\</switchinline\\>. This name does not determine the name "
"used in the \\<emph\\>Function Wizard\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153935.53.help.text
msgid "USHORT& nParamCount:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150142.54.help.text
msgid ""
"Output: Number of parameters in AddIn function. This number must be greater "
"than 0, because there is always a result value; the maximum value is 16."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145143.55.help.text
msgid "Paramtype* peType:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148750.56.help.text
msgid ""
"Output: Pointer to an array of exactly 16 variables of type Paramtype. The "
"first nParamCount entries are filled with the suitable type of parameter."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153078.57.help.text
msgid "char* pInternalName:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155261.58.help.text
msgid ""
"Output: Function name as seen by the user, as it appears in the "
"\\<emph\\>Function Wizard\\</emph\\>. May contain umlauts."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153327.59.help.text
msgid ""
"The pFuncName and pInternalName parameters are char arrays, which are "
"implemented with size 256 in $[officename] Calc."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3148567.60.help.text
msgid "GetParameterDescription()"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153000.61.help.text
msgid ""
"Provides a brief description of the Add-In function and its parameters. As "
"an option, this function can be used to show a function and parameter "
"description in the \\<emph\\>Function Wizard\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154501.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154501.62.help.text\n"
"\\<emph\\>Syntax\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153564.63.help.text
msgid ""
"void CALLTYPE GetParameterDescription(USHORT& nNo, USHORT& nParam, char* "
"pName, char* pDesc)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3157995.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3157995.64.help.text\n"
"\\<emph\\>Parameter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155925.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155925.65.help.text\n"
"USHORT& nNo:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149883.66.help.text
msgid "Input: Number of the function in the library; between 0 and nCount-1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154326.67.help.text
msgid "USHORT& nParam:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159139.68.help.text
msgid ""
"Input: Indicates, for which parameter the description is provided; "
"parameters start at 1. If nParam is 0, the description itself is supposed to "
"be provided in pDesc; in this case, pName does not have any meaning."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147374.69.help.text
msgid "char* pName:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145245.70.help.text
msgid ""
"Output: Takes up the parameter name or type, for example, the word "
"\"Number\" or \"String\" or \"Date\", and so on. Implemented in "
"$[officename] Calc as char[256]."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151020.71.help.text
msgid "char* pDesc:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148389.72.help.text
msgid ""
"Output: Takes up the description of the parameter, for example, \"Value, at "
"which the universe is to be calculated.\" Implemented in $[officename] Calc "
"as char[256]."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145303.73.help.text
msgid ""
"pName and pDesc are char arrays; implemented in $[officename] Calc with size "
"256. Please note that the space available in the \\<emph\\>Function "
"Wizard\\</emph\\> is limited and that the 256 characters cannot be fully "
"used."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3148874.76.help.text
msgid "Cell areas"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150265.77.help.text
msgid ""
"The following tables contain information about which data structures must be "
"provided by an external program module in order to pass cell areas. "
"$[officename] Calc distinguishes between three different arrays, depending "
"on the data type."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3156060.78.help.text
msgid "Double Array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149540.79.help.text
msgid ""
"As a parameter, a cell area with values of the Number/Double type can be "
"passed. A double array in $[officename] Calc is defined as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149388.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149388.80.help.text\n"
"\\<emph\\>Offset\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154636.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154636.81.help.text\n"
"\\<emph\\>Name\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153228.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153228.82.help.text\n"
"\\<emph\\>Description\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150685.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150685.83.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154869.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154869.84.help.text\n"
"Col1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147541.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147541.85.help.text\n"
"Column number in the upper-left corner of the cell area. Numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149783.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149783.86.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155986.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155986.87.help.text\n"
"Row1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147483.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147483.88.help.text\n"
"Row number in the upper-left corner of the cell area; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153721.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153721.89.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154317.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154317.90.help.text\n"
"Tab1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149820.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149820.91.help.text\n"
"Table number in the upper-left corner of the cell area; numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3163820.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3163820.92.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149710.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149710.93.help.text\n"
"Col2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154819.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154819.94.help.text\n"
"Column number in the lower-right corner of the cell area. Numbering starts "
"at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145083.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145083.95.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156310.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156310.96.help.text\n"
"Row2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150968.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150968.97.help.text\n"
"Row number in the lower-right corner of the cell area; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156133.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156133.98.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153218.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153218.99.help.text\n"
"Tab2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147086.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147086.100.help.text\n"
"Table number in the lower-right corner of the cell area; numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151270.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151270.101.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152934.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152934.102.help.text\n"
"Count"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145202.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145202.103.help.text\n"
"Number of the following elements. Empty cells are not counted or passed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150879.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150879.104.help.text\n"
"14"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156002.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156002.105.help.text\n"
"Col"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147276.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147276.106.help.text\n"
"Column number of the element. Numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151295.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151295.107.help.text\n"
"16"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150261.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150261.108.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155851.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155851.109.help.text\n"
"Row number of the element; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153150.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153150.110.help.text\n"
"18"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153758.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153758.111.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150154.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150154.112.help.text\n"
"Table number of the element; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149289.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149289.113.help.text\n"
"20"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156010.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156010.114.help.text\n"
"Error"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159181.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159181.115.help.text\n"
"Error number, where the value 0 is defined as \"no error.\" If the element "
"comes from a formula cell the error value is determined by the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147493.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147493.116.help.text\n"
"22"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149200.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149200.117.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151174.118.help.text
msgid "8 byte IEEE variable of type double/floating point"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154688.119.help.text
msgid "30"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159337.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159337.120.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155388.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155388.121.help.text\n"
"Next element"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3154935.122.help.text
msgid "String Array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153105.123.help.text
msgid ""
"A cell area, which contains values of data type Text and is passed as a "
"string array. A string array in $[officename] Calc is defined as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149908.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149908.124.help.text\n"
"\\<emph\\>Offset\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159165.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159165.125.help.text\n"
"\\<emph\\>Name\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159150.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159150.126.help.text\n"
"\\<emph\\>Description\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149769.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149769.127.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150509.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150509.128.help.text\n"
"Col1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148447.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148447.129.help.text\n"
"Column number in the upper-left corner of the cell area. Numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145418.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145418.130.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147512.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147512.131.help.text\n"
"Row1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147235.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147235.132.help.text\n"
"Row number in the upper-left corner of the cell area; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155362.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155362.133.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151051.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151051.134.help.text\n"
"Tab1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148923.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148923.135.help.text\n"
"Table number in the upper-left corner of the cell area; numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149158.136.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149158.136.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3166437.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3166437.137.help.text\n"
"Col2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149788.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149788.138.help.text\n"
"Column number in the lower-right corner of the cell area. Numbering starts "
"at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3166450.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3166450.139.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152877.140.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152877.140.help.text\n"
"Row2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152949.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152949.141.help.text\n"
"Row number in the lower-right corner of the cell area; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159270.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159270.142.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154107.143.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154107.143.help.text\n"
"Tab2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153747.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153747.144.help.text\n"
"Table number in the lower-right corner of the cell area; numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149924.145.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149924.145.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154858.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154858.146.help.text\n"
"Count"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148621.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148621.147.help.text\n"
"Number of the following elements. Empty cells are not counted or passed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148467.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148467.148.help.text\n"
"14"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151126.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151126.149.help.text\n"
"Col"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154334.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154334.150.help.text\n"
"Column number of the element. Numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149416.151.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149416.151.help.text\n"
"16"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150631.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150631.152.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150424.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150424.153.help.text\n"
"Row number of the element; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154797.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154797.154.help.text\n"
"18"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3143274.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3143274.155.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149513.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149513.156.help.text\n"
"Table number of the element; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145306.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145306.157.help.text\n"
"20"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153948.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153948.158.help.text\n"
"Error"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153534.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153534.159.help.text\n"
"Error number, where the value 0 is defined as \"no error.\" If the element "
"comes from a formula cell the error value is determined by the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153311.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153311.160.help.text\n"
"22"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148695.161.help.text
msgid "Len"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3152769.162.help.text
msgid ""
"Length of the following string, including closing zero byte. If the length "
"including closing zero byte equals an odd value a second zero byte is added "
"to the string so that an even value is achieved. Therefore, Len is "
"calculated using ((StrLen+2)&~1)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153772.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153772.163.help.text\n"
"24"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153702.164.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153702.164.help.text\n"
"String"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154474.165.help.text
msgid "String with closing zero byte"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156269.166.help.text
msgid "24+Len"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154825.167.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154825.167.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147097.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147097.168.help.text\n"
"Next element"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#hd_id3159091.169.help.text
msgid "Cell Array"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156140.170.help.text
msgid ""
"Cell arrays are used to call cell areas containing text as well as numbers. "
"A cell array in $[officename] Calc is defined as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154664.171.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154664.171.help.text\n"
"\\<emph\\>Offset\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154566.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154566.172.help.text\n"
"\\<emph\\>Name\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146073.173.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146073.173.help.text\n"
"\\<emph\\>Description\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154117.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154117.174.help.text\n"
"0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150988.175.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150988.175.help.text\n"
"Col1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146783.176.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146783.176.help.text\n"
"Column number in the upper-left corner of the cell area. Numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153666.177.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153666.177.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149560.178.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149560.178.help.text\n"
"Row1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156156.179.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156156.179.help.text\n"
"Row number in the upper-left corner of the cell area; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150408.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150408.180.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150593.181.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150593.181.help.text\n"
"Tab1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150357.182.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150357.182.help.text\n"
"Table number in the upper-left corner of the cell area; numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146912.183.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146912.183.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153352.184.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153352.184.help.text\n"
"Col2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155893.185.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155893.185.help.text\n"
"Column number in the lower-right corner of the cell area. Numbering starts "
"at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150827.186.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150827.186.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148406.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148406.187.help.text\n"
"Row2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150673.188.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150673.188.help.text\n"
"Row number in the lower-right corner of the cell area; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155864.189.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155864.189.help.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153197.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153197.190.help.text\n"
"Tab2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149329.191.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149329.191.help.text\n"
"Table number in the lower-right corner of the cell area; numbering starts at "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147360.192.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147360.192.help.text\n"
"12"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154520.193.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154520.193.help.text\n"
"Count"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150647.194.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150647.194.help.text\n"
"Number of the following elements. Empty cells are not counted or passed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149747.195.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149747.195.help.text\n"
"14"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147579.196.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3147579.196.help.text\n"
"Col"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154188.197.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3154188.197.help.text\n"
"Column number of the element. Numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159209.198.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159209.198.help.text\n"
"16"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153265.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153265.199.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150095.200.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150095.200.help.text\n"
"Row number of the element; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151276.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151276.201.help.text\n"
"18"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149177.202.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149177.202.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146925.203.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3146925.203.help.text\n"
"Table number of the element; numbering starts at 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150488.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3150488.204.help.text\n"
"20"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149441.205.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149441.205.help.text\n"
"Error"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156048.206.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3156048.206.help.text\n"
"Error number, where the value 0 is defined as \"no error.\" If the element "
"comes from a formula cell the error value is determined by the formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3163813.207.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3163813.207.help.text\n"
"22"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159102.208.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3159102.208.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149581.209.help.text
msgid "Type of cell content, 0 == Double, 1 == String"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155182.210.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155182.210.help.text\n"
"24"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3153291.211.help.text
msgid "Value or Len"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148560.212.help.text
msgid "If type == 0: 8 byte IEEE variable of type double/floating point"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3148901.213.help.text
msgid ""
"If type == 1: Length of the following string, including closing zero byte. "
"If the length including closing zero byte equals an odd value a second zero "
"byte is added to the string so that an even value is achieved. Therefore, "
"Len is calculated using ((StrLen+2)&~1)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3145215.214.help.text
msgid "26 if type==1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155143.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3155143.215.help.text\n"
"String"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3149298.216.help.text
msgid "If type == 1: String with closing zero byte"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151322.217.help.text
msgid "32 or 26+Len"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3163722.218.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3163722.218.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151059.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060112.xhp#par_id3151059.219.help.text\n"
"Next element"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#tit.help.text\n"
"Add-in Functions, List of Analysis Functions Part One"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3152871.help.text
msgid ""
"\\<bookmark_value\\>add-ins; analysis "
"functions\\</bookmark_value\\>\\<bookmark_value\\>analysis "
"functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3152871.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3152871.1.help.text\n"
"Add-in Functions, List of Analysis Functions Part One"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149873.102.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060110.xhp\\\" name=\\\"General conversion "
"function BASIS\\\"\\>General conversion function BASIS\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3145324.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060116.xhp\\\" name=\\\"Analysis functions "
"Part Two\\\"\\>Analysis functions Part Two\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155751.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155751.156.help.text\n"
"\\<link href=\\\"text/scalc/01/04060111.xhp\\\" name=\\\"Back to the "
"Overview\\\"\\>Back to the Overview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3153074.help.text
msgid "\\<bookmark_value\\>Bessel functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153334.111.help.text
msgid "BESSELI"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153960.112.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BESSELI\\\"\\>Calculates the modified Bessel "
"function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150392.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150392.113.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147295.114.help.text
msgid "BESSELI(x;n)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3151338.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3151338.115.help.text\n"
"x: the value on which the function will be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3151392.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3151392.116.help.text\n"
"n: the order of the Bessel function"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153027.103.help.text
msgid "BESSELJ"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153015.104.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BESSELJ\\\"\\>Calculates the Bessel function "
"(cylinder function).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3146884.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3146884.105.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150032.106.help.text
msgid "BESSELJ(x;n)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150378.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150378.107.help.text\n"
"x: the value on which the function will be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3145638.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3145638.108.help.text\n"
"n: the order of the Bessel function"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149946.117.help.text
msgid "BESSELK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3159122.118.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BESSELK\\\"\\>Calculates the modified Bessel "
"function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150650.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150650.119.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149354.120.help.text
msgid "BESSELK(x;n)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150481.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150481.121.help.text\n"
"x: the value on which the function will be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150024.122.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150024.122.help.text\n"
"n: the order of the Bessel function"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145828.123.help.text
msgid "BESSELY"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3146877.124.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BESSELY\\\"\\>Calculates the modified Bessel "
"function is.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3146941.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3146941.125.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3148884.126.help.text
msgid "BESSELY(x;n)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147475.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147475.127.help.text\n"
"x: the value on which the function will be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147421.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147421.128.help.text\n"
"n: the order of the Bessel function"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3153034.help.text
msgid "\\<bookmark_value\\>BIN2DEC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153034.17.help.text
msgid "BIN2DEC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3144744.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BIN2DEC\\\"\\>The result is the decimal number "
"for the binary number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145593.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145593.19.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149726.20.help.text
msgid "BIN2DEC (Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150142.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150142.21.help.text\n"
"Number: the binary number. The number can have a maximum of 10 places "
"(bits). The most significant bit is the sign bit. Negative numbers are "
"entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149250.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149250.22.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3145138.23.help.text
msgid "=BIN2DEC(1100100) returns 100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3149954.help.text
msgid "\\<bookmark_value\\>BIN2HEX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149954.24.help.text
msgid "BIN2HEX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3148585.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BIN2HEX\\\"\\>The result is the hexadecimal "
"number for the binary number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153936.26.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153936.26.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3148753.27.help.text
msgid "BIN2HEX(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155255.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155255.28.help.text\n"
"Number: the binary number. The number can have a maximum of 10 places "
"(bits). The most significant bit is the sign bit. Negative numbers are "
"entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150860.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150860.29.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3155829.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3155829.30.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149686.31.help.text
msgid "=BIN2HEX(1100100;6) returns 000064."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3153332.help.text
msgid "\\<bookmark_value\\>BIN2OCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153332.9.help.text
msgid "BIN2OCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155951.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_BIN2OCT\\\"\\> The result is the octal number "
"for the binary number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153001.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153001.11.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3154508.12.help.text
msgid "BIN2OCT(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153567.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153567.13.help.text\n"
"Number: the binary number. The number can have a maximum of 10 places "
"(bits). The most significant bit is the sign bit. Negative numbers are "
"entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155929.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155929.14.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150128.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150128.15.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153733.16.help.text
msgid "=BIN2OCT(1100100;4) returns 0144."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3150014.help.text
msgid "\\<bookmark_value\\>DELTA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150014.129.help.text
msgid "DELTA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3148760.130.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DELTA\\\"\\>The result is TRUE (1) if both "
"numbers, which are delivered as an argument, are equal, otherwise it is "
"FALSE (0).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3155435.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3155435.131.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3145247.132.help.text
msgid "DELTA(Number 1;Number 2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149002.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149002.133.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3151020.134.help.text
msgid "=DELTA(1;2) returns 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3157971.help.text
msgid "\\<bookmark_value\\>DEC2BIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3157971.55.help.text
msgid "DEC2BIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153043.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DEC2BIN\\\"\\> The result is the binary number "
"for the decimal number entered between -512 and 511.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145349.57.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145349.57.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150569.58.help.text
msgid "DEC2BIN(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3148768.59.help.text
msgid ""
"Number: the decimal number. If \\<emph\\>Number\\</emph\\> is negative, the "
"function returns a binary number with 10 characters. The most significant "
"bit is the sign bit, the other 9 bits return the value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149537.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149537.60.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150265.61.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150265.61.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150662.62.help.text
msgid "=DEC2BIN(100;8) returns 01100100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3149388.help.text
msgid "\\<bookmark_value\\>DEC2HEX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149388.71.help.text
msgid "DEC2HEX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149030.72.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DEC2HEX\\\"\\>The result is the hexadecimal "
"number for the decimal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150691.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150691.73.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147535.74.help.text
msgid "DEC2HEX(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152820.75.help.text
msgid ""
"Number: the decimal number. If \\<emph\\>Number\\</emph\\> is negative, the "
"function returns a hexadecimal number with 10 characters (40 bits). The most "
"significant bit is the sign bit, the other 39 bits return the value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153221.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153221.76.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154869.77.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154869.77.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150476.78.help.text
msgid "=DEC2HEX(100;4) returns 0064."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3154948.help.text
msgid "\\<bookmark_value\\>DEC2OCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154948.63.help.text
msgid "DEC2OCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153920.64.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DEC2OCT\\\"\\>The result is the octal number "
"for the decimal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153178.65.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153178.65.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3148427.66.help.text
msgid "DEC2OCT(Number; Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155991.67.help.text
msgid ""
"Number: the decimal number. If \\<emph\\>Number\\</emph\\> is negative, the "
"function returns an octal number with 10 characters (30 bits). The most "
"significant bit is the sign bit, the other 29 bits return the value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152587.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152587.68.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3147482.69.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3147482.69.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3154317.70.help.text
msgid "=DEC2OCT(100;4) returns 0144."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3083446.help.text
msgid "\\<bookmark_value\\>ERF function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3083446.135.help.text
msgid "ERF"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150381.136.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ERF\\\"\\>Returns values of the Gaussian error "
"integral.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3152475.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3152475.137.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3163824.138.help.text
msgid "ERF(Lower limit;Upper limit)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149715.139.help.text
msgid "Lower limit; lower limit of integral."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3156294.140.help.text
msgid ""
"Upper limit: optionally, the upper limit of the integral. If this value is "
"missing, the calculation takes places between 0 and the lower limit."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154819.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154819.141.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152974.142.help.text
msgid "=ERF(0;1) returns 0.842701."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3145082.help.text
msgid "\\<bookmark_value\\>ERFC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145082.143.help.text
msgid "ERFC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149453.144.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ERFC\\\"\\>Returns complementary values of the "
"Gaussian error integral between x and infinity.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3155839.145.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3155839.145.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153220.146.help.text
msgid "ERFC(Lower limit)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3147620.147.help.text
msgid "Lower limit; lower limit of integral"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3146861.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3146861.148.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3156102.149.help.text
msgid "=ERFC(1) returns 0.157299."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3152927.help.text
msgid "\\<bookmark_value\\>GESTEP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150763.151.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_GESTEP\\\"\\>The result is 1 if "
"\\<emph\\>Number\\</emph\\> is greater than or equal to "
"\\<emph\\>Step\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150879.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3150879.152.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3145212.153.help.text
msgid "GESTEP(Number; Step)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153275.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153275.154.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3156132.155.help.text
msgid "=GESTEP(5;1) returns 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3147276.help.text
msgid "\\<bookmark_value\\>HEX2BIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3147276.79.help.text
msgid "HEX2BIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3150258.80.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_HEX2BIN\\\"\\>The result is the binary number "
"for the hexadecimal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3156117.81.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3156117.81.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3155847.82.help.text
msgid "HEX2BIN(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152810.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152810.83.help.text\n"
"Number: the hexadecimal number. The number can have a maximum of 10 places. "
"The most significant bit is the sign bit, the following bits return the "
"value. Negative numbers are entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153758.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153758.84.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154052.85.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154052.85.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3156002.86.help.text
msgid "=HEX2BIN(64;8) returns 01100100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3154742.help.text
msgid "\\<bookmark_value\\>HEX2DEC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154742.87.help.text
msgid "HEX2DEC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153626.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_HEX2DEC\\\"\\>The result is the decimal number "
"for the hexadecimal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3143233.89.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3143233.89.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149293.90.help.text
msgid "HEX2DEC(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3159176.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3159176.91.help.text\n"
"Number: the hexadecimal number. The number can have a maximum of 10 places. "
"The most significant bit is the sign bit, the following bits return the "
"value. Negative numbers are entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154304.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3154304.92.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3146093.93.help.text
msgid "=HEX2DEC(64) returns 100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#bm_id3149750.help.text
msgid "\\<bookmark_value\\>HEX2OCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3149750.94.help.text
msgid "HEX2OCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3153983.95.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_HEX2OCT\\\"\\>The result is the octal number "
"for the hexadecimal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145660.96.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3145660.96.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3151170.97.help.text
msgid "HEX2OCT(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152795.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3152795.98.help.text\n"
"Number: the hexadecimal number. The number can have a maximum of 10 places. "
"The most significant bit is the sign bit, the following bits return the "
"value. Negative numbers are entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149204.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#par_id3149204.99.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153901.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060115.xhp#hd_id3153901.100.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060115.xhp#par_id3159341.101.help.text
msgid "=HEX2OCT(64;4) returns 0144."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#tit.help.text\n"
"Add-in Functions, List of Analysis Functions Part Two"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3145074.help.text
msgid ""
"\\<bookmark_value\\>imaginary numbers in analysis "
"functions\\</bookmark_value\\>\\<bookmark_value\\>complex numbers in "
"analysis functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154659.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154659.1.help.text\n"
"Add-in Functions, List of Analysis Functions Part Two"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151242.174.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060108.xhp\\\" name=\\\"Category "
"Statistics\\\"\\>Category Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148869.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060115.xhp\\\" name=\\\"Analysis Functions "
"Part One\\\"\\>Analysis Functions Part One\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147072.240.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147072.240.help.text\n"
"\\<link href=\\\"text/scalc/01/04060111.xhp\\\" name=\\\"Back to the "
"Overview\\\"\\>Back to the Overview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3154959.help.text
msgid "\\<bookmark_value\\>IMABS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154959.44.help.text
msgid "IMABS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149895.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMABS\\\"\\>The result is the absolute value "
"of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155382.46.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155382.46.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151302.47.help.text
msgid "IMABS(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153974.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153974.48.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149697.49.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149697.49.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3143222.50.help.text
msgid "=IMABS(\"5+12j\") returns 13."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3145357.help.text
msgid "\\<bookmark_value\\>IMAGINARY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145357.51.help.text
msgid "IMAGINARY"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3146965.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMAGINARY\\\"\\>The result is the imaginary "
"coefficient of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153555.53.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153555.53.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155522.54.help.text
msgid "IMAGINARY(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154734.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154734.55.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3151193.56.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3151193.56.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155592.57.help.text
msgid "=IMAGINARY(\"4+3j\") returns 3."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3146106.help.text
msgid "\\<bookmark_value\\>IMPOWER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146106.58.help.text
msgid "IMPOWER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147245.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMPOWER\\\"\\>The result is the integer power "
"of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150954.60.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150954.60.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147501.61.help.text
msgid "IMPOWER(Complex number;Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150431.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150431.62.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155743.63.help.text
msgid "Number: the exponent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149048.64.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149048.64.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151393.65.help.text
msgid "=IMPOWER(\"2+3i\";2) returns -5+12i."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3148748.help.text
msgid "\\<bookmark_value\\>IMARGUMENT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148748.66.help.text
msgid "IMARGUMENT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151341.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMARGUMENT\\\"\\>The result is the argument "
"(the phi angle) of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150533.68.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150533.68.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3156402.69.help.text
msgid "IMARGUMENT(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145238.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145238.70.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153019.71.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153019.71.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3159125.72.help.text
msgid "=IMARGUMENT(\"3+4j\") returns 0.927295."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3149146.help.text
msgid "\\<bookmark_value\\>IMCOS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149146.73.help.text
msgid "IMCOS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149725.74.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMCOS\\\"\\>The result is the cosine of a "
"complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3159116.75.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3159116.75.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147415.76.help.text
msgid "IMCOS(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150455.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150455.77.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3152980.78.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3152980.78.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3157901.79.help.text
msgid "=IMCOS(\"3+4j\") returns -27.03-3.85i (rounded)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3150024.help.text
msgid "\\<bookmark_value\\>IMDIV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150024.80.help.text
msgid "IMDIV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145825.81.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMDIV\\\"\\>The result is the division of two "
"complex numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150465.82.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150465.82.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3146942.83.help.text
msgid "IMDIV(Numerator;Denominator)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150741.84.help.text
msgid ""
"Numerator, Denominator: the complex numbers are entered in the form \"x + "
"yi\" or \"x + yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3151229.85.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3151229.85.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148440.86.help.text
msgid "=IMDIV(\"-238+240i\";\"10+24i\") returns 5+12i."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3153039.help.text
msgid "\\<bookmark_value\\>IMEXP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153039.87.help.text
msgid "IMEXP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3144741.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMEXP\\\"\\>The result is the power of e (the "
"Eulerian number) and the complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145591.89.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145591.89.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154810.90.help.text
msgid "IMEXP(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149730.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149730.91.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148581.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148581.92.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149253.93.help.text
msgid "=IMEXP(\"1+j\") returns 1.47+2.29j (rounded)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3149955.help.text
msgid "\\<bookmark_value\\>IMCONJUGATE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149955.94.help.text
msgid "IMCONJUGATE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155263.95.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMCONJUGATE\\\"\\>The result is the conjugated "
"complex complement to a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148750.96.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148750.96.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153082.97.help.text
msgid "IMCONJUGATE(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155824.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155824.98.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153326.99.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153326.99.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149688.100.help.text
msgid "=IMCONJUGATE(\"1+j\") returns 1-j."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3150898.help.text
msgid "\\<bookmark_value\\>IMLN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150898.101.help.text
msgid "IMLN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3146853.102.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMLN\\\"\\>The result is the natural logarithm "
"of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150008.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150008.103.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155954.104.help.text
msgid "IMLN(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145163.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145163.105.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153565.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153565.106.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153736.107.help.text
msgid "=IMLN(\"1+j\") returns 0.35+0.79j (rounded)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3155929.help.text
msgid "\\<bookmark_value\\>IMLOG10 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155929.108.help.text
msgid "IMLOG10"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149882.109.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMLOG10\\\"\\>The result is the common "
"logarithm of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154327.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154327.110.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150128.111.help.text
msgid "IMLOG10(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145246.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145246.112.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149003.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149003.113.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151021.114.help.text
msgid "=IMLOG10(\"1+j\") returns 0.15+0.34j (rounded)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3155623.help.text
msgid "\\<bookmark_value\\>IMLOG2 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155623.115.help.text
msgid "IMLOG2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150932.116.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMLOG2\\\"\\>The result is the binary "
"logarithm of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153046.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153046.117.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145355.118.help.text
msgid "IMLOG2(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3157987.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3157987.119.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148768.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148768.120.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149536.121.help.text
msgid "=IMLOG2(\"1+j\") returns 0.50+1.13j (rounded)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3145626.help.text
msgid "\\<bookmark_value\\>IMPRODUCT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145626.122.help.text
msgid "IMPRODUCT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153545.123.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMPRODUCT\\\"\\>The result is the product of "
"up to 29 complex numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149388.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149388.124.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149027.125.help.text
msgid "IMPRODUCT(Complex number;Complex number 1;...)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150684.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150684.126.help.text\n"
"Complex number: the complex numbers are entered in the form \"x + yi\" or "
"\"x + yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153228.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3153228.127.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155815.128.help.text
msgid "=IMPRODUCT(\"3+4j\";\"5-3j\") returns 27+11j."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3147539.help.text
msgid "\\<bookmark_value\\>IMREAL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147539.129.help.text
msgid "IMREAL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155372.130.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMREAL\\\"\\>The result is the real "
"coefficient of a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154951.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154951.131.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153927.132.help.text
msgid "IMREAL(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149776.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149776.133.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155409.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155409.134.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155986.135.help.text
msgid "=IMREAL(\"1+3j\") returns 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3148431.help.text
msgid "\\<bookmark_value\\>IMSIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148431.136.help.text
msgid "IMSIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3152591.137.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMSIN\\\"\\>The result is the sine of a "
"complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149822.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149822.138.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150387.139.help.text
msgid "IMSIN(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3083444.140.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3083444.140.help.text\n"
"Complex number: the complex number is entered in the form \"x + yi\" or \"x "
"+ yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150613.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150613.141.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154310.142.help.text
msgid "=IMSIN(\"3+4j\") returns 3.85+27.02j (rounded)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3163826.help.text
msgid "\\<bookmark_value\\>IMSUB function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3163826.143.help.text
msgid "IMSUB"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149277.144.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMSUB\\\"\\>The result is the subtraction of "
"two complex numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149264.145.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3149264.145.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149710.146.help.text
msgid "IMSUB(Complex number 1;Complex number 2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154818.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154818.147.help.text\n"
"Complex number: the complex numbers are entered in the form \"x + yi\" or "
"\"x + yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155833.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155833.148.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150963.149.help.text
msgid "=IMSUB(\"13+4j\";\"5+3j\") returns 8+j."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3156312.help.text
msgid "\\<bookmark_value\\>IMSUM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3156312.150.help.text
msgid "IMSUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153215.151.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMSUM\\\"\\>The result is the sum of up to 29 "
"complex numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3156095.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3156095.152.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3152930.153.help.text
msgid "IMSUM(Complex number 1;Complex number 2;...)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151271.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151271.154.help.text\n"
"Complex number: the complex numbers are entered in the form \"x + yi\" or "
"\"x + yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154640.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154640.155.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147081.156.help.text
msgid "=IMSUM(\"13+4j\";\"5+3j\") returns 18+7j."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3147570.help.text
msgid "\\<bookmark_value\\>IMSQRT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147570.167.help.text
msgid "IMSQRT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3156131.168.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_IMSQRT\\\"\\>The result is the square root of "
"a complex number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145202.169.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145202.169.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150760.170.help.text
msgid "IMSQRT(Complex number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150261.171.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150261.171.help.text\n"
"Complex number: the complex numbers are entered in the form \"x + yi\" or "
"\"x + yj\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147268.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147268.172.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3152807.173.help.text
msgid "=IMSQRT(\"3+4i\") returns 2+1i."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3154054.help.text
msgid "\\<bookmark_value\\>COMPLEX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154054.157.help.text
msgid "COMPLEX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3156111.158.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COMPLEX\\\"\\>The result is a complex number "
"which is returned from a real coefficient and an imaginary "
"coefficient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154744.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154744.159.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155999.160.help.text
msgid "COMPLEX(Real num;I num;Suffix)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153626.161.help.text
msgid "Real num: the real coefficient of the complex number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149135.162.help.text
msgid "I num: the imaginary coefficient of the complex number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155849.163.help.text
msgid "Suffix: list of options, \"i\" or \"j\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145659.164.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3145659.164.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3143229.165.help.text
msgid "=COMPLEX(3;4;j) returns 3+4j."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3155103.help.text
msgid "\\<bookmark_value\\>OCT2BIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3146898.218.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_OCT2BIN\\\"\\>The result is the binary number "
"for the octal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146088.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146088.219.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154303.220.help.text
msgid "OCT2BIN(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3156013.221.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3156013.221.help.text\n"
"Number: the octal number. The number can have a maximum of 10 places. The "
"most significant bit is the sign bit, the following bits return the value. "
"Negative numbers are entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153984.222.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153984.222.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147493.223.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147493.223.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147260.224.help.text
msgid "=OCT2BIN(3;3) returns 011."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3152791.help.text
msgid "\\<bookmark_value\\>OCT2DEC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3152791.225.help.text
msgid "OCT2DEC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149199.226.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_OCT2DEZ\\\"\\>The result is the decimal number "
"for the octal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3159337.227.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3159337.227.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153902.228.help.text
msgid "OCT2DEC(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155326.229.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155326.229.help.text\n"
"Number: the octal number. The number can have a maximum of 10 places. The "
"most significant bit is the sign bit, the following bits return the value. "
"Negative numbers are entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154698.230.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154698.230.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154930.231.help.text
msgid "=OCT2DEC(144) returns 100."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3155391.help.text
msgid "\\<bookmark_value\\>OCT2HEX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3155391.232.help.text
msgid "OCT2HEX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148831.233.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_OCT2HEX\\\"\\> The result is the hexadecimal "
"number for the octal number entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146988.234.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146988.234.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150523.235.help.text
msgid "OCT2HEX(Number;Places)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3159162.236.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3159162.236.help.text\n"
"Number: the octal number. The number can have a maximum of 10 places. The "
"most significant bit is the sign bit, the following bits return the value. "
"Negative numbers are entered as two's complement."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145420.237.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3145420.237.help.text\n"
"Places: the number of places to be output."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150504.238.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3150504.238.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148802.239.help.text
msgid "=OCT2HEX(144;4) returns 0064."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3148446.help.text
msgid "\\<bookmark_value\\>CONVERT_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3148446.175.help.text
msgid "CONVERT_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154902.176.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_CONVERT\\\"\\>Converts a value from one unit "
"of measure to the corresponding value in another unit of "
"measure.\\</ahelp\\> Enter the units of measures directly as text in "
"quotation marks or as a reference. If you enter the units of measure in "
"cells, they must correspond exactly with the following list which is case "
"sensitive: For example, in order to enter a lower case l (for liter) in a "
"cell, enter the apostrophe ' immediately followed by l."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153055.177.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153055.177.help.text\n"
"Property"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147234.178.help.text
msgid "Units"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147512.179.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147512.179.help.text\n"
"Weight"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148476.180.help.text
msgid "g, sg, lbm, u, ozm, stone, ton, grain, pweight, hweight, shweight"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155361.181.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155361.181.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148925.182.help.text
msgid "m, mi, Nmi, in, ft, yd, ang, Pica, ell, parsec"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3158429.183.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3158429.183.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150707.184.help.text
msgid "yr, day, hr, mn, sec"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153238.185.help.text
msgid "Pressure"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3166437.186.help.text
msgid "Pa, atm, mmHg, Torr, psi"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3152944.187.help.text
msgid "Force"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155582.188.help.text
msgid "N, dyn, pond"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153686.189.help.text
msgid "Energy"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153386.190.help.text
msgid "J, e, c, cal, eV, HPh, Wh, BTU"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154100.191.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154100.191.help.text\n"
"Power"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149915.192.help.text
msgid "W, HP, PS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148988.193.help.text
msgid "Field strength"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148616.194.help.text
msgid "T, ga"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151120.195.help.text
msgid "Temperature"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148659.196.help.text
msgid "C, F, K, Reau, Rank"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154610.197.help.text
msgid "Volume"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149423.198.help.text
msgid ""
"l, tsp, tbs, oz, cup, pt, qt, gal, m3, mi3, Nmi3, in3, ft3, yd3, ang3, "
"Pica3, barrel, bushel, regton, Schooner, Middy, Glass"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149244.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149244.199.help.text\n"
"Area"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150425.200.help.text
msgid "m2, mi2, Nmi2, in2, ft2, yd2, ang2, Pica2, Morgen, ar, acre, ha"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150629.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#par_id3150629.201.help.text\n"
"Speed"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3159246.202.help.text
msgid "m/s, m/h, mph, kn, admkn"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3143277.203.help.text
msgid ""
"Each unit of measure must be preceded by a prefix character from the "
"following list:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3148422.204.help.text
msgid "Permitted prefix characters"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149490.205.help.text
msgid "10^(<0)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149931.206.help.text
msgid "d, c, m, u, n, p, f, a, z, y"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3149589.207.help.text
msgid "10^(>0)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151248.208.help.text
msgid "e, h, k, M, G, T, P, E, Z, Y"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146125.209.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3146125.209.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153695.210.help.text
msgid "CONVERT_ADD(Number;From unit;To unit)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3147522.211.help.text
msgid "Number: the number to be converted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154472.212.help.text
msgid "From unit: the unit from which conversion is taking place."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3153790.213.help.text
msgid "To unit: the unit to which conversion is taking place."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3156270.214.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3156270.214.help.text\n"
"Examples:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3156336.215.help.text
msgid ""
"=CONVERT_ADD(10;\"HP\";\"PS\") returns, rounded to two decimal places, "
"10.14. 10 HP equal 10.14 PS."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154834.216.help.text
msgid ""
"=CONVERT_ADD(10;\"km\";\"mi\")returns, rounded to two decimal places, 6.21. "
"10 Kilometers equal 6.21 miles. The k is the permitted prefix character for "
"the factor 10^3."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#bm_id3147096.help.text
msgid "\\<bookmark_value\\>FACTDOUBLE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3147096.36.help.text
msgid "FACTDOUBLE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3151309.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_FACTDOUBLE\\\"\\>The result is the factorial "
"of the number with increments of 2.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154666.38.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154666.38.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3155121.39.help.text
msgid "FACTDOUBLE(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3158440.40.help.text
msgid ""
"Number: if the number is even, the following factorial is calculated: n*(N-"
"2)*(n-4)*...*4*2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3146076.41.help.text
msgid ""
"If the number is uneven, the following factorial is calculated: n*(N-2)*(n-"
"4)*...*3*1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154622.42.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060116.xhp#hd_id3154622.42.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060116.xhp#par_id3154116.43.help.text
msgid "=FACTDOUBLE(6) returns 48."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#tit.help.text\n"
"Financial Functions Part Three"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3146780.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3146780.1.help.text\n"
"Financial Functions Part Three"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3145112.help.text
msgid "\\<bookmark_value\\>ODDFPRICE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145112.71.help.text
msgid "ODDFPRICE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147250.72.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ODDFPRICE\\\"\\>Calculates the price per 100 "
"currency units par value of a security, if the first interest date falls "
"irregularly.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153074.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153074.73.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146098.74.help.text
msgid ""
"ODDFPRICE(Settlement;Maturity;Issue;First "
"coupon;Rate;Yield;Redemption;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153337.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153337.75.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149051.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149051.76.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147297.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147297.77.help.text\n"
"Issue: the date of issue of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150393.78.help.text
msgid "First coupon: the first interest date of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147402.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147402.79.help.text\n"
"Rate: the annual rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151387.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151387.80.help.text\n"
"Yield: the annual yield of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153023.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153023.81.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150539.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150539.82.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156402.83.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156402.83.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153018.84.help.text
msgid ""
"Settlement date: November 11 1999, maturity date: March 1 2012, issue date: "
"October 15 1999; First coupon: March 1 2000. Interest rate: 7.85 per cent, "
"yield: 6.25 per cent, redemption value: 100 currency units, frequency of "
"payments: half-yearly = 2, basis: = 1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159128.85.help.text
msgid ""
"The price per 100 currency units par value of a security, which has an "
"irregular first interest date, is calculated as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149150.86.help.text
msgid ""
""
"=ODDFPRICE(\"11/11/1999\";\"3/1/2012\";\"10/15/1999\";\"3/1/2000\";0.0785;0.06"
"25;100;2;1) returns 113.5985"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3157871.help.text
msgid "\\<bookmark_value\\>ODDFYIELD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3157871.87.help.text
msgid "ODDFYIELD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147414.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ODDFYIELD\\\"\\>Calculates the yield of a "
"security if the first interest date falls irregularly.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150651.89.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150651.89.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152982.90.help.text
msgid ""
"ODDFYIELD(Settlement;Maturity;Issue;First "
"coupon;Rate;Price;Redemption;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3157906.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3157906.91.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150026.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150026.92.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149012.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149012.93.help.text\n"
"Issue: the date of issue of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148725.94.help.text
msgid "First coupon: the first interest period of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150465.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150465.95.help.text\n"
"Rate: the annual rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146940.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146940.96.help.text\n"
"Price: the price of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149893.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149893.97.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148888.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148888.98.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148437.99.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148437.99.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153035.100.help.text
msgid ""
"Settlement date: January 25 1999, maturity date: January 1 2004, issue date: "
"January 18 1999; First coupon: July 15 1999. Interest rate: 5.75 per cent, "
"price: 84.50 currency units, redemption value: 100 currency units, frequency "
"of payments: half-yearly = 2, basis: = 0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150700.101.help.text
msgid ""
"The yield of the security, with an irregular date for the first coupon, is "
"calculated as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154548.102.help.text
msgid ""
"=ODDFYIELD(\"1/25/1999\";\"1/1/2004\"; \"1/18/1999\";\"7/15/1999\";0.0575; "
"84.50; 100;2;0) returns 0.097581 or 9.76%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3153933.help.text
msgid "\\<bookmark_value\\>ODDLPRICE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153933.103.help.text
msgid "ODDLPRICE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145145.104.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ODDLPRICE\\\"\\>Calculates the price per 100 "
"currency units par value of a security, if the last interest date falls "
"irregularly.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3152784.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3152784.105.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155262.106.help.text
msgid ""
"ODDLPRICE(Settlement;Maturity;Last "
"interest;Rate;Yield;Redemption;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149689.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149689.107.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148753.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148753.108.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150861.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150861.109.help.text\n"
"Last interest: the last interest date of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155831.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155831.110.help.text\n"
"Rate: the annual rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153328.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153328.111.help.text\n"
"Yield: the annual yield of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149186.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149186.112.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149726.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149726.113.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153111.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153111.114.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152999.115.help.text
msgid ""
"Settlement date: February 7 1999, maturity date: June 15 1999, last "
"interest: October 15 1998. Interest rate: 3.75 per cent, yield: 4.05 per "
"cent, redemption value: 100 currency units, frequency of payments: half-"
"yearly = 2, basis: = 0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148567.116.help.text
msgid ""
"The price per 100 currency units per value of a security, which has an "
"irregular last interest date, is calculated as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150332.117.help.text
msgid ""
"ODDLPRICE(\"2/7/1999\";\"6/15/1999\";\"10/15/1998\"; 0.0375; 0.0405;100;2;0) "
"returns 99.87829."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3153564.help.text
msgid "\\<bookmark_value\\>ODDLYIELD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153564.118.help.text
msgid "ODDLYIELD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3158002.119.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_ODDLYIELD\\\"\\>Calculates the yield of a "
"security if the last interest date falls irregularly.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147366.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147366.120.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150018.121.help.text
msgid ""
"ODDLYIELD(Settlement;Maturity;Last "
"interest;Rate;Price;Redemption;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159132.122.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159132.122.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150134.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150134.123.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145245.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145245.124.help.text\n"
"Last interest: the last interest date of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151014.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151014.125.help.text\n"
"Rate: the annual rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149003.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149003.126.help.text\n"
"Price: the price of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148880.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148880.127.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155622.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155622.128.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145303.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145303.129.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145350.130.help.text
msgid ""
"Settlement date: April 20 1999, maturity date: June 15 1999, last interest: "
"October 15 1998. Interest rate: 3.75 per cent, price: 99.875 currency units, "
"redemption value: 100 currency units, frequency of payments: half-yearly = "
"2, basis: = 0"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3157990.131.help.text
msgid ""
"The yield of the security, that has an irregular last interest date, is "
"calculated as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150572.132.help.text
msgid ""
"=ODDLYIELD(\"4/20/1999\";\"6/15/1999\"; \"10/15/1998\"; 0.0375; 99.875; "
"100;2;0) returns 0.044873 or 4.4873%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3148768.help.text
msgid ""
"\\<bookmark_value\\>calculating;variable declining "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>depreciations;variable "
"declining\\</bookmark_value\\>\\<bookmark_value\\>VDB "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148768.222.help.text
msgid "VDB"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154636.223.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VDB\\\"\\>Returns the depreciation of an asset for "
"a specified or partial period using a variable declining balance "
"method.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155519.224.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155519.224.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149025.225.help.text
msgid "VDB(Cost;Salvage;Life;S;End;Factor;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150692.226.help.text
msgid "Cost: the initial value of an asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155369.227.help.text
msgid "Salvage: the value of an asset at the end of the depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154954.228.help.text
msgid "Life: the depreciation duration of the asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152817.229.help.text
msgid ""
"S: the start of the depreciation. A must be entered in the same date unit as "
"the duration."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153221.230.help.text
msgid "End: the end of the depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147536.231.help.text
msgid ""
"Factor (optional): the depreciation factor. Factor=2 is double rate "
"depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154865.232.help.text
msgid ""
"Type (optional): Type=1 means a switch to linear depreciation. In Type=0 no "
"switch is made."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN10A0D.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN10A0D.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148429.233.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148429.233.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153927.234.help.text
msgid ""
"What is the declining-balance double-rate depreciation for a period if the "
"initial cost is 35,000 currency units and the value at the end of the "
"depreciation is 7,500 currency units. The depreciation period is 3 years. "
"The depreciation from the 10th to the 20th period is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155991.235.help.text
msgid ""
"VDB(35000;7500;36;10;20;2) = 8603.80 currency units. The depreciation during "
"the period between the 10th and the 20th period is 8,603.80 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3147485.help.text
msgid ""
"\\<bookmark_value\\>calculating;internal rates of "
"return\\</bookmark_value\\>\\<bookmark_value\\>internal rates of "
"return\\</bookmark_value\\>\\<bookmark_value\\>XIRR "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147485.193.help.text
msgid "XIRR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145614.194.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_XIRR\\\"\\>Calculates the internal rate of "
"return for a list of payments which take place on different "
"dates.\\</ahelp\\> The calculation is based on a 365 days per year basis, "
"ignoring leap years."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN10E62.help.text
msgid ""
"If the payments take place at regular intervals, use the IRR function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3146149.195.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3146149.195.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149826.196.help.text
msgid "XIRR(Values;Dates;Guess)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3163821.197.help.text
msgid ""
"Values and dates: a series of payments and the series of associated date "
"values. The first pair of dates defines the start of the payment plan. All "
"other date values must be later, but need not be in any order. The series of "
"values must contain at least one negative and one positive value (receipts "
"and deposits)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149708.198.help.text
msgid ""
"Guess (optional): a guess can be input for the internal rate of return. The "
"default is 10%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145085.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145085.199.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149273.200.help.text
msgid ""
"Calculation of the internal rate of return for the following five payments:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155838.305.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155838.305.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152934.306.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152934.306.help.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154638.307.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154638.307.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147083.308.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147083.308.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151187.309.help.text
msgid "01/01/01"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145212.201.help.text
msgid "-10000"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146856.202.help.text
msgid "Received"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153277.310.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153277.310.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154052.203.help.text
msgid "2/1/2001"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151297.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151297.204.help.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149985.205.help.text
msgid "Deposited"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154744.311.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154744.311.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153151.206.help.text
msgid "3/15/2001"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145657.207.help.text
msgid "2500"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155101.312.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155101.312.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146894.208.help.text
msgid "5/12/2001"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3143231.209.help.text
msgid "5000"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156012.313.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156012.313.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149758.210.help.text
msgid "8/10/2001"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147495.211.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147495.211.help.text\n"
"1000"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152793.212.help.text
msgid "=XIRR(B1:B5; A1:A5; 0.1) returns 0.1828."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3149198.help.text
msgid "\\<bookmark_value\\>XNPV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149198.213.help.text
msgid "XNPV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153904.214.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_XNPV\\\"\\>Calculates the capital value (net "
"present value)for a list of payments which take place on different "
"dates.\\</ahelp\\> The calculation is based on a 365 days per year basis, "
"ignoring leap years."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN11138.help.text
msgid ""
"If the payments take place at regular intervals, use the NPV function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155323.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155323.215.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150117.216.help.text
msgid "XNPV(Rate;Values;Dates)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153100.217.help.text
msgid "Rate: the internal rate of return for the payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155395.218.help.text
msgid ""
"Values and dates: a series of payments and the series of associated date "
"values. The first pair of dates defines the start of the payment plan. All "
"other date values must be later, but need not be in any order. The series of "
"values must contain at least one negative and one positive value (receipts "
"and deposits)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148832.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148832.219.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150525.220.help.text
msgid ""
"Calculation of the net present value for the above-mentioned five payments "
"for a notional internal rate of return of 6%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149910.221.help.text
msgid "=XNPV(0.06; B1:B5; A1:A5) returns 323.02."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3148822.help.text
msgid ""
"\\<bookmark_value\\>calculating;rates of "
"return\\</bookmark_value\\>\\<bookmark_value\\>RRI "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148822.237.help.text
msgid "RRI"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154293.238.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZGZ\\\"\\>Calculates the interest rate resulting "
"from the profit (return) of an investment.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148444.239.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148444.239.help.text\n"
"Syntax:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148804.240.help.text
msgid "RRI(P;PV;FV)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154901.241.help.text
msgid "P: the number of periods needed for calculating the interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159149.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159149.242.help.text\n"
"PV: the present (current) value. The cash value is the deposit of cash or "
"the current cash value of an allowance in kind. As a deposit value a "
"positive value must be entered; the deposit must not be 0 or <0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149771.243.help.text
msgid "FV: determines what is desired as the cash value of the deposit."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148941.244.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148941.244.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154212.245.help.text
msgid ""
"For four periods (years) and a cash value of 7,500 currency units, the "
"interest rate of the return is to be calculated if the future value is "
"10,000 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150775.246.help.text
msgid "RRI(4;7500;10000) = 7.46 %"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145413.247.help.text
msgid ""
"The interest rate must be 7.46 % so that 7,500 currency units will become "
"10,000 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3154267.help.text
msgid ""
"\\<bookmark_value\\>calculating;constant interest "
"rates\\</bookmark_value\\>\\<bookmark_value\\>constant interest "
"rates\\</bookmark_value\\>\\<bookmark_value\\>RATE "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3154267.249.help.text
msgid "RATE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151052.250.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZINS\\\"\\>Returns the constant interest rate per "
"period of an annuity.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3154272.251.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3154272.251.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3158423.252.help.text
msgid "RATE(NPER;PMT;PV;FV;Type;GUESS)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148910.253.help.text
msgid ""
"NPER: the total number of periods, during which payments are made (payment "
"period)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148925.254.help.text
msgid "PMT: the constant payment (annuity) paid during each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149160.255.help.text
msgid "PV: the cash value in the sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3166456.256.help.text
msgid ""
"FV (optional): the future value, which is reached at the end of the periodic "
"payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153243.257.help.text
msgid ""
"Type (optional): the due date of the periodic payment, either at the "
"beginning or at the end of a period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146949.258.help.text
msgid ""
"GUESS (optional): determines the estimated value of the interest with "
"iterative calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN10E2A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN10E2A.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149791.259.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149791.259.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150706.260.help.text
msgid ""
"What is the constant interest rate for a payment period of 3 periods if 10 "
"currency units are paid regularly and the present cash value is 900 currency "
"units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155586.261.help.text
msgid "RATE(3;10;900) = -121% The interest rate is therefore 121%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3149106.help.text
msgid "\\<bookmark_value\\>INTRATE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149106.60.help.text
msgid "INTRATE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149918.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_INTRATE\\\"\\>Calculates the annual interest "
"rate that results when a security (or other item) is purchased at an "
"investment value and sold at a redemption value. No interest is "
"paid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149974.62.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149974.62.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149800.63.help.text
msgid "INTRATE(Settlement;Maturity;Investment;Redemption;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148618.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148618.64.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148988.65.help.text
msgid "Maturity: the date on which the security is sold."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154604.66.help.text
msgid "Investment: the purchase price."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154337.67.help.text
msgid "Redemption: the selling price."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145380.68.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3145380.68.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149426.69.help.text
msgid ""
"A painting is bought on 1/15/1990 for 1 million and sold on 5/5/2002 for 2 "
"million. The basis is daily balance calculation (basis = 3). What is the "
"average annual level of interest?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151125.70.help.text
msgid ""
"=INTRATE(\"1/15/1990\"; \"5/5/2002\"; 1000000; 2000000; 3) returns 8.12%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3148654.help.text
msgid "\\<bookmark_value\\>COUPNCD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148654.163.help.text
msgid "COUPNCD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149927.164.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COUPNCD\\\"\\>Returns the date of the first "
"interest date after the settlement date. Format the result as a "
"date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153317.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153317.165.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150423.166.help.text
msgid "COUPNCD (Settlement;Maturity;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150628.167.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150628.167.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153536.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153536.168.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145313.169.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145313.169.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155424.170.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155424.170.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154794.171.help.text
msgid ""
"A security is purchased on 1.25.2001; the date of maturity is 11.15.2001. "
"Interest is paid half-yearly (frequency is 2). Using daily balance interest "
"calculation (basis 3) when is the next interest date?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159251.172.help.text
msgid "=COUPNCD(\"1.25.2001\"; \"11.15.2001\"; 2; 3) returns 5.15.2001."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3143281.help.text
msgid "\\<bookmark_value\\>COUPDAYS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3143281.143.help.text
msgid "COUPDAYS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149488.144.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COUPDAYS\\\"\\>Returns the number of days in "
"the current interest period in which the settlement date falls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148685.145.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148685.145.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149585.146.help.text
msgid "COUPDAYS(Settlement;Maturity;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152767.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152767.147.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151250.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151250.148.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146126.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146126.149.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153705.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153705.150.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147530.151.help.text
msgid ""
"A security is purchased on 1.25.2001; the date of maturity is 11.15.2001. "
"Interest is paid half-yearly (frequency is 2). Using daily balance interest "
"calculation (basis 3) how many days are there in the interest period in "
"which the settlement date falls?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156338.152.help.text
msgid "=COUPDAYS(\"1.25.2001\"; \"11.15.2001\"; 2; 3) returns 181."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3154832.help.text
msgid "\\<bookmark_value\\>COUPDAYSNC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3154832.153.help.text
msgid "COUPDAYSNC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147100.154.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COUPDAYSNC\\\"\\>Returns the number of days "
"from the settlement date until the next interest date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3151312.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3151312.155.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155121.156.help.text
msgid "COUPDAYSNC (Settlement;Maturity;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3158440.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3158440.157.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146075.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146075.158.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154620.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154620.159.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155604.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155604.160.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148671.161.help.text
msgid ""
"A security is purchased on 1.25.2001; the date of maturity is 11.15.2001. "
"Interest is paid half-yearly (frequency is 2). Using daily balance interest "
"calculation (basis 3) how many days are there until the next interest "
"payment?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156158.162.help.text
msgid "=COUPDAYSNC(\"1.25.2001\"; \"11.15.2001\"; 2; 3) returns 110."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3150408.help.text
msgid "\\<bookmark_value\\>COUPDAYBS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150408.133.help.text
msgid "COUPDAYBS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146795.134.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COUPDAYBS\\\"\\>Returns the number of days "
"from the first day of interest payment on a security until the settlement "
"date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156142.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156142.135.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159083.136.help.text
msgid "COUPDAYBS (Settlement;Maturity;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146907.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146907.137.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159390.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159390.138.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154414.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154414.139.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153880.140.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153880.140.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150592.141.help.text
msgid ""
"A security is purchased on 1.25.2001; the date of maturity is 11.15.2001. "
"Interest is paid half-yearly (frequency is 2). Using daily balance interest "
"calculation (basis 3) how many days is this?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151103.142.help.text
msgid "=COUPDAYBS(\"1.25.2001\"; \"11.15.2001\"; 2; 3) returns 71."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3152957.help.text
msgid "\\<bookmark_value\\>COUPPCD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3152957.183.help.text
msgid "COUPPCD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153678.184.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COUPPCD\\\"\\>Returns the date of the interest "
"date prior to the settlement date. Format the result as a date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156269.185.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156269.185.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153790.186.help.text
msgid "COUPPCD(Settlement;Maturity;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150989.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150989.187.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154667.188.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154667.188.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154569.189.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154569.189.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150826.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150826.190.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148968.191.help.text
msgid ""
"A security is purchased on 1.25.2001; the date of maturity is 11.15.2001. "
"Interest is paid half-yearly (frequency is 2). Using daily balance interest "
"calculation (basis 3) what was the interest date prior to purchase?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149992.192.help.text
msgid "=COUPPCD(\"1.25.2001\"; \"11.15.2001\"; 2; 3) returns 11.15.2000."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3150673.help.text
msgid "\\<bookmark_value\\>COUPNUM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150673.173.help.text
msgid "COUPNUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154350.174.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_COUPNUM\\\"\\>Returns the number of coupons "
"(interest payments) between the settlement date and the maturity "
"date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148400.175.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3148400.175.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153200.176.help.text
msgid "COUPNUM (Settlement;Maturity;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159406.177.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3159406.177.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155864.178.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155864.178.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154720.179.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154720.179.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149319.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149319.180.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152460.181.help.text
msgid ""
"A security is purchased on 1.25.2001; the date of maturity is 11.15.2001. "
"Interest is paid half-yearly (frequency is 2). Using daily balance interest "
"calculation (basis 3) how many interest dates are there?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150640.182.help.text
msgid "=COUPNUM(\"1.25.2001\"; \"11.15.2001\"; 2; 3) returns 2."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3149339.help.text
msgid "\\<bookmark_value\\>IPMT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149339.263.help.text
msgid "IPMT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154522.264.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZINSZ\\\"\\>Calculates the periodic amortizement "
"for an investment with regular payments and a constant interest "
"rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153266.265.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3153266.265.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151283.266.help.text
msgid "IPMT(Rate;Period;NPER;PV;FV;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147313.267.help.text
msgid "\\<emph\\>Rate\\</emph\\> is the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145158.268.help.text
msgid ""
"\\<emph\\>Period\\</emph\\> is the period, for which the compound interest "
"is calculated. Period=NPER if compound interest for the last period is "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147577.269.help.text
msgid ""
"\\<emph\\>NPER\\</emph\\> is the total number of periods, during which "
"annuity is paid."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156211.270.help.text
msgid ""
"\\<emph\\>PV\\</emph\\> is the present cash value in sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151213.271.help.text
msgid ""
"\\<emph\\>FV\\</emph\\> (optional) is the desired value (future value) at "
"the end of the periods."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154195.272.help.text
msgid "\\<emph\\>Type\\</emph\\> is the due date for the periodic payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN113F8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN113F8.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150102.273.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3150102.273.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149438.274.help.text
msgid ""
"What is the interest rate during the fifth period (year) if the constant "
"interest rate is 5% and the cash value is 15,000 currency units? The "
"periodic payment is seven years."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150496.275.help.text
msgid ""
"IPMT(5%;5;7;15000) = -352.97 currency units The compound interest during the "
"fifth period (year) is 352.97 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3151205.help.text
msgid ""
"\\<bookmark_value\\>calculating;future "
"values\\</bookmark_value\\>\\<bookmark_value\\>future "
"values\\</bookmark_value\\>\\<bookmark_value\\>FV "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3151205.277.help.text
msgid "FV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154140.278.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZW\\\"\\>Returns the future value of an investment "
"based on periodic, constant payments and a constant interest rate (Future "
"Value).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155178.279.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155178.279.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145215.280.help.text
msgid "FV(Rate; NPER; PMT; PV; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155136.281.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155136.281.help.text\n"
"Rate: the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156029.282.help.text
msgid "NPER: the total number of periods (payment period)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3151322.283.help.text
msgid "PMT: the annuity paid regularly per period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145256.284.help.text
msgid "PV (optional): the (present) cash value of an investment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150999.285.help.text
msgid ""
"Type (optional): defines whether the payment is due at the beginning or the "
"end of a period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN114D8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN114D8.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3146800.286.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3146800.286.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3146813.287.help.text
msgid ""
"What is the value at the end of an investment if the interest rate is 4% and "
"the payment period is two years, with a periodic payment of 750 currency "
"units. The investment has a present value of 2,500 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149302.288.help.text
msgid ""
"FV(4%;2;750;2500) = -4234.00 currency units. The value at the end of the "
"investment is 4234.00 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3155912.help.text
msgid "\\<bookmark_value\\>FVSCHEDULE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155912.51.help.text
msgid "FVSCHEDULE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3163726.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_FVSCHEDULE\\\"\\>Calculates the accumulated "
"value of the starting capital for a series of periodically varying interest "
"rates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149571.53.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3149571.53.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148891.54.help.text
msgid "FVSCHEDULE(Principal;Schedule)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148904.55.help.text
msgid "Principal: is the starting capital."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148562.56.help.text
msgid ""
"Schedule: a series of interest rates, for example, as a range H3:H5 or as a "
"(List) (see example)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147288.57.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147288.57.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3148638.58.help.text
msgid ""
"1000 currency units have been invested in for three years. The interest "
"rates were 3%, 4% and 5% per annum. What is the value after three years?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156358.59.help.text
msgid "=FVSCHEDULE(1000; {0.03; 0.04; 0.05}) returns 1124.76."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#bm_id3156435.help.text
msgid ""
"\\<bookmark_value\\>calculating;number of payment "
"periods\\</bookmark_value\\>\\<bookmark_value\\>payment periods;number "
"of\\</bookmark_value\\>\\<bookmark_value\\>number of payment "
"periods\\</bookmark_value\\>\\<bookmark_value\\>NPER "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3156435.290.help.text
msgid "NPER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3152363.291.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZZR\\\"\\>Returns the number of periods for an "
"investment based on periodic, constant payments and a constant interest "
"rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147216.292.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3147216.292.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155934.293.help.text
msgid "NPER(Rate;PMT;PV;FV;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155946.294.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3155946.294.help.text\n"
"Rate: the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3149042.295.help.text
msgid "PMT: the constant annuity paid in each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153134.296.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153134.296.help.text\n"
"PV: the present value (cash value) in a sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3154398.297.help.text
msgid ""
"FV (optional): the future value, which is reached at the end of the last "
"period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3145127.298.help.text
msgid ""
"Type (optional): the due date of the payment at the beginning or at the end "
"of the period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN1166C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060118.xhp#par_idN1166C.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155795.299.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060118.xhp#hd_id3155795.299.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3147378.300.help.text
msgid ""
"How many payment periods does a payment period cover with a periodic "
"interest rate of 6%, a periodic payment of 153.75 currency units and a "
"present cash value of 2.600 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3156171.301.help.text
msgid ""
"NPER(6%;153.75;2600) = -12,02. The payment period covers 12.02 periods."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3150309.314.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060115.xhp\\\" name=\\\"Back to Financial "
"Functions Part One\\\"\\>Back to Financial Functions Part One\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060118.xhp#par_id3153163.315.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060116.xhp\\\" name=\\\"Back to Financial "
"Functions Part Two\\\"\\>Back to Financial Functions Part Two\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#tit.help.text\n"
"Financial Functions Part Two"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149052.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149052.1.help.text\n"
"Financial Functions Part Two"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148742.343.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148742.343.help.text\n"
"\\<link href=\\\"text/scalc/01/04060103.xhp\\\" name=\\\"Back to Financial "
"Functions Part One\\\"\\>Back to Financial Functions Part One\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151341.344.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151341.344.help.text\n"
"\\<link href=\\\"text/scalc/01/04060118.xhp\\\" name=\\\"Forward to "
"Financial Functions Part Three\\\"\\>Forward to Financial Functions Part "
"Three\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3150026.help.text
msgid "\\<bookmark_value\\>PPMT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150026.238.help.text
msgid "PPMT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146942.239.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KAPZ\\\"\\>Returns for a given period the payment "
"on the principal for an investment that is based on periodic and constant "
"payments and a constant interest rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150459.240.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150459.240.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146878.241.help.text
msgid "PPMT(Rate;Period;NPER;PV;FV;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151228.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151228.242.help.text\n"
"Rate: the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148887.243.help.text
msgid ""
"Period: the amortizement period. P=1 for the first and P=NPER for the last "
"period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148436.244.help.text
msgid "NPER: the total number of periods during which annuity is paid."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153035.245.help.text
msgid "PV. the present value in the sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147474.246.help.text
msgid "FV (optional): the desired (future) value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3144744.247.help.text
msgid ""
"Type (optional): defines the due date. F=1 for payment at the beginning of a "
"period and F=0 for payment at the end of a period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_idN1067C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#par_idN1067C.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3148582.248.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3148582.248.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154811.249.help.text
msgid ""
"How high is the periodic monthly payment at an annual interest rate of 8.75% "
"over a period of 3 years? The cash value is 5,000 currency units and is "
"always paid at the beginning of a period. The future value is 8,000 currency "
"units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149246.250.help.text
msgid "PPMT(8.75%/12;1;36;5000;8000;1) = -350.99 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3146139.help.text
msgid ""
"\\<bookmark_value\\>calculating; total amortizement "
"rates\\</bookmark_value\\>\\<bookmark_value\\>total amortizement "
"rates\\</bookmark_value\\>\\<bookmark_value\\>CUMPRINC "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3146139.252.help.text
msgid "CUMPRINC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150140.253.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KUMKAPITAL\\\"\\>Returns the cumulative interest "
"paid for an investment period with a constant interest rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149188.254.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149188.254.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148733.255.help.text
msgid "CUMPRINC(Rate;NPER;PV;S;E;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150864.256.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150864.256.help.text\n"
"Rate: the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3166052.257.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3166052.257.help.text\n"
"NPER: the payment period with the total number of periods. NPER can also be "
"a non-integer value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150007.258.help.text
msgid "PV: the current value in the sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153112.259.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153112.259.help.text\n"
"S: the first period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146847.260.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146847.260.help.text\n"
"E: the last period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145167.261.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145167.261.help.text\n"
"Type: the due date of the payment at the beginning or end of each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154502.262.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154502.262.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153570.263.help.text
msgid ""
"What are the payoff amounts if the yearly interest rate is 5.5% for 36 "
"months? The cash value is 15,000 currency units. The payoff amount is "
"calculated between the 10th and 18th period. The due date is at the end of "
"the period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149884.264.help.text
msgid ""
"CUMPRINC(5.5%/12;36;15000;10;18;0) = -3669.74 currency units. The payoff "
"amount between the 10th and 18th period is 3669.74 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3150019.help.text
msgid "\\<bookmark_value\\>CUMPRINC_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150019.182.help.text
msgid "CUMPRINC_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145246.183.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_CUMPRINC\\\"\\> Calculates the cumulative "
"redemption of a loan in a period.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153047.184.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153047.184.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3157970.185.help.text
msgid "CUMPRINC_ADD(Rate;NPER;PV;Start period;End period;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145302.186.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145302.186.help.text\n"
"Rate: the interest rate for each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151017.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151017.187.help.text\n"
"NPER: the total number of payment periods. The rate and NPER must refer to "
"the same unit, and thus both be calculated annually or monthly."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155620.188.help.text
msgid "PV: the current value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145352.189.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145352.189.help.text\n"
"Start period: the first payment period for the calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3157986.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3157986.190.help.text\n"
"End period: the last payment period for the calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150570.191.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150570.191.help.text\n"
"Type: the maturity of a payment at the end of each period (Type = 0) or at "
"the start of the period (Type = 1)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150269.192.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150269.192.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148774.193.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148774.193.help.text\n"
"The following mortgage loan is taken out on a house:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150661.194.help.text
msgid ""
"Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years "
"(payment periods = 30 * 12 = 360), NPV: 125000 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155512.195.help.text
msgid ""
"How much will you repay in the second year of the mortgage (thus from "
"periods 13 to 24)?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149394.196.help.text
msgid "CUMPRINC_ADD(0.0075;360;125000;13;24;0) returns -934.1071"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149026.197.help.text
msgid "In the first month you will be repaying the following amount:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154636.198.help.text
msgid "CUMPRINC_ADD(0.0075;360;125000;1;1;0) returns -68.27827"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3155370.help.text
msgid ""
"\\<bookmark_value\\>calculating; accumulated "
"interests\\</bookmark_value\\>\\<bookmark_value\\>accumulated "
"interests\\</bookmark_value\\>\\<bookmark_value\\>CUMIPMT "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155370.266.help.text
msgid "CUMIPMT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3158411.267.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KUMZINSZ\\\"\\>Calculates the cumulative interest "
"payments, that is, the total interest, for an investment based on a constant "
"interest rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155814.268.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155814.268.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147536.269.help.text
msgid "CUMIPMT(Rate;NPER;pv;S;E;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150475.270.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150475.270.help.text\n"
"Rate: the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153921.271.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153921.271.help.text\n"
"NPER: the payment period with the total number of periods. NPER can also be "
"a non-integer value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153186.272.help.text
msgid "pv: the current value in the sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156259.273.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156259.273.help.text\n"
"S: the first period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155990.274.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155990.274.help.text\n"
"E: the last period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149777.275.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149777.275.help.text\n"
"Type: the due date of the payment at the beginning or end of each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153723.276.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153723.276.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147478.277.help.text
msgid ""
"What are the interest payments at a yearly interest rate of 5.5 %, a payment "
"period of monthly payments for 2 years and a current cash value of 5,000 "
"currency units? The start period is the 4th and the end period is the 6th "
"period. The payment is due at the beginning of each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149819.278.help.text
msgid ""
"CUMIPMT(5.5%/12;24;5000;4;6;1) = -57.54 currency units. The interest "
"payments for between the 4th and 6th period are 57.54 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3083280.help.text
msgid "\\<bookmark_value\\>CUMIPMT_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3083280.165.help.text
msgid "CUMIPMT_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3152482.166.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_CUMIPMT\\\"\\>Calculates the accumulated "
"interest for a period.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149713.167.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149713.167.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145087.168.help.text
msgid "CUMIPMT_ADD(Rate;NPER;Pv;Start period;End period;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149277.169.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149277.169.help.text\n"
"Rate: the interest rate for each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149270.170.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149270.170.help.text\n"
"NPER: the total number of payment periods. The rate and NPER must refer to "
"the same unit, and thus both be calculated annually or monthly."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3152967.171.help.text
msgid "Pv: the current value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156308.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156308.172.help.text\n"
"Start period: the first payment period for the calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149453.173.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149453.173.help.text\n"
"End period: the last payment period for the calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150962.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150962.174.help.text\n"
"Type: the maturity of a payment at the end of each period (Type = 0) or at "
"the start of the period (Type = 1)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152933.175.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152933.175.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156324.176.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156324.176.help.text\n"
"The following mortgage loan is taken out on a house:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147566.177.help.text
msgid ""
"Rate: 9.00 per cent per annum (9% / 12 = 0.0075), Duration: 30 years (NPER = "
"30 * 12 = 360), Pv: 125000 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151272.178.help.text
msgid ""
"How much interest must you pay in the second year of the mortgage (thus from "
"periods 13 to 24)?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156130.179.help.text
msgid "=CUMIPMT_ADD(0.0075;360;125000;13;24;0) returns -11135.23."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150764.180.help.text
msgid "How much interest must you pay in the first month?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146857.181.help.text
msgid "=CUMIPMT_ADD(0.0075;360;125000;1;1;0) returns -937.50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3150878.help.text
msgid "\\<bookmark_value\\>PRICE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150878.9.help.text
msgid "PRICE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153210.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_PRICE\\\"\\>Calculates the market value of a "
"fixed interest security with a par value of 100 currency units as a function "
"of the forecast yield.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154646.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154646.11.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3152804.12.help.text
msgid "PRICE(Settlement;Maturity;Rate;Yield;Redemption;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156121.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156121.13.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149983.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149983.14.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153755.15.help.text
msgid "Rate: the annual nominal rate of interest (coupon interest rate)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155999.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155999.16.help.text\n"
"Yield: the annual yield of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156114.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156114.17.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155846.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155846.18.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153148.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153148.19.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150260.20.help.text
msgid ""
"A security is purchased on 2/15/1999; the maturity date is 11/15/2007. The "
"nominal rate of interest is 5.75%. The yield is 6.5%. The redemption value "
"is 100 currency units. Interest is paid half-yearly (frequency is 2). With "
"calculation on basis 0 the price is as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147273.21.help.text
msgid ""
"=PRICE(\"2/15/1999\"; \"11/15/2007\"; 0.0575; 0.065; 100; 2; 0) returns "
"95.04287."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3151297.help.text
msgid "\\<bookmark_value\\>PRICEDISC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3151297.22.help.text
msgid "PRICEDISC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155100.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_PRICEDISC\\\"\\>Calculates the price per 100 "
"currency units of par value of a non-interest- bearing security.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149294.24.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149294.24.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146084.25.help.text
msgid "PRICEDISC(Settlement;Maturity;Discount;Redemption;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159179.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159179.26.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154304.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154304.27.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156014.28.help.text
msgid "Discount: the discount of a security as a percentage."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147489.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147489.29.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152794.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152794.30.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149198.31.help.text
msgid ""
"A security is purchased on 2/15/1999; the maturity date is 3/1/1999. "
"Discount in per cent is 5.25%. The redemption value is 100. When calculating "
"on basis 2 the price discount is as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151178.32.help.text
msgid ""
"=PRICEDISC(\"2/15/1999\"; \"3/1/1999\"; 0.0525; 100; 2) returns 99.79583."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3154693.help.text
msgid "\\<bookmark_value\\>PRICEMAT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154693.33.help.text
msgid "PRICEMAT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153906.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_PRICEMAT\\\"\\>Calculates the price per 100 "
"currency units of par value of a security, that pays interest on the "
"maturity date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154933.35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154933.35.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155393.36.help.text
msgid "PRICEMAT(Settlement;Maturity;Issue;Rate;Yield;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153102.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153102.37.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150530.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150530.38.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149903.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149903.39.help.text\n"
"Issue: the date of issue of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148828.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148828.40.help.text\n"
"Rate: the interest rate of the security on the issue date."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146993.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146993.41.help.text\n"
"Yield: the annual yield of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150507.42.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150507.42.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154289.43.help.text
msgid ""
"Settlement date: February 15 1999, maturity date: April 13 1999, issue date: "
"November 11 1998. Interest rate: 6.1 per cent, yield: 6.1 per cent, basis: "
"30/360 = 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154905.44.help.text
msgid "The price is calculated as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3158409.45.help.text
msgid ""
"=PRICEMAT(\"2/15/1999\";\"4/13/1999\";\"11/11/1998\"; 0.061; 0.061;0) "
"returns 99.98449888."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3148448.help.text
msgid ""
"\\<bookmark_value\\>calculating; "
"durations\\</bookmark_value\\>\\<bookmark_value\\>durations; "
"calculating\\</bookmark_value\\>\\<bookmark_value\\>DURATION "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3148448.280.help.text
msgid "DURATION"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153056.281.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LAUFZEIT\\\"\\>Calculates the number of periods "
"required by an investment to attain the desired value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3145421.282.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3145421.282.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148933.283.help.text
msgid "DURATION(Rate;PV;FV)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148801.284.help.text
msgid ""
"Rate: a constant. The interest rate is to be calculated for the entire "
"duration (duration period). The interest rate per period is calculated by "
"dividing the interest rate by the calculated duration. The internal rate for "
"an annuity is to be entered as Rate/12."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147239.285.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147239.285.help.text\n"
"PV: the present (current) value. The cash value is the deposit of cash or "
"the current cash value of an allowance in kind. As a deposit value a "
"positive value must be entered; the deposit must not be 0 or <0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147515.286.help.text
msgid ""
"FV: the expected value. The future value determines the desired (future) "
"value of the deposit."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153579.287.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153579.287.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148480.288.help.text
msgid ""
"At an interest rate of 4.75%, a cash value of 25,000 currency units and a "
"future value of 1,000,000 currency units, a duration of 79.49 payment "
"periods is returned. The periodic payment is the resulting quotient from the "
"future value and the duration, in this case 1,000,000/79.49=12,850.20."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3148912.help.text
msgid ""
"\\<bookmark_value\\>calculating;linear "
"depreciations\\</bookmark_value\\>\\<bo"
"okmark_value\\>depreciations;linear\\</"
"bookmark_value\\>\\<bookmark_value\\>linear "
"depreciations\\</bookmark_value\\>\\<bookmark_value\\>SLN "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3148912.290.help.text
msgid "SLN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149154.291.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LIA\\\"\\>Returns the straight-line depreciation "
"of an asset for one period.\\</ahelp\\>The amount of the depreciation is "
"constant during the depreciation period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153240.292.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153240.292.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3166456.293.help.text
msgid "SLN(COST; SALVAGE; LIFE)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146955.294.help.text
msgid "COST: the initial cost of an asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149796.295.help.text
msgid "SALVAGE: the value of an asset at the end of the depreciation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3166444.296.help.text
msgid ""
"LIFE: the depreciation period determining the number of periods in the "
"depreciation of the asset."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155579.297.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155579.297.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154098.298.help.text
msgid ""
"Office equipment with an initial cost of 50,000 currency units is to be "
"depreciated over 7 years. The value at the end of the depreciation is to be "
"3,500 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153390.299.help.text
msgid ""
"SLN(50000;3,500;84) = 553.57 currency units. The periodic monthly "
"depreciation of the office equipment is 553.57 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3153739.help.text
msgid "\\<bookmark_value\\>MDURATION function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153739.217.help.text
msgid "MDURATION"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149923.218.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_MDURATION\\\"\\>Calculates the modified "
"Macauley duration of a fixed interest security in years.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149964.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149964.219.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148987.220.help.text
msgid "MDURATION(Settlement;Maturity;Coupon;Yield;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148619.221.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148619.221.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149805.222.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149805.222.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154338.223.help.text
msgid "Coupon: the annual nominal rate of interest (coupon interest rate)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148466.224.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148466.224.help.text\n"
"Yield: the annual yield of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149423.225.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149423.225.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154602.226.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154602.226.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148652.227.help.text
msgid ""
"A security is purchased on 1/1/2001; the maturity date is 1/1/2006. The "
"nominal rate of interest is 8%. The yield is 9.0%. Interest is paid half-"
"yearly (frequency is 2). Using daily balance interest calculation (basis 3) "
"how long is the modified duration?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145378.228.help.text
msgid "=MDURATION(\"1/1/2001\"; \"1/1/2006\"; 0.08; 0.09; 2; 3)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3149242.help.text
msgid ""
"\\<bookmark_value\\>calculating;net present "
"values\\</bookmark_value\\>\\<bookmark_value\\>net present "
"values\\</bookmark_value\\>\\<bookmark_value\\>NPV "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149242.301.help.text
msgid "NPV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145308.302.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NBW\\\"\\>Returns the net present value of an "
"investment based on a series of periodic cash flows and a discount "
"rate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149937.303.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149937.303.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153321.304.help.text
msgid "NPV(RATE;Value 1;Value 2;...)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150630.305.help.text
msgid "RATE: the discount rate for a period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150427.306.help.text
msgid ""
"Value1;... are up to 30 values, which represent deposits or withdrawals."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153538.307.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153538.307.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154800.308.help.text
msgid ""
"What is the net present value of periodic payments in hundreds of 345, 276 "
"and -145 currency units with a discount rate of 8.75%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3143270.309.help.text
msgid ""
"NPV(8.75%;345;276;-145) = 437.87 currency units. The net present value is "
"therefore 437.87 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3149484.help.text
msgid ""
"\\<bookmark_value\\>calculating;nominal interest "
"rates\\</bookmark_value\\>\\<bookmark_value\\>nominal interest "
"rates;calculating\\</bookmark_value\\>\\<bookmark_value\\>NOMINAL "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149484.311.help.text
msgid "NOMINAL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149596.312.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NOMINAL\\\"\\>Calculates the yearly nominal "
"interest rate, given the effective rate and the number of compounding "
"periods per year.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3151252.313.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3151252.313.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3152769.314.help.text
msgid "NOMINAL(EFFECT_RATE;NPERY)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147521.315.help.text
msgid "EFFECT_RATE: the effective interest rate"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156334.316.help.text
msgid "NPERY: the number of periodic interest payments per year."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154473.317.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154473.317.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147091.318.help.text
msgid ""
"What is the nominal interest per year for an effective interest rate of "
"13.5% if twelve payments are made per year."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154831.319.help.text
msgid ""
"NOMINAL(13.5%;12) = 12.73%. The nominal interest rate per year is 12.73%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3155123.help.text
msgid "\\<bookmark_value\\>NOMINAL_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155123.229.help.text
msgid "NOMINAL_ADD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148671.230.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_NOMINAL\\\"\\>Calculates the annual nominal "
"rate of interest on the basis of the effective rate and the number of "
"interest payments per annum.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155611.231.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155611.231.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156157.232.help.text
msgid "NOMINAL_ADD(Effective rate;Npery)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153777.233.help.text
msgid "Effective rate: the effective annual rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150409.234.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150409.234.help.text\n"
"Npery: the number of interest payments per year."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3146789.235.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3146789.235.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145777.236.help.text
msgid ""
"What is the nominal rate of interest for a 5.3543% effective rate of "
"interest and quarterly payment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156146.237.help.text
msgid "=NOMINAL_ADD(5.3543%; 4) returns 0.0525 or 5.25%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3159087.help.text
msgid "\\<bookmark_value\\>DOLLARFR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3159087.208.help.text
msgid "DOLLARFR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150593.209.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DOLLARFR\\\"\\>Converts a quotation that has "
"been given as a decimal number into a mixed decimal fraction.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3151106.210.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3151106.210.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3152959.211.help.text
msgid "DOLLARFR (Decimal dollar;Fraction)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149558.212.help.text
msgid "Decimal dollar: a decimal number."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153672.213.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153672.213.help.text\n"
"Fraction: a whole number that is used as the denominator of the decimal "
"fraction."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3156274.214.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3156274.214.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153795.215.help.text
msgid ""
"=DOLLARFR(1.125;16) converts into sixteenths. The result is 1.02 for 1 plus "
"2/16."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150995.216.help.text
msgid ""
"=DOLLARFR(1.125;8) converts into eighths. The result is 1.1 for 1 plus 1/8."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3154671.help.text
msgid ""
"\\<bookmark_value\\>fractions; "
"converting\\</bookmark_value\\>\\<bookmark_value\\>DOLLARDE "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154671.199.help.text
msgid "DOLLARDE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154418.200.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_DOLLARDE\\\"\\>Converts a quotation that has "
"been given as a decimal fraction into a decimal number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3146124.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3146124.201.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150348.202.help.text
msgid "DOLLARDE(Fractional dollar;Fraction)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154111.203.help.text
msgid "Fractional dollar: a number given as a decimal fraction."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153695.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153695.204.help.text\n"
"Fraction: a whole number that is used as the denominator of the decimal "
"fraction."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153884.205.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153884.205.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150941.206.help.text
msgid "=DOLLARDE (1.02;16) stands for 1 and 2/16. This returns 1.125."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150830.207.help.text
msgid "=DOLLARDE (1.1;8) stands for 1 and 1/8. This returns 1.125."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3148974.help.text
msgid ""
"\\<bookmark_value\\>calculating;modified internal rates of "
"return\\</bookmark_value\\>\\<bookmark_value\\>modified internal rates of "
"return\\</bookmark_value\\>\\<bookmark_value\\>MIRR "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3148974.321.help.text
msgid "MIRR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155497.322.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_QIKV\\\"\\>Calculates the modified internal rate "
"of return of a series of investments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154354.323.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154354.323.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148399.324.help.text
msgid "MIRR(Values; investment; reinvest_rate)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155896.325.help.text
msgid ""
"Values:corresponds to the array or the cell reference for cells whose "
"content corresponds to the payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149998.326.help.text
msgid ""
"investment:the rate of interest of the investments (the negative values of "
"the array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159408.327.help.text
msgid ""
"reinvest_rate:the rate of interest of the reinvestment (the positive values "
"of the array)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154714.328.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154714.328.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147352.329.help.text
msgid ""
"Assuming a cell content of A1=-5, A2=10, A3=15, and A4=8, and an investment "
"value of 0.5 and a reinvestment value of 0.1, the result is 94.16%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3149323.help.text
msgid "\\<bookmark_value\\>YIELD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149323.129.help.text
msgid "YIELD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150643.130.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_YIELD\\\"\\>Calculates the yield of a "
"security.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149344.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149344.131.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149744.132.help.text
msgid "YIELD(Settlement;Maturity;Rate;Price;Redemption;Frequency;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154526.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154526.133.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153266.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153266.134.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151284.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151284.135.help.text\n"
"Rate: the annual rate of interest."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147314.136.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147314.136.help.text\n"
"Price: the price (purchase price) of the security per 100 currency units of "
"par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145156.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145156.137.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159218.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159218.138.help.text\n"
"Frequency: number of interest payments per year (1, 2 or 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3147547.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3147547.139.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151214.140.help.text
msgid ""
"A security is purchased on 2/15/1999. It matures on 11/15/2007. The rate of "
"interest is 5.75%. The price is 95.04287 currency units per 100 units of par "
"value, the redemption value is 100 units. Interest is paid half-yearly "
"(frequency = 2) and the basis is 0. How high is the yield?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154194.141.help.text
msgid ""
"=YIELD(\"2/15/1999\"; \"11/15/2007\"; 0.0575 ;95.04287; 100; 2; 0) returns "
"0.065 or 6.5 per cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3150100.help.text
msgid "\\<bookmark_value\\>YIELDDISC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150100.142.help.text
msgid "YIELDDISC"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150486.143.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_YIELDDISC\\\"\\>Calculates the annual yield of "
"a non-interest-bearing security.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149171.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149171.144.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159191.145.help.text
msgid "YIELDDISC(Settlement;Maturity;Price;Redemption;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150237.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150237.146.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146924.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146924.147.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151201.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151201.148.help.text\n"
"Price: the price (purchase price) of the security per 100 currency units of "
"par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156049.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156049.149.help.text\n"
"Redemption: the redemption value per 100 currency units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154139.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3154139.150.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3163815.151.help.text
msgid ""
"A non-interest-bearing security is purchased on 2/15/1999. It matures on "
"3/1/1999. The price is 99.795 currency units per 100 units of par value, the "
"redemption value is 100 units. The basis is 2. How high is the yield?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155187.152.help.text
msgid ""
"=YIELDDISC(\"2/15/1999\"; \"3/1/1999\"; 99.795; 100; 2) returns 0.052823 or "
"5.2823 per cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3155140.help.text
msgid "\\<bookmark_value\\>YIELDMAT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155140.153.help.text
msgid "YIELDMAT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151332.154.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_YIELDMAT\\\"\\>Calculates the annual yield of "
"a security, the interest of which is paid on the date of "
"maturity.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3159100.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3159100.155.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3159113.156.help.text
msgid "YIELDMAT(Settlement;Maturity;Issue;Rate;Price;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149309.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149309.157.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151381.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151381.158.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153302.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153302.159.help.text\n"
"Issue: the date of issue of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147140.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147140.160.help.text\n"
"Rate: the interest rate of the security on the issue date."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151067.161.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3151067.161.help.text\n"
"Price: the price (purchase price) of the security per 100 currency units of "
"par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155342.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155342.162.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3163717.163.help.text
msgid ""
"A security is purchased on 3/15/1999. It matures on 11/3/1999. The issue "
"date was 11/8/1998. The rate of interest is 6.25%, the price is 100.0123 "
"units. The basis is 0. How high is the yield?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155311.164.help.text
msgid ""
"=YIELDMAT(\"3/15/1999\"; \"11/3/1999\"; \"11/8/1998\"; 0.0625; 100.0123; 0) "
"returns 0.060954 or 6.0954 per cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3149577.help.text
msgid ""
""
"\\<bookmark_value\\>calculating;annuities\\</bookmark_value\\>\\<bookmark_valu"
"e\\>annuities\\</bookmark_value\\>\\<bookmark_value\\>PMT "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149577.330.help.text
msgid "PMT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148563.331.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RMZ\\\"\\>Returns the periodic payment for an "
"annuity with constant interest rates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3145257.332.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3145257.332.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147278.333.help.text
msgid "PMT(Rate; NPER; PV; FV; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147291.334.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3147291.334.help.text\n"
"Rate: the periodic interest rate."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148641.335.help.text
msgid "NPER: the number of periods in which annuity is paid."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156360.336.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156360.336.help.text\n"
"PV: the present value (cash value) in a sequence of payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154920.337.help.text
msgid ""
"FV (optional): the desired value (future value) to be reached at the end of "
"the periodic payments."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156434.338.help.text
msgid ""
"Type (optional): the due date for the periodic payments. Type=1 is payment "
"at the beginning and Type=0 is payment at the end of each period."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_idN11645.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#par_idN11645.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152358.339.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152358.339.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154222.340.help.text
msgid ""
"What are the periodic payments at a yearly interest rate of 1.99% if the "
"payment time is 3 years and the cash value is 25,000 currency units. There "
"are 36 months as 36 payment periods, and the interest rate per payment "
"period is 1.99%/12."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155943.341.help.text
msgid ""
"PMT(1.99%/12;36;25000) = -715.96 currency units. The periodic monthly "
"payment is therefore 715.96 currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3155799.help.text
msgid "\\<bookmark_value\\>TBILLEQ function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155799.58.help.text
msgid "TBILLEQ"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3154403.help.text
msgid "\\<bookmark_value\\>treasury bill\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154403.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_TBILLEQ\\\"\\>Calculates the annual return on "
"a treasury bill ().\\</ahelp\\> A treasury bill is purchased on the "
"settlement date and sold at the full par value on the maturity date, that "
"must fall within the same year. A discount is deducted from the purchase "
"price."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155080.60.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3155080.60.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150224.61.help.text
msgid "TBILLEQ(Settlement;Maturity;Discount)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156190.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156190.62.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153827.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153827.63.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150310.64.help.text
msgid "Discount: the percentage discount on acquisition of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150324.65.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3150324.65.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153173.66.help.text
msgid ""
"Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9.14 "
"per cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3153520.67.help.text
msgid ""
"The return on the treasury bill corresponding to a security is worked out as "
"follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154382.68.help.text
msgid ""
"=TBILLEQ(\"3/31/99\";\"6/1/99\"; 0.0914) returns 0.094151 or 9.4151 per cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3151032.help.text
msgid "\\<bookmark_value\\>TBILLPRICE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3151032.69.help.text
msgid "TBILLPRICE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3157887.70.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_TBILLPRICE\\\"\\>Calculates the price of a "
"treasury bill per 100 currency units.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3156374.71.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3156374.71.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3150284.72.help.text
msgid "TBILLPRICE(Settlement;Maturity;Discount)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154059.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154059.73.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154073.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154073.74.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145765.75.help.text
msgid "Discount: the percentage discount upon acquisition of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153373.76.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3153373.76.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3155542.77.help.text
msgid ""
"Settlement date: March 31 1999, maturity date: June 1 1999, discount: 9 per "
"cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154578.78.help.text
msgid "The price of the treasury bill is worked out as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3154592.79.help.text
msgid "=TBILLPRICE(\"3/31/99\";\"6/1/99\"; 0.09) returns 98.45."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#bm_id3152912.help.text
msgid "\\<bookmark_value\\>TBILLYIELD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3152912.80.help.text
msgid "TBILLYIELD"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145560.81.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_TBILLYIELD\\\"\\>Calculates the yield of a "
"treasury bill.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3145578.82.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3145578.82.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156077.83.help.text
msgid "TBILLYIELD(Settlement;Maturity;Price)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156091.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3156091.84.help.text\n"
"Settlement: the date of purchase of the security."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3157856.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3157856.85.help.text\n"
"Maturity: the date on which the security matures (expires)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3149627.86.help.text
msgid ""
"Price: the price (purchase price) of the treasury bill per 100 currency "
"units of par value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149642.87.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060119.xhp#hd_id3149642.87.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145178.88.help.text
msgid ""
"Settlement date: March 31 1999, maturity date: June 1 1999, price: 98.45 "
"currency units."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3145193.89.help.text
msgid "The yield of the treasury bill is worked out as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148528.90.help.text
msgid ""
"=TBILLYIELD(\"3/31/99\";\"6/1/99\"; 98.45) returns 0.091417 or 9.1417 per "
"cent."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148546.345.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3148546.345.help.text\n"
"\\<link href=\\\"text/scalc/01/04060103.xhp\\\" name=\\\"Back to Financial "
"Functions Part One\\\"\\>Back to Financial Functions Part One\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146762.346.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060119.xhp#par_id3146762.346.help.text\n"
"\\<link href=\\\"text/scalc/01/04060118.xhp\\\" name=\\\"Forward to "
"Financial Functions Part Three\\\"\\>Forward to Financial Functions Part "
"Three\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#tit.help.text
msgid "Statistical Functions Part One"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146320.1.help.text
msgid ""
"\\<variable id=\\\"ae\\\"\\>\\<link "
"href=\\\"text/scalc/01/04060181.xhp\\\"\\>Statistical Functions Part "
"One\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3145632.help.text
msgid "\\<bookmark_value\\>INTERCEPT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3145632.2.help.text
msgid "INTERCEPT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3146887.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ACHSENABSCHNITT\\\"\\>Calculates the point at "
"which a line will intersect the y-values by using known x-values and y-"
"values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150374.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150374.4.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149718.5.help.text
msgid "INTERCEPT(data_Y; data_X)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149947.6.help.text
msgid ""
"\\<emph\\>Data_Y\\</emph\\> is the dependent set of observations or data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3147412.7.help.text
msgid ""
"\\<emph\\>Data_X\\</emph\\> is the independent set of observations or data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3152983.8.help.text
msgid ""
"Names, arrays or references containing numbers must be used here. Numbers "
"can also be entered directly."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3157906.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3157906.9.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148728.10.help.text
msgid ""
"To calculate the intercept, use cells D3:D9 as the y value and C3:C9 as the "
"x value from the example spreadsheet. Input will be as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149013.11.help.text
msgid "INTERCEPT(D3:D9;C3:C9) = 2.15."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3148437.help.text
msgid "\\<bookmark_value\\>COUNT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148437.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148437.13.help.text\n"
"COUNT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150700.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ANZAHL\\\"\\>Counts how many numbers are in the "
"list of arguments.\\</ahelp\\> Text entries are ignored."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3153930.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3153930.15.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148585.16.help.text
msgid "COUNT(value1; value2; ... value30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3155827.17.help.text
msgid ""
"\\<emph\\>Value1; value2, ...\\</emph\\> are 1 to 30 values or ranges "
"representing the values to be counted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3149254.18.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3149254.18.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149953.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149953.19.help.text\n"
"The entries \\<emph\\>2, 4, 6\\</emph\\> and \\<emph\\>eight\\</emph\\> in "
"the \\<emph\\>value 1 - 4\\</emph\\> fields are to be counted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154558.20.help.text
msgid ""
"COUNT(2;4;6;\"eight\") = 3. The count of numbers is therefore "
"\\<emph\\>3\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3149729.help.text
msgid "\\<bookmark_value\\>COUNTA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3149729.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3149729.22.help.text\n"
"COUNTA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150142.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ANZAHL2\\\"\\>Counts how many values are in the "
"list of arguments.\\</ahelp\\> Text entries are also counted, even when they "
"contain an empty string of length 0. If an argument is an array or "
"reference, empty cells within the array or reference are ignored."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148573.24.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148573.24.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153111.25.help.text
msgid "COUNTA(value1; value2; ... value30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150001.26.help.text
msgid ""
"\\<emph\\>value1; value2, ...\\</emph\\> are 1 to 30 arguments representing "
"the values to be counted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150334.27.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150334.27.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154508.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154508.28.help.text\n"
"The entries \\<emph\\>2, 4, 6\\</emph\\> and \\<emph\\>eight\\</emph\\> in "
"the \\<emph\\>value 1 - 4\\</emph\\> fields are to be counted."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3158000.29.help.text
msgid ""
"COUNTA(2;4;6;\"eight\") = 4. The count of values is therefore "
"\\<emph\\>4\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3150267.help.text
msgid "\\<bookmark_value\\>B function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150267.31.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150267.31.help.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156061.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_B\\\"\\>Returns the probability of a sample with "
"binomial distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150659.33.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150659.33.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148392.34.help.text
msgid "B(trials;SP;T_1;T_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149002.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149002.35.help.text\n"
"\\<emph\\>Trials\\</emph\\> is the number of independent trials."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148875.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148875.36.help.text\n"
"\\<emph\\>SP\\</emph\\> is the probability of success on each trial."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3145352.37.help.text
msgid ""
"\\<emph\\>T_1\\</emph\\> defines the lower limit for the number of trials."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149538.38.help.text
msgid ""
"\\<emph\\>T_2\\</emph\\> (optional) defines the upper limit for the number "
"of trials."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148768.39.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148768.39.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154633.40.help.text
msgid ""
"What is the probability with ten throws of the dice, that a six will come up "
"exactly twice? The probability of a six (or any other number) is 1/6. The "
"following formula combines these factors:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149393.41.help.text
msgid "=B(10; 1/6; 2) returns a probability of 29%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3158416.help.text
msgid ""
"\\<bookmark_value\\>RSQ "
"function\\</bookmark_value\\>\\<bookmark_value\\>determination "
"coefficients\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3158416.43.help.text
msgid "RSQ"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154949.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BESTIMMTHEITSMASS\\\"\\>Returns the square of the "
"Pearson correlation coefficient based on the given values.\\</ahelp\\> RSQ "
"(also called determination coefficient) is a measure for the accuracy of an "
"adjustment and can be used to produce a regression analysis."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3152820.45.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3152820.45.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3155822.46.help.text
msgid "RSQ(Data_Y; Data_X)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150470.47.help.text
msgid "\\<emph\\>Data_Y\\</emph\\> is an array or range of data points."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153181.48.help.text
msgid "\\<emph\\>Data_X\\</emph\\> is an array or range of data points."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3156258.49.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3156258.49.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3155991.50.help.text
msgid ""
"=RSQ(A1:A20; B1:B20) calculates the correlation coefficient for both data "
"sets in columns A and B."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3145620.help.text
msgid "\\<bookmark_value\\>BETAINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3145620.52.help.text
msgid "BETAINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149825.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BETAINV\\\"\\>Returns the inverse of the "
"cumulative beta probability density function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3152479.54.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3152479.54.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156300.55.help.text
msgid "BETAINV(Number;Alpha;Beta;Start;End)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149266.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149266.56.help.text\n"
"\\<emph\\>Number\\</emph\\> is the value between \\<emph\\>Start\\</emph\\> "
"and \\<emph\\>End\\</emph\\> at which to evaluate the function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149710.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149710.57.help.text\n"
"\\<emph\\>Alpha\\</emph\\> is a parameter to the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156306.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156306.58.help.text\n"
"\\<emph\\>Beta\\</emph\\> is a parameter to the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150960.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150960.59.help.text\n"
"\\<emph\\>Start\\</emph\\> (optional) is the lower bound for "
"\\<emph\\>number\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3151268.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3151268.60.help.text\n"
"\\<emph\\>End\\</emph\\> (optional) is the upper bound for "
"\\<emph\\>number\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_idN109DF.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#par_idN109DF.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3147077.61.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3147077.61.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3146859.62.help.text
msgid "=BETAINV(0.5; 5; 10) returns the value 0.33."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3156096.help.text
msgid "\\<bookmark_value\\>BETADIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3156096.64.help.text
msgid "BETADIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150880.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BETAVERT\\\"\\>Returns the cumulative beta "
"probability density function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150762.66.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150762.66.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3147571.67.help.text
msgid "BETADIST(Number;Alpha;Beta;Start;End)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156317.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156317.68.help.text\n"
"\\<emph\\>Number\\</emph\\> is the value between \\<emph\\>Start\\</emph\\> "
"and \\<emph\\>End\\</emph\\> at which to evaluate the function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156107.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156107.69.help.text\n"
"\\<emph\\>Alpha\\</emph\\> is a parameter to the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153619.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153619.70.help.text\n"
"\\<emph\\>Beta\\</emph\\> is a parameter to the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150254.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150254.71.help.text\n"
"\\<emph\\>Start\\</emph\\> (optional) is the lower bound for "
"\\<emph\\>number\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149138.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149138.72.help.text\n"
"\\<emph\\>End\\</emph\\> (optional) is the upper bound for "
"\\<emph\\>number\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_idN10AB3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#par_idN10AB3.help.text\n"
"\\<embedvar href=\\\"text/scalc/00/00000004.xhp#optional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3145649.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3145649.73.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156118.74.help.text
msgid "=BETADIST(0.75; 3; 4) returns the value 0.96"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3143228.help.text
msgid "\\<bookmark_value\\>BINOMDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3143228.76.help.text
msgid "BINOMDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3146897.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_BINOMVERT\\\"\\>Returns the individual term "
"binomial distribution probability.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3149289.78.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3149289.78.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156009.79.help.text
msgid "BINOMDIST(X;trials;SP;C)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154304.80.help.text
msgid "\\<emph\\>X\\</emph\\> is the number of successes in a set of trials."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3147492.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3147492.81.help.text\n"
"\\<emph\\>Trials\\</emph\\> is the number of independent trials."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3146085.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3146085.82.help.text\n"
"\\<emph\\>SP\\</emph\\> is the probability of success on each trial."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149760.83.help.text
msgid ""
"\\<emph\\>C\\</emph\\> = 0 calculates the probability of a single event and "
"\\<emph\\>C\\</emph\\> = 1 calculates the cumulative probability."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3151171.84.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3151171.84.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3145666.85.help.text
msgid ""
"=BINOMDIST(A1; 12; 0.5; 0) shows (if the values 0 to 12 are entered in A1) "
"the probabilities for 12 flips of a coin that \\<emph\\>Heads\\</emph\\> "
"will come up exactly the number of times entered in A1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150120.86.help.text
msgid ""
"=BINOMDIST(A1; 12; 0.5; 1) shows the cumulative probabilities for the same "
"series. For example, if A1 = 4, the cumulative probability of the series is "
"0, 1, 2, 3 or 4 times \\<emph\\>Heads\\</emph\\> (non-exclusive OR)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3148835.help.text
msgid "\\<bookmark_value\\>CHIINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148835.88.help.text
msgid "CHIINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149906.89.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_CHIINV\\\"\\>Returns the inverse of the one-tailed "
"probability of the chi-squared distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3159157.90.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3159157.90.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150504.91.help.text
msgid "CHIINV(number; degrees_freedom)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154898.92.help.text
msgid "\\<emph\\>Number\\</emph\\> is the value of the error probability."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154294.93.help.text
msgid ""
"\\<emph\\>Degrees_freedom\\</emph\\> is the degrees of freedom of the "
"experiment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3154208.94.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3154208.94.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150777.130.help.text
msgid ""
"A die is thrown 1020 times. The numbers on the die 1 through 6 come up 195, "
"151, 148, 189, 183 and 154 times (observation values). The hypothesis that "
"the die is not fixed is to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153062.131.help.text
msgid ""
"The Chi square distribution of the random sample is determined by the "
"formula given above. Since the expected value for a given number on the die "
"for n throws is n times 1/6, thus 1020/6 = 170, the formula returns a Chi "
"square value of 13.27."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148806.132.help.text
msgid ""
"If the (observed) Chi square is greater than or equal to the (theoretical) "
"Chi square CHIINV, the hypothesis will be discarded, since the deviation "
"between theory and experiment is too great. If the observed Chi square is "
"less that CHIINV, the hypothesis is confirmed with the indicated probability "
"of error."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149763.95.help.text
msgid "=CHIINV(0.05; 5) returns 11.07."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3159142.133.help.text
msgid "=CHIINV(0.02; 5) returns 13.39."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3158401.134.help.text
msgid ""
"If the probability of error is 5%, the die is not true. If the probability "
"of error is 2%, there is no reason to believe it is fixed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3154260.help.text
msgid "\\<bookmark_value\\>CHITEST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3154260.97.help.text
msgid "CHITEST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3151052.98.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_CHITEST\\\"\\>Returns the probability of a "
"deviance from a random distribution of two test series based on the chi-"
"squared test for independence.\\</ahelp\\> CHITEST returns the chi-squared "
"distribution of the data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148925.135.help.text
msgid ""
"The probability determined by CHITEST can also be determined with CHIDIST, "
"in which case the Chi square of the random sample must then be passed as a "
"parameter instead of the data row."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3154280.99.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3154280.99.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149162.100.help.text
msgid "CHITEST(Data_B; Data_E)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3158421.101.help.text
msgid "\\<emph\\>Data_B\\</emph\\> is the array of the observations."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3166453.102.help.text
msgid "\\<emph\\>Data_E\\</emph\\> is the range of the expected values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146946.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146946.103.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154096.136.help.text
msgid "Data_B (observed)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3152948.137.help.text
msgid "Data_E (expected)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3152876.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3152876.138.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3159279.139.help.text
msgid "195"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149105.140.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149105.140.help.text\n"
"170"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149922.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149922.141.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148621.142.help.text
msgid "151"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148987.143.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148987.143.help.text\n"
"170"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149417.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149417.144.help.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148661.145.help.text
msgid "148"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3151128.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3151128.146.help.text\n"
"170"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148467.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148467.147.help.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149237.148.help.text
msgid "189"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3145304.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3145304.149.help.text\n"
"170"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149927.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149927.150.help.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150630.151.help.text
msgid "183"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150423.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150423.152.help.text\n"
"170"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3143275.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3143275.153.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3144750.154.help.text
msgid "154"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153947.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#par_id3153947.155.help.text\n"
"170"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149481.104.help.text
msgid ""
"=CHITEST(A1:A6; B1:B6) equals 0.02. This is the probability which suffices "
"the observed data of the theoretical Chi-square distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3148690.help.text
msgid "\\<bookmark_value\\>CHIDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3148690.106.help.text
msgid "CHIDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156338.156.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_CHIVERT\\\"\\>Returns the probability value from "
"the indicated Chi square that a hypothesis is confirmed.\\</ahelp\\> CHIDIST "
"compares the Chi square value to be given for a random sample that is "
"calculated from the sum of (observed value-expected value)^2/expected value "
"for all values with the theoretical Chi square distribution and determines "
"from this the probability of error for the hypothesis to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3151316.157.help.text
msgid ""
"The probability determined by CHIDIST can also be determined by CHITEST."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3155123.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3155123.108.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3158439.109.help.text
msgid "CHIDIST (Number; degrees_freedom)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3148675.110.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the chi-square value of the random sample "
"used to determine the error probability."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3155615.111.help.text
msgid ""
"\\<emph\\>Degrees_freedom\\</emph\\> are the degrees of freedom of the "
"experiment."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146787.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146787.112.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3145774.113.help.text
msgid "=CHIDIST(13.27; 5) equals 0.02."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3156141.158.help.text
msgid ""
"If the Chi square value of the random sample is 13.27 and if the experiment "
"has 5 degrees of freedom, then the hypothesis is assured with a probability "
"of error of 2%."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3150603.help.text
msgid ""
"\\<bookmark_value\\>EXPONDIST "
"function\\</bookmark_value\\>\\<bookmark_value\\>exponential "
"distributions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3150603.115.help.text
msgid "EXPONDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3149563.116.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_EXPONVERT\\\"\\>Returns the exponential "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3153789.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3153789.117.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150987.118.help.text
msgid "EXPONDIST(Number; lambda; C)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154663.119.help.text
msgid "\\<emph\\>Number\\</emph\\> is the value of the function."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3154569.120.help.text
msgid "\\<emph\\>Lambda\\</emph\\> is the parameter value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#bm_id3147332.help.text
msgid "\\<bookmark_value\\>density function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3147332.121.help.text
msgid ""
"\\<emph\\>C\\</emph\\> is a logical value that determines the form of the "
"function. \\<emph\\>C = 0\\</emph\\> calculates the density function, and "
"\\<emph\\>C = 1\\</emph\\> calculates the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146133.122.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060181.xhp#hd_id3146133.122.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060181.xhp#par_id3150357.123.help.text
msgid "=EXPONDIST(3; 0.5; 1) returns 0.78."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#tit.help.text
msgid "Statistical Functions Part Two"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154372.1.help.text
msgid ""
"\\<variable id=\\\"fh\\\"\\>\\<link href=\\\"text/scalc/01/04060182.xhp\\\" "
"name=\\\"Statistical Functions Part Two\\\"\\>Statistical Functions Part "
"Two\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3145388.help.text
msgid "\\<bookmark_value\\>FINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3145388.2.help.text
msgid "FINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155089.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FINV\\\"\\>Returns the inverse of the F "
"probability distribution.\\</ahelp\\> The F distribution is used for F tests "
"in order to set the relation between two differing data sets."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153816.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153816.4.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153068.5.help.text
msgid "FINV(Number; degrees_freedom_1; degrees_freedom_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3146866.6.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is probability value for which the inverse F "
"distribution is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153914.7.help.text
msgid ""
"\\<emph\\>degrees_freedom_1\\</emph\\> is the number of degrees of freedom "
"in the numerator of the F distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3148607.8.help.text
msgid ""
"\\<emph\\>degrees_freedom_2\\</emph\\> is the number of degrees of freedom "
"in the denominator of the F distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3156021.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3156021.9.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145073.10.help.text
msgid "=FINV(0.5; 5; 10) yields 0.93."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3150888.help.text
msgid "\\<bookmark_value\\>FISHER function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150888.12.help.text
msgid "FISHER"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155384.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FISHER\\\"\\>Returns the Fisher transformation for "
"x and creates a function close to a normal distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149898.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149898.14.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3143220.15.help.text
msgid "FISHER(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3159228.16.help.text
msgid "\\<emph\\>Number\\</emph\\> is the value to be transformed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154763.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154763.17.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3149383.18.help.text
msgid "=FISHER(0.5) yields 0.55."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3155758.help.text
msgid "\\<bookmark_value\\>FISHERINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3155758.20.help.text
msgid "FISHERINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154734.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FISHERINV\\\"\\>Returns the inverse of the Fisher "
"transformation for x and creates a function close to a normal "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3155755.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3155755.22.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3146108.23.help.text
msgid "FISHERINV(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145115.24.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value that is to undergo reverse-"
"transformation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3155744.25.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3155744.25.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150432.26.help.text
msgid "=FISHERINV(0.5) yields 0.46."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3151390.help.text
msgid "\\<bookmark_value\\>FTEST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3151390.28.help.text
msgid "FTEST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150534.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FTEST\\\"\\>Returns the result of an F "
"test.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3166466.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3166466.30.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153024.31.help.text
msgid "FTEST(Data_1; Data_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150032.32.help.text
msgid "\\<emph\\>Data_1\\</emph\\> is the first record array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153018.33.help.text
msgid "\\<emph\\>Data_2\\</emph\\> is the second record array."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153123.34.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153123.34.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3159126.35.help.text
msgid ""
"=FTEST(A1:A30; B1:B12) calculates whether the two data sets are different in "
"their variance and returns the probability that both sets could have come "
"from the same total population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3150372.help.text
msgid "\\<bookmark_value\\>FDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150372.37.help.text
msgid "FDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3152981.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_FVERT\\\"\\>Calculates the values of an F "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150484.39.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150484.39.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145826.40.help.text
msgid "FDIST(Number; degrees_freedom_1; degrees_freedom_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150461.41.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value for which the F distribution is to "
"be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150029.42.help.text
msgid ""
"\\<emph\\>degrees_freedom_1\\</emph\\> is the degrees of freedom in the "
"numerator in the F distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3146877.43.help.text
msgid ""
"\\<emph\\>degrees_freedom_2\\</emph\\> is the degrees of freedom in the "
"denominator in the F distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3147423.44.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3147423.44.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150696.45.help.text
msgid "=FDIST(0.8; 8; 12) yields 0.61."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3154841.help.text
msgid "\\<bookmark_value\\>GAMMAINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154841.47.help.text
msgid "GAMMAINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153932.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GAMMAINV\\\"\\>Returns the inverse of the Gamma "
"cumulative distribution.\\</ahelp\\> This function allows you to search for "
"variables with different distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149949.49.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149949.49.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155828.50.help.text
msgid "GAMMAINV(Number; Alpha; Beta)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145138.51.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the probability value for which the inverse "
"Gamma distribution is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3152785.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#par_id3152785.52.help.text\n"
"\\<emph\\>Alpha\\</emph\\> is the parameter Alpha of the Gamma distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154561.53.help.text
msgid ""
"\\<emph\\>Beta\\</emph\\> is the parameter Beta of the Gamma distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3148734.54.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3148734.54.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153331.55.help.text
msgid "=GAMMAINV(0.8; 1; 1) yields 1.61."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3154806.help.text
msgid "\\<bookmark_value\\>GAMMALN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154806.57.help.text
msgid "GAMMALN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3148572.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GAMMALN\\\"\\>Returns the natural logarithm of the "
"Gamma function: G(x).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3152999.59.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3152999.59.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153112.60.help.text
msgid "GAMMALN(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154502.61.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value for which the natural logarithm of "
"the Gamma function is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153568.62.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153568.62.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153730.63.help.text
msgid "=GAMMALN(2) yields 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3150132.help.text
msgid "\\<bookmark_value\\>GAMMADIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150132.65.help.text
msgid "GAMMADIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155931.66.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GAMMAVERT\\\"\\>Returns the values of a Gamma "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3147373.67.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3147373.67.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155436.68.help.text
msgid "GAMMADIST(Number; Alpha; Beta; C)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150571.69.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value for which the Gamma distribution is "
"to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145295.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145295.70.help.text\n"
"\\<emph\\>Alpha\\</emph\\> is the parameter Alpha of the Gamma distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3151015.71.help.text
msgid ""
"\\<emph\\>Beta\\</emph\\> is the parameter Beta of the Gamma distribution"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3157972.72.help.text
msgid ""
"\\<emph\\>C\\</emph\\> = 0 calculates the density function "
"\\<emph\\>C\\</emph\\> = 1 the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149535.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149535.73.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3145354.74.help.text
msgid "=GAMMADIST(2; 1; 1; 1) yields 0.86."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3150272.help.text
msgid "\\<bookmark_value\\>GAUSS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150272.76.help.text
msgid "GAUSS"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3149030.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GAUSS\\\"\\>Returns the standard normal cumulative "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153551.78.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153551.78.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155368.79.help.text
msgid "GAUSS(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153228.80.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value for which the integral value of the "
"normalized standard distribution is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150691.81.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150691.81.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154867.82.help.text
msgid "GAUSS(0.19) = 0.08"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3148594.83.help.text
msgid "GAUSS(0.0375) = 0.01"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3148425.help.text
msgid "\\<bookmark_value\\>GEOMEAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3148425.85.help.text
msgid "GEOMEAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3156257.86.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GEOMITTEL\\\"\\>Returns the geometric mean of a "
"sample.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3147167.87.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3147167.87.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153720.88.help.text
msgid "GEOMEAN(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3152585.89.help.text
msgid ""
"\\<emph\\>Number 1, Number 2,...Number 30\\</emph\\> are numeric arguments "
"or ranges that represent a random sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3146146.90.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3146146.90.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3149819.92.help.text
msgid ""
"GEOMEAN(23; 46; 69) = 41.79. The geometric mean value of this random sample "
"is therefore 41.79."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3152966.help.text
msgid "\\<bookmark_value\\>TRIMMEAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3152966.94.help.text
msgid "TRIMMEAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3149716.95.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GESTUTZTMITTEL\\\"\\>Returns the mean of a data "
"set without the Alpha percent of data at the margins.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149281.96.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3149281.96.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154821.97.help.text
msgid "TRIMMEAN(Data; Alpha)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155834.98.help.text
msgid "\\<emph\\>Data\\</emph\\> is the array of data in the sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3156304.99.help.text
msgid ""
"\\<emph\\>Alpha\\</emph\\> is the percentage of the marginal data that will "
"not be taken into consideration."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3151180.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3151180.100.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3156130.101.help.text
msgid ""
"=TRIMMEAN(A1:A50; 0.1) calculates the mean value of numbers in A1:A50, "
"without taking into consideration the 5 percent of the values representing "
"the highest values and the 5 percent of the values representing the lowest "
"ones. The percentage numbers refer to the amount of the untrimmed mean "
"value, not to the number of summands."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3153216.help.text
msgid "\\<bookmark_value\\>ZTEST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153216.103.help.text
msgid "ZTEST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3150758.104.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_GTEST\\\"\\>Returns the two-tailed P value of a z "
"test with standard distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150872.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150872.105.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153274.106.help.text
msgid "ZTEST(Data; Number; Sigma)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3156109.107.help.text
msgid "\\<emph\\>Data\\</emph\\> is the array of the data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3149977.108.help.text
msgid "\\<emph\\>Number\\</emph\\> is the value to be tested."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154740.109.help.text
msgid ""
"\\<emph\\>Sigma\\</emph\\> (optional) is the standard deviation of the total "
"population. If this argument is missing, the standard deviation of the "
"sample in question will be processed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3151289.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3151289.110.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153756.111.help.text
msgid ""
"=ZTEST(A1:A50; 12) yields the probability that value 12 belongs to the "
"standard distribution of the total population of data in A1:A50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3153623.help.text
msgid "\\<bookmark_value\\>HARMEAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3153623.113.help.text
msgid "HARMEAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155102.114.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_HARMITTEL\\\"\\>Returns the harmonic mean of a "
"data set.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3146900.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3146900.115.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3149287.116.help.text
msgid "HARMEAN(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154303.117.help.text
msgid ""
"\\<emph\\>Number 1,Number 2,...Number 30\\</emph\\> are up to 30 values or "
"ranges, that can be used to calculate the harmonic mean."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3159179.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3159179.118.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3146093.120.help.text
msgid ""
"HARMEAN(23;46;69) = 37.64. The harmonic mean of this random sample is thus "
"37.64"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#bm_id3152801.help.text
msgid "\\<bookmark_value\\>HYPGEOMDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3152801.122.help.text
msgid "HYPGEOMDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3159341.123.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_HYPGEOMVERT\\\"\\>Returns the hypergeometric "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154697.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3154697.124.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3155388.125.help.text
msgid "HYPGEOMDIST(X; N_sample; Successes; N_population)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154933.126.help.text
msgid ""
"\\<emph\\>X\\</emph\\> is the number of results achieved in the random "
"sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3153106.127.help.text
msgid "\\<emph\\>N_sample\\</emph\\> is the size of the random sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3146992.128.help.text
msgid ""
"\\<emph\\>Successes\\</emph\\> is the number of possible results in the "
"total population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3148826.129.help.text
msgid ""
"\\<emph\\>N_population \\</emph\\>is the size of the total population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150529.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060182.xhp#hd_id3150529.130.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060182.xhp#par_id3154904.131.help.text
msgid ""
"=HYPGEOMDIST(2; 2; 90; 100) yields 0.81. If 90 out of 100 pieces of buttered "
"toast fall from the table and hit the floor with the buttered side first, "
"then if 2 pieces of buttered toast are dropped from the table, the "
"probability is 81%, that both will strike buttered side first."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#tit.help.text
msgid "Statistical Functions Part Three"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3166425.1.help.text
msgid ""
"\\<variable id=\\\"kl\\\"\\>\\<link href=\\\"text/scalc/01/04060183.xhp\\\" "
"name=\\\"Statistical Functions Part Three\\\"\\>Statistical Functions Part "
"Three\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3149530.help.text
msgid "\\<bookmark_value\\>LARGE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149530.2.help.text
msgid "LARGE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150518.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KGROESSTE\\\"\\>Returns the Rank_c-th largest "
"value in a data set.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3152990.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3152990.4.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3154372.5.help.text
msgid "LARGE(Data; Rank_c)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3152986.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3152986.6.help.text\n"
"\\<emph\\>Data\\</emph\\> is the cell range of data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3156448.7.help.text
msgid "\\<emph\\>Rank_c\\</emph\\> is the ranking of the value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3152889.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3152889.8.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3148702.9.help.text
msgid "=LARGE(A1:C50; 2) gives the second largest value in A1:C50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3154532.help.text
msgid "\\<bookmark_value\\>SMALL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3154532.11.help.text
msgid "SMALL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3157981.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KKLEINSTE\\\"\\>Returns the Rank_c-th smallest "
"value in a data set.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3154957.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3154957.13.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153974.14.help.text
msgid "SMALL(Data; Rank_c)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3154540.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3154540.15.help.text\n"
"\\<emph\\>Data\\</emph\\> is the cell range of data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3155094.16.help.text
msgid "\\<emph\\>Rank_c\\</emph\\> is the rank of the value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153247.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153247.17.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149897.18.help.text
msgid "=SMALL(A1:C50; 2) gives the second smallest value in A1:C50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3153559.help.text
msgid "\\<bookmark_value\\>CONFIDENCE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153559.20.help.text
msgid "CONFIDENCE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153814.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KONFIDENZ\\\"\\>Returns the (1-alpha) confidence "
"interval for a normal distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149315.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149315.22.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3147501.23.help.text
msgid "CONFIDENCE(Alpha; STDEV; Size)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149872.24.help.text
msgid "\\<emph\\>Alpha\\</emph\\> is the level of the confidence interval."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145324.25.help.text
msgid ""
"\\<emph\\>STDEV\\</emph\\> is the standard deviation for the total "
"population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153075.26.help.text
msgid "\\<emph\\>Size\\</emph\\> is the size of the total population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150435.27.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150435.27.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153335.28.help.text
msgid "=CONFIDENCE(0.05; 1.5; 100) gives 0.29."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3148746.help.text
msgid "\\<bookmark_value\\>CORREL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3148746.30.help.text
msgid "CORREL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3147299.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KORREL\\\"\\>Returns the correlation coefficient "
"between two data sets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3156397.32.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3156397.32.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153023.33.help.text
msgid "CORREL(Data_1; Data_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150036.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150036.34.help.text\n"
"\\<emph\\>Data_1\\</emph\\> is the first data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153021.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153021.35.help.text\n"
"\\<emph\\>Data_2\\</emph\\> is the second data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149720.36.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149720.36.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149941.37.help.text
msgid ""
"=CORREL(A1:A50; B1:B50) calculates the correlation coefficient as a measure "
"of the linear correlation of the two data sets."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3150652.help.text
msgid "\\<bookmark_value\\>COVAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150652.39.help.text
msgid "COVAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3146875.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KOVAR\\\"\\>Returns the covariance of the product "
"of paired deviations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149013.41.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3149013.41.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150740.42.help.text
msgid "COVAR(Data_1; Data_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145827.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145827.43.help.text\n"
"\\<emph\\>Data_1\\</emph\\> is the first data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150465.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150465.44.help.text\n"
"\\<emph\\>Data_2\\</emph\\> is the second data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3154677.45.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3154677.45.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3144748.46.help.text
msgid "=COVAR(A1:A30; B1:B30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3147472.help.text
msgid "\\<bookmark_value\\>CRITBINOM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3147472.48.help.text
msgid "CRITBINOM"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149254.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KRITBINOM\\\"\\>Returns the smallest value for "
"which the cumulative binomial distribution is less than or equal to a "
"criterion value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153930.50.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153930.50.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3148586.51.help.text
msgid "CRITBINOM(Trials; SP; Alpha)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145593.52.help.text
msgid "\\<emph\\>Trials\\</emph\\> is the total number of trials."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153084.53.help.text
msgid "\\<emph\\>SP\\</emph\\> is the probability of success for one trial."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149726.54.help.text
msgid ""
"\\<emph\\>Alpha\\</emph\\> is the threshold probability to be reached or "
"exceeded."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3148752.55.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3148752.55.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3148740.56.help.text
msgid "=CRITBINOM(100; 0.5; 0.1) yields 44."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3155956.help.text
msgid "\\<bookmark_value\\>KURT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3155956.58.help.text
msgid "KURT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153108.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KURT\\\"\\>Returns the kurtosis of a data set (at "
"least 4 values required).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150334.60.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150334.60.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3154508.61.help.text
msgid "KURT(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145167.62.help.text
msgid ""
"\\<emph\\>Number 1,Number 2,...Number 30\\</emph\\> are numeric arguments or "
"ranges representing a random sample of distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3158000.63.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3158000.63.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150016.64.help.text
msgid "=KURT(A1;A2;A3;A4;A5;A6)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3150928.help.text
msgid "\\<bookmark_value\\>LOGINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150928.66.help.text
msgid "LOGINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145297.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LOGINV\\\"\\>Returns the inverse of the lognormal "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3151016.68.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3151016.68.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3153049.69.help.text
msgid "LOGINV(Number; Mean; STDEV)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3148390.70.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the probability value for which the inverse "
"standard logarithmic distribution is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149538.71.help.text
msgid ""
"\\<emph\\>Mean\\</emph\\> is the arithmetic mean of the standard logarithmic "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145355.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3145355.72.help.text\n"
"\\<emph\\>STDEV\\</emph\\> is the standard deviation of the standard "
"logarithmic distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3148768.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3148768.73.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3155623.74.help.text
msgid "=LOGINV(0.05; 0; 1) returns 0.19."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#bm_id3158417.help.text
msgid "\\<bookmark_value\\>LOGNORMDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3158417.76.help.text
msgid "LOGNORMDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3154953.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_LOGNORMVERT\\\"\\>Returns the cumulative lognormal "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150474.78.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3150474.78.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3150686.79.help.text
msgid "LOGNORMDIST(Number; Mean; STDEV)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3154871.80.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the probability value for which the standard "
"logarithmic distribution is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3155820.81.help.text
msgid ""
"\\<emph\\>Mean\\</emph\\> is the mean value of the standard logarithmic "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3155991.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060183.xhp#par_id3155991.82.help.text\n"
"\\<emph\\>STDEV\\</emph\\> is the standard deviation of the standard "
"logarithmic distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153178.83.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060183.xhp#hd_id3153178.83.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060183.xhp#par_id3149778.84.help.text
msgid "=LOGNORMDIST(0.1; 0; 1) returns 0.01."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#tit.help.text
msgid "Statistical Functions Part Four"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153415.1.help.text
msgid ""
"\\<variable id=\\\"mq\\\"\\>\\<link href=\\\"text/scalc/01/04060184.xhp\\\" "
"name=\\\"Statistical Functions Part Four\\\"\\>Statistical Functions Part "
"Four\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3154511.help.text
msgid "\\<bookmark_value\\>MAX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154511.2.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154511.2.help.text\n"
"MAX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153709.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MAX\\\"\\>Returns the maximum value in a list of "
"arguments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154256.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154256.4.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147340.5.help.text
msgid "MAX(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149568.6.help.text
msgid ""
"\\<emph\\>Number 1; Number 2;...Number 30\\</emph\\> are numerical values or "
"ranges. "
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153963.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153963.7.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147343.8.help.text
msgid "=MAX(A1;A2;A3;50;100;200) returns the largest value from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3148485.9.help.text
msgid "=MAX(A1:B100) returns the largest value from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3166426.help.text
msgid "\\<bookmark_value\\>MAXA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3166426.139.help.text
msgid "MAXA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150363.140.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MAXA\\\"\\>Returns the maximum value in a list of "
"arguments. In opposite to MAX, here you can enter text. The value of the "
"text is 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150516.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150516.141.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3166431.142.help.text
msgid "MAXA(Value 1; Value 2; ... Value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150202.143.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150202.143.help.text\n"
"\\<emph\\>Value 1; Value 2;...Value 30\\</emph\\> are values or ranges. Text "
"has the value of 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3156290.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3156290.144.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3156446.145.help.text
msgid ""
"=MAXA(A1;A2;A3;50;100;200;\"Text\") returns the largest value from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149404.146.help.text
msgid "=MAXA(A1:B100) returns the largest value from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3153820.help.text
msgid "\\<bookmark_value\\>MEDIAN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153820.11.help.text
msgid "MEDIAN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3151241.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MEDIAN\\\"\\>Returns the median of a set of "
"numbers. In a set containing an uneven number of values, the median will be "
"the number in the middle of the set and in a set containing an even number "
"of values, it will be the mean of the two values in the middle of the "
"set.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3148871.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3148871.13.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155264.14.help.text
msgid "MEDIAN(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150109.15.help.text
msgid ""
"\\<emph\\>Number 1; Number 2;...Number 30\\</emph\\> are values or ranges, "
"which represent a sample. Each number can also be replaced by a reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3144506.16.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3144506.16.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3145078.17.help.text
msgid ""
"for an odd number: =MEDIAN(1; 5; 9; 20; 21) returns 9 as the median value."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149126.165.help.text
msgid ""
"for an even number: =MEDIAN(1; 5; 9; 20) returns the average of the two "
"middle values 5 and 9, thus 7."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3154541.help.text
msgid "\\<bookmark_value\\>MIN function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154541.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154541.19.help.text\n"
"MIN"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3143222.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MIN\\\"\\>Returns the minimum value in a list of "
"arguments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154651.21.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154651.21.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3146964.22.help.text
msgid "MIN(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153486.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153486.23.help.text\n"
"\\<emph\\>Number 1; Number 2;...Number 30\\</emph\\> are numerical values or "
"ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155523.24.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155523.24.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154734.25.help.text
msgid "=MIN(A1:B100) returns the smallest value in the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3147504.help.text
msgid "\\<bookmark_value\\>MINA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147504.148.help.text
msgid "MINA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147249.149.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MINA\\\"\\>Returns the minimum value in a list of "
"arguments. Here you can also enter text. The value of the text is "
"0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150435.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150435.150.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153336.151.help.text
msgid "MINA(Value 1; Value 2; ... Value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3146098.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3146098.152.help.text\n"
"\\<emph\\>Value 1; Value 2;...Value 30\\</emph\\> are values or ranges. Text "
"has the value of 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3148743.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3148743.153.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147401.154.help.text
msgid "=MINA(1; \"Text\"; 20) returns 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147295.155.help.text
msgid "=MINA(A1:B100) returns the smallest value in the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3166465.help.text
msgid "\\<bookmark_value\\>AVEDEV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3166465.27.help.text
msgid "AVEDEV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150373.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MITTELABW\\\"\\>Returns the average of the "
"absolute deviations of data points from their mean.\\</ahelp\\> Displays the "
"diffusion in a data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150038.29.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150038.29.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3145636.30.help.text
msgid "AVEDEV(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3157871.31.help.text
msgid ""
"\\<emph\\>Number 1, Number 2,...Number 30\\</emph\\> are values or ranges "
"that represent a sample. Each number can also be replaced by a reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149725.32.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149725.32.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153122.33.help.text
msgid "=AVEDEV(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3145824.help.text
msgid "\\<bookmark_value\\>AVERAGE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3145824.35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3145824.35.help.text\n"
"AVERAGE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150482.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MITTELWERT\\\"\\>Returns the average of the "
"arguments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3146943.37.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3146943.37.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154679.38.help.text
msgid "AVERAGE(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150741.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150741.39.help.text\n"
"\\<emph\\>Number 1; Number 2;...Number 30\\</emph\\> are numerical values or "
"ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153039.40.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153039.40.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3151232.41.help.text
msgid "=AVERAGE(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3148754.help.text
msgid "\\<bookmark_value\\>AVERAGEA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3148754.157.help.text
msgid "AVERAGEA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3145138.158.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MITTELWERTA\\\"\\>Returns the average of the "
"arguments. The value of a text is 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153326.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153326.159.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149734.160.help.text
msgid "AVERAGEA(Value 1; Value 2; ... Value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155260.161.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155260.161.help.text\n"
"\\<emph\\>Value 1; Value 2;...Value 30\\</emph\\> are values or ranges. Text "
"has the value of 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149504.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149504.162.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150864.163.help.text
msgid "=AVERAGEA(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3153933.help.text
msgid "\\<bookmark_value\\>MODE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153933.43.help.text
msgid "MODE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153085.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MODALWERT\\\"\\>Returns the most common value in a "
"data set.\\</ahelp\\> If there are several values with the same frequency, "
"it returns the smallest value. An error occurs when a value doesn't appear "
"twice."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153003.45.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153003.45.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155950.46.help.text
msgid "MODE(Number 1; Number 2; ...Number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150337.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150337.47.help.text\n"
"\\<emph\\>Number 1; Number 2;...Number 30\\</emph\\> are numerical values or "
"ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153571.48.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153571.48.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153733.49.help.text
msgid "=MODE(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3149879.help.text
msgid "\\<bookmark_value\\>NEGBINOMDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149879.51.help.text
msgid "NEGBINOMDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155437.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NEGBINOMVERT\\\"\\>Returns the negative binomial "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3145351.53.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3145351.53.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150935.54.help.text
msgid "NEGBINOMDIST(X; R; SP)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153044.55.help.text
msgid ""
"\\<emph\\>X\\</emph\\> represents the value returned for unsuccessful tests."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3151018.56.help.text
msgid ""
"\\<emph\\>R\\</emph\\> represents the value returned for successful tests."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3148878.57.help.text
msgid ""
"\\<emph\\>SP\\</emph\\> is the probability of the success of an attempt."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149539.58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149539.58.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3148770.59.help.text
msgid "=NEGBINOMDIST(1; 1; 0.5) returns 0.25."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3155516.help.text
msgid "\\<bookmark_value\\>NORMINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155516.61.help.text
msgid "NORMINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154634.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NORMINV\\\"\\>Returns the inverse of the normal "
"cumulative distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153227.63.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153227.63.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147534.64.help.text
msgid "NORMINV(Number; Mean; STDEV)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154950.65.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> represents the probability value used to "
"determine the inverse normal distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150690.66.help.text
msgid ""
"\\<emph\\>Mean\\</emph\\> represents the mean value in the normal "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3148594.67.help.text
msgid ""
"\\<emph\\>STDEV\\</emph\\> represents the standard deviation of the normal "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155822.68.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155822.68.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153921.69.help.text
msgid ""
"=NORMINV(0.9; 63; 5) returns 69.41. If the average egg weighs 63 grams with "
"a standard deviation of 5, then there will be 90% probability that the egg "
"will not be heavier than 69.41g grams."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3153722.help.text
msgid "\\<bookmark_value\\>NORMDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153722.71.help.text
msgid "NORMDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150386.72.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_NORMVERT\\\"\\>Returns the standard normal "
"cumulative distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3083282.73.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3083282.73.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150613.74.help.text
msgid "NORMDIST(Number; Mean; STDEV; C)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149820.75.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value of the distribution based on which "
"the normal distribution is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3146063.76.help.text
msgid "\\<emph\\>Mean\\</emph\\> is the mean value of the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3156295.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3156295.77.help.text\n"
"\\<emph\\>STDEV\\</emph\\> is the standard deviation of the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3145080.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3145080.78.help.text\n"
"\\<emph\\>C\\</emph\\> = 0 calculates the density function; "
"\\<emph\\>C\\</emph\\> = 1 calculates the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3152972.79.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3152972.79.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149283.80.help.text
msgid "=NORMDIST(70; 63; 5; 0) returns 0.03."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149448.81.help.text
msgid "=NORMDIST(70; 63; 5; 1) returns 0.92."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3152934.help.text
msgid "\\<bookmark_value\\>PEARSON function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3152934.83.help.text
msgid "PEARSON"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153216.84.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_PEARSON\\\"\\>Returns the Pearson product moment "
"correlation coefficient r.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147081.85.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147081.85.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3156133.86.help.text
msgid "PEARSON(Data_1; Data_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3151272.87.help.text
msgid ""
"\\<emph\\>Data_1\\</emph\\> represents the array of the first data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153279.88.help.text
msgid ""
"\\<emph\\>Data_2\\</emph\\> represents the array of the second data set."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147567.89.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147567.89.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3151187.90.help.text
msgid ""
"=PEARSON(A1:A30; B1:B30) returns the Pearson correlation coefficient of both "
"data sets."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3152806.help.text
msgid "\\<bookmark_value\\>PHI function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3152806.92.help.text
msgid "PHI"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150254.93.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_PHI\\\"\\>Returns the values of the distribution "
"function for a standard normal distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154748.94.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154748.94.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149976.95.help.text
msgid "PHI(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3156108.96.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> represents the value based on which the standard "
"normal distribution is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153621.97.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153621.97.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155849.98.help.text
msgid "PHI(2.25) = 0.03"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3143236.99.help.text
msgid "PHI(-2.25) = 0.03"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149286.100.help.text
msgid "PHI(0) = 0.4"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3153985.help.text
msgid "\\<bookmark_value\\>POISSON function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153985.102.help.text
msgid "POISSON"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154298.103.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_POISSON\\\"\\>Returns the Poisson "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3159183.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3159183.104.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3146093.105.help.text
msgid "POISSON(Number; Mean; C)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147253.106.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> represents the value based on which the Poisson "
"distribution is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3151177.107.help.text
msgid ""
"\\<emph\\>Mean\\</emph\\> represents the middle value of the Poisson "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149200.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149200.108.help.text\n"
"\\<emph\\>C\\</emph\\> = 0 calculates the density function; "
"\\<emph\\>C\\</emph\\> = 1 calculates the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3159347.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3159347.109.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3150113.110.help.text
msgid "=POISSON(60;50;1) returns 0.93."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3153100.help.text
msgid "\\<bookmark_value\\>PERCENTILE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3153100.112.help.text
msgid "PERCENTILE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154940.113.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_QUANTIL\\\"\\>Returns the alpha-percentile of data "
"values in an array.\\</ahelp\\> A percentile returns the scale value for a "
"data series which goes from the smallest (Alpha=0) to the largest value "
"(alpha=1) of a data series. For \\<emph\\>Alpha\\</emph\\> = 25%, the "
"percentile means the first quartile; \\<emph\\>Alpha\\</emph\\> = 50% is the "
"MEDIAN."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150531.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3150531.114.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3148813.115.help.text
msgid "PERCENTILE(Data;Alpha)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153054.116.help.text
msgid "\\<emph\\>Data\\</emph\\> represents the array of data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154212.117.help.text
msgid ""
"\\<emph\\>Alpha\\</emph\\> represents the percentage of the scale between 0 "
"and 1."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154290.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3154290.118.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3159147.119.help.text
msgid ""
"=PERCENTILE(A1:A50; 0.1) represents the value in the data set, which equals "
"10% of the total data scale in A1:A50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3148807.help.text
msgid "\\<bookmark_value\\>PERCENTRANK function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3148807.121.help.text
msgid "PERCENTRANK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153573.122.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_QUANTILSRANG\\\"\\>Returns the percentage rank of "
"a value in a sample.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147512.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3147512.123.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3147238.124.help.text
msgid "PERCENTRANK(Data; Value)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154266.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3154266.125.help.text\n"
"\\<emph\\>Data\\</emph\\> represents the array of data in the sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3148475.126.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> represents the value whose percentile rank must "
"be determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155364.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3155364.127.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3149163.128.help.text
msgid ""
"=PERCENTRANK(A1:A50; 50) returns the percentage rank of the value 50 from "
"the total range of all values found in A1:A50. If 50 falls outside the total "
"range, an error message will appear."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#bm_id3166442.help.text
msgid "\\<bookmark_value\\>QUARTILE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3166442.130.help.text
msgid "QUARTILE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3146958.131.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_QUARTILE\\\"\\>Returns the quartile of a data "
"set.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3152942.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3152942.132.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153684.133.help.text
msgid "QUARTILE(Data; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153387.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#par_id3153387.134.help.text\n"
"\\<emph\\>Data\\</emph\\> represents the array of data in the sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3155589.135.help.text
msgid ""
"\\<emph\\>Type\\</emph\\> represents the type of quartile. (0 = MIN, 1 = "
"25%, 2 = 50% (MEDIAN), 3 = 75% and 4 = MAX.)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149103.136.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060184.xhp#hd_id3149103.136.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060184.xhp#par_id3159276.137.help.text
msgid ""
"=QUARTILE(A1:A50; 2) returns the value of which 25% of the scale corresponds "
"to the lowest to highest values in the range A1:A50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#tit.help.text
msgid "Statistical Functions Part Five"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147072.1.help.text
msgid ""
"\\<variable id=\\\"rz\\\"\\>\\<link href=\\\"text/scalc/01/04060185.xhp\\\" "
"name=\\\"Statistical Functions Part Five\\\"\\>Statistical Functions Part "
"Five\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3155071.help.text
msgid "\\<bookmark_value\\>RANK function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155071.2.help.text
msgid "RANK"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153976.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_RANG\\\"\\>Returns the rank of a number in a "
"sample.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159206.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159206.4.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153250.5.help.text
msgid "RANK(Value; Data; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154543.6.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is the value, whose rank is to be determined."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149130.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149130.7.help.text\n"
"\\<emph\\>Data\\</emph\\> is the array or range of data in the sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150215.8.help.text
msgid ""
"\\<emph\\>Type\\</emph\\> (optional) is the sequence order. = 0 means "
"ascending, = 1 means descending."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3143223.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3143223.9.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155919.10.help.text
msgid ""
"=RANK(A10; A1:A50) returns the ranking of the value in A10 in value range "
"A1:A50. If \\<emph\\>Value\\</emph\\> does not exist within the range an "
"error message is displayed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3153556.help.text
msgid "\\<bookmark_value\\>SKEW function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153556.12.help.text
msgid "SKEW"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153485.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SCHIEFE\\\"\\>Returns the skewness of a "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154733.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154733.14.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151191.15.help.text
msgid "SKEW(Number 1; number 2; ...number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155757.16.help.text
msgid ""
"\\<emph\\>Number 1, number 2...number 30\\</emph\\> are numerical values or "
"ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153297.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153297.17.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3145118.18.help.text
msgid "=SKEW(A1:A50) calculates the value of skew for the data referenced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3149051.help.text
msgid ""
"\\<bookmark_value\\>regression "
"lines\\</bookmark_value\\>\\<bookmark_value\\>FORECAST "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149051.20.help.text
msgid "FORECAST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153290.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SCHAETZER\\\"\\>Extrapolates future values based "
"on existing x and y values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3151343.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3151343.22.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3147404.23.help.text
msgid "FORECAST(Value; data_Y; data_X)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148743.24.help.text
msgid ""
"\\<emph\\>Value\\</emph\\> is the x value, for which the y value on the "
"linear regression is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3146325.25.help.text
msgid "\\<emph\\>Data_Y\\</emph\\> is the array or range of known y's."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150536.26.help.text
msgid "\\<emph\\>Data_X\\</emph\\> is the array or range of known x's."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147416.27.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147416.27.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3157874.28.help.text
msgid ""
"=FORECAST(50; A1:A50; B1;B50) returns the Y value expected for the X value "
"of 50 if the X and Y values in both references are linked by a linear trend."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3149143.help.text
msgid "\\<bookmark_value\\>STDEV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149143.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149143.30.help.text\n"
"STDEV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3146888.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STABW\\\"\\>Estimates the standard deviation based "
"on a sample.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3146815.32.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3146815.32.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149946.33.help.text
msgid "STDEV(Number 1;number 2;...number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3157904.34.help.text
msgid ""
"\\<emph\\>Number 1, number 2, ... number 30\\</emph\\> are numerical values "
"or ranges representing a sample based on an entire population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150650.35.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150650.35.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149434.36.help.text
msgid ""
"=STDEV(A1:A50) returns the estimated standard deviation based on the data "
"referenced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3144745.help.text
msgid "\\<bookmark_value\\>STDEVA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3144745.186.help.text
msgid "STDEVA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151234.187.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STABWA\\\"\\>Calculates the standard deviation of "
"an estimation based on a sample.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3148884.188.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3148884.188.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3147422.189.help.text
msgid "STDEVA(Value 1;value 2;...value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154547.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154547.190.help.text\n"
"\\<emph\\>Value 1,value 2,...value 30\\</emph\\> are values or ranges "
"representing a sample derived from an entire population. Text has the value "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155829.191.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155829.191.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148581.192.help.text
msgid ""
"=STDEVA(A1:A50) returns the estimated standard deviation based on the data "
"referenced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3149734.help.text
msgid "\\<bookmark_value\\>STDEVP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149734.38.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149734.38.help.text\n"
"STDEVP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149187.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STABWN\\\"\\>Calculates the standard deviation "
"based on the entire population.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154387.40.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154387.40.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154392.41.help.text
msgid "STDEVP(Number 1;number 2;...number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155261.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155261.42.help.text\n"
"\\<emph\\>Number 1,number 2,...number 30\\</emph\\> are numerical values or "
"ranges representing a sample based on an entire population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145591.43.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145591.43.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153933.44.help.text
msgid "=STDEVP(A1:A50) returns a standard deviation of the data referenced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3154522.help.text
msgid "\\<bookmark_value\\>STDEVPA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154522.194.help.text
msgid "STDEVPA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149549.195.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STABWNA\\\"\\>Calculates the standard deviation "
"based on the entire population.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155950.196.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155950.196.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3146851.197.help.text
msgid "STDEVPA(Value 1;value 2;...value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153109.198.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153109.198.help.text\n"
"\\<emph\\>Value 1,value 2,...value 30\\</emph\\> are values or ranges "
"representing a sample derived from an entire population. Text has the value "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154506.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154506.199.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3145163.200.help.text
msgid ""
"=STDEVPA(A1:A50) returns the standard deviation of the data referenced."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3155928.help.text
msgid "\\<bookmark_value\\>STANDARDIZE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155928.46.help.text
msgid "STANDARDIZE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149883.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STANDARDISIERUNG\\\"\\>Converts a random variable "
"to a normalized value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154330.48.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154330.48.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150132.49.help.text
msgid "STANDARDIZE(Number; mean; STDEV)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3159139.50.help.text
msgid "\\<emph\\>Number\\</emph\\> is the value to be standardized."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3145241.51.help.text
msgid "\\<emph\\>Mean\\</emph\\> is the arithmetic mean of the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148874.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148874.52.help.text\n"
"\\<emph\\>STDEV\\</emph\\> is the standard deviation of the distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145351.53.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145351.53.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156067.54.help.text
msgid ""
"=STANDARDIZE(11; 10; 1) returns 1. The value 11 in a normal distribution "
"with a mean of 10 and a standard deviation of 1 is as much above the mean of "
"10, as the value 1 is above the mean of the standard normal distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3157986.help.text
msgid "\\<bookmark_value\\>NORMSINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3157986.56.help.text
msgid "NORMSINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151282.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STANDNORMINV\\\"\\>Returns the inverse of the "
"standard normal cumulative distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153261.58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153261.58.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154195.59.help.text
msgid "NORMINV(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148772.60.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the probability to which the inverse standard "
"normal distribution is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150934.61.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150934.61.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149030.62.help.text
msgid "NORMSINV(0.908789) returns 1.3333."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3147538.help.text
msgid "\\<bookmark_value\\>NORMSDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147538.64.help.text
msgid "NORMSDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150474.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STANDNORMVERT\\\"\\>Returns the normal cumulative "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155083.66.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155083.66.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3158411.67.help.text
msgid "NORMSDIST(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154950.68.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value to which the standard normal "
"distribution is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153228.69.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153228.69.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155984.70.help.text
msgid ""
"=NORMSDIST(1) returns 0.84. The area below the standard normal distribution "
"curve to the left of X value 1 is 84% of the total area."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3152592.help.text
msgid "\\<bookmark_value\\>SLOPE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3152592.72.help.text
msgid "SLOPE"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150386.73.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STEIGUNG\\\"\\>Returns the slope of the linear "
"regression line.\\</ahelp\\> The slope is adapted to the data points set in "
"the y and x values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154315.74.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154315.74.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149819.75.help.text
msgid "SLOPE(data_Y; data_X)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3083446.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3083446.76.help.text\n"
"\\<emph\\>Data_Y\\</emph\\> is the array or matrix of Y data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3152375.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3152375.77.help.text\n"
"\\<emph\\>Data_X\\</emph\\> is the array or matrix of X data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3146061.78.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3146061.78.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3152480.79.help.text
msgid "=SLOPE(A1:A50; B1:B50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3155836.help.text
msgid "\\<bookmark_value\\>STEYX function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155836.81.help.text
msgid "STEYX"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149446.82.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STFEHLERYX\\\"\\>Returns the standard error of the "
"predicted y value for each x in the regression.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147562.83.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147562.83.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151267.84.help.text
msgid "STEYX(data_Y; data_X)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3147313.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3147313.85.help.text\n"
"\\<emph\\>Data_Y\\</emph\\> is the array or matrix of Y data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156097.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156097.86.help.text\n"
"\\<emph\\>Data_X\\</emph\\> is the array or matrix of X data."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145204.87.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145204.87.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156131.88.help.text
msgid "=STEXY(A1:A50; B1:B50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3150873.help.text
msgid "\\<bookmark_value\\>DEVSQ function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150873.90.help.text
msgid "DEVSQ"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154748.91.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SUMQUADABW\\\"\\>Returns the sum of squares of "
"deviations based on a sample mean.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3156121.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3156121.92.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3146790.93.help.text
msgid "DEVSQ(Number 1; number 2; ...number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155995.94.help.text
msgid ""
"\\<emph\\>Number 1,number 2,...number 30\\</emph\\> numerical values or "
"ranges representing a sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150254.95.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150254.95.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149136.96.help.text
msgid "=DEVSQ(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3149579.help.text
msgid "\\<bookmark_value\\>TINV function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149579.98.help.text
msgid "TINV"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3143232.99.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TINV\\\"\\>Returns the inverse of the t-"
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155101.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3155101.100.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149289.101.help.text
msgid "TINV(Number; degrees_freedom)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154070.102.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the probability associated with the two-"
"tailed t-distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155315.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155315.103.help.text\n"
"\\<emph\\>Degrees_freedom\\</emph\\> is the number of degrees of freedom for "
"the t-distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153885.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153885.104.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156010.105.help.text
msgid "=TINV(0.1; 6) returns 1.94"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3154129.help.text
msgid "\\<bookmark_value\\>TTEST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154129.107.help.text
msgid "TTEST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3159184.108.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TTEST\\\"\\>Returns the probability associated "
"with a Student's t-Test.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147257.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147257.109.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151175.110.help.text
msgid "TTEST(Data_1; Data_2; Mode; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149202.111.help.text
msgid ""
"\\<emph\\>Data_1\\</emph\\> is the dependent array or range of data for the "
"first record."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3145666.112.help.text
msgid ""
"\\<emph\\>Data_2\\</emph\\> is the dependent array or range of data for the "
"second record."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153903.113.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> = 1 calculates the one-tailed test, "
"\\<emph\\>Mode\\</emph\\> = 2 the two- tailed test."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155327.114.help.text
msgid ""
"\\<emph\\>Type\\</emph\\> is the kind of t-test to perform. Type 1 means "
"paired. Type 2 means two samples, equal variance (homoscedastic). Type 3 "
"means two samples, unequal variance (heteroscedastic)."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159342.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159342.115.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150119.116.help.text
msgid "=TTEST(A1:A50; B1:B50; 2; 2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3154930.help.text
msgid "\\<bookmark_value\\>TDIST function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154930.118.help.text
msgid "TDIST"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153372.119.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TVERT\\\"\\>Returns the t-distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149911.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149911.120.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150521.121.help.text
msgid "TDIST(Number; Degrees_freedom; Mode)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3146991.122.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value for which the t-distribution is "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148824.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148824.123.help.text\n"
"\\<emph\\>Degrees_freedom\\</emph\\> is the number of degrees of freedom for "
"the t-distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149340.124.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> = 1 returns the one-tailed test, "
"\\<emph\\>Mode\\</emph\\> = 2 returns the two-tailed test."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159150.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159150.125.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149773.126.help.text
msgid "=TDIST(12; 5; 1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3153828.help.text
msgid "\\<bookmark_value\\>VAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153828.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153828.128.help.text\n"
"VAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3159165.129.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIANZ\\\"\\>Estimates the variance based on a "
"sample.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154286.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154286.130.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153054.131.help.text
msgid "VAR(Number 1; number 2; ...number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148938.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148938.132.help.text\n"
"\\<emph\\>Number 1,number 2,...number 30\\</emph\\> are numerical values or "
"ranges representing a sample based on an entire population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147233.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147233.133.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153575.134.help.text
msgid "=VAR(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3151045.help.text
msgid "\\<bookmark_value\\>VARA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3151045.202.help.text
msgid "VARA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3155122.203.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIANZA\\\"\\>Estimates a variance based on a "
"sample. The value of text is 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149176.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149176.204.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149999.205.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149999.205.help.text\n"
"VARA(Value 1; value 2; ...value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3158421.206.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3158421.206.help.text\n"
"\\<emph\\>Value 1,value 2,...value 30\\</emph\\> are values or ranges "
"representing a sample derived from an entire population. Text has the value "
"0."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149160.207.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149160.207.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154279.208.help.text
msgid "=VARA(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3166441.help.text
msgid "\\<bookmark_value\\>VARP function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3166441.136.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3166441.136.help.text\n"
"VARP"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3159199.137.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIANZEN\\\"\\>Calculates a variance based on the "
"entire population.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150706.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150706.138.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3147282.139.help.text
msgid "VARP(Number 1; number 2; ...number 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149793.140.help.text
msgid ""
"\\<emph\\>Number 1,number 2,...number 30\\</emph\\> are numerical values or "
"ranges representing an entire population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3152939.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3152939.141.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153385.142.help.text
msgid "=VARP(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3153688.help.text
msgid "\\<bookmark_value\\>VARPA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153688.210.help.text
msgid "VARPA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149109.211.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIANZENA\\\"\\>Calculates the variance based on "
"the entire population. The value of text is 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3152880.212.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3152880.212.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149967.213.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149967.213.help.text\n"
"VARA(Value 1; value 2; ...value 30)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149920.214.help.text
msgid ""
"\\<emph\\>Value 1,value 2,...value 30\\</emph\\> are values or ranges "
"representing an entire population."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154862.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154862.215.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156203.216.help.text
msgid "=VARPA(A1:A50)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3154599.help.text
msgid "\\<bookmark_value\\>PERMUT function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3154599.144.help.text
msgid "PERMUT"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154334.145.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIATIONEN\\\"\\>Returns the number of "
"permutations for a given number of objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149422.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3149422.146.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148466.147.help.text
msgid "PERMUT(Count_1; Count_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148656.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3148656.148.help.text\n"
"\\<emph\\>Count_1\\</emph\\> is the total number of objects."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150826.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150826.149.help.text\n"
"\\<emph\\>Count_2\\</emph\\> is the number of objects in each permutation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153351.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153351.150.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150424.151.help.text
msgid ""
"=PERMUT(6; 3) returns 120. There are 120 different possibilities, to pick a "
"sequence of 3 playing cards out of 6 playing cards."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3143276.help.text
msgid "\\<bookmark_value\\>PERMUTATIONA function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3143276.153.help.text
msgid "PERMUTATIONA"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3144759.154.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_VARIATIONEN2\\\"\\>Returns the number of "
"permutations for a given number of objects (repetition allowed).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145598.155.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3145598.155.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149298.156.help.text
msgid "PERMUTATIONA(Count_1; Count_2)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156139.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156139.157.help.text\n"
"\\<emph\\>Count_1\\</emph\\> is the total number of objects."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149519.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149519.158.help.text\n"
"\\<emph\\>Count_2\\</emph\\> is the number of objects in each permutation."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3151382.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3151382.159.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153949.160.help.text
msgid "How often can 2 objects be selected from a total of 11 objects?"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3149233.161.help.text
msgid "PERMUTATIONA(11;2) returns 121."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3150622.162.help.text
msgid ""
"PERMUTATIONA(6; 3) returns 216. There are 216 different possibilities to put "
"a sequence of 3 playing cards together out of six playing cards if every "
"card is returned before the next one is drawn."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3152952.help.text
msgid "\\<bookmark_value\\>PROB function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3152952.164.help.text
msgid "PROB"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154110.165.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WAHRSCHBEREICH\\\"\\>Returns the probability that "
"values in a range are between two limits.\\</ahelp\\> If there is no "
"\\<emph\\>End\\</emph\\> value, this function calculates the probability "
"based on the principle that the Data values are equal to the value of "
"\\<emph\\>Start\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3146810.166.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3146810.166.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3147330.167.help.text
msgid "PROB(Data; Probability: Start; End)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154573.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154573.168.help.text\n"
"\\<emph\\>Data\\</emph\\> is the array or range of data in the sample."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3156334.169.help.text
msgid ""
"\\<emph\\>Probability\\</emph\\> is the array or range of the corresponding "
"probabilities."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151107.170.help.text
msgid ""
"\\<emph\\>Start\\</emph\\> is the start value of the interval whose "
"probabilities are to be summed."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153694.171.help.text
msgid ""
"\\<emph\\>End\\</emph\\> (optional) is the end value of the interval whose "
"probabilities are to be summed. If this parameter is missing, the "
"probability for the \\<emph\\>Start \\</emph\\>value is calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147574.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3147574.172.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3153666.173.help.text
msgid ""
"=PROB(A1:A50; B1:B50; 50; 60) returns the probability with which a value "
"within the range of A1:A50 is also within the limits between 50 and 60. "
"Every value within the range of A1:A50 has a probability within the range of "
"B1:B50."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#bm_id3150941.help.text
msgid "\\<bookmark_value\\>WEIBULL function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3150941.175.help.text
msgid "WEIBULL"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154916.176.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WEIBULL\\\"\\>Returns the values of the Weibull "
"distribution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159393.177.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3159393.177.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154478.178.help.text
msgid "WEIBULL(Number; Alpha; Beta; C)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3151317.179.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> is the value at which to calculate the Weibull "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3158436.180.help.text
msgid ""
"\\<emph\\>Alpha \\</emph\\>is the Alpha parameter of the Weibull "
"distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154668.181.help.text
msgid ""
"\\<emph\\>Beta\\</emph\\> is the Beta parameter of the Weibull distribution."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3154825.182.help.text
msgid ""
"\\<emph\\>C\\</emph\\> indicates the type of function. If C equals 0 the "
"form of the function is calculated, if C equals 1 the distribution is "
"calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153794.183.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060185.xhp#hd_id3153794.183.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060185.xhp#par_id3146077.184.help.text
msgid "=WEIBULL(2; 1; 1; 1) returns 0.86."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060199.xhp#tit.help.text\n"
"Operators in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#bm_id3156445.help.text
msgid ""
"\\<bookmark_value\\>formula functions; "
"operators\\</bookmark_value\\>\\<bookmark_value\\>operators; formula "
"functions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#hd_id3156445.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060199.xhp#hd_id3156445.1.help.text\n"
"Operators in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3155812.2.help.text
msgid "You can use the following operators in $[officename] Calc:"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#hd_id3153066.3.help.text
msgid "Arithmetical Operators"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148601.4.help.text
msgid "These operators return numerical results."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3144768.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3144768.5.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157982.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157982.6.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159096.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159096.7.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149126.8.help.text
msgid "+ (Plus)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150892.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150892.9.help.text\n"
"Addition"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153247.10.help.text
msgid "1+1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159204.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159204.11.help.text\n"
"- (Minus)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3145362.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3145362.12.help.text\n"
"Subtraction"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153554.13.help.text
msgid "2-1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153808.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153808.14.help.text\n"
"- (Minus)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3151193.15.help.text
msgid "Negation"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154712.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154712.16.help.text\n"
"-5"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149873.17.help.text
msgid "* (asterisk)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3147504.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3147504.18.help.text\n"
"Multiplication"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149055.19.help.text
msgid "2*2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3151341.20.help.text
msgid "/ (Slash)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159260.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159260.21.help.text\n"
"Division"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153027.22.help.text
msgid "9/3"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3156396.23.help.text
msgid "% (Percent)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150372.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150372.24.help.text\n"
"Percent"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3145632.25.help.text
msgid "15%"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149722.26.help.text
msgid "^ (Caret)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3159127.27.help.text
msgid "Exponentiation"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157873.28.help.text
msgid "3^2"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#hd_id3152981.29.help.text
msgid "Comparative operators"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157902.30.help.text
msgid "These operators return either true or false."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149889.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149889.31.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150743.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150743.32.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3146877.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3146877.33.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148888.34.help.text
msgid "= (equal sign)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154845.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154845.35.help.text\n"
"Equal"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154546.36.help.text
msgid "A1=B1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154807.37.help.text
msgid "> (Greater than)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148580.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148580.38.help.text\n"
"Greater than"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3145138.39.help.text
msgid "A1>B1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149507.40.help.text
msgid "< (Less than)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150145.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150145.41.help.text\n"
"Less than"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150901.42.help.text
msgid "A1<B1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153078.43.help.text
msgid ">= (Greater than or equal to)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150866.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150866.44.help.text\n"
"Greater than or equal to"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153111.45.help.text
msgid "A1>=B1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153004.46.help.text
msgid "<= (Less than or equal to)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150335.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150335.47.help.text\n"
"Less than or equal to"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148760.48.help.text
msgid "A1<=B1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157994.49.help.text
msgid "<> (Inequality)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150019.50.help.text
msgid "Inequality"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149878.51.help.text
msgid "A1<>B1"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#hd_id3145241.52.help.text
msgid "Text operators"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3155438.53.help.text
msgid "The operator combines separate texts into one text."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150566.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150566.54.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153048.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153048.55.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149001.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149001.56.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148769.57.help.text
msgid "& (And)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#bm_id3157975.help.text
msgid "\\<bookmark_value\\>text concatenation AND\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157975.58.help.text
msgid "text concatenation AND"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3157993.59.help.text
msgid "\"Sun\" & \"day\" is \"Sunday\""
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#hd_id3153550.60.help.text
msgid "Reference operators"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3149024.61.help.text
msgid "These operators merge cell ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3158416.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3158416.62.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3152822.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3152822.63.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154949.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3154949.64.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3156257.65.help.text
msgid ": (Colon)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153924.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3153924.66.help.text\n"
"Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3148432.67.help.text
msgid "A1:C108"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3152592.68.help.text
msgid "! (Exclamation point)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#bm_id3150606.help.text
msgid "\\<bookmark_value\\>intersection operator\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150606.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150606.69.help.text\n"
"Intersection"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3083445.70.help.text
msgid "SUM(A1:B6!B5:C12)"
msgstr ""

#: helpcontent2/source/text/scalc/01/04060199.xhp#par_id3150385.71.help.text
msgid ""
"Calculates the sum of all cells in the intersection; in this example, the "
"result yields the sum of cells B5 and B6."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070000.xhp#tit.help.text\n"
"Names"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#hd_id3153951.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04070000.xhp\\\" "
"name=\\\"Names\\\"\\>Names\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#par_id3145801.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Allows you to name the different sections of your "
"spreadsheet document.\\</ahelp\\> By naming the different sections, you can "
"easily \\<link href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"navigate\\\"\\>navigate\\</link\\> through the spreadsheet "
"documents and find specific information."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#hd_id3153878.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04070100.xhp\\\" "
"name=\\\"Define\\\"\\>Define\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#hd_id3146969.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04070200.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#hd_id3155764.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04070300.xhp\\\" "
"name=\\\"Apply\\\"\\>Apply\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070000.xhp#hd_id3156382.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04070400.xhp\\\" "
"name=\\\"Labels\\\"\\>Labels\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#tit.help.text\n"
"Define Names"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3156330.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3156330.1.help.text\n"
"Define Names"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3154366.2.help.text
msgid ""
"\\<variable id=\\\"namenfestlegentext\\\"\\>\\<ahelp "
"hid=\\\".uno:DefineName\\\"\\>Opens a dialog where you can specify a name "
"for a selected area.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3154123.31.help.text
msgid ""
"Use the mouse to define ranges or type the reference into the "
"\\<emph\\>Define Name \\</emph\\>dialog fields."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3155131.30.help.text
msgid ""
"The \\<emph\\>Sheet Area\\</emph\\> box on the Formula bar contains a list "
"of defined names for the ranges. Click a name from this box to highlight the "
"corresponding reference on the spreadsheet. Names given formulas or parts of "
"a formula are not listed here."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3151118.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3151118.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3163712.29.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_NAMES:ED_NAME\\\"\\>Enter the name of "
"the area for which you want to define a reference. All area names already "
"defined in the spreadsheet are listed in the text field below.\\</ahelp\\> "
"If you click a name on the list, the corresponding reference in the document "
"will be shown with a blue frame. If multiple cell ranges belong to the same "
"area name, they are displayed with different colored frames."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3153728.9.help.text
msgid "Assigned to"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3147435.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_NAMES:ED_ASSIGN\\\"\\>The reference of "
"the selected area name is shown here as an absolute value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3146986.12.help.text
msgid ""
"To insert a new area reference, place the cursor in this field and use your "
"mouse to select the desired area in any sheet of your spreadsheet document."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3154729.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3154729.13.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3149958.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MOREBUTTON:RID_SCDLG_NAMES:BTN_MORE\\\"\\>Allows you to "
"specify the \\<emph\\>Area type \\</emph\\>(optional) for the "
"reference.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3147394.15.help.text
msgid "Area type"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3155416.16.help.text
msgid "Defines additional options related to the type of reference area."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3150716.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3150716.17.help.text\n"
"Print range"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3150751.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_PRINTAREA\\\"\\>Defines the "
"area as a print range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3153764.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3153764.19.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3155766.20.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_CRITERIA\\\"\\>Defines the "
"selected area to be used in an \\<link "
"href=\\\"text/scalc/01/12040300.xhp\\\" name=\\\"advanced "
"filter\\\"\\>advanced filter\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3159267.21.help.text
msgid "Repeat column"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3149565.22.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_COLHEADER\\\"\\>Defines the "
"area as a repeating column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3153966.23.help.text
msgid "Repeat row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3150300.24.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES:BTN_ROWHEADER\\\"\\>Defines the "
"area as a repeating row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3155112.27.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070100.xhp#hd_id3155112.27.help.text\n"
"Add/Modify"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070100.xhp#par_id3159236.28.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_NAMES:BTN_ADD\\\"\\>Click the "
"\\<emph\\>Add\\</emph\\> button to add the defined name to the list. Click "
"the \\<emph\\>Modify\\</emph\\> button to enter another name for an already "
"existing name selected from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070200.xhp#tit.help.text\n"
"Insert Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#bm_id3153195.help.text
msgid ""
"\\<bookmark_value\\>cell ranges; inserting named "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>inserting; cell "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#hd_id3153195.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070200.xhp#hd_id3153195.1.help.text\n"
"Insert Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#par_id3150011.2.help.text
msgid ""
"\\<variable id=\\\"nameneinfuegentext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertName\\\"\\>Inserts a defined named cell range at the "
"current cursor's position.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#par_id3149412.7.help.text
msgid ""
"You can only insert a cell area after having defined a name for the area."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#hd_id3153160.3.help.text
msgid "Insert name "
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#par_id3154944.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_NAMES_PASTE:LB_ENTRYLIST\\\"\\>Lists "
"all defined cell areas. Double-click an entry to insert the named area into "
"the active sheet at the current cursor position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#hd_id3153418.5.help.text
msgid "Insert All"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070200.xhp#par_id3155066.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_NAMES_PASTE:BTN_ADD\\\"\\>Inserts a "
"list of all named areas and the corresponding cell references at the current "
"cursor position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070300.xhp#tit.help.text\n"
"Creating Names"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#bm_id3147264.help.text
msgid ""
"\\<bookmark_value\\>cell ranges;creating names "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>names; for cell "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3147264.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3147264.1.help.text\n"
"Creating Names"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3153969.2.help.text
msgid ""
"\\<variable id=\\\"namenuebernehmentext\\\"\\>\\<ahelp "
"hid=\\\".uno:CreateNames\\\"\\>Allows you to automatically name multiple "
"cell ranges.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3156280.13.help.text
msgid ""
"Select the area containing all the ranges that you want to name. Then choose "
"\\<emph\\>Insert - Names - Create\\</emph\\>. This opens the "
"\\<emph\\>Create Names\\</emph\\> dialog, from which you can select the "
"naming options that you want."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3151116.3.help.text
msgid "Create names from"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3152597.4.help.text
msgid ""
"Defines which part of the spreadsheet is to be used for creating the name."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3153729.5.help.text
msgid "Top row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3149263.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_TOP\\\"\\>Creates "
"the range names from the header row of the selected range.\\</ahelp\\> Each "
"column receives a separated name and cell reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3146984.7.help.text
msgid "Left Column"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3153190.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_LEFT\\\"\\>Creates "
"the range names from the entries in the first column of the selected sheet "
"range.\\</ahelp\\> Each row receives a separated name and cell reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3156284.9.help.text
msgid "Bottom row"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3147124.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_BOTTOM\\\"\\>Creates "
"the range names from the entries in the last row of the selected sheet "
"range.\\</ahelp\\> Each column receives a separated name and cell reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#hd_id3154731.11.help.text
msgid "Right Column"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070300.xhp#par_id3153158.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NAMES_CREATE:BTN_RIGHT\\\"\\>Creates "
"the range names from the entries in the last column of the selected sheet "
"range.\\</ahelp\\> Each row receives a separated name and cell reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#tit.help.text
msgid "Define Label Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#bm_id3150791.help.text
msgid ""
"\\<bookmark_value\\>sheets; defining label "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>label ranges in "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3150791.1.help.text
msgid ""
"\\<variable id=\\\"define_label_range\\\"\\>\\<link "
"href=\\\"text/scalc/01/04070400.xhp\\\"\\>Define Label "
"Range\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3150868.2.help.text
msgid ""
"\\<variable id=\\\"beschtext\\\"\\>\\<ahelp "
"hid=\\\".uno:DefineLabelRange\\\"\\>Opens a dialog in which you can define a "
"label range.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3155411.13.help.text
msgid ""
"The cell contents of a label range can be used like names in formulas - "
"$[officename] recognizes these names in the same manner that it does the "
"predefined names of the weekdays and months. These names are automatically "
"completed when typed into a formula. In addition, the names defined by label "
"ranges will have priority over names defined by automatically generated "
"ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3147435.14.help.text
msgid ""
"You can set label ranges that contain the same labels on different sheets. "
"$[officename] first searches the label ranges of the current sheet and, "
"following a failed search, the ranges of other sheets."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3145801.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3145801.3.help.text\n"
"Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3154731.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_AREA\\\"\\>Displays "
"the cell reference of each label range.\\</ahelp\\> In order to remove a "
"label range from the list box, select it and then click "
"\\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3149121.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3149121.5.help.text\n"
"Contains column labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3150330.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_COLHEAD\\\"\\>Includes "
"column labels in the current label range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3149020.7.help.text
msgid "Contains row labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3154754.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ROWHEAD\\\"\\>Includes "
"row labels in the current label range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3159264.11.help.text
msgid "For data range"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3154703.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_COLROWNAMERANGES:ED_DATA\\\"\\>Sets the "
"data range for which the selected label range is valid. To modify it, click "
"in the sheet and select another range with the mouse.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3145789.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04070400.xhp#hd_id3145789.9.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/scalc/01/04070400.xhp#par_id3147005.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_COLROWNAMERANGES:BTN_ADD\\\"\\>Adds "
"the current label range to the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04080000.xhp#tit.help.text\n"
"Function List"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#bm_id3154126.help.text
msgid ""
"\\<bookmark_value\\>formula list "
"window\\</bookmark_value\\>\\<bookmark_value\\>function list "
"window\\</bookmark_value\\>\\<bookmark_value\\>inserting functions; function "
"list window\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#hd_id3154126.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04080000.xhp#hd_id3154126.1.help.text\n"
"\\<link href=\\\"text/scalc/01/04080000.xhp\\\" name=\\\"Function "
"List\\\"\\>Function List\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#par_id3151118.2.help.text
msgid ""
"\\<variable id=\\\"funktionslistetext\\\"\\>\\<ahelp "
"hid=\\\"HID_SC_FUNCTIONLIST\\\"\\>This command opens the \\<emph\\>Function "
"List\\</emph\\> window, which displays all functions that can be inserted "
"into your document.\\</ahelp\\>\\</variable\\> The \\<emph\\>Function "
"List\\</emph\\> window is similar to the \\<emph\\>Functions\\</emph\\> tab "
"page of the \\<link href=\\\"text/scalc/01/04060000.xhp\\\" "
"name=\\\"Function Wizard\\\"\\>Function Wizard\\</link\\>. The functions are "
"inserted with placeholders to be replaced with your own values."
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#par_id3152576.3.help.text
msgid ""
"The \\<emph\\>Function List\\</emph\\> window is a resizable \\<link "
"href=\\\"text/shared/00/00000005.xhp#andocken\\\" name=\\\"dockable "
"window\\\"\\>dockable window\\</link\\>. Use it to quickly enter functions "
"in the spreadsheet. By double-clicking an entry in the functions list, the "
"respective function is directly inserted with all parameters."
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#hd_id3145799.4.help.text
msgid "Category List"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#hd_id3153160.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/04080000.xhp#hd_id3153160.5.help.text\n"
"Function List"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#par_id3149412.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:FID_FUNCTION_BOX:LB_FUNC\\\"\\>Displays the "
"available functions.\\</ahelp\\> When you select a function, the area below "
"the list box displays a short description. To insert the selected function "
"double-click it or click the \\<emph\\>Insert Function into calculation "
"sheet\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#hd_id3146971.7.help.text
msgid "Insert Function into calculation sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#par_id3150043.help.text
msgid ""
"\\<image id=\\\"img_id3159267\\\" src=\\\"sc/res/fx.png\\\" "
"width=\\\"0.1945inch\\\" height=\\\"0.1945inch\\\"\\>\\<alt "
"id=\\\"alt_id3159267\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04080000.xhp#par_id3147345.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:IMAGEBUTTON:FID_FUNCTION_BOX:IMB_INSERT\\\"\\>Inserts "
"the selected function into the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#tit.help.text
msgid "Link to External Data"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#par_id3153192.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC_PUSHBUTTON_RID_SCDLG_LINKAREA_BTN_BROWSE\\\" "
"visibility=\\\"hidden\\\"\\>Locate the file containing the data you want to "
"insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#hd_id3145785.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04090000.xhp\\\" name=\\\"External "
"Data\\\"\\>Link to External Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#par_id3149262.4.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertExternalDataSourc\\\"\\>Inserts data from an "
"HTML, Calc, or Excel file into the current sheet as a link. The data must be "
"located within a named range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#par_id3146120.11.help.text
msgid ""
"To import data from a \\<link href=\\\"text/scalc/guide/csv_formula.xhp\\\" "
"name=\\\"*.csv or *.txt\\\"\\>*.csv or *.txt\\</link\\> file, choose "
"\\<emph\\>File - Open\\</emph\\> and then select the \\<emph\\>Files of type "
"\\</emph\\>\"Text CSV\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#hd_id3146984.5.help.text
msgid "URL of external data source."
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#par_id3145366.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCDLG_LINKAREAURL\\\"\\>Enter the URL or the file name "
"that contains the data that you want to insert, and then press \\<item "
"type=\\\"keycode\\\"\\>Enter\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#hd_id3145251.7.help.text
msgid "Available tables/ranges"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#par_id3147397.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC_MULTILISTBOX_RID_SCDLG_LINKAREA_LB_RANGES\\\"\\>Select "
"the table or the data range that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#hd_id3154492.9.help.text
msgid "Update every"
msgstr ""

#: helpcontent2/source/text/scalc/01/04090000.xhp#par_id3154017.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC_NUMERICFIELD_RID_SCDLG_LINKAREA_NF_DELAY\\\"\\>Enter the "
"number of seconds to wait before the external data are reloaded into the "
"current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05020000.xhp#tit.help.text\n"
"Format Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020000.xhp#bm_id3148663.help.text
msgid ""
"\\<bookmark_value\\>cell "
"attributes\\</bookmark_value\\>\\<bookmark_value\\>fo"
"rmatting;cells\\</bookmark_value\\>\\<bookmark_value\\>cells;formatting "
"dialog\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020000.xhp#hd_id3148663.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05020000.xhp#hd_id3148663.1.help.text\n"
"Format Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020000.xhp#par_id3150448.2.help.text
msgid ""
"\\<variable id=\\\"zellattributetext\\\"\\>\\<ahelp "
"hid=\\\".uno:FormatCellDialog\\\"\\>Allows you to specify a variety of "
"formatting options and to apply attributes to the selected "
"cells.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020000.xhp#hd_id3145785.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05020000.xhp#hd_id3145785.3.help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Numbers\\\"\\>Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020000.xhp#hd_id3146119.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05020000.xhp#hd_id3146119.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Font\\\"\\>Font\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#tit.help.text
msgid "Cell Protection"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3145119.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05020600.xhp\\\" name=\\\"Cell "
"Protection\\\"\\>Cell Protection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3150398.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_PROTECTION\\\"\\>Defines protection options for "
"selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3150447.3.help.text
msgid "Protection"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3125864.9.help.text
msgid "Hide all"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3153768.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_ALL\\\"\\>Hides "
"formulas and contents of the selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3153190.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3153190.5.help.text\n"
"Protected"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3151119.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_PROTECTED\\\"\\>Prevents "
"the selected cells from being modified.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3156283.15.help.text
msgid ""
"This cell protection only takes effect if you also protect the spreadsheet "
"(\\<emph\\>Tools - Protect Document - Sheet\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3149377.7.help.text
msgid "Hide formula"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3154510.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_FORMULAR\\\"\\>Hides "
"formulas in the selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3155602.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3155602.11.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3153836.12.help.text
msgid "Defines print options for the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#hd_id3155065.13.help.text
msgid "Hide when printing"
msgstr ""

#: helpcontent2/source/text/scalc/01/05020600.xhp#par_id3155443.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:TRISTATEBOX:RID_SCPAGE_PROTECTION:BTN_HIDE_PRINT\\\"\\>Keeps the "
"selected cells from being printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030000.xhp#tit.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030000.xhp#hd_id3147228.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05030000.xhp\\\" "
"name=\\\"Row\\\"\\>Row\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030000.xhp#par_id3154685.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sets the row height and hides or shows selected "
"rows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030000.xhp#hd_id3155132.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340100.xhp\\\" "
"name=\\\"Height\\\"\\>Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030000.xhp#hd_id3155854.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05030200.xhp\\\" name=\\\"Optimal "
"Height\\\"\\>Optimal Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030200.xhp#tit.help.text\n"
"Optimal Row Heights"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#bm_id3148491.help.text
msgid ""
"\\<bookmark_value\\>sheets; optimal row "
"heights\\</bookmark_value\\>\\<bookmark_value\\>rows; optimal "
"heights\\</bookmark_value\\>\\<bookmark_value\\>optimal row "
"heights\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#hd_id3148491.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030200.xhp#hd_id3148491.1.help.text\n"
"Optimal Row Heights"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#par_id3154758.2.help.text
msgid ""
"\\<variable id=\\\"optitext\\\"\\>\\<ahelp "
"hid=\\\".uno:SetOptimalRowHeight\\\"\\>Determines the optimal row height for "
"the selected rows.\\</ahelp\\>\\</variable\\> The optimal row height depends "
"on the font size of the largest character in the row. You can use various "
"\\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" name=\\\"units of "
"measure\\\"\\>units of measure\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#hd_id3154908.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030200.xhp#hd_id3154908.3.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#par_id3151044.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:METRICFIELD:RID_SCDLG_ROW_OPT:ED_VALUE\\\"\\>Sets "
"additional spacing between the largest character in a row and the cell "
"boundaries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#hd_id3150439.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030200.xhp#hd_id3150439.5.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030200.xhp#par_id3146984.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_ROW_OPT:BTN_DEFVAL\\\"\\>Restores the "
"default value for the optimal row height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030300.xhp#tit.help.text\n"
"Hide"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#bm_id3147265.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; hiding "
"functions\\</bookmark_value\\>\\<bookmark_value\\>hiding; "
"rows\\</bookmark_value\\>\\<bookmark_value\\>hiding; "
"columns\\</bookmark_value\\>\\<bookmark_value\\>hiding; "
"sheets\\</bookmark_val"
"ue\\>\\<bookmark_value\\>sheets;hiding\\</bookmark_value"
"\\>\\<bookmark_value\\"
">columns;hiding\\</bookmark_value\\>\\<bookmark_value\\>"
"rows;hiding\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#hd_id3147265.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05030300.xhp\\\" "
"name=\\\"Hide\\\"\\>Hide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id3156281.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Hide\\\"\\>Hides selected rows, columns or individual "
"sheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id3148645.3.help.text
msgid ""
"Select the rows or columns that you want to hide, and then choose "
"\\<emph\\>Format - Row - Hide \\</emph\\>or\\<emph\\> Format - Column - "
"Hide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id3147427.6.help.text
msgid ""
"You can hide a sheet by selecting the sheet tab and then choosing "
"\\<emph\\>Format - Sheet - Hide\\</emph\\>. Hidden sheets are not printed "
"unless they occur within a \\<link href=\\\"text/scalc/01/05080000.xhp\\\" "
"name=\\\"print range\\\"\\>print range\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id3153157.5.help.text
msgid ""
"A break in the row or column header indicates whether the row or column is "
"hidden."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id3145251.4.help.text
msgid "To display hidden rows, columns or sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id8337046.help.text
msgid ""
"Select the range that includes the hidden objects. You can also use the box "
"in the corner above row 1 and beside column A. For sheets, this step is not "
"necessary."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030300.xhp#par_id5532090.help.text
msgid ""
"Choose \\<link href=\\\"text/scalc/01/05030400.xhp\\\" name=\\\"Format - "
"Row/Column - Show\\\"\\>Format - Row/Column - Show\\</link\\> or \\<link "
"href=\\\"text/scalc/01/05050300.xhp\\\" name=\\\"Format - Sheet - "
"Show\\\"\\>Format - Sheet - Show\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05030400.xhp#tit.help.text\n"
"Show"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030400.xhp#bm_id3147264.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; showing "
"columns\\</bookmark_value\\>\\<bookmark_value\\>showing; "
"columns\\</bookmark_value\\>\\<bookmark_value\\>showing; "
"rows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030400.xhp#hd_id3147264.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05030400.xhp\\\" "
"name=\\\"Show\\\"\\>Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030400.xhp#par_id3150447.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowColumn\\\"\\>Choose this command to show "
"previously hidden rows or columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05030400.xhp#par_id3155131.3.help.text
msgid ""
"To show a column or row, select the range of rows or columns containing the "
"hidden elements, then choose \\<emph\\>Format - Row - Show\\</emph\\> or "
"\\<emph\\>Format - Column - Show\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05030400.xhp#par_id3145748.4.help.text
msgid ""
"To show all hidden cells, first click in the field in the upper left corner. "
"This selects all cells of the table."
msgstr ""

#: helpcontent2/source/text/scalc/01/05040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05040000.xhp#tit.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040000.xhp#hd_id3155628.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05040000.xhp\\\" "
"name=\\\"Column\\\"\\>Column\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040000.xhp#par_id3148946.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sets the column width and hides or shows selected "
"columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040000.xhp#hd_id3150398.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340200.xhp\\\" "
"name=\\\"Width\\\"\\>Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040000.xhp#hd_id3145171.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05040200.xhp\\\" name=\\\"Optimal "
"Width\\\"\\>Optimal Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05040200.xhp#tit.help.text\n"
"Optimal Column Width"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#bm_id3155628.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; optimal column "
"widths\\</bookmark_value\\>\\<bookmark_value\\>columns; optimal "
"widths\\</bookmark_value\\>\\<bookmark_value\\>optimal column "
"widths\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#hd_id3155628.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05040200.xhp#hd_id3155628.1.help.text\n"
"Optimal Column Width"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#par_id3145068.2.help.text
msgid ""
"\\<variable id=\\\"optitext\\\"\\>\\<ahelp "
"hid=\\\".uno:SetOptimalColumnWidthDi\\\"\\>Defines the optimal column width "
"for selected columns.\\</ahelp\\>\\</variable\\> The optimal column width "
"depends on the longest entry within a column. You can choose from the "
"available \\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" "
"name=\\\"measurement units\\\"\\>measurement units\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#hd_id3150767.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05040200.xhp#hd_id3150767.3.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#par_id3150449.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:METRICFIELD:RID_SCDLG_COL_OPT:ED_VALUE\\\"\\>Defines "
"additional spacing between the longest entry in a column and the vertical "
"column borders.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#hd_id3145785.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05040200.xhp#hd_id3145785.5.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/scalc/01/05040200.xhp#par_id3146120.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_COL_OPT:BTN_DEFVAL\\\"\\>Defines the "
"optimal column width in order to display the entire contents of the "
"column.\\</ahelp\\> The additional spacing for the optimal column width is "
"preset to 0.1 in."
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050000.xhp#tit.help.text\n"
"Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#bm_id1245460.help.text
msgid ""
"\\<bookmark_value\\>CTL;right-to-left "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>sheets;right-to-"
"left\\</bookmark_value\\>\\<bookmark_value\\>right-to-"
"left;spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#hd_id3155923.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05050000.xhp\\\" "
"name=\\\"Sheet\\\"\\>Sheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#par_id3154758.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sets the sheet name and hides or shows selected "
"sheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#hd_id3156280.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05050100.xhp\\\" "
"name=\\\"Rename\\\"\\>Rename\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#hd_id3145787.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05050300.xhp\\\" "
"name=\\\"Show\\\"\\>Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#par_id3150542.5.help.text
msgid ""
"If a sheet has been hidden, the Show Sheet dialog opens, which allows you to "
"select a sheet to be shown again."
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#par_idN10656.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050000.xhp#par_idN10656.help.text\n"
"Right-To-Left"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050000.xhp#par_idN1065A.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SheetRightToLeft\\\"\\>Changes the orientation of the "
"current sheet to Right-To-Left if \\<link "
"href=\\\"text/shared/optionen/01150300.xhp\\\"\\>CTL\\</link\\> support is "
"enabled.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050100.xhp#tit.help.text\n"
"Rename Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#bm_id3147336.help.text
msgid ""
"\\<bookmark_value\\>worksheet "
"names\\</bookmark_value\\>\\<bookmark_value\\>changing; sheet "
"names\\</bookmark_value\\>\\<bookmark_value\\>sheets; "
"renaming\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#hd_id3147336.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050100.xhp#hd_id3147336.1.help.text\n"
"Rename Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#par_id3150792.2.help.text
msgid ""
"\\<variable id=\\\"umbenennentext\\\"\\>\\<ahelp "
"hid=\\\".uno:RenameTable\\\"\\>This command opens a dialog where you can "
"assign a different name to the current sheet.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#par_id3150868.help.text
msgid ""
"\\<link href=\\\"text/scalc/00/00000405.xhp#fotu\\\"\\>\\<embedvar "
"href=\\\"text/scalc/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#hd_id3153968.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050100.xhp#hd_id3153968.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#par_id3155131.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_APPEND_NAME\\\"\\>Enter a new name for the sheet "
"here.\\</ahelp\\> Allowed characters are letters, numbers, spaces, and the "
"underline character."
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#par_id3153092.5.help.text
msgid ""
"You can also open the\\<emph\\> Rename Sheet \\</emph\\>dialog through the "
"context menu by positioning the mouse pointer over a sheet tab at the bottom "
"of the window and \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>clicking while pressing Ctrl "
"\\</caseinline\\>\\<defaultinline\\>clicking the right mouse "
"button\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05050100.xhp#par_id3147396.6.help.text
msgid ""
"Alternatively, click the sheet tab while pressing the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key. Now "
"you can change the name directly. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>\\<embedvar "
"href=\\\""
"text/shared/00/00000099.xhp#winmanager\\\"/\\>\\</caseinline\\>\\</sw"
"itchinline\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050300.xhp#tit.help.text\n"
"Show Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050300.xhp#bm_id3148946.help.text
msgid ""
"\\<bookmark_value\\>sheets; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>displaying; "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050300.xhp#hd_id3148946.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05050300.xhp#hd_id3148946.1.help.text\n"
"Show Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050300.xhp#par_id3148799.2.help.text
msgid ""
"\\<variable id=\\\"tabeintext\\\"\\>\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:Show\\\"\\>Displays sheets that were previously hidden with the "
"\\<emph\\>Hide\\</emph\\> command.\\</ahelp\\>\\</variable\\> Select one "
"sheet only to call the command. The current sheet is always selected. If a "
"sheet other than the current sheet is selected, you can deselect it by "
"pressing \\<switchinline select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\> while "
"clicking the corresponding sheet tab at the bottom of the window."
msgstr ""

#: helpcontent2/source/text/scalc/01/05050300.xhp#hd_id3151112.3.help.text
msgid "Hidden sheets"
msgstr ""

#: helpcontent2/source/text/scalc/01/05050300.xhp#par_id3145273.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MULTILISTBOX:RID_SCDLG_SHOW_TAB:LB_ENTRYLIST\\\" "
"visibility=\\\"visible\\\"\\>Displays a list of all hidden sheets in your "
"spreadsheet document.\\</ahelp\\> To show a certain sheet, click the "
"corresponding entry on the list and confirm with OK."
msgstr ""

#: helpcontent2/source/text/scalc/01/05060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05060000.xhp#tit.help.text\n"
"Merge Cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/05060000.xhp#hd_id3149785.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05060000.xhp\\\" name=\\\"Merge "
"Cells\\\"\\>Merge Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05060000.xhp#par_id3151246.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Combines the selected cells into a single cell or "
"splits merged cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05060000.xhp#par_id3148552.4.help.text
msgid ""
"The merged cell receives the name of the first cell of the original cell "
"range. Merged cells cannot be merged a second time with other cells. The "
"range must form a rectangle, multiple selection is not supported."
msgstr ""

#: helpcontent2/source/text/scalc/01/05060000.xhp#par_id3149665.3.help.text
msgid ""
"If the cells to be merged have any contents, a security dialog is shown."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070000.xhp#tit.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070000.xhp#hd_id3157910.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070000.xhp#hd_id3157910.1.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070000.xhp#par_id3156023.2.help.text
msgid ""
"\\<variable id=\\\"seitetext\\\"\\>\\<ahelp "
"hid=\\\".uno:PageFormatDialog\\\" visibility=\\\"visible\\\"\\>Opens a "
"dialog where you can define the appearance of all pages in your "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#tit.help.text\n"
"Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#bm_id3150542.help.text
msgid ""
"\\<bookmark_value\\>cells; printing "
"grids\\</bookmark_value\\>\\<bookmark_value\\>borders; printing "
"cells\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"grids\\</bookmark_value\\>\\<bookmark_value\\>printing; formulas instead of "
"results\\</bookmark_value\\>\\<bookmark_value\\>printing; zero "
"values\\</bookmark_value\\>\\<bookmark_value\\>zero values; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>null values; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>pages; order when "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing; page "
"order\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3156329.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05070500.xhp\\\" "
"name=\\\"Sheet\\\"\\>Sheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3151384.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_TABLE\\\"\\>Specifies the elements to be "
"included in the printout of all sheets with the current Page Style. "
"Additionally, you can set the print order, the first page number, and the "
"page scale.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150542.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150542.3.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3125863.4.help.text
msgid "Defines which elements of the spreadsheet are to be printed."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3151041.5.help.text
msgid "Column and row headers"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3147228.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_HEADER\\\"\\>Specifies "
"whether you want the column and row headers to be printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150439.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150439.7.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3147436.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_GRID\\\"\\>Prints out the "
"borders of the individual cells as a grid.\\</ahelp\\> For the view on "
"screen, make your choice under \\<emph\\>Tools - Options - %PRODUCTNAME "
"Calc\\</emph\\> - \\<link href=\\\"text/shared/optionen/01060100.xhp\\\" "
"name=\\\"View\\\"\\>\\<emph\\>View\\</emph\\>\\</link\\> - \\<emph\\>Grid "
"lines\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3145750.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3145750.9.help.text\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3150010.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NOTES\\\"\\>Prints the "
"notes defined in your spreadsheet.\\</ahelp\\> They will be printed on a "
"separate page, along with the corresponding cell reference."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3154944.11.help.text
msgid "Objects/graphics"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3149581.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_OBJECTS\\\"\\>Includes all "
"inserted objects (if printable) and graphics with the printed "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3149377.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3149377.13.help.text\n"
"Charts"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3148455.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_CHARTS\\\"\\>Prints the "
"charts that have been inserted into your spreadsheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3153418.15.help.text
msgid "Drawing Objects"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3149122.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_DRAWINGS\\\"\\>Includes "
"all drawing objects in the printed document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150330.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150330.17.help.text\n"
"Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3153715.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_FORMULAS\\\"\\>Prints the "
"formulas contained in the cells, instead of the results.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3156385.19.help.text
msgid "Zero Values"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3149258.20.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_NULLVALS\\\"\\>Specifies "
"that cells with a zero value are printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3154022.21.help.text
msgid "Page Order"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3166423.22.help.text
msgid ""
"Defines the order in which data in a sheet is numbered and printed when it "
"does not fit on one printed page."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3152580.23.help.text
msgid "Top to bottom, then right"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3150205.24.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_TOPDOWN\\\"\\>Prints "
"vertically from the left column to the bottom of the sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150786.25.help.text
msgid "Left to right, then down"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3154657.26.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_TABLE:BTN_LEFTRIGHT\\\"\\>Prints "
"horizontally from the top row of the sheet to the right column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3150887.27.help.text
msgid "First page number"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3155378.28.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_TABLE:BTN_PAGENO\\\"\\>Select this "
"option if you want the first page to start with a number other than "
"1.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3145389.35.help.text
msgid ""
"\\<ahelp hid=\\\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_PAGENO\\\"\\>The first "
"page receives the page number specified in the spin box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3146978.29.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3146978.29.help.text\n"
"Scale"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3149408.30.help.text
msgid "Defines a page scale for the printed spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN1096D.help.text
msgid "Scaling mode"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN10971.help.text
msgid ""
"\\<ahelp hid=\\\"sc:ListBox:RID_SCPAGE_TABLE:LB_SCALEMODE\\\"\\>Select a "
"scaling mode from the list box. Appropriate controls will be shown at the "
"side of the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3155089.31.help.text
msgid "Reduce/enlarge printout"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3159171.32.help.text
msgid "Specifies a scaling factor to scale all printed pages."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN1099A.help.text
msgid "Scaling factor"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3152899.36.help.text
msgid ""
"\\<ahelp hid=\\\"SC_METRICFIELD_RID_SCPAGE_TABLE_ED_SCALEALL\\\" "
"visibility=\\\"hidden\\\"\\>Enter a scaling factor. Factors less than 100 "
"reduce the pages, higher factors enlarge the pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109B2.help.text
msgid "Fit print range(s) to width/height"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109B5.help.text
msgid ""
"Specifies the maximum number of pages horizontally (width) and vertically "
"(height) on which every sheet with the current Page Style is to be printed. "
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109BB.help.text
msgid ""
"The print ranges are always scaled proportionally, so the resulting number "
"of pages may be less than specified."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109BF.help.text
msgid ""
"You may clear one of the boxes, then the unspecified dimension will use as "
"many pages as necessary."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109C3.help.text
msgid ""
"If you clear both boxes, this will result in a scaling factor of 100%."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109CE.help.text
msgid "Width in pages"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109D1.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEWIDTH\\\"\\>Enter the "
"maximum number of pages to be printed horizontally across.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109E8.help.text
msgid "Height in pages"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN109EB.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sc:NumericField:RID_SCPAGE_TABLE:ED_SCALEPAGEHEIGHT\\\"\\>Enter the "
"maximum number of pages to be printed vertically stacked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#hd_id3148868.33.help.text
msgid "Fit print range(s) on number of pages"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3145074.34.help.text
msgid ""
"Specifies the maximum number of pages on which every sheet with the current "
"Page Style is to be printed. The scale will be reduced as necessary to fit "
"the defined number of pages."
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_idN10A26.help.text
msgid "Number of pages"
msgstr ""

#: helpcontent2/source/text/scalc/01/05070500.xhp#par_id3144507.37.help.text
msgid ""
"\\<ahelp hid=\\\"SC:NUMERICFIELD:RID_SCPAGE_TABLE:ED_SCALEPAGENUM\\\" "
"visibility=\\\"hidden\\\"\\>Enter the maximum number of pages to be "
"printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080000.xhp#tit.help.text
msgid "Print Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080000.xhp#hd_id3154013.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05080000.xhp\\\" name=\\\"Print "
"Ranges\\\"\\>Print Ranges\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080000.xhp#par_id3155855.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Manages print ranges. Only cells within the print "
"ranges will be printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080000.xhp#par_id3146119.4.help.text
msgid ""
"If you do not define any print range manually, Calc assigns an automatic "
"print range to include all the cells that are not empty."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080000.xhp#hd_id3154729.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05080300.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05080100.xhp#tit.help.text\n"
"Define"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080100.xhp#hd_id3145673.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05080100.xhp\\\" "
"name=\\\"Define\\\"\\>Define\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080100.xhp#par_id3153896.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DefinePrintArea\\\"\\>Defines an active cell or "
"selected cell area as the print range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05080200.xhp#tit.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080200.xhp#hd_id3153562.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05080200.xhp\\\" "
"name=\\\"Remove\\\"\\>Remove\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080200.xhp#par_id3148550.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeletePrintArea\\\"\\>Removes the defined print "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05080300.xhp#tit.help.text\n"
"Edit Print Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#hd_id3153088.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05080300.xhp#hd_id3153088.1.help.text\n"
"Edit Print Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3159488.2.help.text
msgid ""
"\\<variable id=\\\"druckbereichetext\\\"\\>\\<ahelp "
"hid=\\\".uno:EditPrintArea\\\"\\>Opens a dialog where you can specify the "
"print range.\\</ahelp\\>\\</variable\\> You can also set the rows or columns "
"which are to be repeated in every page."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_idN105AE.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/guide/printranges.xhp#printranges\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#hd_id3156281.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05080300.xhp#hd_id3156281.3.help.text\n"
"Print range"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3147228.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_AREAS:ED_PRINTAREA\\\"\\>Allows you to "
"modify a defined print range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3145174.5.help.text
msgid ""
"Select \\<emph\\>-none-\\</emph\\> to remove a print range definition for "
"the current spreadsheet. Select \\<emph\\>-entire sheet-\\</emph\\> to set "
"the current sheet as a print range. Select \\<emph\\>-selection-\\</emph\\> "
"to define the selected area of a spreadsheet as the print range. By "
"selecting \\<emph\\>-user-defined-\\</emph\\>, you can define a print range "
"that you have already defined using the \\<emph\\>Format - Print Ranges - "
"Define\\</emph\\> command. If you have given a name to a range using the "
"\\<emph\\>Insert - Names - Define\\</emph\\> command, this name will be "
"displayed and can be selected from the list box."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3145272.6.help.text
msgid ""
"In the right-hand text box, you can enter a print range by reference or by "
"name. If the cursor is in the \\<emph\\>Print range\\</emph\\> text box, you "
"can also select the print range in the spreadsheet with your mouse."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#hd_id3149260.7.help.text
msgid "Rows to repeat"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3147426.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATROW\\\"\\>Choose one or "
"more rows to print on every page. In the right text box enter the row "
"reference, for example, \"1\" or $1\" or \"$2:$3\".\\</ahelp\\> The list box "
"displays \\<emph\\>-user defined-\\</emph\\>. You can also select \\<emph\\>-"
"none-\\</emph\\> to remove a defined repeating row."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3155418.9.help.text
msgid ""
"You can also define repeating rows by dragging the mouse in the spreadsheet, "
"if the cursor is in the \\<emph\\>Rows to repeat\\</emph\\> text field in "
"the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#hd_id3149581.10.help.text
msgid "Columns to repeat"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3155602.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_AREAS:ED_REPEATCOL\\\"\\>Choose one or "
"more columns to print on every page. In the right text box enter the column "
"reference, for example, \"A\" or \"AB\" or \"$C:$E\".\\</ahelp\\> The list "
"box then displays \\<emph\\>-user defined-\\</emph\\>. You can also select "
"\\<emph\\>-none-\\</emph\\> to remove a defined repeating column."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080300.xhp#par_id3150749.12.help.text
msgid ""
"You can also define repeating columns by dragging the mouse in the "
"spreadsheet, if the cursor is in the \\<emph\\>Columns to repeat\\</emph\\> "
"text field in the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/05080400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05080400.xhp#tit.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080400.xhp#hd_id3149457.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05080400.xhp\\\" "
"name=\\\"Add\\\"\\>Add\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05080400.xhp#par_id3156423.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AddPrintArea\\\"\\>Adds the current selection to the "
"defined print areas.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#tit.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#bm_id3150447.help.text
msgid ""
"\\<bookmark_value\\>Stylist, see Styles and Formatting "
"window\\</bookmark_value\\>\\<bookmark_value\\>Styles and Formatting "
"window\\</bookmark_value\\>\\<bookmark_value\\>formats; Styles and "
"Formatting window\\</bookmark_value\\>\\<bookmark_value\\>formatting; Styles "
"and Formatting window\\</bookmark_value\\>\\<bookmark_value\\>paint can for "
"applying styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3150447.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05100000.xhp\\\" name=\\\"Styles\\\"\\>Styles "
"and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3147434.2.help.text
msgid ""
"Use the Styles and Formatting window to assign styles to objects and text "
"sections. You can update Styles, modify existing Styles or create new Styles."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3149665.30.help.text
msgid ""
"The Styles and Formatting \\<link "
"href=\\\"text/shared/00/00000005.xhp#andocken\\\" name=\\\"dockable "
"window\\\"\\>dockable window\\</link\\> can remain open while editing the "
"document."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3150012.36.help.text
msgid "How to apply a cell style:"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3159155.37.help.text
msgid "Select the cell or cell range."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3145749.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/05100000.xhp#par_id3145749.38.help.text\n"
"Double-click the style in the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153877.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153877.4.help.text\n"
"Cell Styles"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3145801.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ParaStyle\\\"\\>Displays the list of the available "
"Cell Styles for \\<link "
"href=\\\"text/shared/00/00000005.xhp#formatierung\\\" name=\\\"indirect cell "
"formatting\\\"\\>indirect cell formatting\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3150751.help.text
msgid ""
"\\<image id=\\\"img_id3153714\\\" src=\\\"sc/res/sf01.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153714\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3154255.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3154255.5.help.text\n"
"Cell Styles"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153963.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153963.7.help.text\n"
"Page Styles"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3147003.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PageStyle\\\"\\>Displays the Page Styles available for "
"indirect page formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3159100.help.text
msgid ""
"\\<image id=\\\"img_id3149814\\\" src=\\\"sw/imglst/sf04.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149814\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3150361.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3150361.8.help.text\n"
"Page Styles"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3150202.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3150202.10.help.text\n"
"Fill Format Mode"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3155531.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLDLG_WATERCAN\\\"\\>Turns the Fill Format mode on "
"and off. Use the paint can to assign the Style selected in the Styles and "
"Formatting window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3155087.help.text
msgid ""
"\\<image id=\\\"img_id3153068\\\" "
"src=\\\"res/commandimagelist/sc_fillstyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153068\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3156198.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/05100000.xhp#par_id3156198.11.help.text\n"
"Fill Format Mode"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3148870.13.help.text
msgid "How to apply a new style with the paint can:"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3145078.27.help.text
msgid "Select the desired style from the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3159098.28.help.text
msgid "Click the \\<emph\\>Fill Format Mode\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3148609.15.help.text
msgid ""
"Click a cell to format it, or drag your mouse over a certain range to format "
"the whole range. Repeat this action for other cells and ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3149438.29.help.text
msgid ""
"Click the \\<emph\\>Fill Format Mode\\</emph\\> again to exit this mode."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153975.16.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153975.16.help.text\n"
"New Style from Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3153248.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLDLG_NEWBYEXAMPLE\\\"\\>Creates a new style based "
"on the formatting of a selected object.\\</ahelp\\> Assign a name for the "
"style in the \\<link href=\\\"text/shared/01/05140100.xhp\\\" "
"name=\\\"Create Style\\\"\\>Create Style\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3150050.help.text
msgid ""
"\\<image id=\\\"img_id3154649\\\" "
"src=\\\"res/commandimagelist/sc_styleupdatebyexample.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154649\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3146963.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/05100000.xhp#par_id3146963.17.help.text\n"
"New Style from Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153813.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3153813.19.help.text\n"
"Update Style"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3154707.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/05100000.xhp#par_id3154707.21.help.text\n"
"\\<ahelp hid=\\\"HID_TEMPLDLG_UPDATEBYEXAMPLE\\\"\\>Updates the Style "
"selected in the Styles and Formatting window with the current formatting of "
"the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3145118.help.text
msgid ""
"\\<image id=\\\"img_id3155754\\\" "
"src=\\\"res/commandimagelist/sc_styleupdatebyexample.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155754\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3147501.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/05100000.xhp#par_id3147501.20.help.text\n"
"Update Style"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_idN109BE.help.text
msgid "Style List"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_idN109C2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATE_FMT\\\"\\>Displays the list of the styles from "
"the selected style category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_idN109D1.help.text
msgid ""
"In the \\<link href=\\\"text/shared/00/00000005.xhp#kontextmenue\\\" "
"name=\\\"context menu\\\"\\>context menu\\</link\\> you can choose commands "
"to create a new style, delete a user-defined style, or change the selected "
"style."
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3149053.24.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05100000.xhp#hd_id3149053.24.help.text\n"
"Style Groups"
msgstr ""

#: helpcontent2/source/text/scalc/01/05100000.xhp#par_id3147299.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATE_FILTER\\\"\\>Lists the available style "
"groups.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#tit.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3149666.1.help.text
msgid ""
"\\<variable id=\\\"autoformat\\\"\\>\\<link "
"href=\\\"text/scalc/01/05110000.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>AutoFormat\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3145367.2.help.text
msgid ""
"\\<variable id=\\\"autoformattext\\\"\\>\\<ahelp hid=\\\".\\\"\\>Use this "
"command to apply an AutoFormat to a selected sheet area or to define your "
"own AutoFormats.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3148455.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3148455.3.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3145799.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_AUTOFORMAT:LB_FORMAT\\\"\\>Choose a "
"predefined AutoFormat to apply to a selected area in your sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3149410.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3149410.5.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3154017.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_AUTOFORMAT:BTN_ADD\\\"\\>Allows you "
"to add the current formatting of a range of at least 4 x 4 cells to the list "
"of predefined AutoFormats.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/01/05150101.xhp\\\" name=\\\"Add AutoFormat\\\"\\>Add "
"AutoFormat\\</link\\> dialog then appears."
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3153708.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_AUTOFMT_NAME\\\"\\>Enter a name and click "
"\\<emph\\>OK\\</emph\\>. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3150044.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3150044.7.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3146920.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MOREBUTTON:RID_SCDLG_AUTOFORMAT:BTN_MORE\\\"\\>Opens the "
"\\<emph\\>Formatting\\</emph\\> section, which displays the formatting "
"overrides that can be applied to the spreadsheet. Deselecting an option "
"keeps the format of the current spreadsheet for that format type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155961.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155961.9.help.text\n"
"Formatting"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3153965.10.help.text
msgid ""
"In this section you can select or deselect the available formatting options. "
"If you want to keep any of the settings currently in your spreadsheet, "
"deselect the corresponding option."
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3154021.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3154021.11.help.text\n"
"Number format"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3159239.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_NUMFORMAT\\\"\\>When "
"marked, specifies that you want to retain the number format of the selected "
"format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3149530.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3149530.13.help.text\n"
"Borders"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3145259.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_BORDER\\\"\\>When "
"marked, specifies that you want to retain the border of the selected "
"format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3154657.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3154657.15.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3152990.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_FONT\\\"\\>When "
"marked, specifies that you want to retain the font of the selected "
"format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155379.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155379.17.help.text\n"
"Pattern"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3150368.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_PATTERN\\\"\\>When "
"marked, specifies that you want to retain the pattern of the selected "
"format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3146115.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3146115.19.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3156445.20.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ALIGNMENT\\\"\\>When "
"marked, specifies that you want to retain the alignment of the selected "
"format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155811.21.help.text
msgid "AutoFit width and height"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3148703.22.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_AUTOFORMAT:BTN_ADJUST\\\"\\>When "
"marked, specifies that you want to retain the width and height of the "
"selected cells of the selected format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3159223.26.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3159223.26.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3153064.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_RENAME_AUTOFMT\\\"\\>Opens a dialog where you can "
"change the specification of the selected AutoFormat.\\</ahelp\\> The button "
"is only visible if you clicked the \\<emph\\>More\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3153912.28.help.text
msgid ""
"The \\<emph\\>Rename AutoFormat\\</emph\\> dialog opens.\\<ahelp "
"hid=\\\"HID_SC_REN_AFMT_NAME\\\"\\> Enter the new name of the AutoFormat "
"here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155264.23.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05110000.xhp#hd_id3155264.23.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/scalc/01/05110000.xhp#par_id3159094.24.help.text
msgid ""
"Closes the \\<emph\\>Formatting\\</emph\\> options section, if it is "
"currently open."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05120000.xhp#tit.help.text\n"
"Conditional Formatting"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3155132.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3155132.1.help.text\n"
"Conditional Formatting"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3163710.2.help.text
msgid ""
"\\<variable id=\\\"bedingtetext\\\"\\>\\<ahelp "
"hid=\\\".uno:ConditionalFormatDialog\\\"\\>Choose \\<emph\\>Conditional "
"Formatting\\</emph\\> to define format styles depending on certain "
"conditions.\\</ahelp\\>\\</variable\\> If a style was already assigned to a "
"cell, it remains unchanged. The style entered here is then evaluated. You "
"can enter three conditions that query the contents of cell values or "
"formulas. The conditions are evaluated from 1 to 3. If the condition 1 "
"matches the condition, the defined style will be used. Otherwise, condition "
"2 is evaluated, and its defined style used. If this style does not match, "
"condition 3 is evaluated."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#bm_id3153189.help.text
msgid ""
"\\<bookmark_value\\>conditional formatting; conditions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3153189.18.help.text
msgid "Condition 1/2/3"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3149413.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_CONDFORMAT:CBX_COND3\\\"\\>Mark the "
"boxes corresponding to each condition and enter the corresponding "
"condition.\\</ahelp\\> To close the dialog, click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3147394.5.help.text
msgid "Cell Value / Formula"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3155602.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_1\\\"\\>Specifies "
"if conditional formatting is dependent on a cell value or a "
"formula.\\</ahelp\\> If you select a formula as a reference, the "
"\\<emph\\>Cell Value Condition\\</emph\\> box is displayed to the right of "
"the \\<emph\\>Cell value/Formula\\</emph\\> field. If the condition is "
"\"Formula is\", enter a cell reference. If the cell reference is a value "
"other than zero, the condition matches."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3153709.7.help.text
msgid "Cell Value Condition"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3153764.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_2\\\"\\>Choose a "
"condition for the format to be applied to the selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3156384.9.help.text
msgid "Cell Style"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3145228.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:LISTBOX:RID_SCDLG_CONDFORMAT:LB_COND3_TEMPLATE\\\"\\>Choose the "
"style to be applied if the specified condition matches.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#hd_id3146316.11.help.text
msgid "Parameter field"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3155114.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_CONDFORMAT:EDT_COND3_2\\\" "
"visibility=\\\"hidden\\\"\\>Enter a reference, value or formula.\\</ahelp\\> "
"Enter a reference, value or formula in the parameter field, or in both "
"parameter fields if you have selected a condition that requires two "
"parameters. You can also enter formulas containing relative references."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3145257.13.help.text
msgid ""
"Once the parameters have been defined, the condition is complete. It may "
"appear as:"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3150784.14.help.text
msgid ""
"Cell value is equal 0: Cell style Null value (You must have already defined "
"a cell style with this name before assigning it to a condition)."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3150365.15.help.text
msgid ""
"Cell value is between $B$20 and $B$21: Cell style Result (The corresponding "
"value limits must already exist in cells B20 and B21)"
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_id3152992.16.help.text
msgid ""
"Formula is SUM($A$1:$A$5)=10: Cell style Result (The selected cells are "
"formatted with the Result style if the sum of the contents in cells A1 to A5 "
"is equal to 10."
msgstr ""

#: helpcontent2/source/text/scalc/01/05120000.xhp#par_idN107E1.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/scalc/guide/cellstyle_conditional.xhp#cellstyle_cond"
"itional\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05130005.xhp#tit.help.text
msgid "Cell style"
msgstr ""

#: helpcontent2/source/text/scalc/01/05130005.xhp#hd_id3156423.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05130005.xhp\\\" name=\\\"Cell "
"style\\\"\\>Cell style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/05130005.xhp#par_id3150868.2.help.text
msgid "Allows you to create a new cell style."
msgstr ""

#: helpcontent2/source/text/scalc/01/05130005.xhp#hd_id3153952.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/05130005.xhp#hd_id3153952.3.help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Numbers\\\"\\>Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06020000.xhp#tit.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#bm_id3159399.help.text
msgid ""
"\\<bookmark_value\\>automatic hyphenation in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>hyphenation in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>syllables in "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#hd_id3159399.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06020000.xhp#hd_id3159399.1.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3145068.2.help.text
msgid ""
"\\<variable id=\\\"silben\\\"\\>\\<ahelp hid=\\\".uno:Hyphenate\\\"\\>The "
"\\<emph\\>Hyphenation \\</emph\\>command calls the dialog for setting the "
"hyphenation in $[officename] Calc.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3154366.3.help.text
msgid ""
"You can only turn on the automatic hyphenation in $[officename] Calc when "
"the \\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"row "
"break\\\"\\>row break\\</link\\> feature is active."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#hd_id3153192.4.help.text
msgid "Hyphenation for selected cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3150868.5.help.text
msgid "Select the cells for which you want to change the hyphenation."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3150440.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3150440.6.help.text\n"
"Choose \\<emph\\>Tools - Hyphenation\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3156441.7.help.text
msgid ""
"The \\<emph\\>Format Cells\\</emph\\> dialog appears with the "
"\\<emph\\>Alignment\\</emph\\> tab page open."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3149260.12.help.text
msgid ""
"Mark the \\<emph\\>Automatic line break\\</emph\\> and the "
"\\<emph\\>Hyphenation active\\</emph\\> check boxes."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#hd_id3153094.8.help.text
msgid "Hyphenation for Drawing Objects"
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3148577.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3148577.9.help.text\n"
"Select a drawing object."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3156285.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/06020000.xhp#par_id3156285.10.help.text\n"
"Choose \\<emph\\>Tools - Hyphenation\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/06020000.xhp#par_id3147394.11.help.text
msgid ""
"Each time you call the command you turn the hyphenation for the drawing "
"object on or off. A check mark shows the current status."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030000.xhp#tit.help.text
msgid "Detective"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030000.xhp#bm_id3151245.help.text
msgid ""
"\\<bookmark_value\\>cell links "
"search\\</bookmark_value\\>\\<bookmark_value\\>searching for links in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>traces;precedents and "
"dependents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030000.xhp#hd_id3151245.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06030000.xhp#hd_id3151245.1.help.text\n"
"\\<link href=\\\"text/scalc/01/06030000.xhp\\\" "
"name=\\\"Detective\\\"\\>Detective\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030000.xhp#par_id3151211.2.help.text
msgid ""
"This command activates the Spreadsheet Detective. With the Detective, you "
"can trace the dependencies from the current formula cell to the cells in the "
"spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030000.xhp#par_id3150447.3.help.text
msgid ""
"Once you have defined a trace, you can point with the mouse cursor to the "
"trace. The mouse cursor will change its shape. Double-click the trace with "
"this cursor to select the referenced cell at the end of the trace. "
msgstr ""

#: helpcontent2/source/text/scalc/01/06030100.xhp#tit.help.text
msgid "Trace Precedents"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030100.xhp#bm_id3155628.help.text
msgid ""
"\\<bookmark_value\\>cells; tracing "
"precedents\\</bookmark_value\\>\\<bookmark_value\\>formula cells;tracing "
"precedents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030100.xhp#hd_id3155628.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030100.xhp\\\" name=\\\"Trace "
"Precedents\\\"\\>Trace Precedents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030100.xhp#par_id3153542.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowPrecedents\\\"\\>This function shows the "
"relationship between the current cell containing a formula and the cells "
"used in the formula.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030100.xhp#par_id3147265.4.help.text
msgid ""
"Traces are displayed in the sheet with marking arrows. At the same time, the "
"range of all the cells contained in the formula of the current cell is "
"highlighted with a blue frame."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030100.xhp#par_id3154321.3.help.text
msgid ""
"This function is based on a principle of layers. For example, if the "
"precedent cell to a formula is already indicated with a tracer arrow, when "
"you repeat this command, the tracer arrows are drawn to the precedent cells "
"of this cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030200.xhp#tit.help.text
msgid "Remove Precedents"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030200.xhp#bm_id3155628.help.text
msgid ""
"\\<bookmark_value\\>cells; removing "
"precedents\\</bookmark_value\\>\\<bookmark_value\\>formula cells;tracing "
"precedents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030200.xhp#hd_id3155628.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030200.xhp\\\" name=\\\"Remove "
"Precedents\\\"\\>Remove Precedents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030200.xhp#par_id3149456.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ClearArrowPrecedents\\\"\\>Deletes one level of the "
"trace arrows that were inserted with the \\<emph\\>Trace "
"Precedents\\</emph\\> command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030300.xhp#tit.help.text
msgid "Trace Dependents"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030300.xhp#bm_id3153252.help.text
msgid "\\<bookmark_value\\>cells; tracing dependents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030300.xhp#hd_id3153252.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030300.xhp\\\" name=\\\"Trace "
"Dependents\\\"\\>Trace Dependents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030300.xhp#par_id3156024.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowDependents\\\" visibility=\\\"visible\\\"\\>Draws "
"tracer arrows to the active cell from formulas that depend on values in the "
"active cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030300.xhp#par_id3148948.4.help.text
msgid ""
"The area of all cells that are used together with the active cell in a "
"formula is highlighted by a blue frame."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030300.xhp#par_id3151112.3.help.text
msgid ""
"This function works per level. For instance, if one level of traces has "
"already been activated to show the precedents (or dependents), then you "
"would see the next dependency level by activating the "
"\\<emph\\>Trace\\</emph\\> function again."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030400.xhp#tit.help.text
msgid "Remove Dependents"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030400.xhp#bm_id3147335.help.text
msgid "\\<bookmark_value\\>cells; removing dependents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030400.xhp#hd_id3147335.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030400.xhp\\\" name=\\\"Remove "
"Dependents\\\"\\>Remove Dependents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030400.xhp#par_id3148663.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:ClearArrowDependents\\\"\\>Deletes one level of tracer arrows "
"created with \\<emph\\>Trace Dependents\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030500.xhp#tit.help.text
msgid "Remove All Traces"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030500.xhp#bm_id3153088.help.text
msgid "\\<bookmark_value\\>cells; removing traces\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030500.xhp#hd_id3153088.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030500.xhp\\\" name=\\\"Remove All "
"Traces\\\"\\>Remove All Traces\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030500.xhp#par_id3151246.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ClearArrows\\\" visibility=\\\"visible\\\"\\>Removes "
"all tracer arrows from the spreadsheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030600.xhp#tit.help.text
msgid "Trace Error"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030600.xhp#bm_id3153561.help.text
msgid ""
"\\<bookmark_value\\>cells; tracing "
"errors\\</bookmark_value\\>\\<bookmark_value\\>tracing "
"errors\\</bookmark_value\\>\\<bookmark_value\\>error "
"tracing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030600.xhp#hd_id3153561.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030600.xhp\\\" name=\\\"Trace "
"Error\\\"\\>Trace Error\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030600.xhp#par_id3148550.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowErrors\\\" visibility=\\\"visible\\\"\\>Draws "
"tracer arrows to all precedent cells which cause an error value in a "
"selected cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030700.xhp#tit.help.text
msgid "Fill Mode"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030700.xhp#bm_id3145119.help.text
msgid ""
"\\<bookmark_value\\>cells; trace fill "
"mode\\</bookmark_value\\>\\<bookmark_value\\>traces; precedents for multiple "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030700.xhp#hd_id3145119.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030700.xhp\\\" name=\\\"Fill "
"Mode\\\"\\>Fill Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030700.xhp#par_id3151246.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AuditingFillMode\\\"\\>Activates the Fill Mode in the "
"Detective. The mouse pointer changes to a special symbol, and you can click "
"any cell to see a trace to the precedent cell.\\</ahelp\\> To exit this "
"mode, press Escape or click the \\<emph\\>End Fill Mode\\</emph\\> command "
"in the context menu."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030700.xhp#par_id3151211.3.help.text
msgid ""
"The \\<emph\\>Fill Mode\\</emph\\> function is identical to the \\<link "
"href=\\\"text/scalc/01/06030100.xhp\\\" name=\\\"Trace Precedent\\\"\\>Trace "
"Precedent\\</link\\> command if you call this mode for the first time. Use "
"the context menu to select further options for the Fill Mode and to exit "
"this mode."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030800.xhp#tit.help.text
msgid "Mark Invalid Data"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030800.xhp#bm_id3153821.help.text
msgid ""
"\\<bookmark_value\\>cells; invalid "
"data\\</bookmark_value\\>\\<bookmark_value\\>data; showing invalid "
"data\\</bookmark_value\\>\\<bookmark_value\\>invalid "
"data;marking\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030800.xhp#hd_id3153821.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030800.xhp\\\" name=\\\"Mark Invalid "
"Data\\\"\\>Mark Invalid Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030800.xhp#par_id3147264.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowInvalid\\\" visibility=\\\"visible\\\"\\>Marks all "
"cells in the sheet that contain values outside the validation "
"rules.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030800.xhp#par_id3151211.3.help.text
msgid ""
"The \\<link href=\\\"text/scalc/01/12120000.xhp\\\" name=\\\"validity "
"rules\\\"\\>validity rules\\</link\\> restrict the input of numbers, dates, "
"time values and text to certain values. However, it is possible to enter "
"invalid values or copy invalid values into the cells if the "
"\\<emph\\>Stop\\</emph\\> option is not selected. When you assign a validity "
"rule, existing values in a cell will not be modified."
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#tit.help.text
msgid "Refresh Traces"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#bm_id3152349.help.text
msgid ""
"\\<bookmark_value\\>cells; refreshing "
"traces\\</bookmark_value\\>\\<bookmark_value\\>traces; "
"refreshing\\</bookmark_value\\>\\<bookmark_value\\>updating "
"traces\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#hd_id3152349.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06030900.xhp\\\" name=\\\"Refresh "
"Traces\\\"\\>Refresh Traces\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#par_id3148947.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RefreshArrows\\\"\\>Redraws all traces in the sheet. "
"Formulas modified when traces are redrawn are taken into account.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#par_id3148798.3.help.text
msgid ""
"Detective arrows in the document are updated under the following "
"circumstances:"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#par_id3153192.4.help.text
msgid ""
"Starting \\<emph\\>Tools - Detective - Update Refresh Traces\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06030900.xhp#par_id3151041.5.help.text
msgid ""
"If \\<emph\\>Tools - Detective - Update Automatically\\</emph\\> is turned "
"on, every time formulas are changed in the document."
msgstr ""

#: helpcontent2/source/text/scalc/01/06031000.xhp#tit.help.text
msgid "AutoRefresh"
msgstr ""

#: helpcontent2/source/text/scalc/01/06031000.xhp#bm_id3154515.help.text
msgid ""
"\\<bookmark_value\\>cells; autorefreshing "
"traces\\</bookmark_value\\>\\<bookmark_value\\>traces; "
"autorefreshing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06031000.xhp#hd_id3154515.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06031000.xhp\\\" "
"name=\\\"AutoRefresh\\\"\\>AutoRefresh\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06031000.xhp#par_id3147264.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoRefreshArrows\\\" "
"visibility=\\\"visible\\\"\\>Automatically refreshes all the traces in the "
"sheet whenever you modify a formula.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06040000.xhp#tit.help.text\n"
"Goal Seek"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3155629.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3155629.1.help.text\n"
"Goal Seek"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#par_id3145119.2.help.text
msgid ""
"\\<variable id=\\\"zielwertsuchetext\\\"\\>\\<ahelp "
"hid=\\\".uno:GoalSeekDialog\\\"\\>Opens a dialog where you can solve an "
"equation with a variable.\\</ahelp\\>\\</variable\\> After a successful "
"search, a dialog with the results opens, allowing you to apply the result "
"and the target value directly to the cell."
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3149656.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3149656.3.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#par_id3151211.4.help.text
msgid "In this section, you can define the variables in your formula."
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3150869.5.help.text
msgid "Formula cell"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#par_id3153194.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_SOLVER:ED_FORMULACELL\\\"\\>In the "
"formula cell, enter the reference of the cell which contains the formula. It "
"contains the current cell reference.\\</ahelp\\> Click another cell in the "
"sheet to apply its reference to the text box."
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3154685.7.help.text
msgid "Target value"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#par_id3146984.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_SOLVER:ED_TARGETVAL\\\"\\>Specifies the "
"value you want to achieve as a new result.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#hd_id3150012.9.help.text
msgid "Variable cell"
msgstr ""

#: helpcontent2/source/text/scalc/01/06040000.xhp#par_id3147427.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_SOLVER:ED_VARCELL\\\"\\>Specifies the "
"reference for the cell that contains the value you want to adjust in order "
"to reach the target.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06050000.xhp#tit.help.text\n"
"Create Scenario"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3156023.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3156023.1.help.text\n"
"Create Scenario"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3150541.2.help.text
msgid ""
"\\<variable id=\\\"szenariotext\\\"\\>\\<ahelp "
"hid=\\\".uno:ScenarioManager\\\"\\>Defines a scenario for the selected sheet "
"area.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_idN10637.help.text
msgid "\\<embedvar href=\\\"text/scalc/guide/scenario.xhp#scenario\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3156280.3.help.text
msgid "Name of scenario"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3151041.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SCENWIN_TOP\\\"\\>Defines the name for the scenario. "
"Use a clear and unique name so you can easily identify the "
"scenario.\\</ahelp\\> You can also modify a scenario name in the Navigator "
"through the \\<emph\\>Properties \\</emph\\>context menu command."
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3153954.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3153954.14.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3155411.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SCENWIN_BOTTOM\\\"\\>Specifies additional "
"information about the scenario. This information will be displayed in the "
"\\<link href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> when you click the "
"\\<emph\\>Scenarios\\</emph\\> icon and select the desired "
"scenario.\\</ahelp\\> You can also modify this information in the Navigator "
"through the \\<emph\\>Properties \\</emph\\>context menu command."
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3145273.16.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3145273.16.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3153364.17.help.text
msgid ""
"This section is used to define some of the settings used in the scenario "
"display."
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3145367.18.help.text
msgid "Display border"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3151073.19.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_NEWSCENARIO:LB_COLOR\\\"\\>Highlights "
"the scenario in your table with a border. The color for the border is "
"specified in the field to the right of this option.\\</ahelp\\> The border "
"will have a title bar displaying the name of the last scenario. The button "
"on the right of the scenario border offers you an overview of all the "
"scenarios in this area, if several have been defined. You can choose any of "
"the scenarios from this list without restrictions."
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3149582.20.help.text
msgid "Copy back"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3154942.21.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_TWOWAY\\\"\\>Copies "
"the values of cells that you change into the active scenario. If you do not "
"select this option, the scenario is not changed when you change cell values. "
"The behavior of the \\<emph\\>Copy back\\</emph\\> setting depends on the "
"cell protection, the sheet protection, and the \\<emph\\>Prevent "
"changes\\</emph\\> settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#hd_id3149402.22.help.text
msgid "Copy entire sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_id3146969.23.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_NEWSCENARIO:CB_COPYALL\\\"\\>Copies "
"the entire sheet into an additional scenario sheet. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_idN1075A.help.text
msgid "Prevent changes"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_idN1075E.help.text
msgid ""
"\\<ahelp hid=\\\"sc:CheckBox:RID_SCDLG_NEWSCENARIO:CB_PROTECT\\\"\\>Prevents "
"changes to the active scenario. The behavior of the \\<emph\\>Copy "
"back\\</emph\\> setting depends on the cell protection, the sheet "
"protection, and the \\<emph\\>Prevent changes\\</emph\\> "
"settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_idN10778.help.text
msgid ""
"You can only change the scenario properties if the \\<emph\\>Prevent "
"changes\\</emph\\> option is not selected and if the sheet is not protected."
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_idN10780.help.text
msgid ""
"You can only edit cell values if the \\<emph\\>Prevent changes\\</emph\\> "
"option is selected, if the \\<emph\\>Copy back\\</emph\\> is option is not "
"selected, and if the cells are not protected."
msgstr ""

#: helpcontent2/source/text/scalc/01/06050000.xhp#par_idN1078C.help.text
msgid ""
"You can only change scenario cell values and write them back into the "
"scenario if the \\<emph\\>Prevent changes\\</emph\\> option is not selected, "
"if the \\<emph\\>Copy back\\</emph\\> option is selected, and if the cells "
"are not protected."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060000.xhp#tit.help.text
msgid "Protect Document"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060000.xhp#hd_id3148946.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06060000.xhp\\\" name=\\\"Protect "
"Document\\\"\\>Protect Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060000.xhp#par_id3153362.2.help.text
msgid ""
"The\\<emph\\> Protect Document \\</emph\\>command prevents changes from "
"being made to cells in the sheets or to sheets in a document. As an option, "
"you can define a password. If a password is defined, removal of the "
"protection is only possible if the user enters the correct password."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060000.xhp#hd_id3147228.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06060100.xhp\\\" "
"name=\\\"Sheets\\\"\\>Sheets\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060000.xhp#hd_id3153768.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06060200.xhp\\\" "
"name=\\\"Documents\\\"\\>Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06060100.xhp#tit.help.text\n"
"Protecting Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#hd_id3153087.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06060100.xhp#hd_id3153087.1.help.text\n"
"Protecting Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3148664.2.help.text
msgid ""
"\\<variable id=\\\"tabelletext\\\"\\>\\<ahelp "
"hid=\\\".uno:Protect\\\"\\>Protects the cells in the current sheet from "
"being modified.\\</ahelp\\>\\</variable\\> Choose \\<emph\\>Tools - Protect "
"Document - Sheet\\</emph\\> to open the \\<emph\\>Protect Sheet\\</emph\\> "
"dialog in which you then specify sheet protection with or without a password."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3149664.5.help.text
msgid ""
"To protect cells from further editing, the \\<emph\\>Protected\\</emph\\> "
"check box must be checked on the \\<link "
"href=\\\"text/scalc/01/05020600.xhp\\\" name=\\\"Format - Cells - Cell "
"Protection\\\"\\>\\<emph\\>Format - Cells - Cell "
"Protection\\</emph\\>\\</link\\> tab page or on the \\<emph\\>Format "
"Cells\\</emph\\> context menu."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3154490.8.help.text
msgid ""
"Unprotected cells or cell ranges can be set up on a protected sheet by using "
"the \\<emph\\>Tools - Protect Document - Sheet\\</emph\\> and "
"\\<emph\\>Format - Cells - Cell Protection\\</emph\\> menus: "
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3149123.16.help.text
msgid "Select the cells that will be unprotected"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3150329.17.help.text
msgid ""
"Select \\<emph\\>Format - Cells - Cell Protection\\</emph\\>. Unmark the "
"\\<emph\\>Protected\\</emph\\> box and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3156384.18.help.text
msgid ""
"On the \\<emph\\>Tools - Protect Document - Sheet\\</emph\\> menu, activate "
"protection for the sheet. Effective immediately, only the cell range you "
"selected in step 1 can be edited."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3149566.9.help.text
msgid ""
"To later change an unprotected area to a protected area, select the range. "
"Next, on the \\<emph\\>Format - Cells - Cell Protection\\</emph\\> tab page, "
"check the \\<emph\\>Protected\\</emph\\> box. Finally, choose the "
"\\<emph\\>Tools - Protect Document - Sheet \\</emph\\>menu. The previously "
"editable range is now protected."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3153964.10.help.text
msgid ""
"Sheet protection also affects the context menu of the sheet tabs at the "
"bottom of the screen. The \\<emph\\>Delete\\</emph\\> and "
"\\<emph\\>Move/Copy\\</emph\\> commands cannot be selected."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3150301.19.help.text
msgid ""
"If a sheet is protected, you will not be able to modify or delete any Cell "
"Styles."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3154656.3.help.text
msgid ""
"A protected sheet or cell range can no longer be modified until this "
"protection is disabled. To disable the protection, choose the "
"\\<emph\\>Tools - Protect Document - Sheet\\</emph\\> command. If no "
"password was set, the sheet protection is immediately disabled. If the sheet "
"was password protected, the \\<emph\\>Remove Protection\\</emph\\> dialog "
"opens, where you must enter the password."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3149815.11.help.text
msgid ""
"Once saved, protected sheets can only be saved again by using the "
"\\<emph\\>File - Save As\\</emph\\> command."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#hd_id3150206.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06060100.xhp#hd_id3150206.4.help.text\n"
"Password (optional)"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3152990.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Protect\\\"\\>Allows you to enter a password to "
"protect the sheet from unauthorized changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060100.xhp#par_id3148700.12.help.text
msgid ""
"Complete protection of your work can be achieved by combining both options "
"on the \\<emph\\>Tools - Protect Document\\</emph\\> menu, 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 ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06060200.xhp#tit.help.text\n"
"Protecting document"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#hd_id3150541.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06060200.xhp#hd_id3150541.1.help.text\n"
"Protecting document"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#par_id3145172.2.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 document\\</emph\\> dialog with \\<emph\\>Tools - Protect "
"Document - Document\\</emph\\>. Optionally enter a password and click OK."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#par_id3153188.6.help.text
msgid ""
"The structure of protected spreadsheet documents can be changed only if the "
"\\<emph\\>Protect\\</emph\\> option is disabled. On the context menus for "
"the spreadsheet tabs at the lower graphic border, only the menu item "
"\\<emph\\>Select All Sheets\\</emph\\> can be activated. All other menu "
"items are deactivated. To remove the protection, call up the command "
"\\<emph\\>Tools - Protect Document - Document\\</emph\\> again. If no "
"password is assigned, protection is immediately removed. If you were "
"assigned a password, the \\<emph\\>Remove Spreadsheet Protection\\</emph\\> "
"dialog appears, in which you must enter the password. Only then can you "
"remove the check mark specifying that protection is active."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#par_id3145750.7.help.text
msgid ""
"A protected document, once saved, can only be saved again with the "
"\\<emph\\>File - Save As\\</emph\\> menu command. "
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#hd_id3152596.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/06060200.xhp#hd_id3152596.4.help.text\n"
"Password (optional)"
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#par_id3155412.5.help.text
msgid ""
"You can create a password to protect your document against unauthorized or "
"accidental modifications."
msgstr ""

#: helpcontent2/source/text/scalc/01/06060200.xhp#par_id3150717.9.help.text
msgid ""
"You can completely protect your work by combining both options from "
"\\<emph\\>Tools - Protect Document\\</emph\\>, including password entry. If "
"you want to prevent the document from being opened by other users, select "
"\\<emph\\>Save With Password \\</emph\\>and click the "
"\\<emph\\>Save\\</emph\\> button. The \\<emph\\>Enter Password\\</emph\\> "
"dialog appears. Consider carefully when choosing a password; if you forget "
"it after you close a document you will be unable to access the document."
msgstr ""

#: helpcontent2/source/text/scalc/01/06070000.xhp#tit.help.text
msgid "AutoCalculate"
msgstr ""

#: helpcontent2/source/text/scalc/01/06070000.xhp#bm_id3145673.help.text
msgid ""
"\\<bookmark_value\\>calculating; auto calcuating "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>AutoCalculate function in "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>correcting "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>formulas;AutoCalculate "
"function\\</bookmark_value\\>\\<bookmark_value\\>cell contents;AutoCalculate "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06070000.xhp#hd_id3145673.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06070000.xhp\\\" "
"name=\\\"AutoCalculate\\\"\\>AutoCalculate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06070000.xhp#par_id3148798.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutomaticCalculation\\\"\\>Automatically recalculates "
"all formulas in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06070000.xhp#par_id3145173.3.help.text
msgid ""
"All cells are recalculated after a sheet cell has been modified. Any charts "
"in the sheet will also be refreshed. If the\\<emph\\> "
"AutoCalculate\\</emph\\> function is activated, the "
"\\<emph\\>Recalculate\\</emph\\> function F9 is not available."
msgstr ""

#: helpcontent2/source/text/scalc/01/06080000.xhp#tit.help.text
msgid "Recalculate"
msgstr ""

#: helpcontent2/source/text/scalc/01/06080000.xhp#bm_id3157909.help.text
msgid ""
"\\<bookmark_value\\>recalculating; "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>formulas; calculating "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>cell contents; "
"calculating\\</bookmark_value\\>\\<bookmark_value\\>recalculating "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06080000.xhp#hd_id3157909.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06080000.xhp\\\" "
"name=\\\"Recalculate\\\"\\>Recalculate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06080000.xhp#par_id3154758.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Calculate\\\"\\>Recalculates the current sheet "
"manually. Use this command to update all calculations in the document if you "
"have deselected the automatic recalculation function, and also to update the "
"NOW() function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06080000.xhp#par_id3150793.5.help.text
msgid ""
"After the document has been recalculated, the display is refreshed. Any "
"charts contained in the sheet are also refreshed."
msgstr ""

#: helpcontent2/source/text/scalc/01/06080000.xhp#par_id3154011.6.help.text
msgid ""
"With the shortcut keys Shift+Ctrl+F9 you can force a recalculation of all "
"cells."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#tit.help.text
msgid "AutoInput"
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#hd_id3148492.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06130000.xhp\\\" "
"name=\\\"AutoInput\\\"\\>AutoInput\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_id3150793.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoComplete\\\"\\>Switches the AutoInput function on "
"and off, which automatically completes entries, based on other entries in "
"the same column.\\</ahelp\\> The column is scanned up to a maximum of 2000 "
"cells or 200 different strings."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_id3156422.8.help.text
msgid "The completion text is highlighted."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_idN1065D.help.text
msgid ""
"To accept the completion, press \\<item "
"type=\\\"keycode\\\"\\>Enter\\</item\\> or a cursor key."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_idN10665.help.text
msgid ""
"To append text or to edit the completion, press \\<item "
"type=\\\"keycode\\\"\\>F2\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_idN1066D.help.text
msgid ""
"To view more completions, press \\<item "
"type=\\\"keycode\\\"\\>Tab\\</item\\> to scroll forward, or \\<item "
"type=\\\"keycode\\\"\\>Shift+Tab\\</item\\> to scroll backward."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_idN10679.help.text
msgid ""
"To see a list of all available AutoInput text items for the current column, "
"press \\<item type=\\\"keycode\\\"\\>Ctrl+D\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_id3150439.3.help.text
msgid ""
"When typing formulas using characters that match previous entries, a Help "
"tip will appear listing the last ten functions used from \\<emph\\>Function "
"Wizard\\</emph\\>, from all defined range names, from all database range "
"names, and from the content of all label ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/06130000.xhp#par_id3153363.5.help.text
msgid ""
"AutoInput is case-sensitive. If, for example, you have written \"Total\" in "
"a cell, you cannot enter \"total\" in another cell of the same column "
"without first deactivating AutoInput."
msgstr ""

#: helpcontent2/source/text/scalc/01/06990000.xhp#tit.help.text
msgid "Cell Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/06990000.xhp#hd_id3153087.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06990000.xhp\\\" name=\\\"Cell "
"Contents\\\"\\>Cell Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/06990000.xhp#par_id3145674.2.help.text
msgid ""
"Opens a submenu with commands to calculate tables and activate AutoInput."
msgstr ""

#: helpcontent2/source/text/scalc/01/07080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/07080000.xhp#tit.help.text\n"
"Split"
msgstr ""

#: helpcontent2/source/text/scalc/01/07080000.xhp#hd_id3163800.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/07080000.xhp\\\" "
"name=\\\"Split\\\"\\>Split\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/07080000.xhp#par_id3150084.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SplitWindow\\\" visibility=\\\"visible\\\"\\>Divides "
"the current window at the top left corner of the active cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/07080000.xhp#par_id3154910.3.help.text
msgid ""
"You can also use the mouse to split the window horizontally or vertically. "
"To do this, drag the thick black line located directly above the vertical "
"scrollbar or directly to the right of the horizontal scrollbar into the "
"window. A thick black line will show where the window is split."
msgstr ""

#: helpcontent2/source/text/scalc/01/07080000.xhp#par_id3149263.4.help.text
msgid ""
"A split window has its own scrollbars in each partial section; by contrast, "
"\\<link href=\\\"text/scalc/01/07090000.xhp\\\" name=\\\"fixed window "
"sections\\\"\\>fixed window sections\\</link\\> are not scrollable."
msgstr ""

#: helpcontent2/source/text/scalc/01/07090000.xhp#tit.help.text
msgid "Freeze"
msgstr ""

#: helpcontent2/source/text/scalc/01/07090000.xhp#hd_id3150517.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/07090000.xhp\\\" "
"name=\\\"Freeze\\\"\\>Freeze\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/07090000.xhp#par_id3156289.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FreezePanes\\\" visibility=\\\"visible\\\"\\>Divides "
"the sheet at the top left corner of the active cell and the area to the top "
"left is no longer scrollable.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010000.xhp#tit.help.text\n"
"Define Database Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3157909.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3157909.1.help.text\n"
"Define Database Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#par_id3155922.2.help.text
msgid ""
"\\<variable id=\\\"bereichtext\\\"\\>\\<ahelp "
"hid=\\\".uno:DefineDBName\\\"\\>Defines a database range based on the "
"selected cells in your sheet.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#par_id3149456.5.help.text
msgid "You can only select a rectangular cell range."
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3156422.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3156422.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#par_id3150770.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_DBNAMES:ED_NAME\\\"\\>Enter a name "
"for the database range that you want to define, or select an existing name "
"from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3147228.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3147228.6.help.text\n"
"Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#par_id3150441.7.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_DBNAMES:ED_DBAREA\\\"\\>Displays the "
"selected cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3153188.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3153188.10.help.text\n"
"Add/Modify"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#par_id3153726.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_DBNAMES:BTN_ADD\\\"\\>Adds the "
"selected cell range to the database range list, or modifies an existing "
"database range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3150010.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010000.xhp#hd_id3150010.12.help.text\n"
"More >>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010000.xhp#par_id3153144.13.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MOREBUTTON:RID_SCDLG_DBNAMES:BTN_MORE\\\"\\>Shows "
"additional \\<link href=\\\"text/scalc/01/12010100.xhp\\\" "
"name=\\\"options\\\"\\>options\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010100.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3154760.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3154760.1.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3153379.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3153379.3.help.text\n"
"Contains column labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#par_id3148798.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_HEADER\\\" "
"visibility=\\\"visible\\\"\\>Selected cell ranges contains "
"labels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3153970.5.help.text
msgid "Insert or delete cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#par_id3154684.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_SIZE\\\" "
"visibility=\\\"visible\\\"\\>Automatically inserts new rows and columns into "
"the database range in your document when new records are added to the "
"database.\\</ahelp\\> To manually update the database range, choose "
"\\<emph\\>Data - Refresh\\</emph\\> \\<emph\\>Range\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3153768.7.help.text
msgid "Keep formatting"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#par_id3147435.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_FORMAT\\\" "
"visibility=\\\"visible\\\"\\>Applies the existing cell format of headers and "
"first data row to the whole database range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3155856.9.help.text
msgid "Don't save imported data"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#par_id3153363.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_DBNAMES:BTN_STRIPDATA\\\" "
"visibility=\\\"visible\\\"\\>Only saves a reference to the database, and not "
"the contents of the cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3147428.11.help.text
msgid "Source:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#par_id3148576.12.help.text
msgid ""
"Displays information about the current database source and any existing "
"operators."
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3146976.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12010100.xhp#hd_id3146976.13.help.text\n"
"More <<"
msgstr ""

#: helpcontent2/source/text/scalc/01/12010100.xhp#par_id3149664.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12010100.xhp#par_id3149664.14.help.text\n"
"Hides the additional options."
msgstr ""

#: helpcontent2/source/text/scalc/01/12020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12020000.xhp#tit.help.text\n"
"Select Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12020000.xhp#bm_id3145068.help.text
msgid "\\<bookmark_value\\>databases; selecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12020000.xhp#hd_id3145068.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12020000.xhp#hd_id3145068.1.help.text\n"
"Select Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12020000.xhp#par_id3149655.2.help.text
msgid ""
"\\<variable id=\\\"bereichwaehlen\\\"\\>\\<ahelp "
"hid=\\\".uno:SelectDB\\\"\\>Selects a database range that you defined under "
"\\<link href=\\\"text/scalc/01/12010000.xhp\\\" name=\\\"Data – Define "
"Range\\\"\\>Data – Define Range\\</link\\>.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12020000.xhp#hd_id3153192.3.help.text
msgid "Areas"
msgstr ""

#: helpcontent2/source/text/scalc/01/12020000.xhp#par_id3154684.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SELENTRY_LIST\\\"\\>Lists the available database "
"ranges. To select a database in your spreadsheet, click its name, and then "
"click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030000.xhp#tit.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030000.xhp#hd_id3150275.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030000.xhp#hd_id3150275.1.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030000.xhp#par_id3155922.2.help.text
msgid ""
"\\<variable id=\\\"sorttext\\\"\\>\\<ahelp hid=\\\".uno:DataSort\\\"\\>Sorts "
"the selected rows according to the conditions that you "
"specify.\\</ahelp\\>\\</variable\\> $[officename] automatically recognizes "
"and selects database ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030000.xhp#par_id3147428.4.help.text
msgid ""
"You cannot sort data if the \\<link href=\\\"text/shared/01/02230000.xhp\\\" "
"name=\\\"Record changes\\\"\\>Record changes\\</link\\> options is enabled."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#tit.help.text
msgid "Sort Criteria"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#bm_id3152350.help.text
msgid ""
"\\<bookmark_value\\>sorting; sort criteria for database "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3152350.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12030100.xhp\\\" name=\\\"Sort "
"Criteria\\\"\\>Sort Criteria\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3151385.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_SORT_FIELDS\\\"\\>Specify the sorting options "
"for the selected range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3152462.24.help.text
msgid "Ensure that you include any row and column titles in the selection."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3147428.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3147428.3.help.text\n"
"Sort by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3155854.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT1\\\"\\>Select the "
"column that you want to use as the primary sort key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3146121.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3146121.5.help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3148645.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP1\\\"\\>Sorts "
"the selection from the lowest value to the highest value, that is, from A to "
"Z or 0 to 9.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3155411.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3155411.7.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3151075.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN1\\\"\\>Sorts "
"the selection from the highest value to the lowest value, that is from Z to "
"A or 9 to 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3154492.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3154492.9.help.text\n"
"Then by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3156283.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT2\\\"\\>Select the "
"column that you want to use as the secondary sort key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3149413.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3149413.11.help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3154018.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP2\\\"\\>Sorts "
"the selection from the lowest value to the highest value, that is, from A to "
"Z or 0 to 9.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3146972.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3146972.13.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3145640.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN2\\\"\\>Sorts "
"the selection from the highest value to the lowest value, that is from Z to "
"A or 9 to 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3154756.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3154756.15.help.text\n"
"Then by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3147338.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_SORT_FIELDS:LB_SORT3\\\"\\>Select the "
"column that you want to use as the third sort key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3163808.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3163808.17.help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3155336.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_UP3\\\"\\>Sorts "
"the selection from the lowest value to the highest value, that is, from A to "
"Z or 0 to 9.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3147364.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3147364.19.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3149258.20.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_FIELDS:BTN_DOWN3\\\"\\>Sorts "
"the selection from the highest value to the lowest value, that is from Z to "
"A or 9 to 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#hd_id3150300.21.help.text
msgid "Sort Ascending/Descending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3158212.22.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SortDescending\\\"\\>\\<variable "
"id=\\\"sytext\\\"\\>Sorts the selection from the highest to the lowest "
"value, or from the lowest to the highest value using the column that "
"contains the cursor. \\</variable\\>\\</ahelp\\> Number fields are sorted by "
"size and text fields by the ASCII order of the characters."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030100.xhp#par_id3159236.25.help.text
msgid "Icons on the \\<emph\\>Standard\\</emph\\> toolbar"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#bm_id3147228.help.text
msgid ""
"\\<bookmark_value\\>sorting; options for database "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>sorting;Asian "
"languages\\</bookmark_value\\>\\<bookmark_value\\>Asian "
"languages;sorting\\</bookmark_value\\>\\<bookmark_value\\>phonebook sorting "
"rules\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3147228.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12030200.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3153770.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_SORT_OPTIONS\\\"\\>Sets additional sorting "
"options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3146976.3.help.text
msgid "Case Sensitivity"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3153091.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_CASESENSITIVE\\\"\\>Sorts "
"first by uppercase letters and then by lowercase letters. For Asian "
"languages, special handling applies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_idN10637.help.text
msgid ""
"Note for Asian languages: Check \\<emph\\>Case Sensitivity\\</emph\\> to "
"apply multi-level collation. With multi-level collation, entries are first "
"compared in their primitive forms with their cases and diacritics ignored. "
"If they evaluate as the same, their diacritics are taken into account for "
"the second-level comparison. If they still evaluate as the same, their "
"cases, character widths, and Japanese Kana difference are considered for the "
"third-level comparison."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3155856.5.help.text
msgid "Range contains column/row labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3154014.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_LABEL\\\"\\>Omits "
"the first row or the first column in the selection from the "
"sort.\\</ahelp\\> The \\<emph\\>Direction\\</emph\\> setting at the bottom "
"of the dialog defines the name and function of this check box."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3147436.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3147436.7.help.text\n"
"Include formats"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3149377.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_FORMATS\\\"\\>Preserves the "
"current cell formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3153878.10.help.text
msgid "Copy sort results to:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3156286.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_COPYRESULT\\\"\\>Copies the "
"sorted list to the cell range that you specify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3153418.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3153418.12.help.text\n"
"Sort results"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3155602.13.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_SORT_OPTIONS:LB_OUTAREA\\\"\\>Select "
"a named \\<link href=\\\"text/scalc/01/12010000.xhp\\\" name=\\\"cell "
"range\\\"\\>cell range\\</link\\> where you want to display the sorted list, "
"or enter a cell range in the input box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3153707.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3153707.14.help.text\n"
"Sort results"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3145642.15.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCPAGE_SORT_OPTIONS:ED_OUTAREA\\\"\\>Enter the "
"cell range where you want to display the sorted list, or a select a named "
"range from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3155445.16.help.text
msgid "User-defined sort order"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3156385.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SORT_OPTIONS:BTN_SORT_USER\\\"\\>Click here "
"and then select the custom sort order that you want.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3154704.18.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3154704.18.help.text\n"
"Custom sort order"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3155962.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:LISTBOX:RID_SCPAGE_SORT_OPTIONS:LB_SORT_USER\\\"\\>Select the "
"custom sort order that you want to apply. To define a custom sort order, "
"choose \\<link href=\\\"text/shared/optionen/01060400.xhp\\\" name=\\\"Tools "
"- Options - Spreadsheet - Custom Lists\\\"\\>Tools - Options - %PRODUCTNAME "
"Calc - Custom Lists\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3149257.28.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3149257.28.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3147004.29.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3147004.29.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3150787.32.help.text
msgid ""
"\\<ahelp hid=\\\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_LANGUAGE\\\"\\>Select "
"the language for the sorting rules.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3150344.30.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3150344.30.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3155113.33.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_LISTBOX_RID_SCPAGE_SORT_OPTIONS_LB_ALGORITHM\\\"\\>Select a "
"sorting option for the language.\\</ahelp\\> For example, select the "
"\"phonebook\" option for German to include the umlaut special character in "
"the sorting."
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3152580.20.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3152580.20.help.text\n"
"Direction"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3154201.22.help.text
msgid "Top to Bottom (Sort Rows)"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3166430.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_OPTIONS:BTN_TOP_DOWN\\\"\\>Sorts rows "
"by the values in the active columns of the selected range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3145588.24.help.text
msgid "Left to Right (Sort Columns)"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3154370.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SORT_OPTIONS:BTN_LEFT_RIGHT\\\"\\>Sorts "
"columns by the values in the active rows of the selected range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3156290.26.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12030200.xhp#hd_id3156290.26.help.text\n"
"Data area"
msgstr ""

#: helpcontent2/source/text/scalc/01/12030200.xhp#par_id3156446.27.help.text
msgid "Displays the cell range that you want to sort."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040000.xhp#tit.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#bm_id3150767.help.text
msgid "\\<bookmark_value\\>database ranges; filters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#hd_id3150767.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040000.xhp\\\" "
"name=\\\"Filter\\\"\\>Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#par_id3155131.2.help.text
msgid "Contains filter commands."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#par_id3146119.7.help.text
msgid "$[officename] automatically recognizes predefined database ranges."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#par_id3153363.3.help.text
msgid "The following filtering options are available:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#hd_id3153728.4.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12090000.xhp\\\" name=\\\"Standard "
"filter\\\"\\>Standard filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040000.xhp#hd_id3159153.5.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040300.xhp\\\" name=\\\"Advanced "
"filter\\\"\\>Advanced filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040100.xhp#tit.help.text\n"
"AutoFilter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040100.xhp#hd_id3153541.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040100.xhp\\\" "
"name=\\\"AutoFilter\\\"\\>AutoFilter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040100.xhp#par_id3148550.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataFilterAutoFilter\\\"\\>Automatically filters the "
"selected cell range, and creates one-row list boxes where you can choose the "
"items that you want to display.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040100.xhp#par_id3145171.3.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12090000.xhp\\\" name=\\\"Default "
"filter\\\"\\>Default filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040201.xhp#tit.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3148492.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3148492.1.help.text\n"
"\\<link href=\\\"text/scalc/01/12040201.xhp\\\" "
"name=\\\"More\\\"\\>More\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3159400.2.help.text
msgid ""
"\\<variable id=\\\"zusaetzetext\\\"\\>\\<ahelp "
"hid=\\\"SC:MOREBUTTON:RID_SCDLG_SPEC_FILTER:BTN_MORE\\\" "
"visibility=\\\"visible\\\"\\>Shows additional filter "
"options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3150791.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3150791.3.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3154138.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3154138.5.help.text\n"
"Case sensitive"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3147228.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_CASE\\\" "
"visibility=\\\"visible\\\"\\>Distinguishes between uppercase and lowercase "
"letters when filtering the data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3154908.7.help.text
msgid "Range contains column labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3153768.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_HEADER\\\" "
"visibility=\\\"visible\\\"\\>Includes the column labels in the first row of "
"a cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3155306.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3155306.9.help.text\n"
"Copy results to"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3154319.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_COPY_AREA\\\" "
"visibility=\\\"visible\\\"\\>Select the check box, and then select the cell "
"range where you want to display the filter results.\\</ahelp\\> You can also "
"select a named range from the list."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3145272.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3145272.11.help.text\n"
"Regular expression"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3152576.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_REGEXP\\\" "
"visibility=\\\"visible\\\"\\>Allows you to use wildcards in the filter "
"definition.\\</ahelp\\> For a list of the regular expressions that "
"$[officename] supports, click \\<link "
"href=\\\"text/shared/01/02100001.xhp\\\" name=\\\"here\\\"\\>here\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3149377.33.help.text
msgid ""
"If the \\<emph\\>Regular Expressions\\</emph\\> check box is selected, you "
"can also use EQUAL (=) and NOT EQUAL (<>) in the filter definition, as well "
"as the functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, VLOOKUP and "
"HLOOKUP."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3149958.34.help.text
msgid "No duplication"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3153876.35.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_SPEC_FILTER:BTN_UNIQUE\\\" "
"visibility=\\\"visible\\\"\\>Excludes duplicate rows in the list of filtered "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3154018.40.help.text
msgid "Keep filter criteria"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3149123.41.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_FILTER:BTN_DEST_PERS\\\"\\>Select the "
"\\<emph\\>Copy results to\\</emph\\> check box, and then specify the "
"destination range where you want to display the filtered data. If this box "
"is checked, the destination range remains linked to the source range. You "
"must have defined the source range under \\<emph\\>Data - Define "
"range\\</emph\\> as a database range.\\</ahelp\\> Following this, you can "
"reapply the defined filter at any time as follows: click into the source "
"range, then choose \\<emph\\>Data - Refresh Range\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#hd_id3149018.36.help.text
msgid "Data range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040201.xhp#par_id3150042.37.help.text
msgid ""
"Displays the cell range or the name of the cell range that you want to "
"filter."
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040300.xhp#tit.help.text\n"
"Advanced Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#hd_id3158394.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040300.xhp#hd_id3158394.1.help.text\n"
"Advanced Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#par_id3156281.2.help.text
msgid ""
"\\<variable id=\\\"spezialfilter\\\"\\>\\<ahelp "
"hid=\\\".uno:DataFilterSpecialFilter\\\"\\>Defines an advanced "
"filter.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#par_idN105EB.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040300.xhp#par_idN105EB.help.text\n"
"\\<embedvar href=\\\"text/scalc/guide/filters.xhp#filters\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#hd_id3153771.25.help.text
msgid "Read filter criteria from"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#par_id3147426.26.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_SPEC_FILTER:ED_CRITERIA_AREA\\\"\\>Select "
"the named range, or enter the cell range that contains the filter criteria "
"that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040300.xhp#hd_id3153188.27.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12040300.xhp#hd_id3153188.27.help.text\n"
"\\<link href=\\\"text/scalc/01/12040201.xhp\\\" "
"name=\\\"More\\\"\\>More\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040400.xhp#tit.help.text
msgid "Remove Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040400.xhp#hd_id3153087.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040400.xhp\\\" name=\\\"Remove "
"Filter\\\"\\>Remove Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040400.xhp#par_id3154760.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataFilterRemoveFilter\\\"\\>Removes the filter from "
"the selected cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040500.xhp#tit.help.text
msgid "Hide AutoFilter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040500.xhp#bm_id3150276.help.text
msgid ""
"\\<bookmark_value\\>database ranges; hiding AutoFilter\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040500.xhp#hd_id3150276.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040500.xhp\\\" name=\\\"Hide "
"AutoFilter\\\"\\>Hide AutoFilter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12040500.xhp#par_id3156326.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataFilterHideAutoFilter\\\" "
"visibility=\\\"visible\\\"\\>Hides the AutoFilter buttons in the selected "
"cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050000.xhp#tit.help.text\n"
"Subtotals"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050000.xhp#hd_id3153822.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050000.xhp#hd_id3153822.1.help.text\n"
"Subtotals"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050000.xhp#par_id3145119.2.help.text
msgid ""
"\\<variable id=\\\"teilergebnisse\\\"\\>\\<ahelp "
"hid=\\\".uno:DataSubTotals\\\" visibility=\\\"visible\\\"\\>Calculates "
"subtotals for the columns that you select.\\</ahelp\\>\\</variable\\> "
"$[officename] uses the SUM function to automatically calculate the subtotal "
"and grand total values in a labeled range. You can also use other functions "
"to perform the calculation. $[officename] automatically recognizes a defined "
"database area when you place the cursor in it."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050000.xhp#par_id3153896.3.help.text
msgid ""
"For example, you can generate a sales summary for a certain postal code "
"based on data from a client database."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050000.xhp#hd_id3163708.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050000.xhp#hd_id3163708.4.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050000.xhp#par_id3154125.5.help.text
msgid "Deletes the subtotal rows in the selected area."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#tit.help.text
msgid "1st, 2nd, 3rd Group"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#hd_id3149784.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12050100.xhp\\\" name=\\\"1st, 2nd, 3rd "
"Group\\\"\\>1st, 2nd, 3rd Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3145068.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_SUBT_GROUP1\\\"\\>Specify the settings for up to "
"three subtotal groups. Each tab has the same layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3148797.3.help.text
msgid "To insert subtotal values into a table:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3154908.13.help.text
msgid "Ensure that the columns of the table have labels."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3153968.4.help.text
msgid ""
"Select the table or the area in the table that you want to calculate "
"subtotals for, and then choose \\<emph\\>Data – Subtotals\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3161831.5.help.text
msgid ""
"In the \\<emph\\>Group By\\</emph\\> box, select the column that you want to "
"add the subtotals to."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3153188.6.help.text
msgid ""
"In the \\<emph\\>Calculate subtotals for\\</emph\\> box, select the check "
"boxes for the columns containing the values that you want to subtotal."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3152460.14.help.text
msgid ""
"In the \\<emph\\>Use function\\</emph\\> box, select the function that you "
"want to use to calculate the subtotals."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3154321.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12050100.xhp#par_id3154321.15.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#hd_id3156441.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050100.xhp#hd_id3156441.7.help.text\n"
"Group by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3154013.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SUBT_GROUP\\\"\\>Select the column that you want to "
"control the subtotal calculation process. If the contents of the selected "
"column change, the subtotals are automatically recalculated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#hd_id3154943.9.help.text
msgid "Calculate subtotals for"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3147125.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SUBT_COLS\\\"\\>Select the column(s) containing the "
"values that you want to subtotal.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#hd_id3156283.11.help.text
msgid "Use function"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050100.xhp#par_id3145647.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SUBT_FUNC\\\"\\>Select the mathematical function "
"that you want to use to calculate the subtotals.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#bm_id3154758.help.text
msgid "\\<bookmark_value\\>subtotals; sorting options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3154758.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12050200.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3154124.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_SUBT_OPTIONS\\\"\\>Specify the settings for "
"calculating and presenting subtotals.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3156422.3.help.text
msgid "Page break between groups"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3147317.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_PAGEBREAK\\\"\\>Inserts a "
"new page after each group of subtotaled data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3146985.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3146985.5.help.text\n"
"Case sensitive"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3153190.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_CASE\\\"\\>Recalculates "
"subtotals when you change the case of a data label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3151119.7.help.text
msgid "Pre-sort area according to groups"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3149664.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_SORT\\\"\\>Sorts "
"the area that you selected in the \\<emph\\>Group by\\</emph\\> box of the "
"Group tabs according to the columns that you selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3153951.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3153951.9.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3145252.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3145252.11.help.text\n"
"Include formats"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3147125.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCPAGE_SUBT_OPTIONS:BTN_FORMATS\\\"\\>Considers "
"formatting attributes when sorting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3155418.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3155418.13.help.text\n"
"Custom sort order"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3149400.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_SUBT_OPTIONS:LB_USERDEF\\\"\\>Uses a "
"custom sorting order that you defined under \\<emph\\>Tools - Options - "
"%PRODUCTNAME Calc - Sort Lists\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3149121.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3149121.15.help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3155068.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_ASCENDING\\\"\\>Sorts "
"beginning with the lowest value, for example, from A to Z or 0 to "
"9.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3155443.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12050200.xhp#hd_id3155443.17.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12050200.xhp#par_id3153766.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_SUBT_OPTIONS:BTN_DESCENDING\\\"\\>Sorts "
"beginning with the highest value, for example, from Z to A or 9 to "
"0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12060000.xhp#tit.help.text\n"
"Multiple Operations"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3153381.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3153381.1.help.text\n"
"Multiple Operations"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#par_id3154140.2.help.text
msgid ""
"\\<variable id=\\\"mehrfachoperationen\\\"\\>\\<ahelp "
"hid=\\\".uno:TableOperationDialog\\\" visibility=\\\"visible\\\"\\>Applies "
"the same formula to different cells, but with different  parameter "
"values.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#par_id3152598.5.help.text
msgid ""
"The \\<emph\\>Row\\</emph\\> or \\<emph\\>Column\\</emph\\> box must contain "
"a reference to the first cell of the selected range."
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#par_id3154011.16.help.text
msgid ""
"If you export a spreadsheet containing multiple operations to Microsoft "
"Excel, the location of the cells containing the formula must be fully "
"defined relative to the data range."
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3156441.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3156441.3.help.text\n"
"Defaults"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3154492.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3154492.6.help.text\n"
"Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#par_id3151073.7.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_TABOP:ED_FORMULARANGE\\\" "
"visibility=\\\"visible\\\"\\>Enter the cell references for the cells "
"containing the formulas that you want to use in the multiple "
"operation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3154729.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3154729.8.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#par_id3148456.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_TABOP:ED_ROWCELL\\\" "
"visibility=\\\"visible\\\"\\>Enter the input cell reference that you want to "
"use as a variable for the rows in the data table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3150718.14.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12060000.xhp#hd_id3150718.14.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/scalc/01/12060000.xhp#par_id3150327.15.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_TABOP:ED_COLCELL\\\" "
"visibility=\\\"visible\\\"\\>Enter the input cell reference that you want to "
"use as a variable for the columns in the data table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#tit.help.text
msgid "Consolidatestill work to do, just brushed up the very worst errors"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3148946.1.help.text
msgid "Consolidate"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3148798.2.help.text
msgid ""
"\\<variable id=\\\"konsolidieren\\\"\\>\\<ahelp "
"hid=\\\".uno:DataConsolidate\\\"\\>Combines data from one or more "
"independent cell ranges and calculates a new range using the function that "
"you specify.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3150010.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3150010.8.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3149377.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_CONSOLIDATE:LB_FUNC\\\"\\>Select the "
"function that you want to use to consolidate the data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3147127.10.help.text
msgid "Consolidation ranges"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3151075.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:MULTILISTBOX:RID_SCDLG_CONSOLIDATE:LB_CONSAREAS\\\"\\>Displays "
"the cell ranges that you want to consolidate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3147397.12.help.text
msgid "Source data range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3153836.13.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DATA_AREA\\\"\\>Specifies "
"the cell range that you want to consolidate with the cell ranges listed in "
"the \\<emph\\>Consolidation ranges \\</emph\\>box. Select a cell range in a "
"sheet, and then click \\<emph\\>Add\\</emph\\>. You can also select a the "
"name of a predefined cell from the \\<emph\\>Source data range "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3155768.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3155768.15.help.text\n"
"Copy results to"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3147341.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_CONSOLIDATE:ED_DEST_AREA\\\"\\>Displays "
"the first cell in the range where the consolidation results will be "
"displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3147345.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3147345.17.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3155335.18.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCDLG_CONSOLIDATE:BTN_ADD\\\"\\>Adds the "
"cell range specified in the \\<emph\\>Source data range\\</emph\\> box to "
"the \\<emph\\>Consolidation ranges \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3148630.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070000.xhp#hd_id3148630.19.help.text\n"
"More >>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070000.xhp#par_id3159239.20.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MOREBUTTON:RID_SCDLG_CONSOLIDATE:BTN_MORE\\\"\\>Shows "
"additional \\<link href=\\\"text/scalc/01/12070100.xhp\\\" "
"name=\\\"options\\\"\\>options\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070100.xhp#tit.help.text\n"
"Consolidate by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3151210.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3151210.1.help.text\n"
"Consolidate by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3125864.2.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3125864.2.help.text\n"
"Consolidate by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#par_id3154909.3.help.text
msgid ""
"Use this section if the cell ranges that you want to consolidate contain "
"labels. You only need to select these options if the consolidation ranges "
"contain similar labels and the data arranged is arranged differently."
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3153968.4.help.text
msgid "Row labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#par_id3150441.5.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYROW\\\" "
"visibility=\\\"visible\\\"\\>Uses the row labels to arrange the consolidated "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3146976.6.help.text
msgid "Column labels"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#par_id3155411.7.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_BYCOL\\\" "
"visibility=\\\"visible\\\"\\>Uses the column labels to arrange the "
"consolidated data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3153191.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3153191.12.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3159154.8.help.text
msgid "Link to source data"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#par_id3146986.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_CONSOLIDATE:BTN_REFS\\\" "
"visibility=\\\"visible\\\"\\>Links the data in the consolidation range to "
"the source data, and automatically updates the results of the consolidation "
"when the source data is changed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3163708.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12070100.xhp#hd_id3163708.10.help.text\n"
"More <<"
msgstr ""

#: helpcontent2/source/text/scalc/01/12070100.xhp#par_id3151118.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12070100.xhp#par_id3151118.11.help.text\n"
"Hides the additional options."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080000.xhp#tit.help.text\n"
"Outline"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080000.xhp#bm_id3152350.help.text
msgid ""
"\\<bookmark_value\\>sheets; "
"outlines\\</bookmark_value\\>\\<bookmark_value\\>outlines; "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>hiding; sheet "
"details\\</bookmark_value\\>\\<bookmark_value\\>showing; sheet "
"details\\</book"
"mark_value\\>\\<bookmark_value\\>grouping;cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080000.xhp#hd_id3152350.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12080000.xhp\\\" "
"name=\\\"Outline\\\"\\>Outline\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080000.xhp#par_id3150793.2.help.text
msgid ""
"You can create an outline of your data and group rows and columns together "
"so that you can collapse and expand the groups with a single click."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080000.xhp#hd_id3147229.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080000.xhp#hd_id3147229.3.help.text\n"
"\\<link href=\\\"text/scalc/01/12080300.xhp\\\" "
"name=\\\"Group\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080000.xhp#hd_id3153188.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080000.xhp#hd_id3153188.4.help.text\n"
"\\<link href=\\\"text/scalc/01/12080400.xhp\\\" "
"name=\\\"Ungroup\\\"\\>Ungroup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080100.xhp#tit.help.text
msgid "Hide Details"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080100.xhp#bm_id3155628.help.text
msgid "\\<bookmark_value\\>sheets; hiding details\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080100.xhp#hd_id3155628.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12080100.xhp\\\" name=\\\"Hide "
"Details\\\"\\>Hide Details\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080100.xhp#par_id3154515.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HideDetail\\\" visibility=\\\"visible\\\"\\>Hides the "
"details of the grouped row or column that contains the cursor. To hide all "
"of the grouped rows or columns, select the outlined table, and then choose "
"this command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080100.xhp#par_id3153252.3.help.text
msgid ""
"To show all hidden groups, select the outlined table, and then choose "
"\\<emph\\>Data -Outline –\\</emph\\> \\<link "
"href=\\\"text/scalc/01/12080200.xhp\\\" name=\\\"Show "
"Details\\\"\\>\\<emph\\>Show Details\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080200.xhp#tit.help.text\n"
"Show Details"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080200.xhp#bm_id3153561.help.text
msgid "\\<bookmark_value\\>tables; showing details\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080200.xhp#hd_id3153561.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12080200.xhp\\\" name=\\\"Show "
"Details\\\"\\>Show Details\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080200.xhp#par_id3153822.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowDetail\\\"\\>Shows the details of the grouped row "
"or column that contains the cursor. To show the details of all of the "
"grouped rows or columns, select the outlined table, and then choose this "
"command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080200.xhp#par_id3155922.3.help.text
msgid ""
"To hide a selected group, choose \\<emph\\>Data -Outline –\\</emph\\>\\<link "
"href=\\\"text/scalc/01/12080100.xhp\\\" name=\\\"Hide "
"Details\\\"\\>\\<emph\\>Hide Details\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080300.xhp#tit.help.text\n"
"Group"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3153088.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3153088.1.help.text\n"
"\\<link href=\\\"text/scalc/01/12080300.xhp\\\" "
"name=\\\"Group\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#par_id3153821.2.help.text
msgid ""
"\\<variable id=\\\"gruppierung\\\"\\>\\<ahelp hid=\\\".uno:Group\\\" "
"visibility=\\\"visible\\\"\\>Defines the selected cell range as a group of "
"rows or columns.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#par_id3145069.3.help.text
msgid ""
"When you group a cell range, and outline icon appears in the margins next to "
"the group. To hide or show the group, click the icon. To ungroup the "
"selection, choose \\<emph\\>Data – Outline -\\</emph\\> \\<link "
"href=\\\"text/scalc/01/12080400.xhp\\\" "
"name=\\\"Ungroup\\\"\\>\\<emph\\>Ungroup\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3125863.4.help.text
msgid "Include"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3150448.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3150448.6.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#par_id3153194.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_GROUP_ROWS\\\" visibility=\\\"visible\\\"\\>Groups "
"the selected rows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3145786.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080300.xhp#hd_id3145786.8.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080300.xhp#par_id3146984.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_GROUP_COLS\\\" visibility=\\\"visible\\\"\\>Groups "
"the selected columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080400.xhp#tit.help.text\n"
"Ungroup"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3148492.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3148492.1.help.text\n"
"\\<link href=\\\"text/scalc/01/12080400.xhp\\\" "
"name=\\\"Ungroup\\\"\\>Ungroup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#par_id3151384.2.help.text
msgid ""
"\\<variable id=\\\"gruppierungauf\\\"\\>\\<ahelp hid=\\\".uno:Ungroup\\\" "
"visibility=\\\"visible\\\"\\>Ungroups the selection. In a nested group, the "
"last rows or columns that were added are removed from the "
"group.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3151210.3.help.text
msgid "Deactivate for"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3156280.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3156280.5.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#par_id3125864.6.help.text
msgid "Removes selected rows from a group."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3147230.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080400.xhp#hd_id3147230.7.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080400.xhp#par_id3154685.8.help.text
msgid "Removes selected columns from a group."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#tit.help.text
msgid "AutoOutline"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#hd_id3150275.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12080500.xhp\\\" "
"name=\\\"AutoOutline\\\"\\>AutoOutline\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3145069.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoOutline\\\" visibility=\\\"visible\\\"\\>If the "
"selected cell range contains formulas or references, $[officename] "
"automatically outlines the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3148798.10.help.text
msgid "For example, consider the following table:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3154123.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3154123.11.help.text\n"
"January"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3154011.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3154011.12.help.text\n"
"February"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3152460.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3152460.13.help.text\n"
"March"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3146119.14.help.text
msgid "1st Quarter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3155854.15.help.text
msgid "April"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3148575.16.help.text
msgid "May"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3145271.17.help.text
msgid "June"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3145648.18.help.text
msgid "2nd Quarter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3153876.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3153876.19.help.text\n"
"100"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3145251.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3145251.20.help.text\n"
"120"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3149400.21.help.text
msgid "130"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3150328.22.help.text
msgid "350"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3155443.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3155443.23.help.text\n"
"100"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3153713.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3153713.24.help.text\n"
"100"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3156385.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12080500.xhp#par_id3156385.25.help.text\n"
"200"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3145230.26.help.text
msgid "400"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3147363.27.help.text
msgid ""
"The cells for the 1st and 2nd quarters each contain a sum formula for the "
"three cells to their left. If you apply the \\<emph\\>AutoOutline\\</emph\\> "
"command, the table is grouped into two quarters."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080500.xhp#par_id3146918.9.help.text
msgid ""
"To remove the outline, select the table, and then choose \\<link "
"href=\\\"text/scalc/01/12080600.xhp\\\" name=\\\"Data - Outline - "
"Remove\\\"\\>Data - Outline - Remove\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12080600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12080600.xhp#tit.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080600.xhp#hd_id3148947.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12080600.xhp\\\" "
"name=\\\"Remove\\\"\\>Remove\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12080600.xhp#par_id3149656.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ClearOutline\\\" visibility=\\\"visible\\\"\\>Removes "
"the outline from the selected cell range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090000.xhp#tit.help.text\n"
"DataPilot"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090000.xhp#hd_id3150275.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090000.xhp\\\" "
"name=\\\"DataPilot\\\"\\>DataPilot\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090000.xhp#par_id3153562.2.help.text
msgid ""
"A DataPilot table provides a summary of large amounts of data. You can then "
"rearrange the DataPilot table to view different summaries of the data."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090000.xhp#hd_id3155923.3.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090100.xhp\\\" "
"name=\\\"Start\\\"\\>Start\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090000.xhp#par_idN105FB.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090000.xhp#par_idN105FB.help.text\n"
"\\<link href=\\\"text/scalc/01/12090102.xhp\\\" name=\\\"DataPilot "
"dialog\\\"\\>DataPilot dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090100.xhp#tit.help.text\n"
"Select Source"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3153663.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3153663.1.help.text\n"
"Select Source"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_id3145119.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataDataPilotRun\\\"\\>Opens a dialog where you can "
"select the source for your DataPilot table, and then create your "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3154760.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3154760.5.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_id3150543.6.help.text
msgid "Select a data source for the DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3148799.7.help.text
msgid "Current Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_id3125865.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_DAPITYPE:BTN_SELECTION\\\"\\>Uses "
"the selected cells as the data source for the DataPilot table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_id3150011.13.help.text
msgid ""
"The data columns in the DataPilot table use the same number format as the "
"first data row in the current selection."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3147348.9.help.text
msgid "Data source registered in $[officename]"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_id3145271.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_DAPITYPE:BTN_DATABASE\\\"\\>Uses a "
"table or query in a database that is registered in $[officename] as the data "
"source for the DataPilot table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#hd_id3146119.11.help.text
msgid "External source/interface"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_id3145647.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_DAPITYPE:BTN_EXTERNAL\\\"\\>Opens "
"the \\<emph\\>External Source \\</emph\\>dialog where you can select the "
"\\<link href=\\\"text/shared/00/00000005.xhp\\\" "
"name=\\\"OLAP\\\"\\>OLAP\\</link\\> data source for the DataPilot "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090100.xhp#par_idN10670.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090100.xhp#par_idN10670.help.text\n"
"\\<link href=\\\"text/scalc/01/12090102.xhp\\\" name=\\\"DataPilot "
"dialog\\\"\\>DataPilot dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090101.xhp#tit.help.text\n"
"Select Data Source"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3143268.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3143268.1.help.text\n"
"Select Data Source"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#par_id3148552.2.help.text
msgid ""
"Select the database and the table or query containing the data that you want "
"to use."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3154140.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3154140.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#par_id3125863.4.help.text
msgid ""
"You can only select databases that are registered in %PRODUCTNAME. To "
"register a data source, choose \\<emph\\>Tools - Data Sources\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3151041.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3151041.5.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#par_id3156424.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_DATABASE\\\"\\>Select the "
"database that contains the data source that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3145364.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3145364.7.help.text\n"
"Data source"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#par_id3149260.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_DAPIDATA:CB_OBJECT\\\"\\>Select the "
"data source that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3147428.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090101.xhp#hd_id3147428.9.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#par_id3150010.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_DAPIDATA:LB_OBJTYPE\\\"\\>Click the "
"source type of for the selected data source.\\</ahelp\\> You can choose from "
"four source types: \"Table\", \"Query\" and \"SQL\" or SQL (Native)."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090101.xhp#par_id3147348.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090101.xhp#par_id3147348.11.help.text\n"
"\\<link href=\\\"text/scalc/01/12090102.xhp\\\" name=\\\"DataPilot "
"dialog\\\"\\>DataPilot dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#tit.help.text\n"
"DataPilot"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3149165.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3149165.1.help.text\n"
"DataPilot"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3155922.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataPilotExec\\\"\\>Specify the layout of the table "
"that is generated by the DataPilot.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3148798.34.help.text
msgid ""
"The DataPilot displays data fields as buttons which you can drag and drop to "
"define the DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3154908.18.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3154908.18.help.text\n"
"Layout"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3150768.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_DPLAY_SELECT\\\"\\>To define the layout of a "
"DataPilot table, drag and drop data field buttons onto the \\<emph\\>Page "
"Fields, Row Fields, Column Fields, \\</emph\\>and\\<emph\\> Data Fields "
"\\</emph\\>areas.\\</ahelp\\> You can also use drag and drop to rearrange "
"the data fields on a DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3147229.20.help.text
msgid ""
"$[officename] automatically adds a caption to buttons that are dragged into "
"the \\<emph\\>Data Fields \\</emph\\>area. The caption contains the name of "
"the data field as well as the formula that created the data."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3145749.21.help.text
msgid ""
"To change the function that is used by a data field, double-click a button "
"in the \\<emph\\>Data Fields\\</emph\\> area to open the \\<link "
"href=\\\"text/scalc/01/12090105.xhp\\\" name=\\\"Data Field\\\"\\>Data "
"Field\\</link\\> dialog. You can also double-click buttons in the "
"\\<emph\\>Row Fields\\</emph\\> or \\<emph\\>Column Fields\\</emph\\> areas."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3149260.28.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3149260.28.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3150010.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_REMOVE\\\"\\>Removes the "
"selected data field from the table layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3145273.26.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3145273.26.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3146120.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_PUSHBUTTON_RID_SCDLG_PIVOT_LAYOUT_BTN_OPTIONS\\\"\\>Opens the "
"\\<link href=\\\"text/scalc/01/12090105.xhp\\\" name=\\\"Data "
"Field\\\"\\>\\<emph\\>Data Field\\</emph\\>\\</link\\> dialog where you can "
"change the function that is associated with the selected field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3154944.22.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3154944.22.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3145647.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:MOREBUTTON:RID_SCDLG_PIVOT_LAYOUT:BTN_MORE\\\"\\>Displays or "
"hides additional options for defining the DataPilot table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3151073.2.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3151073.2.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3155417.3.help.text
msgid ""
"Specify the settings for displaying the results of the DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3155603.4.help.text
msgid "Results to"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3153838.5.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_PIVOT_LAYOUT:ED_OUTAREA\\\"\\>Select the "
"area where you want to display the results of the DataPilot "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3155961.6.help.text
msgid ""
"If the selected area contains data, the DataPilot overwrites the data. To "
"prevent the loss of existing data, let the DataPilot automatically select "
"the area to display the results."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3147364.7.help.text
msgid "Ignore empty rows"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3154022.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_IGNEMPTYROWS\\\"\\>Ignores "
"empty fields in the data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3155114.9.help.text
msgid "Identify categories"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3145257.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_DETECTCAT\\\"\\>Automatically "
"assigns rows without labels to the next highest category as specified by a "
"row label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3149207.14.help.text
msgid "Total columns"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3166426.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALCOL\\\"\\>Calculates and "
"displays the grand total of the column calculation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#hd_id3150364.16.help.text
msgid "Total rows"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3152583.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_PIVOT_LAYOUT:BTN_TOTALROW\\\"\\>Calculates and "
"displays the grand total of the row calculation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN10897.help.text
msgid "Add filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN1089B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds a Filter button to DataPilot tables that are "
"based on spreadsheet data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108B2.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Opens the Filter dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108C9.help.text
msgid "Enable drill to details"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108CD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select this check box and double-click an item "
"label in the table to show or hide details for the item. Clear this check "
"box and double-click a cell in the table to edit the contents of the "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108DC.help.text
msgid "To examine details inside a DataPilot table"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108E0.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108E0.help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108E6.help.text
msgid ""
"Select a range of cells and choose \\<emph\\>Data - Outline - Show "
"Details\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108EE.help.text
msgid "Double-click a field in the table."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN108F1.help.text
msgid ""
"If you double-click a field which has adjacent fields at the same level, the "
"\\<emph\\>Show Detail\\</emph\\> dialog opens:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN10900.help.text
msgid "Show Detail"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_idN10904.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Choose the field that you want to view the details "
"for.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090102.xhp#par_id3149817.35.help.text
msgid ""
"\\<link href=\\\"text/scalc/04/01020000.xhp\\\" name=\\\"DataPilot shortcut "
"keys\\\"\\>DataPilot shortcut keys\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090103.xhp#tit.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3153970.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3153970.1.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3150448.2.help.text
msgid "Set the filtering options for the data."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3151043.3.help.text
msgid "Filter Criteria"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3150440.4.help.text
msgid ""
"You can define a default filter for the data by filtering, for example, "
"field names, using a combination of logical expressions arguments."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3159153.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3159153.5.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3153093.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_OP2\\\" "
"visibility=\\\"visible\\\"\\>Select a logical operator for the "
"filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3152462.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3152462.7.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3155306.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_FIELD3\\\" "
"visibility=\\\"visible\\\"\\>Select the field that you want to use in the "
"filter. If field names are not available, the column labels are "
"listed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3148575.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3148575.9.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3147394.10.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC:LISTBOX:RID_SCDLG_PIVOTFILTER:LB_COND3\\\"\\>Select an operator "
"to compare the \\<emph\\>Field name\\</emph\\> and "
"\\<emph\\>Value\\</emph\\> entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3144764.11.help.text
msgid "The following operators are available:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3153415.12.help.text
msgid "\\<emph\\>Conditions:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3150324.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3150324.13.help.text\n"
"="
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3153714.14.help.text
msgid "equal"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3154254.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3154254.15.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3154703.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3154703.16.help.text\n"
"less than"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3155335.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3155335.17.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3147003.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3147003.18.help.text\n"
"greater than"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3153270.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3153270.19.help.text\n"
"<="
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3145257.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3145257.20.help.text\n"
"less than or equal to"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3145134.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3145134.21.help.text\n"
">="
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3151214.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3151214.22.help.text\n"
"greater than or equal to"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3150345.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3150345.23.help.text\n"
"<>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3159101.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090103.xhp#par_id3159101.24.help.text\n"
"not equal to"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3150886.25.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3150886.25.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#par_id3155506.26.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_PIVOTFILTER:ED_VAL3\\\" "
"visibility=\\\"visible\\\"\\>Select the value that you want to compare to "
"the selected field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090103.xhp#hd_id3146980.27.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090104.xhp\\\" "
"name=\\\"More>>\\\"\\>More>>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090104.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3149119.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090104.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3147102.2.help.text
msgid ""
"\\<variable id=\\\"zusaetzetext\\\"\\>\\<ahelp hid=\\\"\\\" "
"visibility=\\\"visible\\\"\\>Displays or hides additional filtering "
"options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3147008.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3147008.3.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3153662.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3153662.5.help.text\n"
"Case sensitive"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3145673.6.help.text
msgid "Distinguishes between uppercase and lowercase letters."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3156327.7.help.text
msgid "Regular Expression"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3151245.8.help.text
msgid "Allows you to use wildcards in the filter definition."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3147264.29.help.text
msgid ""
"If the \\<emph\\>Regular Expression\\</emph\\> check box is selected, you "
"can use EQUAL (=) and NOT EQUAL (<>) also in comparisons. You can also use "
"the following functions: DCOUNTA, DGET, MATCH, COUNTIF, SUMIF, LOOKUP, "
"VLOOKUP and HLOOKUP."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3153379.30.help.text
msgid "Unique records only"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3154138.31.help.text
msgid "Excludes duplicate rows in the list of filtered data."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3156282.32.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3156282.32.help.text\n"
"Data area"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3150768.33.help.text
msgid "Displays the name of the filtered data area in the table."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#hd_id3156424.34.help.text
msgid "More<<"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3125864.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12090104.xhp#par_id3125864.35.help.text\n"
"Hides the additional options."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090104.xhp#par_id3154011.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02100001.xhp\\\" name=\\\"List of Regular "
"Expressions\\\"\\>List of Regular Expressions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#tit.help.text\n"
"Data field"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#bm_id7292397.help.text
msgid "\\<bookmark_value\\>calculating;Data Pilot\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3150871.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3150871.1.help.text\n"
"Data field"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3154124.16.help.text
msgid ""
"The contents of this dialog is different for data fields in the "
"\\<emph\\>Data\\</emph\\> area, and data fields in the\\<emph\\> "
"Row\\</emph\\> or\\<emph\\> Column\\</emph\\> area of the \\<link "
"href=\\\"text/scalc/01/12090102.xhp\\\" "
"name=\\\"DataPilot\\\"\\>DataPilot\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3152596.2.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3152596.2.help.text\n"
"Subtotals"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3151113.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_PIVOTSUBT\\\"\\>Specify the subtotals that you want "
"to calculate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3145366.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3145366.4.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3152576.5.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_NONE\\\"\\>Does not "
"calculate subtotals.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3154012.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3154012.6.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3155856.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_AUTO\\\"\\>Automatically "
"calculates subtotals.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3155411.8.help.text
msgid "User-defined"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3149581.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_PIVOTSUBT:BTN_USER\\\"\\>Select "
"this option, and then click the type of subtotal that you want to calculate "
"in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3147124.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3147124.10.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3154490.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MULTILISTBOX:RID_SCDLG_PIVOTSUBT:LB_FUNC\\\"\\>Click the "
"type of subtotal that you want to calculate. This option is only available "
"if the \\<emph\\>User-defined\\</emph\\> option is selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3154944.14.help.text
msgid "Show elements without data"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3149403.15.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_PIVOTSUBT:CB_SHOWALL\\\"\\>Includes "
"empty columns and rows in the results table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3149122.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#hd_id3149122.12.help.text\n"
"Name:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_id3150749.13.help.text
msgid "Lists the name of the selected data field."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN106EC.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN106EC.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN106F0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Expands or reduces the dialog. The "
"\\<emph\\>More\\</emph\\> button is visible for data fields only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN106F3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN106F3.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN106F7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/scalc/01/12090106.xhp\\\"\\>Data Field Options\\</link\\> "
"dialog. The \\<emph\\>Options\\</emph\\> button is visible for column, row, "
"or page fields only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10708.help.text
msgid ""
"If the dialog is expanded by the \\<emph\\>More\\</emph\\> button, the "
"following items are added to the dialog:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1070B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1070B.help.text\n"
"Displayed value"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1070F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>For each data field, you can select the type of "
"display.\\</ahelp\\> For some types you can select additional information "
"for a base field and a base item."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10712.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10712.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10716.help.text
msgid ""
"\\<ahelp hid=\\\"1495371266\\\"\\>Select the type of calculating of the "
"displayed value for the data field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10724.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10724.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1072A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1072A.help.text\n"
"Displayed value"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10731.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10731.help.text\n"
"Normal"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10737.help.text
msgid "Results are shown unchanged"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1073E.help.text
msgid "Difference from"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10744.help.text
msgid ""
"From each result, its reference value (see below) is subtracted, and the "
"difference is shown. Totals outside of the base field are shown as empty "
"results."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10747.help.text
msgid "\\<emph\\>Named item\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1074C.help.text
msgid ""
"If a base item name is specified, the reference value for a combination of "
"field items is the result where the item in the base field is replaced by "
"the specified base item."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1074F.help.text
msgid "\\<emph\\>Previous item or Next item\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10754.help.text
msgid ""
"If \"previous item\" or \"next item\" is specified as the base item, the "
"reference value is the result for the next visible member of the base field, "
"in the base field's sort order."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1075B.help.text
msgid "% Of"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10761.help.text
msgid ""
"Each result is divided by its reference value. The reference value is "
"determined in the same way as for \"Difference from\". Totals outside of the "
"base field are shown as empty results. "
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1076A.help.text
msgid "% Difference from"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10770.help.text
msgid ""
"From each result, its reference value is subtracted, and the difference is "
"divided by the reference value. The reference value is determined in the "
"same way as for \"Difference from\". Totals outside of the base field are "
"shown as empty results."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10777.help.text
msgid "Running total in"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1077D.help.text
msgid ""
"Each result is added to the sum of the results for preceding items in the "
"base field, in the base field's sort order, and the total sum is shown."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10780.help.text
msgid ""
"Results are always summed, even if a different summary function was used to "
"get each result."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10787.help.text
msgid "% of row"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1078D.help.text
msgid ""
"Each result is divided by the total result for its row in the DataPilot "
"table. If there are several data fields, the total for the result's data "
"field is used. If there are subtotals with manually selected summary "
"functions, the total with the data field's summary function is still used. "
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN10794.help.text
msgid "% of column"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN1079A.help.text
msgid "Same as \"% of row\", but the total for the result's column is used."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107A1.help.text
msgid "% of total"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107A7.help.text
msgid ""
"Same as \"% of row\", but the grand total for the result's data field is "
"used."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107AE.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107AE.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107B4.help.text
msgid ""
"The row and column totals and the grand total, following the same rules as "
"above, are used to calculate the following expression:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107B7.help.text
msgid "( original result * grand total ) / ( row total * column total )"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107BA.help.text
msgid "Base field"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107BE.help.text
msgid ""
"\\<ahelp hid=\\\"1495371267\\\"\\>Select the field from which the respective "
"value is taken as base for the calculation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107C1.help.text
msgid "Base item"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090105.xhp#par_idN107C5.help.text
msgid ""
"\\<ahelp hid=\\\"1495371268\\\"\\>Select the item of the base field from "
"which the respective value is taken as base for the calculation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#tit.help.text\n"
"Data Field Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#bm_id711386.help.text
msgid ""
"\\<bookmark_value\\>hiding items from calculations in Data "
"Pilot\\</bookmark_value\\>\\<bookmark_value\\>display options in Data "
"Pilot\\</bookmark_value\\>\\<bookmark_value\\>sorting;options in Data "
"Pilot\\</bookmark_value\\>\\<bookmark_value\\>data field options for Data "
"Pilot\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10542.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10542.help.text\n"
"Data Field Options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10546.help.text
msgid ""
"You can specify additional options for column, row, and page data fields in "
"the \\<link href=\\\"text/scalc/01/12090105.xhp\\\"\\>DataPilot\\</link\\>,."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10557.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10557.help.text\n"
"Sort by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"1495387653\\\"\\>Select the data field that you want to "
"sort columns or rows by.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1055E.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1055E.help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\"1495384580\\\"\\>Sorts the values from the lowest value to "
"the highest value, that is, from A to Z or from 1 to 9. If the selected "
"field is the field for which the dialog was opened, the items are sorted by "
"name. If a data field was selected, the items are sorted by the resultant "
"value of the selected data field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10565.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10565.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10569.help.text
msgid ""
"\\<ahelp hid=\\\"1495384581\\\"\\>Sorts the values descending from the "
"highest value to the lowest value, that is from Z to A or from 9 to 1. If "
"the selected field is the field for which the dialog was opened, the items "
"are sorted by name. If a data field was selected, the items are sorted by "
"the resultant value of the selected data field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1056C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1056C.help.text\n"
"Manual"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10570.help.text
msgid ""
"\\<ahelp hid=\\\"1495384582\\\"\\>Sorts values alphabetically, that is , "
"from A to Z.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10585.help.text
msgid "Display options"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10589.help.text
msgid ""
"You can specify the display options for all row fields except for the last, "
"innermost row field."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1058C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1058C.help.text\n"
"Layout"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\"1495387654\\\"\\>Select the layout mode for the field in "
"the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10593.help.text
msgid "Empty line after each item"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN10597.help.text
msgid ""
"\\<ahelp hid=\\\"1495385090\\\"\\>Adds an empty row after the data for each "
"item in the DataPilot table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1059A.help.text
msgid "Show automatically"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN1059E.help.text
msgid ""
"Displays the top or bottom nn items when you sort by a specified field."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105A1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105A1.help.text\n"
"Show"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105A5.help.text
msgid ""
"\\<ahelp hid=\\\"1495385091\\\"\\>Turns on the automatic show "
"feature.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105A8.help.text
msgid "items"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105AC.help.text
msgid ""
"\\<ahelp hid=\\\"1495390209\\\"\\>Enter the maximum number of items that you "
"want to show automatically.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105AF.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105AF.help.text\n"
"From"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105B3.help.text
msgid ""
"\\<ahelp hid=\\\"1495387655\\\"\\>Shows the top or bottom items in the "
"specified sort order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105B6.help.text
msgid "Using field"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105BA.help.text
msgid ""
"\\<ahelp hid=\\\"1495387656\\\"\\>Select the data field that you want to "
"sort the data by.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105BD.help.text
msgid "Hide items"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105C1.help.text
msgid ""
"\\<ahelp hid=\\\"59010\\\"\\>Select the items that you wan to hide from the "
"calculations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105C4.help.text
msgid "Hierarchy"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090106.xhp#par_idN105C8.help.text
msgid ""
"\\<ahelp hid=\\\"1495387657\\\"\\>Select the hierarchy that you want to use. "
"The DataPilot must be based on an external source data that contains data "
"hierarchies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090200.xhp#tit.help.text\n"
"Refresh"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090200.xhp#hd_id3151385.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090200.xhp\\\" "
"name=\\\"Refresh\\\"\\>Refresh\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090200.xhp#par_id3149456.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RecalcPivotTable\\\"\\>Updates the DataPilot "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090200.xhp#par_id3150400.3.help.text
msgid ""
"After you import an Excel spreadsheet that contains a Pivot table, click in "
"the table, and then choose \\<emph\\>Data - DataPilot - Refresh\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090300.xhp#tit.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090300.xhp#hd_id3150276.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090300.xhp\\\" "
"name=\\\"Delete\\\"\\>Delete\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090300.xhp#par_id3159400.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeletePivotTable\\\" "
"visibility=\\\"visible\\\"\\>Deletes the selected DataPilot "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#tit.help.text\n"
"Grouping"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1054D.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1054D.help.text\n"
"Grouping"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10551.help.text
msgid ""
"Grouping DataPilot tables displays the \\<emph\\>Grouping\\</emph\\> dialog "
"for either values or dates."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10554.help.text
msgid ""
"\\<link href=\\\"text/scalc/00/00000412.xhp#grouping\\\"\\>\\<embedvar "
"href=\\\"text/scalc/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10568.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10568.help.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1056C.help.text
msgid "Specifies the start of the grouping."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1056F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1056F.help.text\n"
"Automatically"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10573.help.text
msgid "Specifies whether to start grouping at the smallest value."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10576.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10576.help.text\n"
"Manually at"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1057A.help.text
msgid "Specifies whether to enter the start value for grouping yourself."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1057D.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1057D.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10581.help.text
msgid "Specifies the end of the grouping."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10584.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10584.help.text\n"
"Automatically"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10588.help.text
msgid "Specifies whether to end grouping at the largest value."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1058B.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1058B.help.text\n"
"Manually at"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1058F.help.text
msgid "Specifies whether to enter the end value for grouping yourself."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10592.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10592.help.text\n"
"Group by"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10596.help.text
msgid ""
"Specifies the value range by which every group's limits are calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN10599.help.text
msgid "Number of days"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN1059D.help.text
msgid ""
"In the case of grouping date values, specifies the number of days to group "
"by."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN105A0.help.text
msgid "Intervals"
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN105A4.help.text
msgid ""
"In the case of grouping date values, specifies the intervals to group by."
msgstr ""

#: helpcontent2/source/text/scalc/01/12090400.xhp#par_idN105B2.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/scalc/guide/datapilot_grouping.xhp#datapilot_grouping\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12100000.xhp#tit.help.text
msgid "Refresh Range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12100000.xhp#bm_id3153662.help.text
msgid "\\<bookmark_value\\>database ranges; refreshing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12100000.xhp#hd_id3153662.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12100000.xhp#hd_id3153662.1.help.text\n"
"\\<link href=\\\"text/scalc/01/12100000.xhp\\\" name=\\\"Refresh "
"Range\\\"\\>Refresh Range\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12100000.xhp#par_id3153088.2.help.text
msgid ""
"\\<variable id=\\\"aktualisieren\\\"\\>\\<ahelp "
"hid=\\\".uno:DataAreaRefresh\\\" visibility=\\\"visible\\\"\\>Updates a data "
"range that was inserted from an external database. The data in the sheet is "
"updated to match the data in the external "
"database.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120000.xhp#tit.help.text\n"
"Validity"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120000.xhp#hd_id3156347.1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120000.xhp#hd_id3156347.1.help.text\n"
"Validity"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120000.xhp#par_id3153252.2.help.text
msgid ""
"\\<variable id=\\\"gueltigkeit\\\"\\>\\<ahelp "
"hid=\\\".uno:Validation\\\"\\>Defines what data is valid for a selected cell "
"or cell range.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120000.xhp#par_idN105D1.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120000.xhp#par_idN105D1.help.text\n"
"You can also insert a list box from the Controls toolbar and link the list "
"box to a cell. This way you can specify the valid values on the \\<link "
"href=\\\"text/shared/02/01170102.xhp\\\"\\>Data\\</link\\> page of the list "
"box properties window."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#tit.help.text\n"
"Criteria"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3153032.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12120100.xhp\\\" "
"name=\\\"Criteria\\\"\\>Criteria\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3156327.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC:TABPAGE:TP_VALIDATION_VALUES\\\"\\>Specify the "
"validation rules for the selected cell(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3155923.4.help.text
msgid ""
"For example, you can define criteria such as: \"Numbers between 1 and 10\" "
"or \"Texts that are no more than 20 characters\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3153896.5.help.text
msgid "Allow"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3150400.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_ALLOW\\\"\\>Click a "
"validation option for the selected cell(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3148797.17.help.text
msgid "The following conditions are available:"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3150447.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3150447.18.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3155854.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3155854.19.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3153092.20.help.text
msgid "All values"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3155411.21.help.text
msgid "No limitation."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3147434.22.help.text
msgid "Whole number"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3154319.23.help.text
msgid "Only whole numbers corresponding to the condition."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3145802.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3145802.24.help.text\n"
"Decimal"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3153160.25.help.text
msgid "All numbers corresponding to the condition."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3149377.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3149377.26.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3150718.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3150718.27.help.text\n"
"All numbers corresponding to the condition. The entered values are formatted "
"accordingly the next time the dialog is called up."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3146969.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3146969.28.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3155066.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/12120100.xhp#par_id3155066.29.help.text\n"
"All numbers corresponding to the condition. The entered values are formatted "
"accordingly the next time the dialog is called up."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN106A0.help.text
msgid "Cell range"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN106A5.help.text
msgid ""
"Allow only values that are given in a cell range. The cell range can be "
"specified explicitly, or as a named database range, or as a named range. The "
"range may consist of one column or one row of cells. If you specify a range "
"of columns and rows, only the first column is used."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN106AB.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN106AB.help.text\n"
"List"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN106B0.help.text
msgid ""
"Allow only values or strings specified in a list. Strings and values can be "
"mixed. Numbers evaluate to their value, so if you enter the number 1 in the "
"list, the entry 100% is also valid."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3154756.30.help.text
msgid "Text length"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3147339.31.help.text
msgid "Entries whose length corresponds to the condition."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3154704.7.help.text
msgid "Allow blank cells"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3153967.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:TRISTATEBOX:TP_VALIDATION_VALUES:TSB_ALLOW_BLANKS\\\"\\>Allows "
"blank cells in the selected validation area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN10709.help.text
msgid "Show selection list"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN1070D.help.text
msgid ""
"\\<ahelp hid=\\\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SHOWLIST\\\"\\>Shows a "
"list of all valid strings or values to select from. The list can also be "
"opened by selecting the cell and pressing Ctrl+D.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN10724.help.text
msgid "Sort entries ascending"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN10728.help.text
msgid ""
"\\<ahelp hid=\\\"sc:CheckBox:TP_VALIDATION_VALUES:CB_SORTLIST\\\"\\>Sorts "
"the selection list in ascending order and filters duplicates from the list. "
"If not checked, the order from the data source is taken.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN1073F.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN1073F.help.text\n"
"Source"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN10743.help.text
msgid ""
"\\<ahelp hid=\\\"sc:Edit:TP_VALIDATION_VALUES:EDT_MIN\\\"\\>Enter the cell "
"range that contains the valid values or text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN1075A.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN1075A.help.text\n"
"Entries"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_idN1075E.help.text
msgid ""
"\\<ahelp hid=\\\"sc:MultiLineEdit:TP_VALIDATION_VALUES:EDT_LIST\\\"\\>Enter "
"the entries that will be valid values or text strings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3163807.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3163807.9.help.text\n"
"Data"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3144502.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:TP_VALIDATION_VALUES:LB_VALUE\\\"\\>Select the "
"comparative operator that you want to use.\\</ahelp\\> The available "
"operators depend on what you selected in the \\<emph\\>Allow \\</emph\\>box. "
"If you select \"between\" or \"not between\", the "
"\\<emph\\>Minimum\\</emph\\> and \\<emph\\>Maximum\\</emph\\> input boxes "
"appear. Otherwise, only the \\<emph\\>Minimum\\</emph\\>, the "
"\\<emph\\>Maximum, or the Value\\</emph\\> input boxes appear."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3153782.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3153782.11.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3153266.12.help.text
msgid ""
"Enter the value for the data validation option that you selected in the "
"\\<emph\\>Allow \\</emph\\>box.\\<ahelp "
"hid=\\\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\\\" "
"visibility=\\\"hidden\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3149814.13.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3149814.13.help.text\n"
"Minimum"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3153199.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MIN\\\"\\>Enter the "
"minimum value for the data validation option that you selected in the "
"\\<emph\\>Allow \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3149035.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120100.xhp#hd_id3149035.15.help.text\n"
"Maximum"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120100.xhp#par_id3150089.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:TP_VALIDATION_VALUES:EDT_MAX\\\"\\>Enter the "
"maximum value for the data validation option that you selected in the "
"\\<emph\\>Allow \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#tit.help.text
msgid "Input Help"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3156280.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12120200.xhp\\\" name=\\\"Input "
"Help\\\"\\>Input Help\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#par_id3147229.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC:TABPAGE:TP_VALIDATION_INPUTHELP\\\"\\>Enter the message "
"that you want to display when the cell or cell range is selected in the "
"sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3146986.3.help.text
msgid "Show input help when cell is selected"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#par_id3153363.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:TRISTATEBOX:TP_VALIDATION_INPUTHELP:TSB_HELP\\\"\\>Displays the "
"message that you enter in the \\<emph\\>Contents\\</emph\\> box when the "
"cell or cell range is selected in the sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#par_id3154730.5.help.text
msgid ""
"If you enter text in the \\<emph\\>Contents\\</emph\\> box of this dialog, "
"and then select and clear this check box, the text will be lost."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3147394.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3147394.6.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3149582.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3149582.8.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#par_id3149400.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:TP_VALIDATION_INPUTHELP:EDT_TITLE\\\"\\>Enter the "
"title that you want to display when the cell or cell range is "
"selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#hd_id3149121.10.help.text
msgid "Input help"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120200.xhp#par_id3150752.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:MULTILINEEDIT:TP_VALIDATION_INPUTHELP:EDT_INPUTHELP\\\"\\>Enter "
"the message that you want to display when the cell or cell range is "
"selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#tit.help.text
msgid "Error Alert"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3153821.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12120300.xhp\\\" name=\\\"Error "
"Alert\\\"\\>Error Alert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3153379.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC:TABPAGE:TP_VALIDATION_ERROR\\\"\\>Define the error "
"message that is displayed when invalid data is entered in a cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3154138.25.help.text
msgid ""
"You can also start a macro with an error message. A sample macro is provided "
"at the end of this page."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3156280.3.help.text
msgid "Show error message when invalid values are entered."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3150768.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:TRISTATEBOX:TP_VALIDATION_ERROR:TSB_SHOW\\\"\\>Displays "
"the error message that you enter in the \\<emph\\>Contents\\</emph\\> area "
"when invalid data is entered in a cell.\\</ahelp\\> If unchecked, the "
"message is displayed to prevent an invalid entry."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3146984.5.help.text
msgid ""
"In both cases, if you select \"Stop\", the invalid entry is deleted and the "
"previous value is reentered in the cell. The same applies if you close the "
"\"Warning\" and \"Information\" dialogs by clicking the \\<emph\\>Cancel "
"\\</emph\\>button. If you close the dialogs with the \\<emph\\>OK\\</emph\\> "
"button, the invalid entry is not deleted."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3152460.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3152460.6.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3148646.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3148646.8.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3151115.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:TP_VALIDATION_ERROR:LB_ACTION\\\"\\>Select the "
"action that you want to occur when invalid data is entered in a "
"cell.\\</ahelp\\> The \"Stop\" action rejects the invalid entry and displays "
"a dialog that you have to close by clicking \\<emph\\>OK\\</emph\\>. The "
"\"Warning\" and \"Information\" actions display a dialog that can be closed "
"by clicking \\<emph\\>OK\\</emph\\> or \\<emph\\>Cancel\\</emph\\>. The "
"invalid entry is only rejected when you click \\<emph\\>Cancel\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3156441.10.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3156441.10.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3153160.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:TP_VALIDATION_ERROR:BTN_SEARCH\\\"\\>Opens "
"the \\<link href=\\\"text/shared/01/06130000.xhp\\\" "
"name=\\\"Macro\\\"\\>Macro\\</link\\> dialog where you can select the macro "
"that is executed when invalid data is entered in a cell. The macro is "
"executed after the error message is displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3153876.12.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3153876.12.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3149410.13.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:TP_VALIDATION_ERROR:EDT_TITLE\\\"\\>Enter the title "
"of the macro or the error message that you want to display when invalid data "
"is entered in a cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#hd_id3154510.14.help.text
msgid "Error message"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3149122.15.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MULTILINEEDIT:TP_VALIDATION_ERROR:EDT_ERROR\\\"\\>Enter "
"the message that you want to display when invalid data is entered in a "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/12120300.xhp#par_id3150752.16.help.text
msgid "\\<emph\\>Sample macro:\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#tit.help.text
msgid "DATE"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#bm_id3155511.help.text
msgid "\\<bookmark_value\\>DATE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#hd_id3155511.3.help.text
msgid ""
"\\<variable id=\\\"date\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_date.xhp\\\"\\>DATE\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3153551.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DATUM\\\"\\>This function converts a date written "
"as year, month, day to an internal serial number and displays it in the "
"cell's formatting.\\</ahelp\\> The default format of a cell containing the "
"DATE function is the date format, but you can format the cells with the "
"\\<emph\\>0\\</emph\\> number format, which displays the internal serial "
"number of the date as a number."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#hd_id3148590.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/func_date.xhp#hd_id3148590.5.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3150474.6.help.text
msgid "DATE(year; month; day)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3152815.7.help.text
msgid ""
"\\<emph\\>Year\\</emph\\> is an integer between 1583 and 9956 or 0 and 99."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3153222.174.help.text
msgid ""
"In \\<emph\\>Tools - Options - $[officename] - General \\</emph\\>you can "
"set from which year a two-digit number entry is recognized as 20xx."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3155817.8.help.text
msgid ""
"\\<emph\\>Month\\</emph\\> is an integer between 1 and 12 indicating the "
"month."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3153183.9.help.text
msgid ""
"\\<emph\\>Day\\</emph\\> is a number between 1 and 31 indicating the day of "
"the month."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3156260.10.help.text
msgid ""
"If the values for month and day are higher, they are carried over to the "
"next digit. If you enter =DATE(00;12;31) the result will be \"12/31/00.\" "
"If, on the other hand, you enter =DATE(00;13;31) the result will be "
"\"1/31/01.\""
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#hd_id3147477.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_date.xhp#hd_id3147477.12.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_date.xhp#par_id3152589.16.help.text
msgid "DATE(\"00;1;1\") yields 1/1/00"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#tit.help.text
msgid "DATEVALUE "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#bm_id3145621.help.text
msgid "\\<bookmark_value\\>DATEVALUE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#hd_id3145621.18.help.text
msgid ""
"\\<variable id=\\\"datevalue\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_dateval"
"ue.xhp\\\"\\>DATEVALUE\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#par_id3145087.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_DATWERT\\\"\\>Returns the internal date number for "
"text in quotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#par_id3149281.20.help.text
msgid ""
"The internal date number is returned as a number. The number is determined "
"by the date system that is used by $[officename] to calculate dates."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#hd_id3156294.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_datevalue.xhp#hd_id3156294.21.help.t"
"ext\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#par_id3149268.22.help.text
msgid "DATEVALUE(\"Text\")"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#par_id3154819.23.help.text
msgid ""
"\\<emph\\>Text\\</emph\\> is a valid date expression and must be entered "
"with quotation marks."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#hd_id3156309.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_datevalue.xhp#hd_id3156309.24.help.t"
"ext\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_datevalue.xhp#par_id3155841.25.help.text
msgid "DATEVALUE(\"7/20/54\") yields 19925"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#tit.help.text
msgid "DAY "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#bm_id3147317.help.text
msgid "\\<bookmark_value\\>DAY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#hd_id3147317.106.help.text
msgid ""
"\\<variable id=\\\"day\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_day.xhp\\\"\\>DAY\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#par_id3147584.107.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TAG\\\"\\>Returns the day of given date "
"value.\\</ahelp\\> The day is returned as an integer between 1 and 31. You "
"can also enter a negative date/time value."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#hd_id3150487.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_day.xhp#hd_id3150487.108.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#par_id3149430.109.help.text
msgid "DAY(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#par_id3149443.110.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>, as a time value, is a decimal, for which the "
"day is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#hd_id3163809.111.help.text
msgid "Examples "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#par_id3151200.112.help.text
msgid ""
"DAY(1) returns 31 (since $[officename] starts counting at zero from December "
"30, 1899)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#par_id3154130.113.help.text
msgid "DAY(NOW()) returns the current day."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_day.xhp#par_id3159190.114.help.text
msgid "DAY(C4) returns 5 if the contents of C4 = 8/5/1901."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#tit.help.text
msgid "DAYS "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#bm_id3151328.help.text
msgid "\\<bookmark_value\\>DAYS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#hd_id3151328.116.help.text
msgid ""
"\\<variable id=\\\"days\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_days.xhp\\\"\\>DAYS\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#par_id3155139.117.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TAGE\\\"\\>Calculates the difference between two "
"date values.\\</ahelp\\> The result returns the number of days between the "
"two days."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#hd_id3155184.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_days.xhp#hd_id3155184.118.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#par_id3149578.119.help.text
msgid "DAYS(Date_2;Date_1)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#par_id3151376.120.help.text
msgid ""
"\\<emph\\>Date_1\\</emph\\> is the start date, \\<emph\\>Date_2\\</emph\\> "
"is the end date. If \\<emph\\>Date_2\\</emph\\> is an earlier date than "
"\\<emph\\>Date_1\\</emph\\> the result is a negative number."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#hd_id3151001.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_days.xhp#hd_id3151001.121.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#par_id3159101.123.help.text
msgid ""
"DAYS(\"1/1/2010\"; NOW()) returns the number of days from today until "
"January 1, 2010."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days.xhp#par_id3163720.172.help.text
msgid "DAYS(\"10/10/1990\";\"10/10/1980\") returns 3652."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#tit.help.text
msgid "DAYS360 "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#bm_id3148555.help.text
msgid "\\<bookmark_value\\>DAYS360 function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#hd_id3148555.124.help.text
msgid ""
"\\<variable id=\\\"days360\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_days360.x"
"hp\\\"\\>DAYS360\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#par_id3156032.125.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_TAGE360\\\"\\>Returns the difference between two "
"dates based on the 360 day year used in interest calculations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#hd_id3155347.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_days360.xhp#hd_id3155347.126.help.te"
"xt\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#par_id3155313.127.help.text
msgid "DAYS360(Date_1;Date_2;Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#par_id3145263.128.help.text
msgid ""
"If Date_2 is earlier than Date_1, the function will return a negative number."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#par_id3151064.129.help.text
msgid ""
"The optional argument \\<emph\\>Type\\</emph\\> determines the type of "
"difference calculation. If Type = 0 or if the argument is missing, the US "
"method (NASD, National Association of Securities Dealers) is used. If Type "
"<> 0, the European method is used."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#hd_id3148641.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_days360.xhp#hd_id3148641.130.help.te"
"xt\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_days360.xhp#par_id3156348.132.help.text
msgid ""
"DAYS360(\"1/1/2000\";NOW()) returns the number of interest days from January "
"1, 2000 until today."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#tit.help.text
msgid "EASTERSUNDAY"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#bm_id3152960.help.text
msgid "\\<bookmark_value\\>EASTERSUNDAY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#hd_id3152960.175.help.text
msgid ""
"\\<variable id=\\\"eastersunday\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_east"
"ersunday.xhp\\\"\\>EASTERSUNDAY\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3154570.176.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_OSTERSONNTAG\\\"\\>Returns the date of Easter "
"Sunday for the entered year.\\</ahelp\\> Year is an integer between 1583 and "
"9956 or 0 and 99. You can also calculate other holidays by simple addition "
"with this date."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3156156.177.help.text
msgid "Easter Monday = EASTERSUNDAY() + 1"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3147521.178.help.text
msgid "Good Friday = EASTERSUNDAY() - 2"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3146072.179.help.text
msgid "Pentecost Sunday = EASTERSUNDAY() + 49"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3149553.180.help.text
msgid "Pentecost Monday = EASTERSUNDAY() + 50"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#hd_id3155120.181.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_eastersunday.xhp#hd_id3155120.181.he"
"lp.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3154472.182.help.text
msgid "EASTERSUNDAY(2000) returns 4/23/00"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eastersunday.xhp#par_id3150940.184.help.text
msgid ""
"EASTERSUNDAY(2000)+49 returns the internal serial number 36688. If you use "
"the MMDDYY date format, the result is 06/11/00."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#tit.help.text
msgid "EDATE"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#bm_id3151184.help.text
msgid "\\<bookmark_value\\>EDATE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#hd_id3151184.213.help.text
msgid ""
"\\<variable id=\\\"edate\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_edate.xhp\\\"\\>EDATE\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#par_id3150880.214.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_EDATE\\\"\\>The result is a date which is a "
"number of \\<emph\\>Months\\</emph\\> away from the \\<emph\\>Start "
"date\\</emph\\>. Only months are considered; days are not used for "
"calculation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#hd_id3154647.215.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_edate.xhp#hd_id3154647.215.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#par_id3153212.216.help.text
msgid "EDATE(Start date;Months)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#par_id3146860.217.help.text
msgid "\\<emph\\>Start date\\</emph\\>: a date."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#par_id3152929.218.help.text
msgid "\\<emph\\>Months\\</emph\\>: the number of months."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#hd_id3151289.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_edate.xhp#hd_id3151289.219.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#par_id3155845.220.help.text
msgid "What date is one month prior to 3.31.2001?"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_edate.xhp#par_id3155999.221.help.text
msgid "=EDATE(\"3.31.2001\";-1) returns 2.28.2001."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#tit.help.text
msgid "EOMONTH"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#bm_id3150991.help.text
msgid "\\<bookmark_value\\>EOMONTH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#hd_id3150991.231.help.text
msgid ""
"\\<variable id=\\\"eomonth\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_eomonth.x"
"hp\\\"\\>EOMONTH\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#par_id3152766.232.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_EOMONTH\\\"\\>Returns the date of the last day "
"of a month which falls \\<emph\\>Months\\</emph\\> away from the "
"\\<emph\\>Start date\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#hd_id3150597.233.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_eomonth.xhp#hd_id3150597.233.help.te"
"xt\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#par_id3150351.234.help.text
msgid "EOMONTH (Start date; Months)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#par_id3146787.235.help.text
msgid "\\<emph\\>Start date\\</emph\\>: calculated from this point onwards."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#par_id3155615.236.help.text
msgid ""
"\\<emph\\>Months\\</emph\\>: the number of months before (negative) or after "
"(positive) the Start Date."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#hd_id3156335.237.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_eomonth.xhp#hd_id3156335.237.help.te"
"xt\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#par_id3154829.238.help.text
msgid ""
"What is the last day of the month that falls 6 months after September 14 "
"2001?"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_eomonth.xhp#par_id3156143.239.help.text
msgid "=EOMONTH(\"9.14.2001\";6) returns 3.31.2002."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#tit.help.text
msgid "HOUR "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#bm_id3154725.help.text
msgid "\\<bookmark_value\\>HOUR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#hd_id3154725.96.help.text
msgid ""
"\\<variable id=\\\"hour\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_hour.xhp\\\"\\>HOUR\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#par_id3149747.97.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_STUNDE\\\"\\>Returns the hour for a given time "
"value.\\</ahelp\\> The hour is returned as an integer between 0 and 23."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#hd_id3149338.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_hour.xhp#hd_id3149338.98.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#par_id3150637.99.help.text
msgid "HOUR(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#par_id3147547.100.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>, as a time value, is a decimal, for which the "
"hour is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#hd_id3153264.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_hour.xhp#hd_id3153264.101.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#par_id3159215.103.help.text
msgid "HOUR(NOW()) returns the current hour"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#par_id3145152.104.help.text
msgid "HOUR(C4) returns 17 if the contents of C4 = 17:20:00."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_hour.xhp#par_id3154188.105.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060102.xhp\\\" "
"name=\\\"YEAR\\\"\\>YEAR\\</link\\>, \\<link "
"href=\\\"text/scalc/01/04060102.xhp\\\" name=\\\"NOW\\\"\\>NOW\\</link\\>, "
"\\<link href=\\\"text/scalc/01/04060102.xhp\\\" "
"name=\\\"MINUTE\\\"\\>MINUTE\\</link\\>, \\<link "
"href=\\\"text/scalc/01/04060102.xhp\\\" "
"name=\\\"MONTH\\\"\\>MONTH\\</link\\>, \\<link "
"href=\\\"text/scalc/01/04060102.xhp\\\" name=\\\"DAY\\\"\\>DAY\\</link\\>, "
"\\<link href=\\\"text/scalc/01/04060102.xhp\\\" "
"name=\\\"WEEKDAY\\\"\\>WEEKDAY\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#tit.help.text
msgid "MINUTE "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#bm_id3149803.help.text
msgid "\\<bookmark_value\\>MINUTE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#hd_id3149803.66.help.text
msgid ""
"\\<variable id=\\\"minute\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_minute.xhp\\\"\\>MINUTE\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#par_id3148988.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MINUTE\\\"\\>Calculates the minute for an internal "
"time value\\</ahelp\\> The minute is returned as a number between 0 and 59."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#hd_id3154343.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_minute.xhp#hd_id3154343.68.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#par_id3148660.69.help.text
msgid "MINUTE(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#par_id3154611.70.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>, as a time value, is a decimal number where the "
"number of the minute is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#hd_id3145374.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_minute.xhp#hd_id3145374.71.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#par_id3148463.72.help.text
msgid "MINUTE(8.999) returns 58"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#par_id3149419.73.help.text
msgid "MINUTE(8.9999) returns 59"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_minute.xhp#par_id3144755.74.help.text
msgid "MINUTE(NOW()) returns the current minute value."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#tit.help.text
msgid "MONTH "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#bm_id3149936.help.text
msgid "\\<bookmark_value\\>MONTH function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#hd_id3149936.76.help.text
msgid ""
"\\<variable id=\\\"month\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_month.xhp\\\"\\>MONTH\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#par_id3153538.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_MONAT\\\"\\>Returns the month for the given date "
"value.\\</ahelp\\> The month is returned as an integer between 1 and 12."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#hd_id3149517.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_month.xhp#hd_id3149517.78.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#par_id3145602.79.help.text
msgid "MONTH(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#par_id3149485.80.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>, as a time value, is a decimal for which the "
"month is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#hd_id3153322.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_month.xhp#hd_id3153322.81.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#par_id3149244.83.help.text
msgid "MONTH(NOW()) returns the current month"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_month.xhp#par_id3154790.84.help.text
msgid "MONTH(C4) returns 7 if contents of C4 = 7/7/00."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#tit.help.text
msgid "NETWORKDAYS"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#bm_id3151254.help.text
msgid "\\<bookmark_value\\>NETWORKDAYS function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#hd_id3151254.240.help.text
msgid ""
"\\<variable id=\\\"networkdays\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_netwo"
"rkdays.xhp\\\"\\>NETWORKDAYS\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3153788.241.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_NETWORKDAYS\\\"\\>Returns the number of "
"workdays between Start\\<emph\\> date\\</emph\\> and \\<emph\\>End "
"date\\</emph\\>. Holidays can be deducted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#hd_id3148677.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_networkdays.xhp#hd_id3148677.242.hel"
"p.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3145775.243.help.text
msgid "NETWORKDAYS (Start date;End date;Holidays)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3153885.244.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3153885.244.he"
"lp.text\n"
"\\<emph\\>Start date\\</emph\\>: the date from when the calculation is "
"carried out. If the start date is a workday, the day is included in the "
"calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3151110.245.help.text
msgid ""
"\\<emph\\>End date\\</emph\\>: the date up until when the calculation is "
"carried out. If the end date is a workday, the day is included in the "
"calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3154115.246.help.text
msgid ""
"\\<emph\\>Holidays\\</emph\\>: optional list of holidays. These are non-"
"working days. Enter a cell range in which the holidays are listed "
"individually."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#hd_id3146902.247.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_networkdays.xhp#hd_id3146902.247.hel"
"p.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3154661.248.help.text
msgid ""
"How many workdays fall between 12/15/2001 and 1/15/2002? The start date is "
"located in C3 and the end date in D3. Cells F3 to J3 contain the following "
"Christmas and New Year holidays: \"12/24/2001\", \"12/25/2001\", "
"\"12/26/2001\", \"12/31/2001\", \"1/1/2002\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_networkdays.xhp#par_id3147328.249.help.text
msgid "=NETWORKDAYS(C3;D3;F3:J3) returns 17 workdays."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#tit.help.text
msgid "NOW"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#bm_id3150521.help.text
msgid "\\<bookmark_value\\>NOW function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#hd_id3150521.47.help.text
msgid ""
"\\<variable id=\\\"now\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_now.xhp\\\"\\>NOW\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#par_id3148829.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_JETZT\\\"\\>Returns the computer system date and "
"time.\\</ahelp\\> The value is updated when you recalculate the document or "
"each time a cell value is modified."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#hd_id3146988.49.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/func_now.xhp#hd_id3146988.49.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#par_id3154897.50.help.text
msgid "NOW()"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#hd_id3154205.51.help.text
msgid ""
"_: helpcontent2/source/text/scalc/01/func_now.xhp#hd_id3154205.51.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_now.xhp#par_id3150774.52.help.text
msgid ""
"=NOW()-A1 returns the difference between the date in A1 and now. Format the "
"result as a number."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#tit.help.text
msgid "SECOND "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#bm_id3159390.help.text
msgid "\\<bookmark_value\\>SECOND function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#hd_id3159390.86.help.text
msgid ""
"\\<variable id=\\\"second\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_second.xhp\\\"\\>SECOND\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#par_id3148974.87.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_SEKUNDE\\\"\\>Returns the second for the given "
"time value.\\</ahelp\\> The second is given as an integer between 0 and 59."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#hd_id3154362.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_second.xhp#hd_id3154362.88.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#par_id3148407.89.help.text
msgid "SECOND(Number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#par_id3155904.90.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>, as a time value, is a decimal, for which the "
"second is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#hd_id3149992.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_second.xhp#hd_id3149992.91.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#par_id3153350.93.help.text
msgid "SECOND(NOW()) returns the current second"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_second.xhp#par_id3150831.94.help.text
msgid "SECOND(C4) returns 17 if contents of C4 = 12:20:17."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#tit.help.text
msgid "TIME "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#bm_id3154073.help.text
msgid "\\<bookmark_value\\>TIME function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#hd_id3154073.149.help.text
msgid ""
"\\<variable id=\\\"time\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_time.xhp\\\"\\>TIME\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3145762.150.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZEIT\\\"\\>TIME returns the current time value "
"from values for hours, minutes and seconds.\\</ahelp\\> This function can be "
"used to convert a time based on these three elements to a decimal time value."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#hd_id3155550.151.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_time.xhp#hd_id3155550.151.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3154584.152.help.text
msgid "TIME(hour; minute; second)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3152904.153.help.text
msgid "Use an integer to set the \\<emph\\>hour\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3151346.154.help.text
msgid "Use an integer to set the \\<emph\\>minute\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3151366.155.help.text
msgid "Use an integer to set the \\<emph\\>second\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#hd_id3145577.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_time.xhp#hd_id3145577.156.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3156076.157.help.text
msgid "TIME(\"0;0;0\") returns 00:00:00"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_time.xhp#par_id3156090.158.help.text
msgid "TIME(\"4;20;4\") returns 04:20:04"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#tit.help.text
msgid "TIMEVALUE "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#bm_id3146755.help.text
msgid "\\<bookmark_value\\>TIMEVALUE function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#hd_id3146755.160.help.text
msgid ""
"\\<variable id=\\\"timevalue\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_timeval"
"ue.xhp\\\"\\>TIMEVALUE\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#par_id3148502.161.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_ZEITWERT\\\"\\>TIMEVALUE returns the internal time "
"number from a text enclosed by quotes and which may show a possible time "
"entry format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#par_id3150794.162.help.text
msgid ""
"The internal number indicated as a decimal is the result of the date system "
"used under $[officename] to calculate date entries."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#hd_id3150810.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_timevalue.xhp#hd_id3150810.163.help."
"text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#par_id3150823.164.help.text
msgid "TIMEVALUE(\"Text\")"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#par_id3152556.165.help.text
msgid ""
"\\<emph\\>Text\\</emph\\> is a valid time expression and must be entered in "
"quotation marks."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#hd_id3146815.166.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_timevalue.xhp#hd_id3146815.166.help."
"text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#par_id3146829.167.help.text
msgid ""
"TIMEVALUE(\"4PM\") returns 0.67. When formatting in time format HH:MM:SS, "
"you then get 16:00:00."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_timevalue.xhp#par_id3153632.168.help.text
msgid ""
"TIMEVALUE(\"24:00\") returns 1. If you use the HH:MM:SS time format, the "
"value is 00:00:00."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#tit.help.text
msgid "TODAY"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#bm_id3145659.help.text
msgid "\\<bookmark_value\\>TODAY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#hd_id3145659.29.help.text
msgid ""
"\\<variable id=\\\"today\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_today.xhp\\\"\\>TODAY\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#par_id3153759.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_HEUTE\\\"\\>Returns the current computer system "
"date.\\</ahelp\\> The value is updated when you reopen the document or "
"modify the values of the document."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#hd_id3154051.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_today.xhp#hd_id3154051.31.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#par_id3153154.32.help.text
msgid "TODAY()"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#par_id3154741.33.help.text
msgid "\\<emph\\>Today\\</emph\\> is a function without arguments."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#hd_id3153627.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_today.xhp#hd_id3153627.34.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_today.xhp#par_id3156106.35.help.text
msgid "TODAY() returns the current computer system date."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#tit.help.text
msgid "WEEKDAY "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#bm_id3154925.help.text
msgid "\\<bookmark_value\\>WEEKDAY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#hd_id3154925.136.help.text
msgid ""
"\\<variable id=\\\"weekday\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_weekday.x"
"hp\\\"\\>WEEKDAY\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3154228.137.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_WOCHENTAG\\\"\\>Returns the day of the week for "
"the given date value.\\</ahelp\\> The day is returned as an integer between "
"1 (Sunday) and 7 (Saturday) if no type or type = 1 is specified. If type=2, "
"numbering begins at Monday=1; and if type=3 numbering begins at Monday=0."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#hd_id3147217.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_weekday.xhp#hd_id3147217.138.help.te"
"xt\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3149033.139.help.text
msgid "WEEKDAY(Number; Type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3149046.140.help.text
msgid ""
"\\<emph\\>Number\\</emph\\>, as a date value, is a decimal for which the "
"weekday is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3154394.141.help.text
msgid ""
"\\<emph\\>Type\\</emph\\> determines the type of calculation. For Type =1, "
"the weekdays are counted starting from Sunday (this is the default even when "
"the Type parameter is missing). For Type =2, the weekdays are counted "
"starting from Monday =1. For Type = 3, the weekdays are counted starting "
"from Monday = 0."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3156188.142.help.text
msgid ""
"These values apply only to the standard date format that you select under "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - Calculate\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#hd_id3153836.143.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_weekday.xhp#hd_id3153836.143.help.te"
"xt\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3150317.144.help.text
msgid ""
"WEEKDAY(\"6/14/2000\") returns 4 (the Type parameter is missing, therefore "
"the standard count is used. The standard count starts with Sunday as day "
"number 1. June 14, 2000 was a Wednesday and therefore day number 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3153174.145.help.text
msgid ""
"WEEKDAY(\"7/24/1996\";2) returns 3 (the Type parameter is 2, therefore "
"Monday is day number 1. July 24, 1996 was a Wednesday and therefore day "
"number 3)."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3153525.146.help.text
msgid ""
"WEEKDAY(\"7/24/1996\";1) returns 4 (the Type parameter is 1, therefore "
"Sunday is day number 1. July 24, 1996 was a Wednesday and therefore day "
"number 4)."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3150575.147.help.text
msgid "WEEKDAY(NOW()) returns the number of the current day."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weekday.xhp#par_id3150588.171.help.text
msgid ""
"To obtain a function indicating whether a day in A1 is a business day, use "
"the IF and WEEKDAY functions as follows: IF(WEEKDAY(A1;2)<6;\"Business "
"day\";\"Weekend\")"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#tit.help.text
msgid "WEEKNUM"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#bm_id3159161.help.text
msgid "\\<bookmark_value\\>WEEKNUM function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#hd_id3159161.54.help.text
msgid ""
"\\<variable id=\\\"weeknum\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_weeknum.x"
"hp\\\"\\>WEEKNUM\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3149770.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_KALENDERWOCHE\\\"\\>WEEKNUM calculates the week "
"number of the year for the internal date value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_idN105E4.help.text
msgid ""
"The International Standard ISO 8601 has decreed that Monday shall be the "
"first day of the week. A week that lies partly in one year and partly in "
"another is assigned a number in the year in which most of its days lie. That "
"means that week number 1 of any year is the week that contains the January "
"4\\<emph\\>th\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#hd_id3153055.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_weeknum.xhp#hd_id3153055.56.help.tex"
"t\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3147236.57.help.text
msgid "WEEKNUM(number; mode)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3147511.58.help.text
msgid "\\<emph\\>Number\\</emph\\> is the internal date number."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3154269.59.help.text
msgid ""
"\\<emph\\>Mode\\</emph\\> sets the start of the week and the calculation "
"type."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3148930.60.help.text
msgid "1 = Sunday"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3154280.61.help.text
msgid "2 = Monday"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#hd_id3146948.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_weeknum.xhp#hd_id3146948.62.help.tex"
"t\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3150704.65.help.text
msgid "WEEKNUM(\"1/1/95\";1) returns 1 (1/1/95 was a Sunday)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknum.xhp#par_id3149792.64.help.text
msgid ""
"WEEKNUM(\"1/1/95\";2) returns 52. If the week starts on Monday, Sunday "
"belongs to the last week of the previous year."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#tit.help.text
msgid "WEEKNUM_ADD "
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#bm_id3166443.help.text
msgid "\\<bookmark_value\\>WEEKNUM_ADD function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#hd_id3166443.222.help.text
msgid ""
"\\<variable id=\\\"weeknumadd\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_weeknu"
"madd.xhp\\\"\\>WEEKNUM_ADD\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_id3152945.223.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_WEEKNUM\\\"\\>The result indicates the number "
"of the calendar week for a \\<emph\\>Date\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_idN105DD.help.text
msgid ""
"The WEEKNUM_ADD function is designed to calculate week numbers exactly as "
"Microsoft Excel does. Use the \\<link "
"href=\\\"text/scalc/01/func_weeknum.xhp\\\"\\>WEEKNUM\\</link\\> function, "
"or format your date cells using the WW formatting code, when you need ISO "
"8601 week numbers."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#hd_id3153745.224.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#hd_id3153745.224.help"
".text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_id3153685.225.help.text
msgid "WEEKNUM_ADD(Date;Return type)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_id3159277.226.help.text
msgid "\\<emph\\>Date\\</emph\\>: the date within the calendar week."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_id3154098.227.help.text
msgid ""
"\\<emph\\>Return type\\</emph\\>: 1 for week beginning on a Sunday, 2 for "
"week beginning on a Monday."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#hd_id3152886.228.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#hd_id3152886.228.help"
".text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_id3149973.229.help.text
msgid "In which week number does 12.24.2001 fall?"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_weeknumadd.xhp#par_id3149914.230.help.text
msgid "=WEEKNUM_ADD(\"24.12.2001\";1) returns 52."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#tit.help.text
msgid "WORKDAY"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#bm_id3149012.help.text
msgid "\\<bookmark_value\\>WORKDAY function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#hd_id3149012.186.help.text
msgid ""
"\\<variable id=\\\"workday\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_workday.x"
"hp\\\"\\>WORKDAY\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3149893.187.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_WORKDAY\\\"\\> The result is a date number "
"that can be formatted as a date. You then see the date of a day that is a "
"certain number of \\<emph\\>Workdays\\</emph\\> away from the "
"\\<emph\\>Start date\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#hd_id3146944.188.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_workday.xhp#hd_id3146944.188.help.te"
"xt\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3154844.189.help.text
msgid "WORKDAY (Start date;Days;Holidays)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3147469.190.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3147469.190.help.t"
"ext\n"
"\\<emph\\>Start date\\</emph\\>: the date from when the calculation is "
"carried out. If the start date is a workday, the day is included in the "
"calculation."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3153038.191.help.text
msgid ""
"\\<emph\\>Days\\</emph\\>: the number of workdays. Positive value for a "
"result after the start date, negative value for a result before the start "
"date."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3150693.192.help.text
msgid ""
"\\<emph\\>Holidays\\</emph\\>: list of optional holidays. These are non-"
"working days. Enter a cell range in which the holidays are listed "
"individually."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#hd_id3150141.193.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_workday.xhp#hd_id3150141.193.help.te"
"xt\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3152782.194.help.text
msgid ""
"What date comes 17 workdays after 1 December 2001? Enter the start date "
"\"12/1/2001\" in C3 and the number of workdays in D3. Cells F3 to J3 contain "
"the following Christmas and New Year holidays: \"12/24/2001\", "
"\"12/25/2001\", \"12/26/2001\", \"12/31/2001\", \"1/1/2002\"."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_workday.xhp#par_id3146142.195.help.text
msgid ""
"=WORKDAY(C3;D3;F3:J3) returns 12/28/2001. Format the serial date number as a "
"date."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#tit.help.text
msgid "YEAR"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#bm_id3153982.help.text
msgid "\\<bookmark_value\\>YEAR function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#hd_id3153982.37.help.text
msgid ""
"\\<variable id=\\\"year\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_year.xhp\\\"\\>YEAR\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#par_id3147496.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FUNC_JAHR\\\"\\>Returns the year as a number according "
"to the internal calculation rules.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#hd_id3146090.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_year.xhp#hd_id3146090.39.help.text\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#par_id3154304.40.help.text
msgid "YEAR(number)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#par_id3156013.41.help.text
msgid ""
"\\<emph\\>Number\\</emph\\> shows the internal date value for which the year "
"is to be returned."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#hd_id3152797.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_year.xhp#hd_id3152797.42.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#par_id3145668.43.help.text
msgid "Year(1) returns 1899"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#par_id3151168.44.help.text
msgid "YEAR(2) returns 1900"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_year.xhp#par_id3150115.45.help.text
msgid "YEAR(33333.33) returns 1991"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#tit.help.text
msgid "YEARFRAC"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#bm_id3148735.help.text
msgid "\\<bookmark_value\\>YEARFRAC function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#hd_id3148735.196.help.text
msgid ""
"\\<variable id=\\\"yearfrac\\\"\\>\\<link "
"href=\\\"text/scalc/01/func_yearfrac"
".xhp\\\"\\>YEARFRAC\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3150899.197.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AAI_FUNC_YEARFRAC\\\"\\> The result is a number between "
"0 and 1, representing the fraction of a year between \\<emph\\>Start "
"date\\</emph\\> and \\<emph\\>End date\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#hd_id3155259.198.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#hd_id3155259.198.help.t"
"ext\n"
"Syntax"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3155823.199.help.text
msgid "YEARFRAC (Start date;End date;Basis)"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3145144.200.help.text
msgid ""
"\\<emph\\>Start date\\</emph\\> and \\<emph\\>end date\\</emph\\>: two date "
"values."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3149954.201.help.text
msgid ""
"\\<emph\\>Basis\\</emph\\>: is chosen from a list of options and indicates "
"how the year is to be calculated."
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3146847.202.help.text
msgid "Basis"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3155956.203.help.text
msgid "Calculation"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3154502.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3154502.204.help."
"text\n"
"0 or missing"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3149877.205.help.text
msgid "US method (NASD), 12 months of 30 days each"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3148766.250.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3148766.250.help."
"text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3154326.206.help.text
msgid "Exact number of days in months, exact number of days in year"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3145245.251.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3145245.251.help."
"text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3155620.207.help.text
msgid "Exact number of days in month, year has 360 days"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3145297.252.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3145297.252.help."
"text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3148394.208.help.text
msgid "Exact number of days in month, year has 365 days"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3151022.253.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3151022.253.help."
"text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3150931.209.help.text
msgid "European method, 12 months of 30 days each"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#hd_id3145626.210.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/01/func_yearfrac.xhp#hd_id3145626.210.help.t"
"ext\n"
"Example"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3149007.211.help.text
msgid "What fraction of the year 2001 lies between 1.1.2002 and 7.1.2001?"
msgstr ""

#: helpcontent2/source/text/scalc/01/func_yearfrac.xhp#par_id3154632.212.help.text
msgid "=YEARFRAC(\"1.1.2002\"; \"7.1.2002\";1) returns 0.495890."
msgstr ""

#: helpcontent2/source/text/scalc/02/02130000.xhp#tit.help.text
msgid "Number format: Currency"
msgstr ""

#: helpcontent2/source/text/scalc/02/02130000.xhp#hd_id3152892.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/02130000.xhp\\\" name=\\\"Number format: "
"Currency\\\"\\>Number format: Currency\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02130000.xhp#par_id3148837.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumberFormatCurrency\\\" "
"visibility=\\\"visible\\\"\\>Applies the default currency format to the "
"selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02130000.xhp#par_id3155267.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_currencyfield.png\\\" "
"id=\\\"img_id3159096\\\"\\>\\<alt "
"id=\\\"alt_id3159096\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02130000.xhp#par_id3150214.3.help.text
msgid "Number Format: Currency"
msgstr ""

#: helpcontent2/source/text/scalc/02/02130000.xhp#par_id3146776.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/02130000.xhp#par_id3146776.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" name=\\\"Format - Cell - "
"Numbers\\\"\\>Format - Cell - Numbers\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#tit.help.text
msgid "Number format: Percent"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#hd_id3156329.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/02140000.xhp\\\" name=\\\"Number format: "
"Percent\\\"\\>Number format: Percent\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3155629.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumberFormatPercent\\\"\\>Applies the percentage "
"format to the selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3153968.help.text
msgid ""
"\\<image id=\\\"img_id3150869\\\" "
"src=\\\"res/commandimagelist/sc_numberformatpercent.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3150869\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3151114.3.help.text
msgid "Number Format: Percent"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#bm_id3149260.help.text
msgid "\\<bookmark_value\\>percentage calculations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3149260.5.help.text
msgid "You can also enter a percentage sign (%) after a number in a cell:"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3155411.6.help.text
msgid "1% corresponds to 0.01"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3145749.7.help.text
msgid "1 + 16% corresponds to 116% or 1.16"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3148575.8.help.text
msgid "1%% corresponds to 0.0001"
msgstr ""

#: helpcontent2/source/text/scalc/02/02140000.xhp#par_id3159153.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/02/02140000.xhp#par_id3159153.10.help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" name=\\\"Format - Cell - "
"Numbers\\\"\\>Format - Cell - Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02150000.xhp#tit.help.text
msgid "Number format: Default"
msgstr ""

#: helpcontent2/source/text/scalc/02/02150000.xhp#hd_id3149182.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/02150000.xhp\\\" name=\\\"Number format: "
"Default\\\"\\>Number format: Default\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02150000.xhp#par_id3163802.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumberFormatStandard\\\" "
"visibility=\\\"visible\\\"\\>Applies the default number format to the "
"selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02150000.xhp#par_id3155922.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_numberformatstandard.png\\\" "
"id=\\\"img_id3156024\\\"\\>\\<alt "
"id=\\\"alt_id3156024\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02150000.xhp#par_id3153361.3.help.text
msgid "Number Format: Standard"
msgstr ""

#: helpcontent2/source/text/scalc/02/02150000.xhp#par_id3154908.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/02150000.xhp#par_id3154908.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" name=\\\"Format - Cell - "
"Numbers\\\"\\>Format - Cell - Numbers\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/02/02160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/02160000.xhp#tit.help.text\n"
"Number Format: Add Decimal Place"
msgstr ""

#: helpcontent2/source/text/scalc/02/02160000.xhp#bm_id3150275.help.text
msgid ""
"\\<bookmark_value\\>formatting;adding decimal "
"places\\</bookmark_value\\>\\<bookmark_value\\>number formats; adding "
"decimal places\\</bookmark_value\\>\\<bookmark_value\\>decimal places; "
"adding\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02160000.xhp#hd_id3150275.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/02160000.xhp\\\" name=\\\"Number Format: Add "
"Decimal Place\\\"\\>Number Format: Add Decimal Place\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02160000.xhp#par_id3150792.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumberFormatIncDecimals\\\" "
"visibility=\\\"visible\\\"\\>Adds one decimal place to the numbers in the "
"selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02160000.xhp#par_id3145787.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_numberformatincdecimals.png\\\" "
"id=\\\"img_id3145271\\\"\\>\\<alt "
"id=\\\"alt_id3145271\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02160000.xhp#par_id3149262.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/02160000.xhp#par_id3149262.3.help.text\n"
"Number Format: Add Decimal Place"
msgstr ""

#: helpcontent2/source/text/scalc/02/02170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/02170000.xhp#tit.help.text\n"
"Number Format: Delete Decimal Place"
msgstr ""

#: helpcontent2/source/text/scalc/02/02170000.xhp#bm_id3149164.help.text
msgid ""
"\\<bookmark_value\\>formatting;deleting decimal "
"places\\</bookmark_value\\>\\<bookmark_value\\>number formats; deleting "
"decimal places\\</bookmark_value\\>\\<bookmark_value\\>deleting; decimal "
"places\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02170000.xhp#hd_id3149164.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/02170000.xhp\\\" name=\\\"Number Format: "
"Delete Decimal Place\\\"\\>Number Format: Delete Decimal Place\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02170000.xhp#par_id3147264.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumberFormatDecDecimals\\\" "
"visibility=\\\"visible\\\"\\>Removes one decimal place from the numbers in "
"the selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02170000.xhp#par_id3145173.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_numberformatdecdecimals.png\\\" "
"id=\\\"img_id3153192\\\"\\>\\<alt "
"id=\\\"alt_id3153192\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/02170000.xhp#par_id3154686.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/02170000.xhp#par_id3154686.3.help.text\n"
"Number Format: Delete Decimal Place"
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#tit.help.text
msgid "Sheet Area"
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#bm_id3156326.help.text
msgid ""
"\\<bookmark_value\\>formula bar; sheet area "
"names\\</bookmark_value\\>\\<bookmark_value\\>sheet area "
"names\\</bookmark_value\\>\\<bookmark_value\\>showing; cell "
"references\\</bookmark_value\\>\\<bookmark_value\\>cell references; "
"showing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#hd_id3156326.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06010000.xhp\\\" name=\\\"Name Box\\\"\\>Name "
"Box\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#par_id3149656.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSWIN_POS\\\"\\>Displays the reference for the current "
"cell, the range of the selected cells, or the name of the area.\\</ahelp\\> "
"You can also select a range of cells, and then type a name for that range "
"into the \\<emph\\>Name Box\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#par_id3163710.help.text
msgid ""
"\\<image id=\\\"img_id3152576\\\" src=\\\"res/helpimg/calcein.png\\\" "
"width=\\\"31.49mm\\\" height=\\\"6.09mm\\\" localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3152576\\\"\\>Combo box sheet area\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#par_id3151118.4.help.text
msgid "Name Box"
msgstr ""

#: helpcontent2/source/text/scalc/02/06010000.xhp#par_id3152596.6.help.text
msgid ""
"To jump to a particular cell, or to select a cell range, type the cell "
"reference, or cell range reference in this box, for example, F1, or A1:C4."
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06030000.xhp#tit.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#bm_id3157909.help.text
msgid ""
"\\<bookmark_value\\>functions;sum function "
"icon\\</bookmark_value\\>\\<bookmark_value\\>formula bar;sum "
"function\\</bookmark_value\\>\\<bookmark_value\\>sum function in formula "
"bar\\</bookmark_value\\>\\<bookmark_value\\>adding; sum "
"icon\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#hd_id3157909.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06030000.xhp\\\" "
"name=\\\"Sum\\\"\\>Sum\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#par_id3150543.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSWIN_SUMME\\\"\\>Automatically adds the numbers in "
"the cell range that you specify. Click in a cell, click this icon, and then "
"enter the cell range. You can also drag to define a cell range in the "
"spreadsheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#par_id3153770.help.text
msgid ""
"\\<image id=\\\"img_id3147434\\\" "
"src=\\\"res/commandimagelist/sc_autosum.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3147434\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#par_id3152577.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/02/06030000.xhp#par_id3152577.15.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#par_id3156444.16.help.text
msgid ""
"$[officename] automatically suggests a cell range, provided that the "
"spreadsheet contains data. If the cell range already contains a sum "
"function, you can combine it with the new one to yield the total sum of the "
"range. If the range contains filters, the Subtotal function is inserted "
"instead of the Sum function."
msgstr ""

#: helpcontent2/source/text/scalc/02/06030000.xhp#par_id3153189.3.help.text
msgid ""
"Click the \\<emph\\>Accept\\</emph\\> icon (green check mark) to use the "
"formula displayed in the input line."
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06040000.xhp#tit.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#bm_id3150084.help.text
msgid ""
"\\<bookmark_value\\>formula bar; "
"functions\\</bookmark_value\\>\\<bookmark_value\\>functions; formula bar "
"icon\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#hd_id3150084.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06040000.xhp\\\" "
"name=\\\"Function\\\"\\>Function\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#par_id3151245.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSWIN_FUNC\\\"\\>Adds a formula to the current cell. "
"Click this icon, and then enter the formula in the \\<emph\\>Input "
"line\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#par_id3153360.3.help.text
msgid ""
"This icon is only available when the \\<emph\\>Input line\\</emph\\> box is "
"hidden."
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#par_id3153770.help.text
msgid ""
"\\<image id=\\\"img_id3145785\\\" "
"src=\\\"sc/res/imglst/apptbx/sc26049.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3145785\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06040000.xhp#par_id3153951.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06040000.xhp#par_id3153951.4.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/scalc/02/06050000.xhp#tit.help.text
msgid "Input line"
msgstr ""

#: helpcontent2/source/text/scalc/02/06050000.xhp#hd_id3153821.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06050000.xhp\\\" name=\\\"Input "
"line\\\"\\>Input line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06050000.xhp#par_id3155922.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSWIN_INPUT\\\"\\>Enter the formula that you want to "
"add to the current cell. You can also click the \\<link "
"href=\\\"text/scalc/01/04060000.xhp\\\" name=\\\"Function "
"Wizard\\\"\\>Function Wizard\\</link\\> icon to insert a predefined function "
"into the formula.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06060000.xhp#tit.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/scalc/02/06060000.xhp#bm_id3154514.help.text
msgid ""
"\\<bookmark_value\\>formula bar; canceling "
"inputs\\</bookmark_value\\>\\<bookmark_value\\>functions; canceling input "
"icon\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06060000.xhp#hd_id3154514.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06060000.xhp\\\" "
"name=\\\"Cancel\\\"\\>Cancel\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06060000.xhp#par_id3153823.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSWIN_CANCEL\\\"\\>Clears the contents of the "
"\\<emph\\>Input line\\</emph\\>, or cancels the changes that you made to an "
"existing formula.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06060000.xhp#par_id3156281.help.text
msgid ""
"\\<image id=\\\"img_id3156422\\\" src=\\\"svx/res/nu08.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3156422\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06060000.xhp#par_id3153970.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06060000.xhp#par_id3153970.3.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/scalc/02/06070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06070000.xhp#tit.help.text\n"
"Accept"
msgstr ""

#: helpcontent2/source/text/scalc/02/06070000.xhp#bm_id3143267.help.text
msgid ""
"\\<bookmark_value\\>formula bar; accepting "
"inputs\\</bookmark_value\\>\\<bookmark_value\\>functions; accepting input "
"icon\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06070000.xhp#hd_id3143267.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06070000.xhp\\\" "
"name=\\\"Accept\\\"\\>Accept\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06070000.xhp#par_id3151245.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSWIN_OK\\\"\\>Accepts the contents of the "
"\\<emph\\>Input line\\</emph\\>, and then inserts the contents into the "
"current cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06070000.xhp#par_id3150769.help.text
msgid ""
"\\<image id=\\\"img_id3156422\\\" src=\\\"svx/res/nu07.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156422\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06070000.xhp#par_id3125864.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/06070000.xhp#par_id3125864.3.help.text\n"
"Accept"
msgstr ""

#: helpcontent2/source/text/scalc/02/06080000.xhp#tit.help.text
msgid "Theme Selection"
msgstr ""

#: helpcontent2/source/text/scalc/02/06080000.xhp#hd_id3153087.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06080000.xhp\\\" name=\\\"Theme "
"Selection\\\"\\>Theme Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06080000.xhp#par_id3154515.2.help.text
msgid ""
"\\<variable id=\\\"thementext\\\"\\>\\<ahelp "
"hid=\\\".uno:ChooseDesign\\\"\\>Applies a formatting style to the selected "
"cells.\\</ahelp\\>\\</variable\\> The styles include font, border, and "
"background color information."
msgstr ""

#: helpcontent2/source/text/scalc/02/06080000.xhp#par_id3155132.help.text
msgid ""
"\\<image id=\\\"img_id3145785\\\" "
"src=\\\"res/commandimagelist/sc_choosedesign.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145785\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/06080000.xhp#par_id3153953.4.help.text
msgid "Choose Themes"
msgstr ""

#: helpcontent2/source/text/scalc/02/06080000.xhp#par_id3147127.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGSTYLES_LISTBOX\\\"\\>Click the formatting theme that "
"you want to apply, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/08010000.xhp#tit.help.text
msgid "Position in document"
msgstr ""

#: helpcontent2/source/text/scalc/02/08010000.xhp#hd_id3145119.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/08010000.xhp\\\" name=\\\"Position in "
"document\\\"\\>Position in document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/08010000.xhp#par_id3147265.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StatusDocPos\\\" visibility=\\\"visible\\\"\\>Displays "
"the total number of the current sheet with respect to the total number of "
"sheets in the spreadsheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/08080000.xhp#tit.help.text
msgid "Standard Formula, Date/Time, Error Warning"
msgstr ""

#: helpcontent2/source/text/scalc/02/08080000.xhp#bm_id3147335.help.text
msgid ""
"\\<bookmark_value\\>status bar; %PRODUCTNAME Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/08080000.xhp#hd_id3147335.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/08080000.xhp\\\" name=\\\"Standard Formula, "
"Date/Time, Error Warning\\\"\\>Standard Formula, Date/Time, Error "
"Warning\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/08080000.xhp#par_id3150791.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StateTableCell\\\"\\>Displays information about the "
"current document. By default, the SUM of the contents of the selected cells "
"is displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/08080000.xhp#par_id3155061.3.help.text
msgid ""
"To change the default formula that is displayed, right-click the field, and "
"then choose the formula that you want. The available formulas are: Average, "
"count of values (COUNTA), count of numbers (COUNT), Maximum, Minimum, Sum, "
"or None."
msgstr ""

#: helpcontent2/source/text/scalc/02/08080000.xhp#par_id3153969.4.help.text
msgid ""
"\\<link href=\\\"text/scalc/05/02140000.xhp\\\" name=\\\"Error "
"codes\\\"\\>Error codes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/10050000.xhp#tit.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#bm_id3148491.help.text
msgid ""
"\\<bookmark_value\\>page views; increasing "
"scales\\</bookmark_value\\>\\<bookmark_value\\>increasing scales in page "
"view\\</bookmark_value\\>\\<bookmark_value\\>scaling;page "
"views\\</bookmark_value\\>\\<bookmark_value\\>zooming;page "
"views\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#hd_id3148491.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/10050000.xhp\\\" name=\\\"Zoom In\\\"\\>Zoom "
"In\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#par_id3145069.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomIn\\\"\\>Enlarges the screen display of the "
"current document. The current zoom factor is displayed on the "
"\\<emph\\>Status Bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#par_id3145171.4.help.text
msgid "The maximum zoom factor is 400%."
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#par_id3155854.help.text
msgid ""
"\\<image id=\\\"img_id3151116\\\" "
"src=\\\"res/commandimagelist/sc_helpzoomin.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3151116\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10050000.xhp#par_id3145273.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/10050000.xhp#par_id3145273.3.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/10060000.xhp#tit.help.text\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#bm_id3153561.help.text
msgid ""
"\\<bookmark_value\\>page views;reducing "
"scale\\</bookmark_value\\>\\<bookmark_value\\>scaling; reducing the screen "
"display\\</bookmark_value\\>\\<bookmark_value\\>zooming;reducing page "
"views\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#hd_id3153561.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/10060000.xhp\\\" name=\\\"Zoom Out\\\"\\>Zoom "
"Out\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#par_id3151246.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomOut\\\"\\>Reduces the screen display of the "
"current document. The current zoom factor is displayed on the "
"\\<emph\\>Status Bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#par_id3150398.4.help.text
msgid "The minimum zoom factor is 20%."
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#par_id3153770.help.text
msgid ""
"\\<image id=\\\"img_id3155131\\\" "
"src=\\\"res/commandimagelist/sc_zoomout.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155131\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/10060000.xhp#par_id3150440.3.help.text
msgid "Zooming Out"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18010000.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#bm_id3156329.help.text
msgid ""
"\\<bookmark_value\\>inserting; objects, toolbar icon\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#hd_id3156329.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/18010000.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3147336.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertCtrl\\\"\\>Click the arrow next to the icon to "
"open the \\<emph\\>Insert \\</emph\\>toolbar, where you can add graphics and "
"special characters to the current sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3148664.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3148664.3.help.text\n"
"Tools bar icon:"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3150767.help.text
msgid ""
"\\<image id=\\\"img_id3156423\\\" "
"src=\\\"res/commandimagelist/sc_insertgraphic.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156423\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3146120.4.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3146120.4.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3153188.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18010000.xhp#par_id3153188.6.help.text\n"
"You can select the following icons:"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#hd_id3151117.7.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18010000.xhp#hd_id3151117.7.help.text\n"
"\\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"From "
"File\\\"\\>From File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18010000.xhp#hd_id3149410.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18010000.xhp#hd_id3149410.8.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Character\\\"\\>Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18020000.xhp#tit.help.text\n"
"Insert Cells"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#bm_id3150275.help.text
msgid ""
"\\<bookmark_value\\>inserting; cells, toolbar icon\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#hd_id3150275.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/18020000.xhp\\\" name=\\\"Insert "
"Cells\\\"\\>Insert Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#par_id3156024.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsCellsCtrl\\\"\\>Click the arrow next to the icon to "
"open the \\<emph\\>Insert Cells \\</emph\\>toolbar, where you can insert "
"cells, rows, and columns into the current sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#par_id3150398.3.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18020000.xhp#par_id3150398.3.help.text\n"
"Tools bar icon:"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#par_id3150767.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/02/18020000.xhp#par_id3150767.5.help.text\n"
"You can select the following icons:"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#hd_id3150439.6.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04020000.xhp\\\" name=\\\"Insert Cells "
"Down\\\"\\>Insert Cells Down\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#hd_id3146119.7.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04020000.xhp\\\" name=\\\"Insert Cells "
"Right\\\"\\>Insert Cells Right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#hd_id3153190.8.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04020000.xhp\\\" "
"name=\\\"Rows\\\"\\>Rows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/02/18020000.xhp#hd_id3153726.9.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04020000.xhp\\\" "
"name=\\\"Columns\\\"\\>Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#tit.help.text
msgid "Shortcut Keys for Spreadsheets"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#bm_id3145801.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; shortcut keys "
"in\\</bookmark_value\\>\\<bookmark_value\\>shortcut keys; "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>sheet ranges; "
"filling\\</bookmark_value\\>\\<bookmark_value\\>matrices; filling matrix "
"areas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145801.1.help.text
msgid ""
"\\<variable id=\\\"calc_keys\\\"\\>\\<link "
"href=\\\"text/scalc/04/01020000.xhp\\\" name=\\\"Shortcut Keys for "
"Spreadsheets\\\"\\>Shortcut Keys for Spreadsheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155067.3.help.text
msgid ""
"To fill a selected cell range with the formula that you entered on the "
"\\<emph\\>Input line\\</emph\\>, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>+Enter. Hold "
"down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Enter+Shift to apply the cell format of the "
"input cell to the entire cell range."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153967.84.help.text
msgid ""
"To create a matrix in which all the cells contain the same information as "
"what you entered on the \\<emph\\>Input line\\</emph\\>, press "
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter. You cannot edit the components of the "
"matrix."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3166426.4.help.text
msgid ""
"To select multiple cells in different areas of a sheet, hold down "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> and drag in the different areas."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150207.127.help.text
msgid ""
"To select multiple sheets in a spreadsheet, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>, and then "
"click the name tabs at the lower edge of the workspace. To select only one "
"sheet in a selection, hold down Shift, and then click the name tab of the "
"sheet."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3166432.129.help.text
msgid ""
"To insert a manual line break in a cell, click in the cell, and then press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3146978.130.help.text
msgid ""
"To delete the contents of selected cells, press Delete. This opens the "
"\\<link href=\\\"text/scalc/01/02150000.xhp\\\" name=\\\"Delete "
"Contents\\\"\\>Delete Contents\\</link\\> dialog, where you choose which "
"contents of the cell you want to delete. To delete the contents of selected "
"cells without a dialog, press the Backspace key."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145386.85.help.text
msgid "Navigating in Spreadsheets"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149407.86.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149407.86.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153815.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153815.87.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146871.88.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Home"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159093.89.help.text
msgid "Moves the cursor to the first cell in the sheet (A1)."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145073.90.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + End"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153283.91.help.text
msgid "Moves the cursor to the last cell on the sheet that contains data."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149127.92.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149127.92.help.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159205.93.help.text
msgid "Moves the cursor to the first cell of the current row."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149897.94.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149897.94.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155095.95.help.text
msgid "Moves the cursor to the last cell of the current row."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3143220.101.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Left Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154766.102.help.text
msgid ""
"Moves the cursor to the left edge of the current data range. If the column "
"to the left of the cell that contains the cursor is empty, the cursor moves "
"to the next column to the left that contains data."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153554.103.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Right Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155593.104.help.text
msgid ""
"Moves the cursor to the right edge of the current data range. If the column "
"to the right of the cell that contains the cursor is empty, the cursor moves "
"to the next column to the right that contains data."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149317.105.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Up Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153076.106.help.text
msgid ""
"Moves the cursor to the top edge of the current data range. If the row above "
"the cell that contains the cursor is empty, the cursor moves up to the next "
"row that contains data."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3147250.107.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Down Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149054.108.help.text
msgid ""
"Moves the cursor to the bottom edge of the current data range. If the row "
"below the cell that contains the cursor is empty, the cursor moves down to "
"the next row that contains data."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148744.184.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Shift + Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159258.185.help.text
msgid ""
"Selects all cells containing data from the current cell to the end of the "
"continuous range of data cells, in the direction of the arrow pressed. If "
"used to select rows and columns together, a rectangular cell range is "
"selected."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156399.109.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+ Page Up"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3145236.110.help.text
msgid "Moves one sheet to the left."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149725.131.help.text
msgid "In the page preview: Moves to the previous print page."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3147411.111.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Page Down"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150372.112.help.text
msgid "Moves one sheet to the right."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159120.132.help.text
msgid "In the page preview: Moves to the next print page."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146885.113.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Page Up"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3152976.114.help.text
msgid "Moves one screen to the left."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149013.115.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Page Down"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150477.116.help.text
msgid "Moves one screen page to the right."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN10AFC.help.text
msgid "Shift + Ctrl + Page Up"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN10B00.help.text
msgid ""
"Adds the previous sheet to the current selection of sheets. If all the "
"sheets in a spreadsheet are selected, this shortcut key combination only "
"selects the previous sheet. Makes the previous sheet the current sheet."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN10B03.help.text
msgid "Shift + Ctrl + Page Down"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN10B07.help.text
msgid ""
"Adds the next sheet to the current selection of sheets. If all the sheets in "
"a spreadsheet are selected, this shortcut key combination only selects the "
"next sheet. Makes the next sheet the current sheet."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145826.96.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + *"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3148882.97.help.text
msgid "where (*) is the multiplication sign on the numeric key pad"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154847.98.help.text
msgid ""
"Selects the data range that contains the cursor. A range is a contiguous "
"cell range that contains data and is bounded by empty row and columns."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3151233.180.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + /"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149949.181.help.text
msgid "where (/) is the division sign on the numeric key pad"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150144.182.help.text
msgid "Selects the matrix formula range that contains the cursor."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3155825.99.help.text
msgid "Enter - in a selected range"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153935.100.help.text
msgid ""
"Moves the cursor down one cell in a selected range. To specify the direction "
"that the cursor moves, choose \\<emph\\>Tools - Options - %PRODUCTNAME Calc -"
" General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148756.5.help.text
msgid "Function Keys Used in Spreadsheets"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148581.6.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148581.6.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3152790.8.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3152790.8.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154809.139.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F1"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3145140.138.help.text
msgid "Displays the note that is attached to the current cell"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146142.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146142.9.help.text\n"
"F2"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3148568.10.help.text
msgid ""
"Switches to Edit mode and places the cursor at the end of the contents of "
"the current cell. Press again to exit Edit mode."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153108.179.help.text
msgid ""
"If the cursor is in an input box in a dialog that has a \\<emph\\>Minimize "
"\\</emph\\>button, the dialog is hidden and the input box remains visible. "
"Press F2 again to show the whole dialog."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146850.11.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146850.11.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F2"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3145162.12.help.text
msgid "Opens the Function Wizard."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3147366.137.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F2"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155929.136.help.text
msgid ""
"Moves the cursor to the \\<emph\\>Input line\\</emph\\> where you can enter "
"a formula for the current cell."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153730.15.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153730.15.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F3"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3145245.16.help.text
msgid "Opens the \\<emph\\>Define Names\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148768.17.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148768.17.help.text\n"
"F4"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153047.18.help.text
msgid "Shows or Hides the Database explorer."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145353.19.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145353.19.help.text\n"
"Shift+F4"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155620.20.help.text
msgid ""
"Rearranges the relative or absolute references (for example, A1, $A$1, $A1, "
"A$1) in the input field."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156063.21.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156063.21.help.text\n"
"F5"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149540.22.help.text
msgid "Shows or hides the \\<emph\\>Navigator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148392.23.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148392.23.help.text\n"
"Shift+F5"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150268.24.help.text
msgid "Traces dependents."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148430.27.help.text
msgid "Ctrl+F5"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153179.28.help.text
msgid "Traces precedents."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150568.135.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F5"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153551.134.help.text
msgid ""
"Moves the cursor from the \\<emph\\>Input line \\</emph\\>to the "
"\\<emph\\>Sheet area\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3155368.29.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3155368.29.help.text\n"
"F7"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154871.30.help.text
msgid "Checks spelling in the current sheet."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150688.31.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150688.31.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F7"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149781.32.help.text
msgid "Opens the Thesaurus if the current cell contains text."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156257.33.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156257.33.help.text\n"
"F8"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3147482.34.help.text
msgid ""
"Turns additional selection mode on or off. In this mode, you can use the "
"arrow keys to extend the selection. You can also click in another cell to "
"extend the selection."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154313.37.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154313.37.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F8"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150385.38.help.text
msgid "Highlights cells containing values."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3152479.39.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3152479.39.help.text\n"
"F9"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3163827.40.help.text
msgid "Recalculates all of the formulas in the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156300.41.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156300.41.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F9"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154817.42.help.text
msgid "Updates the selected chart."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149279.46.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149279.46.help.text\n"
"F11"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150967.47.help.text
msgid ""
"Opens the \\<emph\\>Styles and Formatting\\</emph\\> window where you can "
"apply a formatting style to the contents of the cell or to the current sheet."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156308.48.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156308.48.help.text\n"
"Shift+F11"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3145209.49.help.text
msgid "Creates a document template."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3147622.50.help.text
msgid ""
"Shift\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>+Command "
"\\</caseinline\\>\\<defaultinline\\>+Ctrl\\</def"
"aultinline\\>\\</switchinline\\>+F11"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153215.51.help.text
msgid "Updates the templates."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150760.52.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150760.52.help.text\n"
"F12"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3156321.53.help.text
msgid "Groups the selected data range."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146859.54.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146859.54.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F12"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3156128.55.help.text
msgid "Ungroups the selected data range."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3151264.117.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Down Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153155.118.help.text
msgid "Increases the height of current row."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3151297.119.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Up Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155849.120.help.text
msgid "Decreases the height of current row."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3155997.121.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Right Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150256.122.help.text
msgid "Increases the width of the current column."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154046.123.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Left Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150155.124.help.text
msgid "Decreases the width of the current column."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149293.125.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + Shift + Arrow Key"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159180.126.help.text
msgid "Optimizes the column width or row height based on the current cell."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3156013.56.help.text
msgid "Formatting Cells Using Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153979.57.help.text
msgid "The following cell formats can be applied with the keyboard:"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3147492.58.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3147492.58.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154305.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154305.60.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145668.61.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+1 (not on the number pad)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149196.63.help.text
msgid "Two decimal places, thousands separator"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3155331.64.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+2 (not on the number pad)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150120.66.help.text
msgid "Standard exponential format"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154932.67.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+3 (not on the number pad)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3148822.69.help.text
msgid "Standard date format"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148829.70.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+4 (not on the number pad)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159152.72.help.text
msgid "Standard currency format"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150776.73.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+5 (not on the number pad)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3148800.75.help.text
msgid "Standard percentage format (two decimal places)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3158407.76.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+6 (not on the number pad)"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3148444.78.help.text
msgid "Standard format"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154205.178.help.text
msgid "Using the DataPilot"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN11326.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN11326.help.text\n"
"Keys"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN1132C.help.text
msgid ""
"_: helpcontent2/source/text/scalc/04/01020000.xhp#par_idN1132C.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153577.177.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153577.177.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3147511.176.help.text
msgid ""
"Changes the focus by moving forwards through the areas and buttons of the "
"dialog."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154266.175.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154266.175.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3155362.174.help.text
msgid ""
"Changes the focus by moving backwards through the areas and buttons of the "
"dialog."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148484.173.help.text
msgid "up arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149152.172.help.text
msgid "Moves the focus up one item in the current dialog area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3154273.171.help.text
msgid "down arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3158424.170.help.text
msgid "Moves the focus down one item in the current dialog area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148912.169.help.text
msgid "left arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153238.168.help.text
msgid "Moves the focus one item to the left in the current dialog area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150712.167.help.text
msgid "right arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3166458.166.help.text
msgid "Moves the focus one item to the right in the current dialog area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146947.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3146947.165.help.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153742.164.help.text
msgid "Selects the first item in the current dialog area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153387.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3153387.163.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153684.162.help.text
msgid "Selects the last item in the current dialog area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3155584.161.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> and the underlined character in the word \"Row\""
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3152949.160.help.text
msgid "Copies or moves the current field into the \"Row\" area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3159269.159.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> and the underlined character in the word "
"\"Column\""
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149968.158.help.text
msgid "Copies or moves the current field into the \"Column\" area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149923.157.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> and the underlined character in the word "
"\"Data\""
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3148649.156.help.text
msgid "Copies or moves the current field into the \"Data\" area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149418.155.help.text
msgid "Ctrl+Up Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154335.154.help.text
msgid "Moves the current field up one place."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148462.153.help.text
msgid "Ctrl+Down Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154603.152.help.text
msgid "Moves the current field down one place."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145373.151.help.text
msgid "Ctrl+Left Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3151125.150.help.text
msgid "Moves the current field one place to the left."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3150423.149.help.text
msgid "Ctrl+Right Arrow"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153316.148.help.text
msgid "Moves the current field one place to the right."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149519.147.help.text
msgid "Ctrl+Home"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3149237.146.help.text
msgid "Moves the current field to the first place."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3145310.145.help.text
msgid "Ctrl+End"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3153942.144.help.text
msgid "Moves the current field to the last place."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3149933.143.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+O"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3154798.142.help.text
msgid "Displays the options for the current field."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148418.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/04/01020000.xhp#hd_id3148418.141.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3159251.140.help.text
msgid "Removes the current field from the area."
msgstr ""

#: helpcontent2/source/text/scalc/04/01020000.xhp#par_id3150630.183.help.text
msgid ""
"\\<link href=\\\"text/shared/04/01010000.xhp\\\" name=\\\"shortcut keys in "
"$[officename]\\\"\\>Shortcut keys in $[officename]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#tit.help.text
msgid "Error Codes in %PRODUCTNAME Calc"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#bm_id3146797.help.text
msgid ""
"\\<bookmark_value\\>error codes in %PRODUCTNAME "
"Calc\\</bookmark_value\\>\\<bookmark_value\\>%PRODUCTNAME Calc; error "
"codes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#hd_id3146797.1.help.text
msgid ""
"\\<link href=\\\"text/scalc/05/02140000.xhp\\\" name=\\\"Error Codes in "
"%PRODUCTNAME Calc\\\"\\>Error Codes in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150275.2.help.text
msgid ""
"This following table is an overview of the error messages for \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc. If the error occurs "
"in the cell that contains the cursor, the error message is displayed on the "
"\\<emph\\>Status Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153968.3.help.text
msgid "Error Code"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3125863.4.help.text
msgid "Message"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3151112.5.help.text
msgid ""
"_: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3151112.5.help.text\n"
"Explanation"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153188.6.help.text
msgid "501"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3148645.7.help.text
msgid "Invalid character"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155854.8.help.text
msgid ""
"Character in a formula is not valid, for example, \"=1Eq\" instead of "
"\"=1E2\"."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3145253.9.help.text
msgid "502"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147397.10.help.text
msgid "Invalid argument"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153160.11.help.text
msgid ""
"Function argument is not valid, for example, a negative number for the root "
"function."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154015.12.help.text
msgid "503"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155766.13.help.text
msgid "Invalid floating point operation"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3159266.14.help.text
msgid ""
"Division by 0, or another calculation that results in an overflow of the "
"defined value range."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149258.15.help.text
msgid "504"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147344.16.help.text
msgid "Parameter list error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147003.17.help.text
msgid ""
"Function parameter is not valid, for example, text instead of a number, or a "
"domain reference instead of cell reference."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154532.27.help.text
msgid "508"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150107.28.help.text
msgid "Error: Pair missing"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149129.29.help.text
msgid ""
"Missing bracket, for example, closing brackets, but no opening brackets"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149895.30.help.text
msgid "509"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155097.31.help.text
msgid "Missing operator"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154649.32.help.text
msgid ""
"Operator is missing, for example, \"=2(3+4) * \", where the operator between "
"\"2\" and \"(\" is missing."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153813.33.help.text
msgid "510"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153483.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153483.34.help.text\n"
"Missing variable"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154710.35.help.text
msgid ""
"Variable is missing, for example when two operators are together \"=1+*2\"."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154739.36.help.text
msgid "511"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3145112.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3145112.37.help.text\n"
"Missing variable"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3145319.38.help.text
msgid ""
"Function requires more variables than are provided, for example, AND() and "
"OR()."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149050.39.help.text
msgid "512"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150393.40.help.text
msgid "Formula overflow"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3159259.41.help.text
msgid ""
"\\<emph\\>Compiler:\\</emph\\> the total number of internal tokens, (that "
"is, operators, variables, brackets) in the formula exceeds 512. "
"\\<emph\\>Interpreter:\\</emph\\> the total number of matrices that the "
"formula creates exceeds 150. This includes basic functions that receive too "
"large an array as a parameter (max. 0xFFFE, for example, 65534 bytes)."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150537.42.help.text
msgid "513"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147412.43.help.text
msgid "String overflow"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3145635.44.help.text
msgid ""
"\\<emph\\>Compiler:\\</emph\\> an identifier in the formula exceeds 64 KB in "
"size. \\<emph\\>Interpreter:\\</emph\\> a result of a string operation "
"exceeds 64 KB in size."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149147.45.help.text
msgid "514"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3157904.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3157904.46.help.text\n"
"Internal overflow"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149352.47.help.text
msgid ""
"Sort operation attempted on too much numerical data (max. 100000) or a "
"calculation stack overflow."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154841.51.help.text
msgid "516"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147423.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147423.52.help.text\n"
"Internal syntax error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3148437.53.help.text
msgid "Matrix is expected on the calculation stack, but is not available."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155261.54.help.text
msgid "517"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153934.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153934.55.help.text\n"
"Internal syntax error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149507.56.help.text
msgid ""
"Unknown code, for example, a document with a newer function is loaded in an "
"older version that does not contain the function."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3148585.57.help.text
msgid "518"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149189.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149189.58.help.text\n"
"Internal syntax error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149545.59.help.text
msgid "Variable is not available"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3146142.60.help.text
msgid "519"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155954.61.help.text
msgid "No result (#VALUE is in the cell rather than Err:519!)"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153108.62.help.text
msgid ""
"Formula yields a value that does not corresponds to the definition, or a "
"cell that is referenced in the formula contains text instead of a number."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150338.63.help.text
msgid "520"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150017.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150017.64.help.text\n"
"Internal syntax error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3148758.65.help.text
msgid "Compiler creates an unknown compiler code."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154324.66.help.text
msgid "521"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153737.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153737.67.help.text\n"
"Internal syntax error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155436.68.help.text
msgid "No result."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153045.69.help.text
msgid "522"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149008.70.help.text
msgid "Circular reference"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3157972.71.help.text
msgid ""
"Formula refers directly or indirectly to itself and the "
"\\<emph\\>Iterations\\</emph\\> option is not set under Tools - Options - "
"%PRODUCTNAME Calc - Calculate."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149538.72.help.text
msgid "523"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150930.73.help.text
msgid "The calculation procedure does not converge"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3150272.74.help.text
msgid ""
"Function missed a targeted value, or \\<link "
"href=\\\"text/shared/optionen/01060500.xhp\\\"\\>iterative "
"references\\</link\\> do not reach the minimum change within the maximum "
"steps that are set."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153544.75.help.text
msgid "524"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#bm_id3154634.help.text
msgid ""
"\\<bookmark_value\\>invalid references; error "
"messages\\</bookmark_value\\>\\<bookmark_value\\>#REF error "
"message\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154634.76.help.text
msgid "invalid references (instead of Err:524 cell contains #REF)"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3147539.77.help.text
msgid ""
"\\<emph\\>Compiler:\\</emph\\> a column or row description name could not be "
"resolved. \\<emph\\>Interpreter:\\</emph\\> in a formula, the column, row, "
"or sheet that contains a referenced cell is missing."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3155984.78.help.text
msgid "525"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#bm_id3148428.help.text
msgid ""
"\\<bookmark_value\\>invalid names; error "
"messages\\</bookmark_value\\>\\<bookmark_value\\>#NAME error "
"message\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3148428.79.help.text
msgid "invalid names (instead of Err:525 cell contains #NAME?)"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3156259.80.help.text
msgid ""
"An identifier could not be evaluated, for example, no valid reference, no "
"valid domain name, no column/row label, no macro, incorrect decimal divider, "
"add-in not found."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3153720.81.help.text
msgid "526"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154315.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3154315.82.help.text\n"
"Internal syntax error"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3083286.83.help.text
msgid ""
"Obsolete, no longer used, but could come from old documents if the result is "
"a formula from a domain."
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3152483.84.help.text
msgid "527"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3152966.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/05/02140000.xhp#par_id3152966.85.help.text\n"
"Internal overflow"
msgstr ""

#: helpcontent2/source/text/scalc/05/02140000.xhp#par_id3149709.86.help.text
msgid ""
"\\<emph\\>Interpreter: \\</emph\\>References, such as when a cell references "
"a cell, are too encapsulated."
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#tit.help.text
msgid "Recognizing Names as Addressing"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#bm_id3148797.help.text
msgid ""
"\\<bookmark_value\\>automatic addressing in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>natural language "
"addressing\\</bookmark_value\\>\\<bookmark_value\\>formulas; addressing by "
"names\\</bookmark_value\\>\\<bookmark_value\\>names; as "
"addressing\\</bookmark_value\\>\\<bookmark_value\\>addressing; "
"automatic\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#hd_id3148797.20.help.text
msgid ""
"\\<variable id=\\\"address_auto\\\"\\>\\<link "
"href=\\\"text/scalc/guide/address_auto.xhp\\\" name=\\\"Recognizing Names as "
"Addressing\\\"\\>Recognizing Names as Addressing\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_id3152597.21.help.text
msgid ""
"You can use cells with text to refer to the rows or to the columns that "
"contain the cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_id3156283.help.text
msgid ""
"\\<image id=\\\"img_id3154942\\\" "
"src=\\\"res/helpimg/names_as_addressing.png\\\" width=\\\"4.2898inch\\\" "
"height=\\\"1.6854inch\\\" localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3154942\\\"\\>Example spreadsheet\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_id3154512.22.help.text
msgid ""
"In the example spreadsheet, you can use the string \\<item "
"type=\\\"literal\\\"\\>'Column One'\\</item\\> in a formula to refer to the "
"cell range \\<item type=\\\"literal\\\"\\>B3\\</item\\> to \\<item "
"type=\\\"literal\\\"\\>B5\\</item\\>, or \\<item "
"type=\\\"literal\\\"\\>'Column Two'\\</item\\> for the cell range \\<item "
"type=\\\"literal\\\"\\>C2\\</item\\> to \\<item "
"type=\\\"literal\\\"\\>C5\\</item\\>. You can also use \\<item "
"type=\\\"literal\\\"\\>'Row One'\\</item\\> for the cell range \\<item "
"type=\\\"literal\\\"\\>B3\\</item\\> to \\<item "
"type=\\\"literal\\\"\\>D3\\</item\\>, or \\<item type=\\\"literal\\\"\\>'Row "
"Two'\\</item\\> for the cell range \\<item "
"type=\\\"literal\\\"\\>B4\\</item\\> to \\<item "
"type=\\\"literal\\\"\\>D4\\</item\\>. The result of a formula that uses a "
"cell name, for example, \\<item type=\\\"literal\\\"\\>SUM('Column "
"One')\\</item\\>, is 600."
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_id3155443.24.help.text
msgid ""
"This function is active by default. To turn this function off, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - Calculate\\</emph\\> and "
"clear the \\<emph\\>Automatically find column and row labels\\</emph\\> "
"check box."
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_id3149210.37.help.text
msgid ""
"If you want a name to be automatically recognized by Calc, the name must "
"start with a letter and be composed of alphanumeric characters. If you enter "
"the name in the formula yourself, enclose the name in single quotation marks "
"('). If a single quotation mark appears in a name, you must enter a "
"backslash in front of the quotation mark, for example, \\<item "
"type=\\\"literal\\\"\\>'Harry\\\\'s Bar'.\\</item\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_idN106C4.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/scalc/guide/address_byname.xhp#address_byname\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_idN106CC.help.text
msgid ""
"\\<embedvar href=\\\"text/scalc/01/04070400.xhp#define_label_range\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_auto.xhp#par_idN106D4.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/scalc/guide/relativ_absolut_ref.xhp#relativ_absolut_ref\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_byname.xhp#tit.help.text
msgid "Addressing by Name"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_byname.xhp#bm_id3154684.help.text
msgid ""
"\\<bookmark_value\\>addressing; by "
"names\\</bookmark_value\\>\\<bookmark_value\\>names; in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>cell names; "
"addressing\\</bookmark_value\\>\\<bookmark_value\\>references; by "
"name\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_byname.xhp#hd_id3154684.16.help.text
msgid ""
"\\<variable id=\\\"address_byname\\\"\\>\\<link "
"href=\\\"text/scalc/guide/address_byname.xhp\\\" name=\\\"Addressing by "
"Name\\\"\\>Addressing by Name\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_byname.xhp#par_id3152598.17.help.text
msgid ""
"A good way of making the references to cells and cell ranges in formulas "
"legible is to give the ranges names. For example, you can name the range "
"A1:B2 \\<emph\\>Start\\</emph\\>. You can then write a formula such as "
"\"=SUM(Start)\". Even after you insert or delete rows or columns, "
"$[officename] still correctly assigns the ranges identified by name. Range "
"names must not contain any spaces."
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_byname.xhp#par_id3146974.18.help.text
msgid ""
"For example, it is much easier to read a formula for sales tax if you can "
"write \"= Amount * Tax_rate\" instead of \"= A5 * B12\". In this case, you "
"would name cell A5 \"Amount\" and cell B12 \"Tax_rate.\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/address_byname.xhp#par_id3147435.19.help.text
msgid ""
"In order to specify range names, you must first select the area, then choose "
"the command \\<emph\\>Insert - Names - Define\\</emph\\>, or the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Comman"
"d\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defaul"
"tinline\\>\\</switchinline\\> + F3 key combination. Enter the name for the "
"first range and click \\<emph\\>Add\\</emph\\>. You can also name other cell "
"ranges in this dialog by entering the name in the field and then selecting "
"the respective cells. Use the \\<emph\\>Define Names\\</emph\\> dialog to "
"define names for formulas or parts of formulas you need more often. Close "
"the dialog with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#tit.help.text
msgid "Deactivating Automatic Changes"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#bm_id3149456.help.text
msgid ""
"\\<bookmark_value\\>deactivating; automatic "
"changes\\</bookmark_value\\>\\<bookmark_value\\>tables; deactivating "
"automatic changes in\\</bookmark_value\\>\\<bookmark_value\\>AutoInput "
"function;on/off\\</bookmark_value\\>\\<bookmark_value\\>text in "
"cells;AutoInput function\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"AutoInput function of text\\</bookmark_value\\>\\<bookmark_value\\>input "
"support in spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>changing; "
"input in cells\\</bookmark_value\\>\\<bookmark_value\\>AutoCorrect "
"function;cell contents\\</bookmark_value\\>\\<bookmark_value\\>cell "
"input;AutoInput function\\</bookmark_value\\>\\<bookmark_value\\>lowercase "
"letters;AutoInput function (in "
"cells)\\</bookmark_value\\>\\<bookmark_value\\>capital letters;AutoInput "
"function (in cells)\\</bookmark_value\\>\\<bookmark_value\\>date "
"formats;avoiding conversion to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#hd_id3149456.1.help.text
msgid ""
"\\<variable id=\\\"auto_off\\\"\\>\\<link "
"href=\\\"text/scalc/guide/auto_off.xhp\\\" name=\\\"Deactivating Automatic "
"Changes\\\"\\>Deactivating Automatic Changes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3156442.2.help.text
msgid ""
"By default, $[officename] automatically corrects many common typing errors "
"and applies formatting while you type. You can immediately undo any "
"automatic changes with \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Z."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3145273.3.help.text
msgid ""
"The following shows you how to deactivate and reactivate the automatic "
"changes in $[officename] Calc:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#hd_id3145748.4.help.text
msgid "Automatic text or number completion"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3154730.5.help.text
msgid ""
"When making an entry in a cell, $[officename] Calc automatically suggests "
"matching input found in the same column. This function is known as "
"\\<emph\\>AutoInput\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3153878.6.help.text
msgid ""
"To turn the AutoInput on and off, set or remove the check mark in front of "
"\\<link href=\\\"text/scalc/01/06130000.xhp\\\" name=\\\"Tools - Cell "
"Contents - AutoInput\\\"\\>\\<emph\\>Tools - Cell Contents - "
"AutoInput\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#hd_id3146972.21.help.text
msgid "Automatic conversion to date format"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3153707.22.help.text
msgid ""
"$[officename] Calc automatically converts certain entries to dates. For "
"example, the entry \\<emph\\>1.1\\</emph\\> may be interpreted as January 1 "
"of the current year, according to the locale settings of your operating "
"system, and then displayed according to the date format applied to the cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3159267.23.help.text
msgid ""
"To ensure that an entry is interpreted as text, add an apostrophe at the "
"beginning of the entry. The apostrophe is not displayed in the cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#hd_id3150043.7.help.text
msgid "Quotation marks replaced by custom quotes"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3155333.9.help.text
msgid ""
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>. Go to the \\<emph\\>Custom "
"Quotes\\</emph\\> tab and unmark \\<emph\\>Replace\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#hd_id3149565.11.help.text
msgid "Cell content always begins with uppercase"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3147001.13.help.text
msgid ""
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>. Go to the "
"\\<emph\\>Options\\</emph\\> tab. Unmark \\<emph\\>Capitalize first letter "
"of every sentence\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#hd_id3150345.15.help.text
msgid "Replace word with another word"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3166425.17.help.text
msgid ""
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>. Go to the "
"\\<emph\\>Replace\\</emph\\> tab. Select the word pair and click "
"\\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3152992.19.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06130000.xhp\\\" name=\\\"Tools - Cell "
"Contents - AutoInput\\\"\\>Tools - Cell Contents - AutoInput\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/auto_off.xhp#par_id3154368.20.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" name=\\\"Tools - "
"AutoCorrect\\\"\\>Tools - AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#tit.help.text
msgid "Applying AutoFilter"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#bm_id3156423.help.text
msgid ""
"\\<bookmark_value\\>AutoFilter "
"function;applying\\</bookmark_value\\>\\<bookmark_value\\>sheets; filter "
"values\\</bookmark_value\\>\\<bookmark_value\\>numbers; filter "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>columns; AutoFilter "
"function\\</bookmark_value\\>\\<bookmark_value\\>drop-down menus; in sheet "
"columns\\</bookmark_value\\>\\<bookmark_value\\>database ranges; AutoFilter "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#hd_id3156423.6.help.text
msgid ""
"\\<variable id=\\\"autofilter\\\"\\>\\<link "
"href=\\\"text/scalc/guide/autofilter.xhp\\\" name=\\\"Applying "
"AutoFilter\\\"\\>Applying AutoFilter\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3147427.7.help.text
msgid ""
"The \\<emph\\>AutoFilter\\</emph\\> function inserts a combo box on one or "
"more data columns that lets you select the records (rows) to be displayed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3152576.9.help.text
msgid "Select the columns you want to use AutoFilter on."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3153157.10.help.text
msgid ""
"Choose \\<emph\\>Data - Filter - AutoFilter\\</emph\\>. The combo box arrows "
"are visible in the first row of the range selected."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3154510.11.help.text
msgid ""
"Run the filter by clicking the drop-down arrow in the column heading and "
"choosing an item."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3155064.13.help.text
msgid ""
"Only those rows whose contents meet the filter criteria are displayed. The "
"other rows are filtered. You can see if rows have been filtered from the "
"discontinuous row numbers. The column that has been used for the filter is "
"identified by a different color for the arrow button."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3153714.12.help.text
msgid ""
"To display all records again, select the \\<emph\\>-all-\\</emph\\> entry in "
"the AutoFilter combo box. If you choose \\<emph\\>-Standard-\\</emph\\>, the "
"\\<emph\\>Standard Filter\\</emph\\> dialog appears, allowing you to set up "
"a standard filter. Choose \\<emph\\>-Top 10-\\</emph\\> to display the "
"highest 10 values only. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3147340.19.help.text
msgid ""
"To stop using AutoFilter, reselect all cells selected in step 1 and once "
"again choose \\<emph\\>Data - Filter - AutoFilter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3159236.14.help.text
msgid ""
"The arithmetic functions also take account of the cells that are not visible "
"due to an applied filter. For example, a sum of an entire column will also "
"total the values in the filtered cells. Apply the \\<link "
"href=\\\"text/scalc/01/04060106.xhp\\\" "
"name=\\\"SUBTOTAL\\\"\\>SUBTOTAL\\</link\\> function if only the cells "
"visible after the application of a filter are to be taken into account."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3152985.16.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040100.xhp\\\" name=\\\"Data - Filter - "
"AutoFilter\\\"\\>Data - Filter - AutoFilter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autofilter.xhp#par_id3154484.17.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060106.xhp\\\" "
"name=\\\"SUBTOTAL\\\"\\>SUBTOTAL\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#tit.help.text
msgid "Using AutoFormat for Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#bm_id3155132.help.text
msgid ""
"\\<bookmark_value\\>tables; AutoFormat "
"function\\</bookmark_value\\>\\<bookmark_value\\>defining;AutoFormat "
"function for tables\\</bookmark_value\\>\\<bookmark_value\\>AutoFormat "
"function;defining formats\\</bookmark_value\\>\\<bookmark_value\\>formats; "
"automatically formatting "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>automatic formatting in "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#hd_id3155132.11.help.text
msgid ""
"\\<variable id=\\\"autoformat\\\"\\>\\<link "
"href=\\\"text/scalc/guide/autoformat.xhp\\\" name=\\\"Using AutoFormat for "
"Tables\\\"\\>Applying Automatic Formatting to a Selected Cell "
"Range\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3149401.12.help.text
msgid ""
"You can use the AutoFormat feature to quickly apply format a sheet or a "
"selected cell range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN10702.help.text
msgid "To apply an AutoFormat to a sheet or selected cell range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN106CE.help.text
msgid ""
"Select the cells, including the column and row headers, that you want to "
"format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN106D5.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN106D5.help.text\n"
"Choose \\<item type=\\\"menuitem\\\"\\>Format - AutoFormat\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3151242.27.help.text
msgid ""
"To select which properties to include in an AutoFormat, click "
"\\<emph\\>More\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN10715.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN10715.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN1075D.help.text
msgid "The format is applied to the selected range of cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3149210.14.help.text
msgid ""
"If you do not see any change in color of the cell contents, choose \\<item "
"type=\\\"menuitem\\\"\\>View - Value Highlighting\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3155379.22.help.text
msgid "To define an AutoFormat for spreadsheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3148868.26.help.text
msgid ""
"You can define a new AutoFormat that is available to all spreadsheets."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3152985.23.help.text
msgid "Format a sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3145384.24.help.text
msgid "Choose \\<item type=\\\"menuitem\\\"\\>Edit - Select All\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3153815.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3153815.25.help.t"
"ext\n"
"Choose \\<item type=\\\"menuitem\\\"\\>Format - AutoFormat\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN107A9.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN107A9.help.text\n"
"Click \\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN10760.help.text
msgid ""
"In the \\<emph\\>Name\\</emph\\> box of the \\<emph\\>Add "
"AutoFormat\\</emph\\> dialog, enter a name for the format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN107C3.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/autoformat.xhp#par_idN107C3.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/autoformat.xhp#par_id3159203.28.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05110000.xhp\\\" name=\\\"Format - "
"AutoFormat\\\"\\>Format - AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#tit.help.text
msgid "Calculating With Dates and Times"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#bm_id3146120.help.text
msgid ""
"\\<bookmark_value\\>dates; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>times; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells;date and time "
"formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#hd_id3146120.11.help.text
msgid ""
"\\<variable id=\\\"calc_date\\\"\\>\\<link "
"href=\\\"text/scalc/guide/calc_date.xhp\\\" name=\\\"Calculating With Dates "
"and Times\\\"\\>Calculating With Dates and Times\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3154320.12.help.text
msgid ""
"In $[officename] Calc, you can perform calculations with current date and "
"time values. As an example, to find out exactly how old you are in seconds "
"or hours, follow the following steps:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3150750.13.help.text
msgid "In a spreadsheet, enter your birthday in cell A1."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3145642.14.help.text
msgid "Enter the following formula in cell A3: =NOW()-A1"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3149020.52.help.text
msgid ""
"After pressing the \\<item type=\\\"keycode\\\"\\>Enter\\</item\\> key you "
"will see the result in date format. Since the result should show the "
"difference between two dates as a number of days, you must format cell A3 as "
"a number."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3155335.53.help.text
msgid ""
"Place the cursor in cell A3, right-click to open a context menu and choose "
"\\<emph\\>Format Cells\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3147343.54.help.text
msgid ""
"The \\<emph\\>Format Cells\\</emph\\> dialog appears. On the "
"\\<emph\\>Numbers\\</emph\\> tab, the \\<emph\\>Number\\</emph\\> category "
"will appear already highlighted. The format is set to \"General\", which "
"causes the result of a calculation containing date entries to be displayed "
"as a date. To display the result as a number, set the number format to \"-"
"1,234\" and close the dialog with the OK button."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3147001.15.help.text
msgid ""
"The number of days between today's date and the specified date is displayed "
"in cell A3."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3150304.16.help.text
msgid ""
"Experiment with some additional formulas: in A4 enter =A3*24 to calculate "
"the hours, in A5 enter =A4*60 for the minutes, and in A6 enter =A5*60 for "
"seconds. Press the \\<item type=\\\"keycode\\\"\\>Enter\\</item\\> key after "
"each formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_date.xhp#par_id3149207.17.help.text
msgid ""
"The time since your date of birth will be calculated and displayed in the "
"various units. The values are calculated as of the exact moment when you "
"entered the last formula and pressed the \\<item "
"type=\\\"keycode\\\"\\>Enter\\</item\\> key. This value is not automatically "
"updated, although \"Now\" continuously changes. In the "
"\\<emph\\>Tools\\</emph\\> menu, the menu item \\<emph\\>Cell Contents - "
"AutoCalculate\\</emph\\> is normally active; however, automatic calculation "
"does not apply to the function NOW. This ensures that your computer is not "
"solely occupied with updating the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#tit.help.text
msgid "Automatically Calculating Series"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#bm_id3150769.help.text
msgid ""
"\\<bookmark_value\\>series; "
"calculating\\</bookmark_value\\>\\<bookmark_value\\>calculating; "
"series\\</bookmark_value\\>\\<bookmark_value\\>linear "
"series\\</bookmark_value\\>\\<bookmark_value\\>growth "
"series\\</bookmark_value\\>\\<bookmark_value\\>powers of 2;calculating a "
"list\\</bookmark_value\\>\\<bookmark_value\\>cells; filling "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>auto filling "
"cells\\</bookmark_value\\>\\<bookmark_value\\>filling;cells, "
"automatically\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#hd_id3150769.6.help.text
msgid ""
"\\<variable id=\\\"calc_series\\\"\\>\\<link "
"href=\\\"text/scalc/guide/calc_series.xhp\\\" name=\\\"Automatically "
"Calculating Series\\\"\\>Automatically Filling in Data Based on Adjacent "
"Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN106A8.help.text
msgid ""
"You can automatically fill cells with data with the AutoFill command or the "
"Series command."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN106D3.help.text
msgid "Using AutoFill"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN106D7.help.text
msgid ""
"AutoFill automatically generates a data series based on a defined pattern."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3154319.7.help.text
msgid "On a sheet, click in cell, and type a number."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN106CB.help.text
msgid ""
"Click in another cell and then click back in the cell where you typed the "
"number."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3145272.16.help.text
msgid ""
"Drag the fill handle in the bottom right corner of the cell across the cells "
"that you want to fill, and release the mouse button."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3145801.17.help.text
msgid "The cells are filled with ascending numbers."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN106EE.help.text
msgid ""
"To quickly create a list of consecutive days, enter \"Monday\" in a cell, "
"and drag the fill handle."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3154490.18.help.text
msgid ""
"If you select two or more adjacent cells that contain different numbers, and "
"drag, the remaining cells are filled with the arithmetic pattern that is "
"recognized in the numbers. The AutoFill function also recognizes customized "
"lists that are defined under \\<item type=\\\"menuitem\\\"\\>Tools - Options "
"- %PRODUCTNAME Calc - Sort Lists\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN10737.help.text
msgid ""
"You can double-click the fill handle to automatically fill all empty columns "
"of the current data block. For example, first enter Jan into A1 and drag the "
"fill handle down to A12 to get the twelve months in the first column. Now "
"enter some values into B1 and C1. Select those two cells, and double-click "
"the fill handle. This fills automatically the data block B1:C12."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN10713.help.text
msgid "Using a Defined Series"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3150749.9.help.text
msgid "Select the cell range in the sheet that you want to fill."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3154754.19.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Edit - Fill - Series\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN10716.help.text
msgid "Select the parameters for the series. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN10731.help.text
msgid ""
"If you select a \\<emph\\>linear\\</emph\\> series, the increment that you "
"enter is \\<emph\\>added\\</emph\\> to each consecutive number in the series "
"to create the next value."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN1073C.help.text
msgid ""
"If you select a \\<emph\\>growth\\</emph\\> series, the increment that you "
"enter is \\<emph\\>multiplied\\</emph\\> by each consecutive number to "
"create the next value."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_idN10747.help.text
msgid ""
"If you select a \\<emph\\>date\\</emph\\> series, the increment that you "
"enter is added to the time unit that you specify."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3159173.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/calc_series.xhp#par_id3159173.20.help."
"text\n"
"\\<link href=\\\"text/shared/optionen/01060400.xhp\\\" name=\\\"Sort "
"lists\\\"\\>Sort lists\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#tit.help.text
msgid "Calculating Time Differences"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#bm_id3150769.help.text
msgid ""
"\\<bookmark_value\\>calculating;time "
"differences\\</bookmark_value\\>\\<bookmark_value\\>time "
"differences\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#hd_id3150769.53.help.text
msgid ""
"\\<variable id=\\\"calc_timevalues\\\"\\>\\<link "
"href=\\\"text/scalc/guide/calc_timevalues.xhp\\\" name=\\\"Calculating Time "
"Differences\\\"\\>Calculating Time Differences\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#par_id3149263.54.help.text
msgid ""
"If you want to calculate time differences, for example, the time between "
"23:30 and 01:10 in the same night, use the following formula:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#par_id3159153.55.help.text
msgid "=(B2<A2)+B2-A2"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#par_id3152598.56.help.text
msgid ""
"The later time is B2 and the earlier time is A2. The result of the example "
"is 01:40 or 1 hour and 40 minutes."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calc_timevalues.xhp#par_id3145271.57.help.text
msgid ""
"In the formula, an entire 24-hour day has a value of 1 and one hour has a "
"value of 1/24. The logical value in parentheses is 0 or 1, corresponding to "
"0 or 24 hours. The result returned by the formula is automatically issued in "
"time format due to the sequence of the operands."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#tit.help.text
msgid "Calculating in Spreadsheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#bm_id3150791.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; "
"calculating\\</bookmark_value\\>\\<bookmark_value\\>calculating; "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>formulas; "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#hd_id3150791.25.help.text
msgid ""
"\\<variable id=\\\"calculate\\\"\\>\\<link "
"href=\\\"text/scalc/guide/calculate.xhp\\\" name=\\\"Calculating in "
"Spreadsheets\\\"\\>Calculating in Spreadsheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_id3146120.6.help.text
msgid "The following is an example of a calculation in $[officename] Calc."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_id3153951.7.help.text
msgid "Click in a cell, and type a number"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_idN10656.help.text
msgid "Press \\<item type=\\\"keycode\\\"\\>Enter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_idN1065D.help.text
msgid "The cursor moves down to the next cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_id3155064.9.help.text
msgid "Enter another number."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_idN1066F.help.text
msgid "Press the \\<item type=\\\"keycode\\\"\\>Tab\\</item\\> key."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_idN10676.help.text
msgid "The cursor moves to the right into the next cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_id3154253.10.help.text
msgid ""
"Type in a formula, for example, \\<item type=\\\"literal\\\"\\>=A3 * A4 / "
"100.\\</item\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_idN1068B.help.text
msgid " Press \\<item type=\\\"keycode\\\"\\>Enter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_id3147343.20.help.text
msgid ""
"The result of the formula appears in the cell. If you want, you can edit the "
"formula in the input line of the Formula bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/calculate.xhp#par_id3155378.12.help.text
msgid "When you edit a formula, the new result is calculated automatically."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#tit.help.text
msgid "Protecting Cells from Changes"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#bm_id3146119.help.text
msgid ""
"\\<bookmark_value\\>protecting;cells and "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"protecting\\</bookmark_value\\>\\<bookmark_value\\>cell protection; "
"enabling\\</bookmark_value\\>\\<bookmark_value\\>sheets; "
"protecting\\</bookmark_value\\>\\<bookmark_value\\>documents; "
"protecting\\</bookmark_value\\>\\<bookmark_value\\>cells; hiding for "
"printing\\</bookmark_value\\>\\<bookmark_value\\>modifying; sheet "
"protection\\</bookmark_value\\>\\<bookmark_value\\>changing; document "
"protection\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#hd_id3146119.5.help.text
msgid ""
"\\<variable id=\\\"cell_protect\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cell_protect.xhp\\\" name=\\\"Protecting Cells "
"from Changes\\\"\\>Protecting Cells from Changes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3154013.19.help.text
msgid ""
"%PRODUCTNAME provides several options to protect the data in a spreadsheet. "
"By default, when you protect a sheet or a spreadsheet, every cell is "
"protected. That is, you cannot change the contents of cells in a protected "
"sheet or spreadsheet. If you want, you can specify the degree of protection "
"down to a sheet or cell level."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN1066B.help.text
msgid ""
"Select the cells that you want to specify the cell protection options for."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN1066E.help.text
msgid "If you want, you can also select an entire sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3149019.7.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Format - Cells\\</item\\> and click "
"the \\<emph\\>Cell Protection\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3152985.9.help.text
msgid "Select the protection options that you want."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3152898.10.help.text
msgid ""
"Select \\<emph\\>Protected\\</emph\\> to prevent changes to the contents and "
"the format of a cell. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN1069A.help.text
msgid ""
"Select \\<emph\\>Hide formula\\</emph\\> to hide and to protect formulas "
"from changes."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN106A1.help.text
msgid ""
"Select \\<emph\\>Hide when printing\\</emph\\> to hide protected cells in "
"the printed document. The cells are not hidden onscreen."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3152872.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3152872.11.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3145362.12.help.text
msgid "Apply the protection options."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN106C0.help.text
msgid ""
"To apply the options to the current sheet only, choose \\<item "
"type=\\\"menuitem\\\"\\>Tools - Protect Document - Sheet\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN106C7.help.text
msgid ""
"To apply the options to all of the sheets in the spreadsheet, choose \\<item "
"type=\\\"menuitem\\\"\\>Tools - Protect Document - Document\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN106CF.help.text
msgid "(Optional) Enter a password."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_idN106D2.help.text
msgid ""
"If you forget your password, you cannot deactivate the protection. If you "
"only want to protect cells from changes, do not enter a password."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_protect.xhp#par_id3153810.13.help.text
msgid "Click \\<emph\\>OK\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#tit.help.text
msgid "Unprotecting Cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#bm_id3153252.help.text
msgid ""
"\\<bookmark_value\\>cell protection; "
"unprotecting\\</bookmark_value\\>\\<bookmark_value\\>protecting; "
"unprotecting cells\\</bookmark_value\\>\\<bookmark_value\\>unprotecting "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#hd_id3153252.14.help.text
msgid ""
"\\<variable id=\\\"cell_unprotect\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cell_unprotect.xhp\\\" name=\\\"Unprotecting "
"Cells\\\"\\>Unprotecting Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#par_id3151112.15.help.text
msgid "Click the sheet for which you want to cancel the protection."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#par_id3149656.16.help.text
msgid ""
"Select \\<emph\\>Tools - Protect Document\\</emph\\>, then choose "
"\\<emph\\>Sheet\\</emph\\> or \\<emph\\>Document\\</emph\\> to remove the "
"check mark indicating the protected status."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#par_id3145171.17.help.text
msgid ""
"If you have assigned a password, enter it in this dialog and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cell_unprotect.xhp#par_id3153771.18.help.text
msgid ""
"The cells can now be edited, the formulas can be viewed, and all cells can "
"be printed until you reactivate the protection for the sheet or document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#tit.help.text
msgid "Only Copy Visible Cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#bm_id3150440.help.text
msgid ""
"\\<bookmark_value\\>cells; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>copying; "
"cells\\</bookmark_value\\>\\<bookmark_value\\>visible cells; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>displayed cells; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>filters;copying visible "
"cells only\\</bookmark_value\\>\\<bookmark_value\\>AutoFilter "
"function;copying visible cells "
"only\\</bookmark_value\\>\\<bookmark_value\\>hidden cells;do not "
"copy\\</bookmark_value\\>\\<bookmark_value\\>printing;only visible "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#hd_id3150440.1.help.text
msgid ""
"\\<variable id=\\\"cellcopy\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellcopy.xhp\\\" name=\\\"Only Copy Visible "
"Cells\\\"\\>Only Copy Visible Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3148577.2.help.text
msgid ""
"Assume you have hidden a few rows in a cell range. Now you want to copy, "
"delete, or format only the remaining visible rows."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3154729.3.help.text
msgid ""
"$[officename] behavior depends on how the cells were made invisible, by a "
"filter or manually."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3155603.4.help.text
msgid "Method and Action"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3150751.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3150751.5.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3149018.6.help.text
msgid ""
"Cells were filtered by AutoFilters, standard filters or advanced filters."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3150044.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3150044.7.help.text\n"
"Copy, delete, move, or format a selection of currently visible cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3146918.8.help.text
msgid ""
"Only the visible cells of the selection are copied, deleted, moved, or "
"formatted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3166427.12.help.text
msgid ""
"Cells were hidden using the \\<emph\\>Hide\\</emph\\> command in the context "
"menu of the row or column headers, or through an \\<link "
"href=\\\"text/scalc/01/12080000.xhp\\\" "
"name=\\\"outline\\\"\\>outline\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3152990.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3152990.13.help.tex"
"t\n"
"Copy, delete, move, or format a selection of currently visible cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellcopy.xhp#par_id3154371.14.help.text
msgid ""
"All cells of the selection, including the hidden cells, are copied, deleted, "
"moved, or formatted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#tit.help.text
msgid "Referencing Cells by Drag-and-Drop"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#bm_id3154686.help.text
msgid ""
"\\<bookmark_value\\>drag and drop; referencing "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; referencing by drag and "
"drop \\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#hd_id3154686.16.help.text
msgid ""
"\\<variable id=\\\"cellreference_dragdrop\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellreference_dragdrop.xhp\\\" "
"name=\\\"Referencing Cells by Drag-and-Drop\\\"\\>Referencing Cells by Drag-"
"and-Drop\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3156444.17.help.text
msgid ""
"With the help of the Navigator you can reference cells from one spreadsheet "
"to another sheet in the same document or in a different document. The cells "
"can be inserted as a copy, link or hyperlink. The range to be inserted must "
"be defined with a name in the original file so that it can be inserted in "
"the target file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3152576.25.help.text
msgid "Open the document that contains the source cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3154011.26.help.text
msgid ""
"To set the source range as the range, select the cells and choose "
"\\<emph\\>Insert - Names - Define\\</emph\\>. Save the source document, and "
"do not close it."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3151073.18.help.text
msgid "Open the sheet in which you want to insert something."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3154732.19.help.text
msgid ""
"Open the \\<link href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>. In the lower box of the "
"Navigator select the source file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3150752.22.help.text
msgid ""
"In the Navigator, the source file object appears under \"Range names\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3154754.27.help.text
msgid ""
"Using the \\<emph\\>Drag Mode\\</emph\\> icon in Navigator, choose whether "
"you want the reference to be a hyperlink, link, or copy."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3154256.23.help.text
msgid ""
"Click the name under \"Range names\" in the Navigator, and drag into the "
"cell of the current sheet where you want to insert the reference."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreference_dragdrop.xhp#par_id3149565.24.help.text
msgid ""
"This method can also be used to insert a range from another sheet of the "
"same document into the current sheet. Select the active document as source "
"in step 4 above."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#tit.help.text
msgid "Referencing a Cell in Another Document"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#bm_id3147436.help.text
msgid ""
"\\<bookmark_value\\>sheet references; to other "
"documents\\</bookmark_value\\>\\<bookmark_value\\>references; to cells in "
"another document\\</bookmark_value\\>\\<bookmark_value\\>cells; operating in "
"another document\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#hd_id3147436.9.help.text
msgid ""
"\\<variable id=\\\"cellreferences\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellreferences.xhp\\\" name=\\\"Referencing a Cell "
"in Another Document\\\"\\>Referencing a Cell in Another "
"Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#par_id3145273.10.help.text
msgid "You can reference a cell in another spreadsheet:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#par_id3151073.11.help.text
msgid ""
"For the following example, the source document is named "
"'C:\\\\test\\\\test.sxc'; and it contains a sheet named Sheet1."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#par_id3149377.12.help.text
msgid "Open a new spreadsheet document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#par_id3154512.13.help.text
msgid ""
"Place the cursor in cell A1 and enter the following formula: "
"='C:\\\\test\\\\test.sxc'#Sheet1.A1"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#par_id3150330.14.help.text
msgid ""
"Alternatively, you can enter the file name as a URL designation: "
"='file:///C/test/test.sxc'#Sheet1.A1. You can similarly access a file in the "
"Internet: ='http://www.sun.com/test/test.sxc'#Sheet1.A1."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences.xhp#par_id3155443.15.help.text
msgid ""
"Drag the box in the lower right corner of the active cell to select a range "
"of cells. $[officename] automatically inserts the corresponding references "
"in the adjacent cells. As a result, the sheet name is preceded with a \"$\" "
"sign to designate it as an absolute reference."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#tit.help.text
msgid "References to Other Sheets and Referencing URLs"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#bm_id3150441.help.text
msgid ""
"\\<bookmark_value\\>sheet references; to other "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>HTML; in sheet "
"cells\\</bookmark_value\\>\\<bookmark_value\\>references; URL in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; Internet "
"references\\</bookmark_value\\>\\<bookmark_value\\>URL; in "
"Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#hd_id3150441.15.help.text
msgid ""
"\\<variable id=\\\"cellreferences_url\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellreferences_url.xhp\\\" name=\\\"References to "
"Other Sheets and Referencing URLs\\\"\\>References to Other Sheets and "
"Referencing URLs\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3147436.16.help.text
msgid "In a sheet cell you can show a reference to a cell in another sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3152576.31.help.text
msgid "Open a new, empty spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3151075.32.help.text
msgid "By way of example, enter the following formula in cell A1 of Sheet1:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3145802.17.help.text
msgid "=Sheet2.A1"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3149402.18.help.text
msgid ""
"Click the \\<emph\\>Sheet 2\\</emph\\> tab at the bottom of the spreadsheet. "
"Set the cursor in cell A1 there and enter text or a number."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3150752.33.help.text
msgid ""
"If you switch back to Sheet1, you will see the same content in cell A1 "
"there. If the contents of Sheet2.A1 change, then the contents of Sheet1.A1 "
"also change."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3155768.19.help.text
msgid ""
"In the same way, a reference can also be made to a cell from another "
"document. Open another spreadsheet in addition to the current spreadsheet. "
"The current spreadsheet must have already been saved as a file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3156384.34.help.text
msgid "Choose \\<emph\\>File - Open\\</emph\\>, open a spreadsheet document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3155335.20.help.text
msgid ""
"Change back to the original spreadsheet. Set the cursor in a free cell and "
"enter an equals sign to indicate that you want to begin a formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3149255.35.help.text
msgid "Now switch to the document you have just loaded. Click any cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3147001.36.help.text
msgid ""
"Switch back to the original spreadsheet. In the input line you will now see "
"how $[officename] Calc has added the reference to the formula for you. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3150207.22.help.text
msgid "Confirm the formula by clicking the green check mark."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3149530.37.help.text
msgid ""
"The reference to a cell of another document contains the name of the other "
"document in single inverted commas, then a hash #, then the name of the "
"sheet of the other document, followed by a point and the name of the cell. "
"The name of the sheet automatically receives a leading dollar sign, since "
"the sheet has absolute addressing."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3150361.23.help.text
msgid ""
"If you examine the name of the other document in this formula, you will "
"notice that it is written as a \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>. This means that you can also enter a URL "
"from the Internet. For example, if you found an Internet page containing "
"current stock exchange information in spreadsheet cells, you can load this "
"page in $[officename] Calc by using the following procedure:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3152993.39.help.text
msgid ""
"In a $[officename] Calc document, position the cursor in the cell into which "
"you want to insert the external data."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3145384.40.help.text
msgid ""
"Choose \\<emph\\>Insert - Link to External Data\\</emph\\>. The \\<link "
"href=\\\"text/scalc/01/04090000.xhp\\\" name=\\\"External "
"Data\\\"\\>\\<emph\\>External Data\\</emph\\>\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3152892.41.help.text
msgid ""
"Enter the URL of the document or Web page in the dialog. The URL must be in "
"the format: http://www.my-bank.com/table.html. The URL for local or local "
"area network files is the path seen in the \\<emph\\>File - Open\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3153068.42.help.text
msgid ""
"$[officename] loads the Web page or file in the \"background\", that is, "
"without displaying it. In the large list box of the \\<emph\\>External "
"Data\\</emph\\> dialog, you can see the name of all the sheets or named "
"ranges you can choose from."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3153914.43.help.text
msgid ""
"Select one or more sheets or named ranges. You can also activate the "
"automatic update function every \"n\" minutes and click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3157979.44.help.text
msgid ""
"The contents will be inserted as a link in the $[officename] Calc document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3144768.30.help.text
msgid ""
"Save your spreadsheet. When you open it again later, $[officename] Calc will "
"update the linked cells following an inquiry."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellreferences_url.xhp#par_id3159204.38.help.text
msgid ""
"Under \\<link href=\\\"text/shared/optionen/01040900.xhp\\\" name=\\\"Tools -"
" Options - Spreadsheet - General\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Calc - General\\</emph\\>\\</link\\> you can choose to have the "
"update, when opened, automatically carried out either always, upon request "
"or never. The update can be started manually in the dialog under "
"\\<emph\\>Edit - Links\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#tit.help.text
msgid "Assigning Formats by Formula"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#bm_id3145673.help.text
msgid ""
"\\<bookmark_value\\>formats; assigning by "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>cell formats; assigning by "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>STYLE function "
"example\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#hd_id3145673.13.help.text
msgid ""
"\\<variable id=\\\"cellstyle_by_formula\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellstyle_by_formula.xhp\\\" name=\\\"Assigning "
"Formats by Formula\\\"\\>Assigning Formats by "
"Formula\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3150275.14.help.text
msgid ""
"The STYLE() function can be added to an existing formula in a cell. For "
"example, together with the CURRENT function, you can color a cell depending "
"on its value. The formula =...+STYLE(IF(CURRENT()>3, \"Red\", \"Green\")) "
"applies the cell style \"Red\" to cells if the value is greater than 3, "
"otherwise the cell style \"Green\" is applied."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3151385.15.help.text
msgid ""
"If you would like to apply a formula to all cells in a selected area, you "
"can use the\\<emph\\> Find & Replace\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3149456.16.help.text
msgid "Select all the desired cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3148797.17.help.text
msgid "Select the menu command \\<emph\\>Edit - Find & Replace\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3150767.18.help.text
msgid "For the \\<emph\\>Search for\\</emph\\> term, enter: .*"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3153770.19.help.text
msgid ""
"\".*\" is a regular expression that designates the contents of the current "
"cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3153143.20.help.text
msgid ""
"Enter the following formula in the \\<emph\\>Replace with\\</emph\\> field: "
"=&+STYLE(IF(CURRENT()>3;\"Red\";\"Green\"))"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3146975.21.help.text
msgid ""
"The \"&\" symbol designates the current contents of the \\<emph\\>Search "
"for\\</emph\\> field. The line must begin with an equal sign, since it is a "
"formula. It is assumed that the cell styles \"Red\" and \"Green\" already "
"exist."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3149262.22.help.text
msgid ""
"Mark the fields \\<link href=\\\"text/shared/01/02100000.xhp\\\" "
"name=\\\"Regular expressions\\\"\\>\\<emph\\>Regular "
"expressions\\</emph\\>\\</link\\> and \\<emph\\>Current selection "
"only\\</emph\\>. Click \\<emph\\>Find All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3144767.24.help.text
msgid ""
"All cells with contents that were included in the selection are now "
"highlighted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_by_formula.xhp#par_id3147127.23.help.text
msgid "Click\\<emph\\> Replace all\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#tit.help.text
msgid "Applying Conditional Formatting"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#bm_id3149263.help.text
msgid ""
"\\<bookmark_value\\>conditional formatting; "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; conditional "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>formatting; conditional "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>styles;conditional "
"styles\\</bookmark_value\\>\\<bookmark_value\\>formats; "
"conditional\\</bookmark_value\\>\\<bookmark_value\\>cell formats; "
"conditional\\</bookmark_value\\>\\<bookmark_value\\>random numbers; "
"generating\\</bookmark_value\\>\\<bookmark_value\\>cell styles; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>copying; cell "
"styles\\</bookmark_value\\>\\<bookmark_value\\>tables; copying cell "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#hd_id3149263.24.help.text
msgid ""
"\\<variable id=\\\"cellstyle_conditional\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellstyle_conditional.xhp\\\" name=\\\"Applying "
"Conditional Formatting\\\"\\>Applying Conditional "
"Formatting\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3159156.25.help.text
msgid ""
"Using the menu command \\<emph\\>Format - Conditional formatting\\</emph\\>, "
"the dialog allows you to define up to three conditions per cell, which must "
"be met in order for the selected cells to have a particular format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3154944.26.help.text
msgid ""
"With conditional formatting, you can, for example, highlight the totals that "
"exceed the average value of all totals. If the totals change, the formatting "
"changes correspondingly, without having to apply other styles manually."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3154490.27.help.text
msgid "Select the cells to which you want to apply a conditional style."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3155603.28.help.text
msgid "Choose \\<emph\\>Format - Conditional Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3146969.29.help.text
msgid ""
"Enter the condition(s) into the dialog box. The dialog is described in "
"detail in \\<link href=\\\"text/scalc/01/05120000.xhp\\\" "
"name=\\\"$[officename] Help\\\"\\>$[officename] Help\\</link\\>, and an "
"example is provided below:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#hd_id3155766.38.help.text
msgid "Example of Conditional Formatting: Generate Number Values"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3150043.39.help.text
msgid ""
"You want to give certain values in your tables particular emphasis. For "
"example, in a table of turnovers, you can show all the values above the "
"average in green and all those below the average in red. This is possible "
"with conditional formatting."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3155337.40.help.text
msgid ""
"First of all, write a table in which a few different values occur. For your "
"test you can create tables with any random numbers:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3149565.41.help.text
msgid ""
"In one of the cells enter the formula =RAND(), and you will obtain a random "
"number between 0 and 1. If you want integers of between 0 and 50, enter the "
"formula =INT(RAND()*50)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3149258.42.help.text
msgid ""
"Copy the formula to create a row of random numbers. Click the bottom right "
"corner of the selected cell, and drag to the right until the desired cell "
"range is selected."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3159236.43.help.text
msgid ""
"In the same way as described above, drag down the corner of the rightmost "
"cell in order to create more rows of random numbers."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#hd_id3149211.44.help.text
msgid "Example of Conditional Formatting: Define Cell Styles"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3154659.45.help.text
msgid ""
"The next step is to apply a cell style to all values that represent above-"
"average turnover, and one to those that are below the average. Ensure that "
"the Styles and Formatting window is visible before proceeding."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3150883.46.help.text
msgid ""
"Click in a blank cell and select the command \\<emph\\>Format "
"Cells\\</emph\\> in the context menu."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3155529.47.help.text
msgid ""
"In the \\<emph\\>Format Cells\\</emph\\> dialog on the "
"\\<emph\\>Background\\</emph\\> tab, select a background color. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3154484.48.help.text
msgid ""
"In the Styles and Formatting window, click the \\<emph\\>New Style from "
"Selection\\</emph\\> icon. Enter the name of the new style. For this "
"example, name the style \"Above\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3152889.49.help.text
msgid ""
"To define a second style, click again in a blank cell and proceed as "
"described above. Assign a different background color for the cell and assign "
"a name (for this example, \"Below\")."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#hd_id3148704.60.help.text
msgid "Example of Conditional Formatting: Calculate Average"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3148837.51.help.text
msgid ""
"In our particular example, we are calculating the average of the random "
"values. The result is placed in a cell:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3144768.52.help.text
msgid ""
"Set the cursor in a blank cell, for example, J14, and choose "
"\\<emph\\>Insert - Function\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3156016.53.help.text
msgid ""
"Select the AVERAGE function. Use the mouse to select all your random "
"numbers. If you cannot see the entire range, because Function Wizard is "
"obscuring it, you can temporarily shrink the dialog using the \\<link "
"href=\\\"text/shared/00/00000001.xhp#eingabesymbol\\\" name=\\\"Shrink or "
"Maximize\\\"\\>Shrink / Maximize\\</link\\> icon."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3153246.54.help.text
msgid "Close Function Wizard with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#hd_id3149898.50.help.text
msgid "Example of Conditional Formatting: Apply Cell Style"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3149126.55.help.text
msgid "Now you can apply the conditional formatting to the sheet:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3150049.56.help.text
msgid "Select all cells with the random numbers."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3153801.57.help.text
msgid ""
"Choose the \\<emph\\>Format - Conditional Formatting\\</emph\\> command to "
"open the corresponding dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3153013.58.help.text
msgid ""
"Define the condition as follows: If cell value is less than J14, format with "
"cell style \"Below\", and if cell value is greater than or equal to J14, "
"format with cell style \"Above\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#hd_id3155761.61.help.text
msgid "Example of Conditional Formatting: Copy Cell Style"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3145320.62.help.text
msgid "To apply the conditional formatting to other cells later:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3153074.63.help.text
msgid "Click one of the cells that has been assigned conditional formatting."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3149051.64.help.text
msgid "Copy the cell to the clipboard."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3150436.65.help.text
msgid "Select the cells that are to receive this same formatting."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3147298.66.help.text
msgid ""
"Choose \\<emph\\>Edit - Paste Special\\</emph\\>. The \\<emph\\>Paste "
"Special\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3166465.67.help.text
msgid ""
"In the \\<emph\\>Selection\\</emph\\> area, check only the "
"\\<emph\\>Formats\\</emph\\> box. All other boxes must be unchecked. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_conditional.xhp#par_id3159123.68.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05120000.xhp\\\" name=\\\"Format - "
"Conditional formatting\\\"\\>Format - Conditional formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#tit.help.text
msgid "Highlighting Negative Numbers"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#bm_id3147434.help.text
msgid ""
"\\<bookmark_value\\>negative numbers; "
"highlighting\\</bookmark_value\\>\\<bookmark_value\\>numbers; highlighting "
"negative "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>highlighting;negative "
"numbers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#hd_id3147434.31.help.text
msgid ""
"\\<variable id=\\\"cellstyle_minusvalue\\\"\\>\\<link "
"href=\\\"text/scalc/guide/cellstyle_minusvalue.xhp\\\" name=\\\"Highlighting "
"Negative Numbers\\\"\\>Highlighting Negative "
"Numbers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#par_id3153878.33.help.text
msgid ""
"You can format cells with a number format that highlights negative numbers "
"in red. Alternatively, you can define your own number format in which "
"negative numbers are highlighted in other colors."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#par_id3155600.34.help.text
msgid "Select the cells and choose \\<emph\\>Format - Cells\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#par_id3146969.35.help.text
msgid ""
"On the \\<emph\\>Numbers\\</emph\\> tab, select a number format and mark "
"\\<emph\\>Negative numbers red\\</emph\\> check box. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/cellstyle_minusvalue.xhp#par_id3145640.36.help.text
msgid ""
"The cell number format is defined in two parts. The format for positive "
"numbers and zero is defined in front of the semicolon; after the semicolon "
"the formula for negative numbers is defined. You can change the code (RED) "
"under \\<emph\\>Format code\\</emph\\>. For example, instead of \"RED,\" "
"enter \"YELLOW\". If the new code appears in the list after clicking the "
"\\<emph\\>Add\\</emph\\> icon, this is a valid entry."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#tit.help.text
msgid "Consolidating Data"
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#bm_id3150791.help.text
msgid ""
"\\<bookmark_value\\>values; "
"consolidating\\</bookmark_value\\>\\<bookmark_value\\>consolidating "
"data\\</bookmark_value\\>\\<bookmark_value\\>ranges; "
"combining\\</bookmark_value\\>\\<bookmark_value\\>combining cell "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"combining\\</bookmark_value\\>\\<bookmark_value\\>data; merging "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>merging;data "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#hd_id3150791.5.help.text
msgid ""
"\\<variable id=\\\"consolidate\\\"\\>\\<link "
"href=\\\"text/scalc/guide/consolidate.xhp\\\" name=\\\"Consolidating "
"Data\\\"\\>Consolidating Data\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3153191.34.help.text
msgid ""
"During consolidation, the contents of the cells from several sheets will be "
"combined in one place."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3151073.6.help.text
msgid "Open the document that contains the cell ranges to be consolidated."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3154513.7.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Data - Consolidate\\</item\\> to open "
"the \\<emph\\>Consolidate\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3147345.8.help.text
msgid ""
"From the \\<emph\\>Source data area\\</emph\\> box select a source cell "
"range to consolidate with other areas."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3149209.9.help.text
msgid ""
"If the range is not named, click in the field next to the \\<emph\\>Source "
"data area\\</emph\\>. A blinking text cursor appears. Type a reference for "
"the first source data range or select the range with the mouse."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3155529.10.help.text
msgid ""
"Click \\<emph\\>Add\\</emph\\> to insert the selected range in the "
"\\<emph\\>Consolidation areas\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3153816.11.help.text
msgid ""
"Select additional ranges and click \\<emph\\>Add\\</emph\\> after each "
"selection."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3157983.12.help.text
msgid ""
"Specify where you want to display the result by selecting a target range "
"from the \\<emph\\>Copy results to\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3150215.13.help.text
msgid ""
"If the target range is not named, click in the field next to \\<emph\\>Copy "
"results to\\</emph\\> and enter the reference of the target range. "
"Alternatively, you can select the range using the mouse or position the "
"cursor in the top left cell of the target range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3153813.14.help.text
msgid ""
"Select a function from the \\<emph\\>Function\\</emph\\> box. The function "
"specifies how the values of the consolidation ranges are linked. The \"Sum\" "
"function is the default setting."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3149315.15.help.text
msgid "Click \\<emph\\>OK\\</emph\\> to consolidate the ranges."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_idN107DE.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/consolidate.xhp#par_idN107DE.help.text\n"
"Additional Settings"
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3147250.16.help.text
msgid ""
"Click \\<emph\\>More\\</emph\\> in the \\<emph\\>Consolidate\\</emph\\> "
"dialog to display additional settings:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3156400.17.help.text
msgid ""
"Select \\<emph\\>Link to source data\\</emph\\> to insert the formulas that "
"generate the results in the target range, rather than the actual results. If "
"you link the data, any values modified in the source range are automatically "
"updated in the target range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3150538.18.help.text
msgid ""
"The corresponding cell references in the target range are inserted in "
"consecutive rows, which are automatically ordered and then hidden from view. "
"Only the final result, based on the selected function, is displayed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3149945.19.help.text
msgid ""
"Under \\<emph\\>Consolidate by\\</emph\\>, select either \\<emph\\>Row "
"labels\\</emph\\> or \\<emph\\>Column labels\\</emph\\> if the cells of the "
"source data range are not to be consolidated corresponding to the identical "
"position of the cell in the range, but instead according to a matching row "
"label or column label."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3157871.20.help.text
msgid ""
"To consolidate by row labels or column labels, the label must be contained "
"in the selected source ranges."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3150478.21.help.text
msgid ""
"The text in the labels must be identical, so that rows or columns can be "
"accurately matched. If the row or column label does not match any that exist "
"in the target range, it will be appended as a new row or column."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3147468.22.help.text
msgid ""
"The data from the consolidation ranges and target range will be saved when "
"you save the document. If you later open a document in which consolidation "
"has been defined, this data will again be available."
msgstr ""

#: helpcontent2/source/text/scalc/guide/consolidate.xhp#par_id3153039.33.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12070000.xhp\\\" name=\\\"Data - "
"Consolidate\\\"\\>Data - Consolidate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#tit.help.text
msgid " Importing and Exporting CSV Files "
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#bm_id892361.help.text
msgid ""
"\\<bookmark_value\\>number series "
"import\\</bookmark_value\\>\\<bookmark_value\\>data series; "
"importing\\</bookmark_value\\>\\<bookmark_value\\>importing; text "
"databases\\</bookmark_value\\>\\<bookmark_value\\>delimited "
"values\\</bookmark_value\\>\\<bookmark_value\\>delimited "
"files\\</bookmark_value\\>\\<bookmark_value\\>comma separated files and "
"values\\</bookmark_value\\>\\<bookmark_value\\>text file import and "
"export\\</bookmark_value\\>\\<bookmark_value\\>csv files;importing and "
"exporting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10862.help.text
msgid ""
"\\<variable id=\\\"csv_files\\\"\\>\\<link "
"href=\\\"text/scalc/guide/csv_files.xhp\\\"\\>Opening and Saving Text CSV "
"Files\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10880.help.text
msgid ""
"Comma Separated Values (CSV) is text file format that you can use to "
"exchange data from a database or a spreadsheet between applications. Each "
"line in a Text CSV file represents a record in the database, or a row in a "
"spreadsheet. Each field in a database record or cell in a spreadsheet row is "
"usually separated by a comma. However, you can use other characters to "
"delimit a field, such as a tabulator character."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10886.help.text
msgid ""
"If the content of a field or cell contains a comma, the contents of the "
"field or cell \\<emph\\>must\\</emph\\> be enclosed by single quotes (') or "
"double quotes (\")."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN106FC.help.text
msgid ""
"When you export a spreadsheet to CSV format, only the data on the current "
"sheet is saved. All other information, including formulas and formatting, is "
"lost."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10890.help.text
msgid "To Open a Text CSV file"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10897.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10897.help.text\n"
"Choose \\<emph\\>File - Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN1089F.help.text
msgid "Locate the CSV file that you want to open."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108A2.help.text
msgid "If the file has a *.csv extension, select the file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108A5.help.text
msgid ""
"If the CSV file has another extension, select the file, and then select "
"\"Text CSV\" in the \\<emph\\>File type\\</emph\\> box"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN1082D.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN1082D.help.text\n"
"Click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10834.help.text
msgid "The \\<emph\\>Text Import\\</emph\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108B1.help.text
msgid "Specify the options to divide the text in the file into columns."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108BB.help.text
msgid ""
"You can preview the layout of the imported data at the bottom of the "
"\\<emph\\>Text Import\\</emph\\> dialog. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108E2.help.text
msgid ""
"If the CSV file uses a text delimiter character that is not listed in the "
"\\<emph\\>Text delimiter\\</emph\\> box, click in the box, and type the "
"character."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108C5.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108C5.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN108FA.help.text
msgid "To Save a Sheet as a Text CSV File"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10901.help.text
msgid "Open the Calc sheet that you want to save as a Text CSV file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107AF.help.text
msgid "Only the current sheet can be exported."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10905.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10905.help.text\n"
"Choose \\<emph\\>File - Save as\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN10915.help.text
msgid "In the \\<emph\\>File name\\</emph\\> box, enter a name for the file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN1090D.help.text
msgid "In the \\<emph\\>File type\\</emph\\> box, select \"Text CSV\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107DD.help.text
msgid "(Optional) Set the field options for the Text CSV file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN1091C.help.text
msgid "Select \\<emph\\>Edit filter settings\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107ED.help.text
msgid ""
"In the \\<emph\\>Export of text files\\</emph\\> dialog, select the options "
"that you want."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107F4.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107F4.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107FC.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_idN107FC.help.text\n"
"Click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_id3153487.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_id3153487.20.help.te"
"xt\n"
"\\<link href=\\\"text/shared/optionen/01060100.xhp\\\" name=\\\"Tools - "
"Options - Spreadsheet - View\\\"\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_id3153008.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_id3153008.21.help.te"
"xt\n"
"\\<link href=\\\"text/shared/00/00000207.xhp\\\" name=\\\"Export text "
"files\\\"\\>Export text files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_files.xhp#par_id3155595.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_files.xhp#par_id3155595.22.help.te"
"xt\n"
"\\<link href=\\\"text/shared/00/00000208.xhp\\\" name=\\\"Import text "
"files\\\"\\>Import text files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#tit.help.text
msgid "Importing and Exporting Text Files"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#bm_id3153726.help.text
msgid ""
"\\<bookmark_value\\>csv "
"files;spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>formulas; saving "
"as csv files\\</bookmark_value\\>\\<bookmark_value\\>exporting; tables as "
"text\\</bookmark_value\\>\\<bookmark_value\\>importing; tables as "
"text\\</bookmark_value\\>\\<bookmark_value\\>tables; importing/exporting as "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; importing to "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#hd_id3153726.1.help.text
msgid ""
"\\<variable id=\\\"csv_formula\\\"\\>\\<link "
"href=\\\"text/scalc/guide/csv_formula.xhp\\\" name=\\\"Importing and "
"Exporting Text Files\\\"\\>Importing and Exporting Text "
"Files\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3149402.2.help.text
msgid ""
"Comma separated values (CSV) files are text files that contain the cell "
"contents of a single sheet. Commas, semicolons, or other characters can be "
"used as the field delimiters between the cells. Text strings are put in "
"quotation marks, numbers are written without quotation marks."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#hd_id3150715.15.help.text
msgid "Importing a CSV File"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153709.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153709.16.help."
"text\n"
"Choose \\<emph\\>File - Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3155445.17.help.text
msgid ""
"In the \\<emph\\>File type\\</emph\\> field, select the format \"Text CSV\". "
"Select the file and click \\<emph\\>Open\\</emph\\>. When a file has the "
".csv extension, the file type is automatically recognized."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3149565.18.help.text
msgid ""
"You will see the \\<emph\\>Import text files\\</emph\\> dialog. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3149255.19.help.text
msgid ""
"If the csv file contains formulas, but you want to import the results of "
"those formulas, then choose \\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</emph\\> and clear the \\<emph\\>Formulas\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#hd_id3154022.3.help.text
msgid "Exporting Formulas and Values as CSV Files"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3150342.4.help.text
msgid "Click the sheet to be written as a csv file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3166423.5.help.text
msgid ""
"If you want to export the formulas as formulas, for example, in the form "
"=SUM(A1:B5), proceed as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3155111.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3155111.6.help.t"
"ext\n"
"Choose \\<emph\\>Tools - Options - %PRODUCTNAME Calc - View\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3150200.7.help.text
msgid ""
"Under \\<emph\\>Display\\</emph\\>, mark the \\<emph\\>Formulas\\</emph\\> "
"check box. Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3154484.8.help.text
msgid ""
"If you want to export the calculation results instead of the formulas, do "
"not mark \\<emph\\>Formulas\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3148702.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3148702.9.help.t"
"ext\n"
"Choose \\<emph\\>File - Save as\\</emph\\>. You will see the \\<emph\\>Save "
"as\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153912.10.help.text
msgid ""
"In the\\<emph\\> File type\\</emph\\> field select the format \"Text CSV\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3157978.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3157978.13.help."
"text\n"
"Enter a name and click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3152869.23.help.text
msgid ""
"From the \\<emph\\>Export of text files\\</emph\\> dialog that appears, "
"select the character set and the field and text delimiters for the data to "
"be exported, and confirm with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3146781.12.help.text
msgid ""
"Caution: If the numbers use commas as decimal separators or thousands "
"separators, do not select the comma as the field delimiter. If the text "
"contains double quotation marks, you must select the single quotation mark "
"as separator."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3150050.14.help.text
msgid ""
"If necessary, after you have saved, clear the \\<emph\\>Formulas\\</emph\\> "
"check box to see the calculated results in the table again."
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153487.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153487.20.help."
"text\n"
"\\<link href=\\\"text/shared/optionen/01060100.xhp\\\" name=\\\"Tools - "
"Options - Spreadsheet - View\\\"\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153008.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3153008.21.help."
"text\n"
"\\<link href=\\\"text/shared/00/00000207.xhp\\\" name=\\\"Export text "
"files\\\"\\>Export text files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3155595.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/csv_formula.xhp#par_id3155595.22.help."
"text\n"
"\\<link href=\\\"text/shared/00/00000208.xhp\\\" name=\\\"Import text "
"files\\\"\\>Import text files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#tit.help.text
msgid "Cells in Currency Format"
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#bm_id3156329.help.text
msgid ""
"\\<bookmark_value\\>currency formats; "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>cells; currency "
"formats\\</bookmark_value\\>\\<bookmark_value\\>international currency "
"formats\\</bookmark_value\\>\\<bookmark_value\\>formats; currency formats in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>currencies; default "
"currencies\\</bookmark_value\\>\\<bookmark_value\\>default currencies; "
"locale settings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#hd_id3156329.46.help.text
msgid ""
"\\<variable id=\\\"currency_format\\\"\\>\\<link "
"href=\\\"text/scalc/guide/currency_format.xhp\\\" name=\\\"Cells in Currency "
"Format\\\"\\>Cells in Currency Format\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3153968.47.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc you can "
"give numbers any currency format. When you click the "
"\\<emph\\>Currency\\</emph\\> icon \\<image id=\\\"img_id3150791\\\" "
"src=\\\"res/commandimagelist/sc_currencyfield.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150791\\\"\\>Icon\\</alt\\>\\</image\\> in the "
"\\<emph\\>Formatting \\</emph\\>bar to format a number, the cell is given "
"the default currency format set under \\<item type=\\\"menuitem\\\"\\>Tools -"
" Options - Language Settings - Languages\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3150010.48.help.text
msgid ""
"Exchanging of \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Calc documents can lead to misunderstandings, if your \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc document is loaded "
"by a user who uses a different default currency format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3156442.52.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc you can "
"define that a number that you have formatted as \"1,234.50 €\", still "
"remains in euro in another country and does not become dollars."
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3151075.49.help.text
msgid ""
"You can change the currency format in the \\<emph\\>Format Cells\\</emph\\> "
"dialog (choose \\<emph\\>Format - Cells - Numbers\\</emph\\> tab) by two "
"country settings. In the \\<emph\\>Language\\</emph\\> combo box select the "
"basic setting for currency symbol, decimal and thousands separators. In the "
"\\<emph\\>Format\\</emph\\> list box you can select possible variations from "
"the default format for the language."
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3150749.50.help.text
msgid ""
"For example, if the language is set to \"Default\" and you are using a "
"german locale setting, the currency format will be \"1.234,00 €\". A point "
"is used before the thousand digits and a comma before the decimal places. If "
"you now select the subordinate currency format \"$ English (US)\" from the "
"\\<emph\\>Format\\</emph\\> list box , you will get the following format: "
"\"$ 1.234,00\". As you can see, the separators have remained the same. Only "
"the currency symbol has been changed and converted, but the underlying "
"format of the notation remains the same as in the locale setting."
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3145640.51.help.text
msgid ""
"If, under \\<emph\\>Language\\</emph\\>, you convert the cells to \"English "
"(US)\", the English-language locale setting is also transferred and the "
"default currency format is now \"$ 1,234.00\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3154255.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/currency_format.xhp#par_id3154255.53.h"
"elp.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" name=\\\"Format - Cell - "
"Numbers\\\"\\>Format - Cell - Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#tit.help.text
msgid "Defining Database Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#bm_id3154758.help.text
msgid ""
"\\<bookmark_value\\>tables; database "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>database ranges; "
"defining\\</bookmark_value\\>\\<bookmark_value\\>ranges; defining database "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>defining;database "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#hd_id3154758.31.help.text
msgid ""
"\\<variable id=\\\"database_define\\\"\\>\\<link "
"href=\\\"text/scalc/guide/database_define.xhp\\\" name=\\\"Defining Database "
"Ranges\\\"\\>Defining a Database Range\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_id3153768.81.help.text
msgid ""
"You can define a range of cells in a spreadsheet to use as a database. Each "
"row in this database range corresponds to a database record and each cell in "
"a row corresponds to a database field. You can sort, group, search, and "
"perform calculations on the range as you would in a database."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_id3145801.82.help.text
msgid ""
"You can only edit and access a database range in the spreadsheet that "
"contains the range. You cannot access the database range in the %PRODUCTNAME "
"Data Sources view. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_idN10648.help.text
msgid "To Define a Database Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_id3155064.41.help.text
msgid ""
"Select the range of cells that you want to define as a database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_idN10654.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Data - Define Range\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_id3153715.72.help.text
msgid ""
"In the \\<emph\\>Name\\</emph\\> box, enter a name for the database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_idN1066A.help.text
msgid "Click \\<emph\\>More\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_id3154253.42.help.text
msgid "Specify the options for the database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_define.xhp#par_idN10675.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_define.xhp#par_idN10675.help."
"text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#tit.help.text
msgid "Filtering Database Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#bm_id3153541.help.text
msgid ""
"\\<bookmark_value\\>database ranges; "
"filtering\\</bookmark_value\\>\\<bookmark_value\\>filtering; database "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>database ranges; removing "
"filters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#hd_id3153541.47.help.text
msgid ""
"\\<variable id=\\\"database_filter\\\"\\>\\<link "
"href=\\\"text/scalc/guide/database_filter.xhp\\\" name=\\\"Filtering "
"Database Ranges\\\"\\>Filtering Database Ranges\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3145069.48.help.text
msgid ""
"You can use the spreadsheet filters to filter database ranges in "
"spreadsheets. A standard filter uses the options that you specify to filter "
"the data. An AutoFilter filters data according to a specific value or "
"string. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN10682.help.text
msgid "To Apply a Standard Filter to a Database Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3150398.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3150398.50.h"
"elp.text\n"
"Click in a database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN10693.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Data - Filter - Standard "
"Filter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3156422.51.help.text
msgid ""
"In the \\<emph\\>Standard Filter\\</emph\\> dialog, specify the filter "
"options that you want."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN106A5.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN106A5.help."
"text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3153143.52.help.text
msgid ""
"The records that match the filter options that you specified are shown."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3153728.53.help.text
msgid "To Apply an AutoFilter to a Database Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3144764.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3144764.54.h"
"elp.text\n"
"Click in a database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3154944.55.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Data - Filter - AutoFilter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN106DB.help.text
msgid ""
"An arrow button is added to the head of each column in the database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_id3153878.56.help.text
msgid ""
"Click the arrow button in the column that contains the value or string that "
"you want to set as the filter criteria."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN10749.help.text
msgid ""
"Select the value or string that you want to use as the filter criteria."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN1074C.help.text
msgid ""
"The records that match the filter criteria that you selected are shown."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN106E8.help.text
msgid "To Remove a Filter From a Database Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN1075C.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN1075C.help."
"text\n"
"Click in a database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_filter.xhp#par_idN106EC.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Data - Filter - Remove "
"Filter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#tit.help.text
msgid "Sorting Database Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#bm_id3150767.help.text
msgid ""
"\\<bookmark_value\\>database ranges; "
"sorting\\</bookmark_value\\>\\<bookmark_value\\>sorting; database "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#hd_id3150767.44.help.text
msgid ""
"\\<variable id=\\\"database_sort\\\"\\>\\<link "
"href=\\\"text/scalc/guide/database_sort.xhp\\\" name=\\\"Sorting Database "
"Ranges\\\"\\>Sorting Database Ranges\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#par_id3145751.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_sort.xhp#par_id3145751.45.hel"
"p.text\n"
"Click in a database range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#par_idN10635.help.text
msgid "Choose \\<item type=\\\"menuitem\\\"\\>Data - Sort\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#par_idN10645.help.text
msgid "Select the sort options that you want."
msgstr ""

#: helpcontent2/source/text/scalc/guide/database_sort.xhp#par_idN1063D.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/database_sort.xhp#par_idN1063D.help.te"
"xt\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/guide/datapilot.xhp#tit.help.text\n"
"DataPilot"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot.xhp#bm_id3150448.help.text
msgid ""
"\\<bookmark_value\\>DataPilot function; "
"introduction\\</bookmark_value\\>\\<bookmark_value\\>Pivot Table, see "
"DataPilot function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot.xhp#hd_id3150448.7.help.text
msgid ""
"\\<variable id=\\\"datapilot\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot.xhp\\\" "
"name=\\\"DataPilot\\\"\\>DataPilot\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot.xhp#par_id3156024.2.help.text
msgid ""
"The \\<emph\\>DataPilot\\</emph\\> (sometimes known as \\<emph\\>Pivot "
"Table\\</emph\\>) allows you to combine, compare, and analyze large amounts "
"of data. You can view different summaries of the source data, you can "
"display the details of areas of interest, and you can create reports."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot.xhp#par_id3145069.9.help.text
msgid ""
"A table that has been created with the \\<link "
"href=\\\"text/scalc/01/12090000.xhp\\\" "
"name=\\\"DataPilot\\\"\\>DataPilot\\</link\\> is an interactive table. Data "
"can be arranged, rearranged or summarized according to different points of "
"view."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#tit.help.text
msgid "Creating DataPilot Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#bm_id3148491.help.text
msgid ""
"\\<bookmark_value\\>DataPilot "
"tables\\</bookmark_value\\>\\<bookmark_value\\>DataPilot function; calling "
"up and applying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#hd_id3148491.7.help.text
msgid ""
"\\<variable id=\\\"datapilot_createtable\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_createtable.xhp\\\" name=\\\"Creating "
"DataPilot Tables\\\"\\>Creating DataPilot Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3156023.8.help.text
msgid ""
"Position the cursor within a range of cells containing values, row and "
"column headings."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3147264.9.help.text
msgid ""
"Choose \\<emph\\>Data - DataPilot - Start\\</emph\\>. The \\<emph\\>Select "
"Source\\</emph\\> dialog appears. Choose \\<emph\\>Current "
"selection\\</emph\\> and confirm with \\<emph\\>OK\\</emph\\>. The table "
"headings are shown as buttons in the \\<emph\\>DataPilot\\</emph\\> dialog. "
"Drag these buttons as required and drop them into the layout areas \"Page "
"Fields\", \"Column Fields\", \"Row Fields\" and \"Data Fields\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3150868.10.help.text
msgid "Drag the desired buttons into one of the four areas."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id7599414.help.text
msgid ""
"Drag a button to the \\<emph\\>Page Fields\\</emph\\> area to create a "
"button and a listbox on top of the generated datapilot table. The listbox "
"can be used to filter the DataPilot table by the contents of the selected "
"item. You can use drag-and-drop within the generated DataPilot table to use "
"another page field as a filter."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3154011.11.help.text
msgid ""
"If the button is dropped in the \\<emph\\>Data Fields\\</emph\\> area it "
"will be given a caption that also shows the formula that will be used to "
"calculate the data."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3146974.16.help.text
msgid ""
"By double-clicking on one of the fields in the \\<emph\\>Data "
"Fields\\</emph\\> area you can call up the \\<link "
"href=\\\"text/scalc/01/12090105.xhp\\\" name=\\\"Data "
"Field\\\"\\>\\<emph\\>Data Field\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3156286.17.help.text
msgid ""
"Use the \\<emph\\>Data Field\\</emph\\> dialog to select the calculations to "
"be used for the data. To make a multiple selection, press the Ctrl key while "
"clicking the desired calculation."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3150329.13.help.text
msgid ""
"The order of the buttons can be changed at any time by moving them to a "
"different position in the area with the mouse."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3153714.14.help.text
msgid ""
"Remove a button by dragging it back to the area of the other buttons at the "
"right of the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3147338.15.help.text
msgid ""
"To open the \\<link href=\\\"text/scalc/01/12090105.xhp\\\" name=\\\"Data "
"Field\\\"\\>\\<emph\\>Data Field\\</emph\\>\\</link\\> dialog, double-click "
"one of the buttons in the \\<emph\\>Row\\</emph\\> or "
"\\<emph\\>Column\\</emph\\> area. Use the dialog to select if and to what "
"extent \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> calculates "
"display subtotals."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_createtable.xhp#par_id3154020.18.help.text
msgid ""
"Exit the DataPilot dialog by pressing OK. A \\<emph\\>Filter\\</emph\\> "
"button will now be inserted, or a page button for every data field that you "
"dropped in the \\<emph\\>Page Fields\\</emph\\> area. The DataPilot table is "
"inserted further down."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp#tit.help.text
msgid "Deleting DataPilot Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp#bm_id3153726.help.text
msgid ""
"\\<bookmark_value\\>DataPilot function; deleting tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp#hd_id3153726.31.help.text
msgid ""
"\\<variable id=\\\"datapilot_deletetable\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_deletetable.xhp\\\" name=\\\"Deleting "
"DataPilot Tables\\\"\\>Deleting DataPilot Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_deletetable.xhp#par_id3154014.32.help.text
msgid ""
"In order to delete a DataPilot table, select any cell in the DataPilot "
"table, then choose \\<emph\\>Delete\\</emph\\> in the context menu."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#tit.help.text
msgid "Editing DataPilot Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#bm_id3148663.help.text
msgid ""
"\\<bookmark_value\\>DataPilot function; editing "
"tables\\</bookmark_value\\>\\<bookmark_value\\>editing;DataPilot "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#hd_id3148663.25.help.text
msgid ""
"\\<variable id=\\\"datapilot_edittable\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_edittable.xhp\\\" name=\\\"Editing "
"DataPilot Tables\\\"\\>Editing DataPilot Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#par_id3150868.26.help.text
msgid ""
"Click one of the buttons in the table that the DataPilot has created and "
"hold the mouse button down. A special symbol will appear next to the mouse "
"pointer."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#par_id3145786.27.help.text
msgid ""
"By dragging the button to a different position in the same row you can alter "
"the order of the columns. If you drag a button to the left edge of the table "
"into the row headings area, you can change a column into a row."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#par_id1648915.help.text
msgid ""
"In the DataPilot dialog, you can drag a button to the \\<emph\\>Page "
"Fields\\</emph\\> area to create a button and a listbox on top of the "
"generated DataPilot table. The listbox can be used to filter the DataPilot "
"table by the contents of the selected item. You can use drag-and-drop within "
"the generated DataPilot table to use another page field as a filter."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#par_id3147434.29.help.text
msgid ""
"To remove a button from the table, just drag it out of the DataPilot table. "
"Release the mouse button when the mouse pointer positioned within the sheet "
"has become a 'not allowed' icon. The button is deleted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#par_id3156442.40.help.text
msgid ""
"To edit the DataPilot table, click a cell inside the DataPilot table and "
"open the context menu. In the context menu you find the command "
"\\<emph\\>Start\\</emph\\>, which displays the "
"\\<emph\\>DataPilot\\</emph\\> dialog for the current DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_edittable.xhp#par_id3149401.38.help.text
msgid ""
"By double-clicking on some buttons inside the DataPilot table you can hide "
"the subelements below it."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_filtertable.xhp#tit.help.text
msgid "Filtering DataPilot Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_filtertable.xhp#bm_id3150792.help.text
msgid ""
"\\<bookmark_value\\>DataPilot function; filtering "
"tables\\</bookmark_value\\>\\<bookmark_value\\>filtering;DataPilot "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_filtertable.xhp#hd_id3150792.35.help.text
msgid ""
"\\<variable id=\\\"datapilot_filtertable\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_filtertable.xhp\\\" name=\\\"Filtering "
"DataPilot Tables\\\"\\>Filtering DataPilot Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_filtertable.xhp#par_id3153192.36.help.text
msgid "You can use filters to remove unwanted data from a DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_filtertable.xhp#par_id3150441.37.help.text
msgid ""
"Click the \\<emph\\>Filter\\</emph\\> button in the sheet to call up the "
"dialog for the filter conditions. Alternatively, call up the context menu of "
"the DataPilot table and select the \\<emph\\>Filter\\</emph\\> command. The "
"\\<link href=\\\"text/scalc/01/12090103.xhp\\\" "
"name=\\\"Filter\\\"\\>\\<emph\\>Filter\\</emph\\>\\</link\\> dialog appears. "
"\\<ahelp hid=\\\".uno:DataPilotFilter\\\"\\>Here you can filter the "
"DataPilot table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#tit.help.text
msgid "Grouping DataPilot Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#bm_id4195684.help.text
msgid ""
"\\<bookmark_value\\>grouping; DataPilot "
"tables\\</bookmark_value\\>\\<bookmark_value\\>DataPilot function;grouping "
"table entries\\</bookmark_value\\>\\<bookmark_value\\>ungrouping entries in "
"DataPilot tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#par_idN10643.help.text
msgid ""
"\\<variable id=\\\"datapilot_grouping\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_grouping.xhp\\\"\\>Grouping DataPilot "
"Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#par_idN10661.help.text
msgid ""
"The resulting DataPilot table can contain many different entries. By "
"grouping the entries, you can improve the visible result."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#par_idN10667.help.text
msgid "Select a cell or range of cells in the DataPilot table."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#par_idN1066B.help.text
msgid "Choose \\<emph\\>Data - Outline - Group\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#par_idN1066E.help.text
msgid ""
"Depending on the format of the selected cells, either a new group field is "
"added to the DataPilot table, or you see one of the two \\<link "
"href=\\\"text/scalc/01/12090400.xhp\\\"\\>Grouping\\</link\\> dialogs, "
"either for numeric values, or for date values."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_grouping.xhp#par_idN10682.help.text
msgid ""
"To remove a grouping, click inside the group, then choose \\<emph\\>Data - "
"Outline - Ungroup\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#tit.help.text
msgid "Selecting DataPilot Output Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#bm_id3148663.help.text
msgid ""
"\\<bookmark_value\\>DataPilot function; preventing data "
"overwriting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#hd_id3148663.19.help.text
msgid ""
"\\<variable id=\\\"datapilot_tipps\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_tipps.xhp\\\" name=\\\"Selecting "
"DataPilot Output Ranges\\\"\\>Selecting DataPilot Output "
"Ranges\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#par_id3154123.20.help.text
msgid ""
"Click the button \\<emph\\>More\\</emph\\> in the "
"\\<emph\\>DataPilot\\</emph\\> dialog. The dialog will be extended."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#par_id3153771.21.help.text
msgid ""
"You can select a named range in which the DataPilot table is to be created, "
"from the \\<emph\\>Results to\\</emph\\> box. If the results range does not "
"have a name, enter the coordinates of the upper left cell of the range into "
"the field to the right of the \\<emph\\>Results to\\</emph\\> box. You can "
"also click on the appropriate cell to have the coordinates entered "
"accordingly."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#par_id3146974.23.help.text
msgid ""
"If you mark the \\<emph\\>Ignore empty rows \\</emph\\>check box, they will "
"not be taken into account when the DataPilot table is created."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_tipps.xhp#par_id3145273.24.help.text
msgid ""
"If the \\<emph\\>Identify categories\\</emph\\> check box is marked, the "
"categories will be identified by their headings and assigned accordingly "
"when the DataPilot table is created."
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp#tit.help.text
msgid "Updating DataPilot Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp#bm_id3150792.help.text
msgid ""
"\\<bookmark_value\\>Pivot table "
"import\\</bookmark_value\\>\\<bookmark_value\\>DataPilot function; "
"refreshing tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp#hd_id3150792.33.help.text
msgid ""
"\\<variable id=\\\"datapilot_updatetable\\\"\\>\\<link "
"href=\\\"text/scalc/guide/datapilot_updatetable.xhp\\\" name=\\\"Updating "
"DataPilot Tables\\\"\\>Updating DataPilot Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/datapilot_updatetable.xhp#par_id3154684.34.help.text
msgid ""
"If the data of the source sheet has been changed, $[officename] recalculates "
"the DataPilot table. To recalculate the tables, choose \\<emph\\>Data - "
"DataPilot - Refresh\\</emph\\>. Do the same after you have imported an Excel "
"Pivot table into $[officename] Calc."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#tit.help.text
msgid "Importing and Exporting dBase Files"
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#bm_id1226844.help.text
msgid ""
"\\<bookmark_value\\>exporting;spreadsheets to "
"dBase\\</bookmark_value\\>\\<bookmark_value\\>importing;dBase "
"files\\</bookmark_value\\>\\<bookmark_value\\>dBase;importing and exporting "
"files\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; importing dBase "
"files\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; exporting to "
"dBase files\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10738.help.text
msgid ""
"\\<variable id=\\\"dbase_files\\\"\\>\\<link "
"href=\\\"text/scalc/guide/dbase_files.xhp\\\"\\>Importing and Exporting "
"dBase Files\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10756.help.text
msgid ""
"You can open and save data in the dBase file format (*.dbf file extension) "
"in $[officename] Base or a spreadsheet. A dBase database is directory that "
"contains a collection of files with the .dbf file extension. Each file "
"corresponds to a table in the database. Formulas and formatting are lost "
"when you open and save a dBase file from %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10759.help.text
msgid "To Import a dBase File Into a Spreadsheet"
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10760.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10760.help.text\n"
"Choose \\<emph\\>File - Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN1071F.help.text
msgid "Locate the *.dbf file that you want to import. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10768.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10768.help.text\n"
"Click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10730.help.text
msgid "The \\<emph\\>Import dBase files\\</emph\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10774.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10774.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10777.help.text
msgid "The dBase file opens as a new Calc spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN1074E.help.text
msgid ""
"If you want to save the spreadsheet as a dBase file, do not alter or delete "
"the first row in the imported file. This row contains information that is "
"required by a dBase database."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN1077A.help.text
msgid "To Import a dBase File Into a Database Table"
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN1076C.help.text
msgid ""
"A %PRODUCTNAME Base database table is actually a link to an existing "
"database."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10796.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>File - New - Database\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10786.help.text
msgid ""
"In the \\<emph\\>File name\\</emph\\> box of the \\<emph\\>Save "
"As\\</emph\\> dialog, enter a name for the database."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10792.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10792.help.text\n"
"Click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN1079A.help.text
msgid ""
"In the \\<emph\\>Database type \\</emph\\>box of the \\<emph\\>Database "
"Properties\\</emph\\> dialog, select \"dBASE\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107A6.help.text
msgid "Click \\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107AE.help.text
msgid "Click \\<emph\\>Browse\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107B6.help.text
msgid ""
"Locate the directory that contains the dBase file, and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107BE.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107BE.help.text\n"
"Click \\<emph\\>Create\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107C5.help.text
msgid ""
"A link to the dBase file is added as a table to the Insight database. To "
"view the table, click the \\<emph\\>Tables\\</emph\\> icon in the "
"\\<emph\\>Database\\</emph\\> column of the Insight window, and double click "
"the name of the table. If you edit the table in Insight, the changes are "
"saved to the original dBase file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107F1.help.text
msgid "To Export a Spreadsheet to a dBase File"
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107F8.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107F8.help.text\n"
"Choose \\<emph\\>File - Export\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10800.help.text
msgid "In the \\<emph\\>File format\\</emph\\> box, select \"dBase file\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN107F9.help.text
msgid ""
"In the \\<emph\\>File name\\</emph\\> box, type a name for the dBase file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10801.help.text
msgid "Click \\<emph\\>Export\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/dbase_files.xhp#par_idN10808.help.text
msgid "Only the data on the current sheet is exported."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#tit.help.text
msgid "Selecting Themes for Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#bm_id3150791.help.text
msgid ""
"\\<bookmark_value\\>theme selection for "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>layout of "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>cell styles; "
"selecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#hd_id3150791.6.help.text
msgid ""
"\\<variable id=\\\"design\\\"\\>\\<link "
"href=\\\"text/scalc/guide/design.xhp\\\" name=\\\"Selecting Themes for "
"Sheets\\\"\\>Selecting Themes for Sheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3145786.13.help.text
msgid ""
"$[officename] Calc comes with a predefined set of formatting themes that you "
"can apply to your spreadsheets."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3154490.16.help.text
msgid ""
"It is not possible to add themes to Calc, and they cannot be modified. "
"However, you can modify their styles after you apply them to a spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3154757.17.help.text
msgid ""
"Before you format a sheet with a theme, you have to apply at least one "
"custom cell style to the cells on the sheet. You can then change the cell "
"formatting by selecting and applying a theme in the \\<emph\\>Theme "
"Selection\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3156382.18.help.text
msgid ""
"To apply a custom cell style to a cell, you can open the Styles and "
"Formatting window and, in its lower list box, set the Custom Styles view. A "
"list of the existing custom defined cell styles will be displayed. Double "
"click a name from the Styles and Formatting window to apply this style to "
"the selected cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3153963.19.help.text
msgid "To apply a theme to a spreadsheet:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3146920.15.help.text
msgid ""
"Click the \\<emph\\>Choose Themes\\</emph\\> icon in the "
"\\<emph\\>Tools\\</emph\\> bar. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3148488.20.help.text
msgid ""
"The \\<emph\\>Theme Selection\\</emph\\> dialog appears. This dialog lists "
"the available themes for the whole spreadsheet and the Styles and Formatting "
"window lists the custom styles for specific cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3155114.9.help.text
msgid ""
"In the \\<emph\\>Theme Selection \\</emph\\>dialog, select the theme that "
"you want to apply to the spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3150090.21.help.text
msgid "Click OK"
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3150201.22.help.text
msgid ""
"As soon as you select another theme in the \\<emph\\>Theme "
"Selection\\</emph\\> dialog, some of the properties of the custom style will "
"be applied to the current spreadsheet. The modifications will be immediately "
"visible in your spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/design.xhp#par_id3146979.12.help.text
msgid ""
"\\<link href=\\\"text/scalc/02/06080000.xhp\\\" name=\\\"Theme "
"selection\\\"\\>Theme selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#tit.help.text
msgid "Copying to Multiple Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#bm_id3149456.help.text
msgid ""
"\\<bookmark_value\\>sheets; transferring "
"values\\</bookmark_value\\>\\<bookmark_value\\>multiple "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>copying;values in multiple "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#hd_id3149456.3.help.text
msgid ""
"\\<variable id=\\\"edit_multitables\\\"\\>\\<link "
"href=\\\"text/scalc/guide/edit_multitables.xhp\\\" name=\\\"Copying to "
"Multiple Sheets\\\"\\>Copying to Multiple Sheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#par_id3150868.6.help.text
msgid ""
"In $[officename] Calc, you can insert values, text or formulas that are "
"simultaneously copied to other selected sheets of your document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#par_id3153768.8.help.text
msgid ""
"Select all desired sheets by holding down the Shift or Ctrl key and clicking "
"the corresponding register tabs that are still gray at the bottom margin of "
"the workspace. All selected register tabs are now white."
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#par_idN10614.help.text
msgid ""
"You can use Shift+Ctrl+Page Up or Page Down to select multiple sheets using "
"the keyboard."
msgstr ""

#: helpcontent2/source/text/scalc/guide/edit_multitables.xhp#par_id3147435.7.help.text
msgid ""
"Now when you insert values, text or formulas into the sheets, they will also "
"appear in the identical positions in the other selected sheets."
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#tit.help.text
msgid "Applying Filters"
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#bm_id3153896.help.text
msgid ""
"\\<bookmark_value\\>filters; "
"applying\\</bookmark_value\\>\\<bookmark_value\\>advanced "
"filters\\</bookmark_value\\>\\<bookmark_value\\>rows; deleting with "
"filters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#hd_id3153896.70.help.text
msgid ""
"\\<variable id=\\\"filters\\\"\\>\\<link "
"href=\\\"text/scalc/guide/filters.xhp\\\" name=\\\"Applying "
"Filters\\\"\\>Applying Filters\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#par_id3150869.2.help.text
msgid ""
"Filters and advanced filters allow you to work on certain filtered rows "
"(records) of a data range. In the spreadsheets in $[officename] there are "
"various possibilities for applying filters."
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#par_id3155131.3.help.text
msgid ""
"One use for the \\<emph\\>AutoFilter\\</emph\\> function is to quickly "
"restrict the display to records with identical entries in a data field."
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#par_id3146119.4.help.text
msgid ""
"In the \\<emph\\>Filter\\</emph\\> dialog, you can also define ranges which "
"contain the values in particular data fields. You can use the standard "
"filter to connect up to three conditions with either a logical AND or a "
"logical OR operator."
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#par_id3150010.5.help.text
msgid ""
"The \\<emph\\>Advanced filter\\</emph\\> exceeds the three condition "
"limitation and allows up to a total of eight filter conditions. With "
"advanced filters you enter the conditions directly into the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/filters.xhp#par_idN10663.help.text
msgid ""
"When you select filtered rows and then either apply formatting, or delete "
"the selected rows, this action then applies only to the filtered rows. The "
"hidden rows are not affected. This is the opposite to rows that you have "
"hidden manually by the \\<emph\\>Format - Rows - Hide Rows\\</emph\\> "
"command. Manually hidden rows are deleted when you delete a selection that "
"contains them."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#tit.help.text
msgid "Formatting Spreadsheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#bm_id3154125.help.text
msgid ""
"\\<bookmark_value\\>sheets;AutoFormat "
"function\\</bookmark_value\\>\\<bookmark_value\\>AutoFormat function; "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>text in cells; "
"formatting\\</bo"
"okmark_value\\>\\<bookmark_value\\>spreadsheets;formatting\\</"
"bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#hd_id3154125.6.help.text
msgid ""
"\\<variable id=\\\"format_table\\\"\\>\\<link "
"href=\\\"text/scalc/guide/format_table.xhp\\\" name=\\\"Designing "
"Spreadsheets\\\"\\>Formatting Spreadsheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#hd_id3153912.13.help.text
msgid "Formatting Text in a Spreadsheet "
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3144772.14.help.text
msgid "Select the text you want to format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3155268.15.help.text
msgid ""
"Choose the desired text attributes from the \\<emph\\>Formatting "
"\\</emph\\>Bar. You can also choose \\<emph\\>Format - Cells\\</emph\\>. The "
"\\<emph\\>Format Cells\\</emph\\> dialog will appear in which you can choose "
"various text attributes on the \\<emph\\>Font\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#hd_id3149899.16.help.text
msgid "Formatting Numbers in a Spreadsheet"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3159226.17.help.text
msgid "Select the cells containing the numbers you want to format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3150046.18.help.text
msgid ""
"To format numbers in the default currency format or as percentages, use the "
"icons on the \\<emph\\>Formatting \\</emph\\>Bar. For other formats, choose "
"\\<emph\\>Format - Cells\\</emph\\>. You can choose from the preset formats "
"or define your own on the \\<emph\\>Numbers\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#hd_id3153483.19.help.text
msgid "Formatting Borders and Backgrounds for Cells and Pages"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3154733.20.help.text
msgid ""
"You can assign a format to any group of cells by first selecting the cells "
"(for multiple selection, hold down the \\<item "
"type=\\\"keycode\\\"\\>Ctrl\\</item\\> key when clicking), and then "
"activating the \\<emph\\>Format Cells\\</emph\\> dialog in \\<item "
"type=\\\"menuitem\\\"\\>Format - Cell\\</item\\>. In this dialog, you can "
"select attributes such as shadows and backgrounds."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3145116.21.help.text
msgid ""
"To apply formatting attributes to an entire sheet, choose \\<emph\\>Format - "
"Page\\</emph\\>. You can define headers and footers, for example, to appear "
"on each printed page."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_table.xhp#par_id3145389.22.help.text
msgid ""
"An image that you have loaded with \\<item type=\\\"menuitem\\\"\\>Format - "
"Page - Background\\</item\\> is only visible in print or in the page "
"preview. To display a background image on screen as well, insert the graphic "
"image by choosing \\<item type=\\\"menuitem\\\"\\>Insert - Picture - From "
"File\\</item\\> and arrange the image behind the cells by choosing \\<item "
"type=\\\"menuitem\\\"\\>Format - Arrange - To Background\\</item\\>. Use the "
"\\<link href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> to select the background image."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#tit.help.text
msgid "Formatting Numbers With Decimals"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#bm_id3145367.help.text
msgid ""
"\\<bookmark_value\\>numbers; formatting in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>formats; numbers in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables; number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>default formats; numbers in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>number formats; in "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#hd_id3145367.4.help.text
msgid ""
"\\<variable id=\\\"format_value\\\"\\>\\<link "
"href=\\\"text/scalc/guide/format_value.xhp\\\" name=\\\"Formatting Numbers "
"With Decimals\\\"\\>Formatting Numbers With "
"Decimals\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#par_id3148576.5.help.text
msgid ""
"Enter a number into the sheet, for example, 1234.5678. This number will be "
"displayed in the default number format, with two decimal places. You will "
"see 1234.57 when you confirm the entry. Only the display in the document "
"will be rounded off; internally, the number retains all four decimal places "
"after the decimal point."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#par_id3154012.12.help.text
msgid "To format numbers with decimals:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#par_id3147394.6.help.text
msgid ""
"Set the cursor at the number and choose \\<emph\\>Format - Cells\\</emph\\> "
"to start the \\<emph\\>Format Cells\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#par_id3153157.9.help.text
msgid ""
"On the \\<emph\\>Numbers\\</emph\\> tab you will see a selection of "
"predefined number formats. In the bottom right in the dialog you will see a "
"preview of how your current number would look if you were to give it a "
"particular format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#par_id3155766.help.text
msgid ""
"\\<image id=\\\"img_id3149021\\\" "
"src=\\\"res/commandimagelist/sc_numberformatincdecimals.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149021\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value.xhp#par_id3149256.10.help.text
msgid ""
"If you only want to modify the number of the decimal places displayed, the "
"easiest method is to use the \\<emph\\>Number Format: Add Decimal "
"Place\\</emph\\> or \\<emph\\>Number Format: Delete Decimal Place\\</emph\\> "
"icons on the Formatting Bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#tit.help.text
msgid "User-defined Number Formats"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#bm_id3143268.help.text
msgid ""
"\\<bookmark_value\\>numbers; user-defined formatting in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>formatting; user-defined "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>number formats; "
"millions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#hd_id3143268.26.help.text
msgid ""
"\\<variable id=\\\"format_value_userdef\\\"\\>\\<link "
"href=\\\"text/scalc/guide/format_value_userdef.xhp\\\" name=\\\"User-defined "
"Number Formats\\\"\\>User-defined Number Formats\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3150400.1.help.text
msgid ""
"You can define your own number formats to display numbers in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3150767.2.help.text
msgid "As an example, to display the number 10,200,000 as 10.2 Million:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3150868.3.help.text
msgid ""
"Select the cells to which you want to apply a new, user-defined format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3149664.4.help.text
msgid "Choose \\<emph\\>Format - Cells - Numbers\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3149260.5.help.text
msgid ""
"In the \\<emph\\>Categories\\</emph\\> list box select \"User-defined\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3148646.6.help.text
msgid ""
"In the \\<emph\\>Format code\\</emph\\> text box enter the following code:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3152596.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3152596"
".7.help.text\n"
"0.0,, \"Million\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3144764.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3144764"
".8.help.text\n"
"Click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3155417.9.help.text
msgid ""
"The following table shows the effects of rounding, thousands delimiters (,), "
"decimal delimiters (.) and the placeholders # and 0."
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3146971.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3146971"
".10.help.text\n"
"Number"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3154757.11.help.text
msgid ".#,, \"Million\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3147338.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3147338"
".12.help.text\n"
"0.0,, \"Million\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3146920.13.help.text
msgid "#,, \"Million\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3147344.14.help.text
msgid "10200000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3147003.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3147003"
".15.help.text\n"
"10.2 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3166426.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3166426"
".16.help.text\n"
"10.2 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3155113.17.help.text
msgid "10 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3150369.18.help.text
msgid "500000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3145585.19.help.text
msgid ".5 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3154486.20.help.text
msgid "0.5 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3146114.21.help.text
msgid "1 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3155810.22.help.text
msgid "100000000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3153818.23.help.text
msgid "100. Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3151241.24.help.text
msgid "100.0 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/format_value_userdef.xhp#par_id3144771.25.help.text
msgid "100 Million"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#tit.help.text
msgid "Copying Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#bm_id3151113.help.text
msgid ""
"\\<bookmark_value\\>formulas; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>copying; "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#hd_id3151113.54.help.text
msgid ""
"\\<variable id=\\\"formula_copy\\\"\\>\\<link "
"href=\\\"text/scalc/guide/formula_copy.xhp\\\" name=\\\"Copying "
"Formulas\\\"\\>Copying Formulas\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3156424.11.help.text
msgid "There are various ways to copy a formula. One suggested method is:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3150439.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3150439.30.help"
".text\n"
"Select the cell containing the formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3154319.31.help.text
msgid ""
"Choose \\<emph\\>Edit - Copy\\</emph\\>, or press \\<switchinline "
"select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\>+ C to copy "
"it."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3159155.32.help.text
msgid "Select the cell into which you want the formula to be copied."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3153728.33.help.text
msgid ""
"Choose \\<emph\\>Edit - Paste\\</emph\\>, or press \\<switchinline "
"select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\>+V. The "
"formula will be positioned in the new cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3149961.34.help.text
msgid ""
"If you want to copy a formula into multiple cells, there is a quick and easy "
"way to copy into adjacent cell areas:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3149400.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3149400.12.help"
".text\n"
"Select the cell containing the formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3154018.13.help.text
msgid ""
"Position the mouse on the bottom right of the highlighted border of the "
"cell, and continue holding down the mouse button until the pointer changes "
"to a cross-hair symbol."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3150749.14.help.text
msgid ""
"With the mouse button pressed, drag it down or to the right over all the "
"cells into which you want to copy the formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3153714.15.help.text
msgid ""
"When you release the mouse button, the formula will be copied into the cells "
"and automatically adjusted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_copy.xhp#par_id3156385.53.help.text
msgid ""
"If you do not want values and texts to be automatically adjusted, then hold "
"down the \\<switchinline select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\> key when "
"dragging. Formulas, however, are always adjusted accordingly."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#tit.help.text
msgid "Entering Formulas in the Formula Bar"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#bm_id3150868.help.text
msgid ""
"\\<bookmark_value\\>formula bar; input "
"line\\</bookmark_value\\>\\<bookmark_value\\>input line in formula "
"bar\\</bookmark_value\\>\\<bookmark_value\\>formulas; "
"inputting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#hd_id3150868.9.help.text
msgid ""
"\\<variable id=\\\"formula_enter\\\"\\>\\<link "
"href=\\\"text/scalc/guide/formula_enter.xhp\\\" name=\\\"Entering Formulas "
"in the Formula Bar\\\"\\>Entering Formulas in the Formula "
"Bar\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3145364.10.help.text
msgid "Click the cell in which you want to enter the formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3150012.11.help.text
msgid "Click the \\<emph\\>Function\\</emph\\> icon on the Formula Bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3156441.12.help.text
msgid ""
"You will now see an equals sign in the input line and you can begin to input "
"the formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3153726.3.help.text
msgid ""
"After entering the required values, press Enter or click "
"\\<emph\\>Accept\\</emph\\> to insert the result in the active cell. If you "
"want to clear your entry in the input line, press Escape or click "
"\\<emph\\>Cancel\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3147394.8.help.text
msgid ""
"You can also enter the values and the formulas directly into the cells, even "
"if you cannot see an input cursor. Formulas must always begin with an equals "
"sign."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3155764.6.help.text
msgid ""
"If you are editing a formula with references, the references and the "
"associated cells will be highlighted with the same color. You can now resize "
"the reference border using the mouse, and the reference in the formula "
"displayed in the input line also changes. \\<emph\\>Show references in color "
"\\</emph\\>can be deactivated under \\<link "
"href=\\\"text/shared/optionen/01060300.xhp\\\" name=\\\"Tools - Options - "
"Spreadsheet - View\\\"\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</link\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3149210.7.help.text
msgid ""
"\\<variable id=\\\"tip\\\"\\>If you would like to view the calculation of "
"individual elements of a formula, select the respective elements and press "
"F9. For example, in the formula =SUM(A1:B12)*SUM(C1:D12) select the section "
"SUM(C1:D12) and press F9 to view the subtotal for this area.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3150304.5.help.text
msgid ""
"If an error occurs when creating the formula, an \\<link "
"href=\\\"text/scalc/05/02140000.xhp\\\" name=\\\"error message\\\"\\>error "
"message\\</link\\> appears in the active cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_enter.xhp#par_id3152993.13.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0206.xhp\\\" name=\\\"Formula "
"bar\\\"\\>Formula bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#tit.help.text
msgid "Displaying Formulas or Values"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#bm_id3153195.help.text
msgid ""
"\\<bookmark_value\\>formulas; displaying in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>values; displaying in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables; displaying "
"formulas/values\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#hd_id3153195.1.help.text
msgid ""
"\\<variable id=\\\"formula_value\\\"\\>\\<link "
"href=\\\"text/scalc/guide/formula_value.xhp\\\" name=\\\"Displaying Formulas "
"or Values\\\"\\>Displaying Formulas or Values\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3150010.2.help.text
msgid ""
"If you want to display the formulas in the cells, for example in the form "
"=SUM(A1:B5), proceed as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3151116.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3151116.3.help"
".text\n"
"Choose \\<emph\\>Tools - Options - %PRODUCTNAME Calc - View\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3146120.4.help.text
msgid ""
"In the \\<emph\\>Display\\</emph\\> area mark the "
"\\<emph\\>Formulas\\</emph\\> box. Click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3147396.5.help.text
msgid ""
"If you want to view the calculation results instead of the formula, do not "
"mark the Formulas\\<emph/\\>box."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3153157.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/formula_value.xhp#par_id3153157.6.help"
".text\n"
"\\<link href=\\\"text/shared/optionen/01060100.xhp\\\" name=\\\"Tools - "
"Options - Spreadsheet - View\\\"\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#tit.help.text
msgid "Calculating With Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#bm_id3155411.help.text
msgid ""
"\\<bookmark_value\\>formulas; in table "
"cells\\</bookmark_value\\>\\<bookmark_value\\>calculating; with "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>references; in spreadsheet "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#hd_id3155411.20.help.text
msgid ""
"\\<variable id=\\\"formulas\\\"\\>\\<link "
"href=\\\"text/scalc/guide/formulas.xhp\\\" name=\\\"Calculating With "
"Formulas\\\"\\>Calculating With Formulas\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3156281.21.help.text
msgid ""
"All formulas begin with an equals sign. The formulas may contain numbers or "
"text, and other data is also possible such as format details. The formulas "
"also contain arithmetic operators, logic operators or function starts."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3145272.39.help.text
msgid ""
"Remember that the basic arithmetic signs (+, -, *, /) can be used in "
"formulas using the \"Multiplication and Division before Addition and "
"Subtraction\" rule. Instead of writing =SUM(A1:B1) it is better to write "
"=A1+B1."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3146119.42.help.text
msgid ""
"Parentheses can also be used. The result of the formula =(1+2)*3 produces a "
"different result than =1+2*3."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3156285.23.help.text
msgid "Here are a few examples of $[officename] Calc formulas:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3154015.24.help.text
msgid "=A1+10"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3146972.25.help.text
msgid "Displays the contents of cell A1 plus 10."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3145643.45.help.text
msgid "=A1*16%"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3154255.46.help.text
msgid "Displays 16% of the contents of A1."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3146917.47.help.text
msgid "=A1 * A2"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3146315.48.help.text
msgid "Displays the result of the multiplication of A1 and A2."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3154022.26.help.text
msgid "=ROUND(A1;1)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3150363.27.help.text
msgid "Rounds the contents in cell A1 to one decimal place."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3150209.28.help.text
msgid "=EFFECTIVE(5%;12)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3150883.29.help.text
msgid ""
"Calculates the effective interest for 5% annual nominal interest with 12 "
"payments a year."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3146114.33.help.text
msgid "=B8-SUM(B10:B14)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3154486.34.help.text
msgid "Calculates B8 minus the sum of the cells B10 to B14."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3152890.35.help.text
msgid "=SUM(B8;SUM(B10:B14))"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3159171.36.help.text
msgid "Calculates the sum of cells B10 to B14 and adds the value to B8."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3148604.50.help.text
msgid "=SUM(B1:B65536)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3157982.51.help.text
msgid "Sums all numbers in column B."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3150109.30.help.text
msgid ""
"It is also possible to nest functions in formulas, as shown in the example. "
"You can also nest functions within functions. The Function Wizard assists "
"you with nested functions."
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3150213.44.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04060100.xhp\\\" name=\\\"Functions "
"list\\\"\\>Functions list\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3152869.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/formulas.xhp#par_id3152869.43.help.tex"
"t\n"
"\\<link href=\\\"text/scalc/01/04060000.xhp\\\" name=\\\"AutoPilot: "
"Functions\\\"\\>Function Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#tit.help.text
msgid "Entering Fractions "
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#bm_id3155411.help.text
msgid ""
"\\<bookmark_value\\>fractions; "
"entering\\</bookmark_value\\>\\<bookmark_value\\>numbers; entering fractions "
"\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#hd_id3155411.41.help.text
msgid ""
"\\<variable id=\\\"fraction_enter\\\"\\>\\<link "
"href=\\\"text/scalc/guide/fraction_enter.xhp\\\" name=\\\"Entering Fractions "
"\\\"\\>Entering Fractions \\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#par_id3153968.40.help.text
msgid ""
"You can enter a fractional number in a cell and use it for calculation:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#par_id3155133.42.help.text
msgid ""
"Enter \"0 1/5\" in a cell (without the quotation marks) and press the input "
"key. In the input line above the spreadsheet you will see the value 0.2, "
"which is used for the calculation."
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#par_id3145750.43.help.text
msgid ""
"If you enter \"0 1/2\" AutoCorrect causes the three characters 1, / and 2 to "
"be replaced by a single character. The same applies to 1/4 and 3/4. This "
"replacement is defined in \\<emph\\>Tools - AutoCorrect\\</emph\\> - "
"\\<emph\\>Replace\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/scalc/guide/fraction_enter.xhp#par_id3145367.44.help.text
msgid ""
"If you want to see multi-digit fractions such as \"1/10\", you must change "
"the cell format to the multi-digit fraction view. Open the context menu of "
"the cell, and choose \\<emph\\>Format cells. \\</emph\\>Select \"Fraction\" "
"from the \\<emph\\>Category\\</emph\\> field, and then select \"-1234 "
"10/81\". You can then enter fractions such as 12/31 or 12/32 - the fractions "
"are, however, automatically reduced, so that in the last example you would "
"see 3/8."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#tit.help.text
msgid "Applying Goal Seek"
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#bm_id3145068.help.text
msgid ""
"\\<bookmark_value\\>goal "
"seek\\</bookmark_value\\>\\<bookmark_value\\>equations; goal "
"seek\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#hd_id3145068.22.help.text
msgid ""
"\\<variable id=\\\"goalseek\\\"\\>\\<link "
"href=\\\"text/scalc/guide/goalseek.xhp\\\" name=\\\"Applying Goal "
"Seek\\\"\\>Applying Goal Seek\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3145171.2.help.text
msgid ""
"With the help of Goal Seek you can calculate a value that, as part of a "
"formula, leads to the result you specify for the formula. You thus define "
"the formula with several fixed values and one variable value and the result "
"of the formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#hd_id3153966.14.help.text
msgid "Goal Seek Example"
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3150871.4.help.text
msgid ""
"To calculate annual interest (I), create a table with the values for the "
"capital (C), number of years (n), and interest rate (i). The formula is:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3152596.5.help.text
msgid "I = C * n* i"
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3155335.15.help.text
msgid ""
"Let us assume that the interest rate \\<item "
"type=\\\"literal\\\"\\>i\\</item\\> of 7.5% and the number of years \\<item "
"type=\\\"literal\\\"\\>n\\</item\\> (1) will remain constant. However, you "
"want to know how much the investment capital \\<item "
"type=\\\"literal\\\"\\>C\\</item\\> would have to be modified in order to "
"attain a particular return \\<item type=\\\"literal\\\"\\>I\\</item\\>. For "
"this example, calculate how much capital \\<item "
"type=\\\"literal\\\"\\>C\\</item\\> would be required if you want an annual "
"return of $15,000."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3155960.6.help.text
msgid ""
"Enter each of the values for Capital \\<item "
"type=\\\"literal\\\"\\>C\\</item\\> (an arbitrary value like \\<item "
"type=\\\"literal\\\"\\>$100,000\\</item\\>), number of years \\<item "
"type=\\\"literal\\\"\\>n \\</item\\>(\\<item "
"type=\\\"literal\\\"\\>1\\</item\\>), and interest rate \\<item "
"type=\\\"literal\\\"\\>i\\</item\\> (\\<item "
"type=\\\"literal\\\"\\>7.5%\\</item\\>) in one cell each. Enter the formula "
"to calculate the interest \\<item type=\\\"literal\\\"\\>I\\</item\\> in "
"another cell. Instead of \\<item type=\\\"literal\\\"\\>C\\</item\\>, "
"\\<item type=\\\"literal\\\"\\>n\\</item\\>, and \\<item "
"type=\\\"literal\\\"\\>i\\</item\\> use the \\<link "
"href=\\\"text/scalc/guide/relativ_absolut_ref.xhp\\\"\\>reference to the "
"cell\\</link\\> with the corresponding value."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3147001.16.help.text
msgid ""
"Place the cursor in the cell containing the interest \\<item "
"type=\\\"literal\\\"\\>I\\</item\\>, and choose \\<emph\\>Tools - Goal "
"Seek\\</emph\\>. The \\<emph\\>Goal Seek\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3150088.17.help.text
msgid ""
"The correct cell is already entered in the field \\<emph\\>Formula "
"Cell\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3166426.18.help.text
msgid ""
"Place the cursor in the field \\<emph\\>Variable Cell\\</emph\\>. In the "
"sheet, click in the cell that contains the value to be changed, in this "
"example it is the cell with the capital value \\<item "
"type=\\\"literal\\\"\\>C\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3150369.19.help.text
msgid ""
"Enter the expected result of the formula in the \\<emph\\>Target "
"Value\\</emph\\> text box. In this example, the value is 15,000. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3146978.20.help.text
msgid ""
"A dialog appears informing you that the Goal Seek was successful. Click "
"\\<emph\\>Yes\\</emph\\> to enter the result in the cell with the variable "
"value."
msgstr ""

#: helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3149409.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/goalseek.xhp#par_id3149409.23.help.tex"
"t\n"
"\\<link href=\\\"text/scalc/01/06040000.xhp\\\" name=\\\"Goal "
"Seek\\\"\\>Goal Seek\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#tit.help.text
msgid "Saving and Opening Sheets in HTML"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#bm_id3150542.help.text
msgid ""
"\\<bookmark_value\\>HTML; "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>sheets; "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>saving; sheets in "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>opening; sheets in "
"HTML\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#hd_id3150542.1.help.text
msgid ""
"\\<variable id=\\\"html_doc\\\"\\>\\<link "
"href=\\\"text/scalc/guide/html_doc.xhp\\\" name=\\\"Saving and Opening "
"Sheets in HTML\\\"\\>Saving and Opening Sheets in "
"HTML\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#hd_id3154124.2.help.text
msgid "Saving Sheets in HTML"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3145785.3.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc saves all "
"the sheets of a Calc document together as an HTML document. At the beginning "
"of the HTML document, a heading and a list of hyperlinks are automatically "
"added which lead to the individual sheets within the document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3155854.4.help.text
msgid ""
"Numbers are shown as written. In addition, in the <SDVAL> HTML tag, the "
"exact internal number value is written so that after opening the HTML "
"document with \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> you "
"know you have the exact values."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3153188.5.help.text
msgid ""
"To save the current Calc document as HTML, choose \\<emph\\>File - Save "
"As\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3148645.6.help.text
msgid ""
"In the \\<emph\\>Save as type\\</emph\\> list box, in the area with the "
"other \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc "
"filters, choose the file type \"HTML Document (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc)\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3154729.7.help.text
msgid ""
"Enter a \\<emph\\>File name\\</emph\\> and click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#hd_id3149379.8.help.text
msgid "Opening Sheets in HTML"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3149959.10.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> offers various "
"filters for opening HTML files, which you can select under \\<emph\\>File - "
"Open\\</emph\\> in the \\<emph\\>Save as type\\</emph\\> list box:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3146969.15.help.text
msgid ""
"Choose the file type \"HTML Document (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc)\" to open in "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3155446.16.help.text
msgid ""
"All \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc options "
"are now available to you. However, not all options that \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc offers for editing "
"can be saved in HTML format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_idN10774.help.text
msgid "Opening HTML files in Writer"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3146918.11.help.text
msgid ""
"Choose the file type \"HTML Document\" to open in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer/Web. This is the "
"default for HTML documents in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3155335.12.help.text
msgid ""
"All the options of \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer/Web are now "
"available to you, such as \\<emph\\>Show HTML source\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3150300.13.help.text
msgid ""
"Choose \"HTML Document (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer)\" to open in "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3166424.14.help.text
msgid ""
"All the options of \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer are now available "
"to you. Not all options that \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer offers for editing "
"of documents can be saved in HTML format."
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3150370.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3150370.17.help.tex"
"t\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" name=\\\"File - "
"Open\\\"\\>File - Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/html_doc.xhp#par_id3150199.18.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"File - Save "
"As\\\"\\>File - Save As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#tit.help.text
msgid "Entering a Number with Leading Zeros"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#bm_id3147560.help.text
msgid ""
"\\<bookmark_value\\>zero values; entering leading "
"zeros\\</bookmark_value\\>\\<bookmark_value\\>numbers; with leading "
"zeros\\</bookmark_value\\>\\<bookmark_value\\>leading "
"zeros\\</bookmark_value\\>\\<bookmark_value\\>integers with leading "
"zeros\\</bookmark_value\\>\\<bookmark_value\\>numbers; changing text/number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>cells; changing text/number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>formats; changing "
"text/number\\</bookmark_value\\>\\<bookmark_value\\>text in cells; changing "
"to numbers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#hd_id3147560.67.help.text
msgid ""
"\\<variable id=\\\"integer_leading_zero\\\"\\>\\<link "
"href=\\\"text/scalc/guide/integer_leading_zero.xhp\\\" name=\\\"Entering a "
"Number with Leading Zeros\\\"\\>Entering a Number with Leading "
"Zeros\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3153194.55.help.text
msgid "There are various ways to enter integers starting with a zero:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3146119.56.help.text
msgid ""
"Enter the number as text. The easiest way is to enter the number starting "
"with an apostrophe (for example, '0987). The apostrophe will not appear in "
"the cell, and the number will be formatted as text. Because it is in text "
"format, however, you cannot calculate with this number."
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3154013.57.help.text
msgid ""
"Format a cell with a number format such as \\\\0000. This format can be "
"assigned in the \\<emph\\>Format code\\</emph\\> field under the "
"\\<emph\\>Format - Cells - Numbers\\</emph\\> tab, and defines the cell "
"display as \"always put a zero first and then the integer, having at least "
"three places, and filled with zeros at the left if less than three digits\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3153158.58.help.text
msgid ""
"If you want to apply a numerical format to a column of numbers in text "
"format (for example, text \"000123\" becomes number \"123\"), do the "
"following:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3149377.59.help.text
msgid ""
"Select the column in which the digits are found in text format. Set the cell "
"format in that column as \"Number\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3154944.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3154944"
".60.help.text\n"
"Choose \\<emph\\>Edit - Find & Replace\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3154510.61.help.text
msgid "In the \\<emph\\>Search for\\</emph\\> box, enter ^[0-9]"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3155068.62.help.text
msgid "In the \\<emph\\>Replace with\\</emph\\> box, enter &"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3149018.63.help.text
msgid "Check \\<emph\\>Regular expressions\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3156382.64.help.text
msgid "Check \\<emph\\>Current selection only\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/integer_leading_zero.xhp#par_id3146916.65.help.text
msgid "Click \\<emph\\>Replace All\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#tit.help.text
msgid "Shortcut Keys (%PRODUCTNAME Calc Accessibility)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#bm_id3145120.help.text
msgid ""
"\\<bookmark_value\\>accessibility; %PRODUCTNAME Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#hd_id3145120.1.help.text
msgid ""
"\\<variable id=\\\"keyboard\\\"\\>\\<link "
"href=\\\"text/scalc/guide/keyboard.xhp\\\" name=\\\"Shortcut Keys "
"(%PRODUCTNAME Calc Accessibility)\\\"\\>Shortcut Keys (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc "
"Accessibility)\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3154760.13.help.text
msgid ""
"Refer also to the lists of shortcut keys for \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc and \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> in general."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#hd_id3153360.12.help.text
msgid "Cell Selection Mode"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3150870.help.text
msgid ""
"\\<image id=\\\"img_id3150439\\\" src=\\\"sc/res/refinp1.png\\\" "
"width=\\\"0.1327inch\\\" height=\\\"0.1327inch\\\"\\>\\<alt "
"id=\\\"alt_id3150439\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3154319.11.help.text
msgid ""
"In a text box that has a button to minimize the dialog, press \\<item "
"type=\\\"keycode\\\"\\>F2\\</item\\> to enter the cell selection mode. "
"Select any number of cells, then press \\<item "
"type=\\\"keycode\\\"\\>F2\\</item\\> again to show the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3145272.10.help.text
msgid ""
"In the cell selection mode, you can use the common navigation keys to select "
"cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#hd_id3148646.14.help.text
msgid "Controlling the Outline"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3146120.15.help.text
msgid ""
"You can use the keyboard in \\<link href=\\\"text/scalc/01/12080000.xhp\\\" "
"name=\\\"Outline\\\"\\>Outline\\</link\\>:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3147394.16.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>F6\\</item\\> or \\<item "
"type=\\\"keycode\\\"\\>Shift+F6\\</item\\> until the vertical or horizontal "
"outline window has the focus."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3149379.17.help.text
msgid ""
"\\<item type=\\\"keycode\\\"\\>Tab\\</item\\> - cycle through all visible "
"buttons from top to bottom or from left to right."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3156286.18.help.text
msgid ""
"\\<item type=\\\"keycode\\\"\\>Shift+Tab\\</item\\> - cycle through all "
"visible buttons in the opposite direction."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3149403.19.help.text
msgid ""
"\\<item type=\\\"keycode\\\"\\>Ctrl+1\\</item\\> to \\<item "
"type=\\\"keycode\\\"\\>Ctrl+8\\</item\\> - show all levels up to the "
"specified number; hide all higher levels."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3150329.20.help.text
msgid ""
"Use \\<item type=\\\"keycode\\\"\\>+\\</item\\> or \\<item "
"type=\\\"keycode\\\"\\>-\\</item\\> to show or hide the focused outline "
"group."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3155446.21.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>Enter\\</item\\> to activate the "
"focused button."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3154253.22.help.text
msgid ""
"Use \\<item type=\\\"keycode\\\"\\>Up\\</item\\>, \\<item "
"type=\\\"keycode\\\"\\>Down\\</item\\>, \\<item "
"type=\\\"keycode\\\"\\>Left\\</item\\>, or \\<item "
"type=\\\"keycode\\\"\\>Right\\</item\\> arrow to cycle through all buttons "
"in the current level."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#hd_id3147343.8.help.text
msgid "Selecting a Drawing Object or a Graphic"
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_idN107AA.help.text
msgid "Choose View - Toolbars - Drawing to open the Drawing toolbar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3155333.7.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>F6\\</item\\> until the "
"\\<emph\\>Drawing\\</emph\\> toolbar is selected."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3150345.4.help.text
msgid ""
"If the selection tool is active, press \\<item "
"type=\\\"keycode\\\"\\>Ctrl+Enter\\</item\\>. This selects the first drawing "
"object or graphic in the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3159240.3.help.text
msgid ""
"With \\<item type=\\\"keycode\\\"\\>Ctrl+F6\\</item\\> you set the focus to "
"the document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/keyboard.xhp#par_id3155379.2.help.text
msgid ""
"Now you can use \\<item type=\\\"keycode\\\"\\>Tab\\</item\\> to select the "
"next drawing object or graphic and \\<item "
"type=\\\"keycode\\\"\\>Shift+Tab\\</item\\> to select the previous one."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#tit.help.text
msgid "Freezing Rows or Columns as Headers"
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#bm_id3154684.help.text
msgid ""
"\\<bookmark_value\\>tables; "
"freezing\\</bookmark_value\\>\\<bookmark_value\\>title rows; freezing during "
"table split\\</bookmark_value\\>\\<bookmark_value\\>rows; "
"freezing\\</bookmark_value\\>\\<bookmark_value\\>columns; "
"freezing\\</bookmark_value\\>\\<bookmark_value\\>freezing rows or "
"columns\\</bookmark_value\\>\\<bookmark_value\\>headers; freezing during "
"table split\\</bookmark_value\\>\\<bookmark_value\\>scrolling prevention in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>windows; "
"splitting\\</bookmark_value\\>\\<bookmark_value\\>tables; splitting "
"windows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#hd_id3154684.1.help.text
msgid ""
"\\<variable id=\\\"line_fix\\\"\\>\\<link "
"href=\\\"text/scalc/guide/line_fix.xhp\\\" name=\\\"Freezing Rows or Columns "
"as Headers\\\"\\>Freezing Rows or Columns as "
"Headers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3148576.2.help.text
msgid ""
"If you have long rows or columns of data that extend beyond the viewable "
"area of the spreadsheet, you can freeze them, which allows you to see the "
"columns or rows as you scroll through the rest of the data."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3156441.3.help.text
msgid ""
"Select the row below, or the column to the right of the row or column that "
"you want to be in the frozen region. All rows above, or all columns to the "
"left of the selection are frozen."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3153158.13.help.text
msgid ""
"To freeze both horizontally and vertically, select the "
"\\<emph\\>cell\\</emph\\> that is below the row and to the right of the "
"column that you want to freeze."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3156286.4.help.text
msgid "Choose \\<emph\\>Window - Freeze\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3151073.5.help.text
msgid "To deactivate, choose \\<emph\\>Window - Freeze \\</emph\\>again."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3155335.7.help.text
msgid ""
"If the area defined is to be scrollable, apply the \\<emph\\>Window - "
"Split\\</emph\\> command."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3147345.8.help.text
msgid ""
"If you want to print a certain row on all pages of a document, choose "
"\\<emph\\>Format - Print ranges - Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3147004.9.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/07090000.xhp\\\" name=\\\"Window - "
"Freeze\\\"\\>Window - Freeze\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3150088.10.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/07080000.xhp\\\" name=\\\"Window - "
"Split\\\"\\>Window - Split\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3150304.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/line_fix.xhp#par_id3150304.11.help.tex"
"t\n"
"\\<link href=\\\"text/scalc/01/05080300.xhp\\\" name=\\\"Format - Print "
"ranges - Edit\\\"\\>Format - Print ranges - Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#tit.help.text
msgid "Instructions for Using $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#bm_id3150770.help.text
msgid ""
"\\<bookmark_value\\>$[officename] Calc; "
"instructions\\</bookmark_value\\>\\<bookmark_value\\>instructions; "
"$[officename] Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3150770.1.help.text
msgid ""
"\\<variable id=\\\"main\\\"\\>\\<link href=\\\"text/scalc/guide/main.xhp\\\" "
"name=\\\"Instructions for Using $[officename] Calc\\\"\\>Instructions for "
"Using $[officename] Calc\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3145748.2.help.text
msgid "Formatting Tables and Cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3154022.3.help.text
msgid "Entering Values and Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3152899.4.help.text
msgid "Entering References"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3155382.5.help.text
msgid "Database Ranges in Tables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3159229.6.help.text
msgid "Advanced Calculations"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3153070.7.help.text
msgid "Printing and Page Preview"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3150437.8.help.text
msgid "Importing and Exporting Documents"
msgstr ""

#: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3166464.9.help.text
msgid ""
"_: helpcontent2/source/text/scalc/guide/main.xhp#hd_id3166464.9.help.text\n"
"Miscellaneous"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#tit.help.text
msgid "Selecting Multiple Cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#bm_id3153361.help.text
msgid ""
"\\<bookmark_value\\>cells; "
"selecting\\</bookmark_value\\>\\<bookmark_value\\>marking "
"cells\\</bookmark_va"
"lue\\>\\<bookmark_value\\>selecting;cells\\</bookmark_valu"
"e\\>\\<bookmark_value\\>multiple cells "
"selection\\</bookmark_value\\>\\<bookmark_value\\>selection modes in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables; selecting "
"ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#hd_id3153361.1.help.text
msgid ""
"\\<variable id=\\\"mark_cells\\\"\\>\\<link "
"href=\\\"text/scalc/guide/mark_cells.xhp\\\" name=\\\"Selecting Multiple "
"Cells\\\"\\>Selecting Multiple Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#hd_id3145272.2.help.text
msgid "Select a rectangular range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3149261.3.help.text
msgid ""
"With the mouse button pressed, drag from one corner to the diagonally "
"opposed corner of the range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#hd_id3151119.4.help.text
msgid "Mark a single cell"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3146975.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3146975.19.help.t"
"ext\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3163710.20.help.text
msgid "Click, then Shift-click the cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3149959.5.help.text
msgid ""
"Pressing the mouse button, drag a range across two cells, do not release the "
"mouse button, and then drag back to the first cell. You can now move the "
"individual cell by drag and drop."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#hd_id3154942.6.help.text
msgid "Select various dispersed cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3156284.7.help.text
msgid ""
"Mark at least one cell. Then while pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>, click "
"each of the additional cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#hd_id3146971.8.help.text
msgid "Switch marking mode"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3155064.9.help.text
msgid ""
"On the status bar, click the box with the legend STD / EXT / ADD to switch "
"the marking mode:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3159264.10.help.text
msgid "Field contents"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3155337.11.help.text
msgid "Effect of clicking the mouse"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3149568.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3149568.12.help.t"
"ext\n"
"STD"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3148486.13.help.text
msgid ""
"A mouse click selects the cell you have clicked on. Unmarks all marked cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3150090.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3150090.14.help.t"
"ext\n"
"EXT"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3150305.15.help.text
msgid ""
"A mouse click marks a rectangular range from the current cell to the cell "
"you clicked."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3145587.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3145587.16.help.t"
"ext\n"
"ADD"
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3154368.17.help.text
msgid ""
"A mouse click in a cell adds it to the already marked cells. A mouse click "
"in a marked cell unmarks it. Alternatively, Ctrl-click the cells."
msgstr ""

#: helpcontent2/source/text/scalc/guide/mark_cells.xhp#par_id3154487.18.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0208.xhp\\\" name=\\\"Status "
"bar\\\"\\>Status bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#tit.help.text
msgid "Entering Matrix Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#bm_id3153969.help.text
msgid ""
"\\<bookmark_value\\>matrices; entering matrix "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>formulas; matrix "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#hd_id3153969.13.help.text
msgid ""
"\\<variable id=\\\"matrixformula\\\"\\>\\<link "
"href=\\\"text/scalc/guide/matrixformula.xhp\\\" name=\\\"Entering Matrix "
"Formulas\\\"\\>Entering Matrix Formulas\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3153144.14.help.text
msgid ""
"The following is an example of how you can enter a matrix formula, without "
"going into the details of matrix functions."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3153188.15.help.text
msgid ""
"Assume you have entered 10 numbers in Columns A and B (A1:A10 and B1:B10), "
"and would like to calculate the sum of each row in Column C."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3154321.16.help.text
msgid ""
"Using the mouse, select the range C1:C10, in which the results are to be "
"displayed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3149260.17.help.text
msgid "Press F2, or click in the input line of the Formula bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3154944.18.help.text
msgid "Enter an equal sign (=)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3145252.19.help.text
msgid ""
"Select the range A1:A10, which contains the first values for the sum formula."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3144767.20.help.text
msgid "Press the (+) key from the numerical keypad."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3154018.21.help.text
msgid "Select the numbers in the second column in cells B1:B10."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3150716.22.help.text
msgid ""
"End the input with the matrix key combination: Shift+\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Enter."
msgstr ""

#: helpcontent2/source/text/scalc/guide/matrixformula.xhp#par_id3145640.23.help.text
msgid ""
"The matrix area is automatically protected against modifications, such as "
"deleting rows or columns. It is, however, possible to edit any formatting, "
"such as the cell background."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multi_tables.xhp#tit.help.text
msgid "Navigating Through Sheets Tabs"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multi_tables.xhp#bm_id3150769.help.text
msgid ""
"\\<bookmark_value\\>sheets; showing "
"multiple\\</bookmark_value\\>\\<bookmark_value\\>sheet "
"tabs;using\\</bookmark_value\\>\\<bookmark_value\\>views;multiple "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multi_tables.xhp#hd_id3150769.4.help.text
msgid ""
"\\<variable id=\\\"multi_tables\\\"\\>\\<link "
"href=\\\"text/scalc/guide/multi_tables.xhp\\\" name=\\\"Navigating Through "
"Sheets Tabs\\\"\\>Navigating Through Sheets Tabs\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multi_tables.xhp#par_id3153144.help.text
msgid ""
"\\<image id=\\\"img_id3156441\\\" src=\\\"res/helpimg/calcnav.png\\\" "
"width=\\\"1.667cm\\\" height=\\\"0.37cm\\\"\\>\\<alt "
"id=\\\"alt_id3156441\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multi_tables.xhp#par_id3147396.5.help.text
msgid ""
"Use the navigation buttons to display all the sheets belonging to your "
"document. Clicking the button on the far left or the far right displays, "
"respectively, the first or last sheet tab. The middle buttons allow the user "
"to scroll forward and backward through all sheet tabs. To display the sheet "
"itself click on the sheet tab."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multi_tables.xhp#par_id3149379.6.help.text
msgid ""
"If there is insufficient space to display all the sheet tabs, you can "
"increase it by pointing to the separator between the scrollbar and the sheet "
"tabs, pressing the mouse button and, keeping the mouse button pressed, "
"dragging to the right. In doing so you will be sharing the available space "
"between the sheet tabs and horizontal scrollbar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#tit.help.text
msgid "Applying Multiple Operations"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#bm_id3147559.help.text
msgid ""
"\\<bookmark_value\\>multiple "
"operations\\</bookmark_value\\>\\<bookmark_value\\>what if "
"operations\\</bookmark_value\\>\\<bookmark_value\\>tables; multiple "
"operations in\\</bookmark_value\\>\\<bookmark_value\\>data tables; multiple "
"operations in\\</bookmark_value\\>\\<bookmark_value\\>cross-classified "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3147559.5.help.text
msgid ""
"\\<variable id=\\\"multioperation\\\"\\>\\<link "
"href=\\\"text/scalc/guide/multioperation.xhp\\\" name=\\\"Applying Multiple "
"Operations\\\"\\>Applying Multiple Operations\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3145171.1.help.text
msgid "Multiple Operations in Columns or Rows"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156424.2.help.text
msgid ""
"If the data of a data range is arranged in columns or arranged in rows, "
"select the data range together with the cell or cell range next to or below "
"it as the target range. In the \\<emph\\>Column/Row\\</emph\\> field, enter "
"the cell reference to the first cell in the data range. In the "
"\\<emph\\>Formula\\</emph\\> field, enter the cell reference to the cell "
"with the formula that applies to the data range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3159153.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3159153.7.help"
".text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153189.8.help.text
msgid ""
"You produce toys which you sell for $10 each. Each toy costs $2 to make, in "
"addition to which you have fixed costs of $10,000 per year. How much profit "
"will you make in a year if you sell a particular number of toys?"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154319.9.help.text
msgid "Consider the following table:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3144766.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3144766.10.he"
"lp.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3151075.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3151075.11.he"
"lp.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149403.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149403.12.he"
"lp.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153708.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153708.13.he"
"lp.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155767.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155767.14.he"
"lp.text\n"
"E"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147339.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147339.15.he"
"lp.text\n"
"F:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149565.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149565.16.he"
"lp.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148487.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148487.17.he"
"lp.text\n"
"Selling price"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147005.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147005.18.he"
"lp.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149528.19.help.text
msgid "Annual sales"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154660.20.help.text
msgid "Annual profit"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145588.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145588.21.he"
"lp.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156447.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156447.22.he"
"lp.text\n"
"Direct costs"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156289.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156289.23.he"
"lp.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153306.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153306.24.he"
"lp.text\n"
"500"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153816.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153816.25.he"
"lp.text\n"
"-6000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148605.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148605.26.he"
"lp.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154532.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154532.27.he"
"lp.text\n"
"Fixed costs"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145077.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145077.28.he"
"lp.text\n"
"10000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149895.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149895.29.he"
"lp.text\n"
"1000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3159206.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3159206.30.he"
"lp.text\n"
"-2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3143219.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3143219.31.he"
"lp.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145362.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145362.32.he"
"lp.text\n"
"Quantity"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153802.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153802.33.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154707.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154707.34.he"
"lp.text\n"
"1500"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155760.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155760.35.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147248.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147248.36.he"
"lp.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145322.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145322.37.he"
"lp.text\n"
"Profit"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153962.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153962.38.he"
"lp.text\n"
"= B4*(B1 - B2) - B3"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148744.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148744.39.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3151390.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3151390.40.he"
"lp.text\n"
"6000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3145239.41.help.text
msgid "Calculating With One Formula and One Variable"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3146888.42.help.text
msgid ""
"To calculate the profit, first enter any number as the quantity (items sold) "
"- in this example 2000. The profit is found from the formula Profit=Quantity "
"* (Selling price - Direct costs) - Fixed costs. Enter this formula in B5."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3157875.43.help.text
msgid ""
"In column D enter certain annual sales, one under the other; for example, in "
"steps of 500 from 500 to 5000."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3159115.44.help.text
msgid ""
"Mark the range D2:E11, and thus the values in column D and the empty cells "
"alongside in column E."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149723.45.help.text
msgid "Choose \\<emph\\>Data - Multiple operations\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149149.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149149.46.he"
"lp.text\n"
"With the cursor in the \\<emph\\>Formulas \\</emph\\>field, click cell B5."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149355.47.help.text
msgid ""
"Set the cursor in the \\<emph\\>Column\\</emph\\> field and click cell B4. "
"This means that: B4, the quantity, is the variable in the formula, which is "
"replaced by the marked column values."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149009.48.help.text
msgid ""
"Close the dialog with \\<emph\\>OK\\</emph\\>. You will see the profit in "
"column E."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3148725.49.help.text
msgid "Calculating with Several Formulas Simultaneously"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3146880.50.help.text
msgid "Delete column E."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154675.51.help.text
msgid ""
"Enter the following formula in C5: = B5 / B4. You are now calculating the "
"annual profit per item sold."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148885.52.help.text
msgid "Select the range D2;F11, thus three columns."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147474.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147474.53.he"
"lp.text\n"
"Choose \\<emph\\>Data - Multiple Operations\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154846.54.help.text
msgid ""
"With the cursor in the \\<emph\\>Formulas\\</emph\\> field, mark cells B5 "
"thru C5."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153931.55.help.text
msgid ""
"Set the cursor in the \\<emph\\>Columns\\</emph\\> field and click cell B4."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150862.56.help.text
msgid ""
"Close the dialog with \\<emph\\>OK\\</emph\\>. You will now see the profits "
"in column E and the annual profit per item in column F."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3146139.3.help.text
msgid "Multiple Operations Across Rows and Columns"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3148584.4.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> allows you to "
"carry out joint multiple operations for columns and rows in so-called cross-"
"tables. The formula cell has to refer to both the data range arranged in "
"rows and the one arranged in columns. Select the range defined by both data "
"ranges and call the multiple operation dialog. Enter the reference to the "
"formula in the \\<emph\\>Formula\\</emph\\> field. The "
"\\<emph\\>Row\\</emph\\> field is used to enter the reference to the first "
"cell of the range arranged in rows, and the \\<emph\\>Column\\</emph\\> "
"field the first cell of the range arranged in columns."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#hd_id3149949.57.help.text
msgid "Calculating with Two Variables"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154808.58.help.text
msgid ""
"Consider columns A and B of the sample table above. You now want to vary not "
"just the quantity produced annually, but also the selling price, and you are "
"interested in the profit in each case."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149731.59.help.text
msgid ""
"Expand the table shown above. D2 thru D11 contain the numbers 500, 1000 and "
"so on, up to 5000. In E1 through H1 enter the numbers 8, 10, 15 and 20."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150336.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150336.60.he"
"lp.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150129.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150129.61.he"
"lp.text\n"
"B"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154329.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154329.62.he"
"lp.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155928.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155928.63.he"
"lp.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150015.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150015.64.he"
"lp.text\n"
"E"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155439.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155439.65.he"
"lp.text\n"
"F:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155625.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155625.66.he"
"lp.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145624.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145624.67.he"
"lp.text\n"
"Selling price"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153048.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153048.68.he"
"lp.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145296.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145296.69.he"
"lp.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150272.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150272.70.he"
"lp.text\n"
"10"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145353.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145353.71.he"
"lp.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153544.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153544.72.he"
"lp.text\n"
"Direct costs"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154633.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154633.73.he"
"lp.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155366.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155366.74.he"
"lp.text\n"
"500"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154867.75.help.text
msgid "-7000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3158418.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3158418.76.he"
"lp.text\n"
"-6000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153924.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153924.77.he"
"lp.text\n"
"3"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155992.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155992.78.he"
"lp.text\n"
"Fixed costs"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147480.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147480.79.he"
"lp.text\n"
"10000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150387.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150387.80.he"
"lp.text\n"
"1000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3146154.81.help.text
msgid "-4000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3152478.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3152478.82.he"
"lp.text\n"
"-2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3152966.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3152966.83.he"
"lp.text\n"
"4"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145083.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3145083.84.he"
"lp.text\n"
"Quantity"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156299.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156299.85.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150966.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150966.86.he"
"lp.text\n"
"1500"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149453.87.help.text
msgid "-1000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150872.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3150872.88.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153216.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153216.89.he"
"lp.text\n"
"5"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156322.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156322.90.he"
"lp.text\n"
"Profit"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156136.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156136.91.he"
"lp.text\n"
"= B4*(B1 - B2) - B3"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3151180.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3151180.92.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147078.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147078.93.he"
"lp.text\n"
"2000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147270.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3147270.94.he"
"lp.text\n"
"6000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3152810.95.help.text
msgid "Select the range D1:H11."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153620.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3153620.96.he"
"lp.text\n"
"Choose \\<emph\\>Data - Multiple Operations\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149981.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149981.97.he"
"lp.text\n"
"With the cursor in the \\<emph\\>Formulas \\</emph\\>field, click cell B5."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3156113.98.help.text
msgid ""
"Set the cursor in the \\<emph\\>Rows\\</emph\\> field and click cell B1. "
"This means that B1, the selling price, is the horizontally entered variable "
"(with the values 8, 10, 15 and 20)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3154049.99.help.text
msgid ""
"Set the cursor in the \\<emph\\>Column\\</emph\\> field and click in B4. "
"This means that B4, the quantity, is the vertically entered variable."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3149141.100.help.text
msgid ""
"Close the dialog with OK. You will see the profits in the range E2:H11. In "
"some cases you must first press F9 to update the table."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multioperation.xhp#par_id3155104.101.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12060000.xhp\\\" name=\\\"Multiple "
"operations\\\"\\>Multiple operations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#tit.help.text
msgid "Applying Multiple Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#bm_id3154759.help.text
msgid ""
"\\<bookmark_value\\>sheets; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>sheets; selecting "
"multiple\\</bookmark_value\\>\\<bookmark_value\\>sheets; simultaneous "
"multiple filling\\</bookmark_value\\>\\<bookmark_value\\>appending "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#hd_id3154759.9.help.text
msgid ""
"\\<variable id=\\\"multitables\\\"\\>\\<link "
"href=\\\"text/scalc/guide/multitables.xhp\\\" name=\\\"Applying Multiple "
"Sheets\\\"\\>Applying Multiple Sheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_id3153771.3.help.text
msgid ""
"By default $[officename] displays three sheets \"Sheet1\" to \"Sheet3\", in "
"each new spreadsheet. You can switch between sheets in a spreadsheet using "
"the sheet tabs at the bottom of the screen."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_idN106AF.help.text
msgid ""
"\\<image id=\\\"img_id4829822\\\" src=\\\"res/helpimg/sheettabs.png\\\" "
"width=\\\"84.67mm\\\" height=\\\"19.4mm\\\" localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id4829822\\\"\\>Sheet Tabs\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#hd_id3148576.10.help.text
msgid "Inserting a Sheet"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_id3154731.4.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Insert - Sheet\\</item\\> to insert a "
"new sheet or an existing sheet from another file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#hd_id3154491.11.help.text
msgid "Selecting Multiple Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_id3145251.6.help.text
msgid ""
"The sheet tab of the current sheet is always visible in white in front of "
"the other sheet tabs. The other sheet tabs are gray when they are not "
"selected. By clicking other sheet tabs while pressing \\<item "
"type=\\\"keycode\\\"\\>Ctrl\\</item\\> you can select multiple sheets."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_idN106B7.help.text
msgid ""
"You can use \\<item type=\\\"keycode\\\"\\>Shift\\</item\\>+\\<item "
"type=\\\"keycode\\\"\\>Ctrl\\</item\\>+\\<item type=\\\"keycode\\\"\\>Page "
"Up\\</item\\> or \\<item type=\\\"keycode\\\"\\>Page Down\\</item\\> to "
"select multiple sheets using the keyboard."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#hd_id3155600.12.help.text
msgid "Undoing a Selection"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_id3146969.13.help.text
msgid ""
"To undo the selection of a sheet, click its sheet tab again while pressing "
"the \\<item type=\\\"keycode\\\"\\>Ctrl\\</item\\> key. The sheet that is "
"currently visible cannot be removed from the selection."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#hd_id3149018.14.help.text
msgid "Writing Values Simultaneously to Multiple Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_id3147339.7.help.text
msgid ""
"If multiple sheets are selected, all values entered into the active sheet "
"are automatically inserted into the other selected sheets. For example, data "
"entered in Sheet1, cell A1 is automatically entered into the same cell in "
"Sheet2."
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#hd_id3156382.15.help.text
msgid "Calculating Across Multiple Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/multitables.xhp#par_id3155333.16.help.text
msgid ""
"You can refer to a range of sheets in a formula by specifying the first and "
"last sheet of the range, for example, \\<item "
"type=\\\"literal\\\"\\>=SUM(Sheet1.A1:Sheet3.A1) \\</item\\>sums up all A1 "
"cells on Sheet1 through Sheet3."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#tit.help.text
msgid "Inserting and Editing Notes"
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#bm_id3153968.help.text
msgid ""
"\\<bookmark_value\\>notes; on "
"cells\\</bookmark_value\\>\\<bookmark_value\\>ce"
"lls;notes\\</bookmark_value\\>\\<bookmark_value\\>comments; on "
"cells\\</bookmark_value\\>\\<bookmark_value\\>remarks; on "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#hd_id3153968.31.help.text
msgid ""
"\\<variable id=\\\"note_insert\\\"\\>\\<link "
"href=\\\"text/scalc/guide/note_insert.xhp\\\" name=\\\"Inserting and Editing "
"Notes\\\"\\>Inserting and Editing Notes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3150440.32.help.text
msgid ""
"You can assign a note to each cell by choosing \\<link "
"href=\\\"text/shared/01/04050000.xhp\\\" name=\\\"Insert - "
"Note\\\"\\>\\<emph\\>Insert - Note\\</emph\\>\\</link\\>. The note is "
"indicated by a small red square, the note indicator, in the cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3145750.34.help.text
msgid ""
"The note is visible whenever the mouse pointer is over the cell, provided "
"you have activated \\<emph\\>Help - Tips\\</emph\\> or - \\<emph\\>Extended "
"Tips\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3148575.33.help.text
msgid ""
"When you select the cell, you can choose \\<emph\\>Show Note\\</emph\\> from "
"the context menu of the cell. Doing so keeps the note visible until you "
"deactivate the \\<emph\\>Show Note\\</emph\\> command from the same context "
"menu."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3149958.35.help.text
msgid ""
"To edit a permanently visible note, just click in it. If you delete the "
"entire text of the note, the note itself is deleted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_idN10699.help.text
msgid "Move or resize each note as you like."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_idN1069D.help.text
msgid ""
"Format each note by specifying background color, transparency, border style, "
"and text alignment. Choose the commands from the context menu of the note."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3144764.38.help.text
msgid ""
"To show or hide the note indicator, choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Calc - View\\</emph\\> and mark or unmark the \\<emph\\>Note "
"indicator\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3150715.39.help.text
msgid ""
"To display a help tip for a selected cell, use \\<emph\\>Data - Validity - "
"Input Help\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/note_insert.xhp#par_id3153707.36.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04050000.xhp\\\" name=\\\"Insert - "
"Note\\\"\\>Insert - Note\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#tit.help.text
msgid "Printing Sheet Details"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#bm_id3154346.help.text
msgid ""
"\\<bookmark_value\\>printing;sheet "
"details\\</bookmark_value\\>\\<bookmark_value\\>sheets; printing "
"details\\</bookmark_value\\>\\<bookmark_value\\>grids; printing sheet "
"grids\\</bookmark_value\\>\\<bookmark_value\\>formulas; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>notes; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>sheet grids; "
"printing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#hd_id3154346.1.help.text
msgid ""
"\\<variable id=\\\"print_details\\\"\\>\\<link "
"href=\\\"text/scalc/guide/print_details.xhp\\\" name=\\\"Printing Sheet "
"Details\\\"\\>Printing Sheet Details\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3153728.2.help.text
msgid "When printing a sheet you can select which details are to be printed:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3150010.3.help.text
msgid "Row and column headers"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3154013.4.help.text
msgid "Sheet grid"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3145273.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3145273.5.help"
".text\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3145801.6.help.text
msgid "Objects and graphics"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3154491.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3154491.7.help"
".text\n"
"Charts"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3154731.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3154731.8.help"
".text\n"
"Drawing objects"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3149400.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3149400.9.help"
".text\n"
"Formulas"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3150752.10.help.text
msgid "To choose the details proceed as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3145640.11.help.text
msgid "Select the sheet you want to print."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3150042.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3150042.12.hel"
"p.text\n"
"Choose \\<emph\\>Format - Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3147340.13.help.text
msgid ""
"The command is not visible if the sheet was opened with write protection on. "
"In that case, click the \\<emph\\>Edit File \\</emph\\>icon on the "
"\\<emph\\>Standard\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3146916.14.help.text
msgid ""
"Select the \\<emph\\>Sheet\\</emph\\> tab. In the \\<emph\\>Print "
"\\</emph\\>area mark the details to be printed and click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3145789.15.help.text
msgid "Print the document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3150345.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_details.xhp#par_id3150345.16.hel"
"p.text\n"
"\\<link href=\\\"text/scalc/01/03100000.xhp\\\" name=\\\"View - Page Break "
"Preview\\\"\\>View - Page Break Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#tit.help.text
msgid "Defining Number of Pages for Printing"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#bm_id3153194.help.text
msgid ""
"\\<bookmark_value\\>printing; sheet "
"counts\\</bookmark_value\\>\\<bookmark_value\\>sheets; printing sheet "
"counts\\</bookmark_value\\>\\<bookmark_value\\>page breaks; spreadsheet "
"preview\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#hd_id3153194.1.help.text
msgid ""
"\\<variable id=\\\"print_exact\\\"\\>\\<link "
"href=\\\"text/scalc/guide/print_exact.xhp\\\" name=\\\"Defining Number of "
"Pages for Printing\\\"\\>Defining Number of Pages for "
"Printing\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3153771.2.help.text
msgid ""
"If a sheet is too large for a single printed page, $[officename] Calc will "
"print the current sheet evenly divided over several pages. Since the "
"automatic page break does not always take place in the optimal position, you "
"can define the page distribution yourself."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3159155.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3159155.3.help.t"
"ext\n"
"Go to the sheet to be printed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3150012.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3150012.4.help.t"
"ext\n"
"Choose \\<emph\\>View - Page Break Preview\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3146974.5.help.text
msgid ""
"You will see the automatic distribution of the sheet across the print pages. "
"The automatically created print ranges are indicated by dark blue lines, and "
"the user-defined ones by light blue lines. The page breaks (line breaks and "
"column breaks) are marked as black lines."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3152578.6.help.text
msgid ""
"You can move the blue lines with the mouse. You will find further options in "
"the Context menu, including adding an additional print range, removing the "
"scaling and inserting additional manual line and column brakes."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3151073.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_exact.xhp#par_id3151073.7.help.t"
"ext\n"
"\\<link href=\\\"text/scalc/01/03100000.xhp\\\" name=\\\"View - Page Break "
"Preview\\\"\\>View - Page Break Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#tit.help.text
msgid "Printing Sheets in Landscape Format"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#bm_id3153418.help.text
msgid ""
"\\<bookmark_value\\>printing; sheet "
"selection\\</bookmark_value\\>\\<bookmark_value\\>sheets; printing in "
"landscape\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"landscape\\</bookmark_value\\>\\<bookmark_value\\>landscape "
"printing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#hd_id3153418.1.help.text
msgid ""
"\\<variable id=\\\"print_landscape\\\"\\>\\<link "
"href=\\\"text/scalc/guide/print_landscape.xhp\\\" name=\\\"Printing Sheets "
"in Landscape Format\\\"\\>Printing Sheets in Landscape "
"Format\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3149257.2.help.text
msgid ""
"In order to print a sheet you have a number of interactive options available "
"under \\<emph\\>View - Page Break Preview\\</emph\\>. Drag the delimiter "
"lines to define the range of printed cells on each page."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3153963.15.help.text
msgid "To print in landscape format, proceed as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3154020.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3154020.3.he"
"lp.text\n"
"Go to the sheet to be printed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3150786.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3150786.4.he"
"lp.text\n"
"Choose \\<emph\\>Format - Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3150089.5.help.text
msgid ""
"The command is not visible if the sheet has been opened with write "
"protection on. In that case, click the \\<emph\\>Edit File \\</emph\\>icon "
"on the \\<emph\\>Standard\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3166430.6.help.text
msgid ""
"Select the \\<emph\\>Page\\</emph\\> tab. Select the "
"\\<emph\\>Landscape\\</emph\\> paper format and click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3150885.7.help.text
msgid ""
"Choose \\<emph\\>File - Print\\</emph\\>. You will see the "
"\\<emph\\>Print\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3156288.8.help.text
msgid ""
"Depending on the printer driver and the operating system, it may be "
"necessary to click the \\<emph\\>Properties\\</emph\\> button and to change "
"your printer to landscape format there."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3149404.9.help.text
msgid ""
"In the \\<emph\\>Print \\</emph\\>dialog under \\<emph\\>Print "
"range\\</emph\\>, select the pages to be printed:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3153305.10.help.text
msgid "\\<emph\\>All\\</emph\\> - All sheets will be printed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3148699.11.help.text
msgid ""
"\\<emph\\>Pages\\</emph\\> - Enter the pages to be printed. The pages will "
"also be numbered from the first sheet onwards. If you see in the Page Break "
"Preview that Sheet1 will be printed on 4 pages and you want to print the "
"first two pages of Sheet2, enter 5-6 here."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3148871.12.help.text
msgid ""
"\\<emph\\>Selection\\</emph\\> - Only the selection will be printed. If "
"cells are selected, these are printed. If no cells are selected, all those "
"sheets whose names (at the bottom on the sheet tabs) are selected will be "
"printed. By pressing Ctrl while clicking a sheet name you can change this "
"selection."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3145076.13.help.text
msgid ""
"If under \\<emph\\>Format - Print ranges\\</emph\\> you have defined one or "
"more print ranges, only the contents of these print ranges will be printed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3156019.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_landscape.xhp#par_id3156019.14.h"
"elp.text\n"
"\\<link href=\\\"text/scalc/01/03100000.xhp\\\" name=\\\"View - Page Break "
"Preview\\\"\\>View - Page Break Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#tit.help.text
msgid "Printing Rows or Columns on Every Page"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#bm_id3151112.help.text
msgid ""
"\\<bookmark_value\\>printing; sheets on multiple "
"pages\\</bookmark_value\\>\\<bookmark_value\\>sheets; printing on multiple "
"pages\\</bookmark_value\\>\\<bookmark_value\\>rows; repeating when "
"printing\\</bookmark_value\\>\\<bookmark_value\\>columns; repeating when "
"printing\\</bookmark_value\\>\\<bookmark_value\\>fixed rows or columns; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>repeated columns/rows; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>title rows; printing on all "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>headers; printing on "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>footers; printing on "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>printing; rows/columns as "
"table headings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#hd_id3153727.21.help.text
msgid ""
"\\<variable id=\\\"print_title_row\\\"\\>\\<link "
"href=\\\"text/scalc/guide/print_title_row.xhp\\\" name=\\\"Printing Rows or "
"Columns on Every Page\\\"\\>Printing Rows or Columns on Every "
"Page\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3154014.2.help.text
msgid ""
"If you have a sheet that is so large that it will be printed multiple pages, "
"you can set up rows or columns to repeat on each printed page."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3146975.7.help.text
msgid ""
"As an example, If you want to print the top two rows of the sheet as well as "
"the first column (A)on all pages, do the following:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3163710.8.help.text
msgid ""
"Choose \\<emph\\>Format - Print Ranges - Edit\\</emph\\>. The \\<emph\\>Edit "
"Print Ranges\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3149958.9.help.text
msgid ""
"Click the icon at the far right of the \\<emph\\>Rows to repeat\\</emph\\> "
"area."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3145800.10.help.text
msgid "The dialog shrinks so that you can see more of the sheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3155602.11.help.text
msgid ""
"Select the first two rows and, for this example, click cell A1 and drag to "
"A2."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3154018.12.help.text
msgid ""
"In the shrunk dialog you will see $1:$2. Rows 1 and 2 are now rows to repeat."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3153707.13.help.text
msgid ""
"Click the icon at the far right of the \\<emph\\>Rows to repeat\\</emph\\> "
"area. The dialog is restored again."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3155443.14.help.text
msgid ""
"If you also want column A as a column to repeat, click the icon at the far "
"right of the \\<emph\\>Columns to repeat\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3154256.15.help.text
msgid "Click column A (not in the column header)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3154704.16.help.text
msgid ""
"Click the icon again at the far right of the \\<emph\\>Columns to "
"repeat\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3150088.17.help.text
msgid ""
"Rows to repeat are rows from the sheet. You can define headers and footers "
"to be printed on each print page independently of this in \\<emph\\>Format - "
"Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3155380.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3155380.18.h"
"elp.text\n"
"\\<link href=\\\"text/scalc/01/03100000.xhp\\\" name=\\\"View - Page Break "
"Preview\\\"\\>View - Page Break Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3154371.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3154371.19.h"
"elp.text\n"
"\\<link href=\\\"text/scalc/01/05080300.xhp\\\" name=\\\"Format - Print "
"ranges - Edit\\\"\\>Format - Print ranges - Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/print_title_row.xhp#par_id3146113.20.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05070000.xhp\\\" name=\\\"Format - Page - "
"(Header / Footer)\\\"\\>Format - Page - (Header / Footer)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#tit.help.text
msgid "Using Print Ranges on a Spreadsheet"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#bm_id14648.help.text
msgid ""
"\\<bookmark_value\\>exporting cells;print "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"cells\\</bookmark_value\\>\\<bookmark_value\\>ranges;print "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>PDF export;print "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>cell ranges; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>cells; print "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>print "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>clearing "
"printranges\\</bookmar"
"k_value\\>\\<bookmark_value\\>defining;printranges\\</bo"
"okmark_value\\>\\<bookmark_value\\>extending printranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN108D7.help.text
msgid ""
"\\<variable id=\\\"printranges\\\"\\>\\<link "
"href=\\\"text/scalc/guide/printranges.xhp\\\"\\>Defining Print Ranges on a "
"Sheet\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN108F5.help.text
msgid "You can define which range of cells on a spreadsheet to print."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN108FB.help.text
msgid ""
"The cells on the sheet that are not part of the defined print range are not "
"printed or exported."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN1077A.help.text
msgid ""
"The sheets that do not contain a defined print range are printed. The same "
"behavior occurs when you export the spreadsheet to a PDF file."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN108FE.help.text
msgid "To Define a Print Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10905.help.text
msgid "Select the cells that you want to print."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10909.help.text
msgid "Choose \\<emph\\>Format - Print Ranges - Define\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10910.help.text
msgid "To Add Cells to a Print Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10917.help.text
msgid "Select the cells that you want to add to the existing print range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN1091B.help.text
msgid "Choose \\<emph\\>Format - Print Ranges - Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10922.help.text
msgid "To Clear a Print Range"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10929.help.text
msgid "Choose \\<emph\\>Format - Print Ranges - Remove\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10953.help.text
msgid "Using the Page Break Preview to Edit Print Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN1093E.help.text
msgid ""
"In the \\<emph\\>Page Break Preview\\</emph\\>, print ranges as well as page "
"break regions are outlined by a blue border and contain a centered page "
"number in gray. Nonprinting areas have a gray background."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_id3153143.8.help.text
msgid ""
"To define a new page break region, drag the border to a new location. When "
"you define a new page break region, an automatic page break is replaced by a "
"manual page break."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10930.help.text
msgid "To View and Edit Print Ranges"
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10937.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10937.help.text\n"
"Choose \\<emph\\>View - Page Break Preview\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN1082A.help.text
msgid ""
"To change the default zoom factor of the \\<emph\\>Page Break "
"Preview\\</emph\\>, double click the percentage value on the "
"\\<emph\\>Status\\</emph\\> bar, and select a new zoom factor."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10836.help.text
msgid "Edit the print range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10944.help.text
msgid ""
"To change the size of a print range, drag a border of the range to a new "
"location."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_id3151075.12.help.text
msgid ""
"To delete a manual page break that is contained in a print range, drag the "
"border of the page break outside of the print range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN1094C.help.text
msgid ""
"To add cells to a print range, select the cells, and choose \\<emph\\>Format "
"- Print Ranges - Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10948.help.text
msgid ""
"To clear a print range, drag a border of the range onto the opposite border "
"of the range."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN10862.help.text
msgid ""
"To exit the \\<emph\\>Page Break Preview\\</emph\\>, choose \\<emph\\>View - "
"Page Break Preview\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/printranges.xhp#par_idN109CF.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05080300.xhp\\\"\\>Editing Print "
"Ranges\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#tit.help.text
msgid "Addresses and References, Absolute and Relative"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#bm_id3156423.help.text
msgid ""
"\\<bookmark_value\\>addressing; relative and "
"absolute\\</bookmark_value\\>\\<bookmark_value\\>references; "
"absolute/relative\\</bookmark_value\\>\\<bookmark_value\\>absolute addresses "
"in spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>relative "
"addresses\\</bookmark_value\\>\\<bookmark_value\\>absolute references in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>relative "
"references\\</bookmark_value\\>\\<bookmark_value\\>references; to "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"references\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#hd_id3156423.53.help.text
msgid ""
"\\<variable id=\\\"relativ_absolut_ref\\\"\\>\\<link "
"href=\\\"text/scalc/guide/relativ_absolut_ref.xhp\\\" name=\\\"Addresses and "
"References, Absolute and Relative\\\"\\>Addresses and References, Absolute "
"and Relative\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#hd_id3163712.3.help.text
msgid "Relative Addressing"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3146119.4.help.text
msgid ""
"The cell in column A, row 1 is addressed as A1. You can address a range of "
"adjacent cells by first entering the coordinates of the upper left cell of "
"the area, then a colon followed by the coordinates of the lower right cell. "
"For example, the square formed by the first four cells in the upper left "
"corner is addressed as A1:B2."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3154730.5.help.text
msgid ""
"By addressing an area in this way, you are making a relative reference to "
"A1:B2. Relative here means that the reference to this area will be adjusted "
"automatically when you copy the formulas."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#hd_id3149377.6.help.text
msgid "Absolute Addressing"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3154943.7.help.text
msgid ""
"Absolute references are the opposite of relative addressing. A dollar sign "
"is placed before each letter and number in an absolute reference, for "
"example, $A$1:$B$2."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3147338.36.help.text
msgid ""
"$[officename] can convert the current reference, in which the cursor is "
"positioned in the input line, from relative to absolute and vice versa by "
"pressing Shift +F4. If you start with a relative address such as A1, the "
"first time you press this key combination, both row and column are set to "
"absolute references ($A$1). The second time, only the row (A$1), and the "
"third time, only the column ($A1). If you press the key combination once "
"more, both column and row references are switched back to relative (A1)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3153963.52.help.text
msgid ""
"$[officename] Calc shows the references to a formula. If, for example you "
"click the formula =SUM(A1:C5;D15:D24) in a cell, the two referenced areas in "
"the sheet will be highlighted in color. For example, the formula component "
"\"A1:C5\" may be in blue and the cell range in question bordered in the same "
"shade of blue. The next formula component \"D15:D24\" can be marked in red "
"in the same way."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#hd_id3154704.29.help.text
msgid "When to Use Relative and Absolute References"
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3147346.8.help.text
msgid ""
"What distinguishes a relative reference? Assume you want to calculate in "
"cell E1 the sum of the cells in range A1:B2. The formula to enter into E1 "
"would be: =SUM(A1:B2). If you later decide to insert a new column in front "
"of column A, the elements you want to add would then be in B1:C2 and the "
"formula would be in F1, not in E1. After inserting the new column, you would "
"therefore have to check and correct all formulas in the sheet, and possibly "
"in other sheets."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3155335.9.help.text
msgid ""
"Fortunately, $[officename] does this work for you. After having inserted a "
"new column A, the formula =SUM(A1:B2) will be automatically updated to "
"=SUM(B1:C2). Row numbers will also be automatically adjusted when a new row "
"1 is inserted. Absolute and relative references are always adjusted in "
"$[officename] Calc whenever the referenced area is moved. But be careful if "
"you are copying a formula since in that case only the relative references "
"will be adjusted, not the absolute references."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3145791.39.help.text
msgid ""
"Absolute references are used when a calculation refers to one specific cell "
"in your sheet. If a formula that refers to exactly this cell is copied "
"relatively to a cell below the original cell, the reference will also be "
"moved down if you did not define the cell coordinates as absolute."
msgstr ""

#: helpcontent2/source/text/scalc/guide/relativ_absolut_ref.xhp#par_id3147005.10.help.text
msgid ""
"Aside from when new rows and columns are inserted, references can also "
"change when an existing formula referring to particular cells is copied to "
"another area of the sheet. Assume you entered the formula =SUM(A1:A9) in row "
"10. If you want to calculate the sum for the adjacent column to the right, "
"simply copy this formula to the cell to the right. The copy of the formula "
"in column B will be automatically adjusted to =SUM(B1:B9)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#tit.help.text
msgid "Renaming Sheets"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#bm_id3150398.help.text
msgid ""
"\\<bookmark_value\\>renaming "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>sheets; changing "
"names\\</bookmark_value\\>\\<bookmark_value\\>names; "
"sheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#hd_id3150398.11.help.text
msgid ""
"\\<variable id=\\\"rename_table\\\"\\>\\<link "
"href=\\\"text/scalc/guide/rename_table.xhp\\\" name=\\\"Renaming "
"Sheets\\\"\\>Renaming Sheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#par_id3155131.12.help.text
msgid "Click the name of the sheet that you want to change."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#par_id3146976.13.help.text
msgid ""
"Open the context menu and choose the \\<emph\\>Rename\\</emph\\> command. A "
"dialog box appears where you can enter a new name."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#par_id3149260.15.help.text
msgid "Enter a new name for the sheet and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#par_id3149667.27.help.text
msgid ""
"Alternatively, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option key "
"\\</caseinline\\>\\<defaultinline\\>Alt-"
"key\\</defaultinline\\>\\</switchinline\\> and click on any sheet name and "
"enter the new name directly."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#par_id3154754.help.text
msgid ""
"Allowed characters are letters, numbers, spaces, and the underline character."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rename_table.xhp#par_id3155444.16.help.text
msgid ""
"The name of a sheet is independent of the name of the spreadsheet. You enter "
"the spreadsheet name when you save it for the first time as a file. The "
"document can contain up to 256 individual sheets, which can have different "
"names."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#tit.help.text
msgid "Using Rounded Off Numbers"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#bm_id3153361.help.text
msgid ""
"\\<bookmark_value\\>numbers; rounded "
"off\\</bookmark_value\\>\\<bookmark_value\\>rounded off "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>exact numbers in "
"$[officename] Calc\\</bookmark_value\\>\\<bookmark_value\\>decimal places; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>values;rounded in "
"calculations\\</bookmark_value\\>\\<bookmark_value\\>calculating;rounded off "
"values\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#hd_id3156422.2.help.text
msgid ""
"\\<variable id=\\\"rounding_numbers\\\"\\>\\<link "
"href=\\\"text/scalc/guide/rounding_numbers.xhp\\\" name=\\\"Using Rounded "
"Off Numbers\\\"\\>Using Rounded Off Numbers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3153726.3.help.text
msgid ""
"In $[officename] Calc, all decimal numbers are displayed rounded off to two "
"decimal places."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#hd_id3152596.4.help.text
msgid "To change this for selected cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3154321.5.help.text
msgid "Mark all the cells you want to modify."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3147428.6.help.text
msgid ""
"Choose \\<emph\\>Format - Cells\\</emph\\> and go to the "
"\\<emph\\>Numbers\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3153876.7.help.text
msgid ""
"In the \\<emph\\>Category\\</emph\\> field, select "
"\\<emph\\>Number\\</emph\\>. Under \\<emph\\>Options\\</emph\\>, change the "
"number of \\<emph\\>Decimal places\\</emph\\> and exit the dialog with OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#hd_id3155415.8.help.text
msgid "To permanently change this everywhere"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3150715.9.help.text
msgid "Choose \\<emph\\>Tools - Options - %PRODUCTNAME Calc\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3153707.10.help.text
msgid ""
"Go to the \\<emph\\>Calculate\\</emph\\> page. Modify the number of "
"\\<emph\\>Decimal places\\</emph\\> and exit the dialog with OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#hd_id3154755.11.help.text
msgid ""
"To calculate with the rounded off numbers instead of the internal exact "
"values"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3150045.12.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - \\</emph\\>\\<emph\\>%PRODUCTNAME "
"Calc\\</emph\\>\\<emph/\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3146920.13.help.text
msgid ""
"Go to the \\<emph\\>Calculate\\</emph\\> page. Mark the\\<emph\\> Precision "
"as shown\\</emph\\> field and exit the dialog with OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3145790.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3145790.14."
"help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Numbers\\\"\\>Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3147005.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/rounding_numbers.xhp#par_id3147005.15."
"help.text\n"
"\\<link href=\\\"text/shared/optionen/01060500.xhp\\\" "
"name=\\\"Calculate\\\"\\>Calculate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#tit.help.text
msgid "Changing Row Height or Column Width"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#bm_id3145748.help.text
msgid ""
"\\<bookmark_value\\>height of "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cell "
"heights\\</bookmark_value\\>\\<bookmark_value\\>cells; heights and "
"widths\\</bookmark_value\\>\\<bookmark_value\\>widths of "
"cells\\</bookmark_value\\>\\<bookmark_value\\>column "
"widths\\</bookmark_value\\>\\<bookmark_value\\>rows; "
"heights\\</bookmark_value\\>\\<bookmark_value\\>columns; "
"widths\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#hd_id3145748.1.help.text
msgid ""
"\\<variable id=\\\"row_height\\\"\\>\\<link "
"href=\\\"text/scalc/guide/row_height.xhp\\\" name=\\\"Changing Row Height or "
"Column Width\\\"\\>Changing Row Height or Column "
"Width\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3154017.2.help.text
msgid ""
"You can change the height of the rows with the mouse or through the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3154702.3.help.text
msgid ""
"What is described here for rows and row height applies accordingly for "
"columns and column width."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#hd_id3153963.4.help.text
msgid "Using the mouse to change the row height or column width"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3154020.5.help.text
msgid ""
"Click the area of the headers on the separator below the current row, keep "
"the mouse button pressed and drag up or down in order to change the row "
"height."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3159237.6.help.text
msgid ""
"Select the optimal row height by double-clicking the separator below the row."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#hd_id3154659.7.help.text
msgid "Using the dialog to change the row height or column width"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3150367.8.help.text
msgid "Click the row so that you achieve the focus."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3166432.9.help.text
msgid "Start the context menu on the header at the left-hand side."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3150519.10.help.text
msgid ""
"You will see the commands \\<emph\\>Height\\</emph\\> and \\<emph\\>Optimal "
"row height\\</emph\\>. Choosing either opens a dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3154487.11.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340100.xhp\\\" name=\\\"Row "
"height\\\"\\>Row height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3149408.12.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05030200.xhp\\\" name=\\\"Optimal row "
"height\\\"\\>Optimal row height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3153305.13.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340200.xhp\\\" name=\\\"Column "
"width\\\"\\>Column width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/row_height.xhp#par_id3153815.14.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05040200.xhp\\\" name=\\\"Optimal column "
"width\\\"\\>Optimal column width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#tit.help.text
msgid "Using Scenarios"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#bm_id3149664.help.text
msgid ""
"\\<bookmark_value\\>scenarios; "
"creating\\</bookmark_value\\>\\<bookmark_value\\>opening;sample "
"scenarios\\</bookmark_value\\>\\<bookmark_value\\>selecting;scenarios in "
"Navigator\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#hd_id3125863.1.help.text
msgid ""
"\\<variable id=\\\"scenario\\\"\\>\\<link "
"href=\\\"text/scalc/guide/scenario.xhp\\\" name=\\\"Using "
"Scenarios\\\"\\>Using Scenarios\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3150869.2.help.text
msgid ""
"$[officename] Calc Scenarios are important aids for making numbers that are "
"dependent upon each other, and their resulting calculations, visible. "
"Scenarios allow you create a list of values to select from for a given cell "
"or group of cells. The contents of these cells change when you select "
"different items from the list."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3155132.28.help.text
msgid ""
"Modify specific basic requirements in the table and you will see the new "
"result. You can give a name to the scenario created in this manner and "
"compare it with other scenarios."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#hd_id3149664.3.help.text
msgid "Using Ready-Made Scenarios"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3152596.4.help.text
msgid ""
"We have provided a ready-made example of scenarios for you to work with."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3147434.5.help.text
msgid ""
"Choose \\<emph\\>File - New - Templates and Documents\\</emph\\>, and from "
"the dialog open \\<emph\\>Samples\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3146976.6.help.text
msgid "Open the spreadsheet examples."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3154491.7.help.text
msgid "Now you see the spreadsheet documents that come with the program."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3145800.8.help.text
msgid ""
"Double-click the document with \\<emph\\>scenario\\</emph\\> in the name."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3145251.9.help.text
msgid ""
"What you see is a sample spreadsheet in which several scenarios have been "
"created."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3148458.10.help.text
msgid ""
"Areas in which the scenarios are located are surrounded by frames. Select "
"the appropriate scenario in the list box appearing at the top of every frame."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3153415.11.help.text
msgid "Scenarios can also be selected in the Navigator:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3150752.12.help.text
msgid ""
"Open the Navigator with the \\<emph\\>Navigator\\</emph\\> icon on the "
"Standard bar."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3155764.13.help.text
msgid ""
"Click the \\<emph\\>Scenarios\\</emph\\> icon in the Navigator (the icon "
"with the question and exclamation marks)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3154256.14.help.text
msgid ""
"In the Navigator, you see the defined scenarios with the comments that were "
"entered when the scenarios were created."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#hd_id3149255.15.help.text
msgid "Creating Your Own Scenarios"
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3154704.16.help.text
msgid ""
"To create a scenario, select all the cells that provide the data for the "
"scenario. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3154020.17.help.text
msgid ""
"Select the cells that are already highlighted by the frame of the existing "
"scenario. You can also select multiple cells distributed across the table. "
"To select multiple cells, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>\\<item "
"type=\\\"keyco"
"de\\\"\\>Command\\</item\\>\\</caseinline\\>\\<defaultinline\\>\\<item "
"type=\\"
"\"keycode\\\"\\>Ctrl\\</item\\>\\</defaultinline\\>\\</switchinline\\> key "
"as you click each cell. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3150364.18.help.text
msgid ""
"Choose \\<emph\\>Tools - Scenarios\\</emph\\>. The \\<emph\\>Create "
"Scenario\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3166426.19.help.text
msgid ""
"Enter a name for the new scenario and leave the other fields unchanged with "
"their default values. Close the dialog with OK. Your new scenario is "
"automatically activated."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3150369.20.help.text
msgid ""
"Change the values in the frames to the values you want to apply to your new "
"scenario."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3154368.22.help.text
msgid ""
"If you want to know which values in the scenario affect other values, choose "
"\\<emph\\>Tools - Detective - Trace Dependents\\</emph\\>. You will see "
"arrows to the cells that are directly dependent on the current cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/scenario.xhp#par_id3154484.29.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/06050000.xhp\\\" name=\\\"Creating "
"Scenarios\\\"\\>Creating Scenarios\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#tit.help.text
msgid "Applying Sort Lists"
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#bm_id3150870.help.text
msgid ""
"\\<bookmark_value\\>filling; "
"lists\\</bookmark_value\\>\\<bookmark_value\\>sort "
"lists;applying\\</bookmark_value\\>\\<bookmark_value\\>cells; AutoFill "
"function\\</bookmark_value\\>\\<bookmark_value\\>geometric "
"lists\\</bookmark_value\\>\\<bookmark_value\\>arithmetic "
"lists\\</bookmark_value\\>\\<bookmark_value\\>series;sort "
"lists\\</bookmark_value\\>\\<bookmark_value\\>lists; user-"
"defined\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#hd_id3150870.3.help.text
msgid ""
"\\<variable id=\\\"sorted_list\\\"\\>\\<link "
"href=\\\"text/scalc/guide/sorted_list.xhp\\\" name=\\\"Applying Sort "
"Lists\\\"\\>Applying Sort Lists\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#par_id3159154.7.help.text
msgid ""
"Sort lists allow you to type one piece of information in a cell, then drag "
"it to fill in a consecutive list of items."
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#par_id3148645.4.help.text
msgid ""
"For example, enter the text \"Jan\" or \"January\" in an empty cell. Select "
"the cell and click the mouse on the lower right corner of the cell border. "
"Then drag the selected cell a few cells to the right or downwards. When you "
"release the mouse button, the highlighted cells will be filled with the "
"names of the months."
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#par_id3152577.5.help.text
msgid ""
"The predefined series can be found under \\<emph\\>Tools - Options - "
"%PRODUCTNAME Calc - Sort Lists\\</emph\\>. You can also create your own "
"lists of text strings tailored to your needs, such as a list of your "
"company's branch offices. When you use the information in these lists later "
"(for example, as headings), just enter the first name in the list and expand "
"the entry by dragging it with your mouse."
msgstr ""

#: helpcontent2/source/text/scalc/guide/sorted_list.xhp#par_id3147434.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/sorted_list.xhp#par_id3147434.6.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01060400.xhp\\\" name=\\\"Sort "
"lists\\\"\\>Sort lists\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#tit.help.text
msgid "Filter: Applying Advanced Filters"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#bm_id3148798.help.text
msgid ""
"\\<bookmark_value\\>filters;defining advanced filters "
"\\</bookmark_value\\>\\<bookmark_value\\>defining; advanced "
"filters\\</bookmark_value\\>\\<bookmark_value\\>database ranges; advanced "
"filters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#hd_id3148798.18.help.text
msgid ""
"\\<variable id=\\\"specialfilter\\\"\\>\\<link "
"href=\\\"text/scalc/guide/specialfilter.xhp\\\" name=\\\"Filter: Applying "
"Advanced Filters\\\"\\>Filter: Applying Advanced "
"Filters\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3145785.19.help.text
msgid ""
"Copy the column headers of the sheet ranges to be filtered into an empty "
"area of the sheet, and then enter the criteria for the filter in a row "
"beneath the headers. Horizontally arranged data in a row will always be "
"logically connected with AND, and vertically arranged data in a column will "
"always be logically connected with OR."
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153142.20.help.text
msgid ""
"Once you have created a filter matrix, select the sheet ranges to be "
"filtered. Open the \\<emph\\>Advanced Filter\\</emph\\> dialog by choosing "
"\\<emph\\>Data - Filter - Advanced Filter\\</emph\\>, and define the filter "
"conditions."
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153726.21.help.text
msgid ""
"Then click OK, and you will see that only the rows from the original sheet "
"whose contents have met the search criteria are still visible. All other "
"rows are temporarily hidden and can be made to reappear with the "
"\\<emph\\>Format - Row - Show \\</emph\\>command."
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149664.22.help.text
msgid "\\<emph\\>Example\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147427.23.help.text
msgid ""
"Load a spreadsheet with a large number of records. We are using a fictional "
"\\<emph\\>Turnover\\</emph\\> document, but you can just as easily use any "
"other document. The document has the following layout:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154510.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154510.24.hel"
"p.text\n"
"\\<emph\\>A\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150327.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150327.25.hel"
"p.text\n"
"\\<emph\\>B\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154756.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154756.26.hel"
"p.text\n"
"\\<emph\\>C\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3155335.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3155335.27.hel"
"p.text\n"
"\\<emph\\>D\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3146315.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3146315.28.hel"
"p.text\n"
"\\<emph\\>E\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3145790.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3145790.29.hel"
"p.text\n"
"\\<emph\\>1\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3159239.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3159239.30.hel"
"p.text\n"
"Month"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150086.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150086.31.hel"
"p.text\n"
"Standard"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150202.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150202.32.hel"
"p.text\n"
"Business"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150883.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150883.33.hel"
"p.text\n"
"Luxury"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3152987.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3152987.34.hel"
"p.text\n"
"Suite"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154486.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154486.35.hel"
"p.text\n"
"\\<emph\\>2\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3148839.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3148839.36.hel"
"p.text\n"
"January"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153816.37.help.text
msgid "125600"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3157978.38.help.text
msgid "200500"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3155268.39.help.text
msgid "240000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153286.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153286.40.hel"
"p.text\n"
"170000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3146782.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3146782.41.hel"
"p.text\n"
"\\<emph\\>3\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149900.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149900.42.hel"
"p.text\n"
"February"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154763.43.help.text
msgid "160000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150050.44.help.text
msgid "180300"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153801.45.help.text
msgid "362000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154708.46.help.text
msgid "220000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3151191.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3151191.47.hel"
"p.text\n"
"\\<emph\\>4\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147250.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147250.48.hel"
"p.text\n"
"March"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153334.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153334.49.hel"
"p.text\n"
"170000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3151391.50.help.text
msgid "and so on..."
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147300.51.help.text
msgid ""
"Copy row 1 with the row headers (field names), to row 20, for example. Enter "
"the filter conditions linked with OR in rows 21, 22, and so on."
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3159115.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3159115.52.hel"
"p.text\n"
"\\<emph\\>A\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3146886.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3146886.53.hel"
"p.text\n"
"\\<emph\\>B\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153124.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153124.54.hel"
"p.text\n"
"\\<emph\\>C\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3152979.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3152979.55.hel"
"p.text\n"
"\\<emph\\>D\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3145827.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3145827.56.hel"
"p.text\n"
"\\<emph\\>E\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149892.57.help.text
msgid "\\<emph\\>20\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150693.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150693.58.hel"
"p.text\n"
"Month"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147475.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147475.59.hel"
"p.text\n"
"Standard"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154846.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3154846.60.hel"
"p.text\n"
"Business"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153082.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153082.61.hel"
"p.text\n"
"Luxury"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149506.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149506.62.hel"
"p.text\n"
"Suite"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149188.63.help.text
msgid "\\<emph\\>21\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3149956.64.help.text
msgid "=\"January\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3150865.65.help.text
msgid "\\<emph\\>22\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3155957.66.help.text
msgid "<160000"
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3153566.67.help.text
msgid ""
"Specify that only rows which either have the value \"January\" in the "
"\\<emph\\>Month\\</emph\\> cells OR a value of under 160000 in the "
"\\<emph\\>Standard\\</emph\\> cells will be displayed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/specialfilter.xhp#par_id3147372.68.help.text
msgid ""
"Choose \\<emph\\>Data - Filter - Advanced Filter\\</emph\\>, and then select "
"the range A20:E22. After you click OK, only the filtered rows will be "
"displayed. The other rows will be hidden from view."
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#tit.help.text
msgid "Text Superscript / Subscript"
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#bm_id3151112.help.text
msgid ""
"\\<bookmark_value\\>superscript text in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>subscript text in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; text "
"super/sub\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#hd_id3151112.1.help.text
msgid ""
"\\<variable id=\\\"super_subscript\\\"\\>\\<link "
"href=\\\"text/scalc/guide/super_subscript.xhp\\\" name=\\\"Text Superscript "
"/ Subscript\\\"\\>Text Superscript / Subscript\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#par_id3154684.2.help.text
msgid ""
"In the cell, select the character that you want to put in superscript or "
"subscript."
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#par_id3150439.3.help.text
msgid ""
"If, for example, you want to write H20 with a subscript 2, select the 2 in "
"the cell (not in the input line)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#par_id3149260.4.help.text
msgid ""
"Open the context menu for the selected character and choose "
"\\<emph\\>Character\\</emph\\>. You will see the "
"\\<emph\\>Character\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#par_id3153142.5.help.text
msgid "Click the \\<emph\\>Font Position\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#par_id3153954.6.help.text
msgid "Select the \\<emph\\>Subscript\\</emph\\> option and click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/super_subscript.xhp#par_id3153876.7.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020500.xhp\\\" name=\\\"Context menu - "
"Character - Font Position\\\"\\>Context menu - Character - Font "
"Position\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#tit.help.text
msgid "Rotating Tables (Transposing)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#bm_id3154346.help.text
msgid ""
"\\<bookmark_value\\>tables; "
"transposing\\</bookmark_value\\>\\<bookmark_value\\>transposing "
"tables\\</bookmark_value\\>\\<bookmark_value\\>inverting "
"tables\\</bookmark_value\\>\\<bookmark_value\\>swapping "
"tables\\</bookmark_value\\>\\<bookmark_value\\>columns; swap with "
"rows\\</bookmark_value\\>\\<bookmark_value\\>rows; swapping with "
"columns\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"rotating\\</bookmark_value\\>\\<bookmark_value\\>rotating; "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#hd_id3154346.1.help.text
msgid ""
"\\<variable id=\\\"table_rotate\\\"\\>\\<link "
"href=\\\"text/scalc/guide/table_rotate.xhp\\\" name=\\\"Rotating Tables "
"(Transposing)\\\"\\>Rotating Tables (Transposing)\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3154013.2.help.text
msgid ""
"In $[officename] Calc, there is a way to \"rotate\" a spreadsheet so that "
"rows become columns and columns become rows."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3153142.3.help.text
msgid "Select the cell range that you want to transpose."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3153191.4.help.text
msgid "Choose \\<emph\\>Edit - Cut\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3148575.6.help.text
msgid "Click the cell that is to be the top left cell in the result."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3156286.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3156286.7.help."
"text\n"
"Choose \\<emph\\>Edit - Paste Special\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3144764.8.help.text
msgid ""
"In the dialog, mark \\<emph\\>Paste all\\</emph\\> and "
"\\<emph\\>Transpose\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3155600.9.help.text
msgid "If you now click OK the columns and rows are transposed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3146969.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/table_rotate.xhp#par_id3146969.10.help"
".text\n"
"\\<link href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste "
"Special\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#tit.help.text
msgid "Changing Table Views"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#bm_id3147304.help.text
msgid ""
"\\<bookmark_value\\>row headers; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>column headers; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"views\\</bookmark_value\\>\\<bookmark_value\\>views; "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#hd_id3147304.1.help.text
msgid ""
"\\<variable id=\\\"table_view\\\"\\>\\<link "
"href=\\\"text/scalc/guide/table_view.xhp\\\" name=\\\"Changing Table "
"Views\\\"\\>Changing Table Views\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#par_id3153192.2.help.text
msgid "To permanently hide column and line headers in a table:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#par_id3153768.3.help.text
msgid ""
"Under the menu item \\<emph\\>Tools - Options - %PRODUCTNAME "
"Calc,\\</emph\\> go to the \\<emph\\>View\\</emph\\> tab page. "
"Unmark\\<emph\\> Column/row headers\\</emph\\>. Confirm with "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#par_id3147436.4.help.text
msgid "To hide grid lines:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/table_view.xhp#par_id3153726.5.help.text
msgid ""
"Under the menu item \\<emph\\>Tools - Options - "
"\\</emph\\>\\<emph\\>%PRODUCTNAME Calc\\</emph\\>\\<emph\\> ,\\</emph\\> go "
"to the \\<emph\\>View\\</emph\\> tab page. Unmark \\<emph\\>Grid "
"lines\\</emph\\>. Confirm with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#tit.help.text
msgid "Formatting Numbers as Text"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#bm_id3145068.help.text
msgid ""
"\\<bookmark_value\\>numbers; as "
"text\\</bookmark_value\\>\\<bookmark_value\\>text formats; for "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>numbers; entering without "
"number formats \\</bookmark_value\\>\\<bookmark_value\\>formats; numbers as "
"text\\</bookmark_value\\>\\<bookmark_value\\>cell formats; "
"text/numbers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#hd_id3145068.46.help.text
msgid ""
"\\<variable id=\\\"text_numbers\\\"\\>\\<link "
"href=\\\"text/scalc/guide/text_numbers.xhp\\\" name=\\\"Formatting Numbers "
"as Text\\\"\\>Formatting Numbers as Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#par_id3156280.43.help.text
msgid ""
"You can format numbers as text in $[officename] Calc. Open the context menu "
"of a cell or range of cells and choose \\<emph\\>Format Cells - "
"Numbers\\</emph\\>, then select \"Text\" from the "
"\\<emph\\>Category\\</emph\\> list. Any numbers subsequently entered into "
"the formatted range are interpreted as text. The display of these "
"\"numbers\" is left-justified, just as with other text."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#par_id3153728.48.help.text
msgid ""
"When numbers are formatted as text, they cannot be used in calculations or "
"formulas."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#par_id3149377.44.help.text
msgid ""
"If you have already entered normal numbers in cells and have afterwards "
"changed the format of the cells to \"Text\", the numbers will remain normal "
"numbers. They will not be converted. Only numbers entered afterwards, or "
"numbers which are then edited, will become text numbers."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#par_id3144765.45.help.text
msgid ""
"If you decide to enter a number directly as text, enter an apostrophe (') "
"first. For example, for years in column headings, you can enter '1999, '2000 "
"and '2001. The apostrophe is not visible in the cell, it only indicates that "
"the entry is to be recognized as a text. This is useful if, for example, you "
"enter a telephone number or postal code that begins with a zero (0), because "
"a zero (0) at the start of a sequence of digits is removed in normal number "
"formats."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_numbers.xhp#par_id3156284.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/text_numbers.xhp#par_id3156284.47.help"
".text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" name=\\\"Format - Cell - "
"Numbers\\\"\\>Format - Cell - Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/scalc/guide/text_rotate.xhp#tit.help.text\n"
"Rotating Text"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#bm_id3151112.help.text
msgid ""
"\\<bookmark_value\\>cells; rotating "
"text\\</bookmark_value\\>\\<bookmark_value\\>rotating; text in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>text in cells; writing "
"vertically\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#hd_id3151112.1.help.text
msgid ""
"\\<variable id=\\\"text_rotate\\\"\\>\\<link "
"href=\\\"text/scalc/guide/text_rotate.xhp\\\" name=\\\"Rotating "
"Text\\\"\\>Rotating Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3145171.2.help.text
msgid "Select the cells whose text you want to rotate."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3155133.3.help.text
msgid ""
"Choose \\<emph\\>Format - Cells\\</emph\\>. You will see the "
"\\<emph\\>Format Cells\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3155854.4.help.text
msgid "Click the \\<emph\\>Alignment\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3147426.5.help.text
msgid ""
"In the \\<emph\\>Text direction\\</emph\\> area use the mouse to select in "
"the preview wheel the direction in which the text is to be rotated. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3147434.6.help.text
msgid ""
"In the \\<emph\\>Text direction \\</emph\\>area, if you press the "
"\\<emph\\>ABCD \\</emph\\>button, the text is written vertically in the "
"direction of the characters."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3148456.7.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05020000.xhp\\\" name=\\\"Format - "
"Cells\\\"\\>Format - Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_rotate.xhp#par_id3154944.8.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Format - Cells - "
"Alignment\\\"\\>Format - Cells - Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#tit.help.text
msgid "Writing Multi-line Text"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#bm_id3154346.help.text
msgid ""
"\\<bookmark_value\\>text in cells; multi-"
"line\\</bookmark_value\\>\\<bookmark_value\\>cells; text "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>breaks; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>multi-line text in "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#hd_id3154346.42.help.text
msgid ""
"\\<variable id=\\\"text_wrap\\\"\\>\\<link "
"href=\\\"text/scalc/guide/text_wrap.xhp\\\" name=\\\"Writing Multi-line "
"Text\\\"\\>Writing Multi-line Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#par_id3156280.41.help.text
msgid ""
"Pressing the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter keys inserts a manual line break. This "
"shortcut only works directly in the cell, not in the input line."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#par_id3153142.43.help.text
msgid ""
"If you want the text to automatically break at the right border of the cell, "
"proceed as follows:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#par_id3153951.44.help.text
msgid ""
"Select all the cells where you want the text to break at the right border."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#par_id3148575.45.help.text
msgid ""
"In \\<emph\\>Format - Cells - Alignment\\</emph\\>, mark the "
"\\<emph\\>Automatic line break\\</emph\\> option and click OK."
msgstr ""

#: helpcontent2/source/text/scalc/guide/text_wrap.xhp#par_id3145799.46.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/05020000.xhp\\\" name=\\\"Format - "
"Cell\\\"\\>Format - Cell\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#tit.help.text
msgid "User-Defined Functions"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#bm_id3155411.help.text
msgid ""
"\\<bookmark_value\\>functions; user-"
"defined\\</bookmark_value\\>\\<bookmark_value\\>user-defined "
"functions\\</bookmark_value\\>\\<bookmark_value\\>Basic IDE; "
"applying\\</bookmark_value\\>\\<bookmark_value\\>IDE; Basic "
"IDE\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#hd_id3155411.1.help.text
msgid ""
"\\<variable id=\\\"userdefined_function\\\"\\>\\<link "
"href=\\\"text/scalc/guide/userdefined_function.xhp\\\" name=\\\"Defining "
"Functions Yourself\\\"\\>User-Defined Functions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3153969.2.help.text
msgid ""
"You can apply user-defined functions in $[officename] Calc in the following "
"ways:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3145366.4.help.text
msgid ""
"You can define your own functions using the Basic-IDE. This method requires "
"a basic knowledge of programming."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3153768.3.help.text
msgid ""
"You can program functions as \\<link href=\\\"text/scalc/01/04060111.xhp\\\" "
"name=\\\"add-ins\\\"\\>add-ins\\</link\\>. This method requires an advanced "
"knowledge of programming."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#hd_id3149260.6.help.text
msgid "Defining A Function Using %PRODUCTNAME Basic"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3148456.7.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Tools - Macros - Organize Macros - "
"%PRODUCTNAME Basic\\</item\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3154510.8.help.text
msgid ""
"Click the \\<emph\\>Edit\\</emph\\> button. You will now see the Basic IDE."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150327.9.help.text
msgid ""
"Enter the function code. In this example, we define a \\<item "
"type=\\\"literal\\\"\\>VOL(a; b; c)\\</item\\> function that calculates the "
"volume of a rectangular solid with side lengths \\<item "
"type=\\\"literal\\\"\\>a\\</item\\>, \\<item "
"type=\\\"literal\\\"\\>b\\</item\\> and \\<item "
"type=\\\"literal\\\"\\>c\\</item\\>:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3155443.10.help.text
msgid "Close the Basic-IDE window."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150043.11.help.text
msgid ""
"Your function is automatically saved in the default module and is now "
"available. If you apply the function in a Calc document that is to be used "
"on another computer, you can copy the function to the Calc document as "
"described in the next section."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#hd_id3147340.18.help.text
msgid "Copying a Function To a Document"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3145232.19.help.text
msgid ""
"In stage 2 of \"Defining A Function Using %PRODUCTNAME Basic\", in the "
"\\<emph\\>Macro\\</emph\\> dialog you clicked on \\<emph\\>Edit \\</emph\\>. "
"As the default, in the \\<emph\\>Macro from\\</emph\\> field the "
"\\<emph\\>My Macros - Standard - Module1\\</emph\\> module is selected. The "
"\\<emph\\>Standard\\</emph\\> library resides locally in your user directory."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3154022.20.help.text
msgid "If you want to copy the user-defined function to a Calc document:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150304.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150304"
".21.help.text\n"
"Choose \\<item type=\\\"menuitem\\\"\\>Tools - Macros - \\</item\\>\\<item "
"type=\\\"menuitem\\\"\\>Organize Macros - %PRODUCTNAME "
"Basic\\</item\\>\\<item type=\\\"menuitem\\\"/\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150086.22.help.text
msgid ""
"In the \\<emph\\>Macro from\\</emph\\> field select \\<emph\\>My Macros - "
"Standard - Module1\\</emph\\> and click \\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3166430.23.help.text
msgid ""
"In the Basic-IDE, select the source of your user-defined function and copy "
"it to the clipboard."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_idN1081D.help.text
msgid "Close the Basic-IDE."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150517.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3150517"
".24.help.text\n"
"Choose \\<item type=\\\"menuitem\\\"\\>Tools - Macros - \\</item\\>\\<item "
"type=\\\"menuitem\\\"\\>Organize Macros - %PRODUCTNAME "
"Basic\\</item\\>\\<item type=\\\"menuitem\\\"/\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3145384.25.help.text
msgid ""
"In the \\<emph\\>Macro from\\</emph\\> field select \\<emph\\>(Name of the "
"Calc document) - Standard - Module1\\</emph\\>. Click "
"\\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3148699.26.help.text
msgid "Paste the clipboard contents in the Basic-IDE of the document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#hd_id3153305.12.help.text
msgid "Applying a User-defined Function in $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3148869.13.help.text
msgid ""
"Once you have defined the function \\<item type=\\\"literal\\\"\\>VOL(a; b; "
"c)\\</item\\> in the Basic-IDE, you can apply it the same way as the built-"
"in functions of $[officename] Calc."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3148606.14.help.text
msgid ""
"Open a Calc document and enter numbers for the function parameters \\<item "
"type=\\\"literal\\\"\\>a\\</item\\>, \\<item "
"type=\\\"literal\\\"\\>b\\</item\\>, and \\<item "
"type=\\\"literal\\\"\\>c\\</item\\> in cells A1, B1, and C1."
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3156019.15.help.text
msgid "Set the cursor in another cell and enter the following:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3155264.16.help.text
msgid "=VOL(A1;B1;C1)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/userdefined_function.xhp#par_id3146776.17.help.text
msgid ""
"The function is evaluated and you will see the result in the selected cell."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#tit.help.text
msgid "Validity of Cell Contents"
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#bm_id3156442.help.text
msgid ""
"\\<bookmark_value\\>values; limiting on "
"input\\</bookmark_value\\>\\<bookmark_value\\>limiting values; specifying on "
"input\\</bookmark_value\\>\\<bookmark_value\\>permitted cell "
"contents\\</bookmark_value\\>\\<bookmark_value\\>data "
"validity\\</bookmark_val"
"ue\\>\\<bookmark_value\\>validity\\</bookmark_value\\>"
"\\<bookmark_value\\>cells; "
"validity\\</bookmark_value\\>\\<bookmark_value\\>error messages; defining "
"for incorrect input\\</bookmark_value\\>\\<bookmark_value\\>actions in case "
"of incorrect input\\</bookmark_value\\>\\<bookmark_value\\>Help tips; "
"defining text for cell "
"input\\</bookmark_value\\>\\<bookmark_value\\>notes;help text for "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; defining input "
"help\\</bookmark_value\\>\\<bookmark_value\\>macros; running when incorrect "
"input\\</bookmark_value\\>\\<bookmark_value\\>data; validity "
"check\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#hd_id3156442.22.help.text
msgid ""
"\\<variable id=\\\"validity\\\"\\>\\<link "
"href=\\\"text/scalc/guide/validity.xhp\\\" name=\\\"Validity of Cell "
"Contents\\\"\\>Validity of Cell Contents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3156283.2.help.text
msgid ""
"For each cell, you can define in advance what type of contents is valid for "
"that cell. This allows you to guide users through data entry in "
"$[officename] Calc by restricting cells to receive specific values and "
"ranges."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3145252.3.help.text
msgid ""
"The validity rule is activated when a new value is entered. If an invalid "
"value has already been inserted into the cell, or if you insert a value in "
"the cell either with drag-and-drop or by copying and pasting, the validity "
"rule will not take effect. You can choose \\<emph\\>Tools - "
"Detective\\</emph\\> at any time and choose the command \\<link "
"href=\\\"text/scalc/01/06030800.xhp\\\" name=\\\"Mark Invalid "
"Data\\\"\\>\\<emph\\>Mark Invalid Data\\</emph\\>\\</link\\> to display "
"which cells contain invalid values."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3154016.4.help.text
msgid ""
"Additional details about \\<link href=\\\"text/scalc/01/12120000.xhp\\\" "
"name=\\\"data validity\\\"\\>data validity\\</link\\> can be found in the "
"$[officename] Help."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_idN10776.help.text
msgid ""
"_: helpcontent2/source/text/scalc/guide/validity.xhp#par_idN10776.help.text\n"
"You can also insert a list box from the Controls toolbar and link the list "
"box to a cell. This way you can specify the valid values on the \\<link "
"href=\\\"text/shared/02/01170102.xhp\\\"\\>Data\\</link\\> page of the list "
"box properties window."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#hd_id3155603.5.help.text
msgid "Using Cell Contents Validity"
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3155959.6.help.text
msgid ""
"Select the cells for which you want to define a new validity rule. You can "
"select multiple cells by clicking on all the cells while holding down the "
"\\<item type=\\\"keycode\\\"\\>Ctrl\\</item\\> key."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3149530.7.help.text
msgid ""
"The validity rule is a component of the cell format. To copy the validity "
"rule to other cells, choose \\<item type=\\\"menuitem\\\"\\>Edit - "
"Copy\\</item\\> and \\<item type=\\\"menuitem\\\"\\>Edit - Paste "
"Special\\</item\\>, and select \"Formats.\""
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3148837.8.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Data - Validity\\</item\\>. The "
"\\<emph\\>Validity\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3156020.9.help.text
msgid ""
"On the \\<emph\\>Criteria\\</emph\\> tab page, enter the conditions for new "
"values entered into cells. Values you have already entered will not be "
"affected."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3159208.10.help.text
msgid ""
"In the \\<emph\\>Allow\\</emph\\> field, \"All Values\" is selected by "
"default. To place a condition on a cell entry, choose from one of the other "
"options listed."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3153011.11.help.text
msgid ""
"This choice already sets the first condition. If you choose \"Whole "
"Numbers\", values such as \"12.5\" are not allowed, even if they satisfy the "
"other conditions. Choosing \"Date\" allows date information both in the "
"local date format as well as in the form of a \\<link "
"href=\\\"text/sbasic/shared/03030101.xhp\\\" name=\\\"serial "
"date\\\"\\>serial date\\</link\\>. Similarly, the \"Time\" condition permits "
"time values such as \"12:00\" or serial time numbers. \"Text Length\" "
"stipulates that cells are allowed to contain text only."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3149317.13.help.text
msgid ""
"After you have set the first condition under \\<emph\\>Allow\\</emph\\>, "
"select the next condition under \\<emph\\>Data\\</emph\\>. According to what "
"you choose, additional text fields (\\<emph\\>Value\\</emph\\>, "
"\\<emph\\>Minimum \\</emph\\>and \\<emph\\>Maximum\\</emph\\>) may appear to "
"further refine the condition."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3153334.14.help.text
msgid ""
"A few possible conditions resulting from this register could be as follows: "
"\"Integer greater than 1\", \"Decimal between 10 and 12.5\", \"Date earlier "
"than or equal to 1/1/2000\", \"Time not equal to 00:00\", \"Text with a "
"length of more than 2 characters\"."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3151389.15.help.text
msgid ""
"After you have determined the conditions for cell validity, you can use the "
"other two tabs in the dialog to create input help and error/invalid entry "
"messages:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3159261.16.help.text
msgid ""
"On the \\<emph\\>Input Help\\</emph\\> tab page, enter the title and the "
"text of the tip, which will then be displayed if the cell is selected."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3156396.17.help.text
msgid ""
"On the \\<emph\\>Error Alert\\</emph\\> tab page, select the action to be "
"carried out in the event of an error."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3147416.18.help.text
msgid ""
"If you select \"Stop\" as the action, invalid entries are not accepted, and "
"the previous cell contents are retained."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3150033.19.help.text
msgid ""
"Select \"Warning\" or \"Information\" to display a dialog in which the entry "
"can either be canceled (the cell value will be retained) or accepted (even "
"if the new value violates the validity rule)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3149947.20.help.text
msgid ""
"If you select \"Macro\", then by using the \\<emph\\>Browse\\</emph\\> "
"button you can specify a macro to be run in the event of an error."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3149011.35.help.text
msgid ""
"To display the error message, mark the \\<emph\\>Show error message when "
"invalid values are entered\\</emph\\>. If the option is unmarked, no error "
"message will be displayed, even with an invalid entry."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3148586.21.help.text
msgid ""
"After changing the action for a cell on the \\<emph\\>Error Alert\\</emph\\> "
"tab page and closing the dialog with OK, you must first select another cell "
"before the change takes effect."
msgstr ""

#: helpcontent2/source/text/scalc/guide/validity.xhp#par_id3154805.30.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12120000.xhp\\\" name=\\\"Data - "
"Validity\\\"\\>Data - Validity\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#tit.help.text
msgid "Naming Cells"
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#bm_id3147434.help.text
msgid ""
"\\<bookmark_value\\>cells; defining "
"names\\</bookmark_value\\>\\<bookmark_value\\>names; for "
"cells\\</bookmark_value\\>\\<bookmark_value\\>values; defining "
"names\\</bookmark_value\\>\\<bookmark_value\\>constants "
"definition\\</bookmark_value\\>\\<bookmark_value\\>variables; defining "
"names\\</bookmark_value\\>\\<bookmark_value\\>cell ranges; defining "
"names\\</bookmark_value\\>\\<bookmark_value\\>defining names; cell "
"ranges\\</bookmark_value\\>\\<bookmark_value\\>formulas; defining "
"names\\</bookmark_value\\>\\<bookmark_value\\>cell names;in "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#hd_id3147434.1.help.text
msgid ""
"\\<variable id=\\\"value_with_name\\\"\\>\\<link "
"href=\\\"text/scalc/guide/value_with_name.xhp\\\" name=\\\"Naming "
"Cells\\\"\\>Naming Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3155855.2.help.text
msgid "$[officename] Calc lets you assign names to cell ranges. "
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3153954.3.help.text
msgid ""
"Select a cell or range of cells, then choose \\<emph\\>Insert - Names - "
"Define\\</emph\\>. The \\<emph\\>Define Names\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3156283.4.help.text
msgid ""
"Type the name of the selected area in the \\<emph\\>Name\\</emph\\> field. "
"Click \\<emph\\>Add\\</emph\\>. The newly defined name appears in the list "
"below. Click OK to close the dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3154942.5.help.text
msgid ""
"If you type the name in a formula, after the first few characters entered "
"you will see the entire name as a tip."
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3154510.6.help.text
msgid "Press the Enter key in order to accept the name from the tip."
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3150749.7.help.text
msgid ""
"If more than one name starts with the same characters, you can scroll "
"through all the names using the Tab key."
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_id3153711.8.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04070100.xhp\\\" name=\\\"Insert - Names - "
"Define\\\"\\>Insert - Names - Define\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/value_with_name.xhp#par_idN1076C.help.text
msgid ""
"\\<link href=\\\"text/scalc/guide/address_byname.xhp\\\"\\>Addressing by "
"Name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#tit.help.text
msgid "Inserting External Data in Table (WebQuery)"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#bm_id3154346.help.text
msgid ""
"\\<bookmark_value\\>HTML "
"WebQuery\\</bookmark_value\\>\\<bookmark_value\\>ranges; inserting in "
"tables\\</bookmark_value\\>\\<bookmark_value\\>external data; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>tables; inserting external "
"data\\</bookmark_value\\>\\<bookmark_value\\>web pages; importing "
"data\\</bookmark_value\\>\\<bookmark_value\\>WebQuery "
"filter\\</bookmark_value\\>\\<bookmark_value\\>external "
"data;WebQuery\\</bookmark_value\\>\\<bookmark_value\\>inserting; external "
"data\\</bookmark_value\\>\\<bookmark_value\\>data sources; external "
"data\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#hd_id3125863.2.help.text
msgid ""
"\\<variable id=\\\"webquery\\\"\\>\\<link "
"href=\\\"text/scalc/guide/webquery.xhp\\\" name=\\\"Inserting External Data "
"in Table (WebQuery)\\\"\\>Inserting External Data in Table "
"(WebQuery)\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3155131.3.help.text
msgid ""
"With the help of the \\<emph\\>Web Page Query ($[officename] "
"Calc)\\</emph\\> import filter, you can insert tables from HTML documents in "
"a Calc spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3148575.4.help.text
msgid ""
"You can use the same method to insert ranges defined by name from a Calc or "
"Microsoft Excel spreadsheet."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3149664.5.help.text
msgid "The following insert methods are available:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#hd_id3146976.6.help.text
msgid "Inserting by Dialog"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3154319.7.help.text
msgid ""
"Set the cell cursor at the cell where the new content will be inserted."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3145750.8.help.text
msgid ""
"Choose \\<emph\\>Insert - Link to External Data\\</emph\\>. This opens the "
"\\<link href=\\\"text/scalc/01/04090000.xhp\\\"\\>External Data\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3149958.9.help.text
msgid ""
"Enter the URL of the HTML document or the name of the spreadsheet. Press "
"Enter when finished. Click the \\<emph\\>...\\</emph\\> button to open a "
"file selection dialog."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3149400.10.help.text
msgid ""
"In the large list box of the dialog, select the named ranges or tables you "
"want to insert."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3155064.11.help.text
msgid ""
"You can also specify that the ranges or tables are updated every n seconds."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3155443.30.help.text
msgid ""
"The import filter can create names for cell ranges on the fly. As much "
"formatting as possible is retained, while the filter intentionally does not "
"load any images."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#hd_id3149021.12.help.text
msgid "Inserting by Navigator"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3153965.14.help.text
msgid ""
"Open two documents: the $[officename] Calc spreadsheet in which the external "
"data is to be inserted (target document) and the document from which the "
"external data derives (source document)."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3150205.16.help.text
msgid "In the target document open the Navigator."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3152990.18.help.text
msgid ""
"In the lower combo box of the Navigator select the source document. The "
"Navigator now shows the range names and database ranges or the tables "
"contained in the source document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3148842.20.help.text
msgid ""
"In the Navigator select the \\<emph\\>Insert as link\\</emph\\> drag mode "
"\\<image id=\\\"img_id3152985\\\" src=\\\"sw/imglst/sc20238.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152985\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3157978.22.help.text
msgid ""
"Drag the desired external data from the Navigator into the target document."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3144768.23.help.text
msgid ""
"If you have loaded an HTML document with the \\<emph\\>Web Page "
"Query\\</emph\\> filter as the source document, you will find the tables in "
"the Navigator, named continuously from \"HTML_table1\" onwards, and also two "
"range names that have been created:"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3152873.24.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>HTML_all\\</item\\> - designates the entire "
"document"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3149897.25.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>HTML_tables\\</item\\> - designates all HTML "
"tables in the document"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#hd_id3149126.26.help.text
msgid "Editing the external data"
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3159228.27.help.text
msgid ""
"Open \\<emph\\>Edit - Links\\</emph\\>. Here you can edit the link to the "
"external data."
msgstr ""

#: helpcontent2/source/text/scalc/guide/webquery.xhp#par_id3154650.28.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/04090000.xhp\\\" name=\\\"External data "
"dialog\\\"\\>External data dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/year2000.xhp#tit.help.text
msgid "19xx/20xx Years"
msgstr ""

#: helpcontent2/source/text/scalc/guide/year2000.xhp#bm_id3150439.help.text
msgid ""
"\\<bookmark_value\\>years; 2-"
"digits\\</bookmark_value\\>\\<bookmark_value\\>dates; "
"19xx/20xx\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/year2000.xhp#hd_id3150439.18.help.text
msgid ""
"\\<variable id=\\\"year2000\\\"\\>\\<link "
"href=\\\"text/scalc/guide/year2000.xhp\\\" name=\\\"19xx/20xx "
"Years\\\"\\>19xx/20xx Years\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/scalc/guide/year2000.xhp#par_id3151116.17.help.text
msgid ""
"The year in a date entry is often entered as two digits. Internally, the "
"year is managed by $[officename] as four digits, so that in the calculation "
"of the difference from 1/1/99 to 1/1/01, the result will correctly be two "
"years."
msgstr ""

#: helpcontent2/source/text/scalc/guide/year2000.xhp#par_id3154011.19.help.text
msgid ""
"Under \\<emph\\>Tools - Options - $[officename] - General\\</emph\\> you can "
"define the century that is used when you enter a year with only two digits. "
"The default is 1930 to 2029."
msgstr ""

#: helpcontent2/source/text/scalc/guide/year2000.xhp#par_id3150010.20.help.text
msgid ""
"This means that if you enter a date of 1/1/30 or higher, it will be treated "
"internally as 1/1/1930 or higher. All lower two-digit years apply to the "
"20xx century. So, for example, 1/1/20 is converted into 1/1/2020."
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#tit.help.text
msgid "Charts in $[officename]"
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#bm_id3148664.help.text
msgid "\\<bookmark_value\\>charts; overview\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#hd_id3148664.1.help.text
msgid ""
"\\<variable id=\\\"chart_main\\\"\\>\\<link "
"href=\\\"text/schart/main0000.xhp\\\" name=\\\"Charts in "
"$[officename]\\\"\\>Using Charts in %PRODUCTNAME\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#par_id3154685.2.help.text
msgid ""
"\\<variable id=\\\"chart\\\"\\>$[officename] lets you present data "
"graphically in a chart, so that you can visually compare data series and "
"view trends in the data. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#hd_id3153143.5.help.text
msgid "Instructions for Charts"
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#par_id3149260.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0000.xhp#par_id3149260.7.help.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" name=\\\"AutoPilot "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0000.xhp#par_id3149121.4.help.text
msgid ""
"\\<link href=\\\"text/schart/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\> for Charts"
msgstr ""

#: helpcontent2/source/text/schart/main0100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0100.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/schart/main0100.xhp#hd_id3154685.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0100.xhp\\\" "
"name=\\\"Menus\\\"\\>Menus\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0100.xhp#par_id3153144.2.help.text
msgid "The following Menus are available when you work with charts."
msgstr ""

#: helpcontent2/source/text/schart/main0100.xhp#hd_id3148576.3.help.text
msgid "Commands in the Context Menu"
msgstr ""

#: helpcontent2/source/text/schart/main0100.xhp#hd_id3146120.6.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0100.xhp#hd_id3146120.6.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/schart/main0100.xhp#par_id3146975.7.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Switches to edit "
"mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#tit.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3150793.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0101.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#par_id3150868.2.help.text
msgid ""
"The File menu contains commands for working with the whole document, and for "
"exiting the application."
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3147427.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3147427.3.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3146974.4.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3146974.4.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3149378.10.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3149378.10.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3155067.9.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3155067.9.help.text\n"
"\\<link href=\\\"text/shared/01/01160200.xhp\\\" name=\\\"Document as E-"
"mail\\\"\\>Document as E-mail\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3155446.6.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3155446.6.help.text\n"
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" "
"name=\\\"Properties\\\"\\>Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3153965.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3153965.7.help.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0101.xhp#hd_id3155963.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0101.xhp#hd_id3155963.8.help.text\n"
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Setup\\\"\\>Printer Setup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0102.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/schart/main0102.xhp#hd_id3150400.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0102.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0102.xhp#par_id3153770.2.help.text
msgid "The Edit menu lets you modify a chart."
msgstr ""

#: helpcontent2/source/text/schart/main0103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0103.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/schart/main0103.xhp#hd_id3148663.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0103.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0103.xhp#par_id3145173.2.help.text
msgid ""
"The View menu contains commands for showing or hiding the toolbars and "
"\\<emph\\>Status Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0104.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3148663.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0104.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#par_id3148797.2.help.text
msgid ""
"The Insert menu contains commands for inserting chart titles, legends, data "
"labels, axes, grids, and statistical functions."
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3153771.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04010000.xhp\\\" "
"name=\\\"Title\\\"\\>Title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3148575.4.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04020000.xhp\\\" "
"name=\\\"Legend\\\"\\>Legend\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3146119.5.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04030000.xhp\\\" name=\\\"Data "
"Labels\\\"\\>Data Labels\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3149664.6.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04040000.xhp\\\" "
"name=\\\"Axes\\\"\\>Axes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3145254.10.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04070000.xhp\\\" "
"name=\\\"Grids\\\"\\>Grids\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3150718.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0104.xhp#hd_id3150718.7.help.text\n"
"\\<link href=\\\"text/schart/01/04050000.xhp\\\" "
"name=\\\"Statistics\\\"\\>Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#hd_id3150751.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0104.xhp#hd_id3150751.8.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Character\\\"\\>Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0104.xhp#par_id3153712.9.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/01/04100000.xhp#sonder\\\"/\\>Only the "
"special characters of the current font are available."
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3153726.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0105.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#par_id3152597.2.help.text
msgid ""
"The Format menu contains commands for determining the look and feel of your "
"chart document."
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3147435.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05010000.xhp\\\" name=\\\"Object "
"Properties\\\"\\>Object Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3149664.13.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3149664.13.help.text\n"
"\\<link href=\\\"text/shared/01/05230000.xhp\\\" name=\\\"Position and "
"Size\\\"\\>Position and Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3145251.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3145251.5.help.text\n"
"\\<link href=\\\"text/schart/01/05030000.xhp\\\" "
"name=\\\"Legend\\\"\\>Legend\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3153417.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3153417.7.help.text\n"
"\\<link href=\\\"text/schart/01/05060000.xhp\\\" name=\\\"Chart "
"Wall\\\"\\>Chart Wall\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3150330.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3150330.8.help.text\n"
"\\<link href=\\\"text/schart/01/05070000.xhp\\\" name=\\\"Chart "
"Floor\\\"\\>Chart Floor\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3155445.9.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3155445.9.help.text\n"
"\\<link href=\\\"text/schart/01/05080000.xhp\\\" name=\\\"Chart "
"Area\\\"\\>Chart Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3147344.10.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3147344.10.help.text\n"
"\\<link href=\\\"text/schart/01/05090000.xhp\\\" name=\\\"Chart "
"Type\\\"\\>Chart Type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3155333.11.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0105.xhp#hd_id3155333.11.help.text\n"
"\\<link href=\\\"text/schart/01/05100000.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0105.xhp#hd_id3150205.12.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05110000.xhp\\\" name=\\\"3D View\\\"\\>3D "
"View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0106.xhp#tit.help.text\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/schart/main0106.xhp#hd_id3150870.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0106.xhp\\\" "
"name=\\\"Tools\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0106.xhp#par_id3147427.2.help.text
msgid ""
"The Tools menu contains commands for customizing the user interface and for "
"setting the program defaults."
msgstr ""

#: helpcontent2/source/text/schart/main0106.xhp#hd_id3148576.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0106.xhp#hd_id3148576.3.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Configure\\\"\\>Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0107.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0107.xhp#tit.help.text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/schart/main0107.xhp#hd_id3150541.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0107.xhp\\\" "
"name=\\\"Window\\\"\\>Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0107.xhp#par_id3148798.2.help.text
msgid ""
"The Window menu lets you open a new window and see a list of currently open "
"$[officename] documents."
msgstr ""

#: helpcontent2/source/text/schart/main0200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0200.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/schart/main0200.xhp#hd_id3149456.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0200.xhp#par_id3148798.2.help.text
msgid "You can use toolbars to quickly access frequently used commands."
msgstr ""

#: helpcontent2/source/text/schart/main0202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0202.xhp#tit.help.text\n"
"Status Bar"
msgstr ""

#: helpcontent2/source/text/schart/main0202.xhp#hd_id3149657.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0202.xhp\\\" name=\\\"Status "
"Bar\\\"\\>Status Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0202.xhp#par_id3125864.2.help.text
msgid ""
"The \\<emph\\>Status Bar\\</emph\\> displays information about the current "
"document, such as the current selection."
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/main0203.xhp#tit.help.text\n"
"Formatting Bar"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3149456.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0203.xhp\\\" name=\\\"Formatting "
"Bar\\\"\\>Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#par_id3154684.9.help.text
msgid ""
"\\<ahelp hid=\\\"RID_DRAW_TOOLBOX\\\"\\>Use the icons on this toolbar to "
"access most common chart commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3152598.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04010000.xhp\\\" name=\\\"Title "
"On/Off\\\"\\>Title On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3149260.4.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04020000.xhp\\\" name=\\\"Legend "
"On/Off\\\"\\>Legend On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3151073.5.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04010000.xhp\\\" name=\\\"Axes Title "
"On/Off\\\"\\>Axes Title On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3145251.6.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020201.xhp\\\" name=\\\"Show/Hide Axis "
"Description(s)\\\"\\>Show/Hide Axis Description(s)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3149124.7.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04070000.xhp\\\" name=\\\"Horizontal Grid "
"On/Off\\\"\\>Horizontal Grid On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0203.xhp#hd_id3153714.8.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04070000.xhp\\\" name=\\\"Vertical Grid "
"On/Off\\\"\\>Vertical Grid On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#tit.help.text
msgid "$[officename] Chart Features"
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#hd_id3150543.1.help.text
msgid ""
"\\<link href=\\\"text/schart/main0503.xhp\\\" name=\\\"$[officename] Chart "
"Features\\\"\\>$[officename] Chart Features\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#par_id3150868.2.help.text
msgid "Charts allow you to present data so that it is easy to visualize."
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#par_id3146974.6.help.text
msgid ""
"You can create a chart from source data in a Calc spreadsheet or a Writer "
"table. When the chart is embedded in the same document as the data, it stays "
"linked to the data, so that the chart automatically updates when you change "
"the source data."
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#hd_id3153143.7.help.text
msgid "Chart Types"
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#par_id3151112.8.help.text
msgid ""
"Choose from a variety of 3D charts and 2D charts, such as bar charts, line "
"charts, stock charts. You can change chart types with a few clicks of the "
"mouse."
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#hd_id3149665.10.help.text
msgid "Individual Formatting"
msgstr ""

#: helpcontent2/source/text/schart/main0503.xhp#par_id3156441.11.help.text
msgid ""
"You can customize individual chart elements, such as axes, data labels, and "
"legends, by right-clicking them in the chart, or with toolbar icons and menu "
"commands."
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/00/00000004.xhp#tit.help.text\n"
"To access this function..."
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#hd_id3156023.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/00/00000004.xhp#hd_id3156023.1.help.text\n"
"\\<variable id=\\\"wie\\\"\\>To access this function... \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150791.9.help.text
msgid "Choose \\<emph\\>Edit - Chart Data\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3154686.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3154686.55.help.text\n"
"On Formatting bar, click"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153728.help.text
msgid ""
"\\<image id=\\\"img_id3147428\\\" "
"src=\\\"res/commandimagelist/sc_grid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147428\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3154942.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3154942.11.help.text\n"
"Chart Data"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153160.12.help.text
msgid ""
"\\<variable id=\\\"efgttl\\\"\\>Choose \\<emph\\>Insert - "
"Title\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3149121.13.help.text
msgid "Choose \\<emph\\>Insert - Legend\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3155444.56.help.text
msgid "Choose \\<emph\\>Format - Legend - Position\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3156385.16.help.text
msgid "Choose \\<emph\\>Insert - Data Labels\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3147341.68.help.text
msgid ""
"Choose \\<emph\\>Format - Object Properties - Data Point/Data Row - Data "
"Labels\\</emph\\> tab (for data row and data point)"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3149565.69.help.text
msgid ""
"\\<variable id=\\\"efgaug\\\"\\>Choose \\<emph\\>Insert - "
"Axes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150297.17.help.text
msgid "Choose \\<emph\\>Insert - Grids\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3145789.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3145789.58.help.text\n"
"On Formatting bar, click"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150307.help.text
msgid ""
"\\<image id=\\\"img_id3155111\\\" "
"src=\\\"res/commandimagelist/sc_togglegridhorizontal.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155111\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3155378.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3155378.19.help.text\n"
"Horizontal Grid On/Off"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3145384.help.text
msgid ""
"\\<image id=\\\"img_id3152989\\\" "
"src=\\\"res/commandimagelist/sc_togglegridvertical.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152989\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153067.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3153067.20.help.text\n"
"Vertical Grid On/Off"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3148869.21.help.text
msgid ""
"\\<variable id=\\\"efgsta\\\"\\>Choose \\<emph\\>Insert - "
"Statistics\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3154532.67.help.text
msgid ""
"\\<variable id=\\\"sonderz\\\"\\>Choose \\<emph\\>Insert - Special "
"Character\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153246.22.help.text
msgid ""
"\\<variable id=\\\"frtoes\\\"\\>Choose \\<emph\\>Format - Object "
"Properties\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150214.23.help.text
msgid ""
"\\<variable id=\\\"frtodd\\\"\\>Choose \\<emph\\>Format - Object Properties -"
" Data Point\\</emph\\> dialog \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3154765.24.help.text
msgid ""
"\\<variable id=\\\"frtodr\\\"\\>Choose \\<emph\\>Format - Object Properties -"
" Data Row\\</emph\\> dialog \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153009.66.help.text
msgid ""
"\\<variable id=\\\"optionen\\\"\\>Choose \\<emph\\>Format - Object "
"Properties - Data Row - Options\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3154707.25.help.text
msgid ""
"\\<variable id=\\\"frtttl\\\"\\>Choose \\<emph\\>Format - "
"Title\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3155758.26.help.text
msgid ""
"\\<variable id=\\\"frtoe\\\"\\>Choose \\<emph\\>Format - Object Properties - "
"Title\\</emph\\> dialog \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153075.27.help.text
msgid ""
"\\<variable id=\\\"frtegt\\\"\\>Choose \\<emph\\>Format - Object Properties -"
" Title\\</emph\\> dialog \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3149048.28.help.text
msgid ""
"\\<variable id=\\\"frttya\\\"\\>Choose \\<emph\\>Format - "
"Title\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3147402.70.help.text
msgid ""
"\\<variable id=\\\"frttyab\\\"\\>Choose \\<emph\\>Format - "
"Axis\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3147297.29.help.text
msgid ""
"\\<variable id=\\\"frtlgd\\\"\\>Choose \\<emph\\>Format - Legend, or Format -"
" Object Properties\\</emph\\> - \\<emph\\>Legend\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3156401.30.help.text
msgid ""
"\\<variable id=\\\"frtase\\\"\\>Choose \\<emph\\>Format - "
"Axis\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3157876.31.help.text
msgid ""
"\\<variable id=\\\"frtaa\\\"\\>Choose \\<emph\\>Format - Axis - X "
"Axis/Secondary X Axis/Z Axis/All Axes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3146883.32.help.text
msgid ""
"\\<variable id=\\\"frtyas\\\"\\>Choose \\<emph\\>Format - Axis - Y "
"Axis/Secondary Y Axis\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3149349.33.help.text
msgid ""
"\\<variable id=\\\"frtysk\\\"\\>Choose \\<emph\\>Format - Axis - Y Axis - "
"Scale\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150477.34.help.text
msgid ""
"\\<variable id=\\\"frtgt\\\"\\>Choose \\<emph\\>Format - "
"Grid\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150746.35.help.text
msgid ""
"\\<variable id=\\\"frtgtr\\\"\\>Choose \\<emph\\>Format - Grid - X, Y, Z "
"Axis Main Grid/ X, Y, Z Minor Grid/ All Axis Grids\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3145828.36.help.text
msgid ""
"\\<variable id=\\\"frtdgw\\\"\\>Choose \\<emph\\>Format - Chart Wall - "
"Chart\\</emph\\> dialog \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153039.37.help.text
msgid ""
"\\<variable id=\\\"frtdgb\\\"\\>Choose \\<emph\\>Format - Chart "
"Floor\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150141.38.help.text
msgid ""
"\\<variable id=\\\"frtdgf\\\"\\>Choose \\<emph\\>Format - Chart "
"Area\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3155830.39.help.text
msgid "Choose \\<emph\\>Format - Chart Type\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3145140.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3145140.59.help.text\n"
"On Formatting bar, click"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3148582.help.text
msgid ""
"\\<image id=\\\"img_id3153124\\\" "
"src=\\\"res/commandimagelist/sc_diagramtype.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153124\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3155956.41.help.text
msgid "Edit Chart Type"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150001.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3150001.42.help.text\n"
"Choose \\<emph\\>Format - AutoFormat\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3145163.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3145163.60.help.text\n"
"On Formatting bar, click"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3149883.help.text
msgid ""
"\\<image id=\\\"img_id3153734\\\" "
"src=\\\"res/commandimagelist/sc_autoformat.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153734\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3145242.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3145242.44.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3155621.45.help.text
msgid ""
"\\<variable id=\\\"frtdda\\\"\\>Choose \\<emph\\>Format - 3D "
"View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150661.61.help.text
msgid "Choose \\<emph\\>Format - Arrange\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153046.65.help.text
msgid "Open context menu - choose \\<emph\\>Arrange\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3151020.help.text
msgid ""
"\\<image id=\\\"img_id3150936\\\" "
"src=\\\"res/commandimagelist/sc_toggletitle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150936\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150467.48.help.text
msgid "Title On/Off"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3149775.help.text
msgid ""
"\\<image id=\\\"img_id3149781\\\" "
"src=\\\"res/commandimagelist/sc_toggleaxistitle.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149781\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3147168.49.help.text
msgid "Axis Titles On/Off"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3163824.help.text
msgid ""
"\\<image id=\\\"img_id3149708\\\" "
"src=\\\"res/commandimagelist/sc_togglegridhorizontal.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149708\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3150962.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3150962.50.help.text\n"
"Horizontal Grid On/Off"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3151183.help.text
msgid ""
"\\<image id=\\\"img_id3151189\\\" "
"src=\\\"res/commandimagelist/sc_toggleaxisdescr.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151189\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153210.51.help.text
msgid "Show/Hide Axis Descriptions"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3156315.help.text
msgid ""
"\\<image id=\\\"img_id3156322\\\" "
"src=\\\"res/commandimagelist/sc_togglegridvertical.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156322\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/00/00000004.xhp#par_id3153153.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/00/00000004.xhp#par_id3153153.52.help.text\n"
"Vertical Grid On/Off"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/03010000.xhp#tit.help.text\n"
"Chart Data"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3150869.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/03010000.xhp\\\" name=\\\"Chart "
"Data\\\"\\>Chart Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3151115.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DiagramData\\\"\\>Opens the\\<emph\\> Chart Data "
"\\</emph\\>dialog where you can edit the chart data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3149667.51.help.text
msgid ""
"The\\<emph\\> Chart Data \\</emph\\>dialog is not available if you insert a "
"chart that is based on a Calc sheet or on a Writer table."
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id2565996.help.text
msgid ""
"Some changes will become visible only after you close and reopen the dialog."
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3156286.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3156286.15.help.text\n"
"Apply to Chart"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153416.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_TRANSFER\\\"\\>Transfers all data from "
"this dialog to the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3149018.help.text
msgid ""
"\\<image id=\\\"img_id3145640\\\" src=\\\"sch/res/dd011.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145640\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3154704.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3154704.16.help.text\n"
"Apply to Chart"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3146313.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3146313.18.help.text\n"
"Insert Row"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3150297.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_INSERT_ROW\\\"\\>Inserts a new row below "
"the current row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3166427.help.text
msgid ""
"\\<image id=\\\"img_id3150086\\\" "
"src=\\\"res/commandimagelist/sc_insertrows.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150086\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3150200.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3150200.19.help.text\n"
"Insert Row"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3156448.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3156448.21.help.text\n"
"Insert Column"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3145384.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_INSERT_COL\\\"\\>Inserts a new column "
"after the current column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3148870.help.text
msgid ""
"\\<image id=\\\"img_id3151242\\\" "
"src=\\\"res/commandimagelist/sc_insertcolumns.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151242\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3159204.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3159204.22.help.text\n"
"Insert Column"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3153246.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3153246.24.help.text\n"
"Delete Row"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3159231.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_DELETE_ROW\\\"\\>Deletes the current row. "
"It is not possible to delete the header row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3151191.help.text
msgid ""
"\\<image id=\\\"img_id3151196\\\" "
"src=\\\"res/commandimagelist/sc_deleterows.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151196\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153074.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3153074.25.help.text\n"
"Delete Row"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3150431.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3150431.27.help.text\n"
"Delete Column"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153336.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_DELETE_COL\\\"\\>Deletes the current "
"column. It is not possible to delete the header column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3150539.help.text
msgid ""
"\\<image id=\\\"img_id3166468\\\" "
"src=\\\"res/commandimagelist/sc_deletecolumns.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3166468\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3159116.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3159116.28.help.text\n"
"Delete Column"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3146884.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3146884.30.help.text\n"
"Switch Columns"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3157903.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_SWAP_COL\\\"\\>Switches the current column "
"with the column to the right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3154677.help.text
msgid ""
"\\<image id=\\\"img_id3150477\\\" src=\\\"sch/res/dd05.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150477\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153080.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3153080.31.help.text\n"
"Switch Columns"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3152784.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3152784.33.help.text\n"
"Switch Rows"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3145592.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_SWAP_ROW\\\"\\>Switches the current row "
"with the row below.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3145139.help.text
msgid ""
"\\<image id=\\\"img_id3145146\\\" src=\\\"sch/res/dd06.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145146\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3146847.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3146847.34.help.text\n"
"Switch Rows"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3150001.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3150001.36.help.text\n"
"Sort Columns"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3155958.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_SORT_ROW\\\"\\>Sorts the cells of the "
"current column in ascending order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153568.help.text
msgid ""
"\\<image id=\\\"img_id3150130\\\" src=\\\"sch/res/dd07.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150130\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3149878.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3149878.37.help.text\n"
"Sort Columns"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3145241.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3145241.39.help.text\n"
"Sort Rows"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153042.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_SORT_COL\\\"\\>Sorts the cells of the "
"current row in ascending order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3150661.help.text
msgid ""
"\\<image id=\\\"img_id3145302\\\" src=\\\"sch/res/dd08.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145302\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3157975.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3157975.40.help.text\n"
"Sort Rows"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3148773.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3148773.42.help.text\n"
"Sort by Columns"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3150470.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_SORT_TABLE_ROW\\\"\\>Sorts the whole table "
"by columns.\\</ahelp\\> If two or more cells in the current row have the "
"same value, each click changes the position of the corresponding columns."
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3155822.help.text
msgid ""
"\\<image id=\\\"img_id3155406\\\" src=\\\"sch/res/dd09.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155406\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3153927.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3153927.43.help.text\n"
"Sort by Columns"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3153184.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#hd_id3153184.45.help.text\n"
"Sort by Rows"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3147170.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_TBI_DATA_SORT_TABLE_COL\\\"\\>Sorts the whole table "
"by rows.\\</ahelp\\> If two or more cells in the current column have the "
"same value, each click changes the position of the corresponding rows."
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3154818.help.text
msgid ""
"\\<image id=\\\"img_id3149709\\\" src=\\\"sch/res/dd010.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149709\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3156307.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/03010000.xhp#par_id3156307.46.help.text\n"
"Sort by Rows"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#hd_id3150766.48.help.text
msgid "Chart Data Window"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3152930.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CTL_DATA\\\"\\>Allows you to edit the contents of "
"the chart. To edit, click in a cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/03010000.xhp#par_id3155845.50.help.text
msgid ""
"You can undo a large number of editing steps in $[officename] Chart. The "
"editing of chart data tables can also be retraced step-by-step. These steps, "
"however, are shown in the table only if you close and re-open the "
"\\<emph\\>Chart Data\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04010000.xhp#tit.help.text\n"
"Titles"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3147345.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3147345.1.help.text\n"
"Titles"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3150298.2.help.text
msgid ""
"\\<variable id=\\\"titel\\\"\\>\\<ahelp hid=\\\".uno:InsertTitle\\\"\\>Opens "
"a dialog to enter or modify the titles in a "
"chart.\\</ahelp\\>\\</variable\\> You can define the text for the main "
"title, subtitle and the axis labels, and specify if they are displayed."
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3150207.3.help.text
msgid "Main Title"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3150371.4.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_TITLE:EDT_MAINTITLE\\\"\\>Marking the "
"\\<emph\\>Main Title\\</emph\\> option activates the main title. Enter the "
"desired title in the corresponding text field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3146980.5.help.text
msgid "Subtitle"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3149404.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_TITLE:EDT_SUBTITLE\\\"\\>Marking the "
"\\<emph\\>Subtitle\\</emph\\> option activates the subtitle. Enter the "
"desired title in the corresponding text field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3152901.7.help.text
msgid ""
"\\<variable id=\\\"sytexttitel\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleTitle\\\"\\>Click \\<emph\\>Title On/Off\\</emph\\> on "
"the Formatting bar to show or hide the title and "
"subtitle.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3156018.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3156018.8.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3152869.9.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_TITLE:EDT_X_AXIS\\\"\\>Marking the \\<emph\\>X "
"axis\\</emph\\> option activates the x axis title. Enter the desired title "
"in the corresponding text field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3159226.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04010000.xhp#hd_id3159226.10.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3154763.11.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_TITLE:EDT_Y_AXIS\\\"\\>Marking the \\<emph\\>Y "
"axis\\</emph\\> option activates the subtitle. Enter the desired title in "
"the corresponding text field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#hd_id3153009.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04010000.xhp#hd_id3153009.12.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3154710.13.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_TITLE:EDT_Z_AXIS\\\"\\>Marking the \\<emph\\>Z "
"axis\\</emph\\> option activates the subtitle. Enter the desired title in "
"the corresponding text field.\\</ahelp\\> This option is only available for "
"3-D charts."
msgstr ""

#: helpcontent2/source/text/schart/01/04010000.xhp#par_id3153073.14.help.text
msgid ""
"\\<variable id=\\\"sytextachse\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleAxisTitle\\\"\\>Click \\<emph\\>Axes Title "
"On/Off\\</emph\\> on the Formatting bar to show or hide the axis "
"labels.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04020000.xhp#tit.help.text\n"
"Legend"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#bm_id3156441.help.text
msgid ""
"\\<bookmark_value\\>chart legends; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>hiding;chart "
"legends\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3156441.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3156441.1.help.text\n"
"Legend"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3155413.2.help.text
msgid ""
"\\<variable id=\\\"legende\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertLegend\\\"\\>Opens the \\<emph\\>Legend "
"\\</emph\\>dialog, which allows you to change the position of legends in the "
"chart, and to specify whether the legend is "
"displayed.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3149124.3.help.text
msgid ""
"\\<variable id=\\\"sytextlegende\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleLegend\\\"\\>To show or hide a legend, click "
"\\<emph\\>Legend On/Off\\</emph\\> on the \\<emph\\>Formatting\\</emph\\> "
"bar.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3145230.help.text
msgid ""
"\\<image id=\\\"img_id3147346\\\" "
"src=\\\"res/commandimagelist/sc_togglelegend.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3147346\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3149207.16.help.text
msgid "Legend On/Off"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3155114.6.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3155114.6.help.text\n"
"Display"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3150206.7.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_DLG_LEGEND_CBX_SHOW\\\"\\>Specifies whether to "
"display a legend for the chart.\\</ahelp\\> This option is only visible if "
"you call the dialog by choosing \\<emph\\>Insert - Legend\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3150201.4.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3150201.4.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3155376.5.help.text
msgid "Select the position for the legend:"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3152988.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3152988.8.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3155087.9.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_LEFT\\\"\\>Positions the "
"legend at the left of the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3153816.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04020000.xhp#hd_id3153816.10.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3153912.11.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_TOP\\\"\\>Positions the "
"legend at the top of the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3144773.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04020000.xhp#hd_id3144773.12.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3155268.13.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_RIGHT\\\"\\>Positions the "
"legend at the right of the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#hd_id3152871.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04020000.xhp#hd_id3152871.14.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/schart/01/04020000.xhp#par_id3153249.15.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_LEGEND_POS:RBT_BOTTOM\\\"\\>Positions "
"the legend at the bottom of the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04030000.xhp#tit.help.text\n"
"Data labels"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#bm_id3150275.help.text
msgid ""
"\\<bookmark_value\\>data labels in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>labels; for "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; data "
"labels\\</bookmark_value\\>\\<bookmark_value\\>data values in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>chart legends; showing icons "
"with labels\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3150275.1.help.text
msgid ""
"\\<variable id=\\\"datenbeschriftung\\\"\\>\\<link "
"href=\\\"text/schart/01/04030000.xhp\\\" name=\\\"Data labels\\\"\\>Data "
"labels\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3154684.2.help.text
msgid ""
"\\<variable id=\\\"besch\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertDescription\\\"\\>Opens the\\<emph\\> Data labels "
"\\</emph\\>dialog, which enables you to set the data "
"labels.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3156441.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3156441.3.help.text\n"
"Data labels"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3148576.4.help.text
msgid "Choose your data labeling preferences from the following:"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3149261.7.help.text
msgid " Show value"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3151074.8.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_TP_DATA_DESCR_CB_VALUE\\\"\\>Displays the "
"values of each data point.\\</ahelp\\> Use the corresponding option fields "
"to determine the value display (percentage or number)."
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3149401.17.help.text
msgid "as number"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3150751.18.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_NUMBER\\\"\\>Displays the "
"absolute values of the data points.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3145643.9.help.text
msgid "as percentage"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3156382.10.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_RADIOBUTTON_DLG_DATA_DESCR_RB_PERCENT\\\"\\>Displays "
"the percentage of the data points in each column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3145228.11.help.text
msgid "Show label text"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3154702.12.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_TP_DATA_DESCR_CB_TEXT\\\"\\>Shows the data "
"point text labels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#hd_id3150298.15.help.text
msgid "Show legend icon with label"
msgstr ""

#: helpcontent2/source/text/schart/01/04030000.xhp#par_id3150205.16.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_TP_DATA_DESCR_CB_SYMBOL\\\"\\>Displays the "
"legend icons next to each data point label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04040000.xhp#tit.help.text\n"
"Axes"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#bm_id3147428.help.text
msgid ""
"\\<bookmark_value\\>axes; showing X, Y and Z "
"axes\\</bookmark_value\\>\\<bookmark_value\\>axes; showing secondary "
"axes\\</bookmark_value\\>\\<bookmark_value\\>charts; showing "
"axes\\</bookmark_value\\>\\<bookmark_value\\>X axes; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>Y axes; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>Z axes; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>axes; better "
"scaling\\</bookmark_value\\>\\<bookmark_value\\>secondary axes; "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; showing secondary "
"axes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3147428.1.help.text
msgid " Axes"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3150330.2.help.text
msgid ""
"\\<variable id=\\\"achsen\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertAxis\\\"\\>Specifies the axes to be displayed in the "
"chart.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3156385.46.help.text
msgid "Major axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3146316.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3146316.5.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3145230.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_DLG_AXIS_CB_X_PRIMARY\\\"\\>Displays the X "
"axis with subdivisions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3147003.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04040000.xhp#hd_id3147003.17.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3154020.18.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_AXIS:CB_Y_PRIMARY\\\"\\>Displays the Y "
"axis as a line with subdivisions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3150345.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04040000.xhp#hd_id3150345.28.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3155113.29.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_AXIS:CB_Z_PRIMARY\\\"\\>Displays the Z "
"axis as a line with subdivisions.\\</ahelp\\> This axis can only be "
"displayed in 3D charts."
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3150206.36.help.text
msgid " Secondary axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3166428.37.help.text
msgid ""
"Use this area to assign a second axis to your chart. If a data row is "
"already assigned to this axis, $[officename] automatically displays the axis "
"and the label. You can turn off these settings later on. If no data has been "
"assigned to this axis and you activate this area, the values of the primary "
"Y axis are applied for the secondary axis."
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3152988.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04040000.xhp#hd_id3152988.44.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3156445.45.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_AXIS:CB_X_SECONDARY\\\"\\>Displays a "
"secondary X axis in the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#hd_id3152896.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04040000.xhp#hd_id3152896.38.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3153818.39.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\\\"\\>Displays a "
"secondary Y axis in the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04040000.xhp#par_id3154762.41.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_AXIS:CB_Y_SECONDARY\\\"\\>The major axis "
"and the secondary axis can have different scaling. For example, you can "
"scale one axis to 2 in. and the other to 1.5 in. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04050000.xhp#tit.help.text\n"
"Statistics"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3147428.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3147428.1.help.text\n"
"\\<link href=\\\"text/schart/01/04050000.xhp\\\" "
"name=\\\"Statistics\\\"\\>Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3149666.2.help.text
msgid ""
"\\<variable id=\\\"statistik\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertStatistics\\\"\\>Use the\\<emph\\> Statistics "
"\\</emph\\>dialog to determine if you want to display statistical functions "
"when working with 2D objects, such as mean, error category or "
"regression.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3153965.23.help.text
msgid ""
"The\\<emph\\> Insert - Statistics \\</emph\\>menu item is only available for "
"2D objects."
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3149255.3.help.text
msgid "Mean value"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3145792.4.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_STAT:CBX_AVERAGE\\\"\\>Displays the mean "
"value of the chart values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3150344.5.help.text
msgid "Error category"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3150202.6.help.text
msgid ""
"In\\<emph\\> Error category \\</emph\\>area, you can select the individual "
"types of display for the error category in question."
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3152989.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3152989.7.help.text\n"
"No function"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3149409.8.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_STAT:RBT_NONE\\\"\\>Specifies that you "
"do not want any functions to be displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3148837.9.help.text
msgid "Variance"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3157979.10.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_STAT:RBT_VARIANT\\\"\\>Displays the "
"variance between the number of data points and respective values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3148605.11.help.text
msgid "Standard deviation"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3153249.12.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_STAT:RBT_SIGMA\\\"\\>Displays the "
"standard deviation (square root of the variance).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3159204.13.help.text
msgid "Percentage"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3150048.14.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:TP_STAT:MTR_FLD_PERCENT\\\"\\>Displays a "
"percentage. The display refers to the corresponding data point. \\</ahelp\\> "
"Set the percentage in the spin box to the right."
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3146966.15.help.text
msgid "Error margin"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3149870.16.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:TP_STAT:MTR_FLD_BIGERROR\\\"\\>Displays the "
"highest error margin in % according to the highest value of the data "
"group.\\</ahelp\\> Set the percentage in the spin button to the right."
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3145117.17.help.text
msgid "Constant value"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3151390.18.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:TP_STAT:MTR_FLD_MINUS\\\"\\>Displays the "
"constant value in percentage.\\</ahelp\\> Set the positive value in the + "
"spin box and the negative value in the\\<emph\\> -\\</emph\\> spin box."
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3156396.19.help.text
msgid "Error indicator"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3150539.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CT_INDICATE2\\\"\\>Specifies the error "
"indicator.\\</ahelp\\> You can choose between \\<emph\\>No Indicators, "
"Indicators Top and Bottom, Lower\\</emph\\> and \\<emph\\>Upper "
"Indicator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#hd_id3153118.21.help.text
msgid "Regression curves"
msgstr ""

#: helpcontent2/source/text/schart/01/04050000.xhp#par_id3157907.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CT_REGRESS\\\"\\>This function is only available if "
"you select the XY \\<link href=\\\"text/schart/01/05090000.xhp\\\" "
"name=\\\"chart type\\\"\\>chart type\\</link\\>.\\</ahelp\\> Choose among "
"the following regression curves: \\<emph\\>None\\</emph\\>, "
"\\<emph\\>Linear\\</emph\\>, \\<emph\\>Logarithm\\</emph\\>, "
"\\<emph\\>Exponential\\</emph\\> or \\<emph\\>Power Regression\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04060000.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#bm_id3149400.help.text
msgid ""
"\\<bookmark_value\\>aligning; 2D "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"aligning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3149400.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04060000.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3155067.2.help.text
msgid "Use this dialog to define alignment and spacing for 2D objects."
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3150043.9.help.text
msgid "Align data series to:"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3145228.10.help.text
msgid ""
"In this area you can choose between two Y axis scaling modes. The axes can "
"only be scaled and given properties separately."
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3147346.4.help.text
msgid "Primary Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3147005.15.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_1\\\" "
"visibility=\\\"visible\\\"\\>This option is active as default. All data rows "
"are aligned to the primary Y axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3143221.5.help.text
msgid "Secondary Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3154656.11.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:TP_OPTIONS:RBT_OPT_AXIS_2\\\" "
"visibility=\\\"visible\\\"\\>Changes the scaling of the Y axis. This axis is "
"only visible when at least one data series is assigned to it and the axis "
"view is active.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3166423.6.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3166423.6.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3150365.12.help.text
msgid ""
"Define the settings for a bar chart in this area. Any changes apply to all "
"data series of the chart, not to the selected data only."
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3145584.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3145584.7.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3155376.13.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:TP_OPTIONS:MT_GAP\\\" "
"visibility=\\\"visible\\\"\\>Defines the spacing between the columns in "
"percent.\\</ahelp\\> The maximal spacing is 600%."
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3145384.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3145384.8.help.text\n"
"Overlap"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3156447.14.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:TP_OPTIONS:MT_OVERLAP\\\" "
"visibility=\\\"visible\\\"\\>Defines the necessary settings for overlapping "
"data series.\\</ahelp\\> You can choose between -100 and +100%."
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#hd_id3153305.16.help.text
msgid "Connection Lines"
msgstr ""

#: helpcontent2/source/text/schart/01/04060000.xhp#par_id3148868.17.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_OPTIONS:CB_CONNECTOR\\\" "
"visibility=\\\"visible\\\"\\>For \"stacked\" and \"percent\" column "
"(vertical bar) charts, mark this check box to connect the column layers that "
"belong together with lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04070000.xhp#tit.help.text\n"
"Grids"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#bm_id3147434.help.text
msgid ""
"\\<bookmark_value\\>axes; inserting "
"grids\\</bookmark_value\\>\\<bookmark_value\\>grids; inserting in "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3147434.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3147434.1.help.text\n"
"Grids"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3146974.2.help.text
msgid ""
"\\<variable id=\\\"gitter\\\"\\>\\<ahelp hid=\\\".uno:InsertGrids\\\"\\>You "
"can divide the axes into sections by assigning gridlines to them. This "
"allows you to get a better overview of the chart, especially if you are "
"working with large charts.\\</ahelp\\>\\</variable\\> The Y axis main grid "
"is activated by default."
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3156286.3.help.text
msgid "Main grid"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3154511.4.help.text
msgid "Defines the axis to be set as the main grid."
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3149400.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3149400.5.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3150749.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_GRID:CB_X_MAIN\\\"\\>Adds gridlines to the "
"X axis of the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3154754.7.help.text
msgid ""
"\\<variable id=\\\"sytextxgitter\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleGridHorizontal\\\"\\>The \\<emph\\>Horizontal Grid "
"On/Off\\</emph\\> icon on the \\<emph\\>Formatting\\</emph\\> bar toggles "
"the visibility of the grid display for the X axis. Note: This only works if "
"the \\<emph\\>Minor grid\\</emph\\> check boxes in \\<emph\\>Insert - "
"Grids\\</emph\\> are cleared.\\</ahelp\\>\\</variable\\> Otherwise, the "
"minor grid remains visible when the main grid is turned off."
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3145228.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3145228.8.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3147004.9.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_GRID:CB_Y_MAIN\\\"\\>Adds gridlines to the "
"Y axis of the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3150344.10.help.text
msgid ""
"\\<variable id=\\\"sytextygitter\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleGridVertical\\\"\\>The \\<emph\\>Vertical Grid "
"On/Off\\</emph\\> icon on the \\<emph\\>Formatting\\</emph\\> bar toggles "
"the visibility of the grid display for the Y axis. Note: This only works if "
"the X-axis \\<emph\\>Minor grid\\</emph\\> is not selected in "
"\\<emph\\>Insert - Grids\\</emph\\>.\\</ahelp\\>\\</variable\\> Otherwise, "
"the minor grid remains visible when the main grid is turned off."
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3166430.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04070000.xhp#hd_id3166430.11.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3155378.12.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_GRID:CB_Z_MAIN\\\"\\>Adds gridlines to the "
"Z axis of the chart.\\</ahelp\\> This option is only available if you're "
"working with 3D charts."
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3146978.13.help.text
msgid "Minor grid"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3156449.14.help.text
msgid ""
"Use this area to assign a minor grid for each axis. Assigning minor grids to "
"the axis reduces the distance between the main grids."
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3153308.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04070000.xhp#hd_id3153308.15.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3148704.16.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_GRID:CB_X_HELP\\\"\\>Adds gridlines that "
"subdivide the X axis into smaller sections.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3153917.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04070000.xhp#hd_id3153917.17.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3154536.18.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_GRID:CB_Y_HELP\\\"\\>Adds gridlines that "
"subdivide the Y axis into smaller sections.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#hd_id3148607.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/04070000.xhp#hd_id3148607.19.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/schart/01/04070000.xhp#par_id3153247.20.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_GRID:CB_Z_HELP\\\"\\>Adds gridlines that "
"subdivide the Z axis into smaller sections.\\</ahelp\\> This option is only "
"available if you're working with 3D charts."
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010000.xhp#tit.help.text\n"
"Object Properties"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#bm_id3149666.help.text
msgid ""
"\\<bookmark_value\\>objects;properties of "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>properties; of "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3149666.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3149666.1.help.text\n"
"Object Properties"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#par_id3156284.2.help.text
msgid ""
"\\<variable id=\\\"objekteigenschaften\\\"\\>\\<ahelp "
"hid=\\\".uno:DiagramObjects\\\"\\>Assigns certain properties to the selected "
"object.\\</ahelp\\>\\</variable\\> Depending on the object selected, the "
"command open dialogs that you can also open by choosing the following "
"commands from the \\<emph\\>Format\\</emph\\> menu:"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3153418.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3153418.3.help.text\n"
"\\<link href=\\\"text/schart/01/05060000.xhp\\\" name=\\\"Chart "
"Wall\\\"\\>Chart Wall\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3155766.4.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3155766.4.help.text\n"
"\\<link href=\\\"text/schart/01/05080000.xhp\\\" name=\\\"Chart "
"Area\\\"\\>Chart Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3154255.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3154255.5.help.text\n"
"\\<link href=\\\"text/schart/01/05070000.xhp\\\" name=\\\"Chart "
"Floor\\\"\\>Chart Floor\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3146313.6.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020100.xhp\\\" "
"name=\\\"Title\\\"\\>Title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3150297.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3150297.7.help.text\n"
"\\<link href=\\\"text/schart/01/05030000.xhp\\\" "
"name=\\\"Legend\\\"\\>Legend\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3143219.8.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040100.xhp\\\" name=\\\"X Axis\\\"\\>X "
"Axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3150207.9.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040200.xhp\\\" name=\\\"Y Axis\\\"\\>Y "
"Axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010000.xhp#hd_id3166432.10.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" "
"name=\\\"Grid\\\"\\>Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010100.xhp#tit.help.text
msgid "Data Point"
msgstr ""

#: helpcontent2/source/text/schart/01/05010100.xhp#hd_id3153768.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05010100.xhp\\\" name=\\\"Data "
"Point\\\"\\>Data Point\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010100.xhp#par_id3152577.2.help.text
msgid ""
"This dialog allows you to change the properties of a selected data point. "
"The dialog appears when there is only one data point selected when you "
"choose \\<emph\\>Format - Object Properties\\</emph\\>. Some of the menu "
"entries are only available for 2D or 3D charts."
msgstr ""

#: helpcontent2/source/text/schart/01/05010100.xhp#par_id3149121.3.help.text
msgid ""
"Any changes made only affect this one data point. For example, if you edit "
"the color of a bar, only the color of that bar will be different."
msgstr ""

#: helpcontent2/source/text/schart/01/05010200.xhp#tit.help.text
msgid "Data Row"
msgstr ""

#: helpcontent2/source/text/schart/01/05010200.xhp#hd_id3150449.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05010200.xhp\\\" name=\\\"Data "
"Row\\\"\\>Data Row\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05010200.xhp#par_id3145750.2.help.text
msgid ""
"Use this to change the properties of a selected data row. This dialog "
"appears when one data row is selected when you choose \\<emph\\>Format - "
"Object Properties\\</emph\\>. Some of the menu entries are only available "
"for 2D or 3D charts."
msgstr ""

#: helpcontent2/source/text/schart/01/05010200.xhp#par_id3154015.4.help.text
msgid ""
"Any changes made here affect the entire data row. For example, if you change "
"the color, all elements belonging to this data row will change color."
msgstr ""

#: helpcontent2/source/text/schart/01/05010200.xhp#hd_id3146916.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05010200.xhp#hd_id3146916.3.help.text\n"
"\\<link href=\\\"text/schart/01/04050000.xhp\\\" "
"name=\\\"Statistics\\\"\\>Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020000.xhp#tit.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#bm_id3150791.help.text
msgid ""
"\\<bookmark_value\\>titles; formatting "
"charts\\</bookmark_value\\>\\<bookmark_value\\>formatting; chart "
"titles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3150791.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020000.xhp\\\" "
"name=\\\"Title\\\"\\>Title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#par_id3125863.2.help.text
msgid ""
"The\\<emph\\> Title \\</emph\\>menu command opens a submenu for editing the "
"properties of the titles in the chart."
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3155414.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020100.xhp\\\" name=\\\"Main "
"title\\\"\\>Main title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3156441.4.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020100.xhp\\\" "
"name=\\\"Subtitle\\\"\\>Subtitle\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3151073.5.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020100.xhp\\\" name=\\\"X-axis "
"title\\\"\\>X-axis title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3154732.6.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020200.xhp\\\" name=\\\"Y-axis "
"title\\\"\\>Y-axis title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3154017.7.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020100.xhp\\\" name=\\\"Z-axis "
"title\\\"\\>Z-axis title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020000.xhp#hd_id3153711.8.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020200.xhp\\\" name=\\\"All "
"titles\\\"\\>All titles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020100.xhp#tit.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/schart/01/05020100.xhp#bm_id3150769.help.text
msgid "\\<bookmark_value\\>editing; titles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020100.xhp#hd_id3150769.2.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020100.xhp#hd_id3150769.2.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/schart/01/05020100.xhp#par_id3149666.1.help.text
msgid ""
"\\<variable id=\\\"titel\\\"\\>\\<ahelp hid=\\\".uno:ZTitle\\\"\\>Modifies "
"the properties of the selected title.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020100.xhp#hd_id3149378.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020100.xhp#hd_id3149378.3.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020101.xhp#tit.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/schart/01/05020101.xhp#bm_id3150793.help.text
msgid ""
"\\<bookmark_value\\>aligning;titles in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>titles;alignment "
"\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020101.xhp#hd_id3150793.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020101.xhp\\\" "
"name=\\\"Alignment\\\"\\>Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020101.xhp#par_id3125864.2.help.text
msgid "Modifies the alignment of the title."
msgstr ""

#: helpcontent2/source/text/schart/01/05020101.xhp#par_id3145748.4.help.text
msgid ""
"Some of the options are not available for all types of labels. For example, "
"there are different options for 2D and 3D object labels."
msgstr ""

#: helpcontent2/source/text/schart/01/05020101.xhp#par_id3150717.3.help.text
msgid ""
"Please note that problems may arise in displaying labels if the size of your "
"chart is too small. You can avoid this by either enlarging the view or "
"decreasing the font size."
msgstr ""

#: helpcontent2/source/text/schart/01/05020200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020200.xhp#tit.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/schart/01/05020200.xhp#hd_id3150541.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020200.xhp#hd_id3150541.1.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/schart/01/05020200.xhp#par_id3145173.2.help.text
msgid ""
"\\<variable id=\\\"titel\\\"\\>\\<ahelp hid=\\\".uno:YTitle\\\" "
"visibility=\\\"visible\\\"\\>Modifies the properties of the selected title "
"or the properties of all titles together.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020200.xhp#hd_id3152596.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020200.xhp#hd_id3152596.3.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05020201.xhp#tit.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3149656.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05020201.xhp\\\" "
"name=\\\"Alignment\\\"\\>Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3156422.2.help.text
msgid "Modifies the alignment of axes or title labels."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3150439.76.help.text
msgid ""
"Some of the options listed here are not available for all labels. For "
"example, there are different options for 2D and 3D object labels."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3145750.71.help.text
msgid "Show labels"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3154319.72.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_SCHOW_DESCR\\\"\\>Specifies "
"whether to show or hide the axis labels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3147436.75.help.text
msgid ""
"\\<variable id=\\\"sytextbeschr\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleAxisDescr\\\"\\>The\\<emph\\> AxesTitle On/Off "
"\\</emph\\>icon on the \\<emph\\>Formatting\\</emph\\> bar switches the "
"labeling of all axes on or off.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3150717.4.help.text
msgid "Rotate text"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3154510.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ToggleAxisDescr\\\"\\>Defines the text direction of "
"cell contents.\\</ahelp\\> Click one of the ABCD buttons to assign the "
"required direction."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3150327.50.help.text
msgid "ABCD wheel"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3149018.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_ALIGNMENT_CTR_DIAL\\\"\\>Clicking anywhere on the "
"wheel defines the variable text orientation.\\</ahelp\\> The letters "
"\"ABCD\" on the button correspond to the new setting."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3154254.51.help.text
msgid "ABCD button"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3154702.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_ALIGNMENT_STACKED\\\"\\>Assigns vertical text "
"orientation for cell contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3150342.53.help.text
msgid ""
"If you define a vertical x-axis label, the text may be cut off by the line "
"of the x-axis."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3166432.54.help.text
msgid "Degrees"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3150199.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_ALIGNMENT_DEGREES\\\"\\>Allows you to manually "
"enter the orientation angle.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3152985.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05020201.xhp#hd_id3152985.73.help.text\n"
"Text flow"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3155089.74.help.text
msgid "Determines the text flow of the data label."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3148837.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05020201.xhp#hd_id3148837.57.help.text\n"
"Overlap"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3151240.58.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTOVERLAP\\\"\\>Specifies "
"that the text in cells may overlap other cells.\\</ahelp\\> This can be "
"especially useful if there is a lack of space. This option is not available "
"with different title directions."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3157982.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05020201.xhp#hd_id3157982.68.help.text\n"
"Break"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3155268.69.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:CHECKBOX:TP_AXIS_LABEL:CB_AXIS_LABEL_TEXTBREAK\\\"\\>Allows a "
"text break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3159205.56.help.text
msgid "The following options are not available for all chart types:"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3152872.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05020201.xhp#hd_id3152872.59.help.text\n"
"Order"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3159230.11.help.text
msgid ""
"The options on this tab are only available for a 2D chart, under "
"\\<emph\\>Format - Axis - Y Axis\\</emph\\> or \\<emph\\>X Axis\\</emph\\>. "
"In this area, you can define the alignment of the number labels on the X or "
"Y axis."
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3146963.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05020201.xhp#hd_id3146963.60.help.text\n"
"Tile"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3155758.61.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_SIDEBYSIDE\\\"\\>"
"Arranges numbers on the axis side by side.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3151195.62.help.text
msgid "Stagger odd"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3145114.63.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_UPDOWN\\\"\\>Staggers "
"numbers on the axis, even numbers lower than odd numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3147250.64.help.text
msgid "Stagger even"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3153958.65.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_DOWNUP\\\"\\>Stagger "
"numbers on the axes, odd numbers lower than even numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#hd_id3147301.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05020201.xhp#hd_id3147301.66.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3147404.67.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:RADIOBUTTON:TP_AXIS_LABEL:RB_AXIS_LABEL_AUTOORDER\\\"\\>A"
"utomatically arranges numbers on the axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05020201.xhp#par_id3149353.70.help.text
msgid ""
"Problems may arise in displaying labels if the size of your chart is too "
"small. You can avoid this by either enlarging the view or decreasing the "
"font size."
msgstr ""

#: helpcontent2/source/text/schart/01/05030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05030000.xhp#tit.help.text\n"
"Legend"
msgstr ""

#: helpcontent2/source/text/schart/01/05030000.xhp#hd_id3145800.1.help.text
msgid " Legend"
msgstr ""

#: helpcontent2/source/text/schart/01/05030000.xhp#par_id3146972.2.help.text
msgid ""
"\\<variable id=\\\"legende\\\"\\>\\<ahelp hid=\\\".uno:Legend\\\"\\>Defines "
"the border, area and character attributes for a "
"legend.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05030000.xhp#hd_id3145232.4.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05030000.xhp#hd_id3145232.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05030000.xhp#hd_id3147344.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/04020000.xhp\\\" "
"name=\\\"Display\\\"\\>Display\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#tit.help.text
msgid "Axis"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3149456.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040000.xhp\\\" "
"name=\\\"Axis\\\"\\>Axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#par_id3150441.2.help.text
msgid "A submenu for editing axes properties appears."
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#par_id3154319.11.help.text
msgid "The tabs in the dialogs depend on the chart type selected."
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3153729.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040100.xhp\\\" name=\\\"X axis\\\"\\>X "
"axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3147394.4.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040200.xhp\\\" name=\\\"Y axis\\\"\\>Y "
"axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3153160.9.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040100.xhp\\\" name=\\\"Secondary X "
"Axis\\\"\\>Secondary X Axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#par_id3149401.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DiagramAxisA\\\"\\>Opens a dialog where you can edit "
"the properties of the secondary X axis. To insert a secondary X axis, choose "
"\\<emph\\>Insert - Axes\\</emph\\> and select \\<emph\\>X "
"axis\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3145640.7.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040200.xhp\\\" name=\\\"Secondary Y "
"Axis\\\"\\>Secondary Y Axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#par_id3159264.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DiagramAxisB\\\"\\>Opens a dialog where you can edit "
"the properties of the secondary Y axis. To insert a secondary Y axis, choose "
"\\<emph\\>Insert - Axes\\</emph\\> and select \\<emph\\>Y "
"axis\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3145228.5.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040100.xhp\\\" name=\\\"Z axis\\\"\\>Z "
"axis\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040000.xhp#hd_id3147345.6.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040100.xhp\\\" name=\\\"All axes\\\"\\>All "
"axes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040100.xhp#tit.help.text\n"
"Axes"
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#bm_id3153768.help.text
msgid "\\<bookmark_value\\>X axes;formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#hd_id3153768.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040100.xhp#hd_id3153768.1.help.text\n"
"Axes"
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#par_id3154319.2.help.text
msgid ""
"\\<variable id=\\\"achsen\\\"\\>\\<ahelp "
"hid=\\\".uno:DiagramAxisAll\\\"\\>Opens a\\<emph/\\>dialog, where you can "
"edit the properties of the selected axis.\\</ahelp\\>\\</variable\\> The "
"name of the dialog depends on the selected axis."
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#par_id3149667.3.help.text
msgid ""
"The \\<link href=\\\"text/schart/01/05040200.xhp\\\" name=\\\"Y axis\\\"\\>Y "
"axis\\</link\\> has an enhanced dialog. For X-Y charts, the X axis chart is "
"also enhanced by the \\<link href=\\\"text/schart/01/05040201.xhp\\\" "
"name=\\\"Scaling\\\"\\>\\<emph\\>Scaling\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#par_id3159266.4.help.text
msgid "Scaling the X axis is only possible in the X-Y chart type."
msgstr ""

#: helpcontent2/source/text/schart/01/05040100.xhp#hd_id3145230.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040100.xhp#hd_id3145230.5.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040200.xhp#tit.help.text\n"
"Y Axis"
msgstr ""

#: helpcontent2/source/text/schart/01/05040200.xhp#bm_id3145673.help.text
msgid "\\<bookmark_value\\>Y axes; formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040200.xhp#hd_id3145673.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040200.xhp#hd_id3145673.1.help.text\n"
"Y Axis"
msgstr ""

#: helpcontent2/source/text/schart/01/05040200.xhp#par_id3155628.2.help.text
msgid ""
"\\<variable id=\\\"yachse\\\"\\>\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:DiagramAxisY\\\"\\>Opens\\<emph\\> Y Axis \\</emph\\>dialog for "
"changing Y axis properties.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040200.xhp#hd_id3145171.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040200.xhp#hd_id3145171.3.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040200.xhp#hd_id3146119.4.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040200.xhp#hd_id3146119.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Numbers\\\"\\>Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040201.xhp#tit.help.text\n"
"Scaling"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#bm_id3150868.help.text
msgid ""
"\\<bookmark_value\\>scaling; "
"axes\\</bookmark_value\\>\\<bookmark_value\\>logarithmic scaling along "
"axes\\</bookmark_value\\>\\<bookmark_value\\>charts;scaling "
"axes\\</bookmark_value\\>\\<bookmark_value\\>X "
"axes;scaling\\</bookmark_value\\>\\<bookmark_value\\>axes; "
"scaling\\</bookmark_value\\>\\<bookmark_value\\>axes;interval "
"marks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3150868.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05040201.xhp\\\" "
"name=\\\"Scaling\\\"\\>Scaling\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3154013.2.help.text
msgid ""
"Controls the scaling of the Y axis. The X axis can also be scaled here for X-"
"Y charts."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3148576.79.help.text
msgid ""
"The Y axis is automatically scaled by $[officename] so that all values are "
"optimally displayed."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3149379.3.help.text
msgid ""
"To achieve specific results, you can manually change the axis scaling. For "
"example, you can display only the top areas of the columns by shifting the "
"zero line upwards."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3154730.4.help.text
msgid "Scale axes"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3149400.5.help.text
msgid ""
"You can enter values for subdividing axes in this area. You can "
"automatically set the five properties \\<emph\\>Minimum, Maximum, Major "
"interval, Minor interval\\</emph\\> and \\<emph\\>Axis at\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3150751.6.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3150751.6.help.text\n"
"Minimum"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3153713.7.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_SPINFIELD_TP_SCALE_Y_EDT_MIN\\\"\\>Defines the minimum "
"value for the beginning of the Y axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3156385.8.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3156385.8.help.text\n"
"Maximum"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3159266.9.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_SPINFIELD_TP_SCALE_Y_EDT_MAX\\\"\\>Defines the maximum "
"value for the end of the Y axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3155336.10.help.text
msgid "Major Interval"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3143218.11.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_SPINFIELD_TP_SCALE_Y_EDT_STEP_MAIN\\\"\\>Defines the "
"interval for the main division of the axes.\\</ahelp\\> The main interval "
"cannot be larger than the value area."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3154020.12.help.text
msgid "Minor Interval"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3154656.13.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_SPINFIELD_TP_SCALE_Y_EDT_STEP_HELP\\\"\\>Defines the "
"interval for the subdivision of the axes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3150089.14.help.text
msgid "Axis at:"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3152990.15.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_SPINFIELD_TP_SCALE_Y_EDT_ORIGIN\\\"\\>Specifies at "
"which position to display the values along the y axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3166432.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05040201.xhp#hd_id3166432.62.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3145389.63.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_SCALE_Y:CBX_AUTO_ORIGIN\\\"\\>You must "
"first deselect the \\<emph\\>Automatic\\</emph\\> option in order to modify "
"the values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3149129.64.help.text
msgid ""
"Disable this feature if you are working with \"fixed\" values, as it does "
"not permit automatic scaling."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3159206.16.help.text
msgid "Logarithmic scale"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3145360.17.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_SCALE_Y:CBX_LOGARITHM\\\"\\>Specifies that "
"you want the y axis to be subdivided logarithmically.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3153956.61.help.text
msgid ""
"Use this feature if you are working with values that differ sharply from "
"each other. You can use logarithmic scaling to make the grid lines of the "
"axis equidistant but have values that may increase or decrease."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3149048.65.help.text
msgid "Major interval marks"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3150397.71.help.text
msgid ""
"Specifies whether the marks are to be on the inner or outer side of the "
"axis. It is possible to combine both: you will then see marks on both sides."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3151387.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05040201.xhp#hd_id3151387.66.help.text\n"
"inner"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3156399.72.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_INNER\\\"\\>Specifies "
"that marks are placed on the inner side of the axis\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3166469.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05040201.xhp#hd_id3166469.67.help.text\n"
"outer"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3153120.73.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_SCALE_Y:CBX_TICKS_OUTER\\\"\\>Specifies "
"that marks are placed on the outer side of the axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3159128.68.help.text
msgid "Minor interval marks"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3146885.74.help.text
msgid ""
"This area is used to define the marking dashes between the axis marks. It is "
"possible to activate both fields. This will result in a marking line running "
"from the outside to the inside."
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3150654.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05040201.xhp#hd_id3150654.69.help.text\n"
"inner"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3146880.75.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_SCALE_Y:CBX_HELPTICKS_INNER\\\"\\>Specifies "
"that minor interval marks are placed on the inner side of the "
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#hd_id3154677.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05040201.xhp#hd_id3154677.70.help.text\n"
"outer"
msgstr ""

#: helpcontent2/source/text/schart/01/05040201.xhp#par_id3150745.76.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:TP_SCALE_Y:CBX_HELPTICKS_OUTER\\\"\\>Specifies "
"that minor interval marks are placed on the outer side of the "
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05050000.xhp#tit.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#bm_id3155602.help.text
msgid ""
"\\<bookmark_value\\>grids; formatting "
"axes\\</bookmark_value\\>\\<bookmark_value\\>axes; formatting "
"grids\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3155602.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050000.xhp\\\" "
"name=\\\"Grid\\\"\\>Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#par_id3155764.2.help.text
msgid "Opens a submenu, where you select the grid you want to format."
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3150045.3.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"X Axis Main "
"Grid\\\"\\>X Axis Main Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3145228.4.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"Y Axis Main "
"Grid\\\"\\>Y Axis Main Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3147346.5.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"Z Axis Main "
"Grid\\\"\\>Z Axis Main Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3154021.6.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"X Axis Minor "
"Grid\\\"\\>X Axis Minor Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3150307.7.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"Y Axis Minor "
"Grid\\\"\\>Y Axis Minor Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3166428.8.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"Z Axis minor "
"Grid\\\"\\>Z Axis minor Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050000.xhp#hd_id3145585.9.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05050100.xhp\\\" name=\\\"All Axis "
"Grids\\\"\\>All Axis Grids\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05050100.xhp#tit.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/schart/01/05050100.xhp#bm_id3150398.help.text
msgid ""
"\\<bookmark_value\\>X axes;grid "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>Y axes;grid "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>Z axes; grid "
"formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05050100.xhp#hd_id3150398.2.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05050100.xhp#hd_id3150398.2.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/schart/01/05050100.xhp#par_id3152577.1.help.text
msgid ""
"\\<variable id=\\\"gitter\\\"\\>\\<ahelp "
"hid=\\\".uno:DiagramGridAll\\\"\\>Opens the \\<emph\\>Grid\\</emph\\> dialog "
"for defining grid properties.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05060000.xhp#tit.help.text\n"
"Chart Wall"
msgstr ""

#: helpcontent2/source/text/schart/01/05060000.xhp#bm_id3150792.help.text
msgid ""
"\\<bookmark_value\\>charts; formatting "
"walls\\</bookmark_value\\>\\<bookmark_value\\>formatting;chart "
"walls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05060000.xhp#hd_id3150792.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05060000.xhp#hd_id3150792.1.help.text\n"
"Chart Wall"
msgstr ""

#: helpcontent2/source/text/schart/01/05060000.xhp#par_id3154685.2.help.text
msgid ""
"\\<variable id=\\\"diagramm\\\"\\>\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:DiagramWall\\\"\\>Opens the\\<emph\\> Chart Wall\\</emph\\> "
"dialog, where you can modify the properties of the chart wall. The chart "
"wall is the \"vertical\" background behind the data area of the "
"chart.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05070000.xhp#tit.help.text\n"
"Chart Floor"
msgstr ""

#: helpcontent2/source/text/schart/01/05070000.xhp#bm_id3154346.help.text
msgid ""
"\\<bookmark_value\\>charts; formatting "
"floors\\</bookmark_value\\>\\<bookmark_value\\>formatting; chart "
"floors\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05070000.xhp#hd_id3154346.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05070000.xhp#hd_id3154346.1.help.text\n"
"Chart Floor"
msgstr ""

#: helpcontent2/source/text/schart/01/05070000.xhp#par_id3150767.2.help.text
msgid ""
"\\<variable id=\\\"diagrammboden\\\"\\>\\<ahelp "
"hid=\\\".uno:DiagramFloor\\\"\\>Opens the\\<emph\\> Chart Floor\\</emph\\> "
"dialog, where you can modify the properties of the chart floor. The chart "
"floor is the lower area in 3D charts. This function is only available for 3D "
"charts.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05080000.xhp#tit.help.text\n"
"Chart Area"
msgstr ""

#: helpcontent2/source/text/schart/01/05080000.xhp#bm_id3149670.help.text
msgid ""
"\\<bookmark_value\\>charts; formatting "
"areas\\</bookmark_value\\>\\<bookmark_value\\>formatting; chart "
"areas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05080000.xhp#hd_id3149670.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05080000.xhp#hd_id3149670.1.help.text\n"
"Chart Area"
msgstr ""

#: helpcontent2/source/text/schart/01/05080000.xhp#par_id3125864.2.help.text
msgid ""
"\\<variable id=\\\"diagrammflaeche\\\"\\>\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:DiagramArea\\\"\\>Opens the\\<emph\\> Chart Area\\</emph\\> "
"dialog, where you can modify the properties of the chart area. The chart "
"area is the background behind all elements of the "
"chart.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#tit.help.text
msgid "Chart Type"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3150541.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3150541.1.help.text\n"
"\\<link href=\\\"text/schart/01/05090000.xhp\\\" name=\\\"Chart "
"Type\\\"\\>Chart Type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3149260.2.help.text
msgid ""
"\\<variable id=\\\"diagrammtyp\\\"\\>\\<ahelp "
"hid=\\\".uno:DiagramType\\\"\\>Specifies a chart type from the predefined "
"options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3154944.3.help.text
msgid "Chart category"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3153415.4.help.text
msgid ""
"You can select whether you want to create a two-dimensional or three-"
"dimensional chart. After you have selected one of these options, you will "
"see the chart types available along with the associated variants."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3146970.5.help.text
msgid "2D"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3149018.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:DLG_DIAGRAM_TYPE:RBT_2D\\\"\\>Specifies "
"that the chart is two dimensional.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3154755.7.help.text
msgid "3D"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3156384.8.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:RADIOBUTTON:DLG_DIAGRAM_TYPE:RBT_3D\\\"\\>Specifies "
"that the chart is three dimensional.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/01/05350000.xhp\\\" name=\\\"3D-Effects\\\"\\>3D-"
"Effects\\</link\\> in the \\<emph\\>Format\\</emph\\> menu can be used for "
"other options. You can also rotate 3D charts interactively. Click the chart "
"to see a curved arrow cursor, allowing the object and corresponding axes to "
"be rotated."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3154705.24.help.text
msgid "Number of lines"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3147001.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH_METRICFIELD_DLG_DIAGRAM_TYPE_MTR_FLD_NUM_OF_LINES\\\"\\>Defines "
"the number of lines for combination charts of bars and lines.\\</ahelp\\> "
"The last n data series are displayed as lines, the others as bars."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3150344.9.help.text
msgid "Chart type"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3150306.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CTL_TYPE\\\"\\>Displays the available of chart "
"types.\\</ahelp\\> The active chart is marked by a highlighted frame and its "
"name is displayed in the lower part of this area."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3155112.15.help.text
msgid ""
"Lines, areas, columns, bars, pies, XY charts, net, and stock charts are the "
"different types of available 2D charts. With pie charts, you can drag each "
"piece and place it outside the main chart, but the radius of the chart will "
"change and the chart will be placed inside a defined frame. You can also "
"select the whole chart and modify its size."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3148700.14.help.text
msgid ""
"For stock charts, the rises and drops of stock prices, sales volumes and the "
"total number of shares are selected using icons. By default, the size of the "
"icons does not exceed that of the line width. This makes the points semi-"
"transparent. Only the closing stock price is visibly marked by a small dash. "
"All points are not visible until you integrate other graphics."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3148869.16.help.text
msgid ""
"With 3D charts, you can choose from lines, areas, bars, columns, and pies. "
"Click the corresponding illustration to select the chart type. At the same "
"time, the corresponding variations appear in the "
"\\<emph\\>Variants\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3154764.17.help.text
msgid ""
"If you modify the scale axes of line charts, two dimensional charts and XY "
"charts, you can get an incomplete display if the icons are located outside "
"the grids. Also, statistic lines will be only displayed if their center is "
"located within the rectangle area."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3146962.11.help.text
msgid "Variants"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3151191.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CTL_VARIANT\\\"\\>Displays the variants of the "
"chart type selected.\\</ahelp\\> The chart type variants displayed here "
"depend on the selected dimension and chart type. The variant you choose is "
"applied to the whole chart."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3146324.13.help.text
msgid ""
"Both the names of the chart types and their variants are displayed if you "
"have enabled the \\<emph\\>Tips\\</emph\\> command in the "
"\\<emph\\>Help\\</emph\\> menu and then move the mouse pointer over the "
"icons. If \\<emph\\>Tips\\</emph\\> is not activated, the name of the "
"selected type or the selected variants is still displayed in the given area."
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3153124.18.help.text
msgid "Data points order"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3157870.19.help.text
msgid ""
"With line charts and XY charts, you can select one of the Spline "
"possibilities. When a Spline variant is selected, the \\<emph\\>Data points "
"order\\</emph\\> box appears. \\<ahelp "
"hid=\\\"SCH:METRICFIELD:DLG_DIAGRAM_TYPE:MTR_FLD_DEEP\\\"\\>\\<emph\\>Data "
"points order \\</emph\\>defines the order of the B Spline curve. A value of "
"1 results results in a line, a parabola with a value of 2. A value of n "
"produces a parabola of the n order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#hd_id3149353.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/01/05090000.xhp#hd_id3149353.20.help.text\n"
"Resolution"
msgstr ""

#: helpcontent2/source/text/schart/01/05090000.xhp#par_id3148731.21.help.text
msgid ""
"With some line chart and XY chart variants, the\\<emph\\> "
"Resolution\\</emph\\> box appears. \\<ahelp "
"hid=\\\"SCH:METRICFIELD:DLG_DIAGRA"
"M_TYPE:MTR_FLD_GRAN\\\"\\>\\<emph\\>Resolution \\</emph\\>defines the number "
"of the calculated mid points on the Spline curve between two data "
"points.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05100000.xhp#tit.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#bm_id3147394.help.text
msgid ""
"\\<bookmark_value\\>charts;AutoFormat "
"function\\</bookmark_value\\>\\<bookmark"
"_value\\>formatting;charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3147394.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3147394.1.help.text\n"
"\\<link href=\\\"text/schart/01/05100000.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#par_id3155602.2.help.text
msgid ""
"\\<variable id=\\\"autoformat\\\"\\>\\<ahelp "
"hid=\\\"HID_SCH_CHART_AUTO_FORMAT\\\"\\>Opens the dialog "
"\\<emph\\>AutoFormat Chart\\</emph\\>, where you can interactively modify "
"many properties of the chart.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3159267.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3159267.3.help.text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#par_id3145232.4.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:PUSHBUTTON:DLG_CHART_WIZ:PB_PREV\\\"\\>Returns to the "
"previous step.\\</ahelp\\> The current settings remain unchanged. You can "
"select this button only after the second step."
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3148485.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3148485.5.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#par_id3145789.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:PUSHBUTTON:DLG_CHART_WIZ:PB_NEXT\\\"\\>Accepts the "
"current settings in the dialog page, and moves to the next step.\\</ahelp\\> "
"At the last step the \\<emph\\>Next\\</emph\\> button is deactivated."
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3150305.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05100000.xhp#hd_id3150305.7.help.text\n"
"Finish"
msgstr ""

#: helpcontent2/source/text/schart/01/05100000.xhp#par_id3150086.8.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:PUSHBUTTON:DLG_CHART_WIZ:PB_EXECUTE\\\"\\>$[officename] "
"creates a new chart based on your selections.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05110000.xhp#tit.help.text\n"
"3D View"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#bm_id3156423.help.text
msgid ""
"\\<bookmark_value\\>3D "
"charts;views\\</bookmark_value\\>\\<bookmark_value\\>charts; 3D "
"views\\</bookmark_value\\>\\<bookmark_value\\>views; 3D "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3156423.1.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3156423.1.help.text\n"
"3D View"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#par_id3146121.2.help.text
msgid ""
"\\<variable id=\\\"ddansicht\\\"\\>\\<ahelp hid=\\\".uno:View3D\\\" "
"visibility=\\\"visible\\\"\\>Defines the dimensional axis rotation for a 3D "
"chart.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#par_id3149123.11.help.text
msgid ""
"This menu entry is only available when a 3-D chart type has been selected."
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3154754.3.help.text
msgid "Axis Rotation"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3155764.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3155764.5.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#par_id3159266.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:DLG_3D_VIEW:MTR_FLD_X_AXIS\\\" "
"visibility=\\\"visible\\\"\\>Defines the rotation angle for the x "
"axis.\\</ahelp\\> Set the angle to 0 degrees to see the chart from the "
"height of the X axis. Set a 90 degree angle to see the chart from directly "
"above."
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3155962.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3155962.7.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#par_id3155337.8.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:DLG_3D_VIEW:MTR_FLD_Y_AXIS\\\" "
"visibility=\\\"visible\\\"\\>Defines the rotation angle for the y "
"axis.\\</ahelp\\> Set the angle to 0 degrees to see the chart in a full "
"front view. Set the angle to 90 degrees to see a full view of the right side."
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3154021.9.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05110000.xhp#hd_id3154021.9.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#par_id3166423.10.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:METRICFIELD:DLG_3D_VIEW:MTR_FLD_Z_AXIS\\\" "
"visibility=\\\"visible\\\"\\>Defines the rotation angle for the z "
"axis.\\</ahelp\\> Set the angle to 0 degrees to see the normal chart "
"perspective. Setting a 90 degree angle tips the chart on its left side."
msgstr ""

#: helpcontent2/source/text/schart/01/05110000.xhp#par_id3145386.12.help.text
msgid ""
"The z axis rotation is not available for all three dimensional charts."
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#tit.help.text
msgid "Arrangement"
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#hd_id3159153.1.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05120000.xhp\\\" "
"name=\\\"Arrangement\\\"\\>Arrangement\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#par_id3145750.2.help.text
msgid ""
"Allows you to modify the order of the data rows already set in the chart."
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#par_id3155411.8.help.text
msgid ""
"The position of the data in the data table remains unchanged. You can only "
"choose the commands after inserting a chart in $[officename] Calc."
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#par_id3154757.5.help.text
msgid ""
"This function is only available if you have data displayed in columns. It is "
"not possible to switch to data display in rows."
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#hd_id3147339.3.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05120000.xhp#hd_id3147339.3.help.text\n"
"Bring Forward"
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#par_id3149259.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Forward\\\"\\>Brings the selected data row forward (to "
"the right).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#hd_id3146316.4.help.text
msgid ""
"_: helpcontent2/source/text/schart/01/05120000.xhp#hd_id3146316.4.help.text\n"
"Send Backward"
msgstr ""

#: helpcontent2/source/text/schart/01/05120000.xhp#par_id3147001.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Backward\\\"\\>Sends the selected data row backward "
"(to the left).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01190000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/02/01190000.xhp#tit.help.text\n"
"Data in Rows"
msgstr ""

#: helpcontent2/source/text/schart/02/01190000.xhp#hd_id3146976.1.help.text
msgid ""
"\\<link href=\\\"text/schart/02/01190000.xhp\\\" name=\\\"Data in "
"Rows\\\"\\>Data in Rows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01190000.xhp#par_id3154490.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataInRows\\\"\\>Changes the arrangement of the chart "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01190000.xhp#par_id3150751.help.text
msgid ""
"\\<image id=\\\"img_id3145643\\\" "
"src=\\\"res/commandimagelist/sc_datainrows.png\\\"\\>\\<alt "
"id=\\\"alt_id3145643\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01190000.xhp#par_id3154754.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/02/01190000.xhp#par_id3154754.3.help.text\n"
"Data in Rows"
msgstr ""

#: helpcontent2/source/text/schart/02/01200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/02/01200000.xhp#tit.help.text\n"
"Data in Columns"
msgstr ""

#: helpcontent2/source/text/schart/02/01200000.xhp#hd_id3150868.1.help.text
msgid ""
"\\<link href=\\\"text/schart/02/01200000.xhp\\\" name=\\\"Data in "
"Columns\\\"\\>Data in Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01200000.xhp#par_id3145749.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataInColumns\\\"\\>Changes the arrangement of the "
"chart data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01200000.xhp#par_id3149260.help.text
msgid ""
"\\<image id=\\\"img_id3149379\\\" "
"src=\\\"res/commandimagelist/sc_dataincolumns.png\\\"\\>\\<alt "
"id=\\\"alt_id3149379\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01200000.xhp#par_id3149377.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/02/01200000.xhp#par_id3149377.3.help.text\n"
"Data in Columns"
msgstr ""

#: helpcontent2/source/text/schart/02/01210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/02/01210000.xhp#tit.help.text\n"
"Scale Text"
msgstr ""

#: helpcontent2/source/text/schart/02/01210000.xhp#bm_id3152996.help.text
msgid ""
"\\<bookmark_value\\>text scaling; "
"charts\\</bookmark_value\\>\\<bookmark_value\\>scaling; text in "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01210000.xhp#hd_id3152996.1.help.text
msgid ""
"\\<link href=\\\"text/schart/02/01210000.xhp\\\" name=\\\"Scale "
"Text\\\"\\>Scale Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01210000.xhp#par_id3144510.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ScaleText\\\"\\>Rescales the text in the chart when "
"you change the size the chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01210000.xhp#par_id3150441.help.text
msgid ""
"\\<image id=\\\"img_id3159153\\\" "
"src=\\\"res/commandimagelist/sc_scaletext.png\\\"\\>\\<alt "
"id=\\\"alt_id3159153\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01210000.xhp#par_id3153190.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/02/01210000.xhp#par_id3153190.3.help.text\n"
"Scale Text"
msgstr ""

#: helpcontent2/source/text/schart/02/01220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/schart/02/01220000.xhp#tit.help.text\n"
"Reorganize Chart"
msgstr ""

#: helpcontent2/source/text/schart/02/01220000.xhp#bm_id3150400.help.text
msgid ""
"\\<bookmark_value\\>reorganizing "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"reorganizing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01220000.xhp#hd_id3150400.1.help.text
msgid ""
"\\<link href=\\\"text/schart/02/01220000.xhp\\\" name=\\\"Reorganize "
"Chart\\\"\\>Reorganize Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01220000.xhp#par_id3146120.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NewArrangement\\\"\\>Moves all chart objects to their "
"default positions. This function does not alter the chart type or any other "
"attributes other than the position of objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01220000.xhp#par_id3150010.help.text
msgid ""
"\\<image id=\\\"img_id3152577\\\" "
"src=\\\"res/commandimagelist/sc_newarrangement.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3152577\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/01220000.xhp#par_id3153143.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/02/01220000.xhp#par_id3153143.3.help.text\n"
"Reorganize Chart"
msgstr ""

#: helpcontent2/source/text/schart/02/02020000.xhp#tit.help.text
msgid "Current Chart Type"
msgstr ""

#: helpcontent2/source/text/schart/02/02020000.xhp#hd_id3150791.1.help.text
msgid ""
"\\<link href=\\\"text/schart/02/02020000.xhp\\\" name=\\\"Current Chart "
"Type\\\"\\>Current Chart Type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/schart/02/02020000.xhp#par_id3145173.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ContextType\\\" visibility=\\\"visible\\\"\\>Displays "
"the name of the current chart type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#tit.help.text
msgid "Shortcuts for Charts"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#bm_id3150767.help.text
msgid ""
"\\<bookmark_value\\>shortcut keys; "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"shortcuts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3150767.1.help.text
msgid ""
"\\<variable id=\\\"Chart_keys\\\"\\>\\<link "
"href=\\\"text/schart/04/01020000.xhp\\\" name=\\\"Shortcuts for "
"Charts\\\"\\>Shortcuts for Charts\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3155412.2.help.text
msgid "You can use the following shortcut keys in charts."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3159154.3.help.text
msgid ""
"You can also use the general \\<link "
"href=\\\"text/shared/04/01010000.xhp\\\" name=\\\"shortcut "
"keys\\\"\\>shortcut keys\\</link\\> for $[officename]."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3149262.4.help.text
msgid "Shortcuts in Charts"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3151073.5.help.text
msgid ""
"_: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3151073.5.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3154490.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/04/01020000.xhp#par_id3154490.6.help.text\n"
"Results"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3154729.7.help.text
msgid ""
"_: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3154729.7.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3154511.8.help.text
msgid "Select next object."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3155064.9.help.text
msgid ""
"_: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3155064.9.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3149020.10.help.text
msgid "Select previous object."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3155443.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/04/01020000.xhp#hd_id3155443.11.help.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3156382.12.help.text
msgid "Select first object."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3153963.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/04/01020000.xhp#hd_id3153963.13.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3154702.14.help.text
msgid "Select last object."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3143218.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/04/01020000.xhp#hd_id3143218.15.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3147005.16.help.text
msgid "Cancel selection"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3159239.17.help.text
msgid "up/down/left/right arrow"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3149210.18.help.text
msgid "Move the object in the direction of the arrow."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3150364.19.help.text
msgid "up/down/left/right arrow in pie charts"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3150369.20.help.text
msgid "Moves the selected pie segment in the direction of the arrow."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3145584.21.help.text
msgid "F2 in titles"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3154372.22.help.text
msgid "Enter text input mode."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3146980.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/schart/04/01020000.xhp#hd_id3146980.23.help.text\n"
"F3"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3152988.24.help.text
msgid ""
"Open group so that you can edit the individual components (in legend and "
"data series)."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3153815.25.help.text
msgid "Ctrl+F3"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3153915.26.help.text
msgid "Exit group (in legend and data series)."
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3155269.27.help.text
msgid "+/-"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3156016.28.help.text
msgid "Reduce or enlarge the chart"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#hd_id3150210.29.help.text
msgid "+/- in pie charts"
msgstr ""

#: helpcontent2/source/text/schart/04/01020000.xhp#par_id3159204.30.help.text
msgid "Moves the selected pie segment off or into the pie chart."
msgstr ""

#: helpcontent2/source/text/sdraw/main0000.xhp#tit.help.text
msgid "Welcome to the $[officename] Draw Help"
msgstr ""

#: helpcontent2/source/text/sdraw/main0000.xhp#hd_id3155960.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline select=\\\"DRAW\\\"/\\> "
"\\</switchinline\\>Welcome to the $[officename] Draw Help"
msgstr ""

#: helpcontent2/source/text/sdraw/main0000.xhp#hd_id3154022.3.help.text
msgid "How to Work With $[officename] Draw"
msgstr ""

#: helpcontent2/source/text/sdraw/main0000.xhp#hd_id3150363.5.help.text
msgid "$[officename] Draw Menus, Toolbars, and Keys"
msgstr ""

#: helpcontent2/source/text/sdraw/main0000.xhp#hd_id3166430.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0000.xhp#hd_id3166430.4.help.text\n"
"Help about the Help"
msgstr ""

#: helpcontent2/source/text/sdraw/main0100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0100.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/sdraw/main0100.xhp#hd_id3148664.1.help.text
msgid ""
"\\<variable id=\\\"main0100\\\"\\>\\<link "
"href=\\\"text/sdraw/main0100.xhp\\\" "
"name=\\\"Menus\\\"\\>Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0100.xhp#par_id3154684.2.help.text
msgid ""
"The following is a description of all $[officename] Draw menus, submenus and "
"their dialogs."
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#tit.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3149655.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0101.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#par_id3150868.2.help.text
msgid ""
"This menu contains general commands for working with Draw documents, such as "
"open, close and print. To close $[officename] Draw, click "
"\\<emph\\>Exit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3156441.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3156441.4.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3153876.6.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3153876.6.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3150718.7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3150718.7.help.text\n"
"\\<link href=\\\"text/simpress/01/01170000.xhp\\\" "
"name=\\\"Export\\\"\\>Export\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3154754.14.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3154754.14.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3150044.9.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3150044.9.help.text\n"
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" "
"name=\\\"Properties\\\"\\>Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3149127.12.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3149127.12.help.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3145790.13.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0101.xhp#hd_id3145790.13.help.text\n"
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Settings\\\"\\>Printer Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3150868.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0102.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#par_id3146974.2.help.text
msgid ""
"The commands in this menu are used to edit Draw documents (for example, "
"copying and pasting)."
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3147396.3.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3147396.3.help.text\n"
"\\<link href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste "
"Special\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3149400.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3149400.4.help.text\n"
"\\<link href=\\\"text/shared/01/02100000.xhp\\\" name=\\\"Find & "
"Replace\\\"\\>Find & Replace\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3153713.13.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3153713.13.help.text\n"
"\\<link href=\\\"text/shared/01/05270000.xhp\\\" "
"name=\\\"Points\\\"\\>Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#par_id3147340.14.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#par_id3147340.14.help.text\n"
"Enables you to edit points on your drawing."
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3149258.15.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3149258.15.help.text\n"
"\\<link href=\\\"text/simpress/02/10030200.xhp\\\" name=\\\"Glue "
"points\\\"\\>Glue points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#par_id3146315.16.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#par_id3146315.16.help.text\n"
"Enables you to edit glue points on your drawing."
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3147005.5.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3147005.5.help.text\n"
"\\<link href=\\\"text/simpress/01/02120000.xhp\\\" "
"name=\\\"Duplicate\\\"\\>Duplicate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3150205.6.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/02150000.xhp\\\" name=\\\"Cross-"
"fading\\\"\\>Cross-fading\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3154650.7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3154650.7.help.text\n"
"\\<link href=\\\"text/simpress/01/02160000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3145587.17.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3145587.17.help.text\n"
"\\<link href=\\\"text/simpress/guide/layers.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#par_id3146982.18.help.text
msgid "Sets layer properties."
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3156446.10.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3156446.10.help.text\n"
"\\<link href=\\\"text/shared/01/02180000.xhp\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3148699.11.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3148699.11.help.text\n"
"\\<link href=\\\"text/shared/01/02220000.xhp\\\" "
"name=\\\"ImageMap\\\"\\>ImageMap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3157867.12.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0102.xhp#hd_id3157867.12.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0103.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#hd_id3152576.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0103.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#par_id3159155.2.help.text
msgid "Sets the display properties of Draw documents."
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#par_idN105AB.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0103.xhp#par_idN105AB.help.text\n"
"Normal"
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#par_idN105AF.help.text
msgid "Switch to normal view of the page."
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#par_idN105B2.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0103.xhp#par_idN105B2.help.text\n"
"Master"
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#par_idN105B6.help.text
msgid "Switch to the master page view."
msgstr ""

#: helpcontent2/source/text/sdraw/main0103.xhp#hd_id3149666.3.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0103.xhp#hd_id3149666.3.help.text\n"
"\\<link href=\\\"text/shared/01/03010000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3148797.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0104.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#par_id3153770.2.help.text
msgid ""
"This menu allows you to insert elements, such as graphics and guides, into "
"Draw documents."
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3154320.3.help.text
msgid ""
"\\<link href=\\\"text/sdraw/01/04010000.xhp\\\" "
"name=\\\"Slide\\\"\\>Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3146974.4.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04020000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3147397.5.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04030000.xhp\\\" name=\\\"Insert Snap "
"Point/Line\\\"\\>Insert Snap Point/Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3154018.6.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3154018.6.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Character\\\"\\>Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3150749.11.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3150749.11.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3156385.7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3156385.7.help.text\n"
"\\<link href=\\\"text/simpress/01/04080100.xhp\\\" "
"name=\\\"Spreadsheet\\\"\\>Spreadsheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3147003.8.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3147003.8.help.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" "
"name=\\\"Chart\\\"\\>Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3155111.9.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3155111.9.help.text\n"
"\\<link href=\\\"text/shared/01/04160500.xhp\\\" name=\\\"Floating "
"Frame\\\"\\>Floating Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3157867.10.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0104.xhp#hd_id3157867.10.help.text\n"
"\\<link href=\\\"text/simpress/01/04110000.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3153770.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0105.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#par_id3152578.2.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#par_id3152578.2.help.text\n"
"Contains commands for formatting the layout and the contents of your "
"document."
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3155111.10.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3155111.10.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3146979.12.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3146979.12.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3166426.19.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3166426.19.help.text\n"
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Numbering/Bullets\\\"\\>Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3155091.14.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3155091.14.help.text\n"
"\\<link href=\\\"text/simpress/01/01180000.xhp\\\" "
"name=\\\"Page\\\"\\>Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3146971.6.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3146971.6.help.text\n"
"\\<link href=\\\"text/shared/01/05230000.xhp\\\" name=\\\"Position and "
"Size\\\"\\>Position and Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3148576.3.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3148576.3.help.text\n"
"\\<link href=\\\"text/shared/01/05200000.xhp\\\" "
"name=\\\"Line\\\"\\>Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3151076.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3151076.4.help.text\n"
"\\<link href=\\\"text/shared/01/05210000.xhp\\\" "
"name=\\\"Area\\\"\\>Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3153878.5.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3153878.5.help.text\n"
"\\<link href=\\\"text/shared/01/05990000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0105.xhp#hd_id3153913.16.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05140000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0106.xhp#tit.help.text\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/sdraw/main0106.xhp#hd_id3159155.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0106.xhp\\\" "
"name=\\\"Tools\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0106.xhp#par_id3156443.2.help.text
msgid ""
"This menu provides tools for $[officename] Draw as well as access to "
"language and system settings."
msgstr ""

#: helpcontent2/source/text/sdraw/main0106.xhp#hd_id3153415.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0106.xhp#hd_id3153415.4.help.text\n"
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0106.xhp#hd_id3150044.6.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Customize\\\"\\>Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0200.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/sdraw/main0200.xhp#hd_id3148663.1.help.text
msgid ""
"\\<variable id=\\\"main0200\\\"\\>\\<link "
"href=\\\"text/sdraw/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0200.xhp#par_id3125863.2.help.text
msgid ""
"This section provides an overview of the toolbars available in $[officename] "
"Draw."
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0202.xhp#tit.help.text\n"
"Formatting Bar"
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3149669.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0202.xhp\\\" name=\\\"Formatting "
"Bar\\\"\\>Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#par_id3150543.2.help.text
msgid "The Formatting bar contains commands for the current editing mode."
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3149664.3.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3149664.3.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Style\\\"\\>Line Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3156285.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3156285.4.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Width\\\"\\>Line Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3154015.5.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3154015.5.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Color\\\"\\>Line Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3155767.6.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0202.xhp#hd_id3155767.6.help.text\n"
"\\<link href=\\\"text/shared/01/05210100.xhp\\\" name=\\\"Area Style / "
"Filling\\\"\\>Area Style / Filling\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#tit.help.text\n"
"Drawing Bar"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#hd_id3150398.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0210.xhp\\\" name=\\\"Drawing "
"Bar\\\"\\>Drawing Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_id3149656.2.help.text
msgid "The \\<emph\\>Drawing\\</emph\\> bar holds the main drawing tools."
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105D1.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105D1.help.text\n"
"\\<link href=\\\"text/simpress/02/10060000.xhp\\\"\\>Rectangle\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105E1.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105E1.help.text\n"
"Draws a filled rectangle where you drag in the current document. Click where "
"you want to place a corner of the rectangle, and drag to the size you want. "
"To draw a square, hold down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105EE.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105EE.help.text\n"
"\\<link href=\\\"text/simpress/02/10070000.xhp\\\"\\>Ellipse\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105FE.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN105FE.help.text\n"
"Draws a filled oval where you drag in the current document. Click where you "
"want to draw the oval, and drag to the size you want. To draw a circle, hold "
"down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1060B.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1060B.help.text\n"
"\\<link href=\\\"text/simpress/02/10050000.xhp\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1061B.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1061B.help.text\n"
"Draws a text box where you click or drag in the current document. Click "
"anywhere in the document, and then type or paste your text."
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106B4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106B4.help.text\n"
"\\<link href=\\\"text/shared/01/05270000.xhp\\\" "
"name=\\\"Points\\\"\\>Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106C3.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106C3.help.text\n"
"Enables you to edit points on your drawing."
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106C8.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106C8.help.text\n"
"\\<link href=\\\"text/simpress/02/10030200.xhp\\\" name=\\\"Glue "
"points\\\"\\>Glue Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106D7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN106D7.help.text\n"
"Enables you to edit glue points on your drawing."
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1072C.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1072C.help.text\n"
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"Form "
"Controls\\\"\\>Form Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1074B.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1074B.help.text\n"
"\\<link href=\\\"text/shared/3dsettings_toolbar.xhp\\\"\\>Extrusion "
"On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1075A.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0210.xhp#par_idN1075A.help.text\n"
"Switches the 3D effects on and off for the selected objects."
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#tit.help.text\n"
"Options Bar"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150793.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/main0213.xhp\\\" name=\\\"Options "
"Bar\\\"\\>Options Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#par_id3154685.2.help.text
msgid ""
"The \\<emph\\>Options\\</emph\\> bar can be displayed by choosing "
"\\<emph\\>View - Toolbars - Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#par_id3156441.17.help.text
msgid ""
"This \\<link href=\\\"text/shared/00/00000005.xhp#andocken\\\" "
"name=\\\"dockable\\\"\\>dockable\\</link\\> toolbar contains some drawing "
"features."
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3145251.3.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3145251.3.help.text\n"
"\\<link href=\\\"text/shared/02/01171200.xhp\\\" name=\\\"Display "
"Grid\\\"\\>Display Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3149018.5.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3149018.5.help.text\n"
"\\<link href=\\\"text/shared/02/01171400.xhp\\\" name=\\\"Guides When "
"Moving\\\"\\>Guides When Moving\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3147338.6.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3147338.6.help.text\n"
"\\<link href=\\\"text/shared/02/01171300.xhp\\\" name=\\\"Snap to "
"Grid\\\"\\>Snap to Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3146313.7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3146313.7.help.text\n"
"\\<link href=\\\"text/simpress/02/13140000.xhp\\\" name=\\\"Snap to Snap "
"Lines\\\"\\>Snap to Snap Lines\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3155111.8.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3155111.8.help.text\n"
"\\<link href=\\\"text/simpress/02/13150000.xhp\\\" name=\\\"Snap to Page "
"Margins\\\"\\>Snap to Page Margins\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150343.9.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150343.9.help.text\n"
"\\<link href=\\\"text/simpress/02/13160000.xhp\\\" name=\\\"Snap to Object "
"Border\\\"\\>Snap to Object Border\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150368.10.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150368.10.help.text\n"
"\\<link href=\\\"text/simpress/02/13170000.xhp\\\" name=\\\"Snap to Object "
"Points\\\"\\>Snap to Object Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3146980.11.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3146980.11.help.text\n"
"\\<link href=\\\"text/simpress/02/13180000.xhp\\\" name=\\\"Allow Quick "
"Editing\\\"\\>Allow Quick Editing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3148870.12.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3148870.12.help.text\n"
"\\<link href=\\\"text/simpress/02/13190000.xhp\\\" name=\\\"Select Text Area "
"Only\\\"\\>Select Text Area Only\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3153008.13.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3153008.13.help.text\n"
"\\<link href=\\\"text/simpress/02/13200000.xhp\\\" name=\\\"Picture "
"Placeholders\\\"\\>Picture Placeholders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3153070.14.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3153070.14.help.text\n"
"\\<link href=\\\"text/simpress/02/13210000.xhp\\\" name=\\\"Contour "
"Mode\\\"\\>Contour Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150437.15.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150437.15.help.text\n"
"\\<link href=\\\"text/simpress/02/13220000.xhp\\\" name=\\\"Text "
"Placeholders\\\"\\>Text Placeholders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150394.16.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0213.xhp#hd_id3150394.16.help.text\n"
"\\<link href=\\\"text/simpress/02/13230000.xhp\\\" name=\\\"Line Contour "
"Only\\\"\\>Line Contour Only\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#tit.help.text
msgid "$[officename] Draw Features"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3148797.1.help.text
msgid ""
"\\<variable id=\\\"main0503\\\"\\>\\<link "
"href=\\\"text/sdraw/main0503.xhp\\\" name=\\\"$[officename] Draw "
"Features\\\"\\>$[officename] Draw Features\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3146975.2.help.text
msgid ""
"$[officename] Draw lets you create simple and complex drawings and export "
"them in a number of common image formats. You can also insert tables, "
"charts, formulas and other items created in $[officename] programs into your "
"drawings."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3147435.11.help.text
msgid "Vector Graphics"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3153142.12.help.text
msgid ""
"$[officename] Draw creates vector graphics using lines and curves defined by "
"mathematical vectors. Vectors describe lines, ellipses, and polygons "
"according to their geometry."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3154320.14.help.text
msgid "Creating 3D Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3145251.15.help.text
msgid ""
"You can create simple 3D objects such as cubes, spheres, and cylinders in "
"$[officename] Draw and even modify the light source of the objects."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3154491.20.help.text
msgid "Grids and Guides"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3149379.6.help.text
msgid ""
"Grids and guides provide a visual cue to help you align objects in your "
"drawing. You can also choose to snap an object to a grid line, guide or to "
"the edge of another object."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3155601.16.help.text
msgid "Connecting Objects to Show Relationships"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3149124.17.help.text
msgid ""
"You can connect objects in $[officename] Draw with special lines called "
"\"connectors\" to show the relationship between objects. Connectors attach "
"to glue points on drawing objects and remain attached when the connected "
"objects are moved. Connectors are useful for creating organization charts "
"and technical diagrams."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3155764.21.help.text
msgid "Displaying Dimensions"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3155333.22.help.text
msgid ""
"Technical diagrams often show the dimensions of objects in the drawing. In "
"$[officename] Draw, you can use dimension lines to calculate and display "
"linear dimensions."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3154705.18.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3154705.18.help.text\n"
"Gallery"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3154022.7.help.text
msgid ""
"The Gallery contains images, animations, sounds and other items that you can "
"insert and use in your drawings as well as other $[officename] programs."
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#hd_id3149207.19.help.text
msgid "Graphic File Formats"
msgstr ""

#: helpcontent2/source/text/sdraw/main0503.xhp#par_id3155112.5.help.text
msgid ""
"$[officename] Draw can export to many common graphic file formats, such as "
"BMP, GIF, JPG, and PNG."
msgstr ""

#: helpcontent2/source/text/sdraw/00/00000004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/00/00000004.xhp#tit.help.text\n"
"To access this command..."
msgstr ""

#: helpcontent2/source/text/sdraw/00/00000004.xhp#hd_id3156024.1.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/00/00000004.xhp#hd_id3156024.1.help.text\n"
"\\<variable id=\\\"wie\\\"\\>To access this command...\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/01/04010000.xhp#tit.help.text
msgid "Insert Page"
msgstr ""

#: helpcontent2/source/text/sdraw/01/04010000.xhp#hd_id3150202.1.help.text
msgid ""
"\\<link href=\\\"text/sdraw/01/04010000.xhp\\\" name=\\\"Insert "
"Page\\\"\\>Insert Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/01/04010000.xhp#par_id3152988.2.help.text
msgid ""
"\\<variable id=\\\"seitetext\\\"\\>Inserts a blank page after the selected "
"page.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#tit.help.text\n"
"Shortcut Keys for Drawings"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#bm_id3156441.help.text
msgid ""
"\\<bookmark_value\\>shortcut keys;in "
"drawings\\</bookmark_value\\>\\<bookmark_value\\>drawings; shortcut "
"keys\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156441.1.help.text
msgid ""
"\\<variable id=\\\"draw_keys\\\"\\>\\<link "
"href=\\\"text/sdraw/04/01020000.xhp\\\" name=\\\"Shortcut Keys for "
"Drawings\\\"\\>Shortcut Keys for Drawings\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3153877.2.help.text
msgid ""
"The following is a list of shortcut keys specific to Drawing documents."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3154730.103.help.text
msgid ""
"You can also use the \\<link href=\\\"text/shared/04/01010000.xhp\\\" "
"name=\\\"general shortcut keys for $[officename]\\\"\\>general shortcut keys "
"for $[officename]\\</link\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149121.3.help.text
msgid "Function Keys for Drawings"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3155768.4.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3155768.4.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3153713.6.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3153713.6.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150044.7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150044.7.help.text\n"
"F2"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3152346.8.help.text
msgid "Add or edit text."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154705.9.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154705.9.help.text\n"
"F3"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3147004.10.help.text
msgid "Opens group to edit individual objects."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3155113.11.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3155113.11.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F3"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3159238.12.help.text
msgid "Close group editor."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150199.13.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150199.13.help.text\n"
"Shift+F3"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3152994.14.help.text
msgid "Opens the \\<emph\\>Duplicate\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154488.15.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154488.15.help.text\n"
"F4"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3149406.16.help.text
msgid "Opens the \\<emph\\>Position and Size\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148870.21.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148870.21.help.text\n"
"F5"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3153917.22.help.text
msgid "Opens the \\<emph\\>Navigator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3157982.25.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3157982.25.help.text\n"
"F7"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3154649.26.help.text
msgid "Checks spelling."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3152869.27.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3152869.27.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F7"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3154765.28.help.text
msgid "Opens the \\<emph\\>Thesaurus\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3146962.29.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3146962.29.help.text\n"
"F8"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3154707.30.help.text
msgid "Edit points on/off."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149317.31.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149317.31.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F8"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3147250.32.help.text
msgid "Fits to frame."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150434.35.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150434.35.help.text\n"
"F11"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3151389.36.help.text
msgid "Opens Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#bm_id3150393.help.text
msgid ""
"\\<bookmark_value\\>zooming;shortcut "
"keys\\</bookmark_value\\>\\<bookmark_value\\>drawings; zoom function "
"in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150393.41.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150393.41.help.text\n"
"Shortcut Keys for Drawings"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156401.42.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156401.42.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3146323.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3146323.43.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149946.44.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149946.44.help.text\n"
"Plus(+) Key"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3159119.45.help.text
msgid "Zooms in."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150655.46.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150655.46.help.text\n"
"Minus(-) Key"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3145827.47.help.text
msgid "Zooms out."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149886.99.help.text
msgid "Multiple(×) Key (number pad)"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3150746.102.help.text
msgid "Zooms to fit entire page in screen."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154841.101.help.text
msgid "Divide (÷) Key (number pad)"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3153039.100.help.text
msgid "Zooms in on the current selection."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150867.52.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+G"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3149250.53.help.text
msgid "Groups selected objects."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149955.54.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149955.54.help.text\n"
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command+Option "
"\\</caseinline\\>\\<defaultinline\\>Ctrl+A"
"lt\\</defaultinline\\>\\</switchinline\\>+A"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3148582.55.help.text
msgid "Ungroups selected group."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3146852.56.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+K"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3153110.57.help.text
msgid "Combines selected objects."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3153567.58.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command+Option "
"\\</caseinline\\>\\<defaultinline\\>Ctrl+A"
"lt\\</defaultinline\\>\\</switchinline\\>+Shift+K"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3147366.59.help.text
msgid "Uncombines selected object."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3153730.60.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift++"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3155928.61.help.text
msgid "Bring to front."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3145245.62.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>++"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3148393.63.help.text
msgid "Bring forward."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3150928.64.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+-"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3156062.65.help.text
msgid "Send backward."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3145298.66.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+-"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3149028.67.help.text
msgid "Send to back."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3147533.68.help.text
msgid "Shortcut Keys Specific to Drawings"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154865.69.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154865.69.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3155370.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3155370.70.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AD7.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AD7.help.text\n"
"PageUp"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10ADC.help.text
msgid "Switch to previous page"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AE2.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AE2.help.text\n"
"PageDown"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AE7.help.text
msgid "Switch to next page"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AED.help.text
msgid "Ctrl+PageUp"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AF2.help.text
msgid "Switch to next layer"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AF8.help.text
msgid "Ctrl+PageDown"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10AFD.help.text
msgid "Switch to previous layer"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3153927.71.help.text
msgid "Arrow Key"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3155986.72.help.text
msgid "Moves the selected object in the direction of the arrow key."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156259.73.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156259.73.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Arrow Key"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3147171.74.help.text
msgid "Moves the page view in the direction of the arrow key."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3083282.75.help.text
msgid "Shift+ drag with mouse"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3145620.76.help.text
msgid ""
"The movement of the selected object is constrained by multiples of 45 "
"degrees."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3152484.79.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Click while dragging an object. Note: you "
"must first enable the \\<link href=\\\"text/shared/optionen/01070500.xhp\\\" "
"name=\\\"Copy when moving\\\"\\>Copy when moving\\</link\\> option in Tools -"
" Options - %PRODUCTNAME Draw - General to use this shortcut key."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3149450.80.help.text
msgid "Creates a copy of the dragged object when mouse button is released."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154643.104.help.text
msgid ""
"Ctrl+Enter with keyboard focus (F6) on a drawing object icon on Tools bar"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3150756.105.help.text
msgid ""
"Inserts a drawing object of default size into the center of the current view."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3151189.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3151189.106.help.text\n"
"Shift+F10"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3151266.107.help.text
msgid "Opens the context menu for the selected object."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156100.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3156100.108.help.text\n"
"F2"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3156323.109.help.text
msgid "Enters text mode."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3147563.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3147563.110.help.text\n"
"Enter"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3150258.111.help.text
msgid "Enters text mode if a text object is selected."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3155851.112.help.text
msgid "Ctrl+Enter"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3154046.113.help.text
msgid ""
"Enters text mode if a text object is selected. If there are no text objects "
"or if you have cycled through all of the text objects on the page, a new "
"page is inserted."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3149977.81.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3152812.82.help.text
msgid ""
"Press the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> key and drag with the mouse to draw or resize "
"an object from the center of the object outward."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3143232.83.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> + click on an object"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3156007.84.help.text
msgid "Selects the object behind the currently selected object."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3147252.85.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Shift+click an object"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3145666.86.help.text
msgid "Selects the object in front of the currently selected object."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3155325.87.help.text
msgid "Shift key while selecting an object"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3159343.88.help.text
msgid "Adds or removes object to or from the selection."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154933.89.help.text
msgid "Shift+drag while creating or resizing an object"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3148831.90.help.text
msgid "Constrains the dimensions of the object to multiples of 45 degrees."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154205.91.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154205.91.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3148804.92.help.text
msgid ""
"Cycles through the objects on the page in the order in which they were "
"created."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3145410.93.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3145410.93.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3149764.94.help.text
msgid ""
"Cycles through the objects on the page in the reverse-order in which they "
"were created."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3158399.97.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3158399.97.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3109840.98.help.text
msgid "Exits current mode."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3154262.114.help.text
msgid "Shortcut Keys for 3D Effects (Illumination tab)"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10E11.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10E11.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10E17.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/04/01020000.xhp#par_idN10E17.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3153578.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3153578.115.help.text\n"
"Page Up"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3147513.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3147513.116.help.text\n"
"Changes the light source in the preview window."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148482.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148482.117.help.text\n"
"Page Down"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3155364.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3155364.118.help.text\n"
"Changes the light source in the preview window."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148906.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148906.119.help.text\n"
"Arrow keys"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3154272.120.help.text
msgid "Moves the current light source in the direction of the arrow."
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148923.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/04/01020000.xhp#hd_id3148923.121.help.text\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/sdraw/04/01020000.xhp#par_id3166451.122.help.text
msgid "Enables the current light source and turns it on or off."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#tit.help.text
msgid "Arranging, Aligning and Distributing Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#hd_id3149656.73.help.text
msgid ""
"\\<variable id=\\\"align_arrange\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/align_arrange.xhp\\\" name=\\\"Arranging and "
"Aligning Objects\\\"\\>Arranging, Aligning and Distributing "
"Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#bm_id3125863.help.text
msgid ""
"\\<bookmark_value\\>arranging; objects "
"(guide)\\</bookmark_value\\>\\<bookmark"
"_value\\>objects;aligning\\</bookmark_v"
"alue\\>\\<bookmark_value\\>distributing; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>aligning;draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#hd_id3125863.17.help.text
msgid "Arranging Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3153727.18.help.text
msgid ""
"Each object that you place in your document is successively stacked on the "
"preceding object. To re-arrange the stacking order of a selected object "
"proceed as follows."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107D5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107D5.help.te"
"xt\n"
"Click the object that you want to re-arrange."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3150327.78.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Modify - Arrange\\</item\\> to bring "
"up the context menu and choose one of the arrange options:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107E6.help.text
msgid ""
"\\<emph\\>Bring to Front\\</emph\\> places the object on top of all other "
"objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107EC.help.text
msgid ""
"\\<emph\\>Bring Forward\\</emph\\> places the object one place forward in "
"the stack of objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107F2.help.text
msgid ""
"\\<emph\\>Send Backward\\</emph\\> places the object one place back in the "
"stack of objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107F8.help.text
msgid ""
"\\<emph\\>Send to Back\\</emph\\> places the object behind all other objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN107FE.help.text
msgid ""
"\\<emph\\>Behind Object\\</emph\\> places the object behind another object "
"that you select"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#hd_id3155766.79.help.text
msgid "Arranging an Object Behind Another Object"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN10811.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN10811.help.te"
"xt\n"
"Click the object that you want to re-arrange."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3154253.80.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Modify - Arrange\\</item\\> to open "
"the context menu and choose \\<emph\\>Behind Object\\</emph\\>. The mouse "
"pointer changes to a hand."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3149126.81.help.text
msgid ""
"Click the object behind which you want to arrange the selected object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#hd_id3145789.20.help.text
msgid "Reversing The Stacking Order of Two Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3154022.83.help.text
msgid "Shift-click both objects to select them."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3155114.84.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Modify - Arrange\\</item\\> to open "
"the context menu and choose \\<emph\\>Reverse\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#hd_id3166425.21.help.text
msgid "Aligning Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3152994.22.help.text
msgid ""
"The \\<emph\\>Alignment\\</emph\\> function enables you to align objects "
"relative to each other or relative to the page."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN108A3.help.text
msgid ""
"Select an object to align it to the page or select multiple objects to align "
"them relative to each other."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN108A7.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Modify - Alignment\\</item\\> and "
"select one of the alignment options."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN108AE.help.text
msgid "Distributing Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3151390.71.help.text
msgid ""
"If you select three or more objects in Draw, you can also use the \\<link "
"href=\\\"text/shared/01/05360000.xhp\\\" "
"name=\\\"Distribution\\\"\\>\\<emph\\>Distribution\\</emph\\>\\</link\\> "
"command to distribute the vertical and horizontal spacing evenly between the "
"objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN108CE.help.text
msgid "Select three or more objects to be distributed."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN108D2.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Modify - Distribution\\</item\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_idN108DA.help.text
msgid ""
"Select the horizontal and vertical distribution option and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/align_arrange.xhp#par_id3150535.72.help.text
msgid ""
"Selected objects are distributed evenly along the horizontal or vertical "
"axis. The two outermost objects are used as reference points and do not move "
"when the \\<emph\\>Distribution\\</emph\\> command is applied."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#tit.help.text
msgid "Defining Custom Colors"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#bm_id3149263.help.text
msgid ""
"\\<bookmark_value\\>colors; defining and "
"saving\\</bookmark_value\\>\\<bookmark_value\\>user-defined "
"colors\\</bookmark_value\\>\\<bookmark_value\\>custom "
"colors\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#hd_id3149263.7.help.text
msgid ""
"\\<variable id=\\\"color_define\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/color_define.xhp\\\" name=\\\"Defining Custom "
"Colors\\\"\\>Defining Custom Colors\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3154511.8.help.text
msgid "If you want, you can mix a custom color and add it to a color table."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#hd_id3155600.9.help.text
msgid "To define a custom color"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3150327.25.help.text
msgid ""
"Choose \\<emph\\>Format - Area\\</emph\\> and click the "
"\\<emph\\>Colors\\</emph\\> tab. A table of the predefined colors is "
"displayed."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3154657.13.help.text
msgid ""
"Changes made to the standard color table are permanent and are saved "
"automatically."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3166425.14.help.text
msgid ""
"Click a color in the table that is similar to the one you want to mix. The "
"color appears in the upper preview box to the right of the table."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3152992.15.help.text
msgid ""
"Select the RGB or CMYK color model in the box below the preview boxes."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3152987.16.help.text
msgid ""
"The RGB color model mixes red, green and blue light to create colors on a "
"computer screen. In the RGB model, the three color components are additive "
"and can have values ranging from 0 (black) to 255 (white). The CMYK color "
"model combines Cyan (C), Magenta (M), Yellow (Y), and blacK (K, also used "
"for \"Key\") to create colors for printing. The four colors of the CMYK "
"models are subtractive and are defined as percentages. Black corresponds to "
"100 % and white to 0 %."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3145386.17.help.text
msgid ""
"Enter a numeric value in the boxes next to the color components. The new "
"color appears in the preview box directly above the color model box."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3152871.18.help.text
msgid ""
"You can also create a color using a color spectrum. Click the "
"\\<emph\\>Edit\\</emph\\> button to open the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog. Click a "
"color and click OK. Use the Hue, Saturation, and Brightness boxes to adjust "
"your color selection."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3153011.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3153011.19.help"
".text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3147244.26.help.text
msgid ""
"If you want to replace the color in the standard color table that your "
"custom color is based on, click \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3145116.20.help.text
msgid ""
"If you want to add your custom color to the standard color table, enter a "
"name in the \\<emph\\>Name\\</emph\\> text box and click "
"\\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/color_define.xhp#par_id3145236.23.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03170000.xhp\\\" name=\\\"Color "
"bar\\\"\\>Color bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#tit.help.text
msgid "Combining Objects and Constructing Shapes"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#bm_id3156443.help.text
msgid ""
"\\<bookmark_value\\>combining; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>merging; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>connecting; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"combining\\</bookmark_value\\>\\<bookmark_value\\>intersecting draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>polygons; "
"intersecting/subtrac"
"ting/merging\\</bookmark_value\\>\\<bookmark_value\\>subtracting "
"polygons\\</bookmark_value\\>\\<bookmark_value\\>constructing "
"shapes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3156443.64.help.text
msgid ""
"\\<variable id=\\\"combine_etc\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/combine_etc.xhp\\\" name=\\\"Combining Objects and "
"Constructing Shapes\\\"\\>Combining Objects and Constructing "
"Shapes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3149020.65.help.text
msgid ""
"Combined drawing objects act as grouped objects, except that you cannot "
"enter the group to edit the individual objects. "
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3154659.87.help.text
msgid "You can only combine 2D objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3150344.32.help.text
msgid "To combine 2D objects:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3166428.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3166428.66.help."
"text\n"
"Select two or more 2D objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3145587.67.help.text
msgid "Choose \\<emph\\>Modify - Combine\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3146978.33.help.text
msgid ""
"Unlike groups, a combined object takes on the properties of the lowermost "
"object in the stacking order. You can split apart combined objects, but the "
"original object properties are lost."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3155088.34.help.text
msgid "When you combine objects, holes appear where the objects overlap."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3156019.help.text
msgid ""
"\\<image id=\\\"img_id3157978\\\" src=\\\"res/helpimg/kombi1.png\\\" "
"width=\\\"212.46mm\\\" height=\\\"63.5mm\\\"\\>\\<alt "
"id=\\\"alt_id3157978\\\"\\>Illustration for combining "
"objects\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3153249.35.help.text
msgid ""
"In the illustration, the uncombined objects are on the left and the combined "
"objects on the right."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3159229.68.help.text
msgid "Constructing Shapes"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150049.63.help.text
msgid ""
"You can construct shapes by applying the \\<link "
"href=\\\"text/simpress/01/13180000.xhp\\\" "
"name=\\\"Shapes\\\"\\>\\<emph\\>Shapes\\</emph\\>\\</link\\>\\<emph\\>- "
"Merge, Subtract and Intersect\\</emph\\> commands to two or more drawing "
"objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3147403.88.help.text
msgid "Shape commands only work on 2D objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150539.89.help.text
msgid ""
"Constructed shapes take on the properties of the lowermost object in the "
"stacking order."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3156402.90.help.text
msgid "To construct a shape:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3157874.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3157874.69.help."
"text\n"
"Select two or more 2D objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150650.70.help.text
msgid "Choose \\<emph\\>Modify - Shapes\\</emph\\> and one of the following:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3145829.91.help.text
msgid "\\<emph\\>Merge\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3154680.92.help.text
msgid "\\<emph\\>Subtract\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3153034.93.help.text
msgid "\\<emph\\>Intersect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3145144.94.help.text
msgid "Shape Commands"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3153931.71.help.text
msgid ""
"In the following illustrations, the original objects are on the left and the "
"modified shapes on the right."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3149950.72.help.text
msgid "Shapes - Merge"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3148585.help.text
msgid ""
"\\<image id=\\\"img_id3145593\\\" src=\\\"res/helpimg/formvers.png\\\" "
"width=\\\"88.37mm\\\" height=\\\"33.34mm\\\"\\>\\<alt "
"id=\\\"alt_id3145593\\\"\\>Illustration for merging "
"shapes\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150001.73.help.text
msgid ""
"Adds the area of the selected objects to the area of the lowermost object in "
"the stacking order."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3153002.74.help.text
msgid "Shapes - Subtract"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150338.help.text
msgid ""
"\\<image id=\\\"img_id3154505\\\" src=\\\"res/helpimg/formsubt.png\\\" "
"width=\\\"88.11mm\\\" height=\\\"33.34mm\\\"\\>\\<alt "
"id=\\\"alt_id3154505\\\"\\>Illustration for subtracting "
"shapes\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150022.75.help.text
msgid ""
"Subtracts the area of the selected objects from the area of the lowermost "
"object in the stacking order."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#hd_id3147370.78.help.text
msgid "Shapes - Intersect"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3150570.help.text
msgid ""
"\\<image id=\\\"img_id3150658\\\" src=\\\"res/helpimg/formschn.png\\\" "
"width=\\\"87.05mm\\\" height=\\\"33.07mm\\\"\\>\\<alt "
"id=\\\"alt_id3150658\\\"\\>Illustratoin for intersecting "
"shapes\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3157972.79.help.text
msgid "The overlapping area of the selected objects creates the new shape."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/combine_etc.xhp#par_id3151020.80.help.text
msgid "The area outside the overlap is removed."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#tit.help.text
msgid "Cross-Fading Two Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#bm_id3150715.help.text
msgid ""
"\\<bookmark_value\\>draw objects; cross-fading two "
"objects\\</bookmark_value\\>\\<bookmark_value\\>cross-fading; two draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#hd_id3150715.17.help.text
msgid ""
"\\<variable id=\\\"cross_fading\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/cross_fading.xhp\\\" name=\\\"Cross-Fading Two "
"Objects\\\"\\>Cross-Fading Two Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3154754.18.help.text
msgid ""
"Cross-fading creates shapes and distributes them by uniform increments "
"between two drawing objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3155112.41.help.text
msgid ""
"The cross-fading command is only available in $[officename] Draw. You can, "
"however, copy and paste cross-faded objects into $[officename] Impress."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#hd_id3149209.20.help.text
msgid "To cross-fade two objects:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3150370.45.help.text
msgid "Hold down Shift and click each object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3166428.22.help.text
msgid "Choose \\<emph\\>Edit - Cross-fading\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3156450.44.help.text
msgid ""
"Enter a value to specify the number of objects between the start and end of "
"the cross-fade in the \\<emph\\>Increments\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3149405.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3149405.23.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3151240.24.help.text
msgid ""
"A group containing the two original objects and the specified number "
"(increments) of cross-faded objects is displayed."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3159203.help.text
msgid ""
"\\<image id=\\\"img_id3150210\\\" src=\\\"res/helpimg/ueberblenden.png\\\" "
"width=\\\"74.88mm\\\" height=\\\"65.62mm\\\"\\>\\<alt "
"id=\\\"alt_id3150210\\\"\\>Illustration for crossfading\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3154766.25.help.text
msgid ""
"You can edit the individual objects of a group by selecting the group and "
"pressing F3. Press Ctrl+F3 to exit the group editing mode."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/cross_fading.xhp#par_id3155760.42.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/02150000.xhp\\\" name=\\\"Editing - Cross-"
"fading\\\"\\>Editing - Cross-fading\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#tit.help.text
msgid "Drawing Sectors and Segments"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#bm_id3146974.help.text
msgid ""
"\\<bookmark_value\\>sectors of "
"circles/ellipses\\</bookmark_value\\>\\<bookmark_value\\>segments of "
"circles/ellipses\\</bookmark_value\\>\\<bookmark_value\\>circles; "
"segments\\</bookmark_value\\>\\<bookmark_value\\>ellipses; "
"segments\\</bookmark_value\\>\\<bookmark_value\\>drawing; sectors and "
"segments\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#hd_id3146974.30.help.text
msgid ""
"\\<variable id=\\\"draw_sector\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/draw_sector.xhp\\\" name=\\\"Drawing Sectors and "
"Segments\\\"\\>Drawing Sectors and Segments\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3147396.31.help.text
msgid ""
"The \\<emph\\>Ellipse\\</emph\\> toolbar contains tools for drawing ellipses "
"and circles. You can also draw segments and sectors of circles and ellipses."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#hd_id3151075.32.help.text
msgid "To draw a sector of a circle or an ellipse:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3155335.33.help.text
msgid ""
"Open the \\<emph\\>Ellipses\\</emph\\> toolbar and click one of the "
"\\<emph\\>Circle Pie\\</emph\\> or \\<emph\\>Ellipse Pie\\</emph\\> icons "
"\\<image id=\\\"img_id3155768\\\" "
"src=\\\"res/commandimagelist/sc_circlepie_unfilled.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155768\\\"\\>Icon\\</alt\\>\\</image\\>. The mouse pointer "
"changes to a cross hair with a small icon of a sector."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3150199.34.help.text
msgid ""
"Position the pointer at the edge of the circle you want to draw and drag to "
"create the circle."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3148868.35.help.text
msgid ""
"To create a circle by dragging from the center, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> while "
"dragging."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3145361.36.help.text
msgid ""
"Release the mouse button when the circle has reached the size you want. A "
"line corresponding to the circle radius appears in the circle."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3149872.37.help.text
msgid ""
"Position the pointer where you want to place the first boundary of the "
"sector and click."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3157871.51.help.text
msgid ""
"As the radius line that follows the pointer is constrained to the circle "
"boundaries, you can click anywhere in the document."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3146874.38.help.text
msgid ""
"Position the pointer where you want to place the second boundary of the "
"sector and click. The completed sector is displayed."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3148581.41.help.text
msgid ""
"To draw a segment of a circle or ellipse, follow the steps for creating a "
"sector based on a circle."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/draw_sector.xhp#par_id3153084.42.help.text
msgid ""
"To draw an arc based on an ellipse, choose one of the arc icons and follow "
"the same steps for creating a sector based on a circle."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#tit.help.text
msgid "Duplicating Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#bm_id3145750.help.text
msgid ""
"\\<bookmark_value\\>doubling draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"duplicating\\</bookmark_value\\>\\<bookmark_value\\>duplicating draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>multiplying draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#hd_id3145750.3.help.text
msgid ""
"\\<variable id=\\\"duplicate_object\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/duplicate_object.xhp\\\" name=\\\"Duplicating "
"Objects\\\"\\>Duplicating Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3149400.4.help.text
msgid ""
"You can create duplicate or multiple copies of an object. The copies can be "
"identical or can differ in size, color, orientation and location."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3153415.5.help.text
msgid ""
"The following example creates a stack of coins by making multiple copies of "
"a single ellipse."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3149129.6.help.text
msgid ""
"Use the \\<emph\\>Ellipse\\</emph\\> tool to draw a solid yellow ellipse."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3149209.8.help.text
msgid "Select the ellipse and choose \\<emph\\>Edit - Duplicate\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3145585.9.help.text
msgid "Enter 12 as \\<emph\\>Number of copies.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3151192.11.help.text
msgid ""
"Enter a negative value for the \\<emph\\>Width\\</emph\\> and "
"\\<emph\\>Height\\</emph\\> so that the coins decrease in size as you go up "
"the stack."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3151387.39.help.text
msgid ""
"To define a color transition for the coins, select different colors in the "
"\\<emph\\>Start\\</emph\\> and \\<emph\\>End\\</emph\\> boxes. The "
"\\<emph\\>Start\\</emph\\> color is applied to the object that you are "
"duplicating."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3149947.12.help.text
msgid "Click \\<emph\\>OK\\</emph\\> to create the duplicates."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/duplicate_object.xhp#par_id3153935.50.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/02120000.xhp\\\" name=\\\"Edit - "
"Duplicate\\\"\\>Edit - Duplicate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#tit.help.text
msgid "Replacing Colors"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#bm_id3147436.help.text
msgid ""
"\\<bookmark_value\\>eyedropper "
"tool\\</bookmark_value\\>\\<bookmark_value\\>colors; "
"replacing\\</bookmark_value\\>\\<bookmark_value\\>replacing;colors in "
"bitmaps\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#hd_id3147436.38.help.text
msgid ""
"\\<variable id=\\\"eyedropper\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/eyedropper.xhp\\\" name=\\\"Replacing "
"Colors\\\"\\>Replacing Colors\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3156286.24.help.text
msgid ""
"You can replace colors in bitmaps with the \\<emph\\>Eyedropper\\</emph\\> "
"tool."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3154704.25.help.text
msgid "Up to four colors can be replaced at once."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3147344.26.help.text
msgid ""
"You can also use the \\<emph\\>Transparency\\</emph\\> option to replace the "
"transparent areas of an image with a color."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3148488.27.help.text
msgid ""
"Similarly, you can use the \\<emph\\>Eyedropper\\</emph\\> to make a color "
"on your image transparent."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#hd_id3150205.28.help.text
msgid "To replace colors with the Eyedropper tool"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3154656.29.help.text
msgid ""
"Ensure that the image you are using is a bitmap (for example, BMP, GIF, JPG, "
"or PNG) or a metafile (for example, WMF)."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3150202.30.help.text
msgid "Choose \\<emph\\>Tools - Eyedropper\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3155531.31.help.text
msgid ""
"Click the Eyedropper icon and position the mouse pointer over the color you "
"want to replace in the image. The color appears in the box next to the "
"eyedropper icon."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3152985.32.help.text
msgid ""
"Click the color in the image. The color appears in the first "
"\\<emph\\>Source color\\</emph\\> box and the check box next to the color is "
"selected."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3148866.33.help.text
msgid "In the \\<emph\\>Replace with\\</emph\\> box, select the new color."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3145362.41.help.text
msgid ""
"This replaces all occurrences of the \\<emph\\>Source color\\</emph\\> in "
"the image."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3151191.34.help.text
msgid ""
"If you want to replace another color while the dialog is open, select the "
"check box in front of \\<emph\\>Source color\\</emph\\> in the next row and "
"repeat steps 3 to 5."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3149876.36.help.text
msgid "Click \\<emph\\>Replace\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3157871.37.help.text
msgid ""
"If you want to expand or contract the color selection area, increase or "
"decrease the tolerance of the \\<emph\\>Eyedropper\\</emph\\> tool and "
"repeat your selection."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3146878.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/eyedropper.xhp#par_id3146878.39.help.t"
"ext\n"
"\\<link href=\\\"text/shared/01/06030000.xhp\\\" "
"name=\\\"Eyedropper\\\"\\>Eyedropper\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#tit.help.text
msgid "Creating Gradient Fills"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#bm_id3150792.help.text
msgid ""
"\\<bookmark_value\\>gradients; applying and "
"defining\\</bookmark_value\\>\\<bo"
"okmark_value\\>editing;gradients\\</bookmark"
"_value\\>\\<bookmark_value\\>defin"
"ing;gradients\\</bookmark_value\\>\\<bookmar"
"k_value\\>applying;gradients\\</bookmark_value\\>\\<bookmark_value\\>custom "
"gr"
"adients\\</bookmark_value\\>\\<bookmark_value\\>transparency;adjusting\\</bo"
"okmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#hd_id3150792.3.help.text
msgid ""
"\\<variable id=\\\"gradient\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/gradient.xhp\\\" name=\\\"Creating Gradient "
"Fills\\\"\\>Creating Gradient Fills\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3154012.4.help.text
msgid ""
"A gradient fill is an incremental blend of two different colors, or shades "
"of the same color, that you can apply to a drawing object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#hd_id3147436.61.help.text
msgid "To apply a gradient:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3146974.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3146974.5.help.text\n"
"Select a drawing object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3154491.6.help.text
msgid ""
"Choose \\<emph\\>Format - Area\\</emph\\> and select "
"\\<emph\\>Gradient\\</emph\\> as the \\<emph\\>Fill\\</emph\\> type."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3153415.7.help.text
msgid ""
"Select a gradient style from the list and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#hd_id3154702.8.help.text
msgid "Creating Custom Gradients"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3145791.9.help.text
msgid ""
"You can define your own gradients and modify existing gradients, as well as "
"save and load a list of gradient files."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#hd_id3145384.62.help.text
msgid "To create a custom gradient:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3151242.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3151242.11.help.tex"
"t\n"
"Choose \\<emph\\>Format - Area\\</emph\\> and click the "
"\\<emph\\>Gradients\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3150046.12.help.text
msgid ""
"Select a gradient from the list to use as the basis for your new gradient "
"and click \\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3145116.13.help.text
msgid ""
"Type a name for the gradient in the text box and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id6535843.help.text
msgid ""
"The name appears at the end of the gradient list and is selected for editing."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3150391.15.help.text
msgid ""
"Set the gradient properties and click \\<emph\\>Modify\\</emph\\> to save "
"the gradient."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3156396.16.help.text
msgid "Click \\<emph\\>OK.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#hd_id3149947.40.help.text
msgid "Using Gradients and Transparency"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3157905.41.help.text
msgid ""
"You can adjust the properties of a gradient as well as the transparency of a "
"drawing object with your mouse."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#hd_id3150653.63.help.text
msgid "To adjust the gradient of a drawing object:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3154844.42.help.text
msgid "Select a drawing object with the gradient that you want to modify."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3145592.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3145592.43.help.tex"
"t\n"
"Choose \\<emph\\>Format - Area\\</emph\\> and click the "
"\\<emph\\>Gradients\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_idN107BE.help.text
msgid ""
"Adjust the values for the gradient to suit your needs and click "
"\\<emph\\>Ok\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/gradient.xhp#par_id3150659.46.help.text
msgid ""
"To adjust the transparency of an object, select the object, choose "
"\\<emph\\>Format - Area\\</emph\\> and click the "
"\\<emph\\>Transparency\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#tit.help.text\n"
"Inserting Graphics"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#bm_id3156443.help.text
msgid ""
"\\<bookmark_value\\>pictures; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>images; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>files; inserting "
"pictures\\<"
"/bookmark_value\\>\\<bookmark_value\\>inserting;pictures\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#hd_id3156443.1.help.text
msgid ""
"\\<variable id=\\\"graphic_insert\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/graphic_insert.xhp\\\" name=\\\"Inserting "
"Graphics\\\"\\>Inserting Pictures\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#par_id3155600.2.help.text
msgid "Choose \\<emph\\>Insert - Picture\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#par_id3150749.3.help.text
msgid ""
"Locate the picture you want to insert. Select the \\<emph\\>Link\\</emph\\> "
"check box to insert only a link to the picture. If you want to see the "
"picture before you insert it, select \\<emph\\>Preview\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#par_id3155764.4.help.text
msgid ""
"After you insert a linked picture, do not change the name of the source "
"picture or move the source picture to another directory."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/graphic_insert.xhp#par_id3150044.5.help.text
msgid "Click \\<emph\\>Open\\</emph\\> to insert the picture."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#tit.help.text
msgid "Grouping Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#bm_id3150793.help.text
msgid ""
"\\<bookmark_value\\>grouping; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"grouping\\</bookmark_value\\>\\<bookmark_value\\>groups; "
"entering\\</bookmark_value\\>\\<bookmark_value\\>selecting;group "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#hd_id3150793.26.help.text
msgid ""
"\\<variable id=\\\"groups\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/groups.xhp\\\" name=\\\"Grouping "
"Objects\\\"\\>Grouping Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3153728.27.help.text
msgid ""
"You can combine several objects into a group so that they act as a single "
"object. You can move and transform all objects in a group as a single unit. "
"You can also change the properties (for example, line size, fill color) of "
"all objects in a group as a whole or for individual objects in a group. "
"Groups can be temporary or assigned:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3147434.64.help.text
msgid ""
"Temporary - group only lasts as long as all of the combined objects are "
"selected."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3154490.65.help.text
msgid "Assigned - group lasts until it is ungrouped through a menu command."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3145252.66.help.text
msgid ""
"Groups can also be grouped in other groups. Actions applied to a group do "
"not affect the relative position of the individual objects to each other in "
"the group."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#hd_id3150716.28.help.text
msgid "To group objects:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3149018.help.text
msgid ""
"\\<image id=\\\"img_id3145643\\\" "
"src=\\\"res/commandimagelist/sc_formatgroup.png\\\" width=\\\"4.23mm\\\" "
"height=\\\"4.23mm\\\"\\>\\<alt "
"id=\\\"alt_id3145643\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3147346.29.help.text
msgid ""
"Select the objects you want to group and choose \\<emph\\>Modify - "
"Group\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3148485.30.help.text
msgid ""
"For example, you can group all of the objects in a company logo to move and "
"resize the logo as a single object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3147002.31.help.text
msgid ""
"After you have grouped objects, selecting any part of the group selects the "
"entire group."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#hd_id3150205.55.help.text
msgid "Selecting Objects in a Group"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3150370.help.text
msgid ""
"\\<image id=\\\"img_id3155376\\\" "
"src=\\\"res/commandimagelist/sc_entergroup.png\\\" width=\\\"4.23mm\\\" "
"height=\\\"4.23mm\\\"\\>\\<alt "
"id=\\\"alt_id3155376\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3156450.56.help.text
msgid ""
"You can select single objects in a group by entering the group. Double-click "
"a group to enter it and click on the object to select it. You can also add "
"or delete objects to and from a group in this mode. The objects that are not "
"part of the group are grayed out."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3151239.help.text
msgid ""
"\\<image id=\\\"img_id3155264\\\" "
"src=\\\"res/commandimagelist/sc_leavegroup.png\\\" width=\\\"4.23mm\\\" "
"height=\\\"4.23mm\\\"\\>\\<alt "
"id=\\\"alt_id3155264\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/groups.xhp#par_id3150213.58.help.text
msgid "To exit a group, double-click anywhere outside it."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#tit.help.text
msgid "Connecting Lines"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#bm_id3145799.help.text
msgid ""
"\\<bookmark_value\\>draw objects; connecting lines "
"to\\</bookmark_value\\>\\<bookmark_value\\>connecting; "
"lines\\</bookmark_value\\>\\<bookmark_value\\>lines; connecting "
"objects\\</bookmark_value\\>\\<bookmark_value\\>areas; from connected "
"lines\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#hd_id3145799.1.help.text
msgid ""
"\\<variable id=\\\"join_objects\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/join_objects.xhp\\\" name=\\\"Connecting "
"Lines\\\"\\>Connecting Lines\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#par_id3154512.3.help.text
msgid ""
"When you connect lines, lines are drawn between neighboring endpoints."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#hd_id3150752.2.help.text
msgid "To connect lines:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#par_id3153714.4.help.text
msgid "Select two or more lines."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#par_id3156383.5.help.text
msgid "Right-click and choose \\<emph\\>Modify - Connect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#par_id3149257.11.help.text
msgid ""
"To create a closed object, right-click a line and choose \\<emph\\>Close "
"Object\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects.xhp#par_id3150363.9.help.text
msgid ""
"You can only use the \\<emph\\>Close Object\\</emph\\> command on connected "
"lines, \\<emph\\>Freeform Lines \\</emph\\>and unfilled "
"\\<emph\\>Curves\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#tit.help.text
msgid "Assembling 3D Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#bm_id3154014.help.text
msgid ""
"\\<bookmark_value\\>3D objects; "
"assembling\\</bookmark_value\\>\\<bookmark_value\\>assembled objects in "
"3D\\</bookmark_value\\>\\<bookmark_value\\>combining;3D "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#hd_id3156442.29.help.text
msgid ""
"\\<variable id=\\\"join_objects3d\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/join_objects3d.xhp\\\" name=\\\"Assembling 3D "
"Objects\\\"\\>Assembling 3D Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3145251.30.help.text
msgid "You can combine two or more 3D objects into a single object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#hd_id3150042.41.help.text
msgid "To combine 3D objects:"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3154702.31.help.text
msgid ""
"Insert a 3D object from the \\<emph\\>3D Objects\\</emph\\> toolbar (for "
"example, a cube)."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3155335.32.help.text
msgid "Insert a second slightly larger 3D object (for example, a sphere)."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3148488.33.help.text
msgid ""
"Select the second 3D object (sphere) and choose \\<emph\\>Edit - "
"Cut\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3149211.34.help.text
msgid "Double-click the first object (cube) to enter its group."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3154652.35.help.text
msgid ""
"Choose \\<emph\\>Edit - Paste\\</emph\\>. Both objects are now part of the "
"same group. If you want, you can edit the individual objects or change their "
"position within the group."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3155376.36.help.text
msgid "Double-click outside the group to exit the group."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3148606.38.help.text
msgid "You cannot intersect or subtract 3D objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/join_objects3d.xhp#par_id3154537.39.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10090000.xhp\\\" name=\\\"Objects in "
"3D\\\"\\>Objects in 3D\\</link\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/guide/keyboard.xhp#tit.help.text\n"
"Shortcut Keys for Drawing Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#bm_id3155628.help.text
msgid ""
"\\<bookmark_value\\>accessibility; %PRODUCTNAME "
"Draw\\</bookmark_value\\>\\<bookmark_value\\>draw objects; text entry "
"mode\\</bookmark_value\\>\\<bookmark_value\\>text entry mode for draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#hd_id3155628.1.help.text
msgid ""
"\\<variable id=\\\"keyboard\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/keyboard.xhp\\\" name=\\\"Shortcut Keys for "
"Drawing Objects\\\"\\>Shortcut Keys for Drawing "
"Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3148663.13.help.text
msgid "You can create and edit drawing objects using the keyboard."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#hd_id3125863.12.help.text
msgid "To Create and Edit a Drawing Object"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3153188.11.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>F6\\</item\\> to navigate to the "
"\\<emph\\>Drawing\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3146971.10.help.text
msgid ""
"Press the \\<item type=\\\"keycode\\\"\\>Right\\</item\\> arrow key until "
"you reach the toolbar icon of a drawing tool."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_idN106CD.help.text
msgid ""
"If there is an arrow next to the icon, the drawing tool opens a sub toolbar. "
"Press the \\<item type=\\\"keycode\\\"\\>Up\\</item\\> or \\<item "
"type=\\\"keycode\\\"\\>Down\\</item\\> arrow key to open the sub toolbar, "
"then press the \\<item type=\\\"keycode\\\"\\>Right\\</item\\> or \\<item "
"type=\\\"keycode\\\"\\>Left\\</item\\> key to select an icon."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3147338.8.help.text
msgid "Press \\<item type=\\\"keycode\\\"\\>Ctrl+Enter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3154705.7.help.text
msgid "The object is created at the center of the current document."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3155962.6.help.text
msgid ""
"To return to the document, press \\<item "
"type=\\\"keycode\\\"\\>Ctrl+F6\\</item\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3155062.5.help.text
msgid ""
"You can use the arrow keys to position the object where you want. To choose "
"a command from the context menu for the object, press \\<item "
"type=\\\"keycode\\\"\\>Shift+F10\\</item\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#hd_id3150306.4.help.text
msgid "To Select an Object"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3152990.3.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>Ctrl+F6\\</item\\> to enter the "
"document."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/keyboard.xhp#par_id3145587.2.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>Tab\\</item\\> until you reach the "
"object you want to select."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#tit.help.text
msgid "Instructions for Using $[officename] Draw"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#bm_id3146119.help.text
msgid ""
"\\<bookmark_value\\>Draw "
"instructions\\</bookmark_value\\>\\<bookmark_value\\>instructions; "
"$[officename] Draw\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3146119.1.help.text
msgid ""
"\\<variable id=\\\"main\\\"\\>\\<link href=\\\"text/sdraw/guide/main.xhp\\\" "
"name=\\\"Instructions for Using $[officename] Draw\\\"\\>Instructions for "
"Using $[officename] Draw\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3143218.2.help.text
msgid "Editing and Grouping Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3149018.3.help.text
msgid "Editing Colors and Textures"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3150043.4.help.text
msgid "Editing Text"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3147003.6.help.text
msgid "Working with Layers"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3145585.5.help.text
msgid ""
"_: helpcontent2/source/text/sdraw/guide/main.xhp#hd_id3145585.5.help.text\n"
"Miscellaneous"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#tit.help.text
msgid "Rotating Objects"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#bm_id3154684.help.text
msgid ""
"\\<bookmark_value\\>rotating; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"rotating\\</bookmark_value\\>\\<bookmark_value\\>pivot points of draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#hd_id3154684.12.help.text
msgid ""
"\\<variable id=\\\"rotate_object\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/rotate_object.xhp\\\" name=\\\"Rotating "
"Objects\\\"\\>Rotating Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3149262.13.help.text
msgid ""
"You can rotate an object around its default pivot point (center point) or a "
"pivot point that you designate."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3146975.help.text
msgid ""
"\\<image id=\\\"img_id3154729\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectrotatemode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154729\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3150716.14.help.text
msgid ""
"Select the object you want to rotate. On the \\<emph\\>Mode\\</emph\\> "
"toolbar in $[officename] Draw or on the \\<emph\\>Drawing\\</emph\\> bar in "
"$[officename] Impress, click the \\<emph\\>Rotate\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3149021.69.help.text
msgid ""
"Move the pointer to a corner handle so that the pointer changes to a rotate "
"symbol. Drag the handle to rotate the object."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3155962.help.text
msgid ""
"\\<image id=\\\"img_id3154023\\\" src=\\\"res/helpimg/rotieren.png\\\" "
"width=\\\"2.1354inch\\\" height=\\\"1.5417inch\\\"\\>\\<alt "
"id=\\\"alt_id3154023\\\"\\>Rotate object\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3166424.16.help.text
msgid ""
"To change the pivot point, drag the small circle in the center of the object "
"to a new location."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/rotate_object.xhp#par_id3159236.28.help.text
msgid ""
"To skew the object vertically or horizontally, drag one of the side handles."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#tit.help.text
msgid "Adding Text"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#bm_id3153144.help.text
msgid ""
"\\<bookmark_value\\>text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>adding;text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>callouts; "
"drawings\\</bookmark_value\\>\\<bookmark_value\\>legends; "
"drawings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#hd_id3153144.45.help.text
msgid ""
"\\<variable id=\\\"text_enter\\\"\\>\\<link "
"href=\\\"text/sdraw/guide/text_enter.xhp\\\" name=\\\"Adding "
"Text\\\"\\>Adding Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3145750.46.help.text
msgid ""
"There are several types of text you can add to a drawing or presentation: "
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10824.help.text
msgid "Text in a text frame"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10828.help.text
msgid "Text that changes character size to fill the frame size"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1082C.help.text
msgid ""
"Text that is added to any drawing object by double-clicking the object"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10830.help.text
msgid "Text that is copied from a Writer document"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10834.help.text
msgid "Text that is inserted from a text or HTML document"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#hd_id3150202.48.help.text
msgid "Adding a Text Frame"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3155266.49.help.text
msgid ""
"Click the \\<emph\\>Text\\</emph\\> icon \\<image id=\\\"img_id3156450\\\" "
"src=\\\"res/commandimagelist/sc_text.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156450\\\"\\>Icon\\</alt\\>\\</image\\> and move the mouse "
"pointer to where you want to enter the text."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3149052.50.help.text
msgid "Drag a text frame to the size you want in your document."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3151194.51.help.text
msgid "Type or paste your text in the text frame."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3145118.53.help.text
msgid ""
"Double-click the text to edit it or to format text properties, such as font "
"size or font color. Click the border of the text object to edit the object "
"properties, such as border color or arranging in front or behind other "
"objects."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#hd_id3150437.54.help.text
msgid "Fitting Text to Frames"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3146877.56.help.text
msgid ""
"Create a text frame as described in the steps above. The size of the frame "
"determines the size of the text."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN108A3.help.text
msgid ""
"With the text object selected, choose \\<emph\\>Format - Text\\</emph\\>. "
"The \\<emph\\>Text\\</emph\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN108AF.help.text
msgid ""
"On the \\<emph\\>Text\\</emph\\> tab page, clear the \\<emph\\>Fit height to "
"text\\</emph\\> checkbox, then select the \\<emph\\>Fit to frame\\</emph\\> "
"checkbox. Click OK."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3149250.57.help.text
msgid "Resizing the frame also resizes the text."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#hd_id3155955.58.help.text
msgid "Text Tied to a Graphic"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3147366.59.help.text
msgid ""
"Click the arrow next to the \\<emph\\>Callouts\\</emph\\> icon \\<image "
"id=\\\"img_id3154508\\\" "
"src=\\\"res/commandimagelist/sc_calloutshapes.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154508\\\"\\>Icon\\</alt\\>\\</image\\> to open the Callouts "
"toolbar."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN108FD.help.text
msgid ""
"Select a callout and move the mouse pointer to where you want the callout to "
"start."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3150272.60.help.text
msgid "Drag to draw the callout."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_id3148390.70.help.text
msgid "Double-click the callout and type or paste your text."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10917.help.text
msgid "You can add text to any graphic after double-clicking the graphic."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1091A.help.text
msgid "Copying Text"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10921.help.text
msgid "Select the text in your Writer document."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10925.help.text
msgid "Copy the text to the clipboard (\\<emph\\>Edit - Copy\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1092D.help.text
msgid "Click the page or slide where you want to paste the text."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10931.help.text
msgid ""
"Paste the text using \\<emph\\>Edit - Paste\\</emph\\> or \\<emph\\>Edit - "
"Paste special\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1093C.help.text
msgid ""
"Using Paste special, you can choose the text format to be pasted. Depending "
"on formats, you can copy different text attributes."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1093F.help.text
msgid "Importing Text"
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10946.help.text
msgid "Click the page or slide where you want to import the text."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1094A.help.text
msgid ""
"_: "
"helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN1094A.help.text\n"
"Choose \\<emph\\>Insert - File\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/sdraw/guide/text_enter.xhp#par_idN10952.help.text
msgid ""
"Select a text file (*.txt) or an HTML file and click "
"\\<emph\\>Insert\\</emph\\>. The \\<emph\\>Insert Text\\</emph\\> dialog "
"opens. Click OK to insert the text."
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#tit.help.text
msgid "3D-Settings"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN1055A.help.text
msgid ""
"\\<variable id=\\\"3dtoolbar\\\"\\>\\<link "
"href=\\\"text/shared/3dsettings_toolbar.xhp\\\"\\>3D-"
"Settings\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN1056A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The 3D-Settings toolbar controls properties of "
"selected 3D objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10575.help.text
msgid "Extrusion on/off"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10579.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the 3D effects on and off for the selected "
"objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10590.help.text
msgid "Tilt Down"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10594.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Tilts the selected object downwards by five "
"degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105AB.help.text
msgid "Tilt Up"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105AF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Tilts the selected object upwards by five "
"degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105C6.help.text
msgid "Tilt Left"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105CA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Tilts the selected object left by five "
"degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105E1.help.text
msgid "Tilt Right"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105E5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Tilts the selected object right by five "
"degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105FC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN105FC.help.te"
"xt\n"
"Depth"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10600.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Extrusion Depth window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10617.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select an extrusion depth.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10632.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter an extrusion depth.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN1064C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN1064C.help.te"
"xt\n"
"Direction"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10650.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Extrusion Direction window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10667.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select a direction.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10698.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a perspective or parallel extrusion "
"method.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN106B3.help.text
msgid "Lighting"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN106B7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Extrusion Lighting window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN106C6.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select a lighting direction.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN106E1.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select a lighting intensity.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN106FC.help.text
msgid "Surface"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10700.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Extrusion Surface window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10717.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a surface material or a wireframe "
"display.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10732.help.text
msgid "3D Color"
msgstr ""

#: helpcontent2/source/text/shared/3dsettings_toolbar.xhp#par_idN10736.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Extrusion Color toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/fontwork_toolbar.xhp#tit.help.text\n"
"Fontwork"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1055A.help.text
msgid ""
"\\<link href=\\\"text/shared/fontwork_toolbar.xhp\\\"\\>Fontwork\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1056A.help.text
msgid "The Fontwork toolbar opens when you select a Fontwork object."
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1056D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1056D.help.text\n"
"Fontwork Gallery"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN10571.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Fontwork Gallery where you can select "
"another preview. Click OK to apply the new set of properties to your "
"Fontwork object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN10588.help.text
msgid "Fontwork Shape"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1058C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Fontwork Shape toolbar. Click a shape to "
"apply the shape to all selected Fontwork objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105A6.help.text
msgid "Fontwork Same Letter Heights"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105AA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the letter height of the selected Fontwork "
"objects from normal to the same height for all object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105C1.help.text
msgid "Fontwork Alignment"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105C5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Fontwork Alignment window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105DC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to apply the alignment to the selected "
"Fontwork objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105F3.help.text
msgid "Fontwork Character Spacing"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN105F7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Fontwork Character Spacing "
"window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1060E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to apply the character spacing to the "
"selected Fontwork objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1061D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1061D.help.text\n"
"Custom"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN10621.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Fontwork Character Spacing dialog where "
"you can enter a new character spacing value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN10638.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN10638.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1063C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the Fontwork character spacing "
"value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1064B.help.text
msgid "Kern Character Pairs"
msgstr ""

#: helpcontent2/source/text/shared/fontwork_toolbar.xhp#par_idN1064F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the \\<link "
"href=\\\"text/shared/00/00000005.xhp#kerning\\\"\\>kerning\\</link\\> of "
"character pairs on and off.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0108.xhp#tit.help.text\n"
"Help"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#hd_id3155364.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0108.xhp\\\" "
"name=\\\"Help\\\"\\>Help\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_id3153990.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelpMenu\\\"\\>The Help menu allows you to start and "
"control the $[officename] Help system.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#hd_id3147399.5.help.text
msgid "$[officename] Help"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_id3147576.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelpIndex\\\"\\>Opens the main page of the "
"$[officename] Help for the current application.\\</ahelp\\> You can scroll "
"through the Help pages and you can search for index terms or any text."
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_idN1064A.help.text
msgid ""
"\\<image id=\\\"img_id1619006\\\" "
"src=\\\"res/commandimagelist/sc_helpindex.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id1619006\\\"\\>icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_idN10667.help.text
msgid "%PRODUCTNAME Help"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#hd_id3154898.15.help.text
msgid "Support"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_id3157909.16.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelpSupport\\\"\\>Shows information on how to get "
"support.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_idN106A2.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0108.xhp#par_idN106A2.help.text\n"
"Purchase %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_idN106A6.help.text
msgid ""
"This menu command is visible for the evaluation version of %PRODUCTNAME. "
"\\<ahelp hid=\\\".\\\"\\>Choose to open the \\<link "
"href=\\\"text/shared/autopi/purchase.xhp\\\"\\>Purchase %PRODUCTNAME "
"Wizard\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#hd_id3153881.7.help.text
msgid "About $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/main0108.xhp#par_id3144510.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:About\\\"\\>Displays general program information such "
"as version number and copyrights.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0201.xhp#tit.help.text\n"
"Standard Bar"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#hd_id3154186.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0201.xhp\\\" name=\\\"Standard "
"Bar\\\"\\>Standard Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_id3145136.2.help.text
msgid ""
"\\<ahelp hid=\\\"RID_ENVTOOLBOX\\\"\\>The \\<emph\\>Standard\\</emph\\> bar "
"is available in every $[officename] application.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#hd_id3166460.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" name=\\\"Open "
"File\\\"\\>Open File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN106A5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06010000.xhp\\\"\\>Spellcheck\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN106B5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Checks the document or the current selection for "
"spelling errors.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN107D8.help.text
msgid ""
"\\<image id=\\\"img_id3153070\\\" "
"src=\\\"res/commandimagelist/sc_zoom.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153070\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN107F5.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0201.xhp#par_idN107F5.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN10818.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0201.xhp#par_idN10818.help.text\n"
"What's this"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN1081E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enables extended help tips under the mouse pointer "
"till the next click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN10855.help.text
msgid ""
"\\<image id=\\\"img_id3174230\\\" "
"src=\\\"res/commandimagelist/sc_extendedhelp.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3174230\\\"\\>icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN10873.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0201.xhp#par_idN10873.help.text\n"
"What's this"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN108B3.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0201.xhp#par_idN108B3.help.text\n"
"Load URL"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN108B7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Loads a document specified by an entered URL. You "
"can type a new URL or select one that is already registered. %PRODUCTNAME "
"automatically converts file paths into URL notation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0201.xhp#par_idN108C6.help.text
msgid ""
"Enable this icon by \\<emph\\>Visible Buttons\\</emph\\> command (click the "
"arrow at the toolbar end)."
msgstr ""

#: helpcontent2/source/text/shared/main0208.xhp#tit.help.text
msgid "Status Bar in $[officename] Basic Documents"
msgstr ""

#: helpcontent2/source/text/shared/main0208.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0208.xhp\\\" name=\\\"Status Bar in "
"$[officename] Basic Documents\\\"\\>Status Bar in $[officename] Basic "
"Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0208.xhp#par_id3154136.2.help.text
msgid ""
"The \\<emph\\>Status\\</emph\\> Bar displays information about the current "
"$[officename] Basic document."
msgstr ""

#: helpcontent2/source/text/shared/main0209.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0209.xhp#tit.help.text\n"
"Hyperlink Bar"
msgstr ""

#: helpcontent2/source/text/shared/main0209.xhp#hd_id3154094.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0209.xhp#hd_id3154094.1.help.text\n"
"\\<link href=\\\"text/shared/main0209.xhp\\\" name=\\\"Hyperlink "
"Bar\\\"\\>Hyperlink Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0209.xhp#par_id3159201.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_HYPERLINK_DLG\\\"\\>Use the "
"\\<emph\\>Hyperlink\\</emph\\> Bar to create and edit the hyperlinks in your "
"documents, and to enter criteria for searches using the available Internet "
"search engines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0209.xhp#par_id3145136.3.help.text
msgid ""
"You can open and close the \\<emph\\>Hyperlink\\</emph\\> Bar in "
"\\<emph\\>View - Toolbars - Hyperlink Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#tit.help.text
msgid "Table Data Bar"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#hd_id3147102.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0212.xhp\\\" name=\\\"Table Data "
"Bar\\\"\\>Table Data Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_id3153394.10.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Use the Table Data bar to control the data view. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_id3149346.12.help.text
msgid ""
"The filtered data view is active until you change or cancel the sorting or "
"filtering criteria. If a filter is active, the \\<emph\\>Apply "
"Filter\\</emph\\> icon on the \\<emph\\>Table Data\\</emph\\> bar is "
"activated."
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_id3147303.help.text
msgid ""
"\\<image id=\\\"img_id3153896\\\" "
"src=\\\"res/commandimagelist/sc_recsave.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153896\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_id3153360.13.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0212.xhp#par_id3153360.13.help.text\n"
"Save Record"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_id3145173.help.text
msgid ""
"\\<image id=\\\"img_id3154123\\\" "
"src=\\\"res/commandimagelist/sc_recundo.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154123\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_id3151382.14.help.text
msgid "Undo: Data Input"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_idN10744.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12070000.xhp\\\"\\>Data to Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_idN10753.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts all fields of the marked record into the "
"current document at the cursor position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_idN10780.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge00.xhp\\\"\\>Mail Merge\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0212.xhp#par_idN1078F.help.text
msgid "Starts the Mail Merge Wizard to create form letters."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#tit.help.text
msgid "Form Navigation Bar"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#bm_id3157896.help.text
msgid ""
"\\<bookmark_value\\>forms;Navigation "
"bar\\</bookmark_value\\>\\<bookmark_value\\>toolbars; Navigation "
"bar\\</bookmark_value\\>\\<bookmark_value\\>Navigation "
"bar;forms\\</bookmark_value\\>\\<bookmark_value\\>filtering; data in "
"forms\\</bookmark_value\\>\\<bookmark_value\\>sorting; data in "
"forms\\</bookmark_value\\>\\<bookmark_value\\>data; sorting and filtering in "
"forms\\</bookmark_value\\>\\<bookmark_value\\>forms; filtering and sorting "
"data\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3157896.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0213.xhp\\\" name=\\\"Form Navigation "
"Bar\\\"\\>Form Navigation Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3154751.2.help.text
msgid ""
"The \\<emph\\>Form Navigation\\</emph\\> bar contains icons to edit a "
"database table or to control the data view. The bar is displayed at the "
"bottom of a document that contains fields that are linked to a database."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3157958.27.help.text
msgid ""
"You can use the \\<emph\\>Form Navigation\\</emph\\> bar to move within "
"records as well as to insert and to delete records. If data is saved in a "
"form, the changes are transferred to the database. The \\<emph\\>Form "
"Navigation\\</emph\\> bar also contains sort, filter, and search functions "
"for data records."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_idN10717.help.text
msgid ""
"You can use the Navigation bar icon on the \\<link "
"href=\\\"text/shared/02/01170000.xhp\\\"\\>More Controls \\</link\\> bar to "
"add a Navigation bar to a form."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3157910.3.help.text
msgid ""
"The Navigation bar is only visible for forms connected to a database. In the "
"\\<link href=\\\"text/shared/explorer/database/04030000.xhp\\\" "
"name=\\\"Design view\\\"\\>Design view\\</link\\> of a form, the Navigation "
"bar is not available. See also \\<link href=\\\"text/shared/main0212.xhp\\\" "
"name=\\\"Database Bar\\\"\\>Table Data bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3153880.22.help.text
msgid ""
"You can control the view of data with the sorting and filtering functions. "
"Original tables are not changed."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3153062.23.help.text
msgid ""
"The current sort order or filter is saved with the current document. If a "
"filter is set, the \\<emph\\>Apply Filter\\</emph\\> icon on the "
"\\<emph\\>Navigation\\</emph\\> bar is activated. Sorting and filtering "
"features in the document can also be configured in the \\<emph\\>Form "
"Properties\\</emph\\> dialog. (Choose \\<emph\\>Form Properties - "
"Data\\</emph\\> - properties \\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"Sort\\\"\\>\\<emph\\>Sort\\</emph\\>\\</link\\> and \\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"Filter\\\"\\>\\<emph\\>Filter\\</emph\\>\\</link\\>)."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3149810.24.help.text
msgid ""
"If an SQL statement is the basis for a form (see \\<emph\\>Form "
"Properties\\</emph\\> - tab \\<emph\\>Data\\</emph\\> - \\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" name=\\\"Data "
"Source\\\"\\>\\<emph\\>Data Source\\</emph\\>\\</link\\>), then the filter "
"and sort functions are only available when the SQL statement refers to only "
"one table and is not written in the native SQL mode."
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3153192.4.help.text
msgid "Absolute Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3146922.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AbsoluteRecord\\\"\\>Shows the number of the current "
"record. Enter a number to go to the corresponding record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3153573.6.help.text
msgid "First Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3154013.help.text
msgid ""
"\\<image id=\\\"img_id3150010\\\" src=\\\"res/sc10616.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150010\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3155308.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FirstRecord\\\"\\>Takes you to the first "
"record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3154792.8.help.text
msgid "Previous Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3145647.help.text
msgid ""
"\\<image id=\\\"img_id3147394\\\" "
"src=\\\"res/commandimagelist/sc_prevrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147394\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3157846.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PrevRecord\\\"\\>Takes you to the previous "
"record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3149121.10.help.text
msgid "Next Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3146913.help.text
msgid ""
"\\<image id=\\\"img_id3150753\\\" "
"src=\\\"res/commandimagelist/sc_nextrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150753\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3148914.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NextRecord\\\"\\>Takes you to the next "
"record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3148997.12.help.text
msgid "Last Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3155337.help.text
msgid ""
"\\<image id=\\\"img_id3163808\\\" src=\\\"res/sc10619.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3163808\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3151248.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LastRecord\\\"\\>Takes you to the last "
"record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3145231.14.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0213.xhp#hd_id3145231.14.help.text\n"
"Save Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3150647.help.text
msgid ""
"\\<image id=\\\"img_id3150941\\\" "
"src=\\\"res/commandimagelist/sc_recsave.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150941\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3146808.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RecSave\\\"\\>Saves a new data entry. The change is "
"registered in the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3158446.16.help.text
msgid "Undo: Data entry"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3166423.help.text
msgid ""
"\\<image id=\\\"img_id3156138\\\" "
"src=\\\"res/commandimagelist/sc_recundo.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156138\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3151276.17.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RecUndo\\\"\\>Allows you to undo a data "
"entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3149967.18.help.text
msgid "New Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3149735.help.text
msgid ""
"\\<image id=\\\"img_id3155578\\\" "
"src=\\\"res/commandimagelist/sc_newrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155578\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3148460.19.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NewRecord\\\"\\>Creates a new record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3153659.20.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0213.xhp#hd_id3153659.20.help.text\n"
"Delete Record"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3145584.help.text
msgid ""
"\\<image id=\\\"img_id3166434\\\" "
"src=\\\"res/commandimagelist/sc_deleterecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3166434\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#par_id3148817.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteRecord\\\"\\>Deletes a record. A query needs to "
"be confirmed before deleting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3156448.25.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12100200.xhp\\\" name=\\\"Find "
"Record\\\"\\>Find Record\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0213.xhp#hd_id3148599.26.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12100100.xhp\\\" "
"name=\\\"Sort\\\"\\>Sort\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0214.xhp#tit.help.text
msgid "Query Design Bar"
msgstr ""

#: helpcontent2/source/text/shared/main0214.xhp#hd_id3159176.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0214.xhp\\\" name=\\\"Query Design "
"Bar\\\"\\>Query Design Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0214.xhp#par_id3150085.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>When creating or editing an SQL query, use the icons "
"in the \\<emph\\>Query Design\\</emph\\> Bar to control the display of "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0214.xhp#par_id3150276.5.help.text
msgid ""
"Depending on whether you have created the query or view in the "
"\\<emph\\>Design\\</emph\\> or \\<emph\\>SQL\\</emph\\> tab page, the "
"following icons appear:"
msgstr ""

#: helpcontent2/source/text/shared/main0214.xhp#hd_id3151384.3.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14020100.xhp\\\" name=\\\"Add "
"Tables\\\"\\>Add Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0214.xhp#par_id3151041.4.help.text
msgid "The following icon is on the \\<emph\\>SQL\\</emph\\> tab page:"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#tit.help.text
msgid "Form Design Toolbar"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0226.xhp\\\" name=\\\"Form Design "
"Toolbar\\\"\\>Form Design Toolbar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#par_id3155364.2.help.text
msgid ""
"The Form Design toolbar becomes visible as soon as you select a form object "
"when working in the design mode."
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3163802.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3163802.8.help.text\n"
"\\<link href=\\\"text/shared/02/01170400.xhp\\\" name=\\\"Add "
"Field\\\"\\>Add Field\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3150669.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3150669.4.help.text\n"
"\\<link href=\\\"text/shared/01/05290100.xhp\\\" "
"name=\\\"Group\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3147335.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3147335.5.help.text\n"
"\\<link href=\\\"text/shared/01/05290200.xhp\\\" "
"name=\\\"Ungroup\\\"\\>Ungroup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3156024.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3156024.6.help.text\n"
"\\<link href=\\\"text/shared/01/05290300.xhp\\\" name=\\\"Edit "
"Group\\\"\\>Edit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3149295.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3149295.7.help.text\n"
"\\<link href=\\\"text/shared/01/05290400.xhp\\\" name=\\\"Exit "
"Group\\\"\\>Exit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3150398.9.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01171200.xhp\\\" name=\\\"Show "
"Grid\\\"\\>Show Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3148798.10.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3148798.10.help.text\n"
"\\<link href=\\\"text/shared/02/01171300.xhp\\\" name=\\\"Snap to "
"Grid\\\"\\>Snap to Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#par_id3145419.12.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GridUse\\\"\\>Specifies that you can move objects only "
"between grid points.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0226.xhp#hd_id3148920.11.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0226.xhp#hd_id3148920.11.help.text\n"
"\\<link href=\\\"text/shared/02/01171400.xhp\\\" name=\\\"Guides When "
"Moving\\\"\\>Guides When Moving\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#tit.help.text
msgid "Edit Points Bar"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#bm_id3149987.help.text
msgid ""
"\\<bookmark_value\\>lines; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>curves; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>points; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>Edit Points "
"bar\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3149987.39.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3149987.39.help.text\n"
"\\<link href=\\\"text/shared/main0227.xhp\\\" name=\\\"Edit Points "
"Bar\\\"\\>Edit Points Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3150402.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BEZIER_TOOLBOX\\\"\\>The \\<emph\\>Edit Points "
"\\</emph\\>Bar appears when you select a polygon object and click "
"\\<emph\\>Edit Points\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3144762.68.help.text
msgid ""
"The functions provided allow you to edit the points of a curve or an object "
"converted to a curve. The following icons are available:"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3153105.42.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3153105.42.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3159151.43.help.text
msgid ""
"The \\<link href=\\\"text/shared/01/05270000.xhp\\\" name=\\\"Edit "
"Points\\\"\\>\\<emph\\>Edit Points\\</emph\\>\\</link\\> icon allows you to "
"activate or deactivate the edit mode for Bézier objects. In the edit mode, "
"individual points of the drawing object can be selected."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3145366.help.text
msgid ""
"\\<image id=\\\"img_id3153951\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectbeziermode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153951\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3150105.44.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3150105.44.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3146976.45.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3146976.45.help.text\n"
"Move Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3147435.46.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierMove\\\"\\>Activates a mode in which you can "
"move points.\\</ahelp\\> The mouse pointer displays a small empty square "
"when resting on a point. Drag that point to another location. The curve on "
"both sides of the point follows the movement; the section of the curve "
"between the next points changes shape."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3149481.47.help.text
msgid ""
"Point at the curve between two points or within a closed curve and drag the "
"mouse to shift the entire curve without distorting the form."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3154096.help.text
msgid ""
"\\<image id=\\\"img_id3149377\\\" "
"src=\\\"res/commandimagelist/sc_beziermove.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149377\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3147397.48.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3147397.48.help.text\n"
"Move Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3150115.49.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3150115.49.help.text\n"
"Insert Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3160478.50.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierInsert\\\"\\>Activates the insert mode. This "
"mode allows you to insert points.\\</ahelp\\> You can also move points, just "
"as in the move mode. If, however, you click at the curve between two points "
"and move the mouse a little while holding down the mouse button you insert a "
"new point. The point is a smooth point, and the lines to the control points "
"are parallel and remain so when moved."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3157846.51.help.text
msgid ""
"If you wish to create a corner point you must first insert either a smooth "
"or a symmetrical point which is then converted to a corner point by using "
"\\<emph\\>Corner Point\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3153838.help.text
msgid ""
"\\<image id=\\\"img_id3146969\\\" "
"src=\\\"res/commandimagelist/sc_bezierinsert.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146969\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3153710.54.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3153710.54.help.text\n"
"Insert Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3149020.55.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3149020.55.help.text\n"
"Delete Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3148917.56.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierDelete\\\"\\>Use the \\<emph\\>Delete "
"Points\\</emph\\> icon to delete one or several selected points. If you wish "
"to select several points click the appropriate points while holding down the "
"Shift key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3153766.57.help.text
msgid ""
"First select the points to be deleted, and then click this icon, or press "
"Del."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3147321.help.text
msgid ""
"\\<image id=\\\"img_id3146920\\\" "
"src=\\\"res/commandimagelist/sc_bezierdelete.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146920\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3155961.58.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3155961.58.help.text\n"
"Delete Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3147361.59.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3147361.59.help.text\n"
"Split Curve"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3151248.60.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierCutLine\\\"\\>The\\<emph\\> Split Curve "
"\\</emph\\>icon splits a curve. Select the point or points where you want to "
"split the curve, then click the icon\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3153788.help.text
msgid ""
"\\<image id=\\\"img_id3148489\\\" "
"src=\\\"res/commandimagelist/sc_beziercutline.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148489\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3152581.61.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3152581.61.help.text\n"
"Split Curve"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3150345.62.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3150345.62.help.text\n"
"Convert To Curve"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3148420.63.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierConvert\\\"\\>Converts a curve into a straight "
"line or converts a straight line into a curve.\\</ahelp\\> If you select a "
"single point, the curve before the point will be converted. If two points "
"are selected, the curve between both points will be converted. If you select "
"more than two points, each time you click this icon, a different portion of "
"the curve will be converted. If necessary, round points are converted into "
"corner points and corner points are converted into round points."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3150304.64.help.text
msgid ""
"If a certain section of the curve is straight, the end points of the line "
"have a maximum of one control point each. They cannot be modified to round "
"points unless the straight line is converted back to a curve."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3158212.help.text
msgid ""
"\\<image id=\\\"img_id3149036\\\" "
"src=\\\"res/commandimagelist/sc_bezierconvert.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149036\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3158445.65.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3158445.65.help.text\n"
"Convert To Curve"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3153199.66.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3153199.66.help.text\n"
"Corner Point"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3148460.67.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierEdge\\\"\\>Converts the selected point or points "
"into corner points.\\</ahelp\\> Corner points have two movable control "
"points, which are independent from each other. A curved line, therefore, "
"does not go straight through a corner point, but forms a corner."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3154576.help.text
msgid ""
"\\<image id=\\\"img_id3154201\\\" "
"src=\\\"res/commandimagelist/sc_bezieredge.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154201\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3166429.25.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3166429.25.help.text\n"
"Corner Point"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3166436.27.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3166436.27.help.text\n"
"Smooth Transition"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3155510.29.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierSmooth\\\"\\>Converts a corner point or "
"symmetrical point into a smooth point.\\</ahelp\\> Both control points of "
"the corner point are aligned in parallel, and can only be moved "
"simultaneously. The control points may differentiate in length, allowing you "
"to vary the degree of curvature."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3148813.help.text
msgid ""
"\\<image id=\\\"img_id3151183\\\" "
"src=\\\"res/commandimagelist/sc_beziersmooth.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151183\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3154258.28.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3154258.28.help.text\n"
"Smooth Transition"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3159622.30.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3159622.30.help.text\n"
"Symmetric Transition"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3155812.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierSymmetric\\\"\\>This icon converts a corner "
"point or a smooth point into a symmetrical point.\\</ahelp\\> Both control "
"points of the corner point are aligned in parallel and have the same length. "
"They can only be moved simultaneously and the degree of curvature is the "
"same in both directions."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3153818.help.text
msgid ""
"\\<image id=\\\"img_id3159218\\\" "
"src=\\\"res/commandimagelist/sc_beziersymmetric.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159218\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3146866.31.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3146866.31.help.text\n"
"Symmetric Transition"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3146786.33.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3146786.33.help.text\n"
"Close Bézier"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3156032.35.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierClose\\\"\\>Closes a line or a "
"curve.\\</ahelp\\> A line is closed by connecting the last point with the "
"first point, indicated by an enlarged square."
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3154344.help.text
msgid ""
"\\<image id=\\\"img_id3148607\\\" "
"src=\\\"res/commandimagelist/sc_bezierclose.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148607\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3147070.34.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3147070.34.help.text\n"
"Close Bézier"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#hd_id3156351.36.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#hd_id3156351.36.help.text\n"
"Eliminate Points"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3149441.38.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierEliminatePoints\\\"\\>Marks the current point or "
"the selected points for deletion.\\</ahelp\\> This happens in the event that "
"the point is located on a straight line. If you convert a curve or a polygon "
"with the \\<emph\\>Convert to Curve \\</emph\\>icon into a straight line or "
"you change a curve with the mouse so that a point lies on the straight line, "
"it is removed. The angle from which the point reduction is to take place "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>can be set by choosing \\<link "
"href=\\\"text/shared/optionen/01070300.xhp\\\" name=\\\"Tools - Options - "
"Drawing - Grid\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Draw - "
"Grid\\</emph\\>\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>can be set by choosing \\<link "
"href=\\\"text/shared/optionen/01070300.xhp\\\" name=\\\"Tools - Options - "
"Presentation - Grid\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Impress - "
"Grid\\</emph\\>\\</link\\>\\</caseinline\\>\\<defaultinline\\>is 15° by "
"default.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3148970.help.text
msgid ""
"\\<image id=\\\"img_id3155385\\\" "
"src=\\\"res/commandimagelist/sc_beziereliminatepoints.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155385\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0227.xhp#par_id3152869.37.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0227.xhp#par_id3152869.37.help.text\n"
"Eliminate Points"
msgstr ""

#: helpcontent2/source/text/shared/main0300.xhp#tit.help.text
msgid "Further Information about $[officename] Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/main0300.xhp#hd_id3149497.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0300.xhp\\\" name=\\\"Further Information "
"about $[officename] Data Sources\\\"\\>Further Information about "
"$[officename] Data Sources\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0300.xhp#par_id3152363.2.help.text
msgid ""
"This section contains further information about working with data sources in "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/main0300.xhp#hd_id3153990.87.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11000002.xhp\\\" "
"name=\\\"Registering the System Address Book\\\"\\>Registering the System "
"Address Book\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0300.xhp#hd_id3153394.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04180100.xhp\\\" name=\\\"Accessing Data in "
"Text Documents or Spreadsheets\\\"\\>Accessing Data in Text Documents or "
"Spreadsheets\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0302.xhp#tit.help.text
msgid "$[officename] Database Functionality"
msgstr ""

#: helpcontent2/source/text/shared/main0302.xhp#hd_id3149119.1.help.text
msgid ""
"\\<variable id=\\\"database_main\\\"\\>\\<link "
"href=\\\"text/shared/main0302.xhp\\\" name=\\\"$[officename] Database "
"Functionality\\\"\\>$[officename] Database "
"Functionality\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0302.xhp#par_id3155364.2.help.text
msgid ""
"This section contains a general introduction to the $[officename] database "
"concept. You will find information about how to connect a database to "
"$[officename]. You will also find instructions on how to set up new data "
"sources, how to edit data sources, the use of address books when creating "
"form letters, creating and editing database tables and queries, creating "
"forms, and linking documents with data sources."
msgstr ""

#: helpcontent2/source/text/shared/main0400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/main0400.xhp#tit.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/main0400.xhp#hd_id3149495.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0400.xhp\\\" name=\\\"Shortcut "
"Keys\\\"\\>Shortcut Keys\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0400.xhp#par_id3150040.2.help.text
msgid ""
"This section contains descriptions of frequently used shortcut keys in "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/main0500.xhp#tit.help.text
msgid "Glossaries"
msgstr ""

#: helpcontent2/source/text/shared/main0500.xhp#hd_id3156183.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0500.xhp\\\" "
"name=\\\"Glossaries\\\"\\>Glossaries\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0500.xhp#par_id3157898.2.help.text
msgid ""
"This section provides a general glossary of technical terms used in "
"$[officename], along with a list of Internet terms."
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#tit.help.text
msgid "Programming $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#bm_id3154232.help.text
msgid ""
""
"\\<bookmark_value\\>programming;$[officename]\\</bookmark_value\\>\\<bookmark_"
"value\\>Basic ;programming\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#hd_id3154232.1.help.text
msgid ""
"\\<variable id=\\\"programming\\\"\\>\\<link "
"href=\\\"text/shared/main0600.xhp\\\" name=\\\"Programming "
"$[officename]\\\"\\>Programming $[officename]\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#par_id3149760.2.help.text
msgid ""
"\\<variable id=\\\"basic\\\"\\>$[officename] can be controlled by using the "
"$[officename] API. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#par_id3151111.12.help.text
msgid ""
"$[officename] provides an Application Programming Interface (API) that "
"enables you to control $[officename] components by using various programming "
"languages. A $[officename] Software Development Kit is available for the "
"programming interface."
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#par_id3156346.15.help.text
msgid ""
"\\<link href=\\\"http://api.openoffice.org/\\\" name=\\\"For more "
"information about $[officename] API Reference, please visit "
"(http://api.openoffice.org/)\\\"\\>For more information about $[officename] "
"API Reference, please visit (http://api.openoffice.org/)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#par_id3153825.13.help.text
msgid ""
"Macros created with $[officename] Basic based on the old programming "
"interface will no longer be supported by the current version."
msgstr ""

#: helpcontent2/source/text/shared/main0600.xhp#par_id3149795.14.help.text
msgid ""
"For more information on $[officename] Basic, select \"Help about "
"$[officename] Basic\" in the list box."
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#tit.help.text
msgid "Java Platform Support"
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#hd_id3153089.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0650.xhp\\\" name=\\\"Java Platform "
"Support\\\"\\>Java Platform Support\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#par_id3152363.2.help.text
msgid ""
"$[officename] supports the Java platform for running applications, applets "
"and components based on the JavaBeans architecture."
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#par_id3156042.12.help.text
msgid ""
"More detailed information can be found under $[officename] Help searching "
"for the keyword \\<link href=\\\"text/shared/00/00000002.xhp#java\\\" "
"name=\\\"Java\\\"\\>Java\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#par_id3154751.3.help.text
msgid ""
"For $[officename] to support the Java platform, you must install the Java 2 "
"Runtime Environment software from Sun Microsystems. When you installed "
"$[officename], you automatically received the option to install these files "
"if they were not yet installed. You can also install these files now if "
"required. The executable setup file is located in the $[officename]/program "
"folder and on the $[officename] CD."
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#par_id3155338.4.help.text
msgid ""
"The Java platform support needs to be activated under $[officename] to run "
"Java applications."
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#par_id3155892.5.help.text
msgid ""
"Activate Java platform support by choosing \\<link "
"href=\\\"text/shared/optionen/java.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - Java\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"Java\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0650.xhp#par_id3153822.11.help.text
msgid ""
"Your modifications at the \\<emph\\>Tools - Options - $[officename] - "
"Java\\</emph\\> tab page will be used even if the Java Virtual Machine (JVM, "
"a virtual machine for the Java platform) already has been started. After "
"modifications to the ClassPath you must restart $[officename]. The same is "
"true for modifications under \\<emph\\>Tools - Options - Internet - "
"Proxy\\</emph\\>. Only the two boxes \"Http Proxy\" and \"Ftp Proxy\" and "
"their ports don't require a restart, they will be evaluated when you click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/main0800.xhp#tit.help.text
msgid "$[officename] and the Internet"
msgstr ""

#: helpcontent2/source/text/shared/main0800.xhp#hd_id3153089.1.help.text
msgid ""
"\\<link href=\\\"text/shared/main0800.xhp\\\" name=\\\"$[officename] and the "
"Internet\\\"\\>$[officename] and the Internet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/main0800.xhp#par_id3155150.2.help.text
msgid ""
"This section provides information on the subject of the Internet. An \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"Internet "
"glossary\\\"\\>Internet glossary\\</link\\> explains the most important "
"terms."
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/tree_strings.xhp#tit.help.text\n"
"Note to translators:"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3155364.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/tree_strings.xhp#hd_id3155364.1.help.text\n"
"Note to translators:"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150713.106.help.text
msgid ""
"Only translate strings that appear inside the title attribute (e.g. "
"title=\"translate me\"). Leave everything else untouched!"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3155805.2.help.text
msgid "File: swriter.tree (02, 06)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3147571.3.help.text
msgid ""
"<help_section application=\"swriter\" id=\"02\" title=\"Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3157959.4.help.text
msgid ""
"<node id=\"0201\" title=\"General Information and User Interface Usage\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153527.5.help.text
msgid "<node id=\"0202\" title=\"Command and Menu Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153311.6.help.text
msgid "<node id=\"020201\" title=\"Menus\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149182.7.help.text
msgid "<node id=\"020202\" title=\"Toolbars\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145383.8.help.text
msgid "<node id=\"0203\" title=\"Creating Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149812.9.help.text
msgid "<node id=\"0204\" title=\"Graphics in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3166461.10.help.text
msgid "<node id=\"0205\" title=\"Tables in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155136.11.help.text
msgid "<node id=\"0206\" title=\"Objects in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155629.12.help.text
msgid "<node id=\"0207\" title=\"Sections and Frames in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150670.13.help.text
msgid "<node id=\"0208\" title=\"Tables of Content and Indexes\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153349.14.help.text
msgid "<node id=\"0209\" title=\"Fields in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145120.15.help.text
msgid "<node id=\"0210\" title=\"Navigating Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3159400.16.help.text
msgid "<node id=\"0211\" title=\"Calculating in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145674.17.help.text
msgid "<node id=\"0212\" title=\"Formatting Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3143229.18.help.text
msgid "<node id=\"021201\" title=\"Templates and Styles\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3157910.19.help.text
msgid "<node id=\"0213\" title=\"Special Text Elements\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148564.20.help.text
msgid "<node id=\"0214\" title=\"Automatic Functions\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145609.21.help.text
msgid "<node id=\"0215\" title=\"Numbering and Lists\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146794.22.help.text
msgid "<node id=\"0216\" title=\"Spellchecking, Thesaurus, and Languages\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3159413.23.help.text
msgid "<node id=\"0217\" title=\"Forms in Text Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149656.24.help.text
msgid "<node id=\"0218\" title=\"Troubleshooting Tips\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150398.25.help.text
msgid ""
"<node id=\"0219\" title=\"Loading, Saving, Importing, and Exporting\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153524.26.help.text
msgid "<node id=\"0220\" title=\"Master Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154367.27.help.text
msgid "<node id=\"0221\" title=\"Links and References\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3159152.28.help.text
msgid "<node id=\"0222\" title=\"Printing\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145421.29.help.text
msgid "<node id=\"0223\" title=\"Searching and Replacing\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150871.30.help.text
msgid ""
"<help_section application=\"swriter\" id=\"06\" title=\"HTML Documents\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3153193.31.help.text
msgid "File: common.tree (09,10)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150768.32.help.text
msgid ""
"<help_section application=\"swriter\" id=\"01\" title=\"Installation\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3147229.33.help.text
msgid ""
"<help_section application=\"swriter\" id=\"10\" title=\"Common Help Topics\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3152934.34.help.text
msgid "<node id=\"1001\" title=\"General Information\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155429.107.help.text
msgid "<node id=\"1002\" title=\"%PRODUCTNAME and Microsoft Office\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153368.35.help.text
msgid "<node id=\"1003\" title=\"Command and Menu Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146147.36.help.text
msgid "<node id=\"1004\" title=\"%PRODUCTNAME Options\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145365.37.help.text
msgid "<node id=\"1005\" title=\"Wizards\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150487.38.help.text
msgid "<node id=\"100501\" title=\"Letter Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3151113.39.help.text
msgid "<node id=\"100502\" title=\"Fax Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156442.41.help.text
msgid "<node id=\"100504\" title=\"Agenda Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146975.42.help.text
msgid "<node id=\"100505\" title=\"Presentation Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148617.43.help.text
msgid "<node id=\"100506\" title=\"HTML Export Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153143.44.help.text
msgid "<node id=\"100507\" title=\"Group Element Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153574.46.help.text
msgid "<node id=\"100509\" title=\"Forms Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146921.47.help.text
msgid "<node id=\"100510\" title=\"Document Converter Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154096.48.help.text
msgid "<node id=\"100511\" title=\"Table Element Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3144766.49.help.text
msgid "<node id=\"100512\" title=\"Combo Box/List Box Wizard\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154729.108.help.text
msgid "<node id=\"1006\" title=\"Configuring %PRODUCTNAME\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3151076.109.help.text
msgid "<node id=\"1007\" title=\"Working with the User Interface\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3147125.110.help.text
msgid "<node id=\"1008\" title=\"Printing, Faxing, Sending\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149418.111.help.text
msgid "<node id=\"1009\" title=\"Drag & Drop\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154016.112.help.text
msgid "<node id=\"1010\" title=\"Copy and Paste\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156180.113.help.text
msgid "<node id=\"1011\" title=\"Databases\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150715.114.help.text
msgid "<node id=\"1012\" title=\"Charts and Diagrams\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154164.115.help.text
msgid "<node id=\"1013\" title=\"Load, Save, Import, Export\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145650.116.help.text
msgid "<node id=\"1014\" title=\"Links and References\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153838.117.help.text
msgid "<node id=\"1015\" title=\"Document Version Tracking\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150327.118.help.text
msgid "<node id=\"1016\" title=\"Labels and Business Cards\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153708.119.help.text
msgid "<node id=\"1018\" title=\"Inserting External Data\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148916.120.help.text
msgid "<node id=\"1019\" title=\"Automatic Functions\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3152964.121.help.text
msgid "<node id=\"1020\" title=\"Searching and Replacing\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153765.50.help.text
msgid "<node id=\"1021\" title=\"Guides\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154361.51.help.text
msgid ""
"<help_section application=\"swriter\" id=\"09\" title=\"Database "
"Functionality\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150043.122.help.text
msgid "<node id=\"0901\" title=\"General Information\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154254.123.help.text
msgid "<node id=\"0902\" title=\"Data Sources\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149565.124.help.text
msgid "<node id=\"0903\" title=\"Forms\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155334.125.help.text
msgid "<node id=\"0904\" title=\"Tables, Queries and Indexes\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149107.126.help.text
msgid "<node id=\"0905\" title=\"Relations\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155937.127.help.text
msgid "<node id=\"0906\" title=\"Reports\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3145147.52.help.text
msgid "File: sbasic.tree (07)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153963.53.help.text
msgid ""
"<help_section application=\"sbasic\" id=\"07\" title=\"Macros and "
"Programming\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3151248.54.help.text
msgid ""
"<node id=\"0701\" title=\"General Information and User Interface Usage\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154023.55.help.text
msgid "<node id=\"0702\" title=\"Command Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149924.56.help.text
msgid ""
"<node id=\"070201\" title=\"Alphabetic List of Functions, Statements, and "
"Operators\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145769.128.help.text
msgid ""
"<node id=\"070202\" title=\"Run-Time Functions, Statements, and Operators\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155606.57.help.text
msgid "<node id=\"0703\" title=\"Guides\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3150307.58.help.text
msgid "File: scalc.tree (08)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149210.59.help.text
msgid "<help_section application=\"scalc\" id=\"08\" title=\"Spreadsheets\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155582.60.help.text
msgid ""
"<node id=\"0801\" title=\"General Information and User Interface Usage\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149033.61.help.text
msgid "<node id=\"0802\" title=\"Command and Menu Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148630.62.help.text
msgid "<node id=\"080201\" title=\"Menus\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156138.63.help.text
msgid "<node id=\"080202\" title=\"Toolbars\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3159236.64.help.text
msgid "<node id=\"0803\" title=\"Functions Types and Operators\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153197.65.help.text
msgid ""
"<node id=\"0804\" title=\"Loading, Saving, Importing, and Exporting\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153705.66.help.text
msgid "<node id=\"0805\" title=\"Formatting\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3166425.67.help.text
msgid "<node id=\"0806\" title=\"Filtering and Sorting\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154716.68.help.text
msgid "<node id=\"0807\" title=\"Printing\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150344.69.help.text
msgid "<node id=\"0808\" title=\"Data Ranges\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150364.70.help.text
msgid "<node id=\"0809\" title=\"Data Pilot\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149966.71.help.text
msgid "<node id=\"0810\" title=\"Scenarios\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146811.72.help.text
msgid "<node id=\"0811\" title=\"References\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148421.73.help.text
msgid "<node id=\"0812\" title=\"Viewing, Selecting, Copying\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145258.74.help.text
msgid "<node id=\"0813\" title=\"Formulas and Calculations\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3145586.75.help.text
msgid "<node id=\"0814\" title=\"Protection\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150885.76.help.text
msgid "<node id=\"0815\" title=\"Miscellaneous\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3153656.77.help.text
msgid "File: smath.tree (03)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150519.78.help.text
msgid "<help_section application=\"smath\" id=\"03\" title=\"Formulas\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155529.79.help.text
msgid ""
"<node id=\"0301\" title=\"General Information and User Interface Usage\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150522.80.help.text
msgid "<node id=\"0302\" title=\"Command and Menu Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146978.81.help.text
msgid "<node id=\"0303\" title=\"Working with Formulas\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3148816.82.help.text
msgid "File: simpress.tree (04)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156168.83.help.text
msgid ""
"<help_section application=\"simpress\" id=\"04\" title=\"Presentations and "
"Drawings\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155129.84.help.text
msgid ""
"<node id=\"0401\" title=\"General Information and User Interface Usage\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3152890.85.help.text
msgid "<node id=\"0402\" title=\"Command and Menu Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155089.86.help.text
msgid "<node id=\"040201\" title=\"Presentations (%PRODUCTNAME Impress)\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153305.87.help.text
msgid "<node id=\"04020101\" title=\"Menus\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148841.88.help.text
msgid "<node id=\"04020102\" title=\"Toolbars\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156200.89.help.text
msgid "<node id=\"040202\" title=\"Drawings (%PRODUCTNAME Draw)\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153816.90.help.text
msgid "<node id=\"04020201\" title=\"Menus\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3146154.91.help.text
msgid "<node id=\"04020202\" title=\"Toolbars\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148866.92.help.text
msgid ""
"<node id=\"0403\" title=\"Loading, Saving, Importing, and Exporting\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3151244.93.help.text
msgid "<node id=\"0404\" title=\"Formatting\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3149329.94.help.text
msgid "<node id=\"0405\" title=\"Printing\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150318.95.help.text
msgid "<node id=\"0406\" title=\"Effects\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3150107.96.help.text
msgid "<node id=\"0407\" title=\"Objects, Graphics, and Bitmaps\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154343.97.help.text
msgid "<node id=\"0408\" title=\"Groups and Layers\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3148604.98.help.text
msgid "<node id=\"0409\" title=\"Text in Presentations and Drawings\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3155269.99.help.text
msgid "<node id=\"0410\" title=\"Viewing\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#hd_id3149593.100.help.text
msgid "File: schart.tree (05)"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156351.101.help.text
msgid ""
"<help_section application=\"scalc\" id=\"05\" title=\"Charts and Diagrams\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156177.102.help.text
msgid "<node id=\"0501\" title=\"General Information\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3156036.103.help.text
msgid "<node id=\"0502\" title=\"Command and Menu Reference\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3153285.104.help.text
msgid "<node id=\"050201\" title=\"Menus\">"
msgstr ""

#: helpcontent2/source/text/shared/tree_strings.xhp#par_id3154959.105.help.text
msgid "<node id=\"050202\" title=\"Toolbars\">"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000001.xhp#tit.help.text\n"
"Frequently-Used Buttons"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3152952.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3152952.1.help.text\n"
"Frequently-Used Buttons"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147617.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147617.4.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155913.5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Clicking \\<emph\\>Cancel\\</emph\\> closes a "
"dialog without saving any changes made.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147477.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147477.39.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3149783.40.help.text
msgid ""
"By clicking the arrow next to some icons you open a toolbar. To move a "
"toolbar, drag the title bar. As soon as you release the mouse button, the "
"toolbar remains at the new position. Drag the title bar to another position, "
"or drag to an edge of the window, where the toolbar will dock. Close a "
"toolbar by clicking the Close Window icon. Make the toolbar visible again by "
"choosing \\<emph\\>View - Toolbars - (toolbar name)\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3152414.79.help.text
msgid "Spin box"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155599.78.help.text
msgid ""
"You can type a numerical value into the spin box, or select the value with "
"the up-arrow or down-arrow buttons. On the keyboard you can use the (up-"
"arrow) and (down-arrow) keys to increase or reduce the value in the spin "
"box. You can use (Page up) and (Page down) to set the maximum and minimum "
"value for the spin box."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3150264.38.help.text
msgid ""
"If the spin box defines numerical values, you can also define a \\<link "
"href=\\\"text/shared/00/00000003.xhp#metrik\\\" name=\\\"measurement "
"unit\\\"\\>measurement unit\\</link\\>, for example, 1 cm or 5 mm, 12 pt or "
"2\"."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3154232.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3154232.76.help.text\n"
"Convert"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3148983.77.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>If you click forward through the dialog, this "
"button is called \\<emph\\>Next\\</emph\\>. On the last page the button has "
"the name \\<emph\\>Convert\\</emph\\>. The conversion is then performed by "
"clicking the button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3145129.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3145129.42.help.text\n"
"Context Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3156553.44.help.text
msgid ""
"\\<variable id=\\\"context\\\"\\>To activate the context menu of an object, "
"first click the object with the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<de"
"faultinline\\>left\\</defaultinline\\>\\</switchinline\\> mouse button to "
"select it, and then, \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>while holding down the Ctrl key or the Command and "
"Option keys, click the mouse button again "
"\\</caseinline\\>\\<defaultinline\\>click the right mouse "
"button\\</defaultinline\\>\\</switchinline\\>. Some context menus can be "
"called even if the object has not been selected. Context menus are found "
"just about everywhere in $[officename]. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3149180.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3149180.24.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3153750.25.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Deletes the selected element or elements after "
"confirmation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147557.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147557.45.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155338.46.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Deletes the selected element or elements without "
"requiring confirmation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3148620.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3148620.6.help.text\n"
"Metric"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3145345.7.help.text
msgid ""
"You can enter values in the input fields in different units of measurement. "
"The default unit is inches. However, if you want a space of exactly 1cm, "
"then type \"1cm\". Additional units are available according to the context, "
"for example, 12 pt for a 12 point spacing. If the value of the new unit is "
"unrealistic, the program uses a predefined maximum or minimum value."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3155535.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3155535.8.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3147008.9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Closes the dialog and saves all changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147275.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147275.57.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3153031.58.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Closes the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3156113.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3156113.16.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155341.17.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Applies the modified or selected values without "
"closing the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3153760.47.help.text
msgid "Shrink / Maximize"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3153087.48.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click the\\<emph\\> Shrink \\</emph\\>icon to "
"reduce the dialog to the size of the input field. It is then easier to mark "
"the required reference in the sheet. The icons then automatically convert to "
"the \\<emph\\>Maximize\\</emph\\> icon. Click it to restore the dialog to "
"its original size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155062.49.help.text
msgid ""
"The dialog is automatically minimized when you click into a sheet with the "
"mouse. As soon as you release the mouse button, the dialog is restored and "
"the reference range defined with the mouse is highlighted in the document by "
"a blue frame."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3157808.help.text
msgid ""
"\\<image id=\\\"img_id3148685\\\" src=\\\"sc/res/refinp1.png\\\" "
"width=\\\"0.1327inch\\\" height=\\\"0.1327inch\\\"\\>\\<alt "
"id=\\\"alt_id3148685\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3153321.50.help.text
msgid "Shrink"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3153349.help.text
msgid ""
"\\<image id=\\\"img_id3149784\\\" src=\\\"sc/res/refinp2.png\\\" "
"width=\\\"0.1327inch\\\" height=\\\"0.1327inch\\\"\\>\\<alt "
"id=\\\"alt_id3149784\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155628.51.help.text
msgid "Maximize"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3156192.34.help.text
msgid "Preview Field"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3154046.35.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the current "
"selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3145609.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3145609.70.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3152473.71.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click the\\<emph\\> Next \\</emph\\>button, and the "
"Wizard uses the current dialog settings and proceeds to the next step. If "
"you are on the last step, this button becomes "
"\\<emph\\>Create\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3149670.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3149670.13.help.text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3145068.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_PUSHBUTTON_RID_OFADLG_OPTIONS_TREE_PB_BACK\\\"\\>Resets "
"modified values back to the $[officename] default values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3148755.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3148755.59.help.text\n"
"Reset"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3149651.60.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDLG_RESET_BTN\\\"\\>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 ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3143278.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3143278.18.help.text\n"
"Reset"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3150791.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDLG_RESET_BTN\\\"\\>Resets modified values back to "
"the default values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3154331.20.help.text
msgid ""
"A confirmation query does not appear. If you confirm the dialog with OK all "
"settings in this dialog are reset."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3145173.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3145173.10.help.text\n"
"Standard"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3154153.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDLG_STANDARD_BTN\\\"\\>Resets the values visible in "
"the dialog back to the default installation values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3154299.12.help.text
msgid "A confirmation does not appear before the defaults are reloaded."
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147502.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147502.72.help.text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3150439.73.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDLG_STANDARD_BTN\\\"\\>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 ""

#: helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147352.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000001.xhp#hd_id3147352.52.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3155314.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDLG_STANDARD_BTN\\\"\\>Click the\\<emph\\> "
"More\\</emph\\> button to expand the dialog to show further options. Click "
"again to restore the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3161659.41.help.text
msgid ""
"\\<variable id=\\\"siehe\\\"\\>See also the following functions: "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3154471.80.help.text
msgid ""
"\\<variable id=\\\"add\\\"\\>This function is only available if Analysis "
"AddIn is installed. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3147418.55.help.text
msgid ""
"\\<variable id=\\\"regulaer\\\"\\>The search supports \\<link "
"href=\\\"text/shared/01/02100001.xhp\\\" name=\\\"regular "
"expressions\\\"\\>regular expressions\\</link\\>. You can enter \"all.*\", "
"for example to find the first location of \"all\" followed by any "
"characters. If you want to search for a text that is also a regular "
"expression, you must precede every character with a \\\\ character. You can "
"switch the automatic evaluation of regular expression on and off in \\<link "
"href=\\\"text/shared/optionen/01060500.xhp\\\"\\>Tools - Options - "
"%PRODUCTNAME Calc - Calculate\\</link\\>. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3163714.56.help.text
msgid ""
"\\<variable id=\\\"wahr\\\"\\>If an error occurs, the function returns a "
"logical or numerical value. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3154145.54.help.text
msgid ""
"\\<variable id=\\\"kontext\\\"\\>(This command is only accessible through "
"the \\<link href=\\\"text/shared/00/00000005.xhp#kontextmenue\\\" "
"name=\\\"context menu\\\"\\>context menu\\</link\\>). \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000001.xhp#par_id3152791.61.help.text
msgid ""
"\\<variable id=\\\"wiederholen\\\"\\>By double-clicking a tool, you can use "
"it for multiple tasks. If you call the tool with a single-click, it reverts "
"back to the last selection after completing the task. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#tit.help.text
msgid "Glossary of Internet Terms"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3150702.help.text
msgid ""
"\\<bookmark_value\\>Internet "
"terms;glossaries\\</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 ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3150702.1.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"Glossary of "
"Internet Terms\\\"\\>Glossary of Internet Terms\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3155577.2.help.text
msgid ""
"If you are a newcomer to the Internet, you will be confronted with "
"unfamiliar terms: browser, bookmark, e-mail, 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 ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3150693.help.text
msgid "\\<bookmark_value\\>applets; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3150693.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3150693.9.help.text\n"
"Applet"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3145382.10.help.text
msgid ""
"An Applet refers to a special object contained on an \\<link "
"href=\\\"text/shared/00/00000002.xhp#html\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\> page. It contains a program written in "
"the \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"Java\\\"\\>Java\\</link\\> programming language, the most "
"widespread Internet language. This program is executed separately by your "
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"Web "
"browser\\\"\\>Web browser\\</link\\>. Applets are used for animations, "
"animated text, interactive user input, games and much more."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3152349.11.help.text
msgid ""
"In $[officename], you can insert self-programmed or downloaded Applets into "
"your pages by choosing \\<emph\\>Insert - Object - Applet\\</emph\\>. These "
"can be viewed by anyone using a web browser supporting Applets. All other "
"browsers simply ignore the Applets. Visit http://www.gamelan.com for some "
"examples."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3145315.help.text
msgid "\\<bookmark_value\\>bookmarks; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145315.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145315.12.help.text\n"
"Bookmark"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149800.13.help.text
msgid ""
"A bookmark is a reference for internal pages or files, just like a bookmark "
"in a book. In $[officename] you can set a bookmark on the current help page "
"in the help window."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3150117.help.text
msgid "\\<bookmark_value\\>browsers; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3150117.15.help.text
msgid "Browser"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3159157.16.help.text
msgid ""
"A browser is a software program used in the World Wide Web to search for "
"specific information. A web browser can display formatted pages that are "
"encoded in \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\> document format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3155179.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3155179.34.help.text\n"
"E-mail"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149762.35.help.text
msgid ""
"E-mail stands for electronic mail, and is the exchange of computer-stored "
"messages by telecommunication. E-mails can contain information in the form "
"of text, images, sounds and other attachments. In $[officename] you can send "
"the current document as an e-mail attachment by choosing \\<emph\\>File - "
"Send\\</emph\\>. This starts your default e-mail program."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153146.36.help.text
msgid "Frames"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3157909.37.help.text
msgid ""
"Frames are useful for designing the layout of\\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"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 ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3147077.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3147077.43.help.text\n"
"FTP"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147335.44.help.text
msgid ""
"FTP stands for File Transfer Protocol and is the standard transfer protocol "
"for files in the Internet. An FTP server is a program on a computer "
"connected to the Internet which stores files to be transmitted with the aid "
"of FTP. While FTP is responsible for transmitting and downloading Internet "
"files, \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"HTTP\\\"\\>HTTP\\</link\\> (Hypertext Transfer Protocol) provides "
"the connection setup and data transfer between WWW servers and clients."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3145609.help.text
msgid "\\<bookmark_value\\>HTML; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145609.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145609.56.help.text\n"
"HTML"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3161459.57.help.text
msgid ""
"HTML (Hypertext Markup Language) is a document code language, which is used "
"as the file format for WWW documents. It is derived from \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"SGML\\\"\\>SGML\\</link\\> "
"and integrates text, graphics, videos and sound."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153898.264.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"HTML (detailed "
"explanation)\\\"\\>HTML (detailed explanation)\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3159413.265.help.text
msgid "HTML (detailed description)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3154346.58.help.text
msgid ""
"If you want to type HTML commands directly, for example when doing exercises "
"from one of the many available HTML books, remember that HTML pages are pure "
"text files in 7-bit \\<link href=\\\"text/shared/00/00000005.xhp\\\" "
"name=\\\"ASCII code\\\"\\>ASCII code\\</link\\>. Save your document under "
"the document type \\<emph\\>Text DOS \\</emph\\>and give it the file name "
"extension .HTM. Be sure there are no umlauts or other special characters of "
"the extended character set. If you want to re-open this file in "
"$[officename] and edit the HTML code, you must load it with the file type "
"\\<emph\\>Text DOS\\</emph\\> and not with the file type \\<emph\\>Web "
"pages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153960.244.help.text
msgid ""
"There are several references in the Internet providing an introduction to "
"the HTML language."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3147423.59.help.text
msgid "HTTP"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153379.60.help.text
msgid ""
"The Hypertext Transfer Protocol is a record of transmission of WWW documents "
"between WWW \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"servers\\\"\\>servers\\</link\\> (hosts) and \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"browsers\\\"\\>browsers\\</link\\> (clients)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3149290.help.text
msgid "\\<bookmark_value\\>hyperlinks; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3149290.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3149290.61.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3145420.62.help.text
msgid ""
"Hyperlinks are cross-references, highlighted in text in various colors and "
"activated by mouse-click. With the aid of hyperlinks, readers can jump to "
"specific information within a document as well as to related information in "
"other documents. In the Internet it is common to include hyperlinks to your "
"own homepage, or to refer to other Internet sites."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3156281.63.help.text
msgid ""
"In $[officename] you can assign hyperlinks to text (see \\<link "
"href=\\\"text/shared/main0209.xhp\\\" name=\\\"Hyperlink bar\\\"\\>Hyperlink "
"bar\\</link\\>) as well as to graphics and text frames (see the \\<link "
"href=\\\"text/swriter/01/05060800.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\> tab page in the "
"\\<emph\\>Graphic/Frames/Object\\</emph\\> dialogs, or the menu command "
"\\<link href=\\\"text/shared/01/02220000.xhp\\\" name=\\\"Edit - "
"ImageMap\\\"\\>Edit - ImageMap\\</link\\>)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3152805.help.text
msgid "\\<bookmark_value\\>ImageMap; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3152805.64.help.text
msgid "ImageMap"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3154685.65.help.text
msgid ""
"An ImageMap is a reference-sensitive graphic or text frame. You can click on "
"defined areas of the graphic or text frame to go to a target (\\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"URL\\\"\\>URL\\</link\\>), "
"which is linked with the area. The reference areas, along with the linked "
"URLs and corresponding text displayed when resting the mouse pointer on "
"these areas, are defined in the \\<link "
"href=\\\"text/shared/01/02220000.xhp\\\" name=\\\"ImageMap "
"Editor\\\"\\>ImageMap Editor\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153178.66.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\\\" "
"name=\\\"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 \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"server\\\"\\>server\\</link\\>, 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 ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3150740.67.help.text
msgid ""
"As ImageMaps can be used in different ways, they can be stored in different "
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"formats\\\"\\>formats\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3146874.68.help.text
msgid "ImageMap Formats"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3145153.69.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"ImageMaps\\\"\\>ImageMaps\\</link\\> are basically divided between "
"those that are analyzed on the \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"server\\\"\\>server\\</link\\> (i. e. your Internet provider) and "
"those analyzed on the \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"web browser\\\"\\>web browser\\</link\\> of the reader's computer."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3152881.help.text
msgid "\\<bookmark_value\\>Server Side ImageMap\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3152881.70.help.text
msgid "Server Side ImageMaps"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153057.71.help.text
msgid ""
"Server Side ImageMaps appear for the reader as a picture or frame on the "
"page. Click on the ImageMap with the mouse, and the coordinates of the "
"relative position are sent to the server. Aided by an extra program, the "
"server then determines the next step to take. There are several incompatible "
"methods to define this process, the two most common being:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147502.72.help.text
msgid "W3C (CERN) HTTP Server (Format type: MAP - CERN)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3154011.73.help.text
msgid "NCSA HTTP Server (Format type: MAP - NCSA)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149483.74.help.text
msgid ""
"$[officename] creates ImageMaps for both methods. Select the format from the "
"\\<emph\\>Save as 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 ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3152418.help.text
msgid "\\<bookmark_value\\>Client Side ImageMap\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3152418.75.help.text
msgid "Client Side ImageMap"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3151290.76.help.text
msgid ""
"Modern Client Side ImageMaps do not present as much difficulty on the server "
"side. The area of the picture or frame in which the reader can click on is "
"indicated by the appearance of the linked \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"URL\\\"\\>URL\\</link\\> "
"when the mouse passes over the area. The ImageMap is stored in a layer below "
"the picture and contains information about the referenced regions. The only "
"disadvantage of Client Side ImageMaps is that older Web browsers cannot read "
"them; a disadvantage that will, however, resolve itself in time."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149664.77.help.text
msgid ""
"When saving the ImageMap, select the file type \\<emph\\>SIP - StarView "
"ImageMap\\</emph\\>. This saves the ImageMap directly in a format which can "
"be applied to every active picture or frame in your document. However, if "
"you just want to use the ImageMap on the current picture or text frame, you "
"do not have to save it in any special format. After defining the regions, "
"simply click \\<emph\\>Apply\\</emph\\>. Nothing more is necessary. Client "
"Side ImageMaps saved in \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\> format are inserted directly into the "
"page in HTML code."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3143274.85.help.text
msgid "Intranet"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149065.86.help.text
msgid ""
"Intranet refers to local networks in companies, which use \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"TCP/IP\\\"\\>TCP/IP\\</link\\> for communication purposes and "
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"HTTP\\\"\\>HTTP\\</link\\> as its transmission record. An Intranet "
"has an advantage over normal networks in that transmissions through the "
"Internet are unproblematic and the required software is not too expensive."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3153951.help.text
msgid "\\<bookmark_value\\>IP address; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153951.88.help.text
msgid "IP Address"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3154986.89.help.text
msgid ""
"This is a 32-bit address in the Internet, written with four numbers between "
"0 and 255. The four numbers are separated by dots, for example "
"123.234.56.78. Every user has an Internet protocol (IP) address. The IP "
"address is normally only assigned dynamically for the duration of the "
"connection. Since this type of address is difficult to remember, you usually "
"address Internet \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"servers\\\"\\>servers\\</link\\> by name. The \"name server\" sees "
"that the name is matched to the correct IP address."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3159125.help.text
msgid "\\<bookmark_value\\>Java; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3159125.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3159125.92.help.text\n"
"Java"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153188.93.help.text
msgid ""
"The Java programming language is a platform independent programming language "
"developed by Sun Microsystems, Inc. (http://www.sun.com) 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\". A .class file is created, "
"which can then be inserted as a \"Java Applet\" into HTML pages. Several "
".class files can be combined to a single .jar or .zip file. A Web browser "
"that supports the Java class files can compile the Java programming language "
"code immediately after receipt without the user having to unpack the archive."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147418.94.help.text
msgid ""
"The basic concept of the Java technology consists of sending a more advanced "
"level of instruction (for example, \"draw a line\") to the Web browser which "
"then knows how to execute the instruction on the client computer. Thus a "
"program written in the Java programming language can run on any computer "
"which has an interpreter or compiler for the Java programming language, "
"independent of processor type and operating system."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147435.187.help.text
msgid ""
"Do not confuse \"JavaScript\" and \"Java Applets\". JavaScript is a simple, "
"limited script language for Web browsers used, for example, to display "
"animated text. JavaScript describes objects in a language that looks a bit "
"like the Java programming language and lets users optically enhance their "
"HTML pages. \"Java Applets\", on the other hand, are programs written in the "
"Java programming language and compiled into byte code, as described in the "
"preceding paragraphs."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3159153.help.text
msgid "\\<bookmark_value\\>plug-ins; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3159153.107.help.text
msgid "Plug-In"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3154127.109.help.text
msgid ""
"Extensions providing additional functionality in \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"Web Browsers\\\"\\>Web "
"Browsers\\</link\\> are referred to as Plug-Ins."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3154693.171.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"More about Plug-"
"Ins\\\"\\>More about Plug-Ins\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3148645.110.help.text
msgid "Plug-Ins (detailed explanation)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147484.108.help.text
msgid "A Plug-In is a term used in various contexts:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3168608.172.help.text
msgid "Plug-Ins in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149910.111.help.text
msgid ""
"You will notice in $[officename] that the \\<emph\\>Formatting\\</emph\\> "
"Bar changes after certain operations. For example, if you insert a diagram "
"into your text document,you see icons for editing the diagram, in fact the "
"same ones you see in diagram documents. In this sense, we refer to the "
"diagram document as a plug-in within the text document."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3148387.177.help.text
msgid "Using Plug-Ins to extend your programs"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3156737.114.help.text
msgid ""
"Plug-ins, generally speaking, are software additions to particular "
"applications which provide enhanced functionality. Often import and export "
"filters for various file formats are stored as plug-ins in a plug-in "
"directory."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149958.115.help.text
msgid ""
"Netscape web browser extensions produced by Netscape Communication "
"Corporation are also called plug-ins. These are external programs mainly "
"taken from the multimedia field and which communicate with the browser "
"through standardized interfaces. These plug-ins can be linked to "
"$[officename] documents."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3155851.116.help.text
msgid "$[officename] supports 32-bit plug-ins that can run under Netscape."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3149420.179.help.text
msgid ""
"Any Netscape plug-ins (32 bit) installed on your system are automatically "
"recognized by $[officename]. Otherwise, most plug-in setup programs allow "
"you to specify the install directory, for example, $[officename]. Make sure "
"to enter the new installation path (for example,$[officepath]/share/plugin) "
"in \\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>. Note: Some "
"plug-ins still require Netscape to be installed before the setup program can "
"be run."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145647.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145647.127.help.text\n"
"Proxy"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3148455.128.help.text
msgid ""
"A proxy is a computer in the network acting as a kind of clipboard for data "
"transfer. Whenever you access the Internet from a company network and "
"request a Web page that has already been read by a colleague, the proxy will "
"be able to display the page much quicker, as long as it's still in the "
"memory. All that has to be checked in this case is that the page stored in "
"the proxy is the latest version. If this is the case, the page won't have to "
"be downloaded from the much slower Internet but can be loaded directly from "
"the proxy."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3146927.help.text
msgid "\\<bookmark_value\\>servers; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3146927.129.help.text
msgid "Server"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3150592.130.help.text
msgid ""
"A server is a computer in a network that provides other computers with "
"services. Servers can exist as file servers in local networks, as Internet "
"servers ,or as special FTP, mail and news servers. An application that "
"provides data for other programs is called an application server. The "
"$[officename] Application Server is a program that runs on a network server "
"and supplies data to the $[officename] Remote Clients on workstations."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3154729.help.text
msgid "\\<bookmark_value\\>SGML; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3154729.229.help.text
msgid "SGML"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147330.230.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 ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3148747.231.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\> is a specialized application of SGML. "
"This means that most Web browsers support only a limited range of SGML "
"standards and that almost all SGML-enabled systems can produce attractive "
"HTML pages. The first line of an HTML document invariably contains an SGML "
"instruction that defines all following lines as belonging to an HTML subset."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3145730.232.help.text
msgid "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 3.2//EN\">"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3150715.help.text
msgid "\\<bookmark_value\\>SMTP/POP3; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3150715.133.help.text
msgid "SMTP/POP3"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153510.134.help.text
msgid ""
"SMTP and POP3 are two widely-used protocols for transmitting \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"e-mail\\\"\\>e-"
"mail\\</link\\>. SMTP (Simple Mail Transfer Protocol) is the usual protocol "
"used by a modem or ISDN connection to communicate with your Internet "
"provider's mail server to send and receive e-mail. POP3 (Post Office "
"Protocol, Version 3) is a protocol used by your computer to get e-mail from "
"the Internet provider's mail server."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3145300.help.text
msgid "\\<bookmark_value\\>style sheets; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3145300.135.help.text
msgid "Style Sheets (CSS1/CSS2)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147257.136.help.text
msgid ""
"Style sheets are new features of \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"HTML\\\"\\>HTML\\</link\\> "
"3 formats for Web documents. You can find the latest on style sheets at "
"http://www.w3.org/Style/Activity. Style sheets aid in transferring the "
"original formatting in your $[officename] documents to HTML documents, and "
"generally provide better results than the normal HTML format \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"tags\\\"\\>tags\\</link\\>. Information is listed in the style "
"sheets for effects such as fonts, font sizes, and line spacing. The list is "
"in HTML code between the new tags <style> and </style> in the form of a long "
"comment. The tags are ignored by \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"Web browsers\\\"\\>Web "
"browsers\\</link\\> that cannot yet handle style sheets."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3148568.270.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"More about "
"Styles\\\"\\>More about Styles\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3148573.271.help.text
msgid "Styles (extended explanation)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3153841.137.help.text
msgid ""
"In addition to embedded style sheets, you can use your own style sheet "
"files, which are referenced by HTML documents. This allows you to make style "
"changes to just one file that then affect all documents."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3145163.200.help.text
msgid ""
"The CSS (Cascading Style Sheets) are style sheets which build on one "
"another. The style sheets, hierarchically arranged under a defined head "
"style sheet, \"inherit\" all properties of the style sheet above them, and "
"then include some additional attributes."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147173.233.help.text
msgid ""
"Netscape Navigator 4 recognizes the CSS extension Dynamic HTML which makes "
"it possible to layer objects on a page in three dimensions. Dynamic HTML "
"offers relative and absolute positioning of page elements and visibility as "
"a new property. A detailed description can be found under "
"http://www.w3.org/pub/WWW/TR/WD-positioning."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3153950.help.text
msgid "\\<bookmark_value\\>search engines; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153950.138.help.text
msgid "Search Engines"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3157965.139.help.text
msgid ""
"A search engine is a service in the Internet based on a software program "
"used to explore a vast amount of information using key words."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3150751.help.text
msgid "\\<bookmark_value\\>tags; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3150751.141.help.text
msgid "Tags"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3156360.142.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000005.xhp\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\> pages written in 7-bit \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"ASCII\\\"\\>ASCII\\</link\\> text contain certain structural and "
"formatting instructions called tags. Tags are code words enclosed by "
"brackets in the document description language HTML. Many tags contain text "
"or \\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"hyperlink "
"references\\\"\\>hyperlink references\\</link\\> between the opening and "
"closing brackets. For example, titles are marked by the tags <h1> at the "
"beginning and </h1> at the end of the title. Some tags only appear on their "
"own such as <br> for a line break or <img ...> to link a graphic."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153713.143.help.text
msgid "TCP/IP"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3147540.144.help.text
msgid ""
"This abbreviation stands for Transmission Control Protocol / Internet "
"Protocol. TCP is responsible for making and breaking the connections between "
"all computers in a network. It controls the data flow in the net and ensures "
"data transfers are complete. IP is responsible for organizing and addressing "
"data. Prior to transfer, the data is divided into packets which are then "
"rejoined on the remote computer. This protocol is used both in local "
"networks and in the Internet."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3153766.help.text
msgid "\\<bookmark_value\\>URL; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153766.145.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153766.145.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3152931.146.help.text
msgid ""
"The Uniform Resource Locator (URL) displays the address of a document or a "
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"server\\\"\\>server\\</link\\> in the Internet. The general "
"structure of a URL varies according to type and is generally in the form "
"Service://Hostname:Port/Path/Page#Mark although not all elements are always "
"required. An URL can be a FTP address, a WWW (HTTP) address, a file address "
"or an e-mail address."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3153737.165.help.text
msgid "Web Server"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3155446.166.help.text
msgid ""
"A Web server is a computer linked to the Internet with a program suitable "
"for displaying WWW documents and preparing these for downloading."
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#bm_id3154301.help.text
msgid "\\<bookmark_value\\>XML; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#hd_id3154301.274.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000002.xhp#hd_id3154301.274.help.text\n"
"XML"
msgstr ""

#: helpcontent2/source/text/shared/00/00000002.xhp#par_id3148829.275.help.text
msgid ""
"The \"Extensible Markup Language\" is a language standard for documents "
"developed under the direction of Sun Microsystems. The development "
"objectives for XML included unproblematic use of XML documents in the "
"Internet, support for a broad range of applications and compatibility with "
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"SGML\\\"\\>SGML\\</link\\>. A detailed description of XML can be "
"found at http://www.w3.org/TR/REC-xml; you will find a FAQ list at "
"http://www.ucc.ie/xml/."
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000003.xhp#tit.help.text\n"
"Conversion of measurement units"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#bm_id3147543.help.text
msgid ""
"\\<bookmark_value\\>measurement units; "
"converting\\</bookmark_value\\>\\<bookmark_value\\>units; "
"converting\\</bookma"
"rk_value\\>\\<bookmark_value\\>converting;metrics\\</bookm"
"ark_value\\>\\<bookmark_value\\>metrics;converting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#hd_id3147543.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000003.xhp#hd_id3147543.1.help.text\n"
"Conversion of measurement units"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3158442.2.help.text
msgid "\\<emph\\>Millimeter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3154350.13.help.text
msgid "1 mm = 0.03937008 inch"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3152895.14.help.text
msgid "1 mm = 0.2362205 pica"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3153539.15.help.text
msgid "1 mm = 0.1 cm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3154561.16.help.text
msgid "1 mm = 56.7 Twips"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3149511.8.help.text
msgid "\\<emph\\>Pica\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3166445.27.help.text
msgid "1 pica = 4.233333 mm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3152780.28.help.text
msgid "1 pica = 0.4233333 cm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3153031.29.help.text
msgid "1 pica = 0.1666667 inch"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3166410.30.help.text
msgid "1 pica = 12 point"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3151110.31.help.text
msgid "1 pica = 240.029811 Twips"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3155342.4.help.text
msgid "\\<emph\\>Centimeter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3153088.17.help.text
msgid "1 cm = 10 mm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3146948.18.help.text
msgid "1 cm = 0.3937008 inch"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3153585.19.help.text
msgid "1 cm = 2.362205 pica"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3147384.20.help.text
msgid "1 cm = 28.34646 point"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3152824.21.help.text
msgid "1 cm = 567 Twips"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3159116.10.help.text
msgid "\\<emph\\>Point\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3150503.32.help.text
msgid "1 point = 0.3527778 mm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3150771.33.help.text
msgid "1 point = 0.03527778 cm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3149819.34.help.text
msgid "1 point = 0.01388889 inch"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3154514.35.help.text
msgid "1 point = 0.08333333 pica"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3146137.36.help.text
msgid "1 point = 20.00250126 Twips"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3146848.6.help.text
msgid "\\<emph\\>Inch\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3148473.22.help.text
msgid "1 inch = 25.4 mm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3156329.23.help.text
msgid "1 inch = 2.54 cm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3158430.24.help.text
msgid "1 inch = 6 pica"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3154306.25.help.text
msgid "1 inch = 72 point"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3153564.26.help.text
msgid "1 inch = 1440.18 Twips"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3156023.12.help.text
msgid "\\<emph\\>Twips\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3145609.37.help.text
msgid "1 Twip = 0.001763668 cm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000003.xhp#par_id3154280.38.help.text
msgid "1 Twip = 0.017636684 mm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000004.xhp#tit.help.text\n"
"To access this command..."
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#hd_id3160447.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000004.xhp#hd_id3160447.1.help.text\n"
"\\<variable id=\\\"wie\\\"\\>To access this command...\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3147212.47.help.text
msgid ""
"\\<variable id=\\\"related\\\"\\>\\<emph\\>Related "
"Topics\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3154689.help.text
msgid ""
"\\<image id=\\\"img_id3152427\\\" "
"src=\\\"res/commandimagelist/sc_color.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152427\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3146067.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3146067.46.help.text\n"
"Font Color"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3157898.help.text
msgid ""
"\\<image id=\\\"img_id3149716\\\" "
"src=\\\"res/commandimagelist/sc_color.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149716\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149893.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3149893.7.help.text\n"
"Font Color"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149750.help.text
msgid ""
"\\<image id=\\\"img_id3146957\\\" "
"src=\\\"res/commandimagelist/sc_justifypara.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146957\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3150693.8.help.text
msgid "Line spacing: 1"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3145382.help.text
msgid ""
"\\<image id=\\\"img_id3163802\\\" "
"src=\\\"res/commandimagelist/sc_spacepara15.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3163802\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3154173.9.help.text
msgid "Line spacing: 1.5"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3150131.help.text
msgid ""
"\\<image id=\\\"img_id3153252\\\" "
"src=\\\"res/commandimagelist/sc_spacepara2.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153252\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3152824.10.help.text
msgid "Line spacing: 2"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149820.help.text
msgid ""
"\\<image id=\\\"img_id3153126\\\" "
"src=\\\"res/commandimagelist/sc_superscript.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153126\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3145121.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3145121.11.help.text\n"
"Superscript"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3147077.help.text
msgid ""
"\\<image id=\\\"img_id3155135\\\" "
"src=\\\"res/commandimagelist/sc_subscript.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155135\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3151385.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3151385.12.help.text\n"
"Subscript"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3148550.help.text
msgid ""
"\\<image id=\\\"img_id3149294\\\" src=\\\"res/helpimg/feldurch.png\\\" "
"width=\\\"0.9374inch\\\" height=\\\"0.2398inch\\\"\\>\\<alt "
"id=\\\"alt_id3149294\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3152772.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3152772.15.help.text\n"
"Line Style"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3153379.help.text
msgid ""
"\\<image id=\\\"img_id3148401\\\" src=\\\"res/helpimg/feldcolo.png\\\" "
"width=\\\"1.0417inch\\\" height=\\\"0.2398inch\\\" "
"localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3148401\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149290.16.help.text
msgid "Line Color"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3156214.help.text
msgid ""
"\\<image id=\\\"img_id3149807\\\" src=\\\"res/helpimg/feldbrei.png\\\" "
"width=\\\"0.6563inch\\\" height=\\\"0.2189inch\\\" "
"localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3149807\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3163044.17.help.text
msgid "Line Width"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3154154.help.text
msgid ""
"\\<image id=\\\"img_id3145152\\\" src=\\\"res/helpimg/swh00117.png\\\" "
"width=\\\"2.0835inch\\\" height=\\\"0.2398inch\\\" "
"localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3145152\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3150650.18.help.text
msgid "Area Style / Filling"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3153367.help.text
msgid ""
"\\<image id=\\\"img_id3147502\\\" "
"src=\\\"res/commandimagelist/sc_aligntop.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147502\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3148557.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3148557.20.help.text\n"
"Align Top"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3146923.help.text
msgid ""
"\\<image id=\\\"img_id3150410\\\" "
"src=\\\"res/commandimagelist/sc_cellvertbottom.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150410\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149287.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3149287.21.help.text\n"
"Align Bottom"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3153097.help.text
msgid ""
"\\<image id=\\\"img_id3153363\\\" "
"src=\\\"res/commandimagelist/sc_alignvcenter.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153363\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3150873.22.help.text
msgid "Align Center Vertically"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3147436.help.text
msgid ""
"\\<image id=\\\"img_id3159123\\\" src=\\\"svx/res/nu07.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159123\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3147418.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3147418.27.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3146147.help.text
msgid ""
"\\<image id=\\\"img_id3145364\\\" src=\\\"svx/res/nu08.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145364\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3148617.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3148617.28.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3154730.help.text
msgid ""
"\\<image id=\\\"img_id3154096\\\" src=\\\"svtools/res/up_small.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154096\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3145800.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3145800.30.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149412.help.text
msgid ""
"\\<image id=\\\"img_id3153279\\\" src=\\\"res/sc06331.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153279\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3154064.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3154064.48.help.text\n"
"Create New Directory"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3153221.help.text
msgid ""
"\\<image id=\\\"img_id3153334\\\" src=\\\"svtools/res/up_small.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153334\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3145646.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3145646.39.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3151320.help.text
msgid ""
"\\<image id=\\\"img_id3148833\\\" src=\\\"res/sc06331.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148833\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3153005.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3153005.40.help.text\n"
"Create New Directory"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3146990.help.text
msgid ""
"\\<image id=\\\"img_id3147257\\\" src=\\\"fpicker/res/fp011.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147257\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3153949.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3153949.41.help.text\n"
"Default Directory"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3156361.help.text
msgid ""
"\\<image id=\\\"img_id3150656\\\" src=\\\"res/sc06301.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150656\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3146915.35.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Go to the previous note\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3151357.help.text
msgid ""
"\\<image id=\\\"img_id3154363\\\" src=\\\"res/sc06300.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154363\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3159184.36.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Go to the next note\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3083285.help.text
msgid ""
"\\<image id=\\\"img_id3147100\\\" "
"src=\\\"res/commandimagelist/sc_open.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147100\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3147339.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3147339.37.help.text\n"
"Open File"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3151189.help.text
msgid ""
"\\<image id=\\\"img_id3156318\\\" "
"src=\\\"res/commandimagelist/sc_saveas.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156318\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3149109.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3149109.38.help.text\n"
"Save As"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3152946.help.text
msgid ""
"\\<image id=\\\"img_id3155904\\\" "
"src=\\\"res/commandimagelist/sc_exportdirecttopdf.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155904\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000004.xhp#par_id3155336.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000004.xhp#par_id3155336.76.help.text\n"
"Export Directly as PDF"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#tit.help.text
msgid "General Glossary"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3154896.help.text
msgid ""
"\\<bookmark_value\\>terms\\</bookmark_value\\>\\<bookmark_value\\>common "
"terms;glossaries\\</bookmark_value\\>\\<bookmark_value\\>glossaries;common "
"ter"
"ms\\</bookmark_value\\>\\<bookmark_value\\>terminology;glossaries\\</bookma"
"rk_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3154896.1.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000005.xhp\\\" name=\\\"General "
"Glossary\\\"\\>General Glossary\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154788.2.help.text
msgid ""
"This glossary includes explanations of some of the most important terms you "
"will come across in $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154873.3.help.text
msgid ""
"Use the glossary to look up unfamiliar terms found in any $[officename] "
"application."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3153561.151.help.text
msgid "Adabas"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154810.152.help.text
msgid ""
"Adabas D is a database format for $[officename] databases under Windows, "
"Linux and Solaris Sparc. More information about Adabas, further Help files "
"and purchasing higher versions can be found on the producer's homepage at: "
"http://www.adabas.com."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155321.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155321.153.help.text\n"
"ADO"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3155449.154.help.text
msgid ""
"The ActiveX Data Objects (ADO) database format from Microsoft lets a "
"programmer writing Windows applications get access to a relational or non-"
"relational database from both Microsoft and other database providers. Can "
"only be used under Windows."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3156192.help.text
msgid "\\<bookmark_value\\>ASCII; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156192.22.help.text
msgid "ASCII"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3155922.23.help.text
msgid ""
"Abbreviation for American Standard Code for Information Interchange. ASCII "
"is a character set for displaying fonts on personal computers. It consists "
"of 128 characters including letters, numbers, punctuation and symbols. The "
"extended ASCII character set contains 256 characters. Each character has "
"been assigned a unique number, also referred to as ASCII Code."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3150823.24.help.text
msgid ""
"In HTML pages, only characters from the 7 Bit ASCII character set should "
"appear. Other characters, such as German umlauts, are distinguished by way "
"of a separate code. The $[officename] export filter performs the necessary "
"conversion automatically."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3151245.25.help.text
msgid "Bézier Object"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154924.26.help.text
msgid ""
"Developed by the French mathematician Pierre Bézier, a Bézier curve is a "
"mathematically defined curve used in two-dimensional graphic applications. "
"The curve is defined by four points: the initial position and the "
"terminating position, and two separate middle points. Bézier objects can be "
"modified by moving these points with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3152360.130.help.text
msgid "Bit"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3147304.131.help.text
msgid ""
"A bit (short for \\<emph\\>binary digit\\</emph\\>) is the smallest unit of "
"data in a computer. A bit has a single binary value, either 0 or 1. Although "
"computers usually provide instructions that can test and manipulate bits, "
"they generally are designed to store data and execute instructions in bit "
"multiples called bytes. In most computer systems, there are eight bits in a "
"byte. "
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3148739.help.text
msgid "\\<bookmark_value\\>bitmaps; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3148739.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3148739.132.help.text\n"
"Bitmap"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3152773.133.help.text
msgid ""
"A bitmap defines a display space and the color for each pixel or \"bit\" in "
"the display space. In general, when people refer to bitmaps, they mean a "
"raster graphic or pixel graphic. This kind of graphic is dissolved into "
"single points that can be controlled independently of each other. Common "
"bitmap file formats are BMP, GIF and JPEG."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3146907.help.text
msgid ""
""
"\\<bookmark_value\\>CTL;definition\\</bookmark_value\\>\\<bookmark_value\\>com"
"plex text "
"layout;definition\\</bookmark_value\\>\\<bookmark_value\\>Arabic;language "
"settings\\</bookmark_value\\>\\<bookmark_value\\>Hebrew;language "
"settings\\</bookmark_value\\>\\<bookmark_value\\>Thai;language "
"settings\\</bookmark_value\\>\\<bookmark_value\\>Hindi;language "
"settings\\</bookmark_value\\>\\<bookmark_value\\>language settings;complex "
"text layout\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3146907.169.help.text
msgid "Complex Text Layout (CTL)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3156081.166.help.text
msgid ""
"Languages with complex text layout may have some or all of the following "
"features:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3145116.167.help.text
msgid ""
"The language is written with characters or glyphs that are composed of "
"several parts"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154630.168.help.text
msgid "The text direction is from right to left."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3148677.170.help.text
msgid ""
"Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as CTL "
"languages."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3151176.171.help.text
msgid ""
"Enable CTL support using \\<emph\\>Tools - Options - Language Settings - "
"Languages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_idN108F1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000005.xhp#par_idN108F1.help.text\n"
"Context Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156281.27.help.text
msgid "DBase (dBase)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3143232.28.help.text
msgid "Abbreviation for Data Base, a common database and file format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3147084.help.text
msgid "\\<bookmark_value\\>DDE; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3147084.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3147084.29.help.text\n"
"DDE"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3145154.30.help.text
msgid ""
"DDE stands for \"Dynamic Data Exchange,\" which is a predecessor of OLE, "
"\"Object Linking and Embedding\". With DDE, objects are linked through file "
"reference, but not embedded."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154820.79.help.text
msgid ""
"You can create a DDE link using the following procedure: Select cells from a "
"Calc spreadsheet, copy them into the clipboard and switch to another "
"spreadsheet and select the \\<emph\\>Edit - Paste Special\\</emph\\> dialog. "
"Select \\<emph\\>the Link\\</emph\\> option to insert the contents as a DDE "
"link. When activating a link, the inserted cell area will be read from its "
"original file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3150439.156.help.text
msgid "Direct and Style Formatting"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3159254.34.help.text
msgid ""
"If you format a document without Styles, it is referred to as \"direct\" "
"formatting. This means modifying text or other objects, such as frames or "
"tables, by applying various attributes directly. The format applies only to "
"the selected area and all changes must be made separately. Styles, on the "
"other hand, are not applied to the text directly, but rather are defined in "
"the Styles and Formatting window and then applied. One advantage is that "
"when you change a Style, all parts of the document to which that Style is "
"assigned are modified at the same time."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3147287.35.help.text
msgid ""
"You can remove direct formatting from your document by selecting the entire "
"text with the shortcut keys \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+A and then "
"choosing \\<emph\\>Format - Default Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3155132.help.text
msgid ""
"\\<bookmark_value\\>windows; docking "
"definition\\</bookmark_value\\>\\<bookmark_value\\>docking; "
"definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155132.6.help.text
msgid "Docking"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154638.7.help.text
msgid ""
"\\<variable id=\\\"andock1\\\"\\>Some windows in $[officename], for example "
"the Styles and Formatting window and the Navigator, are \"dockable\" "
"windows. You can move these windows, re-size them or dock them to an edge. "
"On each edge you can dock several windows on top of, or alongside each "
"other; then, by moving the border lines, you can change the relative "
"proportions of the windows. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3147233.127.help.text
msgid ""
"\\<variable id=\\\"andock2\\\"\\>To undock and re-dock, double-click a "
"vacant area in the window. In the Styles and Formatting window, you can also "
"double-click a gray part of the window next to the icons. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155306.10.help.text
msgid "Docking (AutoHide)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3155854.115.help.text
msgid ""
"On any window edge where another window is docked you will see a button "
"which allows you to show or hide the window."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3143274.161.help.text
msgid ""
"If you click the button on the window edge to show the window, the window "
"will remain visible until you manually hide it again (with the same button)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3153093.162.help.text
msgid ""
"If you show the window by clicking the window border, but not the button, "
"you activate the \\<emph\\>AutoHide\\</emph\\> function. The AutoHide "
"function allows you to temporarily show a hidden window by clicking on its "
"edge. When you click in the document, the docked window hides again."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_idN10AB1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000005.xhp#par_idN10AB1.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3163710.help.text
msgid "\\<bookmark_value\\>formatting; definitions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3163710.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3163710.32.help.text\n"
"Formatting"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3163821.33.help.text
msgid ""
"Formatting refers to the visual layout of text using a word-processing or "
"DTP program. This includes defining the paper format, page borders, fonts "
"and font effects, as well as indents and spacing. You can format text "
"\\<link href=\\\"text/shared/00/00000005.xhp#Section7\\\"\\>directly or with "
"Styles\\</link\\> provided by $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3153188.help.text
msgid ""
"\\<bookmark_value\\>vector graphics; "
"definition\\</bookmark_value\\>\\<bookmark_value\\>pixel graphics; "
"definition\\</bookmark_value\\>\\<bookmark_value\\>graphics; vector and "
"pixel graphics\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3153188.123.help.text
msgid "Graphics, Vector Graphics and Pixel Graphics"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3155511.124.help.text
msgid ""
"In the field of computing, one distinguishes between vector graphics and "
"pixel graphics. Vector graphics consist of instructions such \"draw a line "
"having line weight A and color B from the point having coordinates (C, D) to "
"point (E, F)\". Vector graphics are not affected by changes in size or "
"resolution, within certain print limitations. In $[officename], you can "
"create vector graphics through the \\<emph\\>File - New - "
"Presentation\\</emph\\> or the Drawing menu command."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3150103.125.help.text
msgid ""
"Pixel graphics consist of pixels, which are small dots of different colors "
"that are arranged in rows and columns. Pixel graphics always have defined "
"dimensions, which tends to impair reproduction quality if the resolution is "
"changed."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3149313.126.help.text
msgid ""
"Nevertheless, pixel graphics are widely used, since cameras, scanners and "
"similar devices generate pixel graphics. Software for retouching pixel "
"graphics is widely available. The quality and price of the software can vary."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3148616.160.help.text
msgid ""
"You can generate pixel graphics in $[officename] Draw with the "
"\\<emph\\>File - Export\\</emph\\> command and selection of a corresponding "
"file format such as JPEG."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3156006.help.text
msgid "\\<bookmark_value\\>IME; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156006.164.help.text
msgid "IME"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3157874.165.help.text
msgid ""
"IME stands for Input Method Editor. A program that allows the user to enter "
"complex characters from non-western character sets using a standard keyboard."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3151172.help.text
msgid "\\<bookmark_value\\>JDBC; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3151172.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3151172.111.help.text\n"
"JDBC"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3148386.112.help.text
msgid ""
"You can use the Java Database Connectivity (JDBC) API to connect to a "
"database from %PRODUCTNAME. JDBC drivers are written in the Java programming "
"language and are platform independent."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3151282.help.text
msgid ""
"\\<bookmark_value\\>kerning; "
"definition\\</bookmark_value\\>\\<bookmark_value\\>spacing; "
"definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3151282.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3151282.36.help.text\n"
"Kerning"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3146321.37.help.text
msgid ""
"Kerning means increasing or decreasing the amount of space between pairs of "
"letters to improve the overall appearance of the text."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3146078.38.help.text
msgid ""
"The kerning tables contain information on which pairs of letters require "
"more spacing. These tables are generally a component of a font."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3150592.help.text
msgid "\\<bookmark_value\\>links; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3150592.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3150592.55.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3150092.56.help.text
msgid ""
"The \\<emph\\>Links\\</emph\\> command is found in the "
"\\<emph\\>Edit\\</emph\\> menu. The command can only be activated when at "
"least one link is contained in the current document. When you insert an "
"object such as a graphic, for example, you can either copy it directly into "
"the document or insert as a link."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3145730.57.help.text
msgid ""
"When an object is copied directly into a document, the document size "
"increases by (at least) the size in bytes of the object. You can save the "
"document and open it on another computer, and the inserted object will still "
"be in the same position in the document."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3144765.58.help.text
msgid ""
"If you insert the object as a link, only a reference to the file name is "
"inserted. The file size of the document increases only by the path and file "
"reference. If you open your document on another computer, however, the "
"linked file must be in exactly the same position as given by the reference "
"in order to view the object in the document."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3153334.59.help.text
msgid ""
"Use \\<emph\\>Edit - Links\\</emph\\> to see which files are linked to your "
"document. The links can be removed if required."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3148878.help.text
msgid "\\<bookmark_value\\>metafiles; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3148878.134.help.text
msgid "Metafile"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3151059.135.help.text
msgid ""
"The Windows Metafile Format (WMF) is a graphic format that has been "
"developed for Microsoft Windows. WMF graphic files can contain both bitmaps "
"and vector data. In $[officename] Draw and $[officename] Impress the "
"metafile format is used as the vector format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3154694.118.help.text
msgid "Native Driver"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3149910.119.help.text
msgid ""
"$[officename] contains so-called native drivers for special database "
"systems. With the help of a native driver, you have direct access to the "
"database client in question."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3154512.107.help.text
msgid "Number System"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3157846.108.help.text
msgid ""
"A number system is determined by the number of characters available for "
"representing numbers. The decimal system, for instance is based on the "
"numbers (0..9), the binary system is based on the numbers 0 and 1, the "
"hexadecimal system is based on 16 character (0...9 and A...F)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3156358.help.text
msgid "\\<bookmark_value\\>objects; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156358.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156358.41.help.text\n"
"Object"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3144748.42.help.text
msgid ""
"An object is a screen element containing data. It can refer to application "
"data, such as text or graphics."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3153839.43.help.text
msgid ""
"Objects are independent and do not influence each other. Any object "
"containing data can be assigned certain commands. For example, a graphic "
"object has commands for image editing and a spreadsheet contains calculation "
"commands."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3152827.help.text
msgid "\\<bookmark_value\\>ODBC; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3152827.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3152827.44.help.text\n"
"ODBC"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3153530.45.help.text
msgid ""
"Open Database Connectivity (ODBC) is a protocol norm with which applications "
"can access database systems. The query language used is Structured Query "
"Language (SQL). In $[officename], you can determine for each database "
"whether to use SQL commands to run queries. Alternatively, you can use the "
"interactive help to define your query by mouseclick and have it "
"automatically translated into SQL by $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3153956.75.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>The "
"32bit ODBC functions required here can be installed on your system at any "
"time with the help of the setup program supplied with your database. You can "
"then amend the properties through the Control Panel. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3145162.help.text
msgid "\\<bookmark_value\\>OLAP; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3145162.148.help.text
msgid "OLAP"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3146791.149.help.text
msgid ""
"Online Analytical Processing (OLAP) is special software program for data "
"analyzing in databases. OLAP software enables the user to analyze different "
"dimensions of multi-dimensional data structures, for example, with trend "
"analysis."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3150655.150.help.text
msgid ""
"The main component of OLAP is the OLAP server which is located between the "
"client and the database management system (DBMS). The OLAP server "
"understands how the data has been organized in the database and it has "
"special functions for analyzing this data. There are OLAP servers available "
"for almost all known database systems."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3154479.help.text
msgid "\\<bookmark_value\\>OLE; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3154479.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3154479.46.help.text\n"
"OLE"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3157840.47.help.text
msgid ""
"Object Linking and Embedding (OLE) objects can be linked to a target "
"document or may also be embedded. Embedding inserts a copy of the object and "
"details of the source program in the target document. If you want to edit "
"the object, simply activate the source program by double-clicking on the "
"object."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3154507.help.text
msgid "\\<bookmark_value\\>OpenGL; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3154507.98.help.text
msgid "OpenGL"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3146879.99.help.text
msgid ""
"OpenGL represents a 3D graphics language, initially developed by SGI "
"(Silicon Graphics Inc). Two dialects of this language are commonly used: "
"Microsoft OpenGL, developed for use under Windows NT, and Cosmo OpenGL made "
"by SGI. The latter represents an independent graphics language for all "
"platforms and all kind of computers, even usable on machines without special "
"3-D graphics hardware."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155764.91.help.text
msgid "PNG"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3148993.92.help.text
msgid ""
"Portable Network Graphics (PNG) is graphic file format that is found more "
"and more often in the Internet. The files are compressed with a selectable "
"compression factor, and, as opposed to the JPG format, PNG files are always "
"compressed without any information loss. PNG can save 24 and 8 Bit Color, "
"gray scale and black&white pictures, and,if desired, provide alpha channels "
"that can be used for transparency attributes. Interlaced PNG pictures can be "
"loaded displaying, for example, only every 10th row (or column). The rest of "
"the picture is loaded subsequently."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3083286.103.help.text
msgid "Primary key"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3150323.104.help.text
msgid ""
"A primary key serves as a unique identifier of database fields. The unique "
"identification of database fields is used in \\<link "
"href=\\\"text/shared/00/00000005.xhp#relational\\\"\\>relational "
"databases\\</link\\>, to access data in other tables. If reference is made "
"to a primary key from another table, this is termed a foreign key."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3148916.113.help.text
msgid ""
"In $[officename], you define the primary key in the design view of a table, "
"by choosing the relevant command from the of a row header for the selected "
"field."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3147359.100.help.text
msgid "Relational Database"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3147585.101.help.text
msgid ""
"A relational database is a collection of data items organized as a set of "
"formally described tables from which data can be accessed or reassembled in "
"many different ways without having to reorganize the database tables. "
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154255.163.help.text
msgid ""
"A relational database management system (RDBMS) is a program that lets you "
"create, update, and administer a relational database. An RDBMS takes "
"Structured Query Language (SQL) statements entered by a user or contained in "
"an application program and creates, updates, or provides access to the "
"database."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3147535.102.help.text
msgid ""
"A good example of a relational database can be given with the purchase of a "
"database containing Customer, Purchase, and Invoice tables. In the Invoice "
"table, there is no actual customer or purchasing data; however, the table "
"contains references through a relational link, or a relation, to the "
"respective customer and purchasing table's fields (for example, the customer "
"ID field from the customer table)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3147315.help.text
msgid "\\<bookmark_value\\>register-true; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3147315.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3147315.48.help.text\n"
"Register-true"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154223.49.help.text
msgid ""
"Register-true is a typography term that is used in printing. This term "
"refers to the congruent imprint of the lines within a type area on the front "
"and the back side of book pages, newspaper pages and magazine pages. The "
"register-true feature make these pages easier to read by preventing gray "
"shadows from shining through between the lines of text. The register-true "
"term also refers to lines in adjacent text columns that are of the same "
"height."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3145230.50.help.text
msgid ""
"When you define a paragraph, Paragraph Style, or a Page Style as register-"
"true, the base lines of the affected characters are aligned to a vertical "
"page grid, regardless of font size or of the presence of graphics. If you "
"want, you can specify the setting for this grid as a Page Style property."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156710.70.help.text
msgid "RTF"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3151186.71.help.text
msgid ""
"Rich Text Format (RTF) is a file format developed for the exchange of text "
"files. A special feature is that the formatting is converted into directly "
"readable text information. Unfortunately, in comparison to other file "
"formats, this creates relatively large files."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3156372.117.help.text
msgid "Saving Relatively and Absolutely"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3146919.67.help.text
msgid ""
"In various dialogs (for example, \\<emph\\>Edit - AutoText\\</emph\\>) you "
"can select whether you want to save files relatively or absolutely."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3152946.68.help.text
msgid ""
"If you choose to save relatively, the references to embedded graphics or "
"other objects in your document will be saved relative to the location in the "
"file system. In this case, it does not matter where the referenced directory "
"structure is recorded. The files will be found regardless of location, as "
"long as the reference remains on the same drive or volume. This is important "
"if you want to make the document available to other computers that may have "
"a completely different directory structure, drive or volume names. It is "
"also recommended to save relatively if you want to create a directory "
"structure on an Internet server."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3148927.69.help.text
msgid ""
"If you prefer absolute saving, all references to other files will also be "
"defined as absolute, based on the respective drive, volume or root "
"directory. The advantage is that the document containing the references can "
"be moved to other directories or folders, and the references remain valid."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155333.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3155333.157.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3166447.158.help.text
msgid ""
"Many $[officename] commands refer to \"selection\". To select text with the "
"mouse, press the left mouse button and move the pointer over the text. The "
"selected text appears highlighted. To select an object such as a graphic, "
"use the mouse to click on the object."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_idN1109D.help.text
msgid "Spin Box"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3149922.help.text
msgid "\\<bookmark_value\\>SQL;definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3149922.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000005.xhp#hd_id3149922.53.help.text\n"
"SQL"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3152863.54.help.text
msgid ""
"Structured Query Language (SQL) is a language used for database queries. In "
"$[officename] you can formulate queries either in SQL or interactively with "
"the mouse."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3147552.120.help.text
msgid "SQL Database / SQL Server"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3159239.121.help.text
msgid ""
"An SQL database is a database system which offers an \\<link "
"href=\\\"text/shared/00/00000005.xhp#sql\\\"\\>SQL\\</link\\> interface. SQL "
"databases are often used in client/server networks in which different "
"clients access a central server (for example, an SQL server), hence they are "
"also called SQL server databases, or SQL servers for short."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3159118.122.help.text
msgid ""
"In $[officename], you can integrate external SQL databases. These may be "
"located on your local hard disk as well as on the network. Access is "
"achieved either through \\<link "
"href=\\\"text/shared/00/00000005.xhp#odbc\\\"\\>ODBC\\</link\\> or through a "
"Native Driver integrated into $[officename] ."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3153703.help.text
msgid ""
"\\<bookmark_value\\>API for $[officename] ; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3153703.105.help.text
msgid "API for %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3153775.106.help.text
msgid ""
"The $[officename] API (Application Program Interface) is the interface for "
"programming $[officename]. This guarantees program-controlled access to all "
"$[officename] components and allows you to develop customized modules. "
"$[officename] API can be reached either using the Java programming "
"environment or by using the Component Object Model from Microsoft."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3148426.help.text
msgid "\\<bookmark_value\\>tasks; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3148426.87.help.text
msgid "Task"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3150787.88.help.text
msgid ""
"A task represents a limited part of the functions and activities in a "
"program. If you consider that each program running on an operating system "
"represents a task, then by way of comparison, each open document in "
"$[officename] is also a \"task\"."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3150568.help.text
msgid "\\<bookmark_value\\>TWAIN protocol; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3150568.89.help.text
msgid "TWAIN"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3147510.90.help.text
msgid ""
"TWAIN represents a standard software protocol and application programming "
"interface (API) for the communication between devices that process pictures "
"from scanners, digital cameras, and software."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3154573.110.help.text
msgid ""
"Currently, the TWAIN protocol is only supported under Windows. On UNIX "
"platforms, $[officename] supports the SANE standard. See "
"http://www.mostang.com/sane/."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#bm_id3150828.help.text
msgid "\\<bookmark_value\\>Unicode; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3150828.128.help.text
msgid "Unicode"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3151046.129.help.text
msgid ""
"Unicode is a system which can handle the characters and elements from every "
"known font system and character system. Each character or element is "
"expressed as a two-byte-long number. Together with the UTF 16 extension, "
"this means that over one million characters can be reproduced. These "
"characters cover the principal written languages of the world. For detailed "
"information, please see the Unicode Consortium homepage at "
"http://www.unicode.org."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_idN1126E.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000005.xhp#par_idN1126E.help.text\n"
"Metric"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#hd_id3166423.51.help.text
msgid "Widows and Orphans"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_id3149448.52.help.text
msgid ""
"Widows and orphans are historical typography terms, which have been in use "
"for many years. A widow refers to a short line at the end of a paragraph, "
"which when printed, appears alone at the top of the next page. An orphan is, "
"in contrast, the first line of a paragraph printed alone at the bottom of "
"the previous page. In a $[officename] text document you can automatically "
"prevent such occurrences in the desired Paragraph Style. When doing so, you "
"can determine the minimum amount of lines to be kept together on a page."
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_idN112A8.help.text
msgid "XForms"
msgstr ""

#: helpcontent2/source/text/shared/00/00000005.xhp#par_idN112AC.help.text
msgid ""
"XForms is the name for a specification of web forms, defined by the World "
"Wide Web Consortium: \\<link "
"href=\\\"http://www.w3.org/MarkUp/Forms/\\\"\\>ht"
"tp://www.w3.org/MarkUp/Forms/\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000007.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#hd_id3155620.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000007.xhp#hd_id3155620.1.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3152823.4.help.text
msgid ""
"\\<variable id=\\\"werkzeugleiste\\\"\\>Icon on the Tools bar: "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3152352.5.help.text
msgid ""
"\\<variable id=\\\"textobjektleiste\\\"\\>Icon on the Formatting Bar: "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3151370.7.help.text
msgid ""
"\\<variable id=\\\"objektleiste\\\"\\>Icon on the toolbar: \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3149748.9.help.text
msgid ""
"\\<variable id=\\\"diaobjektleiste\\\"\\>Icon on the Slide View Bar: "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3156553.10.help.text
msgid ""
"\\<variable id=\\\"symbolleistenneu\\\"\\>This overview describes the "
"default toolbar configuration for $[officename]. If you have customized any "
"of the \\<link href=\\\"text/shared/01/06140401.xhp\\\" "
"name=\\\"toolbars\\\"\\>toolbars\\</link\\>, your configuration might differ "
"from the one described here. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3153551.11.help.text
msgid "Asian Language Support"
msgstr ""

#: helpcontent2/source/text/shared/00/00000007.xhp#par_id3156326.12.help.text
msgid ""
"These commands can only be accessed after you enable support for Asian "
"languages in \\<emph\\>Tools - Options - Language Settings - "
"Languages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000010.xhp#tit.help.text\n"
"Context Menus"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3160447.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3160447.1.help.text\n"
"Context Menus"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3148765.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3148765.45.help.text\n"
"Cut"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3153383.46.help.text
msgid ""
"Cuts out the selected object and stores it on the clipboard. The object can "
"be reinserted from the clipboard by using \\<emph\\>Paste\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3156069.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3156069.68.help.text\n"
"Paste"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3154896.69.help.text
msgid ""
"\\<ahelp hid=\\\"SID_EXPLORERCONTENT_PASTE\\\" "
"visibility=\\\"visible\\\"\\>Inserts the element that you moved to the "
"clipboard into the document.\\</ahelp\\> This command can only be called if "
"the contents of the clipboard can be inserted at the current cursor position."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3149948.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3149948.76.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3147588.77.help.text
msgid ""
"Opens a submenu in the Gallery where you can choose between "
"\\<emph\\>Copy\\</emph\\> and \\<emph\\>Link\\</emph\\>. The selected "
"Gallery object is either copied into the current document or a link is "
"created."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3146130.78.help.text
msgid ""
"If you have selected an object in your document, then a new insertion will "
"replace the selected object."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3145829.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3145829.79.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3149180.80.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_MN_BACKGROUND\\\" "
"visibility=\\\"visible\\\"\\>Inserts the selected picture as a background "
"graphic.\\</ahelp\\> Use the submenu commands \\<emph\\>Page\\</emph\\> or "
"\\<emph\\>Paragraph\\</emph\\> to define whether the graphic should cover "
"the entire page or only the current paragraph."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3153049.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3153049.87.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3150774.88.help.text
msgid ""
"\\<ahelp hid=\\\"SID_EXPLORERCONTENT_COPY\\\" "
"visibility=\\\"visible\\\"\\>Copies the selected element to the "
"clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3148620.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3148620.91.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3154317.92.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SID_EXPLORERCONTENT_DESTROY\\\"\\>Deletes the current selection. If "
"multiple objects are selected, all will be deleted. In most cases, a \\<link "
"href=\\\"text/shared/01/03150100.xhp\\\" name=\\\"security "
"query\\\"\\>security query\\</link\\> appears before objects are "
"deleted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3155941.190.help.text
msgid ""
"The object is either physically deleted from the data carrier or the object "
"display is removed, depending on context."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3150506.192.help.text
msgid ""
"If you choose \\<emph\\>Delete\\</emph\\> while in the Gallery, the entry "
"will be deleted from the Gallery, but the file itself will remain untouched."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3150443.136.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3150443.136.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3149149.137.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SID_EXPLORERCONTENT_OPEN_OBJECT\\\"\\>Use the\\<emph\\> Open "
"\\</emph\\>command to open the selected object in a new task.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3149732.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3149732.165.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3149797.166.help.text
msgid ""
"\\<ahelp hid=\\\"SID_EXPLORERCONTENT_RENAME\\\" "
"visibility=\\\"visible\\\"\\>Enables a selected object to be "
"renamed.\\</ahelp\\> After selecting \\<emph\\>Rename\\</emph\\> the name is "
"selected and a new one can be entered directly. Use the arrow keys to set "
"the cursor at the beginning or end of the name to delete or add to part of "
"the name or to reposition the cursor."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3155434.317.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3155434.317.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3154898.318.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_ACTUALIZE\\\" "
"visibility=\\\"visible\\\"\\>Updates the view in the window or in the "
"selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3147573.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000010.xhp#hd_id3147573.172.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3155583.173.help.text
msgid ""
"The element selected is displayed in the Gallery at maximum size. Double-"
"click the preview to switch back to the normal Gallery view."
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#hd_id3157809.319.help.text
msgid "Create Link"
msgstr ""

#: helpcontent2/source/text/shared/00/00000010.xhp#par_id3153716.320.help.text
msgid ""
"This command can be activated if an object is selected. A link named \"Link "
"to xxx\" (\\<emph\\>xxx\\</emph\\> represents the name of the object) will "
"be created directly in the same directory as that of the selected object."
msgstr ""

#: helpcontent2/source/text/shared/00/00000011.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000011.xhp#tit.help.text\n"
"Menu Commands"
msgstr ""

#: helpcontent2/source/text/shared/00/00000011.xhp#hd_id3156045.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000011.xhp#hd_id3156045.4.help.text\n"
"Menu Commands"
msgstr ""

#: helpcontent2/source/text/shared/00/00000011.xhp#par_id3150838.5.help.text
msgid ""
"The window containing the document you want to work on must be selected in "
"order to use the menu commands. Similarly, you must select an object in the "
"document to use the menu commands associated with the object."
msgstr ""

#: helpcontent2/source/text/shared/00/00000011.xhp#par_id3156027.3.help.text
msgid ""
"The menus are context sensitive. This means that those menu items are "
"available that are relevant to the work currently being carried out. If the "
"cursor is located in a text, then all of those menu items are available that "
"are needed to edit the text. If you have selected graphics in a document, "
"then you will see all of the menu items that can be used to edit graphics."
msgstr ""

#: helpcontent2/source/text/shared/00/00000011.xhp#par_id3154116.help.text
msgid ""
"By default, you see inactive menu items as gray items.To hide the inactive "
"menu items, go to \\<emph\\>Tools - Options - $[officename] - "
"View\\</emph\\> and disable the \\<emph\\>Inactive menu items\\</emph\\> "
"box. "
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000020.xhp#tit.help.text\n"
"About Import and Export Filters"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#bm_id3152952.help.text
msgid ""
"\\<bookmark_value\\>importing; "
"filters\\</bookmark_value\\>\\<bookmark_value\\>export "
"filters\\</bookmark_value\\>\\<bookmark_value\\>filters; for import and "
"export\\</bookmark_value\\>\\<bookmark_value\\>files; filters and "
"formats\\</bookmark_value\\>\\<bookmark_value\\>formats; on opening and "
"saving\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3152952.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3152952.1.help.text\n"
"About Import and Export Filters"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3143272.2.help.text
msgid ""
"In $[officename], apart from its own \\<link "
"href=\\\"text/shared/00/00000021.xhp\\\" name=\\\"XML formats\\\"\\>XML "
"formats\\</link\\> you can also open and save many foreign XML formats."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3152414.3.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>In "
"UNIX, certain file formats cannot be recognized automatically. "
"\\</caseinline\\>\\<defaultinline\\>$[officename] normally recognizes the "
"correct file type automatically on opening a "
"file.\\</defaultinline\\>\\</switchinline\\> There may be cases where you "
"have to select the file type yourself in the \\<emph\\>Open\\</emph\\> "
"dialog. For example, if you have a database table in text format that you "
"want to open as a database table, you need to specify the file type \"Text "
"CSV\" after selecting the file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3148668.238.help.text
msgid "Basic Macros in MS Office Documents"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3156211.239.help.text
msgid ""
"In \\<link href=\\\"text/shared/optionen/01130100.xhp\\\" name=\\\"Tools - "
"Options - Load/Save - VBA Properties\\\"\\>Tools - Options - Load/Save - VBA "
"Properties\\</link\\> you can specify the settings for the VBA macro codes "
"in MS Office documents. VBA macros are unable to run in $[officename]; they "
"must first be converted and adapted. Often you only want to use "
"$[officename] to change the visible content of a Word, Excel or PowerPoint "
"file and then save the file again in Microsoft Office format without "
"changing the macros they contain. You can set the behavior of $[officename] "
"as desired: Either the VBA macros are saved in commented form as a "
"subroutine of $[officename] and when the document is saved in MS Office "
"format are written back correctly again, or you can select the Microsoft "
"Office macros to be removed when loading. The last option is an effective "
"protection against viruses within the Microsoft Office documents."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3154232.5.help.text
msgid "Notes regarding external formats and file types"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154230.226.help.text
msgid ""
"Even if they are not installed, some filters can be selected in the "
"\\<emph\\>Open\\</emph\\> and \\<emph\\>Save\\</emph\\> dialogs. If you "
"select such a filter, a message will appear saying that you can still "
"install the filter if you require."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149999.200.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>If "
"you want to install additional filters or remove individual filters from the "
"installation, close %PRODUCTNAME, start the Installation program and select "
"the \\<emph\\>Modify\\</emph\\> option. Then you will see a dialog in which "
"you can add or remove individual components of %PRODUCTNAME. Graphic filters "
"can be found in \"Optional Components\". \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#bm_id3156027.help.text
msgid ""
"\\<bookmark_value\\>importing; text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>exporting; text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>text documents; "
"importing/exporting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3156027.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Importing and "
"Exporting Text Documents\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3145669.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>$[officename] "
"Writer can read various versions of the Microsoft Word text format. You also "
"can save your own texts in Word format. However, not everything available "
"with $[officename] Writer can be transferred to MS Word, and not everything "
"can be imported.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3150144.233.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Importing is "
"normally not problematic. Even redlining information and controls are "
"imported (and exported) so that $[officename] recognizes inserted or deleted "
"text in Word documents as well as font attributes that have been modified. "
"Different coloring for each author and the time of such changes is also "
"included. When graphic text boxes and labels are imported from templates, "
"most of the attributes are also imported as direct paragraph and drawing "
"attributes. However, some of the attributes may be lost during the import "
"procedure.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149095.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>It is also "
"possible to import and export \\<link "
"href=\\\"text/shared/00/00000005.xhp#rtf\\\" "
"name=\\\"RTF\\\"\\>RTF\\</link\\> files. This file format can be used to "
"exchange formatted texts across various applications and platforms. In this "
"way, many formats read by most programs will be transferred without a "
"problem. The clipboard uses RTF format when you insert part of a spreadsheet "
"from $[officename] Calc through \\<link "
"href=\\\"text/shared/00/00000005.xhp\\\" name=\\\"DDE\\\"\\>DDE\\</link\\> "
"into $[officename] Writer.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3151378.237.help.text
msgid ""
"The filter \\<emph\\>Text Encoded\\</emph\\> helps you open and save text "
"documents with another encoding font. The filter opens a dialog that enables "
"you to select character set, default fonts, language and paragraph break."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#bm_id3149763.help.text
msgid ""
"\\<bookmark_value\\>importing; HTML "
"documents\\</bookmark_value\\>\\<bookmark_value\\>exporting; HTML "
"documents\\</bookmark_value\\>\\<bookmark_value\\>HTML documents; "
"importing/exporting\\</bookmark_value\\>\\<bookmark_value\\>UTF-8/UCS2 "
"support\\</bookmark_value\\>\\<bookmark_value\\>HTML; export character "
"set\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3149763.11.help.text
msgid "Importing and Exporting in HTML Format "
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153825.12.help.text
msgid ""
"When borders in HTML documents are exported, lines are exported in a width "
"of exactly 1 pixel since Netscape Navigator and MS Internet Explorer do not "
"recognize smaller lines. When importing, a border of 1 pixel width will "
"appear with 0.05 pt width."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3150244.198.help.text
msgid ""
"With $[officename] Writer, you can insert footnotes and endnotes in your "
"HTML document. They are exported as meta tags. The footnote and endnote "
"characters are exported as hyperlinks."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149800.199.help.text
msgid ""
"Notes are used to include unknown characters in an HTML document. Every note "
"that begins with \"HTML:...\" and ends with \">\" is treated as an HTML "
"code, but is exported without these designations. Several tags around text "
"can be included after \"HTML:...\" Accented characters are converted into "
"the ANSI character set. Notes are created during import (for example, for "
"meta tags that have no room in the file properties or unknown tags)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149734.201.help.text
msgid ""
"The HTML import of $[officename] Writer is able to read files that have UTF-"
"8 or UCS2 character coding. All characters that are contained in the ANSI "
"character set or in the system's character set can be displayed."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149578.240.help.text
msgid ""
"When exporting to HTML, the character set selected in \\<emph\\>Tools - "
"Options - Load/Save - HTML Compatibility\\</emph\\> is used. Characters not "
"present there are written in a substitute form, which is displayed correctly "
"in modern web browsers. When exporting such characters, you will receive an "
"appropriate warning."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153146.197.help.text
msgid ""
"If, in \\<emph\\>Tools - Options - Load/Save - HTML "
"Compatibility\\</emph\\>, you select Netscape Navigator 4.0, MS Internet "
"Explorer 4.0 or $[officename] Writer as the export option, upon export all "
"important font attributes are exported as direct attributes (for example, "
"text color, font size, bold, italic, and so on) in CSS1 styles. (\\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"CSS\\\"\\>CSS\\</link\\> "
"stands for Cascading Style Sheets.) Importing is also carried out according "
"to this standard."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154143.130.help.text
msgid ""
"The \"font\" property corresponds to Netscape Navigator; that is, before the "
"font size you can specify optional values for \"font-style\" (italic, none), "
"\"font-variant\" (normal, small-caps) and \"font-weight\" (normal, bold)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153760.131.help.text
msgid ""
"For example, \"Font: bold italic small-caps 12pt/200% Arial, Helvetica\" "
"switches to bold, italic, small caps, double-space with the font family "
"Arial or Helvetica, if Arial doesn't exist."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3150129.132.help.text
msgid ""
"\"Font: 10pt\" switches to a 10pt font, with bold, italic, small caps off."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3155135.14.help.text
msgid ""
"If MS Internet Explorer 4.0 or $[officename] Writer are set as the export "
"option, the sizes of the control field and their internal margins are "
"exported as styles (print formats). CSS1 size properties are based on "
"\"width\" and \"height\" values. The \"Margin\" property is used to set "
"equal margins on all sides of the page. To allow different margins, the "
"\"Margin-Left\", \"Margin-Right\", \"Margin-Top\" and \"Margin-Bottom\" "
"properties are used."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3148473.15.help.text
msgid ""
"The distances of graphics\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>, \\<link href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"Plug-Ins\\\"\\>Plug-"
"Ins\\</link\\>\\</caseinline\\>\\</switchinline\\> and \\<link "
"href=\\\"text/shared/00/00000002.xhp\\\" "
"name=\\\"Applets\\\"\\>Applets\\</link\\> to the content can be set "
"individually for export to $[officename] Writer and MS Internet Explorer "
"4.0. If the top/bottom or right/left margin is set differently, the "
"distances are exported in a \"STYLE\" option for the corresponding tag as "
"CSS1 size properties \"Margin-Top\", \"Margin-Bottom\", \"Margin-Left\" and "
"\"Margin-Right\"."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3144510.16.help.text
msgid ""
"Text frames are supported with the use of CSS1 extensions for absolute "
"positioned objects. This applies only to the export options Netscape "
"Navigator 4.0, MS Internet Explorer 4.0 and $[officename] Writer. Text "
"frames can be aligned as graphics, \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\> Plug-Ins, "
"\\</caseinline\\>\\</switchinline\\>Applets and Floating Frames, but "
"character-linked frames are not possible."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3147530.46.help.text
msgid ""
"Text frames are exported as \"<SPAN>\" or \"<DIV>\" tags if they do not "
"contain columns. If they do contain columns then they are exported as "
"\"<MULTICOL>\"."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153896.202.help.text
msgid ""
"The measurement unit set in $[officename] is used for HTML export of CSS1 "
"properties. The unit can be set separately for text and HTML documents under "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - General\\</emph\\> or "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer/Web - View\\</emph\\>. The "
"number of exported decimal places depends on the unit."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154935.203.help.text
msgid "Measurement Unit"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154226.204.help.text
msgid "Measurement Unit Name in CSS1"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3151106.205.help.text
msgid "Maximum Number of Decimal Places"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154071.206.help.text
msgid "Millimeter"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149290.207.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3149290.207.help.text\n"
"mm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3152920.208.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3152920.208.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3156293.209.help.text
msgid "Centimeter"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154819.210.help.text
msgid "cm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3147228.211.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3147228.211.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154329.212.help.text
msgid "Inch"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3150740.213.help.text
msgid "in"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3157320.214.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3157320.214.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3156422.215.help.text
msgid "Pica"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3144760.216.help.text
msgid "pc"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3145322.217.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3145322.217.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3155131.218.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3155131.218.help.text\n"
"Point"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3147288.219.help.text
msgid "pt"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3145364.220.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000020.xhp#par_id3145364.220.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3149262.70.help.text
msgid ""
"The $[officename] Web page filter supports certain capabilities of CSS2. "
"However, to use it, print layout export must be activated in \\<emph\\>Tools "
"- Options - Load/Save - HTML Compatibility\\</emph\\>. Then, in HTML "
"documents, besides the HTML Page Style, you can also use the styles \"First "
"page\", \"Left page\" and \"Right page\". These styles should enable you to "
"set different page sizes and margins for the first page and for right and "
"left pages when printing."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3145750.223.help.text
msgid "Importing and Exporting Numbering"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3145591.224.help.text
msgid ""
"If, in \\<emph\\>Tools - Options - Load/Save - HTML "
"Compatibility\\</emph\\>, the export option \"$[officename] Writer\" or "
"\"Internet Explorer\" is selected, the indents of numberings are exported as "
"\"margin-left\" CSS1 property in the STYLE attribute of the <OL> and <UL> "
"tags. The property indicates the difference relative to the indent of the "
"next higher level."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153573.225.help.text
msgid ""
"A left paragraph indent in numbering is indicated as \"margin-left\" CSS1 "
"property. First-line indents are ignored in numbering and not exported."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3148556.235.help.text
msgid "Importing and Exporting Spreadsheet Files"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153365.236.help.text
msgid ""
"$[officename] imports and exports references to deleted sections such as, "
"for example, a referenced column. The whole formula can be viewed during the "
"export process and the deleted reference contains an indication (#REF!) to "
"the reference. A #REF! will be correspondingly created for the reference "
"during the import."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3150228.103.help.text
msgid "Importing and Exporting Graphics Files"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3152578.104.help.text
msgid ""
"As with HTML documents, you can choose to use a filter with or without the "
"element ($[officename] Impress) in the name to open a $[officename] graphics "
"file. If without, the file will be opened as a $[officename] Draw document. "
"Otherwise, the file saved by an old program version is now opened in "
"$[officename] Impress."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3144441.106.help.text
msgid ""
"When you import an EPS file, a preview of the graphic is displayed in the "
"document. If a preview is not available, a placeholder corresponding to the "
"size of the graphic is displayed in the document. Under Unix and Microsoft "
"Windows you can print the imported file by using a PostScript printer. "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\</caseinline\\>\\<defaultinline\\>If a different "
"printer is used the preview will be "
"printed.\\</defaultinline\\>\\</switchinline\\> When exporting EPS graphics, "
"a preview is created and has the TIFF or EPSI format. If an EPS graphic "
"together with other graphics is exported in the EPS format then this file "
"will be embedded unchanged in the new file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3146120.222.help.text
msgid ""
"Multipage-TIFFs are allowed when graphics are imported or exported in TIFF "
"format. The graphics are retrieved as a set of individual pictures in a "
"single file, for example, the individual pages of a fax."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3159153.109.help.text
msgid ""
"Some $[officename] Draw and $[officename] Impress options can be accessed "
"through \\<emph\\>File - Export\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#bm_id3153213.help.text
msgid ""
"\\<bookmark_value\\>PostScript; creating "
"files\\</bookmark_value\\>\\<bookmark_value\\>exporting;to PostScript "
"format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#hd_id3153213.228.help.text
msgid "PostScript"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3156444.229.help.text
msgid "To export a document or graphic in PostScript format:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3163714.230.help.text
msgid ""
"If you have not yet done so, install a PostScript printer driver, such as "
"the Apple LaserWriter driver."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3153142.231.help.text
msgid ""
"Print the document with the \\<emph\\>File - Print\\</emph\\> menu command."
msgstr ""

#: helpcontent2/source/text/shared/00/00000020.xhp#par_id3154149.242.help.text
msgid ""
"Select the PostScript printer in the dialog and mark the \\<emph\\>Print to "
"file\\</emph\\> check box. A PostScript file will be created."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#tit.help.text
msgid "XML File Formats"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#bm_id3154408.help.text
msgid ""
"\\<bookmark_value\\>importing; "
"XML\\</bookmark_value\\>\\<bookmark_value\\>exporting; XML "
"files\\</bookmark_value\\>\\<bookmark_value\\>filters; for "
"XML\\</bookmark_value\\>\\<bookmark_value\\>file formats; "
"XML\\</bookmark_value\\>\\<bookmark_value\\>XML; file "
"formats\\</bookmark_value\\>\\<bookmark_value\\>extensions; file "
"formats\\</bookmark_value\\>\\<bookmark_value\\>suffixes in file "
"formats\\</bookmark_value\\>\\<bookmark_value\\>document "
"types;XML\\</bookmark_value\\>\\<bookmark_value\\>file formats; changing "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>default formats; "
"changing\\</bookmark_value\\>\\<bookmark_value\\>file "
"formats;OpenDocument\\</bookmark_value\\>\\<bookmark_value\\>OpenDocument "
"file formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#hd_id3154408.2.help.text
msgid ""
"\\<variable id=\\\"xmlformat\\\"\\>\\<link "
"href=\\\"text/shared/00/00000021.xhp\\\" name=\\\"XML File Formats\\\"\\>XML "
"File Formats\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3148919.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DID_SAVE_PACKED_XML\\\"\\>By default, $[officename] "
"loads and saves files in the OpenDocument file format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10725.help.text
msgid ""
"The OpenDocument file format is an XML file format standardized by \\<link "
"href=\\\"http://www.oasis-open.org\\\"\\>OASIS\\</link\\> (Organization for "
"the Advancement of Structured Information Standards)."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#hd_id3156324.4.help.text
msgid "OpenDocument file format names"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3154926.5.help.text
msgid "%PRODUCTNAME %PRODUCTVERSION uses the following file formats:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3157898.6.help.text
msgid "Document format"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3149549.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000021.xhp#par_id3149549.7.help.text\n"
"File extension"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10762.help.text
msgid "OpenDocument Text "
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10767.help.text
msgid "*.odt"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN1076D.help.text
msgid "OpenDocument Text Template"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10772.help.text
msgid "*.ott"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10778.help.text
msgid "OpenDocument Master Document"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN1077D.help.text
msgid "*.odm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10783.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10783.help.text\n"
"HTML Document"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10788.help.text
msgid "*.html"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN1078E.help.text
msgid "HTML Document Template"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10793.help.text
msgid "*.oth"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10799.help.text
msgid "OpenDocument Spreadsheet"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN1079E.help.text
msgid "*.ods"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107A4.help.text
msgid "OpenDocument Spreadsheet Template"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107A9.help.text
msgid "*.ots"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107AF.help.text
msgid "OpenDocument Drawing"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107B4.help.text
msgid "*.odg"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107BA.help.text
msgid "OpenDocument Drawing Template"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107BF.help.text
msgid "*.otg"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107C5.help.text
msgid "OpenDocument Presentation"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107CA.help.text
msgid "*.odp"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107D0.help.text
msgid "OpenDocument Presentation Template"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107D5.help.text
msgid "*.otp"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107DB.help.text
msgid "OpenDocument Formula"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107E0.help.text
msgid "*.odf"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN1085B.help.text
msgid "OpenDocument Database"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10860.help.text
msgid "*.odb"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN1088F.help.text
msgid "The HTML format is not an OpenDocument format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107E3.help.text
msgid "Older File Formats Prior to %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107E9.help.text
msgid ""
"If you want to exchange documents with users that still use older versions "
"of %PRODUCTNAME, save the document in the following formats:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107F8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107F8.help.text\n"
"Application"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107FE.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000021.xhp#par_idN107FE.help.text\n"
"File extension"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3149999.8.help.text
msgid "$[officename] Writer before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3145314.9.help.text
msgid "*.sxw"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3147008.10.help.text
msgid "$[officename] Writer templates before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3145212.11.help.text
msgid "*.stw"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3154906.26.help.text
msgid "Master documents before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3155922.27.help.text
msgid "*.sxg"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3152997.12.help.text
msgid "$[officename] Calc before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3109848.13.help.text
msgid "*.sxc"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3151339.14.help.text
msgid "$[officename] Calc templates before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3154307.15.help.text
msgid "*.stc"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3159167.16.help.text
msgid "$[officename] Impress before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3153825.17.help.text
msgid "*.sxi"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3150244.18.help.text
msgid "$[officename] Impress templates before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3146949.19.help.text
msgid "*.sti"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3155435.20.help.text
msgid "$[officename] Draw before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3157910.21.help.text
msgid "*.sxd"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3147618.22.help.text
msgid "$[officename] Draw templates before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3155180.23.help.text
msgid "*.std"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3146848.24.help.text
msgid "$[officename] Math before %PRODUCTNAME %PRODUCTVERSION"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3155829.25.help.text
msgid "*.sxm"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3149294.41.help.text
msgid ""
"These file name extensions help you to identify the different file types in "
"a directory. If you unzip the XML files, you can use applications other than "
"%PRODUCTNAME to edit the file contents."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3146907.1.help.text
msgid ""
"If you want to define another file format as the default, choose \\<link "
"href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools - Options - "
"Load/Save - General\\\"\\>\\<emph\\>Tools - Options - Load/Save - "
"General\\</emph\\>\\</link\\> to find alternative file formats for each "
"$[officename] document type."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#hd_id3150398.28.help.text
msgid "XML file structure"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3149649.29.help.text
msgid ""
"Documents in OpenDocument file format are stored as compressed zip archives "
"that contain XML files. To view these XML files, you can open the "
"OpenDocument file with an unzip program. The following files and directories "
"are contained within the OpenDocument files:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3153178.30.help.text
msgid ""
"The text content of the document is located in "
"\\<emph\\>content.xml\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3154068.31.help.text
msgid ""
"By default, \\<emph\\>content.xml\\</emph\\> is stored without formatting "
"elements like indentation or line breaks to minimize the time for saving and "
"opening the document. On the \\<emph\\>Tools - Options - Load/Save - "
"General\\</emph\\> tab page you can activate the use of indentations and "
"line breaks by clearing the check box \\<emph\\>Size optimization for XML "
"format (no pretty printing)\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3145152.32.help.text
msgid ""
"The file \\<emph\\>meta.xml\\</emph\\> contains the meta information of the "
"document, which you can enter under \\<emph\\>File - Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3150740.33.help.text
msgid ""
"If you save a document with a password, \\<emph\\>meta.xml\\</emph\\> will "
"not be encrypted."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3150391.34.help.text
msgid ""
"The file \\<emph\\>settings.xml\\</emph\\> contains further information "
"about the settings for this document."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3150447.35.help.text
msgid ""
"In \\<emph\\>styles.xml,\\</emph\\> you find the styles applied to the "
"document that can be seen in the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3153353.36.help.text
msgid ""
"The \\<emph\\>meta-inf/manifest.xml\\</emph\\> file describes the structure "
"of the XML file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3153368.37.help.text
msgid ""
"Additional files and folders can be contained in the packed file format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#hd_id3154299.38.help.text
msgid "Definition of the XML formats"
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3149561.39.help.text
msgid ""
"The DTD (Document Type Description) files for the older formats can be found "
"in \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>$[officepath]/share/dtd "
"\\</caseinline\\>\\<defaultinlin"
"e\\>$[officepath]\\\\share\\\\dtd\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10AAD.help.text
msgid ""
"The schema for the OpenDocument formats can be found on the \\<link "
"href=\\\"http://www.oasis-open.org\\\"\\>www.oasis-open.org\\</link\\> web "
"site."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_id3152596.40.help.text
msgid ""
"Note that the formats are subject to certain licenses. You can find notes on "
"the licenses at the start of the DTD files. More detailed information can be "
"found on the \\<link href=\\\"http://www.openoffice.org\\\" "
"name=\\\"OpenOffice.org\\\"\\>OpenOffice.org\\</link\\> website."
msgstr ""

#: helpcontent2/source/text/shared/00/00000021.xhp#par_idN10AC5.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01130000.xhp\\\"\\>Document Converter "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000040.xhp#tit.help.text\n"
"The $[officename] installation is incomplete."
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#hd_id3154545.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000040.xhp#hd_id3154545.1.help.text\n"
"The $[officename] installation is incomplete."
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#par_id3153882.4.help.text
msgid ""
"If this dialog was displayed automatically, it was determined at "
"$[officename] startup that important files are missing or incorrectly "
"registered in the system, and that it was not possible to correct the error "
"automatically. "
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#hd_id3150156.2.help.text
msgid "Missing components"
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#par_id3153884.7.help.text
msgid ""
"\\<ahelp hid=\\\"EXTENSIONS:LISTBOX:MD_INSTCHK:LB_COMPONENTS\\\"\\>Contains "
"the missing or incorrectly registered components.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#hd_id3149783.3.help.text
msgid "Always verify when $[officename] starts up"
msgstr ""

#: helpcontent2/source/text/shared/00/00000040.xhp#par_id3147588.8.help.text
msgid ""
"\\<ahelp hid=\\\"EXTENSIONS:CHECKBOX:MD_INSTCHK:CB_PERFORM\\\"\\>Specifies "
"that no more testing occurs at $[officename] startup.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#tit.help.text
msgid "See also..."
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#hd_id3147527.1.help.text
msgid "\\<variable id=\\\"siehe\\\"\\>See also... \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_id3143206.71.help.text
msgid ""
"\\<variable id=\\\"userszenarien\\\"\\>\\<link "
"href=\\\"text/scalc/01/06050000.xhp\\\" name=\\\"Tools Menu - "
"Scenarios\\\"\\>Tools Menu - Scenarios\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_id3156069.83.help.text
msgid ""
"On the help page for \\<link href=\\\"text/shared/guide/main.xhp\\\" "
"name=\\\"$[officename] general\\\"\\>$[officename] general\\</link\\> you "
"can find instructions that are applicable to all modules, such as working "
"with windows and menus, customizing $[officename], data sources, Gallery, "
"and drag and drop."
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_id3149662.84.help.text
msgid ""
"If you want help with another module, switch to the help for that module "
"with the combo box in the navigation area."
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_id3154408.85.help.text
msgid ""
"\\<variable id=\\\"winmanager\\\"\\>The availability of this function "
"depends on your X Window Manager. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_idN10632.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelperDialog\\\"\\>Allows you to activate the "
"automatic Help Agent. You can also activate the Help Agent through "
"\\<emph\\>Tools - Options - $[officename] - General - Help "
"Agent\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_idN10665.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelpTip\\\"\\>Allows you to enable and disable the "
"automatic display of icon names and other Help contents at the cursor "
"position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000099.xhp#par_idN1067C.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ActiveHelp\\\"\\>Allows you to enable and disable the "
"automatic display of a brief description of menus and icons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000202.xhp#tit.help.text\n"
"JPEG Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3150467.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3150467.1.help.text\n"
"JPEG Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3149741.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:MODALDIALOG:DLG_EXPORT_JPG\\\" "
"visibility=\\\"visible\\\"\\>Defines the settings for the import/export of "
"files in JPEG format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3154689.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3154689.3.help.text\n"
"Quality"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3149877.4.help.text
msgid "Specifies the desired graphic quality."
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3155448.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3155448.5.help.text\n"
"Quality"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3152952.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_EXPORT_JPG:NUM_FLD_QUALITY\\\" "
"visibility=\\\"visible\\\"\\>Sets the quality for the import/export. The "
"value 1 denotes minimum quality and minimal file size, 100 denotes maximum "
"quality and file size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3150431.7.help.text
msgid "Color resolution"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3155599.8.help.text
msgid "Specifies the desired color resolution."
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3154788.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3154788.9.help.text\n"
"Grayscale"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3146938.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:RADIOBUTTON:DLG_EXPORT_JPG:RB_GRAY\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether to export or import a graphic "
"object in a grayscale.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#hd_id3153624.11.help.text
msgid "True Colors"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3149525.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:RADIOBUTTON:DLG_EXPORT_JPG:RB_RGB\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether to retain the original colors "
"of the JPEG file when importing or exporting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000202.xhp#par_id3153539.13.help.text
msgid ""
"For more details about filters, see \\<link "
"href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Information about "
"Import/Export Filters\\\"\\>Information about Import/Export "
"Filters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#tit.help.text\n"
"SVM/WMF/PICT/MET Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3150127.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3150127.1.help.text\n"
"SVM/WMF/PICT/MET Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3160463.9.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:MODALDIALOG:DLG_EXPORT_VEC\\\" "
"visibility=\\\"visible\\\"\\>Defines the settings for SVM/WMF/PICT/MET "
"export options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3143206.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3143206.2.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3154400.10.help.text
msgid "Specifies the mode for file export."
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3151191.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3151191.3.help.text\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3145356.11.help.text
msgid ""
"\\<ahelp hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EMET:RB_ORIGINAL\\\" "
"visibility=\\\"visible\\\"\\>Retains the original size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3151097.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3151097.4.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3148983.12.help.text
msgid ""
"\\<ahelp hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EMET:RB_SIZE\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether to modify size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3156183.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3156183.5.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3149525.13.help.text
msgid ""
"Defines the width and height. This is only active if the "
"\\<emph\\>Size\\</emph\\> option has been selected."
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3151330.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3151330.6.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3154561.14.help.text
msgid ""
"\\<ahelp hid=\\\"GOODIES:METRICFIELD:DLG_EXPORT_EMET:MTF_SIZEX\\\" "
"visibility=\\\"visible\\\"\\>Specifies the width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3156027.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000203.xhp#hd_id3156027.7.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3147226.15.help.text
msgid ""
"\\<ahelp hid=\\\"GOODIES:METRICFIELD:DLG_EXPORT_EMET:MTF_SIZEY\\\" "
"visibility=\\\"visible\\\"\\>Specifies the height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000203.xhp#par_id3147250.8.help.text
msgid ""
"See \\<link href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Import and "
"Export Filter Information\\\"\\>Import and Export Filter "
"Information\\</link\\> for  more information about filters."
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#tit.help.text\n"
"BMP Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3150347.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3150347.1.help.text\n"
"BMP Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3149662.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_MODALDIALOG_DLG_EXPORT_PIX\\\"\\>Defines the "
"import/export settings for files in BMP format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3143272.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3143272.2.help.text\n"
"Color Resolution"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3151253.11.help.text
msgid "Specifies the color resolution of the BMP file to be exported."
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3148410.22.help.text
msgid ""
"The \\<emph\\>Color Resolution\\</emph\\> command also appears on the "
"context menu of a BMP graphic that has been loaded in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw."
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3149200.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000204.xhp#hd_id3149200.18.help.text\n"
"Color Resolution"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3150402.19.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_LISTBOX_DLG_EXPORT_PIX_LB_COLORS\\\"\\>In the "
"\\<emph\\>Color Resolution\\</emph\\> list you will find the following color "
"resolution variants:\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3150379.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000204.xhp#par_id3150379.37.help.text\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3151191.38.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_LISTBOX_DLG_EXPORT_PIX_LB_COLORS\\\"\\>Retains the "
"original color resolution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3151299.23.help.text
msgid "\\<emph\\>1-Bit Threshold\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3148998.24.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertTo1BitThreshold\\\"\\>Converts the object to "
"black and white. All brightness levels below the middle value become black, "
"while all above the middle value become white.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3146938.25.help.text
msgid "1 Bit Dithered"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3150935.26.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertTo1BitMatrix\\\"\\>Allows the object to be "
"converted to a grid of black and white dots.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3154497.27.help.text
msgid "\\<emph\\>4-Bit Grayscale\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3156027.28.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertTo4BitGrays\\\"\\>Allows the object to be "
"converted to a palette of 16 gray scale tones corresponding to the "
"brightness of the original.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3146109.29.help.text
msgid "\\<emph\\>4-Bit Color Palette\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3157991.30.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertTo4BitColors\\\"\\>Allows the object to be "
"converted to a palette of 16 colors that match the original colors as "
"closely as possible.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3147226.31.help.text
msgid "\\<emph\\>8-Bit Grayscale\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3145136.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertTo8BitGrays\\\"\\>Allows the object to be "
"converted to a palette of 256 gray scale tones corresponding to the "
"brightness of the original.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3145211.33.help.text
msgid "\\<emph\\>8-Bit Color Palette\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3155391.34.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertTo8BitColors\\\"\\>Allows the object to be "
"converted to a palette of 256 colors that match the original colors as "
"closely as possible.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3155338.35.help.text
msgid "\\<emph\\>24-Bit True Colors\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3147010.36.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToTrueColor\\\"\\>Allows the object to be "
"converted to a palette of approximately 16 million colors.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3145313.20.help.text
msgid "RLE Encoding"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3146798.21.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_CHECKBOX_DLG_EXPORT_PIX_CBX_RLE\\\"\\>Applies RLE "
"(Run Length Encoding) to the BMP graphics\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3151110.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3151110.3.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3147242.12.help.text
msgid "Determines the type of export mode."
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3155390.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3155390.4.help.text\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3153257.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_EXPORT_PIX_RB_ORIGINAL_PIX\\\"\\>Retains the "
"original mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3150944.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3150944.5.help.text\n"
"Resolution"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3150129.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_COMBOBOX_DLG_EXPORT_PIX_CBB_RES_PIX\\\"\\>Allows "
"you to define the resolution for an image. Select the desired DPI from the "
"\\<emph\\>Resolution\\</emph\\> list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3152910.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3152910.6.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3159147.15.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_RADIOBUTTON_DLG_EXPORT_PIX_RB_SIZE_PIX\\\"\\>Allows "
"you modify the image size by a given measurement.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3150669.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3150669.7.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3153320.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_METRICFIELD_DLG_EXPORT_PIX_MTF_SIZEX_PIX\\\"\\>Specifies the "
"image width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3153127.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000204.xhp#hd_id3153127.8.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3150244.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_METRICFIELD_DLG_EXPORT_PIX_MTF_SIZEY_PIX\\\"\\>Specifies the "
"image height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000204.xhp#par_id3154811.9.help.text
msgid ""
"See \\<link href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Import and "
"Export Filter Information\\\"\\>Import and Export Filter "
"Information\\</link\\> for more information about filters."
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000205.xhp#tit.help.text\n"
"GIF Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#bm_id3145759.help.text
msgid ""
"\\<bookmark_value\\>transparency; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>GIF "
"format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3145759.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3145759.1.help.text\n"
"GIF Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#par_id3152942.5.help.text
msgid ""
"\\<ahelp hid=\\\"VCL:MODALDIALOG:DLG_EXPORT_GIF\\\"\\>In the\\<emph\\> GIF "
"Options \\</emph\\>dialog, you can select the settings for the export of "
"files in GIF format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3149877.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3149877.2.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3153272.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3153272.3.help.text\n"
"Interlaced"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#par_id3152952.7.help.text
msgid ""
"\\<ahelp hid=\\\"VCL:CHECKBOX:DLG_EXPORT_GIF:CBX_INTERLACED\\\"\\>Specifies "
"whether to use interlaced mode for saving the GIF image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3149748.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3149748.8.help.text\n"
"Drawing objects"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#hd_id3154094.10.help.text
msgid "Save transparency"
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#par_id3146938.11.help.text
msgid ""
"\\<ahelp hid=\\\"VCL:CHECKBOX:DLG_EXPORT_GIF:CBX_TRANSLUCENT\\\"\\>Specifies "
"whether to save the background of the picture as transparent.\\</ahelp\\> "
"Only objects will be visible in the GIF image. Use the \\<link "
"href=\\\"text/shared/01/06030000.xhp\\\" "
"name=\\\"Eyedropper\\\"\\>Eyedropper\\</link\\> to set the transparent color "
"in the picture."
msgstr ""

#: helpcontent2/source/text/shared/00/00000205.xhp#par_id3147102.4.help.text
msgid ""
"For more information regarding filters, refer to the topic: \\<link "
"href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Information about Import "
"and Export Filters\\\"\\>Information about Import and Export "
"Filters\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000206.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000206.xhp#tit.help.text\n"
"Dif Import/Export/ Lotus import/ DBase import"
msgstr ""

#: helpcontent2/source/text/shared/00/00000206.xhp#hd_id3155354.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000206.xhp#hd_id3155354.1.help.text\n"
"Dif Import/Export/ Lotus import/ DBase import"
msgstr ""

#: helpcontent2/source/text/shared/00/00000206.xhp#par_id3150620.4.help.text
msgid ""
"Defines the options for import/export. These dialogs will be automatically "
"shown if the corresponding file type is selected."
msgstr ""

#: helpcontent2/source/text/shared/00/00000206.xhp#hd_id3149000.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000206.xhp#hd_id3149000.2.help.text\n"
"Character set"
msgstr ""

#: helpcontent2/source/text/shared/00/00000206.xhp#par_id3152790.5.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:LB_FONT\\\" "
"visibility=\\\"visible\\\"\\>Select the character set from the options used "
"for import/export.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000206.xhp#par_id3152942.3.help.text
msgid ""
"For further information regarding filters, refer to the topic: \\<link "
"href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Information about Import "
"and Export Filters\\\"\\>Information about Import and Export "
"Filters\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000207.xhp#tit.help.text\n"
"Export of text files"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3153116.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3153116.1.help.text\n"
"Export of text files"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3150379.7.help.text
msgid ""
"The \\<emph\\>Export of text files\\</emph\\> dialog allows you to define "
"the export options for text files. The dialog will be displayed if you save "
"spreadsheet data as file type \"Text CSV\", and if the \\<emph\\>Edit filter "
"settings\\</emph\\> check box is marked in the \\<emph\\>Save As\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3155577.2.help.text
msgid "Field options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3152427.8.help.text
msgid ""
"Defines the field separator, text separator and character set that is used "
"for the text export."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3152876.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3152876.5.help.text\n"
"Character set"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3154689.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_IMPORTOPT:DDLB_FONT\\\"\\>Specifies "
"the character set for text export.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3145138.3.help.text
msgid "Field delimiter"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3150838.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_FIELDSEP\\\"\\>Choose or "
"enter the field delimiter, which separates data fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3154682.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3154682.4.help.text\n"
"Text delimiter"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3154863.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_IMPORTOPT:ED_TEXTSEP\\\"\\>Choose or "
"enter the text delimiter, which encloses every data field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#hd_id3149793.12.help.text
msgid "Fixed column width"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3152363.13.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_IMPORTOPT_CB_FIXEDWIDTH\\\"\\>Exports "
"all data fields with a fixed width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3149283.14.help.text
msgid ""
"The width of a data field in the exported text file is set to the current "
"width of the corresponding column."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3154116.15.help.text
msgid "Values are exported in the format as currently seen in the cell."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3156414.16.help.text
msgid ""
"If a value is longer than the fixed column width, it will be exported as a "
"### string."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3150178.17.help.text
msgid ""
"If a text string is longer than the fixed column width, it will be truncated "
"at the end."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_id3148548.18.help.text
msgid ""
"The alignment Left, Centered, and Right will be simulated by inserted blanks."
msgstr ""

#: helpcontent2/source/text/shared/00/00000207.xhp#par_idN106E4.help.text
msgid "\\<embedvar href=\\\"text/scalc/guide/csv_files.xhp#csv_files\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000208.xhp#tit.help.text\n"
"Text Import"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3150960.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3150960.1.help.text\n"
"Text Import"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149987.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC:MODALDIALOG:RID_SCDLG_ASCII\\\"\\>Sets the import "
"options for delimited data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3147588.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#hd_id3147588.45.help.text\n"
"Import"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3154788.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3154788.9.help.text\n"
"Character Set"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149495.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_ASCII:LB_CHARSET\\\"\\>Specifies the "
"character set to be used in the imported file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3154894.47.help.text
msgid "From Row"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150247.48.help.text
msgid ""
"\\<ahelp hid=\\\"SC:NUMERICFIELD:RID_SCDLG_ASCII:NF_AT_ROW\\\"\\>Specifies "
"the row where you want to start the import.\\</ahelp\\> The rows are visible "
"in the preview window at the bottom of the dialog."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3149999.3.help.text
msgid "Separator Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149640.4.help.text
msgid ""
"Specifies whether your data uses separators or fixed widths as delimiters."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3156553.7.help.text
msgid "Fixed width"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150710.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_FIXED\\\"\\>Separates "
"fixed-width data (equal number of characters) into columns.\\</ahelp\\> "
"Click on the ruler in the preview window to set the width."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3156560.5.help.text
msgid "Separated by"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3145136.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCDLG_ASCII:RB_SEPARATED\\\"\\>Select "
"the separator used in your data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3147250.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#hd_id3147250.49.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3147576.50.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_TAB\\\"\\>Separates data "
"delimited by tabs into columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3154317.51.help.text
msgid "Semicolon"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3157863.52.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SEMICOLON\\\"\\>Separates "
"data delimited by semicolons into columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3145313.53.help.text
msgid "Comma"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150693.54.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_COMMA\\\"\\>Separates data "
"delimited by commas into columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3163802.55.help.text
msgid "Space"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153663.56.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_ASCII:CKB_SPACE\\\"\\>Separates data "
"delimited by spaces into columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3147335.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#hd_id3147335.57.help.text\n"
"Other"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3156329.58.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCDLG_ASCII:ED_OTHER\\\"\\>Separates data into "
"columns using the custom separator that you specify. Note: The custom "
"separator must also be contained in your data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3150978.59.help.text
msgid "Merge delimiters"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153827.60.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCDLG_ASCII:CB_ASONCE\\\"\\>Combines "
"consecutive delimiters and removes blank data fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3155341.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#hd_id3155341.15.help.text\n"
"Text delimiter"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3156326.16.help.text
msgid ""
"\\<ahelp hid=\\\"SC:COMBOBOX:RID_SCDLG_ASCII:CB_TEXTSEP\\\"\\>Select a "
"character to delimit text data.\\</ahelp\\> You can can also enter a "
"character in the text box."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3155388.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#hd_id3155388.61.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153665.62.help.text
msgid "Shows how your data will look when it is separated into columns."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3148474.63.help.text
msgid "Column type"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149957.24.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCDLG_ASCII:LB_TYPE1\\\"\\>Choose a column "
"in the preview window and select the data type to be applied the imported "
"data.\\</ahelp\\> You can select one of the following options:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3152945.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3152945.25.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3145121.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3145121.26.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149763.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3149763.27.help.text\n"
"Standard"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3155923.28.help.text
msgid "$[officename] determines the type."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3152472.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3152472.29.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3148946.30.help.text
msgid "Imported data are treated as text."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3147265.31.help.text
msgid "Date (DMY)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3156434.32.help.text
msgid ""
"Applies a date format (Day, Month, Year) to the imported data in a column."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3148740.33.help.text
msgid "Date (MDY)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149688.34.help.text
msgid ""
"Applies a date format (Month, Day, Year) to the imported data in a column."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150230.35.help.text
msgid "Date (YMD)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153207.36.help.text
msgid ""
"Applies a date format (Year, Month, Day) to the imported data in a column."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3148981.65.help.text
msgid "US English"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153178.66.help.text
msgid ""
"Numbers formatted in US English are searched for and included regardless of "
"the system language. A number format is not applied. If there are no US "
"English entries, the \\<emph\\>Standard\\</emph\\> format is applied."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3154329.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3154329.37.help.text\n"
"Hide"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3154946.38.help.text
msgid "The data in the column are not imported."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3149767.75.help.text
msgid ""
"If you selected one of the date formats (DMY), (MDY), or (YMD) and you enter "
"numbers without date delimiters, the numbers are interpreted as follows:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150650.76.help.text
msgid "Number of characters "
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150495.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3150495.77.help.text\n"
"Date format"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3156212.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3156212.78.help.text\n"
"6"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153056.79.help.text
msgid ""
"Two characters each are taken for day, month, and year in the selected order."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3147352.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#par_id3147352.80.help.text\n"
"8"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153768.81.help.text
msgid ""
"Four characters are taken for the year, two each for month and day, in the "
"selected order."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3147295.82.help.text
msgid "5 or 7"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3151168.83.help.text
msgid ""
"As with 6 or 8 characters, but the first part of the sequence has one "
"character less. This will suppress a leading zero for month and day."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3153143.44.help.text
msgid ""
"If you want to include the leading zero in the data you import, in telephone "
"numbers for example, apply the \"Text\" format to the column."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#hd_id3149287.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000208.xhp#hd_id3149287.39.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3147377.40.help.text
msgid ""
"Shows how the imported text will look after it is separated into columns. To "
"apply a format to a column when it is imported, click a column and select a "
"\\<emph\\>Column type\\</emph\\>. When you select a \\<emph\\>Column "
"type\\</emph\\>, the column heading displays the applied format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3150105.64.help.text
msgid ""
"If you want to use a fixed width to separate the imported data into columns, "
"click in the ruler to set the width boundaries."
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3155746.74.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/keyboard.xhp\\\" name=\\\"Navigating "
"Without the Mouse\\\"\\>Navigating Without the Mouse\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000208.xhp#par_id3146120.43.help.text
msgid ""
"For more information, see \\<link href=\\\"text/shared/00/00000020.xhp\\\" "
"name=\\\"Information about Import and Export Filters\\\"\\>Information about "
"Import and Export Filters\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000210.xhp#tit.help.text\n"
"Warning Print Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3145759.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3145759.1.help.text\n"
"Warning Print Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#par_id3152352.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:MODALDIALOG:DLG_PRINT_WARNINGS\\\"\\>The\\<emph\\> Warning Print "
"Options \\</emph\\>dialog appears when the page setup does not match the "
"defined print range.\\</ahelp\\> This is the case, for example, if you draw "
"a rectangle that is larger than the current page format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3150620.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3150620.3.help.text\n"
"Print options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3156324.5.help.text
msgid "Fit page to print range"
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#par_id3158405.7.help.text
msgid ""
"If you select the \\<emph\\>Fit page to print range \\</emph\\>option, the "
"\\<emph\\>Warning Print Options\\</emph\\> dialog will not appear in "
"subsequent print runs of this document."
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3156553.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3156553.8.help.text\n"
"Posterize"
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#par_id3154823.9.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_POSTER\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether to distribute the printout on "
"multiple pages.\\</ahelp\\> The print range will be printed on multiple "
"pages."
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#hd_id3147010.10.help.text
msgid "Trim"
msgstr ""

#: helpcontent2/source/text/shared/00/00000210.xhp#par_id3151111.11.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PRINT_WARNINGS:RBT_CUT\\\" "
"visibility=\\\"visible\\\"\\>Specifies that anything extending beyond the "
"maximum print range will be cut off and not included in the "
"printing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000212.xhp#tit.help.text\n"
"PNG options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3146060.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3146060.1.help.text\n"
"PNG options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#par_id3155620.2.help.text
msgid ""
"Specifies the compression rate and the interlaced mode for saving the image "
"as a \\<link href=\\\"text/shared/00/00000005.xhp#png\\\" "
"name=\\\"PNG\\\"\\>PNG\\</link\\> file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3155354.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3155354.7.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3150672.3.help.text
msgid "Compression 0..9"
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#par_id3150960.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"VCL:NUMERICFIELD:DLG_EXPORT_EPNG:NUM_COMPRESSION\\\"\\>Specifies the "
"compression setting from 0 (no compression) to 9 (maximum "
"compression).\\</ahelp\\> The calculation time increases with the "
"compression value, while the resulting file is smaller in bytes."
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3149783.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000212.xhp#hd_id3149783.5.help.text\n"
"Interlaced"
msgstr ""

#: helpcontent2/source/text/shared/00/00000212.xhp#par_id3154840.6.help.text
msgid ""
"\\<ahelp hid=\\\"VCL:CHECKBOX:DLG_EXPORT_EPNG:CBX_INTERLACED\\\"\\>Specifies "
"whether the graphic is to be saved in \\<link "
"href=\\\"text/shared/00/00000005.xhp#png\\\" name=\\\"Interlaced "
"Mode\\\"\\>Interlaced Mode\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000213.xhp#tit.help.text\n"
"EPS Export Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3149976.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3149976.1.help.text\n"
"EPS Export Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3156045.2.help.text
msgid "Defines several export options for EPS files."
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3149948.27.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>You "
"must print an EPS file with a PostScript printer. Other printers will only "
"print the embedded preview.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3154598.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3154598.3.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3150146.4.help.text
msgid "Specifies options for embedded preview for the EPS file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3145348.5.help.text
msgid "Image preview (TIFF)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3155271.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"GOODIES:CHECKBOX:DLG_EXPORT_EPS:CB_PREVIEW_TIFF\\\"\\>Specifies "
"whether a preview image is exported in the TIFF format together with the "
"actual PostScript file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3149748.29.help.text
msgid "Interchange (EPSI)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3144740.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"GOODIES:CHECKBOX:DLG_EXPORT_EPS:CB_PREVIEW_EPSI\\\"\\>Specifies "
"whether a monochrome preview graphic in EPSI format is exported together "
"with the PostScript file.\\</ahelp\\> This format only contains printable "
"characters from the 7-bit ASCII code."
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3159224.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3159224.9.help.text\n"
"Version"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3151100.10.help.text
msgid "Determines the PostScript level for exporting the EPS file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3143281.11.help.text
msgid "Level 1"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3150935.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_LEVEL1\\\"\\>Compression is "
"not available at this level. Select the\\<emph\\> Level 1 \\</emph\\>option "
"if your PostScript printer does not offer the capabilities of Level "
"2.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3150616.13.help.text
msgid "Level 2"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3159201.14.help.text
msgid ""
"\\<ahelp hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_LEVEL2\\\"\\>Select "
"the\\<emph\\> Level 2 \\</emph\\>option if your output device supports "
"colored bitmaps, palette graphics and compressed graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3147261.15.help.text
msgid "Color format"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3147571.16.help.text
msgid ""
"The \\<emph\\>Color format\\</emph\\> option gives you the choice between "
"exporting in color or in grayscale."
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3152801.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000213.xhp#hd_id3152801.17.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3147250.18.help.text
msgid ""
"\\<ahelp hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_COLOR\\\"\\>Exports "
"the file in color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3152551.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000213.xhp#hd_id3152551.19.help.text\n"
"Grayscale"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3147088.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_GRAYSCALE\\\"\\>Exports the "
"file in grayscale tones.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3153577.21.help.text
msgid "Compression"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3149827.22.help.text
msgid "Specifies whether the data is exported with compression."
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3155338.23.help.text
msgid "LZW encoding"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3153683.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_COMPRESSION_LZW\\\"\\>LZW "
"compression is the compression of a file into a smaller file using a table-"
"based lookup algorithm invented by Abraham Lempel, Jacob Ziv, and Terry "
"Welch. If you choose to activate this, select the\\<emph\\> LZW encoding "
"\\</emph\\>option.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#hd_id3147242.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000213.xhp#hd_id3147242.25.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/00/00000213.xhp#par_id3152780.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"GOODIES:RADIOBUTTON:DLG_EXPORT_EPS:RB_COMPRESSION_NONE\\\"\\>"
"Specifies that you do not wish to use compression.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000214.xhp#tit.help.text\n"
"PBM/PPM/PGM Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3156116.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3156116.1.help.text\n"
"PBM/PPM/PGM Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#par_id3155182.2.help.text
msgid ""
"Select the file format for the file to be exported. This dialog appears when "
"exporting in the \\<emph\\>Portable Bitmap (PBM)\\</emph\\>, "
"\\<emph\\>Portable Pixelmap (PPM)\\</emph\\> and \\<emph\\>Portable Graymap "
"(PGM)\\</emph\\> format."
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3155577.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3155577.3.help.text\n"
"File format"
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3154290.5.help.text
msgid "Binary"
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#par_id3154841.6.help.text
msgid ""
"Exports the file in binary format. The resulting file is smaller than a "
"(ASCII) text file."
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3156324.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000214.xhp#hd_id3156324.7.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/00/00000214.xhp#par_id3149783.8.help.text
msgid ""
"Exports the file in the \\<link "
"href=\\\"text/shared/00/00000005.xhp#ascii\\\" "
"name=\\\"ASCII\\\"\\>ASCII\\</link\\> text format. This file type is larger "
"than a binary."
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000215.xhp#tit.help.text\n"
"ASCII Filter Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3146856.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3146856.1.help.text\n"
"ASCII Filter Options"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3153070.2.help.text
msgid ""
"You can specify which options, such as basic font, language, character set, "
"or break, are imported or exported with a text document. The dialog appears "
"when you load an ASCII file with the filter \"Text Encoded\" or when you "
"save the document the first time, or when you \"save as\" with another name."
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3159217.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3159217.3.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3155577.4.help.text
msgid ""
"Defines the settings for importing or exporting your file. When exporting, "
"only the character set and paragraph break can be defined."
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3146959.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3146959.5.help.text\n"
"Character set"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3143206.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_ASCII_FILTER:LB_CHARSET\\\"\\>Specifies the "
"character set of the file for export or import.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3154926.7.help.text
msgid "Default fonts"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3151262.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_ASCII_FILTER:LB_FONT\\\"\\>By setting a "
"default font, you specify that the text should be displayed in a specific "
"font. The default fonts can only be selected when importing.\\</ahelp\\> The "
"available fonts are displayed on your computer."
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3154894.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3154894.9.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3153323.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_ASCII_FILTER:LB_LANGUAGE\\\"\\>Specifies the "
"language of the text, if this has not already been defined. This setting is "
"only available when importing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3147143.11.help.text
msgid "Paragraph break"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3143281.12.help.text
msgid "Defines the type of paragraph break for a text line."
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3150935.13.help.text
msgid "CR & LF"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3145829.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CRLF\\\"\\>Produces a "
"\"Carriage Return\" and a \"Linefeed\". This option is the "
"default.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3153551.15.help.text
msgid "CR"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3156042.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_CR\\\"\\>Produces a "
"\"Carriage Return\" as the paragraph break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#hd_id3150713.17.help.text
msgid "LF"
msgstr ""

#: helpcontent2/source/text/shared/00/00000215.xhp#par_id3145090.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_ASCII_FILTER:RB_LF\\\"\\>Produces a "
"\"Linefeed\" as the paragraph break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000401.xhp#tit.help.text\n"
"File Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#hd_id3149976.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000401.xhp#hd_id3149976.1.help.text\n"
"File Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154812.50.help.text
msgid "Choose \\<emph\\>File - New\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153070.186.help.text
msgid ""
"\\<emph\\>New\\</emph\\> icon on the \\<emph\\>Standard\\</emph\\> Bar (the "
"icon shows the type of the new document)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150127.help.text
msgid ""
"\\<image id=\\\"img_id3156053\\\" src=\\\"res/sx03251.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156053\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154232.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3154232.199.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154894.179.help.text
msgid ""
"Key \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+N"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3157898.82.help.text
msgid ""
"Menu \\<emph\\>File - New\\</emph\\>\\<emph\\>- Templates and "
"Documents\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149140.187.help.text
msgid ""
"Key Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+N"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149798.160.help.text
msgid ""
"\\<variable id=\\\"etiketten\\\"\\>Choose \\<emph\\>File - New - "
"Labels\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147226.161.help.text
msgid ""
"\\<variable id=\\\"etikettenein\\\"\\>Choose \\<emph\\>File - New - Labels - "
"Labels\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154522.162.help.text
msgid "Choose \\<emph\\>File - New - Labels - Format\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154983.163.help.text
msgid "Choose \\<emph\\>File - New - Business Cards - Format\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3157958.164.help.text
msgid "Choose \\<emph\\>File - New - Labels - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153311.165.help.text
msgid "Choose \\<emph\\>File - New - Business Cards - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152780.166.help.text
msgid ""
"\\<variable id=\\\"visikart\\\"\\>Choose \\<emph\\>File - New - Business "
"Cards\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3156346.167.help.text
msgid ""
"\\<variable id=\\\"visikartform\\\"\\>Choose \\<emph\\>File - New - Business "
"Cards - Medium\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152824.168.help.text
msgid ""
"\\<variable id=\\\"viskartinhalt\\\"\\>Choose \\<emph\\>File - New - "
"Business Cards - Business cards\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149819.169.help.text
msgid ""
"\\<variable id=\\\"viskartpriv\\\"\\>Choose \\<emph\\>File - New - Business "
"Cards - Private\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154897.170.help.text
msgid ""
"\\<variable id=\\\"viskartgesch\\\"\\>Choose \\<emph\\>File - New - Business "
"Cards - Business\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3146137.7.help.text
msgid "Choose \\<emph\\>File - Open\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152944.83.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+O"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155341.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3155341.8.help.text\n"
"On the \\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155419.help.text
msgid ""
"\\<image id=\\\"img_id3149415\\\" "
"src=\\\"res/commandimagelist/sc_open.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149415\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3156003.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3156003.9.help.text\n"
"Open File"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155388.174.help.text
msgid ""
"Menu \\<emph\\>File - Open\\</emph\\>, File type \\<emph\\>Text "
"Encoded\\</emph\\> selected"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154174.175.help.text
msgid ""
"Menu \\<emph\\>File - Save As\\</emph\\>, File type \\<emph\\>Text "
"Encoded\\</emph\\> selected"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145609.109.help.text
msgid ""
"\\<variable id=\\\"autobrief\\\"\\>Choose \\<emph\\>File - "
"Wizards\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149245.110.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154758.111.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief1\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 1\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152360.112.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief2\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 2\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3159413.113.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief3\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 3\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152771.114.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief4\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 4\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153524.115.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief5\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 5\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154224.116.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief6\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 6\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150230.117.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief7\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 7\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3151211.118.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief8\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 8\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154141.119.help.text
msgid ""
"\\<variable id=\\\"autopilotbrief9\\\"\\>Choose \\<emph\\>File - Wizards - "
"Letter - Page 9\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3144760.120.help.text
msgid ""
"\\<variable id=\\\"autopilotfax\\\"\\>Choose \\<emph\\>File - Wizards - "
"Fax\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147085.121.help.text
msgid ""
"\\<variable id=\\\"autopilotfax1\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 1\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3151042.209.help.text
msgid ""
"\\<variable id=\\\"autopilotfax2\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 2\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154330.122.help.text
msgid ""
"\\<variable id=\\\"autopilotfax3\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 3\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150651.123.help.text
msgid ""
"\\<variable id=\\\"autopilotfax4\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 4\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154685.124.help.text
msgid ""
"\\<variable id=\\\"autopilotfax5\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 5\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3148673.208.help.text
msgid ""
"\\<variable id=\\\"autopilotfax6\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 6\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154154.207.help.text
msgid ""
"\\<variable id=\\\"autopilotfax7\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 7\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150741.125.help.text
msgid ""
"\\<variable id=\\\"autopilotfax8\\\"\\>Choose \\<emph\\>File - Wizards - Fax "
"- Page 8\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153190.131.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155860.132.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda1\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda - Page 1\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3146906.133.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda2\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda - Page 2\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152578.134.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda3\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda - Page 3\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155368.135.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda4\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda - Page 4\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3146923.205.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda5\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda - Page 5\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149066.136.help.text
msgid ""
"\\<variable id=\\\"autopilotagenda6\\\"\\>Choose \\<emph\\>File - Wizards - "
"Agenda - Page 6\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149288.102.help.text
msgid ""
"\\<variable id=\\\"dtapt\\\"\\>Choose \\<emph\\>File - Wizards - "
"Presentation\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3146986.103.help.text
msgid ""
"\\<variable id=\\\"dtapse\\\"\\>Choose \\<emph\\>File - Wizards - "
"Presentation - Page 1\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154919.104.help.text
msgid ""
"\\<variable id=\\\"dtapsz\\\"\\>Choose \\<emph\\>File - Wizards - "
"Presentation - Page 2\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3151351.105.help.text
msgid ""
"\\<variable id=\\\"dtapsd\\\"\\>Choose \\<emph\\>File - Wizards - "
"Presentation - Page 3\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147317.106.help.text
msgid ""
"\\<variable id=\\\"dtapsv\\\"\\>Choose \\<emph\\>File - Wizards - "
"Presentation - Page 4\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145592.107.help.text
msgid ""
"\\<variable id=\\\"dtapsf\\\"\\>Choose \\<emph\\>File - Wizards - "
"Presentation - Page 5\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN10C46.help.text
msgid ""
"\\<variable id=\\\"autopilotformular\\\"\\>Click \\<emph\\>Use Wizard to "
"create form\\</emph\\> in a database file window. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN10C5F.help.text
msgid ""
"\\<variable id=\\\"autopilotreport\\\"\\>Click Use Wizard to create report "
"in a database file window. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153739.23.help.text
msgid ""
"\\<variable id=\\\"autopilotwebseite\\\"\\>Choose \\<emph\\>File - Wizards - "
"Web Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN10C24.help.text
msgid ""
"\\<variable id=\\\"webwizard\\\"\\>Choose \\<emph\\>File - Wizards - Web "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154064.143.help.text
msgid ""
"\\<variable id=\\\"gruppen\\\"\\>In form design, click the \\<emph\\>Group "
"Box\\</emph\\> icon on the toolbar and use the mouse to create a frame. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152807.144.help.text
msgid ""
"\\<variable id=\\\"gruppen1\\\"\\>In form design, click the \\<emph\\>Group "
"Box\\</emph\\> icon on the toolbar and use the mouse to create a frame - "
"Wizards page 1 \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150571.148.help.text
msgid ""
"\\<variable id=\\\"gruppen2\\\"\\>In form design, click the \\<emph\\>Group "
"Box\\</emph\\> icon on the toolbar and use the mouse to create a frame - "
"Wizards page 2 \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145251.145.help.text
msgid ""
"\\<variable id=\\\"gruppen3\\\"\\>In form design, click the \\<emph\\>Group "
"Box\\</emph\\> icon on the toolbar and use the mouse to create a frame - "
"Wizards page 3 \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3156109.146.help.text
msgid ""
"\\<variable id=\\\"gruppen4\\\"\\>In form design, click the \\<emph\\>Group "
"Box\\</emph\\> icon on the toolbar and use the mouse to create a frame - "
"Wizards page 4, there must be a database connection. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3159347.147.help.text
msgid ""
"\\<variable id=\\\"gruppen5\\\"\\>In form design, click the \\<emph\\>Group "
"Box\\</emph\\> icon on the toolbar and use the mouse to create a frame - "
"last page of Wizards \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153417.150.help.text
msgid ""
"\\<variable id=\\\"autopilotmsimport\\\"\\>Choose \\<emph\\>File - Wizards - "
"Document Converter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150715.151.help.text
msgid ""
"\\<variable id=\\\"autopilotmsimport1\\\"\\>Choose \\<emph\\>File - Wizards -"
" Document Converter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154274.149.help.text
msgid ""
"\\<variable id=\\\"autopilotmsimport2\\\"\\>Choose \\<emph\\>File - Wizards -"
" Document Converter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3146912.171.help.text
msgid ""
"\\<variable id=\\\"euro\\\"\\>Choose \\<emph\\>File - Wizards - Euro "
"Converter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3146082.190.help.text
msgid ""
"\\<emph\\>Address Data Source\\</emph\\> wizard (starts automatically)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152962.198.help.text
msgid "Menu \\<emph\\>File - Wizards - Address Data Source\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145206.191.help.text
msgid ""
"\\<variable id=\\\"addressimport2\\\"\\>\\<emph\\>Address Data Source "
"Wizards\\</emph\\> - \\<emph\\>Additional settings\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154756.192.help.text
msgid ""
"\\<variable id=\\\"addressimport3\\\"\\>\\<emph\\>Address Data Source "
"Wizards\\</emph\\> - \\<emph\\>Select table\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153924.193.help.text
msgid ""
"\\<variable id=\\\"addressimport4\\\"\\>\\<emph\\>Address Data Source "
"Wizards\\</emph\\>\\<emph\\>- Data source title\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3148995.194.help.text
msgid ""
"\\<variable id=\\\"addressimport5\\\"\\>\\<emph\\>Address Data Source "
"Wizards\\</emph\\> - \\<emph\\>Field assignment\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147338.57.help.text
msgid ""
"\\<variable id=\\\"schliessen\\\"\\>Choose \\<emph\\>File - "
"Close\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3156717.10.help.text
msgid "Choose \\<emph\\>File - Save\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147533.84.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+S"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3148930.11.help.text
msgid "On Standard or Table Data Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3156712.help.text
msgid ""
"\\<image id=\\\"img_id3155939\\\" "
"src=\\\"res/commandimagelist/sc_save.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155939\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149109.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3149109.12.help.text\n"
"Save Document"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154964.78.help.text
msgid ""
"\\<variable id=\\\"gifspeichern\\\"\\>Choose \\<emph\\>File - Save "
"As\\</emph\\>, if GIF selected as file type, dialog opens automatically "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153569.79.help.text
msgid ""
"\\<variable id=\\\"pngspeichern\\\"\\>Choose \\<emph\\>File - Save "
"As\\</emph\\>, if PNG selected as file type, dialog opens automatically "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147343.97.help.text
msgid ""
"\\<variable id=\\\"bmpspeichern\\\"\\>Choose \\<emph\\>File - Save "
"As\\</emph\\>, if BMP selected as file type, dialog opens automatically "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3156374.98.help.text
msgid ""
"\\<variable id=\\\"jpegspeichern\\\"\\>Choose \\<emph\\>File - Save "
"As\\</emph\\>, if JPEG selected as file type, dialog opens automatically "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150300.99.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern\\\"\\>$[officename] Draw or $[officename] "
"Impress menu \\<emph\\>File - Export\\</emph\\>, select \"HTML Document\" "
"file type, this dialog opens automatically \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153387.137.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern1\\\"\\>$[officename] Draw/$[officename] "
"Impress menu\\<emph\\> File - Export\\</emph\\>, select HTML file type, page "
"1 of the wizard \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154021.138.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern2\\\"\\>$[officename] Draw/$[officename] "
"Impress menu\\<emph\\> File - Export\\</emph\\>, select HTML file type, page "
"2 of the wizard \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3147246.159.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern3\\\"\\>$[officename] Draw/$[officename] "
"Impress menu\\<emph\\> File - Export\\</emph\\>, select HTML file type, page "
"3 of the wizard \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145131.140.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern4\\\"\\>$[officename] Draw/$[officename] "
"Impress menu\\<emph\\> File - Export\\</emph\\>, select HTML file type, page "
"4 of the wizard \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150235.141.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern5\\\"\\>$[officename] Draw/$[officename] "
"Impress menu\\<emph\\> File - Export\\</emph\\>, select HTML file type, page "
"5 of the wizard \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145762.142.help.text
msgid ""
"\\<variable id=\\\"htmlspeichern6\\\"\\>$[officename] Draw/$[officename] "
"Impress menu\\<emph\\> File - Export\\</emph\\>, select HTML file type, page "
"6 of the wizard \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149735.100.help.text
msgid ""
"\\<variable id=\\\"svmspeichern\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>, if SVM/WMF/PICT/MET selected as file type, dialog opens "
"automatically \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149528.217.help.text
msgid ""
"\\<variable id=\\\"bmpexport\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>, if BMP selected as file type, dialog opens automatically "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155112.218.help.text
msgid ""
"\\<variable id=\\\"gifexport\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>, if GIF selected as file type, dialog opens \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154901.58.help.text
msgid ""
"\\<variable id=\\\"saveall\\\"\\>Choose \\<emph\\>File - Save "
"All\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152479.59.help.text
msgid ""
"\\<variable id=\\\"saveas\\\"\\>Choose \\<emph\\>File - Save "
"As\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3148392.60.help.text
msgid "Choose \\<emph\\>File - Reload\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3166425.61.help.text
msgid ""
"\\<variable id=\\\"info1\\\"\\>Choose \\<emph\\>File - "
"Properties\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150381.62.help.text
msgid ""
"\\<variable id=\\\"info2\\\"\\>Choose \\<emph\\>File - Properties - "
"General\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11163.help.text
msgid "Choose \\<emph\\>File - Digital Signatures\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11168.help.text
msgid "Choose \\<emph\\>Tools - Macros - Digital Signature\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11156.help.text
msgid ""
"Choose \\<emph\\>File - Properties - General\\</emph\\> tab, click "
"\\<emph\\>Digital Signatures\\</emph\\> button "
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN1117E.help.text
msgid "Double-click the Signature field on the Status Bar."
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11173.help.text
msgid ""
"\\<variable id=\\\"digitalsigsel\\\"\\>Choose \\<emph\\>File - Properties - "
"General\\</emph\\> tab, click \\<emph\\>Digital Signatures\\</emph\\> "
"button, then click \\<emph\\>Add\\</emph\\> button \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150662.63.help.text
msgid ""
"\\<variable id=\\\"info3\\\"\\>Choose \\<emph\\>File - Properties - "
"Description\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153792.64.help.text
msgid ""
"\\<variable id=\\\"info4\\\"\\>Choose \\<emph\\>File - Properties - User "
"Defined\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153701.65.help.text
msgid ""
"\\<variable id=\\\"info5\\\"\\>Choose \\<emph\\>File - Properties - "
"Statistics\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149570.66.help.text
msgid ""
"\\<variable id=\\\"info6\\\"\\>Choose \\<emph\\>File - Properties - "
"Internet\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154275.67.help.text
msgid ""
"\\<variable id=\\\"dokuvorlage\\\"\\>Choose \\<emph\\>File - "
"Templates\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153199.68.help.text
msgid ""
"\\<variable id=\\\"verwalten\\\"\\>Choose \\<emph\\>File - Templates - "
"Organize\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3157970.176.help.text
msgid ""
"Choose \\<emph\\>File - Templates - Organize - Address Book\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155377.178.help.text
msgid "Choose \\<emph\\>File - Templates - Address Book Source\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154386.177.help.text
msgid ""
"Menu \\<emph\\>File - Templates - Address Book Source, \\</emph\\>then "
"\\<emph\\>Administrate\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154323.189.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Choose \\<emph\\>View\\</emph\\> - \\<emph\\>Data "
"sources\\</emph\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>View\\</emph\\> - \\<emph\\>Data "
"sources\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150516.172.help.text
msgid ""
"\\<variable id=\\\"dokuspei\\\"\\>Choose \\<emph\\>File - Templates - "
"Save\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149917.173.help.text
msgid ""
"\\<variable id=\\\"dokubear\\\"\\>Choose \\<emph\\>File - Templates - "
"Edit\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3154930.69.help.text
msgid "Menu\\<emph\\> File - Page Preview\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11366.help.text
msgid ""
"\\<image id=\\\"img_id2603534\\\" "
"src=\\\"res/commandimagelist/sc_printpreview.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id2603534\\\"\\>icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11384.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000401.xhp#par_idN11384.help.text\n"
"Page Preview"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3163722.70.help.text
msgid "Choose \\<emph\\>File - Printer Settings\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3148752.71.help.text
msgid ""
"Choose \\<emph\\>File - Templates - Organize - Commands (button)- Printer "
"Settings\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155529.17.help.text
msgid ""
"\\<variable id=\\\"senden\\\"\\>Menu\\<emph\\> File - "
"Send\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145386.18.help.text
msgid "Choose \\<emph\\>File - Send - Document as E-mail\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN113AB.help.text
msgid ""
"\\<image id=\\\"img_id4044007\\\" "
"src=\\\"res/commandimagelist/sc_sendmail.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id4044007\\\"\\>icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_idN113C8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000401.xhp#par_idN113C8.help.text\n"
"Document as E-mail"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145269.222.help.text
msgid ""
"\\<variable id=\\\"export\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3166421.219.help.text
msgid "Choose \\<emph\\>File - Export as PDF\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150521.help.text
msgid ""
"\\<image id=\\\"img_id3147306\\\" "
"src=\\\"res/commandimagelist/sc_exportdirecttopdf.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147306\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155763.220.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3155763.220.help.text\n"
"Export Directly as PDF"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145410.210.help.text
msgid "Choose \\<emph\\>File - Send - Document as PDF Attachment\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3159160.74.help.text
msgid ""
"\\<variable id=\\\"glo\\\"\\>Choose \\<emph\\>File - Send - Create Master "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149951.13.help.text
msgid "Choose \\<emph\\>File - Print\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155259.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3155259.85.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+P"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153830.3.help.text
msgid "On Standard Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155187.help.text
msgid ""
"\\<image id=\\\"img_id3153318\\\" "
"src=\\\"res/commandimagelist/sc_print.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153318\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3151268.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000401.xhp#par_id3151268.4.help.text\n"
"Print File Directly"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153581.5.help.text
msgid ""
"On the \\<emph\\>Page View\\</emph\\>\\<emph\\>Bar\\</emph\\> of a text "
"document, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3153068.help.text
msgid ""
"\\<image id=\\\"img_id3155362\\\" "
"src=\\\"res/commandimagelist/sc_printpagepreview.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155362\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3151239.6.help.text
msgid "Print Page Preview"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3155869.72.help.text
msgid "Choose \\<emph\\>File - Exit\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3152382.86.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Q"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3149328.75.help.text
msgid ""
"\\<variable id=\\\"neuglobal\\\"\\>Choose \\<emph\\>File - New - Master "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145827.76.help.text
msgid ""
"\\<variable id=\\\"textimport\\\"\\>Menu\\<emph\\> File - Open\\</emph\\> - "
"select under Files of type: \"Text CSV\" \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3148608.81.help.text
msgid ""
"\\<variable id=\\\"epsexport\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>, if EPS is selected as file type, this dialog opens "
"automatically \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3150107.87.help.text
msgid ""
"\\<variable id=\\\"pbmppmpgm\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>, if PBM, PPM or PGM is selected as file type, the dialog "
"opens automatically \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000401.xhp#par_id3145305.96.help.text
msgid ""
"\\<variable id=\\\"versionen\\\"\\>\\<variable "
"id=\\\"autopilotberichtfeldauswahl\\\"\\>Choose \\<emph\\>File - "
"Versions\\</emph\\>\\</variable\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000402.xhp#tit.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#hd_id3147273.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000402.xhp#hd_id3147273.1.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3085157.2.help.text
msgid "Choose \\<emph\\>Edit - Undo\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3145160.564.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Z"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154094.3.help.text
msgid "On the \\<emph\\>Standard\\</emph\\> Bar or Table Data bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3155449.help.text
msgid ""
"\\<image id=\\\"img_id3155577\\\" "
"src=\\\"res/commandimagelist/sc_undo.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155577\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148563.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3148563.4.help.text\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3145068.5.help.text
msgid "Choose \\<emph\\>Edit - Redo\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153897.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3153897.6.help.text\n"
"On the \\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154938.help.text
msgid ""
"\\<image id=\\\"img_id3150358\\\" "
"src=\\\"res/commandimagelist/sc_redo.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150358\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3151211.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3151211.7.help.text\n"
"Redo"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154365.8.help.text
msgid ""
"\\<variable id=\\\"letzter\\\"\\>Choose \\<emph\\>Edit - "
"Repeat\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3149765.9.help.text
msgid "Choose \\<emph\\>Edit - Cut\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3144762.565.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+X"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148744.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3148744.10.help.text\n"
"On the \\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3145173.help.text
msgid ""
"\\<image id=\\\"img_id3145744\\\" "
"src=\\\"res/commandimagelist/sc_helpmenu.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145744\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154153.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3154153.11.help.text\n"
"Cut"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3150742.12.help.text
msgid "Choose \\<emph\\>Edit - Copy\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148923.566.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+C"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3159254.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3159254.13.help.text\n"
"On the \\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154985.help.text
msgid ""
"\\<image id=\\\"img_id3156441\\\" "
"src=\\\"res/commandimagelist/sc_copy.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156441\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3150685.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3150685.14.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3159153.15.help.text
msgid "Choose \\<emph\\>Edit - Paste\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3155860.567.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+V"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3159083.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3159083.16.help.text\n"
"On the \\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3156106.help.text
msgid ""
"\\<image id=\\\"img_id3159196\\\" "
"src=\\\"res/commandimagelist/sc_paste.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159196\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154471.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3154471.17.help.text\n"
"Paste"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3152791.532.help.text
msgid ""
"\\<variable id=\\\"inhalte\\\"\\>Choose \\<emph\\>Edit - Paste "
"Special\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148555.533.help.text
msgid "Choose \\<emph\\>Edit - Select All\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3152417.568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3152417.568.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+A"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3145748.help.text
msgid ""
"\\<image id=\\\"img_id3153095\\\" "
"src=\\\"res/commandimagelist/sc_selectall.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153095\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153139.575.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3153139.575.help.text\n"
"Select All"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3145251.555.help.text
msgid ""
"\\<variable id=\\\"aenderungen\\\"\\>Choose \\<emph\\>Edit - "
"Changes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153336.556.help.text
msgid ""
"\\<variable id=\\\"aufzeichnen\\\"\\>Choose \\<emph\\>Edit - Changes - "
"Record\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3150594.557.help.text
msgid ""
"\\<variable id=\\\"anzeigen\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>Choose "
"\\<emph\\>Edit - Changes - Show\\</emph\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>Edit - Changes - "
"Show\\</emph\\>\\</caseinline\\>\\</switchinline\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153845.558.help.text
msgid ""
"\\<variable id=\\\"rotlinie\\\"\\>Choose \\<emph\\>Edit - Changes - Accept "
"or Reject\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148587.559.help.text
msgid ""
"Choose \\<emph\\>Edit - Changes - Accept or Reject - List\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3150396.574.help.text
msgid ""
"Choose \\<emph\\>Format - AutoFormat - Apply and Edit Changes.\\</emph\\> "
"AutoFormat dialog appears, click \\<emph\\>Edit Changes\\</emph\\> button, "
"see \\<emph\\>List\\</emph\\> tab page"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153878.560.help.text
msgid ""
"\\<variable id=\\\"rotliniefilter\\\"\\>Choose \\<emph\\>Edit - Changes - "
"Accept or Reject - Filter\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3151281.561.help.text
msgid ""
"\\<variable id=\\\"einfuegen\\\"\\>Choose \\<emph\\>Edit - Changes - Merge "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153224.562.help.text
msgid ""
"\\<variable id=\\\"dvergl\\\"\\>Choose \\<emph\\>Edit - Compare "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148773.563.help.text
msgid "Choose \\<emph\\>Edit - Changes - Comment\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3149488.571.help.text
msgid ""
"Choose \\<emph\\>Edit - Changes - Accept or Reject - List\\</emph\\> tab. "
"Click an entry in the list and open the context menu. Choose \\<emph\\>Edit "
"Comment\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3156297.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3156297.49.help.text\n"
"Choose \\<emph\\>Edit - Find & Replace\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154503.569.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3154503.569.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3155083.456.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3155083.456.help.text\n"
"On Standard bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3150020.help.text
msgid ""
"\\<image id=\\\"img_id3149121\\\" "
"src=\\\"res/commandimagelist/sc_recsearch.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149121\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3144748.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3144748.50.help.text\n"
"Find & Replace"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3156357.552.help.text
msgid ""
"\\<variable id=\\\"suchenattribute\\\"\\>Choose \\<emph\\>Edit - Find & "
"Replace - Attributes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153840.553.help.text
msgid ""
"\\<variable id=\\\"suchenformat\\\"\\>Choose \\<emph\\>Edit - Find & Replace "
"- Format\\</emph\\> button \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3146971.554.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Similarity search\\</emph\\> check "
"box and \\<emph\\>...\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3153709.572.help.text
msgid ""
"On the \\<emph\\>Table Data\\</emph\\> Bar, click \\<emph\\>Find\\</emph\\> "
"icon - \\<emph\\>Similarity search\\</emph\\> check box - "
"\\<emph\\>...\\</emph\\> button (database table view)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3150749.573.help.text
msgid ""
"On \\<emph\\>Form Design\\</emph\\> Bar, click \\<emph\\>Record "
"Search\\</emph\\> - \\<emph\\>Similarity search\\</emph\\> check box - "
"\\<emph\\>...\\</emph\\> button (form view)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3152960.534.help.text
msgid "Choose \\<emph\\>Edit - Navigator\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3163824.535.help.text
msgid "On \\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3159183.help.text
msgid ""
"\\<image id=\\\"img_id3154508\\\" "
"src=\\\"res/commandimagelist/sc_navigator.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154508\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3147359.536.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000402.xhp#par_id3147359.536.help.text\n"
"Navigator On/Off"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3147338.576.help.text
msgid ""
"\\<variable id=\\\"litdat\\\"\\>Choose \\<emph\\>Tools - Bibliography "
"Database\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3149281.538.help.text
msgid ""
"\\<variable id=\\\"link\\\"\\>Choose \\<emph\\>Edit - "
"Links\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3159339.551.help.text
msgid ""
"\\<variable id=\\\"linkae\\\"\\>Choose \\<emph\\>Edit - Links - Modify "
"Link\\</emph\\> (DDE links only) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3148927.543.help.text
msgid ""
"Select a frame, then choose \\<emph\\>Edit - Object - Properties\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3156315.577.help.text
msgid ""
"Open context menu of selected frame - choose \\<emph\\>Properties\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3151251.545.help.text
msgid ""
"\\<variable id=\\\"plugin\\\"\\>Choose \\<emph\\>Edit - Plug-"
"in\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3156091.546.help.text
msgid ""
"\\<variable id=\\\"imagemap\\\"\\>Choose \\<emph\\>Edit - "
"ImageMap\\</emph\\> (also in context menu of selected object) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3155936.550.help.text
msgid ""
"\\<variable id=\\\"imapeigbea\\\"\\>Choose \\<emph\\>Edit - "
"ImageMap\\</emph\\>, then select a section of the ImageMap and click "
"\\<emph\\>Properties - Description\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3149259.547.help.text
msgid ""
"\\<variable id=\\\"edit1\\\"\\>Choose \\<emph\\>Edit - "
"Object\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3154966.548.help.text
msgid ""
"\\<variable id=\\\"edit2\\\"\\>Choose \\<emph\\>Edit - Object - "
"Edit\\</emph\\>, also in the context menu of selected object \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000402.xhp#par_id3149565.549.help.text
msgid ""
"\\<variable id=\\\"edit3\\\"\\>Choose \\<emph\\>Edit - Object - "
"Open\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000403.xhp#tit.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#hd_id3156304.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000403.xhp#hd_id3156304.1.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3146936.12.help.text
msgid "Choose \\<emph\\>View - Zoom\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3149962.24.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Zoom also with (+) (-) (×) and (÷) on the number "
"keypad \\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>Zoom also "
"with (+) (-) (×) and (÷) on the number keypad "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3152895.13.help.text
msgid "Double click the field on the \\<emph\\>Status\\</emph\\> Bar"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3156183.36.help.text
msgid "Choose \\<emph\\>View - Toolbars\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3166445.15.help.text
msgid ""
"\\<variable id=\\\"funktion\\\"\\>Choose \\<emph\\>View - Toolbars - "
"Standard\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3153748.17.help.text
msgid ""
"\\<variable id=\\\"werkzeug\\\"\\>Choose \\<emph\\>View - Toolbars - "
"Tools\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3154317.18.help.text
msgid ""
"\\<variable id=\\\"task\\\"\\>Choose \\<emph\\>View - Status "
"Bar\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3152780.19.help.text
msgid ""
"\\<variable id=\\\"farbleiste\\\"\\>Choose \\<emph\\>View - Toolbars - Color "
"Bar\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3156113.43.help.text
msgid ""
"\\<variable id=\\\"ime\\\"\\>Choose \\<emph\\>View - Input Method "
"Status\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3157909.32.help.text
msgid ""
"On the \\<emph\\>Hyperlink\\</emph\\> Bar, click the "
"\\<emph\\>Hyperlink\\</emph\\> icon - \\<emph\\>Internet\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3146806.42.help.text
msgid "Choose \\<emph\\>Insert - Hyperlink\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3153717.38.help.text
msgid ""
"\\<variable id=\\\"hypdiamailnews\\\"\\>\\<emph\\>Hyperlink\\</emph\\> Bar - "
"Icon \\<emph\\>Hyperlink\\</emph\\> - Tab \\<emph\\>Mail & "
"News\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3149415.34.help.text
msgid ""
"\\<variable id=\\\"hypdiadok\\\"\\>On the \\<emph\\>Hyperlink\\</emph\\> "
"Bar, click the \\<emph\\>Hyperlink\\</emph\\> icon - "
"\\<emph\\>Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3150129.35.help.text
msgid ""
"\\<variable id=\\\"hypdianeudok\\\"\\>On the \\<emph\\>Hyperlink\\</emph\\> "
"Bar, click the \\<emph\\>Hyperlink\\</emph\\> icon - \\<emph\\>New "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3159269.20.help.text
msgid "Choose \\<emph\\>View - Full Screen\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3149578.25.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+J"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3153257.help.text
msgid ""
"\\<image id=\\\"img_id3148473\\\" "
"src=\\\"res/commandimagelist/sc_fullscreen.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148473\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3153627.44.help.text
msgid "Full Screen On/Off (in Page Preview)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3147559.8.help.text
msgid "If a text document or spreadsheet is open:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3145069.31.help.text
msgid "Menu \\<emph\\>View - Data Sources\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3149046.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000403.xhp#par_id3149046.28.help.text\n"
"F4 key"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3153778.help.text
msgid ""
"\\<image id=\\\"img_id3153524\\\" "
"src=\\\"res/commandimagelist/sc_viewdatasourcebrowser.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153524\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3146908.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000403.xhp#par_id3146908.39.help.text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3154140.9.help.text
msgid "Choose \\<emph\\>View - HTML Source\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3154947.23.help.text
msgid "Open context menu in an HTML document"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3152935.help.text
msgid ""
"\\<image id=\\\"img_id3156422\\\" "
"src=\\\"res/commandimagelist/sc_sourceview.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156422\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_id3144448.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000403.xhp#par_id3144448.11.help.text\n"
"HTML Source"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_idN1091B.help.text
msgid ""
"\\<variable id=\\\"grid\\\"\\>Choose \\<emph\\>View - Grid\\</emph\\> "
"(Impress or Draw) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000403.xhp#par_idN1092E.help.text
msgid ""
"\\<variable id=\\\"guides\\\"\\>Choose \\<emph\\>View - Guides\\</emph\\> "
"(Impress or Draw) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#tit.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#hd_id3156324.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#hd_id3156324.1.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153808.28.help.text
msgid ""
"\\<variable id=\\\"notiz\\\"\\>Choose \\<emph\\>Insert - "
"Note\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3155619.71.help.text
msgid "Choose \\<emph\\>Insert - Picture - Scan\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3150502.30.help.text
msgid "Choose \\<emph\\>Insert - Picture - Scan - Select Source\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3155934.32.help.text
msgid "Choose \\<emph\\>Insert - Picture - Scan - Request\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3143281.34.help.text
msgid "Choose \\<emph\\>Insert - Special Character\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3149525.35.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Choose \\<emph\\>Format - Bullets and Numbering - "
"Customize - Character\\</emph\\> button \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3152372.55.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Choose \\<emph\\>Format - Bullets and Numbering - "
"Customize - Character\\</emph\\> button \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3156560.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3156560.36.help.text\n"
"Open the \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153527.help.text
msgid ""
"\\<image id=\\\"img_id3153748\\\" "
"src=\\\"res/commandimagelist/sc_bullet.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153748\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3149751.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3149751.37.help.text\n"
"Special Character"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN107CD.help.text
msgid ""
"\\<variable id=\\\"moviesound\\\"\\>Choose \\<emph\\>Insert - Movie and "
"Sound\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN1085D.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN1085D.help.text\n"
"Movie and Sound"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3147242.5.help.text
msgid ""
"\\<variable id=\\\"objekteinf\\\"\\>Choose \\<emph\\>Insert - "
"Object\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3152996.6.help.text
msgid "Choose \\<emph\\>Insert - Object - OLE Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3146806.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3146806.7.help.text\n"
"Open the \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3150254.help.text
msgid ""
"\\<image id=\\\"img_id3156305\\\" "
"src=\\\"res/commandimagelist/sc_insobjctrl.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156305\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3145417.8.help.text
msgid "OLE Object"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153087.9.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Choose \\<emph\\>Insert - Object - Plug-"
"in\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3149785.10.help.text
msgid ""
"Open the \\<emph\\>Insert Object\\</emph\\> toolbar from the %PRODUCTNAME "
"Impress \\<emph\\>Tools\\</emph\\> bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3154897.help.text
msgid ""
"\\<image id=\\\"img_id3146847\\\" "
"src=\\\"res/commandimagelist/sc_insertplugin.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146847\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3148474.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3148474.11.help.text\n"
"Plug-in"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153880.53.help.text
msgid "Choose \\<emph\\>Insert - Object - Sound\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3143278.54.help.text
msgid "Choose \\<emph\\>Insert - Object - Video\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153194.12.help.text
msgid "Choose \\<emph\\>Insert - Object - Applet\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3152804.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3152804.13.help.text\n"
"Open the \\<emph\\>Insert Object\\</emph\\> toolbar from the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3152922.help.text
msgid ""
"\\<image id=\\\"img_id3145744\\\" "
"src=\\\"res/commandimagelist/sc_insertapplet.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145744\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3149765.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3149765.14.help.text\n"
"Applet"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3150393.15.help.text
msgid "Choose \\<emph\\>Insert - Object - Formula\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153056.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3153056.16.help.text\n"
"Open the \\<emph\\>Insert \\</emph\\>bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3148559.help.text
msgid ""
"\\<image id=\\\"img_id3149933\\\" "
"src=\\\"res/commandimagelist/sc_insertobjectstarmath.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149933\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3155858.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3155858.17.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153144.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3153144.38.help.text\n"
"Choose \\<emph\\>Format - AutoFormat - AutoFormat Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3147578.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3147578.39.help.text\n"
"Choose \\<emph\\>Insert - Object - Chart - AutoFormat Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3154011.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3154011.40.help.text\n"
"Choose \\<emph\\>Format - AutoFormat - AutoFormat Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3153573.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3153573.41.help.text\n"
"Choose \\<emph\\>Insert - Object - Chart - AutoFormat Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3159179.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3159179.42.help.text\n"
"Choose \\<emph\\>Format - AutoFormat - AutoFormat Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3159196.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3159196.43.help.text\n"
"Choose \\<emph\\>Insert - Object - Chart - AutoFormat Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3149664.18.help.text
msgid "Choose \\<emph\\>Insert - Object - Chart\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3154921.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3154921.19.help.text\n"
"Open the \\<emph\\>Insert \\</emph\\>bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3156005.help.text
msgid ""
"\\<image id=\\\"img_id3153739\\\" "
"src=\\\"res/commandimagelist/sc_drawchart.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153739\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3145749.20.help.text
msgid "Chart"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3155513.44.help.text
msgid "Choose \\<emph\\>Insert - Picture - From File\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3155308.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3155308.45.help.text\n"
"Open the \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3145594.help.text
msgid ""
"\\<image id=\\\"img_id3144764\\\" "
"src=\\\"res/commandimagelist/sc_objectcatalog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3144764\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3149960.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3149960.46.help.text\n"
"From File"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3150037.25.help.text
msgid "Choose \\<emph\\>Insert - Floating Frame\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3083281.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000404.xhp#par_id3083281.26.help.text\n"
"Open the \\<emph\\>Insert Object\\</emph\\> toolbar from the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3168607.help.text
msgid ""
"\\<image id=\\\"img_id3147482\\\" "
"src=\\\"res/commandimagelist/sc_insertobjectfloatingframe.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147482\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3148588.27.help.text
msgid "Floating Frame"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3150396.47.help.text
msgid ""
"\\<variable id=\\\"filterauswahl\\\"\\>Choose \\<emph\\>Insert - Floating "
"Frame\\</emph\\>, after selecting a file \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_id3150571.2.help.text
msgid "Choose \\<emph\\>View - Toolbars - Hyperlink Bar\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10DDC.help.text
msgid ""
"\\<image id=\\\"Graphic2\\\" "
"src=\\\"res/commandimagelist/sc_fontworkgalleryfloater.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10DD1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10DD1.help.text\n"
"Fontwork Gallery"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10EA9.help.text
msgid ""
"\\<image id=\\\"Graphic3\\\" "
"src=\\\"res/commandimagelist/sc_basicshapes.diamond.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10ED8.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10ED8.help.text\n"
"Basic Shapes"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10EEE.help.text
msgid ""
"\\<image id=\\\"Graphic4\\\" "
"src=\\\"res/commandimagelist/sc_symbolshapes.smiley.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10F1D.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10F1D.help.text\n"
"Symbol Shapes"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10F33.help.text
msgid ""
"\\<image id=\\\"Graphic41\\\" "
"src=\\\"res/commandimagelist/sc_arrowshapes.left-right-arrow.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10F62.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10F62.help.text\n"
"Block Arrows"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10F78.help.text
msgid ""
"\\<image id=\\\"Graphic5\\\" "
"src=\\\"res/commandimagelist/sc_flowchartshapes.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10FA7.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10FA7.help.text\n"
"Flowcharts"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10FBD.help.text
msgid ""
"\\<image id=\\\"Graphic6\\\" "
"src=\\\"res/commandimagelist/sc_calloutshapes.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10FEC.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000404.xhp#par_idN10FEC.help.text\n"
"Callouts"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN11002.help.text
msgid ""
"\\<image id=\\\"Graphic7\\\" "
"src=\\\"res/commandimagelist/sc_starshapes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000404.xhp#par_idN11031.help.text
msgid "Stars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000406.xhp#tit.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#hd_id3160447.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000406.xhp#hd_id3160447.1.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3146765.123.help.text
msgid ""
"Choose \\<emph\\>Tools - Gallery\\</emph\\> or on "
"\\<emph\\>Standard\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153323.help.text
msgid ""
"\\<image id=\\\"img_id3154894\\\" "
"src=\\\"res/commandimagelist/sc_gallery.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154894\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153551.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000406.xhp#par_id3153551.127.help.text\n"
"Gallery"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3146957.130.help.text
msgid ""
"\\<variable id=\\\"galleryregisterdateien\\\"\\>Choose \\<emph\\>Tools - "
"Gallery\\</emph\\> or click the \\<emph\\>Gallery \\</emph\\>icon on the "
"\\<emph\\>Standard\\</emph\\> Bar - \\<emph\\>New Theme\\</emph\\> button - "
"\\<emph\\>Files\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153681.128.help.text
msgid ""
"The\\<emph\\> Spellcheck \\</emph\\>dialog only appears when the spellcheck "
"finds an unknown word:"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3166411.2.help.text
msgid "Choose \\<emph\\>Tools - Spellcheck\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148538.69.help.text
msgid "F7 key"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155628.3.help.text
msgid "On \\<emph\\>Standard\\</emph\\> bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153824.help.text
msgid ""
"\\<image id=\\\"img_id3153665\\\" "
"src=\\\"res/commandimagelist/sc_spelling.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153665\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3157809.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000406.xhp#par_id3157809.4.help.text\n"
"Spellcheck"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3156326.164.help.text
msgid ""
"\\<variable id=\\\"hangul\\\"\\>Choose \\<emph\\>Tools - Language - "
"Hangul/Hanja Conversion\\</emph\\> (Asian language support must be enabled) "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN10705.help.text
msgid ""
"\\<variable id=\\\"chinese\\\"\\>Choose \\<emph\\>Tools - Language - Chinese "
"Translation\\</emph\\> (Asian language support must be enabled) "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN1071E.help.text
msgid ""
"\\<variable id=\\\"chineseedit\\\"\\>Choose \\<emph\\>Tools - Language - "
"Chinese Translation\\</emph\\> (Asian language support must be enabled) - "
"\\<emph\\>Edit terms\\</emph\\> button \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155419.5.help.text
msgid ""
"\\<variable id=\\\"rechtschreibungmenue\\\"\\>Choose \\<emph\\>Tools - "
"Spellcheck\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150771.7.help.text
msgid ""
"\\<variable id=\\\"zoptionen\\\"\\>Choose \\<emph\\>Tools - Spellcheck "
"\\</emph\\>- (the dialog only appears if the spellchecker finds an error) "
"then click \\<emph\\>Options\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3151338.8.help.text
msgid "Choose \\<emph\\>Tools - Language - Thesaurus\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149884.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000406.xhp#par_id3149884.70.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F7"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153320.10.help.text
msgid ""
"Choose \\<emph\\>Tools - Eyedropper\\</emph\\> ($[officename] Draw and "
"$[officename] Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN107E9.help.text
msgid ""
"\\<variable id=\\\"mediaplayer\\\"\\>Choose \\<emph\\>Tools - Media "
"Player\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3151385.13.help.text
msgid ""
"\\<variable id=\\\"makro\\\"\\>Choose \\<emph\\>Tools - Macros - Organize "
"Macros - %PRODUCTNAME Basic\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149456.155.help.text
msgid "Choose \\<emph\\>Tools - Macros - Record Macro\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150398.14.help.text
msgid ""
"\\<variable id=\\\"passwort\\\"\\>Choose \\<emph\\>Tools - Macros - Organize "
"Macros - %PRODUCTNAME Basic\\</emph\\>, click the "
"\\<emph\\>Organizer\\</emph\\> button, click the "
"\\<emph\\>Libraries\\</emph\\> tab, and then click the "
"\\<emph\\>Password\\</emph\\> button \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN10843.help.text
msgid ""
"\\<variable id=\\\"packagemanager\\\"\\>Choose \\<emph\\>Tools - Package "
"Manager\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3151106.161.help.text
msgid ""
"\\<variable id=\\\"xmlfilter\\\"\\>Choose \\<emph\\>Tools - XML Filter "
"Settings\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153778.162.help.text
msgid ""
"\\<variable id=\\\"xmlfilteredit\\\"\\>Choose \\<emph\\>Tools - XML Filter "
"Settings\\</emph\\>, the click \\<emph\\>New\\</emph\\> or "
"\\<emph\\>Edit\\</emph\\>. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148979.163.help.text
msgid ""
"\\<variable id=\\\"xmlfiltertest\\\"\\>Choose \\<emph\\>Tools - XML Filter "
"Settings\\</emph\\>, the click \\<emph\\>Test XSLTs\\</emph\\>. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148672.15.help.text
msgid ""
"\\<variable id=\\\"anpassen\\\"\\>Choose \\<emph\\>Tools - "
"Customize\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147230.16.help.text
msgid ""
"\\<variable id=\\\"menue\\\"\\>Choose \\<emph\\>Tools - Customize - "
"Menu\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN108E9.help.text
msgid ""
"\\<variable id=\\\"menuenew\\\"\\>Choose \\<emph\\>Tools - Customize - "
"Menu\\</emph\\> tab, click \\<emph\\>New\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN10919.help.text
msgid ""
"\\<variable id=\\\"menuemove\\\"\\>Choose \\<emph\\>Tools - Customize - "
"Menu\\</emph\\> tab, click \\<emph\\>Menu - Move\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145171.129.help.text
msgid ""
"\\<variable id=\\\"tastatur\\\"\\>Choose \\<emph\\>Tools - Customize - "
"Keyboard\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153968.19.help.text
msgid ""
"\\<variable id=\\\"symbole\\\"\\>Choose \\<emph\\>Tools - Customize - "
"Toolbars\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3151041.20.help.text
msgid ""
"Choose \\<emph\\>Tools - Customize - Toolbars - Customize\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3156293.21.help.text
msgid "Choose \\<emph\\>View - Toolbars - Customize\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3144449.106.help.text
msgid ""
"Open context menu of the toolbars - choose \\<emph\\>Customize\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3144432.22.help.text
msgid ""
"\\<variable id=\\\"events\\\"\\>Choose \\<emph\\>Tools - Customize - "
"Events\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3157895.50.help.text
msgid ""
"\\<variable id=\\\"autokorr\\\"\\>Choose \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153768.51.help.text
msgid ""
"\\<variable id=\\\"autokooptionen\\\"\\>Choose \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>\\<emph\\>- Options\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155368.52.help.text
msgid ""
"\\<variable id=\\\"autokoersetzung\\\"\\>Choose \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>\\<emph\\>- Replace\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155860.53.help.text
msgid ""
"\\<variable id=\\\"autokoausnahmen\\\"\\>Choose \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>\\<emph\\>- Exceptions\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153094.58.help.text
msgid ""
"\\<variable id=\\\"autokotyafz\\\"\\>Choose \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>\\<emph\\>- Custom Quotes\\</emph\\> tab "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153945.114.help.text
msgid ""
"\\<variable id=\\\"autokoworterg\\\"\\>Choose \\<emph\\>Tools - AutoCorrect -"
" Word Completion\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3151352.80.help.text
msgid ""
"\\<variable id=\\\"exopas\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Calc - View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3154127.88.help.text
msgid ""
"\\<variable id=\\\"etoplayout\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Impress/%PRODUCTNAME Draw - View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149664.93.help.text
msgid ""
"\\<variable id=\\\"etotm\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Draw - General\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145112.125.help.text
msgid "Path selection button in various wizards"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153953.126.help.text
msgid ""
"Click \\<emph\\>Edit\\</emph\\> button for a few entries under "
"\\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147295.23.help.text
msgid ""
"\\<variable id=\\\"optionen\\\"\\>Choose \\<emph\\>Tools - "
"Options\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3156006.24.help.text
msgid ""
"\\<variable id=\\\"optionenallgemein\\\"\\>Choose \\<emph\\>Tools - Options -"
" $[officename]\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155308.25.help.text
msgid ""
"\\<variable id=\\\"benutzerdaten\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - User Data\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155312.136.help.text
msgid ""
"\\<variable id=\\\"allg\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - General\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150032.147.help.text
msgid ""
"\\<variable id=\\\"arbeit\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Memory\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3159153.61.help.text
msgid ""
"\\<variable id=\\\"ansicht\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3146927.143.help.text
msgid ""
"\\<variable id=\\\"helper\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - External Programs\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3166413.137.help.text
msgid ""
"\\<variable id=\\\"drucken\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Print\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147330.26.help.text
msgid "Choose \\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150036.54.help.text
msgid "Choose \\<emph\\>Edit - AutoText - Path\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3154696.30.help.text
msgid "Choose \\<emph\\>Tools - Options - $[officename] - Colors\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149581.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000406.xhp#par_id3149581.31.help.text\n"
"Choose \\<emph\\>Format - Area - Colors\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149270.65.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - $[officename] - Colors - Edit\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145729.66.help.text
msgid ""
"Choose \\<emph\\>Format - Area - Colors\\</emph\\> tab\\<emph\\> - "
"Edit\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149488.67.help.text
msgid ""
"Choose \\<emph\\>Format - 3D Effects\\</emph\\> icon on the "
"\\<emph\\>Illumination\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153876.help.text
msgid ""
"\\<image id=\\\"img_id3148386\\\" src=\\\"svx/res/colordlg.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3148386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3151037.68.help.text
msgid "Select color on the \\<emph\\>Color\\</emph\\> tab page"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149403.72.help.text
msgid ""
"\\<variable id=\\\"schriers\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Fonts\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150717.43.help.text
msgid ""
"\\<variable id=\\\"scripting\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Security\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN10C3D.help.text
msgid ""
"\\<variable id=\\\"java\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Java\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3146989.152.help.text
msgid ""
"\\<variable id=\\\"accessibility\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Accessibility\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3144746.153.help.text
msgid ""
"\\<variable id=\\\"appearance\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Appearance\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3152971.158.help.text
msgid ""
"\\<variable id=\\\"networkid\\\"\\>Choose \\<emph\\>Tools - Options - "
"$[officename] - Network Identity\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3156355.32.help.text
msgid ""
"\\<variable id=\\\"landen\\\"\\>Choose \\<emph\\>Tools - Options - "
"Load/Save\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147223.27.help.text
msgid ""
"\\<variable id=\\\"rsave\\\"\\>Choose \\<emph\\>Tools - Options - Load/Save -"
" General\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153958.119.help.text
msgid ""
"\\<variable id=\\\"etsofi\\\"\\>Choose \\<emph\\>Tools - Options - "
"Load/Save\\</emph\\> - \\<emph\\>VBA Properties\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153707.122.help.text
msgid ""
"\\<variable id=\\\"etsofi2\\\"\\>Choose \\<emph\\>Tools - Options - "
"Load/Save\\</emph\\> - \\<emph\\>Microsoft Office\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145667.49.help.text
msgid ""
"\\<variable id=\\\"html\\\"\\>Choose \\<emph\\>Tools - Options - "
"Load/Save\\</emph\\> - \\<emph\\>HTML Compatibility\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3146792.132.help.text
msgid ""
"\\<variable id=\\\"asiatypo\\\"\\>Choose \\<emph\\>Tools - Options - "
"Language Settings\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3157965.131.help.text
msgid ""
"\\<variable id=\\\"sprachen\\\"\\>Choose \\<emph\\>Tools - Options - "
"Language Settings - Languages\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155446.160.help.text
msgid ""
"\\<variable id=\\\"sprachenctl\\\"\\>Choose \\<emph\\>Tools - Options - "
"Language Settings - Languages - Complex Text Layout\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150745.45.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - Language Settings - Languages\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148407.134.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - Language Settings - Writing "
"Aids\\</emph\\>, in the \\<emph\\>Available language modules "
"\\</emph\\>list, select one of the language modules and then click "
"\\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150324.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000406.xhp#par_id3150324.157.help.text\n"
"Choose \\<emph\\>Tools - Options - Language Settings - Writing "
"Aids\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145620.135.help.text
msgid ""
"\\<variable id=\\\"suchja\\\"\\>Choose \\<emph\\>Tools - Options - Language "
"Settings - Searching in Japanese\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147341.133.help.text
msgid ""
"\\<variable id=\\\"asialayout\\\"\\>Choose \\<emph\\>Tools - Options - "
"Language Settings - Asian Layout\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147359.138.help.text
msgid ""
"\\<variable id=\\\"internet\\\"\\>Choose \\<emph\\>Tools - Options - "
"Internet\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3156374.33.help.text
msgid ""
"\\<variable id=\\\"internet1\\\"\\>Choose \\<emph\\>Tools - Options - "
"Internet - Proxy\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3159339.36.help.text
msgid ""
"\\<variable id=\\\"internet4\\\"\\>Choose \\<emph\\>Tools - Options - "
"Internet - Search\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149280.94.help.text
msgid ""
"\\<variable id=\\\"optionentextdokument\\\"\\>Open a text document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN10E4F.help.text
msgid ""
"\\<variable id=\\\"compatibility\\\"\\>Open a text document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"Compatibility\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148929.105.help.text
msgid ""
"\\<variable id=\\\"laden\\\"\\>Open a text document, choose \\<emph\\>Tools -"
" Options - %PRODUCTNAME Writer - General\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN10F2F.help.text
msgid ""
"\\<variable id=\\\"mailmergeemail\\\"\\>Open a text document, choose "
"\\<emph\\>Tools - Mail Merge Wizard\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149825.144.help.text
msgid ""
"\\<variable id=\\\"einfuegenbeschriftung\\\"\\>Open a text document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"AutoCaption\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155333.96.help.text
msgid ""
"\\<variable id=\\\"layout\\\"\\>Open a text document, choose \\<emph\\>Tools "
"- Options - %PRODUCTNAME Writer/%PRODUCTNAME Writer/Web \\</emph\\>- "
"\\<emph\\>View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3146316.100.help.text
msgid ""
"\\<variable id=\\\"registerschattencursor\\\"\\>Open a text document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer/%PRODUCTNAME "
"Writer/Web\\</emph\\> - \\<emph\\>Formatting Aids\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3153534.47.help.text
msgid ""
"\\<variable id=\\\"raster\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer/%PRODUCTNAME Calc/%PRODUCTNAME Writer/Web - "
"Grid\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155961.97.help.text
msgid ""
"Open a text document, choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer "
"- Basic Fonts (Western)\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3159313.151.help.text
msgid ""
"Open a text document, choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer "
"- Basic Fonts (Asian)\\</emph\\> (only available if Asian language support "
"is enabled)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155607.98.help.text
msgid ""
"\\<variable id=\\\"drucken1\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer/ %PRODUCTNAME Writer/Web/%PRODUCTNAME Calc \\</emph\\>- "
"\\<emph\\>Print\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145769.99.help.text
msgid ""
"\\<variable id=\\\"registertabelle\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer/%PRODUCTNAME Writer/Web - Table\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147005.101.help.text
msgid ""
"\\<variable id=\\\"registeraenderungen\\\"\\>Open a text document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"Changes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3159333.48.help.text
msgid ""
"\\<variable id=\\\"webbrowser1\\\"\\>Open an HTML document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer/Web\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149448.139.help.text
msgid ""
"\\<variable id=\\\"hinter\\\"\\>Open an HTML document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer/Web - "
"Background\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149336.78.help.text
msgid ""
"\\<variable id=\\\"tabellendokument\\\"\\>Open a spreadsheet document, "
"choose \\<emph\\>Tools - Options - %PRODUCTNAME "
"Calc\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3152966.81.help.text
msgid ""
"\\<variable id=\\\"tabelleeingabe\\\"\\>Open a spreadsheet document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"General\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149814.79.help.text
msgid ""
"\\<variable id=\\\"tabelleinhalte\\\"\\>Open a spreadsheet document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3154656.84.help.text
msgid ""
"\\<variable id=\\\"exopbe\\\"\\>Open a spreadsheet document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"Calculate\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3152494.82.help.text
msgid ""
"\\<variable id=\\\"exopso\\\"\\>Open a spreadsheet document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - Sort "
"Lists\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149527.83.help.text
msgid ""
"\\<variable id=\\\"listekopieren\\\"\\>Open a spreadsheet document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - Sort Lists - Copy\\</emph\\> "
"button \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3154903.85.help.text
msgid ""
"\\<variable id=\\\"exopaen\\\"\\>Open a spreadsheet document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"Changes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3152582.140.help.text
msgid ""
"\\<variable id=\\\"etotall\\\"\\>Open a presentation document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Impress\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148418.91.help.text
msgid ""
"\\<variable id=\\\"etopsonstiges\\\"\\>Open a presentation document, "
"choose\\<emph\\>Tools - Options - %PRODUCTNAME Impress/%PRODUCTNAME Draw - "
"General\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150380.87.help.text
msgid ""
"\\<variable id=\\\"etopas\\\"\\>Open a presentation document, "
"choose\\<emph\\>Tools - Options - %PRODUCTNAME Impress/%PRODUCTNAME Draw - "
"View\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3166423.89.help.text
msgid ""
"\\<variable id=\\\"etopfe\\\"\\>Open a presentation document, "
"choose\\<emph\\>Tools - Options - %PRODUCTNAME Impress/%PRODUCTNAME Draw - "
"Grid\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3148873.90.help.text
msgid ""
"\\<variable id=\\\"etopdk\\\"\\>Open a presentation document, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Impress/%PRODUCTNAME Draw - "
"Print\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145220.92.help.text
msgid ""
"\\<variable id=\\\"etotallz\\\"\\>Open a drawing document, "
"choose\\<emph\\>Tools - Options - %PRODUCTNAME Draw\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149573.77.help.text
msgid ""
"\\<variable id=\\\"etsodr\\\"\\>Open a Math document, choose\\<emph\\>Tools -"
" Options - %PRODUCTNAME Math\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3145613.112.help.text
msgid ""
"\\<variable id=\\\"formeinst\\\"\\>Open a Math document, "
"choose\\<emph\\>Tools - Options - %PRODUCTNAME Math - "
"Settings\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3155137.111.help.text
msgid ""
"\\<variable id=\\\"diagrfarbe\\\"\\>Choose \\<emph\\>Tools - Options - "
"Charts\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3149211.113.help.text
msgid ""
"\\<variable id=\\\"diagrgfarbe\\\"\\>Choose \\<emph\\>Tools - Options - "
"Charts - Default Colors\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3150862.141.help.text
msgid ""
"\\<variable id=\\\"datenqu\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Base\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_id3147368.142.help.text
msgid ""
"\\<variable id=\\\"verbindungen\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Base - Connections\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000406.xhp#par_idN1120D.help.text
msgid ""
"\\<variable id=\\\"registered\\\"\\>Choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Base - Databases\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000407.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000407.xhp#tit.help.text\n"
"Window Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000407.xhp#hd_id3154349.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000407.xhp#hd_id3154349.1.help.text\n"
"Window Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000407.xhp#par_id3083278.6.help.text
msgid ""
"\\<variable id=\\\"window\\\"\\>Choose \\<emph\\>Window - New "
"Window\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000407.xhp#par_id3154545.13.help.text
msgid ""
"\\<variable id=\\\"liste\\\"\\>Choose \\<emph\\>Window\\</emph\\> - List of "
"open documents\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000408.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000408.xhp#tit.help.text\n"
"Help Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000408.xhp#hd_id3154689.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000408.xhp#hd_id3154689.1.help.text\n"
"Help Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00000408.xhp#par_id3150960.2.help.text
msgid ""
"\\<variable id=\\\"content\\\"\\>Choose \\<emph\\>Help - "
"Contents\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000408.xhp#par_id3147240.14.help.text
msgid ""
"\\<variable id=\\\"infoanwendung\\\"\\>Choose \\<emph\\>Help - About \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</emph\\> \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000408.xhp#par_id3151387.15.help.text
msgid ""
"Automatically after \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> is started first."
msgstr ""

#: helpcontent2/source/text/shared/00/00000408.xhp#par_id3153808.16.help.text
msgid ""
"Choose \\<emph\\>Help - Registration\\</emph\\> (direct link to Web site)"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000409.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#hd_id3149517.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000409.xhp#hd_id3149517.1.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#par_id3156053.2.help.text
msgid "Choose \\<emph\\>Data - Filter - Standard Filter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#par_id3154350.3.help.text
msgid ""
"Database table view: \\<emph\\>Standard Filter\\</emph\\> icon in the "
"\\<emph\\>Database\\</emph\\> Toolbar"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#par_id3154183.4.help.text
msgid ""
"Form view: \\<emph\\>Standard Filter\\</emph\\> icon in the "
"\\<emph\\>Form\\</emph\\> Bar"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#par_id3155619.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_formfiltered.png\\\" "
"id=\\\"img_id3147588\\\"\\>\\<alt "
"id=\\\"alt_id3147588\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000409.xhp#par_id3148731.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000409.xhp#par_id3148731.5.help.text\n"
"Standard Filter"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000450.xhp#tit.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#hd_id3154689.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00000450.xhp#hd_id3154689.1.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3152876.7.help.text
msgid ""
"\\<variable id=\\\"DBTab\\\"\\>In a database file window, choose "
"\\<emph\\>Tools - Table Filter\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3153244.57.help.text
msgid ""
"\\<variable id=\\\"DBAbfragen\\\"\\>\\<emph\\>View - Database Objects - "
"Queries\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3147294.4.help.text
msgid ""
"\\<variable id=\\\"Typ\\\"\\>In a database file window, choose "
"\\<emph\\>Edit - Database - Properties - Advanced Properties\\</emph\\> tab "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3159411.5.help.text
msgid ""
"\\<variable id=\\\"Datenquelle\\\"\\>In a database file window of type ODBC "
"or Address book, choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3149119.6.help.text
msgid ""
"\\<variable id=\\\"Verzeichnis\\\"\\>Path selection button in various "
"Wizards / \\<emph\\>Edit\\</emph\\> Buttons for some entries in "
"\\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3154497.8.help.text
msgid ""
"\\<variable id=\\\"ODBC\\\"\\>In a database file window of type ODBC, choose "
"Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3149355.61.help.text
msgid ""
"\\<variable id=\\\"ldap\\\"\\>In a database file window of type Address book "
"- LDAP, choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3157896.9.help.text
msgid ""
"\\<variable id=\\\"JDBC\\\"\\>In a database file window of type JDBC, choose "
"Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3148548.81.help.text
msgid ""
"\\<variable id=\\\"mysql\\\"\\>In a database file window of type MySQL, "
"choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3149346.10.help.text
msgid ""
"\\<variable id=\\\"dBase\\\"\\>In a database file window of type dBase, "
"choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3147043.11.help.text
msgid ""
"\\<variable id=\\\"dBasein\\\"\\>In a database file window of type dBase, "
"choose Edit - Database - Properties, click "
"\\<emph\\>Indexes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3154317.12.help.text
msgid ""
"\\<variable id=\\\"Text\\\"\\>In a database file window of type Text, choose "
"Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3153311.14.help.text
msgid ""
"\\<variable id=\\\"adabasd\\\"\\>In a database file window of type Adabas D, "
"choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3150774.20.help.text
msgid ""
"\\<variable id=\\\"ADO\\\"\\>In a database file window of type MS ADO, "
"choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3151110.21.help.text
msgid ""
"\\<variable id=\\\"SQLStatement\\\"\\>In a database file window, choose "
"Tools - SQL \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3147209.22.help.text
msgid ""
"\\<variable id=\\\"Abfragen\\\"\\>In a database file window, click the "
"Queries icon \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3153880.62.help.text
msgid ""
"\\<variable id=\\\"Tabellen\\\"\\>In a database file window, click the "
"Tables icon \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3153760.64.help.text
msgid ""
"\\<variable id=\\\"tabellenentwurf\\\"\\>In a database file window, click "
"the Tables icon. Choose Insert -\\<emph\\> Table Design\\</emph\\> or "
"\\<emph\\>Edit - Edit\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3156329.65.help.text
msgid ""
"\\<variable id=\\\"indexentwurf\\\"\\>In a database file window, click the "
"Tables icon. Choose Insert - Table Design or Edit - Edit \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3154047.23.help.text
msgid ""
"\\<variable id=\\\"AbfrageNeu\\\"\\>In a database file window, choose "
"\\<emph\\>Insert - Query (Design view)\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3149579.24.help.text
msgid ""
"\\<variable id=\\\"entwab\\\"\\>In a database file window, click the Queries "
"icon, then choose Edit - Edit \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3149902.25.help.text
msgid ""
"\\<variable id=\\\"FehlendesElement\\\"\\>In a database file window, click "
"the Queries icon, then choose Edit - Edit. When referenced fields no longer "
"exist, you see this dialog \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3159166.26.help.text
msgid ""
"\\<variable id=\\\"Joins\\\"\\>Open query design and choose \\<emph\\>Insert "
"- New Relation\\</emph\\>, or double-click on a connection line between two "
"tables. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3151245.help.text
msgid ""
"\\<image id=\\\"img_id3153063\\\" "
"src=\\\"res/commandimagelist/sc_addtable.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153063\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3153896.41.help.text
msgid "Insert Tables"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3149457.help.text
msgid ""
"\\<image id=\\\"img_id3147282\\\" "
"src=\\\"res/commandimagelist/sc_dbaddrelation.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147282\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3159085.43.help.text
msgid "New Relation"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3150414.47.help.text
msgid ""
"\\<emph\\>Find Record\\</emph\\> icon on the Table Data bar and Form Design "
"bar"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3157962.help.text
msgid ""
"\\<image id=\\\"img_id3145419\\\" "
"src=\\\"res/commandimagelist/sc_recsearch.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145419\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3157322.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000450.xhp#par_id3157322.48.help.text\n"
"Find Record"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3150870.49.help.text
msgid ""
"\\<emph\\>Sort Order\\</emph\\> icon on the Table Data bar and Form Design "
"bar"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3150393.help.text
msgid ""
"\\<image id=\\\"img_id3145606\\\" src=\\\"res/sc10714.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145606\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3145745.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00000450.xhp#par_id3145745.50.help.text\n"
"Sort Order"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3145171.55.help.text
msgid ""
"\\<variable id=\\\"allgemein\\\"\\>In a database file window, choose Edit - "
"Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3159252.63.help.text
msgid ""
"\\<variable id=\\\"tabellecopy\\\"\\>Data source browser: Drag and drop a "
"table on a table container \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3148560.66.help.text
msgid ""
"\\<variable id=\\\"formularneu\\\"\\>In a database file window, "
"choose\\<emph\\> Insert - Form\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3155430.67.help.text
msgid ""
"\\<variable id=\\\"benutzereinstellungen\\\"\\>In a database file window, "
"choose Edit - Database - Properties \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3147441.69.help.text
msgid ""
"\\<variable id=\\\"relationen\\\"\\>In a database file window, choose Edit - "
"Database - Advanced settings \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00000450.xhp#par_id3155307.76.help.text
msgid ""
"\\<variable id=\\\"adabasneu\\\"\\>Button \\<emph\\>New data source - Type "
"tab: Select \"Adabas D\"\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040500.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#hd_id3150347.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040500.xhp#hd_id3150347.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145356.8.help.text
msgid ""
"\\<variable id=\\\"standard\\\"\\>Choose \\<emph\\>Format - Default "
"Formatting\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153244.9.help.text
msgid "Choose \\<emph\\>Format - Character\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3152352.10.help.text
msgid ""
"On \\<emph\\>Text Formatting\\</emph\\> Bar (with cursor in object), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148998.help.text
msgid ""
"\\<image id=\\\"img_id3154894\\\" "
"src=\\\"res/commandimagelist/sc_outlineformat.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154894\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149999.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3149999.11.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153935.12.help.text
msgid "Choose \\<emph\\>Format - Character - Font\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3157958.14.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Font\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155535.15.help.text
msgid "Choose \\<emph\\>Edit - Find & Replace - Format - Font\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155338.16.help.text
msgid ""
"Open context menu of a row header in a database table - choose "
"\\<emph\\>Table Format - Font\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154749.17.help.text
msgid "Choose \\<emph\\>Format - Cell - Font\\</emph\\> tab (spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150355.18.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Character\\</emph\\> tab (Chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149812.19.help.text
msgid ""
"Choose \\<emph\\>Format - Legend - Character\\</emph\\> tab (Chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153717.20.help.text
msgid ""
"Choose \\<emph\\>Format - Axis - Character\\</emph\\> tab (Chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156306.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3156306.199.help.text\n"
"Menu \\<emph\\>Format - Page - Header/Footer\\</emph\\> - "
"\\<emph\\>Edit\\</emph\\> button (spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156003.175.help.text
msgid "Open context menu - choose \\<emph\\>Font\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155829.21.help.text
msgid "Choose \\<emph\\>Format - Character - Font Effects\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149819.23.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Font Effects\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145119.24.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Format - Font Effects\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159158.25.help.text
msgid ""
"Choose \\<emph\\>Format - Character - Font Effect\\</emph\\> tab "
"(presentation and drawing documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159176.200.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3159176.200.help.text\n"
"Menu \\<emph\\>Format - Page - Header/Footer\\</emph\\> - "
"\\<emph\\>Edit\\</emph\\> button (spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153541.181.help.text
msgid "Choose \\<emph\\>Format - Character - Position\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159256.183.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting - \\</emph\\>open context "
"menu and click \\<emph\\>Modify/New - Alignment\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153061.184.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Format - Position\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154905.185.help.text
msgid ""
"Choose \\<emph\\>Format - Character - Position\\</emph\\> tab (presentation "
"and drawing documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3151385.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3151385.201.help.text\n"
"Menu \\<emph\\>Format - Page - Header/Footer\\</emph\\> - "
"\\<emph\\>Edit\\</emph\\> button (spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148550.186.help.text
msgid "Choose \\<emph\\>Format - Character - Asian Layout\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3152811.188.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting - \\</emph\\>open context "
"menu and click \\<emph\\>Modify/New - Asian Layout\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150792.189.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Format - Asian Layout\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153524.190.help.text
msgid ""
"Choose \\<emph\\>Format - Paragraph - Asian Typography\\</emph\\> tab (not "
"in HTML)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154366.191.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>Format - Cell - Asian "
"Typography\\</emph\\> tab \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148742.193.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting - \\</emph\\>open context "
"menu and click \\<emph\\>Modify/New - Asian Typography\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148922.26.help.text
msgid "Choose \\<emph\\>Format - Character - Hyperlink\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145318.27.help.text
msgid ""
"Choose \\<emph\\>Insert - Envelope - Format\\</emph\\> tab, click "
"\\<emph\\>Edit - Character - Hyperlink\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149169.29.help.text
msgid "Choose \\<emph\\>Format - Paragraph\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3151381.30.help.text
msgid ""
"On \\<emph\\>Text Formatting\\</emph\\> bar (with cursor in object), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155995.help.text
msgid ""
"\\<image id=\\\"img_id3150495\\\" "
"src=\\\"res/commandimagelist/sc_paragraphdialog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150495\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147299.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3147299.31.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147289.4.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Alignment\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147352.179.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Alignment\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154987.7.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Format - Alignment\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145662.176.help.text
msgid "Open context menu - choose \\<emph\\>Alignment\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154640.32.help.text
msgid ""
"Choose \\<emph\\>Format - Paragraph - Indents & Spacing\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3152463.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3152463.34.help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Indents & Spacing\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147232.35.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Format - Indents & "
"Spacing\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147220.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3147220.38.help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Indents & Spacing\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154319.39.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Tabs\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154833.41.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Tabs\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159155.43.help.text
msgid "Double-click the ruler"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156105.44.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Borders\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154149.45.help.text
msgid "Choose \\<emph\\>Format - Picture - Borders\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155855.46.help.text
msgid "Choose \\<emph\\>Format - Object - Borders\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3163822.48.help.text
msgid "Choose \\<emph\\>Format - Frame - Borders\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150048.51.help.text
msgid "Choose \\<emph\\>Format - Page - Borders\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149911.53.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Borders\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150094.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3150094.54.help.text\n"
"Choose \\<emph\\>Format - Page - Header - More\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154501.55.help.text
msgid "Choose \\<emph\\>Format - Page - Footer - More\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148455.56.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>Format - Cells - Borders\\</emph\\> "
"tab \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155915.177.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Menu \\<emph\\>Format - Paragraph\\</emph\\> - "
"\\<emph\\>Border\\</emph\\> tab -\\<emph\\> Spacing to "
"contents\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159130.178.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Menu\\<emph\\> Format - Page - Border - Spacing to "
"contents\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155853.57.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147330.58.help.text
msgid "Choose \\<emph\\>Format - Character - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149486.59.help.text
msgid "Choose \\<emph\\>Format - Picture - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150592.61.help.text
msgid "Choose \\<emph\\>Format - Frame - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3151321.65.help.text
msgid "Choose \\<emph\\>Format - Page - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154510.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3154510.68.help.text\n"
"Choose \\<emph\\>Format - Page - Header - More\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159110.69.help.text
msgid "Choose \\<emph\\>Format - Page - Footer - More\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153532.67.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3144747.174.help.text
msgid "Choose \\<emph\\>Insert/Edit - Section - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148496.64.help.text
msgid ""
"Choose \\<emph\\>Insert - Envelope - Format\\</emph\\> tab, click "
"\\<emph\\>Edit - Character - Background\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3146900.71.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>Format - Cells - "
"Background\\</emph\\> tab \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3146791.72.help.text
msgid "Choose \\<emph\\>Format - Page - Organizer\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154482.74.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Organizer\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153357.75.help.text
msgid "Choose \\<emph\\>Format - Page - Page\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154362.77.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Page\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155515.78.help.text
msgid "Choose \\<emph\\>Format - Page - Header\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148405.80.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Header\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145618.81.help.text
msgid "Choose \\<emph\\>Format - Page - Footer\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155175.83.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Footer\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147404.84.help.text
msgid "Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3166447.95.help.text
msgid "F11 key"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3147321.85.help.text
msgid "On \\<emph\\>Formatting\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148533.help.text
msgid ""
"\\<image id=\\\"img_id3149568\\\" src=\\\"res/sc05539.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149568\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153534.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3153534.86.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156091.2.help.text
msgid ""
"\\<variable id=\\\"vorlagen\\\"\\>Choose \\<emph\\>Format - "
"Styles\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159313.88.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\>On the Drawing "
"bar, click\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3109845.help.text
msgid ""
"\\<image id=\\\"img_id3159236\\\" "
"src=\\\"res/commandimagelist/sc_window3d.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159236\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3152498.3.help.text
msgid "\\<emph\\>3D Effects\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145256.90.help.text
msgid ""
"\\<variable id=\\\"3dgeometrie\\\"\\>Choose \\<emph\\>Format - 3D Effects - "
"Geometry\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154203.91.help.text
msgid ""
"\\<variable id=\\\"3ddarstellung\\\"\\>Choose \\<emph\\>Format - 3D Effects -"
" Shading\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3151284.92.help.text
msgid ""
"\\<variable id=\\\"3dbeleuchtung\\\"\\>Choose \\<emph\\>Format - 3D Effects -"
" Illumination\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3152475.93.help.text
msgid ""
"\\<variable id=\\\"3dtexturen\\\"\\>Choose \\<emph\\>Format - 3D Effects - "
"Textures\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154572.94.help.text
msgid ""
"\\<variable id=\\\"3dmaterial\\\"\\>Choose \\<emph\\>Format - 3D Effects - "
"Material\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3145220.155.help.text
msgid "Choose \\<emph\\>Format - Bullets and Numbering \\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148771.156.help.text
msgid "On \\<emph\\>Formatting\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149445.help.text
msgid ""
"\\<image id=\\\"img_id3149964\\\" "
"src=\\\"res/commandimagelist/sc_defaultbullet.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149964\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3157970.163.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3157970.163.help.text\n"
"Bullets On/Off"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149735.157.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering\\</emph\\>. Open "
"\\<emph\\>Options\\</emph\\> tab page"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150785.164.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3150785.164.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Open Styles and Formatting - Presentation Styles - "
"context menu of an Outline Style - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148420.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3148420.165.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Open Styles and Formatting - Numbering Styles - "
"context menu - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148888.158.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering - Bullets\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149917.166.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3149917.166.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Open Styles and Formatting - Presentation Styles - "
"context menu of an Outline Style - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3154930.167.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3154930.167.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Open Styles and Formatting - Numbering Styles - "
"context menu - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3150862.159.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering - Numbering\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155378.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3155378.168.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Open Styles and Formatting - Presentation Styles - "
"context menu of an Outline Style - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156011.169.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3156011.169.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Open Styles and Formatting - Numbering Styles - "
"context menu - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3155848.160.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering - Outline\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3148733.170.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3148733.170.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Open Styles and Formatting - Numbering Styles - "
"context menu - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_idN11069.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering - List Styles\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156658.162.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering\\</emph\\>. Open "
"\\<emph\\>Position\\</emph\\> tab page"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3156170.152.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Choose \\<emph\\>Tools - Outline Numbering - "
"Position\\</emph\\> tab \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153812.173.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Open \\<emph\\>Styles and Formatting - Numbering "
"Styles\\</emph\\> - context menu - choose "
"\\<emph\\>New/Modify\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3151332.194.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Menu \\<emph\\>Format - Picture \\</emph\\>- "
"\\<emph\\>Crop\\</emph\\> tab \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153317.198.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<defaultinline\\>Icon on the "
"\\<emph\\>Picture\\</emph\\> toolbar:\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3149953.help.text
msgid ""
"\\<image id=\\\"img_id3155092\\\" "
"src=\\\"res/commandimagelist/sc_grafattrcrop.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155092\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153695.209.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040500.xhp#par_id3153695.209.help.text\n"
"Crop"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3151254.195.help.text
msgid "Choose \\<emph\\>Format - Change Case\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3159624.196.help.text
msgid ""
"Open context menu (text) - choose \\<emph\\>Case/Characters\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040500.xhp#par_id3153579.197.help.text
msgid "Menu \\<emph\\>Format - Asian phonetic guide\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040501.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#hd_id3145759.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040501.xhp#hd_id3145759.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150156.94.help.text
msgid ""
"\\<variable id=\\\"aupitab\\\"\\>Open \\<emph\\>Form Controls\\</emph\\> "
"toolbar, click \\<emph\\>More Controls\\</emph\\> icon, click "
"\\<emph\\>Table Control\\</emph\\> icon and drag mouse to generate field. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154408.119.help.text
msgid ""
"\\<variable id=\\\"aupitab1\\\"\\>Open \\<emph\\>Form Controls\\</emph\\> "
"toolbar, click \\<emph\\>More Controls\\</emph\\> icon, click "
"\\<emph\\>Table Control\\</emph\\> icon and drag mouse to generate field. No "
"database connection in current form is allowed. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149748.120.help.text
msgid ""
"\\<variable id=\\\"aupitab2\\\"\\>Open \\<emph\\>Form Controls\\</emph\\> "
"toolbar, click \\<emph\\>More Controls\\</emph\\> icon, click "
"\\<emph\\>Table Control\\</emph\\> icon and drag mouse to generate field. "
"Database connection must exist. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156553.95.help.text
msgid ""
"\\<variable id=\\\"aupikomli\\\"\\>Open Form Controls toolbar, click "
"\\<emph\\>Combo Box\\</emph\\> or \\<emph\\>List Box\\</emph\\> icon and "
"drag mouse to generate field. Database connection must exist in the form. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148825.121.help.text
msgid ""
"\\<variable id=\\\"aupikomli1\\\"\\>Open Form Controls toolbar, click "
"\\<emph\\>Combo Box\\</emph\\> or \\<emph\\>List Box\\</emph\\> icon and "
"drag mouse to generate field. Database connection must exist in the form: "
"Wizard - Page 1. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155434.122.help.text
msgid ""
"\\<variable id=\\\"aupikomli2\\\"\\>Open Form Controls toolbar, click "
"\\<emph\\>Combo Box\\</emph\\> or \\<emph\\>List Box\\</emph\\> icon and "
"drag mouse to generate field. Database connection must exist in the form: "
"Wizard - Page 2. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151378.123.help.text
msgid ""
"\\<variable id=\\\"aupikomli3a\\\"\\>Open Form Controls toolbar, click "
"\\<emph\\>List Box\\</emph\\> icon and drag mouse to generate field. "
"Database connection must exist in the form: Wizard - Page 3. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151246.124.help.text
msgid ""
"\\<variable id=\\\"aupikomli3b\\\"\\>Open Form Controls toolbar, click "
"\\<emph\\>Combo Box\\</emph\\> icon and drag mouse to generate field. "
"Database connection must exist in the form: Wizard - Page 3. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154923.2.help.text
msgid "Open \\<emph\\>Toolbox\\</emph\\> bar in Basic dialog editor, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151054.help.text
msgid ""
"\\<image id=\\\"img_id3150865\\\" "
"src=\\\"res/commandimagelist/sc_showpropbrowser.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150865\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154836.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3154836.4.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149292.74.help.text
msgid ""
"Open context menu of a selected form element - choose "
"\\<emph\\>Form\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152933.help.text
msgid ""
"\\<image id=\\\"img_id3148676\\\" "
"src=\\\"res/commandimagelist/sc_formproperties.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3148676\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3144760.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3144760.76.help.text\n"
"Form"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150447.97.help.text
msgid ""
"Open context menu of a selected form element - choose \\<emph\\>Form - "
"General\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3144448.98.help.text
msgid ""
"Open Form Controls toolbar or Form Design toolbar, click "
"\\<emph\\>Form\\</emph\\> icon - \\<emph\\>General\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145786.100.help.text
msgid ""
"Open context menu of a selected form element - choose \\<emph\\>Form - "
"Data\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3158156.101.help.text
msgid ""
"Open Form Controls toolbar or Form Design toolbar, click \\<emph\\>Form "
"\\</emph\\>icon - \\<emph\\>Data\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145364.103.help.text
msgid ""
"Open context menu of a selected form element - choose \\<emph\\>Form - "
"Events\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153575.104.help.text
msgid ""
"Open Form Controls toolbar or Form Design toolbar, click \\<emph\\>Form "
"\\</emph\\>icon - \\<emph\\>Events\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3147234.78.help.text
msgid ""
"Open context menu of a selected form element - choose "
"\\<emph\\>Control\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153953.help.text
msgid ""
"\\<image id=\\\"img_id3149064\\\" "
"src=\\\"res/commandimagelist/sc_showbrowser.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149064\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156442.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3156442.80.help.text\n"
"Control"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153943.106.help.text
msgid ""
"Open context menu of a selected form element - choose \\<emph\\>Control - "
"General\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3159198.107.help.text
msgid ""
"Open Form Controls toolbar or Form Design toolbar, click "
"\\<emph\\>Control\\</emph\\> icon - \\<emph\\>General\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153203.109.help.text
msgid ""
"Open context menu of a selected form element - choose \\<emph\\>Control - "
"Data\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150048.110.help.text
msgid ""
"Open Form Controls toolbar or Form Design toolbar, click "
"\\<emph\\>Control\\</emph\\> icon - \\<emph\\>Data\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153334.112.help.text
msgid ""
"Open context menu of a selected form element - choose \\<emph\\>Control - "
"Events\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153744.113.help.text
msgid ""
"Open Form Controls toolbar or Form Design toolbar, click "
"\\<emph\\>Control\\</emph\\> icon - \\<emph\\>Events\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3157874.help.text
msgid ""
"\\<image id=\\\"img_id3159345\\\" "
"src=\\\"res/commandimagelist/sc_tabdialog.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159345\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3146926.82.help.text
msgid "Activation Order"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156439.help.text
msgid ""
"\\<image id=\\\"img_id3153530\\\" "
"src=\\\"res/commandimagelist/sc_addfield.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153530\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3144747.84.help.text
msgid "Add Field"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150749.help.text
msgid ""
"\\<image id=\\\"img_id3157869\\\" "
"src=\\\"res/commandimagelist/sc_showfmexplorer.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3157869\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3147237.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3147237.88.help.text\n"
"Form Navigator"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156056.help.text
msgid ""
"\\<image id=\\\"img_id3154508\\\" "
"src=\\\"res/commandimagelist/sc_testmode.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154508\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153767.86.help.text
msgid "Design Mode on/off"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148828.114.help.text
msgid ""
"Open Form Navigator - select form - open context menu - choose "
"\\<emph\\>Open in design mode\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149822.help.text
msgid ""
"\\<image id=\\\"img_id3151189\\\" "
"src=\\\"res/commandimagelist/sc_openreadonly.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151189\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3147321.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3147321.116.help.text\n"
"Open in Design Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3147533.117.help.text
msgid "Open Form Design toolbar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152948.help.text
msgid ""
"\\<image id=\\\"img_id3156375\\\" "
"src=\\\"res/commandimagelist/sc_usewizards.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156375\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155939.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3155939.118.help.text\n"
"Wizards On/Off"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3147244.5.help.text
msgid ""
"Choose \\<emph\\>Format - Arrange\\</emph\\> ($[officename] Writer, "
"$[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3159334.125.help.text
msgid ""
"Open context menu - choose \\<emph\\>Arrange\\</emph\\> ($[officename] "
"Impress, $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154023.6.help.text
msgid "Choose \\<emph\\>Modify - Arrange\\</emph\\> ($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155578.help.text
msgid ""
"\\<image id=\\\"img_id3109842\\\" "
"src=\\\"res/commandimagelist/sc_bringtofront.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3109842\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152496.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3152496.8.help.text\n"
"Arrange"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148459.9.help.text
msgid ""
"Choose \\<emph\\>Format - Arrange - Bring to Front\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148425.10.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - Bring to Front\\</emph\\> ($[officename] "
"Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153268.89.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+plus sign ($[officename] Impress, "
"$[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154206.126.help.text
msgid ""
"Open context menu - choose \\<emph\\>Arrange - Bring to Front\\</emph\\> "
"($[officename] Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151213.help.text
msgid ""
"\\<image id=\\\"img_id3145220\\\" "
"src=\\\"res/commandimagelist/sc_bringtofront.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145220\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149571.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3149571.12.help.text\n"
"Bring to Front"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3147092.13.help.text
msgid ""
"Choose \\<emph\\>Format - Arrange - Bring Forward\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148396.14.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - Bring Forward\\</emph\\> ($[officename] "
"Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149528.90.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+plus sign ($[officename] Impress, "
"$[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154658.127.help.text
msgid ""
"Open context menu - choose \\<emph\\>Arrange - Bring Forward\\</emph\\> "
"($[officename] Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3159121.help.text
msgid ""
"\\<image id=\\\"img_id3156142\\\" "
"src=\\\"res/commandimagelist/sc_forward.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156142\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155848.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3155848.69.help.text\n"
"Bring Forward"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154815.15.help.text
msgid ""
"Choose \\<emph\\>Format - Arrange - Send Backward\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150428.16.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - Send Backward\\</emph\\> ($[officename] "
"Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156064.91.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+minus sign ($[officename] Impress, "
"$[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3159107.128.help.text
msgid ""
"Open context menu - choose \\<emph\\>Arrange - Send Backward\\</emph\\> "
"($[officename] Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152994.help.text
msgid ""
"\\<image id=\\\"img_id3163723\\\" "
"src=\\\"res/commandimagelist/sc_backward.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3163723\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152795.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3152795.70.help.text\n"
"Send Backward"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149493.17.help.text
msgid ""
"Choose \\<emph\\>Format - Arrange - Send to Back\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148595.18.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - Send to Back\\</emph\\> ($[officename] "
"Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150690.92.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+minus sign ($[officename] Impress, "
"$[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154486.129.help.text
msgid ""
"Open context menu - choose \\<emph\\>Arrange - Send to Back\\</emph\\> "
"($[officename] Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145384.help.text
msgid ""
"\\<image id=\\\"img_id3153813\\\" "
"src=\\\"res/commandimagelist/sc_sendtoback.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153813\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155260.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3155260.20.help.text\n"
"Send to Back"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145410.21.help.text
msgid "Choose \\<emph\\>Format - Arrange - To Foreground\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149408.help.text
msgid ""
"\\<image id=\\\"img_id3155129\\\" "
"src=\\\"res/commandimagelist/sc_setobjecttoforeground.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155129\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153607.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3153607.24.help.text\n"
"To Foreground"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3159626.25.help.text
msgid "Choose \\<emph\\>Format - Arrange - To Background\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153815.help.text
msgid ""
"\\<image id=\\\"img_id3154954\\\" "
"src=\\\"res/commandimagelist/sc_setobjecttobackground.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154954\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152900.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3152900.28.help.text\n"
"To Background"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3146854.29.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment\\</emph\\> ($[officename] Writer, "
"$[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153914.56.help.text
msgid ""
"Choose \\<emph\\>Modify - Alignment\\</emph\\> (objects selected) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153185.130.help.text
msgid ""
"Open context menu - choose \\<emph\\>Alignment\\</emph\\> (objects selected) "
"($[officename] Impress, $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3168611.30.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Left\\</emph\\> ($[officename] Writer, "
"$[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3083450.57.help.text
msgid ""
"Choose \\<emph\\>Modify - Alignment - Left\\</emph\\> (selected objects) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150257.131.help.text
msgid ""
"Open context menu - choose \\<emph\\>Alignment - Left\\</emph\\> (objects "
"selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3146786.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3146786.31.help.text\n"
"On \\<emph\\>Align\\</emph\\> toolbar ($[officename] Impress, $[officename] "
"Draw), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153373.help.text
msgid ""
"\\<image id=\\\"img_id3159209\\\" "
"src=\\\"res/commandimagelist/sc_objectalign.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159209\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151231.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3151231.33.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150268.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3150268.34.help.text\n"
"Choose \\<emph\\>Format - Alignment - Centered\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3157978.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3157978.59.help.text\n"
"Choose \\<emph\\>Modify - Alignment - Centered\\</emph\\> (objects selected) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150139.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3150139.35.help.text\n"
"On \\<emph\\>Align\\</emph\\> toolbar ($[officename] Impress, $[officename] "
"Draw), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149519.help.text
msgid ""
"\\<image id=\\\"img_id3143222\\\" "
"src=\\\"res/commandimagelist/sc_alignmiddle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3143222\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150704.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3150704.36.help.text\n"
"Centered"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156546.37.help.text
msgid "Choose \\<emph\\>Format - Alignment - Right\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145073.61.help.text
msgid ""
"Choose \\<emph\\>Modify - Alignment - Right\\</emph\\> (objects selected) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3146953.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3146953.38.help.text\n"
"On \\<emph\\>Align\\</emph\\> toolbar ($[officename] Impress, $[officename] "
"Draw), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155436.help.text
msgid ""
"\\<image id=\\\"img_id3153283\\\" "
"src=\\\"res/commandimagelist/sc_objectalignright.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153283\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150834.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3150834.39.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153109.40.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Top\\</emph\\> ($[officename] Writer, "
"$[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150213.63.help.text
msgid ""
"Choose \\<emph\\>Modify - Alignment - Top\\</emph\\> (objects selected) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155093.134.help.text
msgid ""
"Open context menu - choose \\<emph\\>Alignment - Top\\</emph\\> (objects "
"selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151303.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3151303.41.help.text\n"
"On \\<emph\\>Align\\</emph\\> toolbar ($[officename] Impress, $[officename] "
"Draw), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155386.help.text
msgid ""
"\\<image id=\\\"img_id3155542\\\" "
"src=\\\"res/commandimagelist/sc_alignup.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155542\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3157550.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3157550.42.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153976.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3153976.43.help.text\n"
"Choose \\<emph\\>Format - Alignment - Centered\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153246.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3153246.65.help.text\n"
"Choose \\<emph\\>Modify - Alignment - Centered\\</emph\\> (objects selected) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154614.135.help.text
msgid ""
"Open context menu - choose \\<emph\\>Alignment - Centered\\</emph\\> "
"(objects selected) ($[officename] Impress, $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149196.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3149196.44.help.text\n"
"On \\<emph\\>Align\\</emph\\> toolbar ($[officename] Impress, $[officename] "
"Draw), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145755.help.text
msgid ""
"\\<image id=\\\"img_id3146776\\\" "
"src=\\\"res/commandimagelist/sc_aligncenter.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146776\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3146943.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3146943.45.help.text\n"
"Centered"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149896.46.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Bottom\\</emph\\> ($[officename] "
"Writer, $[officename] Calc)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3156049.67.help.text
msgid ""
"Choose \\<emph\\>Modify - Alignment - Bottom\\</emph\\> (objects selected) "
"($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3152545.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3152545.47.help.text\n"
"On \\<emph\\>Align\\</emph\\> toolbar ($[officename] Impress, $[officename] "
"Draw), click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154057.help.text
msgid ""
"\\<image id=\\\"img_id3147267\\\" "
"src=\\\"res/commandimagelist/sc_aligndown.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147267\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145601.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3145601.48.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3145197.49.help.text
msgid "Choose \\<emph\\>Format - Anchor\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3151122.help.text
msgid ""
"\\<image id=\\\"img_id3145357\\\" "
"src=\\\"res/commandimagelist/sc_toggleanchortype.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145357\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3154763.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040501.xhp#par_id3154763.51.help.text\n"
"Change Anchor"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3148899.52.help.text
msgid ""
"\\<variable id=\\\"anseite\\\"\\>Choose \\<emph\\>Format - Anchor - To "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3149342.53.help.text
msgid ""
"\\<variable id=\\\"amabsatz\\\"\\>Choose \\<emph\\>Format - Anchor - To "
"Paragraph\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3155147.54.help.text
msgid ""
"\\<variable id=\\\"amzeichen\\\"\\>Choose \\<emph\\>Format - Anchor - To "
"Character\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3153042.72.help.text
msgid ""
"\\<variable id=\\\"alszeichen\\\"\\>Choose \\<emph\\>Format - Anchor - As "
"Character\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3146964.71.help.text
msgid ""
"\\<variable id=\\\"amrahmen\\\"\\>Choose \\<emph\\>Format - Anchor - To "
"Frame\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040501.xhp#par_id3150781.55.help.text
msgid ""
"\\<variable id=\\\"anderzelle\\\"\\>Choose \\<emph\\>Format - Anchor - To "
"Cell\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040502.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#hd_id3149741.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040502.xhp#hd_id3149741.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146857.2.help.text
msgid "Choose \\<emph\\>Format - Line\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148668.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3148668.3.help.text\n"
"On \\<emph\\>Line and Filling\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148889.help.text
msgid ""
"\\<image id=\\\"img_id3150669\\\" "
"src=\\\"res/commandimagelist/sc_formatline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150669\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3159147.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3159147.4.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154285.5.help.text
msgid "Choose \\<emph\\>Format - Line - Line\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147335.7.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Line\\</emph\\> tab (presentation "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156023.8.help.text
msgid "Choose \\<emph\\>Format - Title - Borders\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153061.9.help.text
msgid "Choose \\<emph\\>Format - Legend - Borders\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155922.10.help.text
msgid "Choose \\<emph\\>Format - Axis - Line\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147559.11.help.text
msgid "Choose \\<emph\\>Format - Grid - Line\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154758.12.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Wall - Borders\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153960.13.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Floor - Borders\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154939.14.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Area - Borders\\</emph\\> tab (charts)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151293.15.help.text
msgid ""
"\\<variable id=\\\"linienstile\\\"\\>Choose \\<emph\\>Format - Line - Line "
"Styles\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149317.16.help.text
msgid ""
"\\<variable id=\\\"linienenden\\\"\\>Choose \\<emph\\>Format - Line - Arrow "
"Styles\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156082.17.help.text
msgid "Choose \\<emph\\>Format - Area\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148922.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3148922.18.help.text\n"
"On \\<emph\\>Line and Filling\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156424.help.text
msgid ""
"\\<image id=\\\"img_id3150868\\\" "
"src=\\\"res/commandimagelist/sc_fillstyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150868\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150393.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3150393.19.help.text\n"
"Area"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154948.20.help.text
msgid "Choose \\<emph\\>Format - Area - Area\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145607.22.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu and choose \\<emph\\>Modify/New - Area\\</emph\\> tab (presentation "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152922.23.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Area\\</emph\\> tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3157894.24.help.text
msgid ""
"Choose \\<emph\\>Format - Legend - Area\\</emph\\> tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3144444.25.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Wall - Area\\</emph\\> tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156543.26.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Floor - Area\\</emph\\> tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150685.27.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Area - Area\\</emph\\> tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149664.120.help.text
msgid ""
"Choose \\<emph\\>Format - Page - Background\\</emph\\> tab (in $[officename] "
"Impress and $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3163820.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3163820.28.help.text\n"
"Choose \\<emph\\>Format - Area - Colors\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152462.29.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - $[officename] - Colors\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154985.141.help.text
msgid ""
"Choose \\<emph\\>Format - Area - Transparency\\</emph\\> tab (drawing "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145365.142.help.text
msgid ""
"Choose \\<emph\\>Format - Area - Transparency\\</emph\\> tab (presentation "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151117.143.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Wall - Transparency\\</emph\\> tab (chart "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147326.144.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Area - Transparency\\</emph\\> tab (chart "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154920.145.help.text
msgid ""
"Choose \\<emph\\>Format - Chart Floor - Transparency\\</emph\\> tab (chart "
"documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145591.146.help.text
msgid ""
"Choose \\<emph\\>Format - Title - All Titles - Transparency\\</emph\\> tab "
"(chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145750.147.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Main Title - Transparency \\</emph\\>tab "
"(chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148556.148.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Subtitle - Transparency\\</emph\\> tab "
"(chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3163710.149.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Title (X Axis) - Transparency\\</emph\\> "
"tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150487.150.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Title (Y Axis) - Transparency\\</emph\\> "
"tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154320.151.help.text
msgid ""
"Choose \\<emph\\>Format - Title - Title (Z Axis) - Transparency\\</emph\\> "
"tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151113.152.help.text
msgid ""
"Choose \\<emph\\>Format - Object Properties - Data Point - "
"Transparency\\</emph\\> - tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149266.153.help.text
msgid ""
"Choose \\<emph\\>Format - Object Properties - Data Row - "
"Transparency\\</emph\\> tab (chart documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150011.30.help.text
msgid ""
"\\<variable id=\\\"schatte\\\"\\>Choose \\<emph\\>Format - Area - "
"Shadow\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147441.31.help.text
msgid ""
"\\<variable id=\\\"verlauf\\\"\\>Choose \\<emph\\>Format - Area - "
"Gradients\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155308.32.help.text
msgid ""
"\\<variable id=\\\"schraffur\\\"\\>Choose \\<emph\\>Format - Area - "
"Hatching\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145800.33.help.text
msgid ""
"\\<variable id=\\\"bitmap\\\"\\>Choose \\<emph\\>Format - Area - "
"Bitmaps\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145251.34.help.text
msgid ""
"\\<variable id=\\\"formattext\\\"\\>Choose \\<emph\\>Format - "
"Text\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152810.35.help.text
msgid ""
"\\<variable id=\\\"text\\\"\\>Choose \\<emph\\>Format - Text - "
"Text\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151060.36.help.text
msgid ""
"\\<variable id=\\\"laufext\\\"\\>Choose \\<emph\\>Format - Text - Text "
"Animation\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149911.37.help.text
msgid "Choose \\<emph\\>Format - Position and Size\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156286.89.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>F4 "
"key \\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>F4 key "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153052.help.text
msgid ""
"\\<image id=\\\"img_id3150965\\\" "
"src=\\\"res/commandimagelist/sc_transformdialog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150965\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149938.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3149938.39.help.text\n"
"Position and Size"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153216.171.help.text
msgid ""
"Choose \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\"
"\"\\>\\<emph\\>Format\\</emph\\>\\</caseinline\\>\\<default"
"inline\\>\\<emph\\>"
"Modify\\</emph\\>\\</defaultinline\\>\\</switchinline\\>\\<emph\\>- Name "
"Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148833.170.help.text
msgid ""
"Open the context menu for the object - choose \\<emph\\>Name "
"Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153099.40.help.text
msgid ""
"\\<variable id=\\\"position2\\\"\\>Choose \\<emph\\>Format - Position and "
"Size - Position and Size\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152973.42.help.text
msgid "Choose \\<emph\\>Format - Position and Size - Rotation\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148495.help.text
msgid ""
"\\<image id=\\\"img_id3146898\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectrotatemode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146898\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146790.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3146790.44.help.text\n"
"Rotate"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145666.45.help.text
msgid ""
"\\<variable id=\\\"ecke\\\"\\>Choose \\<emph\\>Format - Position and Size - "
"Slant & Corner Radius\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146081.46.help.text
msgid ""
"\\<variable id=\\\"legende\\\"\\>Choose \\<emph\\>Format - Position and Size "
"- Legend\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3083283.172.help.text
msgid "Choose \\<emph\\>Edit - Points\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145642.47.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Open context menu - choose \\<emph\\>Edit "
"Points\\</emph\\>\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>Open context "
"menu - choose \\<emph\\>Edit "
"Points\\</emph\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149019.90.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>F8 "
"key \\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>F8 key "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150044.help.text
msgid ""
"\\<image id=\\\"img_id3147100\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectbeziermode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147100\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153966.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3153966.49.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151248.50.help.text
msgid "Choose \\<emph\\>Format - Character\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145229.121.help.text
msgid "Open context menu - choose \\<emph\\>Character\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151342.122.help.text
msgid "Open context menu - choose \\<emph\\>Size\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149255.123.help.text
msgid "Open context menu - choose \\<emph\\>Style\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146313.53.help.text
msgid "Choose \\<emph\\>Format - Style - Bold\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155177.124.help.text
msgid "Open context menu - choose \\<emph\\>Style - Bold\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145766.help.text
msgid ""
"\\<image id=\\\"img_id3156558\\\" "
"src=\\\"res/commandimagelist/sc_bold.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156558\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147001.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3147001.55.help.text\n"
"Bold"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147244.56.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Italic\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151276.125.help.text
msgid "Open context menu - choose \\<emph\\>Style - Italic\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3159091.help.text
msgid ""
"\\<image id=\\\"img_id3155578\\\" "
"src=\\\"res/commandimagelist/sc_italic.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155578\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150234.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3150234.58.help.text\n"
"Italic"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3148684.59.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Underline\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154589.126.help.text
msgid "open context menu - choose \\<emph\\>Style - Underline\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145223.help.text
msgid ""
"\\<image id=\\\"img_id3151068\\\" "
"src=\\\"res/commandimagelist/sc_underline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151068\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154715.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3154715.88.help.text\n"
"Underline"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149814.60.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Strikethrough\\</emph\\> (drawing "
"functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145131.127.help.text
msgid "Open context menu - choose \\<emph\\>Style - Strikethrough\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149336.61.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Shadow\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3158214.128.help.text
msgid "Open context menu - choose \\<emph\\>Style - Shadow\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147508.62.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Contour\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150207.129.help.text
msgid "open context menu - choose \\<emph\\>Style - Contour\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150367.63.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Superscript\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154383.130.help.text
msgid "Open context menu - choose \\<emph\\>Style - Superscript\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149914.64.help.text
msgid ""
"Choose \\<emph\\>Format - Style - Subscript\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152767.131.help.text
msgid "Open context menu - choose \\<emph\\>Style - Subscript\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155751.65.help.text
msgid "Choose \\<emph\\>Format - Line Spacing\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155377.132.help.text
msgid "Open context menu - choose \\<emph\\>Line Spacing\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156065.66.help.text
msgid ""
"Choose \\<emph\\>Format - Line Spacing - Single\\</emph\\> (drawing "
"functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154475.133.help.text
msgid "Open context menu - choose \\<emph\\>Line Spacing - Single\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150201.67.help.text
msgid ""
"Choose \\<emph\\>Format - Line Spacing - 1.5 Lines\\</emph\\> (drawing "
"functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150478.134.help.text
msgid ""
"Open context menu - choose \\<emph\\>Line Spacing - 1.5 Lines\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149490.68.help.text
msgid ""
"Choose \\<emph\\>Format - Line Spacing - Double\\</emph\\> (drawing "
"functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147167.135.help.text
msgid "Open context menu - choose \\<emph\\>Line Spacing - Double\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146978.69.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Left\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153009.136.help.text
msgid "Open context menu - choose \\<emph\\>Alignment - Left\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3147310.help.text
msgid ""
"\\<image id=\\\"img_id3155370\\\" "
"src=\\\"res/commandimagelist/sc_alignleft.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155370\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151336.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3151336.71.help.text\n"
"Align Left"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155823.72.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Right\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155762.137.help.text
msgid "Open context menu - choose \\<emph\\>Alignment - Right\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149408.help.text
msgid ""
"\\<image id=\\\"img_id3154421\\\" "
"src=\\\"res/commandimagelist/sc_alignright.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154421\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153607.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3153607.74.help.text\n"
"Align Right"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149189.75.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Centered\\</emph\\> (drawing functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154624.138.help.text
msgid "Open context menu - choose \\<emph\\>Alignment - Center\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153815.help.text
msgid ""
"\\<image id=\\\"img_id3149757\\\" "
"src=\\\"res/commandimagelist/sc_centerpara.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149757\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153076.77.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Align Center Horizontally "
"\\</caseinline\\>\\<defaultinl"
"ine\\>Centered\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146151.78.help.text
msgid ""
"Choose \\<emph\\>Format - Alignment - Justified\\</emph\\> (drawing "
"functions)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3168612.139.help.text
msgid "Open context menu - choose \\<emph\\>Alignment - Justified\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156189.help.text
msgid ""
"\\<image id=\\\"img_id3145308\\\" "
"src=\\\"res/commandimagelist/sc_justifypara.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145308\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153131.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3153131.80.help.text\n"
"Justified"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3150527.81.help.text
msgid ""
"\\<variable id=\\\"font\\\"\\>Click \\<emph\\>Fontwork\\</emph\\> icon on "
"Drawing bar \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3144503.103.help.text
msgid "Choose \\<emph\\>Format - Group\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3154854.140.help.text
msgid "Open context menu - choose \\<emph\\>Group\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3157985.83.help.text
msgid ""
"Choose \\<emph\\>Format - Group - Group\\</emph\\> (text documents, "
"spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3157980.104.help.text
msgid "Choose \\<emph\\>Modify - Group\\</emph\\> (drawing documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149508.84.help.text
msgid ""
"Open context menu - choose \\<emph\\>Group - Group\\</emph\\> (form objects)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146858.help.text
msgid ""
"\\<image id=\\\"img_id3154344\\\" "
"src=\\\"res/commandimagelist/sc_formatgroup.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154344\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149593.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3149593.113.help.text\n"
"Group"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153023.85.help.text
msgid ""
"Choose \\<emph\\>Format - Group - Ungroup\\</emph\\> (text documents, "
"spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3163378.105.help.text
msgid "Choose \\<emph\\>Modify - Ungroup\\</emph\\> (drawing documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3156038.86.help.text
msgid "Open context menu - choose \\<emph\\>Ungroup\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3151300.help.text
msgid ""
"\\<image id=\\\"img_id3150831\\\" "
"src=\\\"res/commandimagelist/sc_formatungroup.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150831\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3146894.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3146894.115.help.text\n"
"Ungroup"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3153109.106.help.text
msgid ""
"Choose \\<emph\\>Format - Group - Exit Group\\</emph\\> (text documents, "
"spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145678.107.help.text
msgid "Choose \\<emph\\>Modify - Exit Group\\</emph\\> (drawing documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152367.108.help.text
msgid "Open context menu - choose \\<emph\\>Exit Group\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3158402.help.text
msgid ""
"\\<image id=\\\"img_id3149422\\\" "
"src=\\\"res/commandimagelist/sc_leavegroup.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149422\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3155347.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3155347.117.help.text\n"
"Exit Group"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149129.109.help.text
msgid ""
"Choose \\<emph\\>Format - Group - Enter Group\\</emph\\> (text documents, "
"spreadsheets)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3145354.110.help.text
msgid "Choose \\<emph\\>Modify - Enter Group\\</emph\\> (drawing documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3149946.111.help.text
msgid "Open context menu - choose \\<emph\\>Enter Group\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152388.help.text
msgid ""
"\\<image id=\\\"img_id3149900\\\" "
"src=\\\"res/commandimagelist/sc_entergroup.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149900\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040502.xhp#par_id3152547.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040502.xhp#par_id3152547.119.help.text\n"
"Enter Group"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040503.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#hd_id3155757.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/00040503.xhp#hd_id3155757.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3147294.2.help.text
msgid "Choose \\<emph\\>Format - Row - Height\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3149551.3.help.text
msgid ""
"Open context menu of a row header in an open database table - choose "
"\\<emph\\>Row Height\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3153136.4.help.text
msgid "Choose \\<emph\\>Format - Column - Width\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3150756.5.help.text
msgid ""
"Open context menu of a column header in a database table - choose "
"\\<emph\\>Column Width\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3148668.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>Format - Cells - Numbers\\</emph\\> "
"tab\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3152349.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Choose \\<emph\\>Format - Styles and "
"Formatting\\</emph\\> - open context menu and choose \\<emph\\>Modify/New - "
"Numbers\\</emph\\> tab\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3161459.14.help.text
msgid ""
"Open context menu for a column header in an open database table - choose "
"\\<emph\\>Column Format - Format\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3147531.15.help.text
msgid ""
"Choose \\<emph\\>Format - Axis - Y Axis - Numbers\\</emph\\> tab (Chart "
"Documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3150823.32.help.text
msgid ""
"Also as \\<emph\\>Number Format\\</emph\\> dialog for tables and fields in "
"text documents: Choose \\<emph\\>Format - Number Format\\</emph\\>, or "
"choose \\<emph\\>Insert - Fields - Other - Variables\\</emph\\> tab and "
"select \"Additional formats\" in the \\<emph\\>Format\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3154923.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CHART\\\"\\>Choose \\<emph\\>Format - Title - Main Title - "
"Alignment\\</emph\\> tab\\</caseinline\\>\\<defaultinline\\>Choose "
"\\<emph\\>Format - Cells - Alignment\\</emph\\> "
"tab\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3149457.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<defaultinline\\>Open context menu "
"of a column header in a database table - choose \\<emph\\>Column Format - "
"Alignment\\</emph\\> tab\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3150400.8.help.text
msgid ""
"\\<variable id=\\\"tabform\\\"\\>Open context menu of a row header in a "
"database table - choose \\<emph\\>Table Format\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3149650.33.help.text
msgid ""
"\\<variable id=\\\"spaltform\\\"\\>Open context menu of a column header in a "
"database table - choose \\<emph\\>Column Format\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3153799.34.help.text
msgid ""
"\\<variable id=\\\"zeilenloeschen\\\"\\>Context menu for a row header in an "
"open database table - \\<emph\\>Delete Rows\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3150495.16.help.text
msgid "Choose \\<emph\\>Modify - Flip\\</emph\\> ($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3155742.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040503.xhp#par_id3155742.17.help.text\n"
"Choose \\<emph\\>Format - Graphics - Graphics\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3158407.35.help.text
msgid ""
"Open context menu - choose \\<emph\\>Flip\\</emph\\> (presentation documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3150290.20.help.text
msgid ""
"Choose \\<emph\\>Modify - Flip - Vertically\\</emph\\> ($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3153179.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/00040503.xhp#par_id3153179.21.help.text\n"
"Choose \\<emph\\>Format - Graphics - Graphics\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3157960.36.help.text
msgid ""
"Open context menu - choose \\<emph\\>Flip - Vertically\\</emph\\> "
"(presentation documents)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3153369.26.help.text
msgid ""
"Choose \\<emph\\>Modify - Flip - Horizontally\\</emph\\> ($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3147348.27.help.text
msgid ""
"Choose \\<emph\\>Format - Graphics, and then click the Graphics\\</emph\\> "
"tab"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3156106.42.help.text
msgid "Choose \\<emph\\>Format - Flip - Horizontally\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3152578.37.help.text
msgid ""
"Right-click a selected object, and then choose \\<emph\\>Flip - "
"Horizontally\\</emph\\> ($[officename] Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3147318.38.help.text
msgid ""
"Choose \\<emph\\>Modify - Distribution\\</emph\\> ($[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/shared/00/00040503.xhp#par_id3149064.39.help.text
msgid ""
"Open context menu - choose \\<emph\\>Distribution\\</emph\\> ($[officename] "
"Impress)"
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01000000.xhp#tit.help.text\n"
"Showing and Hiding Docked Windows"
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#hd_id3085157.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01000000.xhp#hd_id3085157.1.help.text\n"
"Showing and Hiding Docked Windows"
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#par_id3149948.2.help.text
msgid ""
"Every \\<link href=\\\"text/shared/00/00000005.xhp#andocken\\\" "
"name=\\\"docked\\\"\\>docked\\</link\\> window has an icon to control the "
"display properties of the window."
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#par_id3150502.3.help.text
msgid "To show or hide a docked window, click the icon."
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#hd_id3150465.13.help.text
msgid "AutoShow and AutoHide Docked Windows"
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#par_id3155504.14.help.text
msgid "You can click the edge of a hidden docked window to open the window."
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#par_id3153257.15.help.text
msgid ""
"The docked window closes automatically when you move the mouse pointer "
"outside of the window."
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#par_id3154046.16.help.text
msgid ""
"Multiple docked windows act as a single window in AutoShow/AutoHide mode."
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#hd_id3145416.18.help.text
msgid "Drag and Drop"
msgstr ""

#: helpcontent2/source/text/shared/00/01000000.xhp#par_id3149578.19.help.text
msgid ""
"If you drag an object over the edge of a hidden docked window, the window "
"opens in AutoShow mode."
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01010000.xhp#tit.help.text\n"
"Gallery context menu"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3150672.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3150672.1.help.text\n"
"Gallery context menu"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3145356.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3145356.2.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3083278.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_MN_ADDMENU\\\" "
"visibility=\\\"visible\\\"\\>Defines how a selected graphic object is "
"inserted into a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3153899.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3153899.4.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3156053.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_MN_ADD\\\" visibility=\\\"visible\\\"\\>Inserts "
"a copy of the selected graphic object directly into the "
"document.\\</ahelp\\> No link with the original graphic exists. Documents "
"saved after using \"Copy\" require more storage space than using \"Link\"."
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3151191.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3151191.6.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3149038.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_MN_ADD_LINK\\\" "
"visibility=\\\"visible\\\"\\>Inserts the selected graphic as a "
"link.\\</ahelp\\> A linked graphic object is a reference to the original. "
"The advantage of a link is that it requires less storage space than as a "
"\"copy\" of the original."
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3147588.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>Background\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3150445.9.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>Specifies how the background graphic is "
"anchored.\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3146938.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>Page\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3150483.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>Anchors the graphic to the page.\\</caseinline\\> "
"\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3145129.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>Paragraph\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3157896.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>Anchors the graphic to a paragraph.\\</caseinline\\> "
"\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3149346.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/01010000.xhp#hd_id3149346.14.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3158428.15.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_GALLERY_MN_PREVIEW\\\"\\>The\\<emph\\> Preview "
"\\</emph\\>command displays the selected graphic.\\</ahelp\\> Select "
"\\<emph\\>Preview\\</emph\\> again to restore the original view. You can "
"also switch Preview on or off by double-clicking on the graphic or pressing "
"the space bar."
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3159233.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/01010000.xhp#hd_id3159233.18.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3154522.19.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_GALLERY_TITLE:EDT_TITLE\\\" "
"visibility=\\\"visible\\\"\\>Assigns a title to a selected Gallery "
"object.\\</ahelp\\> The Gallery theme must not be write protected. The title "
"will be set when you close the \\<emph\\>Enter Title\\</emph\\> dialog with "
"OK. With linked objects, the source path appears after the title, within "
"brackets."
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#hd_id3145314.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/00/01010000.xhp#hd_id3145314.16.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/00/01010000.xhp#par_id3149750.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_MN_DELETE\\\" "
"visibility=\\\"visible\\\"\\>Deletes the selected graphic after "
"confirmation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01020000.xhp#tit.help.text\n"
"Context Menu of Web Pages in Read-Only Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3158397.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3158397.1.help.text\n"
"Context Menu of Web Pages in Read-Only Mode"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3151370.2.help.text
msgid ""
"The type and order of the context menu commands varies depending on the "
"object selected when you open the context menu, and on whether the document "
"is read-only or in the edit mode."
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3147446.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3147446.3.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3156184.4.help.text
msgid ""
"The\\<emph\\> Open \\</emph\\>command opens the link that the mouse pointer "
"is hovering over."
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3147090.5.help.text
msgid "Open in a new window"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3147617.6.help.text
msgid ""
"The\\<emph\\> Open in a new window command \\</emph\\>opens the link that "
"the mouse pointer is hovering over in a new window."
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3150431.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3150431.9.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3156324.10.help.text
msgid ""
"Use the\\<emph\\> Edit\\</emph\\> command to activate the edit mode. The "
"edit mode can also be selected by clicking \\<emph\\>Edit File\\</emph\\> on "
"the \\<emph\\>Standard\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3151387.17.help.text
msgid "Save Graphics"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3145348.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_SAVEGRAPHIC\\\"\\>Opens a dialog where you "
"can save the selected graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3150603.30.help.text
msgid "Copy Link"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3151262.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_COPYLINK\\\"\\>Copies the link at the mouse "
"pointer to the clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3150445.20.help.text
msgid "Copy Graphic"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3155934.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_COPYGRAPHIC\\\"\\>Copies a selected graphic "
"to the clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3143281.21.help.text
msgid "Load Graphics"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3145629.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_LOADGRAPHIC\\\"\\>If you have deactivated "
"the graphics display, choose the\\<emph\\> Load Graphics \\</emph\\>command "
"to make them visible.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3152594.23.help.text
msgid "Graphics Off"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3150902.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_GRAPHICOFF\\\"\\>Sets all graphics in the "
"document to be invisible.\\</ahelp\\> This speeds up the screen display."
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3154927.25.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>Plug-"
"Ins Off\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3153910.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_PLUGINOFF\\\"\\>Disables inserted plug-"
"ins.\\</ahelp\\> Click this command again to reactivate the \\<link "
"href=\\\"text/shared/00/00000002.xhp#plugin\\\" name=\\\"plug-ins\\\"\\>plug-"
"ins\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#hd_id3154751.27.help.text
msgid "Save Background"
msgstr ""

#: helpcontent2/source/text/shared/00/01020000.xhp#par_id3148548.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_READONLY_SAVEBACKGROUND\\\"\\>Allows you to save the "
"background of a Web page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01050000.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3158397.1.help.text
msgid ""
"\\<link href=\\\"text/shared/00/01050000.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#par_id3159242.2.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TABPAGE_RID_SVXTABPAGE_GALLERY_GENERAL\\\"\\>The\\<emph\\> "
"General \\</emph\\>tab page lists the general properties of the current "
"theme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3150264.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3150264.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#par_id3154094.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_EDIT_RID_SVXTABPAGE_GALLERY_GENERAL_EDT_MS_NAME\\\"\\>Displays "
"the name of the theme.\\</ahelp\\> If no name has been assigned, you can "
"type a new name in the text box."
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3147089.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3147089.5.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#par_id3145071.6.help.text
msgid "Specifies the object type. "
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3147576.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/00/01050000.xhp#hd_id3147576.7.help.text\n"
"Location"
msgstr ""

#: helpcontent2/source/text/shared/00/01050000.xhp#par_id3146797.8.help.text
msgid "Specifies the complete object path."
msgstr ""

#: helpcontent2/source/text/shared/00/icon_alt.xhp#tit.help.text
msgid "Standard Icons Alt Texts to be Embedded"
msgstr ""

#: helpcontent2/source/text/shared/00/icon_alt.xhp#par_idN10546.help.text
msgid "\\<variable id=\\\"alt_icon\\\"\\>Icon \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/icon_alt.xhp#par_idN10555.help.text
msgid "\\<variable id=\\\"alt_warning\\\"\\>Warning Icon \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/icon_alt.xhp#par_idN10564.help.text
msgid "\\<variable id=\\\"alt_tip\\\"\\>Tip Icon \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/00/icon_alt.xhp#par_idN10573.help.text
msgid "\\<variable id=\\\"alt_note\\\"\\>Note Icon \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010000.xhp#tit.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#hd_id3154788.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010000.xhp\\\" "
"name=\\\"New\\\"\\>New\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3145669.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AddDirect\\\"\\>Creates a new $[officename] "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3149182.115.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TBXCONTROL_FILENEW\\\" "
"visibility=\\\"hidden\\\"\\>Creates a new $[officename] document. Click the "
"arrow to select the document type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3153528.81.help.text
msgid ""
"If you want to create a document from a template, choose \\<emph\\>New - "
"\\</emph\\>\\<link href=\\\"text/shared/01/01010100.xhp\\\" "
"name=\\\"Templates and Documents\\\"\\>\\<emph\\>Templates and "
"Documents\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3147009.82.help.text
msgid ""
"A template is a file that contains the design elements for a document, "
"including formatting styles, backgrounds, frames, graphics, fields, page "
"layout, and text."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3147242.112.help.text
msgid "\\<emph\\>Icon\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3149580.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3149580.113.help.text\n"
"\\<emph\\>Name\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3153258.114.help.text
msgid "\\<emph\\>Function\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3145317.help.text
msgid ""
"\\<image id=\\\"img_id3153821\\\" src=\\\"res/sx03251.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153821\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3153349.61.help.text
msgid "Text Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3156153.62.help.text
msgid "Creates a new text document ($[officename] Writer)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3145121.help.text
msgid ""
"\\<image id=\\\"img_id3150503\\\" src=\\\"res/sx03250.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150503\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3148552.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3148552.63.help.text\n"
"Spreadsheet"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154280.64.help.text
msgid "Creates a new spreadsheet document ($[officename] Calc)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3149456.help.text
msgid ""
"\\<image id=\\\"img_id3148663\\\" src=\\\"res/sx03249.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148663\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3153798.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3153798.65.help.text\n"
"Presentation"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154946.66.help.text
msgid ""
"Creates a new presentation document ($[officename] Impress). The \\<link "
"href=\\\"text/shared/autopi/01050000.xhp\\\" name=\\\"Presentation "
"Wizard\\\"\\>Presentation Wizard\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3150495.help.text
msgid ""
"\\<image id=\\\"img_id3154329\\\" src=\\\"res/sx03246.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154329\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154217.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3154217.99.help.text\n"
"Drawing"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3149167.100.help.text
msgid "Creates a new drawing document ($[officename] Draw)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN1089C.help.text
msgid ""
"\\<image id=\\\"Graphic3\\\" src=\\\"res/sx03245.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN108CB.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010000.xhp#par_idN108CB.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN108D0.help.text
msgid ""
"Opens the \\<link "
"href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\> to create a \\<link "
"href=\\\"text/shared/explorer/database/dabadoc.xhp\\\"\\>database "
"file\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3159149.help.text
msgid ""
"\\<image id=\\\"img_id3150868\\\" src=\\\"res/sx03139.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150868\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154298.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3154298.79.help.text\n"
"HTML Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3152460.80.help.text
msgid "Creates a new HTML document."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN107BF.help.text
msgid ""
"\\<image id=\\\"Graphic2\\\" src=\\\"res/sx03251.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN107F0.help.text
msgid "XML Form Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN107F5.help.text
msgid ""
"Creates a new \\<link "
"href=\\\"text/shared/guide/xforms.xhp\\\"\\>XForms\\</link\\> document."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3147426.help.text
msgid ""
"\\<image id=\\\"img_id3163710\\\" src=\\\"res/sx03248.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3163710\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3152938.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3152938.89.help.text\n"
"Master Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3150961.90.help.text
msgid ""
"Creates a new \\<link href=\\\"text/shared/01/01010001.xhp\\\" "
"name=\\\"master document\\\"\\>master document\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3155854.help.text
msgid ""
"\\<image id=\\\"img_id3147317\\\" src=\\\"res/sx03247.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147317\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3155511.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3155511.77.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3150872.78.help.text
msgid "Creates a new formula document ($[officename] Math)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154145.help.text
msgid ""
"\\<image id=\\\"img_id3083443\\\" src=\\\"res/sx03255.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3083443\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3149417.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3149417.105.help.text\n"
"Labels"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3148388.106.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/01010200.xhp\\\" "
"name=\\\"Labels\\\"\\>Labels\\</link\\> dialog where you can set the options "
"for your labels, and then creates a new text document for the labels "
"($[officename] Writer)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3155415.help.text
msgid ""
"\\<image id=\\\"img_id3156283\\\" src=\\\"res/sx03255.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156283\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3150592.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3150592.107.help.text\n"
"Business Cards"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3150968.108.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/01010300.xhp\\\" name=\\\"Business "
"Cards\\\"\\>Business Cards\\</link\\> dialog where you can set the options "
"for your business cards, and then creates a new text document ($[officename] "
"Writer)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154729.help.text
msgid ""
"\\<image id=\\\"img_id3150422\\\" src=\\\"res/sx03242.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150422\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3154510.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010000.xhp#par_id3154510.69.help.text\n"
"Templates and Documents"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_id3155603.70.help.text
msgid ""
"Creates a new document using an existing \\<link "
"href=\\\"text/shared/01/01010100.xhp\\\" "
"name=\\\"template\\\"\\>template\\</link\\> or opens a sample document."
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN1096F.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/doc_open.xhp\\\"\\>Opening "
"documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN109E7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new text "
"document ($[officename] Writer).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN109FE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new spreadsheet "
"document ($[officename] Calc).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A15.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new "
"presentation document ($[officename] Impress). The Presentation Wizard "
"dialog appears.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A2C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new drawing "
"document ($[officename] Draw).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A43.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens the Database Wizard "
"to create a database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A5A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new HTML "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A71.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new XForms "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A88.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new master "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10A9F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new formula "
"document ($[officename] Math).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10AB6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens the Labels dialog "
"where you can set the options for your labels, and then creates a new text "
"document for the labels ($[officename] Writer).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10ACD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens the Business Cards "
"dialog where you can set the options for your business cards, and then "
"creates a new text document ($[officename] Writer).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010000.xhp#par_idN10AE4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Creates a new document "
"using an existing template or opens a sample document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010001.xhp#tit.help.text\n"
"Master Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01010001.xhp#hd_id3153514.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010001.xhp\\\" name=\\\"Master "
"Document\\\"\\>Master Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010001.xhp#par_id3154682.2.help.text
msgid ""
"Use a \\<emph\\>Master Document\\</emph\\> to organize complex projects, "
"such as a book.\\<ahelp hid=\\\"\\\"\\> A \\<emph\\>Master "
"Document\\</emph\\> can contain the individual files for each chapter of a "
"book, as well as a table of contents, and an index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010001.xhp#par_id3149828.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02110000.xhp\\\" name=\\\"Navigator for "
"Master Documents\\\"\\>Navigator for Master Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010100.xhp#tit.help.text\n"
"Templates and Documents"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3152937.99.help.text
msgid ""
"\\<variable id=\\\"vor_und_dok\\\"\\>\\<link "
"href=\\\"text/shared/01/01010100.xhp\\\" name=\\\"Templates and "
"Documents\\\"\\>Templates and Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3148520.117.help.text
msgid ""
"The \\<emph\\>Templates and Documents\\</emph\\> dialog allows you to manage "
"your templates and sample documents."
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3157898.118.help.text
msgid ""
"To open the \\<emph\\>Templates and Documents\\</emph\\> dialog, do one of "
"the following:"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3156414.125.help.text
msgid "Choose \\<emph\\>File - New - Templates and Documents\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3153114.126.help.text
msgid "Press Shift+Ctrl+N."
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3159234.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3159234.5.help.text\n"
"Categories"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3157958.6.help.text
msgid ""
"Categories are shown in the box on the left side of the\\<emph\\> Templates "
"and Documents\\</emph\\> dialog. Click a category to display the files "
"associated with that category in the \\<emph\\>Title \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149388.100.help.text
msgid "Title Box"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3150355.101.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_FILEVIEW\\\"\\>Lists the available "
"templates or documents for the selected category. Select a template or "
"document and, then click \\<emph\\>Open\\</emph\\>. To preview the document, "
"click the \\<emph\\>Preview\\</emph\\> button above the box on the "
"right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3152996.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3152996.102.help.text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3153257.help.text
msgid ""
"\\<image id=\\\"img_id3149784\\\" src=\\\"res/sc06301.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149784\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3153822.103.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_TB_BACK\\\"\\>Moves back to the previous "
"window in the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3148685.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3148685.104.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3156152.help.text
msgid ""
"\\<image id=\\\"img_id3149762\\\" src=\\\"svtools/res/up_small.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149762\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3156024.105.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_TB_PREV\\\"\\>Moves up one folder level, if "
"available.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3147264.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3147264.106.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3154346.help.text
msgid ""
"\\<image id=\\\"img_id3148663\\\" "
"src=\\\"res/commandimagelist/sc_print.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148663\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3150359.107.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_TB_PRINT\\\"\\>Prints the selected template "
"or document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149651.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149651.9.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3148799.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_TB_PRINT\\\"\\>Allows you to preview the "
"template or document, as well as view the document properties.\\</ahelp\\> "
"To preview the template or document, click the \\<emph\\>Preview\\</emph\\> "
"icon at the top of the Preview box on the right side of the dialog. To view "
"the properties of the document, click the \\<emph\\>Document "
"Properties\\</emph\\> icon at the top of the Preview box."
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149807.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149807.108.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3150741.help.text
msgid ""
"\\<image id=\\\"img_id3148451\\\" src=\\\"svtools/res/preview_small.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148451\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3151043.109.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_TB_PREVIEW\\\"\\>Allows you to preview the "
"selected template or document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3145606.110.help.text
msgid "Document Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3147353.help.text
msgid ""
"\\<image id=\\\"img_id3153367\\\" src=\\\"svtools/res/info_small.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153367\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3153210.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATEDLG_TB_DOCINFO\\\"\\>Displays the properties "
"for the selected template or document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3153142.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3153142.111.help.text\n"
"Organize"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3156441.112.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_MANAGE\\\""
"\\>Adds, removes, or rearranges templates or sample documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149483.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3149483.113.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3154470.114.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_EDIT\\\"\\>Opens "
"the selected template for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#hd_id3147428.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010100.xhp#hd_id3147428.115.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3148617.116.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_DOCTEMPLATE_BTN_DOCTEMPLATE_EDIT\\\"\\>Opens "
"the selected document or creates a document based on the selected "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3155306.98.help.text
msgid ""
"To add another folder to the template path, choose \\<link "
"href=\\\"text/shared/optionen/01010300.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - Paths\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"Paths\\</emph\\>\\</link\\>, and then enter the path."
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3149379.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" name=\\\"File "
"properties\\\"\\>File properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010100.xhp#par_id3147396.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010100.xhp#par_id3147396.help.text\n"
"\\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"Template "
"Management\\\"\\>Template Management\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010200.xhp#tit.help.text\n"
"Labels"
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#hd_id3154788.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010200.xhp\\\" "
"name=\\\"Labels\\\"\\>Labels\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#par_id3145071.2.help.text
msgid ""
"\\<variable id=\\\"etikett\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertLabels\\\"\\>Allows you to create labels. Labels are "
"created in a text document.\\</ahelp\\> You can print labels using a pre-"
"defined or a custom paper format.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#par_id3145314.3.help.text
msgid "You can also print a single label or an entire sheet of labels."
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#hd_id3145383.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010200.xhp#hd_id3145383.7.help.text\n"
"New Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#par_id3154810.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LABEL_INSERT\\\"\\>Creates a new document entitled "
"\"Label1\" for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010200.xhp#par_id3144438.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/labels.xhp\\\" name=\\\"Creating "
"labels\\\"\\>Creating labels\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010201.xhp#tit.help.text\n"
"Labels"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3149987.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010201.xhp\\\" "
"name=\\\"Labels\\\"\\>Labels\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3152952.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LAB_LAB\\\"\\>Specify the label text and choose the "
"paper size for the label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3158397.3.help.text
msgid "Inscription"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3154350.4.help.text
msgid "Enter or insert the text that you want to appear on the label(s)."
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3147294.5.help.text
msgid "Label text"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3150838.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW_MULTILINEEDIT_TP_LAB_LAB_EDT_WRITING\\\"\\>Enter the "
"text that you want to appear on the label. You can also insert a database "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3150603.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3150603.7.help.text\n"
"Address"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3153089.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_LAB_LAB_BOX_ADDR\\\"\\>Creates a label with "
"your return address. Text that is currently in the \\<emph\\>Label "
"text\\</emph\\> box is overwritten.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3155555.9.help.text
msgid ""
"To change your return address, choose \\<link "
"href=\\\"text/shared/optionen/01010100.xhp\\\" name=\\\"Tools - Options - "
"%PRODUCTNAME\\\"\\>\\<emph\\>Tools - Options - \\</emph\\>\\<emph\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</emph\\>\\</link\\>, "
"and then click on the \\<emph\\>User Data\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3147557.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3147557.10.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3148620.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_LAB_LAB_LB_DATABASE\\\"\\>Select the database "
"that you want to use as the data source for your label. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3149388.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3149388.12.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3149827.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_LAB_LAB_LB_TABLE\\\"\\>Select the database "
"table containing the field(s) that you want to use in your label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3155391.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3155391.14.help.text\n"
"Database field"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3149750.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW_IMAGEBUTTON_TP_LAB_LAB_BTN_INSERT\\\"\\>Select the "
"database field that you want, and then click the arrow to the left of this "
"box to insert the field into the \\<emph\\>Label text\\</emph\\> "
"box.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3152780.16.help.text
msgid ""
"The name of the database field is bounded by brackets in the \\<emph\\>Label "
"text\\</emph\\> box. If you want, you can separate database fields with "
"spaces. Press Enter to insert a database field on a new line."
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3147653.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3147653.17.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3149762.18.help.text
msgid ""
"You can select a pre-defined size format for your label or a size format "
"that you specify on the \\<emph\\>Format \\</emph\\>tab.."
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3154143.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3154143.19.help.text\n"
"Continuous"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3151339.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_CONT\\\"\\>Prints labels on "
"continuous paper.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3150131.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3150131.21.help.text\n"
"Sheet"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3159167.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_LAB_LAB_BTN_SHEET\\\"\\>Prints labels on "
"individual sheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3156327.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3156327.23.help.text\n"
"Brand"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3150466.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_LAB_LAB_BOX_MAKE\\\"\\>Select the brand of "
"paper that you want to use.\\</ahelp\\> Each brand has its own size formats."
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3153821.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3153821.25.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3149235.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_LAB_LAB_BOX_TYPE\\\"\\>Select the size format "
"that you want to use. The available formats depend on the brand on what you "
"selected in the \\<emph\\>Brand\\</emph\\> list. If you want to use a custom "
"label format, select \\<emph\\>[User]\\</emph\\>, and then click the \\<link "
"href=\\\"text/shared/01/01010202.xhp\\\" "
"name=\\\"Format\\\"\\>\\<emph\\>Format\\</emph\\>\\</link\\> tab to define "
"the format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#hd_id3153828.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010201.xhp#hd_id3153828.27.help.text\n"
"Info"
msgstr ""

#: helpcontent2/source/text/shared/01/01010201.xhp#par_id3152349.28.help.text
msgid ""
"The paper type and the dimensions of the label are displayed at the bottom "
"of the \\<emph\\>Format\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010202.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3151260.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010202.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LAB_FMT\\\"\\>Set paper formatting options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3159194.3.help.text
msgid "Horizontal pitch"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3154186.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LAB_FMT:FLD_HDIST\\\"\\>Displays the "
"distance between the left edges of adjacent labels or business cards. If you "
"are defining a custom format, enter a value here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3155555.5.help.text
msgid "Vertical pitch"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3152425.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LAB_FMT:FLD_VDIST\\\"\\>Displays the "
"distance between the upper edge of a label or a business card and the upper "
"edge of the label or the business card directly below. If you are defining a "
"custom format, enter a value here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3147399.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3147399.7.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3147576.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LAB_FMT:FLD_WIDTH\\\"\\>Displays the "
"width for the label or the business card. If you are defining a custom "
"format, enter a value here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3150774.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3150774.9.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3149827.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LAB_FMT:FLD_HEIGHT\\\"\\>Displays the "
"height for the label or business card. If you are defining a custom format, "
"enter a value here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3149182.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010202.xhp#hd_id3149182.11.help.text\n"
"Left margin"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3154823.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LAB_FMT:FLD_LEFT\\\"\\>Displays the "
"distance from the left edge of the page to the left edge of the first label "
"or business card. If you are defining a custom format, enter a value "
"here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3156346.13.help.text
msgid "Upper margin"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3150355.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LAB_FMT:FLD_UPPER\\\"\\>Displays distance "
"from the top edge of the page to the top of the first label or business "
"card. If you are defining a custom format, enter a value here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3147573.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010202.xhp#hd_id3147573.15.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3153252.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_COLUMNS\\\"\\>Enter the "
"number of labels or business cards that you want to span the width of the "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3154143.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010202.xhp#hd_id3154143.17.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3145119.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_LAB_FMT:FLD_ROWS\\\"\\>Enter the number "
"of labels or business cards that you want to span the height of the "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3147336.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010202.xhp#hd_id3147336.19.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3156152.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_LAB_FMT_PB_SAVE\\\"\\>Saves the current "
"label or business card format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3146773.21.help.text
msgid "Save Label Format"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3154897.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010202.xhp#hd_id3154897.23.help.text\n"
"Brand"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3155421.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_DLG_SAVE_LABEL_CB_MAKE\\\"\\>Enter or select "
"the desired brand.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#hd_id3155180.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010202.xhp#hd_id3155180.25.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/01010202.xhp#par_id3159158.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_DLG_SAVE_LABEL_ED_TYPE\\\"\\>Enter or select a "
"label type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010203.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3155599.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010203.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3154497.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LAB_PRT\\\" visibility=\\\"visible\\\"\\>Sets "
"additional options for your labels or business cards, including text "
"synchronization and printer settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3150713.3.help.text
msgid "Entire Page"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3155355.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_PAGE\\\" "
"visibility=\\\"visible\\\"\\>Creates a full page of  labels or business "
"cards.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3146958.5.help.text
msgid "Single Label"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3155535.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_LAB_PRT:BTN_SINGLE\\\" "
"visibility=\\\"visible\\\"\\>Prints a single label or  business card on a "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3148621.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3148621.7.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3145345.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_COL\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of labels or business cards "
"that you want to have in a row on your page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3149398.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3149398.9.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3166410.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_LAB_PRT:FLD_ROW\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of rows of labels or business "
"cards that you want to have on your page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3149237.15.help.text
msgid "Synchronize contents"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3155342.16.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW:CHECKBOX:TP_LAB_PRT:CB_SYNCHRON\\\"\\>Allows you to edit a single "
"label or business card and updates the contents of the remaining labels or "
"business cards on the page when you click the \\<emph\\>Synchronize Labels "
"\\</emph\\>button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3149164.18.help.text
msgid "Synchronize Labels"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3148474.17.help.text
msgid ""
"The \\<emph\\>Synchronize labels \\</emph\\>button only appears in your "
"document if you selected the \\<emph\\>Synchronize contents \\</emph\\>on "
"the\\<emph\\> Options tab \\</emph\\>when you created the labels or business "
"cards."
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3149762.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_SYNC_BTN:BTN_SYNC\\\" "
"visibility=\\\"visible\\\"\\>Copies the contents of the top left label or "
"business card to the remaining labels or business cards on the "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3150504.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010203.xhp#hd_id3150504.11.help.text\n"
"Printer"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3148990.12.help.text
msgid "Displays the name of the currently selected printer."
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#hd_id3153127.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010203.xhp#hd_id3153127.13.help.text\n"
"Setup"
msgstr ""

#: helpcontent2/source/text/shared/01/01010203.xhp#par_id3144438.14.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW:PUSHBUTTON:TP_LAB_PRT:BTN_PRTSETUP\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Setup\\\"\\>Printer Setup\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010300.xhp#tit.help.text
msgid "Business cards"
msgstr ""

#: helpcontent2/source/text/shared/01/01010300.xhp#hd_id3149038.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010300.xhp\\\" name=\\\"Business "
"cards\\\"\\>Business cards\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010300.xhp#par_id3149987.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertBusinessCard\\\"\\>Design and create your own "
"business cards.\\</ahelp\\> You can choose from a number of pre-defined size "
"formats or create your own."
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010301.xhp#tit.help.text\n"
"Medium"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3148765.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010301.xhp\\\" "
"name=\\\"Medium\\\"\\>Medium\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3150278.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Select the size of your "
"business card from a number of pre-defined size formats, or a size format "
"that you specify on the \\<emph\\>Format \\</emph\\>tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3149991.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3149991.3.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3147543.4.help.text
msgid "Select a size format for your business card."
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3160463.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3160463.5.help.text\n"
"Continuous"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3150279.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BUSINESS_FMT_PAGE_CONT\\\" "
"visibility=\\\"visible\\\"\\>Prints business cards on continuous "
"paper.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3154840.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3154840.7.help.text\n"
"Sheet"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3148731.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BUSINESS_FMT_PAGE_SHEET\\\" "
"visibility=\\\"visible\\\"\\>Prints business cards on individual "
"sheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3154894.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3154894.9.help.text\n"
"Brand"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3155351.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BUSINESS_FMT_PAGE_BRAND\\\" "
"visibility=\\\"visible\\\"\\>Select the brand of paper that you want to "
"use.\\</ahelp\\> Each brand has its own size formats."
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3153935.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010301.xhp#hd_id3153935.11.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3159201.12.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_BUSINESS_FMT_PAGE_TYPE\\\"\\>Select the size format that you "
"want to use. The available formats depend on what you selected in the "
"\\<emph\\>Brand\\</emph\\> list. If you want to use a custom size format, "
"select \\<emph\\>[User]\\</emph\\>, and then click the \\<link "
"href=\\\"text/shared/01/01010202.xhp\\\" "
"name=\\\"Format\\\"\\>\\<emph\\>Format\\</emph\\>\\</link\\> tab to define "
"the format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#hd_id3147226.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010301.xhp#hd_id3147226.13.help.text\n"
"Info"
msgstr ""

#: helpcontent2/source/text/shared/01/01010301.xhp#par_id3153394.14.help.text
msgid ""
"The paper type and the dimensions of the business card are displayed at the "
"bottom of the \\<emph\\>Format\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010302.xhp#tit.help.text\n"
"Business Cards"
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#hd_id3152414.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010302.xhp\\\" name=\\\"Business "
"Cards\\\"\\>Business Cards\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#par_id3153882.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Define the appearance of "
"your business cards.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#hd_id3146873.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010302.xhp#hd_id3146873.3.help.text\n"
"Content"
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#par_id3147527.4.help.text
msgid "Select a design layout for your business card."
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#par_id3158442.5.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_BUSINESS_CARD_CONTENT\\\"\\>Select a business card category in "
"\\<emph\\>AutoText - Section\\</emph\\> box, and then click a layout in the "
"\\<emph\\>Content \\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#hd_id3148668.6.help.text
msgid "AutoText - Section"
msgstr ""

#: helpcontent2/source/text/shared/01/01010302.xhp#par_id3154894.7.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW_LISTBOX_TP_VISITING_CARDS_LB_AUTO_TEXT_GROUP\\\"\\>Select a "
"business card category, and then click a layout in the \\<emph\\>Content "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010303.xhp#tit.help.text\n"
"Private"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3149031.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010303.xhp\\\" "
"name=\\\"Private\\\"\\>Private\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3148731.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Contains personal contact "
"information for business cards that use a layout from a 'Business Card, "
"Home' category. Business card layouts are selected on the \\<emph\\>Business "
"Cards\\</emph\\> tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3159201.3.help.text
msgid "Private data"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3147399.4.help.text
msgid ""
"Enter the contact information that you want to include on your business "
"card. You can also modify or update these entries by choosing "
"\\<emph\\>Tools - Options - $[officename] - User Data\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3156427.15.help.text
msgid "First name 2"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3149750.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_FIRSTNAME_2\\\" "
"visibility=\\\"visible\\\"\\>Enter the first name of the person, whom you "
"want to use as a second contact.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3145345.17.help.text
msgid "Last name 2"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3154288.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_NAME_2\\\" "
"visibility=\\\"visible\\\"\\>Enter the last name of the person, whom you "
"want to use as a second contact.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3150774.19.help.text
msgid "Initials 2"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3151110.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_SHORTCUT_2\\\" "
"visibility=\\\"visible\\\"\\>Enter the initials of the person, whom you want "
"to use as a second contact.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3153543.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3153543.5.help.text\n"
"Country"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3150085.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_STATE\\\" "
"visibility=\\\"visible\\\"\\>Enter the name of the country in which you "
"live.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3155449.7.help.text
msgid "Profession"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3156192.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_PROFESSION\\\" "
"visibility=\\\"visible\\\"\\>Enter the title of your profession.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3147336.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3147336.9.help.text\n"
"Phone"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3145315.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_PHONE\\\" "
"visibility=\\\"visible\\\"\\>Enter your home telephone number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3149763.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010303.xhp#hd_id3149763.11.help.text\n"
"Mobile"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3156155.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_MOBILE\\\" "
"visibility=\\\"visible\\\"\\>Enter your mobile telephone number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#hd_id3154306.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010303.xhp#hd_id3154306.13.help.text\n"
"Homepage"
msgstr ""

#: helpcontent2/source/text/shared/01/01010303.xhp#par_id3153666.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_PRIVATE_DATA:ED_WWW\\\" "
"visibility=\\\"visible\\\"\\>Enter the address of your internet "
"homepage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010304.xhp#tit.help.text\n"
"Business"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3152942.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010304.xhp\\\" "
"name=\\\"Business\\\"\\>Business\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3151097.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Contains contact "
"information for business cards that use a layout from a 'Business Card, "
"Work' category. Business card layouts are selected on the \\<emph\\>Business "
"Cards\\</emph\\> tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3149549.3.help.text
msgid "Business data"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3156027.4.help.text
msgid ""
"Enter the contact information that you want to include on your business card."
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3155892.17.help.text
msgid ""
"If you want to include your name on a business card, enter your name on the "
"\\<emph\\>Private \\</emph\\>tab. Then choose a layout on the "
"\\<emph\\>Business Cards \\</emph\\>tab that includes a name placeholder."
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3150355.5.help.text
msgid "Company 2nd line"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3153031.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_BUSINESS_DATA:ED_COMP_EXT\\\" "
"visibility=\\\"visible\\\"\\>Enter additional company details.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3150771.7.help.text
msgid "Slogan"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3156327.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_BUSINESS_DATA:ED_SLOGAN\\\" "
"visibility=\\\"visible\\\"\\>Enter the slogan of your company.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3153146.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3153146.9.help.text\n"
"Country"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3155449.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_BUSINESS_DATA:ED_STATE\\\" "
"visibility=\\\"visible\\\"\\>Enter the name of the country where your "
"business is located.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3154380.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010304.xhp#hd_id3154380.11.help.text\n"
"Phone"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3154046.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_BUSINESS_DATA:ED_PHONE\\\" "
"visibility=\\\"visible\\\"\\>Enter your business telephone "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3158430.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010304.xhp#hd_id3158430.13.help.text\n"
"Mobile"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3156329.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_BUSINESS_DATA:ED_MOBILE\\\" "
"visibility=\\\"visible\\\"\\>Enter your mobile telephone number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#hd_id3154306.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01010304.xhp#hd_id3154306.15.help.text\n"
"Homepage"
msgstr ""

#: helpcontent2/source/text/shared/01/01010304.xhp#par_id3148563.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_BUSINESS_DATA:ED_WWW\\\" "
"visibility=\\\"visible\\\"\\>Enter the address of your company's internet "
"homepage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020000.xhp#tit.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#bm_id3145211.help.text
msgid ""
"\\<bookmark_value\\>directories; creating "
"new\\</bookmark_value\\>\\<bookmark_value\\>folders; creating "
"new\\</bookmark_value\\>\\<bookmark_value\\>My Documents folder; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>default "
"directories\\</bookmark_value\\>\\<bookmark_value\\>multiple selections; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>opening; several "
"files\\</bookmark_value\\>\\<bookmark_value\\>selecting; several "
"files\\</bookmark_value\\>\\<bookmark_value\\>opening; files with "
"placeholders\\</bookmark_value\\>\\<bookmark_value\\>wildcards; opening "
"files\\</bookmark_value\\>\\<bookmark_value\\>files; opening with "
"placeholders\\</bookmark_value\\>\\<bookmark_value\\>placeholders;on opening "
"files\\</bookmark_value\\>\\<bookmark_value\\>documents; opening with "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates; opening "
"documents with\\</bookmark_value\\>\\<bookmark_value\\>documents; styles "
"changed\\</bookmark_value\\>\\<bookmark_value\\>styles; 'changed' "
"message\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3146936.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3146936.1.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3151191.2.help.text
msgid ""
"\\<variable id=\\\"oeffnentext\\\"\\>\\<ahelp "
"hid=\\\"HID_EXPLORERDLG_FILE\\\"\\>Opens or imports a "
"file.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3149877.109.help.text
msgid ""
"The following sections describe the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\<emph\\>Open "
"\\</emph\\>dialog. To activate the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\<emph\\>Open\\</emph\\> "
"and\\<emph\\> Save \\</emph\\>dialogs, choose \\<link "
"href=\\\"text/shared/optionen/01010600.xhp\\\" name=\\\"Tools - Options - "
"%PRODUCTNAME - General\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME\\</emph\\>\\<emph\\>- General\\</emph\\>\\</link\\>, and then "
"select the \\<emph\\>Use %PRODUCTNAME\\</emph\\>\\<emph\\>dialogs\\</emph\\> "
"in the\\<emph\\> Open/Save dialogs\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3150713.52.help.text
msgid ""
"If the file that you want to open contains Styles, \\<link "
"href=\\\"text/shared/01/01020000.xhp#vorlagen\\\" name=\\\"special "
"rules\\\"\\>special rules\\</link\\> apply."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3147250.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3147250.11.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3147226.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_MENUBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_UP\\"
"\"\\>Move up one directory in the directory hierarchy. Long-click to see the "
"higher level directories.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3145211.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3145211.13.help.text\n"
"Create New Directory"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3153681.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_IMAGEBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_NEW"
"FOLDER\\\"\\>Creates a new directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3147010.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3147010.38.help.text\n"
"Default Directory"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3109847.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_STAN"
"DARD\\\"\\>Displays the files in the default user directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3148538.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3148538.19.help.text\n"
"Display area"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3156113.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEDLG_STANDARD\\\"\\>Displays the files and "
"directories in the directory that you are in.\\</ahelp\\> To open a file, "
"select the file, and then click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3159256.78.help.text
msgid ""
"To open more than one file at the same time, hold \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> while you "
"click the files, and then click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3154514.110.help.text
msgid ""
"Click a column header to sort the files. Click again to reverse the sort "
"order."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3149514.111.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEVIEW_MENU_DELETE\\\"\\>To delete a file, right-"
"click the file, and then choose \\<emph\\>Delete\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3147618.112.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEVIEW_MENU_RENAME\\\"\\>To rename a file, right-"
"click the file, and then choose \\<emph\\>Rename\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3153331.124.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_YES\\\" "
"visibility=\\\"hidden\\\"\\>Click to delete the file with the name shown in "
"this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3161458.125.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_NO\\\" "
"visibility=\\\"hidden\\\"\\>Click to cancel deletion of the file with the "
"name shown in this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3147531.126.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_QUERYDELETE_BTN_ALL\\\" "
"visibility=\\\"hidden\\\"\\>Click to delete all selected files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3154280.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3154280.21.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3161656.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEDLG_AUTOCOMPLETEBOX\\\"\\>Enter a file name or a "
"path for the file. You can also enter a \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3150541.72.help.text
msgid ""
"If you want, you can use wildcards in the \\<emph\\>File name \\</emph\\>box "
"to filter the list of files that is displayed."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3153779.24.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>For example, to "
"list all of the text files in a directory, enter the asterisk wildcard with "
"the text file extension (*.txt), and then click\\<emph\\> Open\\</emph\\>. "
"Use the question mark (?) wildcard to represent any character, as in "
"(??3*.txt), which only displays text files with a '3' as the third character "
"in the file name.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3145117.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3145117.81.help.text\n"
"Version"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3149291.82.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEOPEN_VERSION\\\"\\>If there are multiple versions "
"of the selected file, select the version that you want to open.\\</ahelp\\> "
"You can save and organize multiple versions of a document by choosing "
"\\<emph\\>File - Versions\\</emph\\>. The versions of a document are opened "
"in read-only mode."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3150767.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3150767.25.help.text\n"
"File type"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3153969.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_LISTBOX_DLG_SVT_EXPLORERFILE_LB_EXPLORERFILE_FILETYPE"
"\\\"\\>Select the file type that you want to open, or select \\<emph\\>All "
"Files (*)\\</emph\\> to display a list of all of the files in the "
"directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3154125.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3154125.27.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3152933.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_EXPLORERFILE_BTN_EXPLORERFILE_OPEN"
"\\\"\\>Opens the selected document(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3147085.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3147085.88.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3156293.89.help.text
msgid ""
"If you opened the dialog by choosing \\<emph\\>Insert - File\\</emph\\>, the "
"\\<emph\\>Open\\</emph\\> button is labeled \\<emph\\>Insert\\</emph\\>. "
"\\<ahelp hid=\\\"HID_FILEDLG_INSERT_BTN\\\"\\>Inserts the selected file into "
"the current document at the cursor position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3144762.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3144762.35.help.text\n"
"Read-only"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3145785.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEOPEN_READONLY\\\"\\>Opens the file in read-only "
"mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3149984.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01020000.xhp#hd_id3149984.113.help.text\n"
"Play"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3147289.114.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_DOPLAY\\\"\\>Plays the selected sound file. "
"Click again to stop playing the sound file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#hd_id3149260.53.help.text
msgid "Opening Documents With Templates"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3145367.40.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> stores templates "
"in the following directories:"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3151292.120.help.text
msgid ""
"the shared template directory \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\<emph\\>{installpat"
"h}/share/template\\</emph\\>\\</cas"
"einline\\>\\<defaultinline\\>\\<emph\\>{ins"
"tallpath}\\\\share\\\\template\\</e"
"mph\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3144442.121.help.text
msgid ""
"the user template directory \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>in the home "
"directory \\</caseinline\\>\\<defaultinline\\>in the Documents and Settings "
"directory\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3146905.122.help.text
msgid ""
"all template folders as defined in \\<link "
"href=\\\"text/shared/optionen/01010300.xhp\\\" name=\\\"Tools - Options - "
"%PRODUCTNAME - Paths\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME\\</emph\\>\\<emph\\>- Paths\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3150105.73.help.text
msgid ""
"When you open a document that was created from a template, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> checks to see if the "
"template has been modified since the document was last opened. If the "
"template was changed a dialog is shown where you can select which styles to "
"apply to the document."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3153096.74.help.text
msgid ""
"To apply the new styles from the template to the document, click "
"\\<emph\\>Yes\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3147581.75.help.text
msgid ""
"To retain the styles that are currently used in the document, click "
"\\<emph\\>No\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3154988.44.help.text
msgid ""
"If a document was created using a template that cannot be found a dialog is "
"shown that asks you how to proceed next time the document is opened."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3151351.91.help.text
msgid ""
"To break the link between the document and the missing template, click "
"\\<emph\\>No\\</emph\\>, otherwise \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> will look for the "
"template the next time you open the document."
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3149417.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/doc_open.xhp\\\" name=\\\"Opening "
"Documents\\\"\\>Opening Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020000.xhp#par_id3153848.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Import and Export "
"Filters\\\"\\>Import and Export Filters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020101.xhp#tit.help.text\n"
"Select Path"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#hd_id3150620.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020101.xhp#hd_id3150620.1.help.text\n"
"Select Path"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#par_id3149962.2.help.text
msgid "Sets file paths."
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#hd_id3152821.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020101.xhp#hd_id3152821.4.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#par_id3150902.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEDLG_PATH_BTN\\\" "
"visibility=\\\"visible\\\"\\>Selects the indicated path.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#hd_id3148585.6.help.text
msgid "Path:"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#par_id3149346.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEDLG_PATH_FILENAME\\\" "
"visibility=\\\"visible\\\"\\>Enter or select the path from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020101.xhp#par_id3149750.help.text
msgid ""
"\\<link name=\\\"Open Dialog\\\" "
"href=\\\"text/shared/01/01020000.xhp\\\"\\>\\<emph\\>Open\\</emph\\> "
"Dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020103.xhp#tit.help.text\n"
"Filter Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#hd_id3152876.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020103.xhp#hd_id3152876.1.help.text\n"
"Filter Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#par_id3154926.2.help.text
msgid "Allows you to select an import filter."
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#hd_id3151100.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01020103.xhp#hd_id3151100.4.help.text\n"
"Filter list"
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#par_id3159201.5.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:DLG_FILTER_SELECT:LB_DLG_LISTBOX\\\" "
"visibility=\\\"visible\\\"\\>Select the import filter for the file that you "
"want to open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#par_id3152918.6.help.text
msgid ""
"If $[officename] does not recognize the file type of the document that your "
"want to open, try any of the following:"
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#par_id3152924.7.help.text
msgid "Select the import filter from the list."
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#par_id3147571.8.help.text
msgid ""
"Install a missing import filter with the \\<emph\\>$[officename] "
"Setup\\</emph\\> program."
msgstr ""

#: helpcontent2/source/text/shared/01/01020103.xhp#par_id3155892.9.help.text
msgid ""
"Ensure that the file extension corresponds to the file type of the document. "
"For example, a Microsoft Word document must have a (*.doc) extension for "
"$[officename] to use the appropriate filter."
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01050000.xhp#tit.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#bm_id3154545.help.text
msgid ""
"\\<bookmark_value\\>documents; "
"closing\\</bookmark_value\\>\\<bookmark_value\\>closing; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>backing "
"window\\</bookmark_value\\>\\<bookmark_value\\>Start Module backing "
"window\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#hd_id3154545.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01050000.xhp\\\" "
"name=\\\"Close\\\"\\>Close\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3148731.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CloseDoc\\\"\\>Closes the current document without "
"exiting the program.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3159201.8.help.text
msgid ""
"When you close the last open document window, the $[officename] Start Module "
"remains open."
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3147089.11.help.text
msgid ""
"You can open files by dragging and dropping them onto the $[officename] "
"Start Module."
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3149095.7.help.text
msgid ""
"The \\<emph\\>Close \\</emph\\>command closes all of the open windows for "
"the current document."
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3148620.4.help.text
msgid ""
"If you have made changes to the current document, you are prompted if you "
"want to \\<link href=\\\"text/shared/01/01060000.xhp\\\" "
"name=\\\"save\\\"\\>save\\</link\\> your changes."
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3159399.5.help.text
msgid ""
"If you open a document for printing, and do not make any changes, you are "
"still prompted to save your changes when you close the document. This is "
"because $[officename] keeps track of when a document is printed."
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3153821.9.help.text
msgid ""
"\\<link href=\\\"text/shared/02/10100000.xhp\\\" name=\\\"Close the current "
"window\\\"\\>Close the current window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01050000.xhp#par_id3154750.10.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01170000.xhp\\\" name=\\\"Exit "
"$[officename]\\\"\\>Exit $[officename]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01060000.xhp#tit.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/01060000.xhp#hd_id3147000.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01060000.xhp\\\" "
"name=\\\"Save\\\"\\>Save\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01060000.xhp#par_id3153255.1.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Save\\\"\\>Saves the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01060000.xhp#par_id3152551.4.help.text
msgid ""
"When you edit an AutoText entry, this command changes to \\<emph\\>Save "
"AutoText\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070000.xhp#tit.help.text\n"
"Save As"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#bm_id3151260.help.text
msgid ""
"\\<bookmark_value\\>saving as command; precautions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3151260.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3151260.1.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3146856.2.help.text
msgid ""
"\\<variable id=\\\"speichernuntertext\\\"\\>\\<ahelp "
"hid=\\\"HID_FILESAVE_DIALOG\\\"\\>Saves the current document in a different "
"location, or with a different file name or file "
"type.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3155934.64.help.text
msgid ""
"The following sections describe the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\<emph\\>Save as "
"\\</emph\\>dialog. To activate the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\<emph\\>Open\\</emph\\> "
"and\\<emph\\> Save \\</emph\\>dialogs, choose \\<link "
"href=\\\"text/shared/optionen/01010600.xhp\\\" name=\\\"Tools - Options - "
"%PRODUCTNAME - General\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME\\</emph\\>\\<emph\\>- General\\</emph\\>\\</link\\>, and then "
"select the \\<emph\\>Use %PRODUCTNAME\\</emph\\>\\<emph\\>dialogs\\</emph\\> "
"in the\\<emph\\> Open/Save dialogs\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3147654.59.help.text
msgid ""
"To save a document as a template, use the command \\<emph\\>File - Templates "
"- Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3146775.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3146775.19.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3153821.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_LEVELUP\\\"\\>Move up one directory in the "
"directory hierarchy. Long-click to see the higher level "
"directories.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3159157.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3159157.21.help.text\n"
"Create New Directory"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3155583.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_CREATEDIRECTORY\\\"\\>Creates a new "
"directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3149578.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3149578.52.help.text\n"
"Default Directory"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3149275.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_DEFAULTDIRECTORY\\\"\\>Displays the files in "
"the default user directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3155628.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3155628.29.help.text\n"
"Display area"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3149902.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_FILEVIEW\\\"\\>Displays the files and "
"directories in the directory that you are in.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3154810.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3154810.37.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3153626.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_FILEURL\\\"\\>Enter a file name or a path for "
"the file. You can also enter a \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3149669.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3149669.39.help.text\n"
"File type"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3156343.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_FILETYPE\\\"\\>Select the file format for the "
"document that you are saving.\\</ahelp\\>In the display area, only the "
"documents with this file type are displayed. File types are described in "
"\\<link href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Information on "
"Import and Export Filters\\\"\\>Information on Import and Export "
"Filters\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3145116.41.help.text
msgid ""
"Always save your document in a \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> file type before saving "
"it to an external file type. When you export to an external file type, some "
"formatting features may be lost."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3147228.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3147228.42.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3154068.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_DOSAVE\\\"\\>Saves the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3145744.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3145744.44.help.text\n"
"Save with password"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3145152.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_SAVEWITHPASSWORD\\\"\\>Protects the file with "
"a \\<link href=\\\"text/shared/01/password_dlg.xhp\\\" "
"name=\\\"password\\\"\\>password\\</link\\> that must be entered before a "
"user can open the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3152920.65.help.text
msgid ""
"Only documents using the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> XML-based format can be "
"saved with a password."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3154822.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3154822.57.help.text\n"
"Automatic file name extension"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3159252.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_AUTOEXTENSION\\\"\\>Automatically adds the "
"file extension to the end of the file name that corresponds to the selected "
"file type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3147502.66.help.text
msgid "Edit filter settings"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3152883.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_CUSTOMIZEFILTER\\\"\\>Allows you to set the "
"export options for a \\<emph\\>Text CSV (csv;txt) "
"\\</emph\\>file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#hd_id3154988.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#hd_id3154988.47.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3159125.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#par_id3159125.48.help.text\n"
"\\<ahelp hid=\\\"HID_FILESAVE_SELECTION\\\"\\>Exports only the selected "
"graphic objects in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw and Impress to "
"another format. If this box is not checked, the entire document is "
"exported.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3148577.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070000.xhp#par_id3148577.70.help.text\n"
"If you are exporting to any document file type, the entire document is "
"exported."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_idN10B12.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070000.xhp#par_idN10B12.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_idN10B16.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070000.xhp#par_idN10B16.help.text\n"
"\\<ahelp hid=\\\"HID_FILESAVE_SELECTION\\\"\\>Exports only the selected "
"graphic objects in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw and Impress to "
"another format. If this box is not checked, the entire document is "
"exported.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_idN10B50.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070000.xhp#par_idN10B50.help.text\n"
"If you are exporting to any document file type, the entire document is "
"exported."
msgstr ""

#: helpcontent2/source/text/shared/01/01070000.xhp#par_id3146986.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000207.xhp\\\" name=\\\"Export of Text "
"Files\\\"\\>Export of Text Files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#tit.help.text\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#bm_id3153383.help.text
msgid ""
"\\<bookmark_value\\>documents; "
"exporting\\</bookmark_value\\>\\<bookmark_value\\>converting; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>exporting;to foreign "
"formats\\</bookmark_value\\>\\<bookmark_value\\>document types; "
"modifying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3153383.13.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01070001.xhp\\\" "
"name=\\\"Export\\\"\\>Export\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#par_id3149355.1.help.text
msgid ""
"\\<variable id=\\\"exportieren\\\"\\>\\<ahelp "
"hid=\\\".uno:ExportTo\\\"\\>Saves the current document with a different name "
"and format to a location that you specify.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#par_id3150710.2.help.text
msgid ""
"The following sections describe the \\<emph\\>$[officename] Export "
"\\</emph\\>dialog. To activate the \\<emph\\>$[officename] Open\\</emph\\> "
"and\\<emph\\> Save \\</emph\\>dialogs, choose \\<link "
"href=\\\"text/shared/optionen/01010600.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - General\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"General\\</emph\\>\\</link\\>, and then select the \\<emph\\>Use "
"$[officename] dialogs\\</emph\\> in the\\<emph\\> Open/Save "
"dialogs\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3150693.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3150693.4.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3153312.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3153312.5.help.text\n"
"Create New Directory"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3155535.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3155535.6.help.text\n"
"Default Directory"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3154317.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3154317.7.help.text\n"
"Display area"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3147209.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3147209.8.help.text\n"
"File Name"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3152996.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3152996.9.help.text\n"
"File Type"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3148539.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070001.xhp#hd_id3148539.10.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3149164.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070001.xhp#hd_id3149164.11.help.text\n"
"Save with password"
msgstr ""

#: helpcontent2/source/text/shared/01/01070001.xhp#hd_id3155179.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01070001.xhp#hd_id3155179.12.help.text\n"
"Automatic file name extension"
msgstr ""

#: helpcontent2/source/text/shared/01/01100000.xhp#tit.help.text
msgid "Properties of"
msgstr ""

#: helpcontent2/source/text/shared/01/01100000.xhp#hd_id3152876.1.help.text
msgid ""
"\\<variable id=\\\"eigen_von\\\"\\>\\<link "
"href=\\\"text/shared/01/01100000.xhp\\\" name=\\\"Properties "
"of\\\"\\>Properties of\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100000.xhp#par_id3153255.2.help.text
msgid ""
"\\<variable id=\\\"dokumentinfotext\\\"\\>\\<ahelp "
"hid=\\\".uno:SetDocumentProperties\\\" visibility=\\\"visible\\\"\\>Displays "
"the properties for the current file, including statistics  such as word "
"count and the date the file was created.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100000.xhp#par_id3146958.6.help.text
msgid ""
"Before saving a file under a new name (\\<emph\\>File - Save As\\</emph\\>), "
"it is always a good idea to change the \\<emph\\>Description \\</emph\\>or "
"\\<emph\\>User Defined \\</emph\\>properties of the file so that the "
"properties do not conflict with those of the original document."
msgstr ""

#: helpcontent2/source/text/shared/01/01100000.xhp#par_id3153748.4.help.text
msgid "The \\<emph\\>Properties \\</emph\\>tab contains the following tabs:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100000.xhp#par_id3148643.5.help.text
msgid ""
"Depending on your access rights to the file, you might not see all of tabs "
"in the \\<emph\\>Properties \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100100.xhp#tit.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100100.xhp\\\" "
"name=\\\"Description\\\"\\>Description\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#par_id3154682.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DOCINFODESC\\\"\\>Contains descriptive information "
"about the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3152372.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3152372.3.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#par_id3156042.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_DOCINFODESC:ED_TITLE\\\"\\>Enter a title for "
"the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3145669.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3145669.5.help.text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#par_id3147571.6.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_DOCINFODESC:ED_THEMA\\\"\\>Enter a subject for "
"the document. You can use a subject to group documents with similar "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3156426.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3156426.7.help.text\n"
"Keywords"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#par_id3155338.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_DOCINFODESC:ED_KEYWORDS\\\"\\>Enter the words "
"that you want to use to index the content of your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3148620.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100100.xhp#hd_id3148620.9.help.text\n"
"Comments"
msgstr ""

#: helpcontent2/source/text/shared/01/01100100.xhp#par_id3155391.10.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:MULTILINEEDIT:TP_DOCINFODESC:ED_COMMENT\\\"\\>Enter "
"comments to help identify the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100200.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#bm_id3149955.help.text
msgid ""
"\\<bookmark_value\\>version numbers of "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; version "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>files; version "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>editing time of "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; editing "
"time\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3148668.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100200.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3154863.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DOCINFODOC\\\"\\>Contains basic information about the "
"current file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3149999.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3149999.3.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3153114.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_DOCINFODOC:ED_FILE_NAME\\\"\\>Displays the "
"file name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3156136.17.help.text
msgid "Type:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3155552.20.help.text
msgid "Displays the file type for the current document."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3145314.18.help.text
msgid "Location:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3150506.21.help.text
msgid ""
"Displays the path and the name of the directory where the file is stored."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3155892.19.help.text
msgid "Size:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3153311.22.help.text
msgid "Displays the size of the current document in bytes."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3149178.7.help.text
msgid "Created:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3153748.8.help.text
msgid "Displays the date and time and author when the file was first saved."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3149182.9.help.text
msgid "Modified:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3150355.10.help.text
msgid ""
"Displays the date and time and author when the file was last saved in a "
"$[officename] file format."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_idN106C5.help.text
msgid "Digitally signed:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_idN106C9.help.text
msgid ""
"Displays the date and the time when the file was last signed as well as the "
"name of the author who signed the document."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_idN106CC.help.text
msgid "Digital Signature"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_idN106D0.help.text
msgid ""
"Opens the \\<link "
"href=\\\"text/shared/01/digitalsignatures.xhp\\\"\\>Digital "
"Signatures\\</link\\> dialog where you can manage digital signatures for the "
"current document."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3156346.11.help.text
msgid "Last printed:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3152780.12.help.text
msgid ""
"Displays the date and time and user name when the file was last printed."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3153252.15.help.text
msgid "Document number:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3149955.16.help.text
msgid "Displays the number of times that the file has been saved."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3155342.13.help.text
msgid " Editing time:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3149795.14.help.text
msgid ""
"Displays the amount of time that the file has been open for editing since "
"the file was created. The editing time is updated when you save the file."
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3154810.33.help.text
msgid "Apply User Data"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3143271.34.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:CHECKBOX:TP_DOCINFODOC:CB_USE_USERDATA\\\"\\>Saves the "
"user's full name with the file. You can edit the name by choosing "
"\\<emph\\>Tools - Options - $[officename] - User Data\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3154046.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100200.xhp#hd_id3154046.35.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3152349.36.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:TP_DOCINFODOC:BTN_DELETE\\\"\\>Resets the "
"editing time to zero, the creation date to the current date and time, and "
"the version number to 1. The modification and printing dates are also "
"deleted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#hd_id3149576.5.help.text
msgid "Template:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100200.xhp#par_id3147530.6.help.text
msgid "Displays the template that was used to create the file."
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100300.xhp#tit.help.text\n"
"User"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#hd_id3155069.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100300.xhp\\\" "
"name=\\\"User\\\"\\>User\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#par_id3155934.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DOCINFOUSER\\\" visibility=\\\"visible\\\"\\>Allows you "
"to assign custom information fields to your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#hd_id3151234.2.help.text
msgid "Info 1 to Info 4"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#par_id3152551.3.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SFX2:EDIT:TP_DOCINFOUSER:ED_INFO4\\\"\\>Enter your custom content. "
"If you want, you can change the label for the content by clicking the "
"\\<emph\\>Info Fields \\</emph\\>button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#hd_id3153528.4.help.text
msgid "Info Fields"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#par_id3157958.5.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:TP_DOCINFOUSER:BTN_EDITLABEL\\\" "
"visibility=\\\"visible\\\"\\>Edit the labels for the custom content "
"fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#hd_id3155338.10.help.text
msgid "Edit Field Names"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#par_id3153311.11.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_DOCINFO_EDT\\\"\\>Allows you "
"to modify the labels for the \\<emph\\>Info Fields\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#hd_id3153031.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100300.xhp#hd_id3153031.6.help.text\n"
"Names"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#par_id3159166.7.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SFX2:EDIT:DLG_DOCINFO_EDT:ED_INFO4\\\"\\>Enter a name for the "
"\\<emph\\>Info Field(s)\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100300.xhp#par_id3153827.8.help.text
msgid "Click \\<emph\\>OK\\</emph\\> to apply your changes."
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100400.xhp#tit.help.text\n"
"Statistics"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#bm_id1472518.help.text
msgid ""
"\\<bookmark_value\\>number of "
"pages\\</bookmark_value\\>\\<bookmark_value\\>documents;number of "
"pages\\</bookmark_value\\>\\<bookmark_value\\>number of "
"tables\\</bookmark_value\\>\\<bookmark_value\\>documents;number of "
"tables\\</bookmark_value\\>\\<bookmark_value\\>number of "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>documents;number of "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>cells;number "
"of\\</bookmark_value\\>\\<bookmark_value\\>pictures;number "
"of\\</bookmark_value\\>\\<bookmark_value\\>OLE objects;number "
"of\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3149962.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100400.xhp\\\" "
"name=\\\"Statistics\\\"\\>Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3156045.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC_TABPAGE_RID_SCPAGE_STAT\\\"\\>Displays statistics for "
"the current file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3156324.36.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Some statistic values can be used as \\<link "
"href=\\\"text/swriter/02/14020000.xhp\\\" name=\\\"variables in "
"formulas\\\"\\>variables in formulas\\</link\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3153255.3.help.text
msgid "Number of Pages:"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3154230.4.help.text
msgid "Number of pages in the file."
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3156027.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of Tables: \\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Number of Sheets: \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3153527.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of tables in the file. "
"\\</caseinline\\>\\<caseinline select=\\\"CALC\\\"\\>Number of sheets in the "
"file. \\</caseinline\\>\\</switchinline\\> This statistic does not include "
"tables that were inserted as \\<link "
"href=\\\"text/shared/00/00000005.xhp#ole\\\" "
"name=\\\"OLE\\\"\\>OLE\\</link\\> objects."
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3153311.30.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Number of Cells: \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3156114.31.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Number of cells with content in the file. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3147210.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of Graphics: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3166411.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of graphics in the file. This statistic does "
"not include graphics that were inserted as \\<link "
"href=\\\"text/shared/00/00000005.xhp#ole\\\" "
"name=\\\"OLE\\\"\\>OLE\\</link\\> objects. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3147618.9.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of OLE Objects: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3149820.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of \\<link "
"href=\\\"text/shared/00/00000005.xhp#ole\\\" "
"name=\\\"OLE\\\"\\>OLE\\</link\\> objects in the file, including tables and "
"graphics that were inserted as OLE objects. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3153665.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of Paragraphs: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3156156.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of paragraphs (including blank paragraphs) in "
"the file. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3155261.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of Words: \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3147402.14.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of words (including words consisting of a "
"single character) in the file. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3150466.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of Characters: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3149294.16.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of characters (including spaces) in the file. "
"Non-printable characters are not included. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3148947.32.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of Lines: \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3149650.33.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Number of lines in the file. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#hd_id3153525.34.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Update \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100400.xhp#par_id3148981.35.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SW_PUSHBUTTON_TP_DOC_STAT_PB_PDATE\\\"\\>Updates the "
"statistics.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100500.xhp#tit.help.text\n"
"Internet"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#bm_id3145669.help.text
msgid ""
"\\<bookmark_value\\>auto reloading "
"documents\\</bookmark_value\\>\\<bookmark_value\\>reloading; documents, "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>loading; documents, "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>documents; auto "
"reloading\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100500.xhp\\\" "
"name=\\\"Internet\\\"\\>Internet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3148731.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DOCINFORELOAD\\\"\\>Sets the refresh and redirect "
"options for an HTML page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3156027.26.help.text
msgid "Do not refresh automatically"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3152924.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_NOAUTOUPDATE\\\"\\>User must "
"refresh the page manually.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3145669.5.help.text
msgid "Refresh this document"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3153528.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_RELOADUPDATE\\\"\\>Reloads the "
"HTML page after the number of seconds that you enter in the "
"\\<emph\\>seconds\\</emph\\> box. To observe the result, open the page in a "
"browser.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3155535.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3155535.7.help.text\n"
"Seconds"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3157958.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:NUMERICFIELD:TP_DOCINFORELOAD:ED_SECONDS\\\"\\>Enter "
"the number of seconds to wait before the page is reloaded.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3148538.28.help.text
msgid "Redirect from this document"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3153662.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\\\"\\>Loads a "
"page that you specify after the number of seconds that you enter in the "
"\\<emph\\>seconds \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3147335.30.help.text
msgid "after ... seconds"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3145315.31.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_DOCINFORELOAD_RB_FORWARDUPDATE\\\"\\>Enter the "
"number of seconds to wait before redirecting the browser to a different "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3153127.9.help.text
msgid "to URL"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3153349.10.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\\\"\\>Enter the URL "
"address of the file that you want to open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3154306.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100500.xhp#hd_id3154306.32.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3150976.33.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_DOCINFORELOAD:ED_URL\\\"\\>Locate the file "
"that you want to open, and then click \\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#hd_id3150771.11.help.text
msgid "to frame"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3149514.12.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:COMBOBOX:TP_DOCINFORELOAD:LB_DEFAULT\\\"\\>If the "
"current HTML page uses frames, select the name of the \\<link "
"href=\\\"text/shared/00/00000002.xhp#frame\\\" name=\\\"target "
"frame\\\"\\>target frame\\</link\\> where you want the file to be "
"loaded.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3155922.24.help.text
msgid "Name of Frame"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3154924.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100500.xhp#par_id3154924.25.help.text\n"
"Definition"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3159413.14.help.text
msgid "Named entries"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3154935.15.help.text
msgid "File opens in a named frame in the current HTML document."
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3148739.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100500.xhp#par_id3148739.16.help.text\n"
"_self"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3150358.17.help.text
msgid "File opens in the current frame."
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3151210.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100500.xhp#par_id3151210.18.help.text\n"
"_blank"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3152920.19.help.text
msgid "File opens in a new page."
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3148451.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100500.xhp#par_id3148451.20.help.text\n"
"_parent"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3154216.21.help.text
msgid ""
"File opens in the parent frame of the current frame. If there is no parent "
"frame, the current frame is used."
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3154153.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01100500.xhp#par_id3154153.22.help.text\n"
"_top"
msgstr ""

#: helpcontent2/source/text/shared/01/01100500.xhp#par_id3150288.23.help.text
msgid "File opens in the topmost frame in the hierarchy."
msgstr ""

#: helpcontent2/source/text/shared/01/01110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110000.xhp#tit.help.text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/shared/01/01110000.xhp#hd_id3155577.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110000.xhp#hd_id3155577.1.help.text\n"
"\\<link href=\\\"text/shared/01/01110000.xhp\\\" "
"name=\\\"Templates\\\"\\>Templates\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110000.xhp#par_id3154894.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Lets you organize and edit your templates, as well "
"as save the current file as a template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110000.xhp#hd_id3149893.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01110101.xhp\\\" name=\\\"Address Book "
"Source\\\"\\>Address Book Source\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110100.xhp#tit.help.text\n"
"Template Management"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#bm_id3148668.help.text
msgid ""
"\\<bookmark_value\\>documents; "
"organizing\\</bookmark_value\\>\\<bookmark_value\\>organizing; "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates; "
"organizing\\</bookmark_value\\>\\<bookmark_value\\>styles;printing styles "
"used in a document\\</bookmark_value\\>\\<bookmark_value\\>styles; copying "
"between documents\\</bookmark_value\\>\\<bookmark_value\\>default templates; "
"organizing\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>templates; importing and "
"exporting\\</bookmark_value\\>\\<bookmark_value\\>importing; "
"templates\\</bookmark_value\\>\\<bookmark_value\\>exporting; "
"templates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3148585.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3148585.40.help.text\n"
"\\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"Template "
"Management\\\"\\>Template Management\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3152924.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Organizer\\\"\\>Opens the \\<emph\\>Template "
"Management\\</emph\\> dialog where you can organize templates and define "
"default templates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3152801.3.help.text
msgid "Left and Right Selection List (Templates / Documents)"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3149177.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CTL_ORGANIZER_RIGHT\\\"\\>Displays the available "
"template categories or opened $[officename] files. To change the contents of "
"the list, select \\<emph\\>Templates\\</emph\\> or "
"\\<emph\\>Documents\\</emph\\> in the box below.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3166410.34.help.text
msgid ""
"To change the default template path, choose \\<link "
"href=\\\"text/shared/optionen/01010300.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - Paths\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"Paths\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3154810.6.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:DLG_ORGANIZE:LB_RIGHT_TYP\\\"\\>Select "
"\\<emph\\>Templates\\</emph\\> or \\<emph\\>Documents\\</emph\\> to change "
"the contents that are displayed in the list above.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3149191.36.help.text
msgid ""
"Template categories are represented by folder icons. To view the template "
"files for a category, double-click a folder."
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3159166.help.text
msgid ""
"To view the styles that are used in a file, double-click the file name, and "
"then double-click the \\<emph\\>Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3155504.35.help.text
msgid ""
"To copy a style, hold down Ctrl and drag the style from one file to another "
"file. To move a style, drag the style from one file to another file."
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3149578.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3149578.8.help.text\n"
"Commands"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3149514.9.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:MENUBUTTON:DLG_ORGANIZE:BTN_EDIT\\\"\\>Contains "
"commands for managing and editing your templates and documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3149575.37.help.text
msgid ""
"Depending on the type of file you select in the list, the following commands "
"are available:"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3153062.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3153062.10.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3151384.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_NEW\\\"\\>Creates a new template "
"category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3146794.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3146794.12.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3154758.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_DELETE\\\"\\>Deletes the current "
"selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3154388.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3154388.14.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3156435.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_EDIT\\\"\\>Opens the selected template for "
"editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3151106.16.help.text
msgid "Import Templates"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3148798.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_COPY_FROM\\\"\\>Imports an additional "
"template. To import a template, select a template folder in the list, click "
"the \\<emph\\>Command\\</emph\\> button, and then select \\<emph\\>Import "
"template\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3154821.19.help.text
msgid "Export Template"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3153104.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_COPY_TO\\\"\\>Exports the selected "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3150651.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3150651.26.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3154946.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_PRINT\\\"\\>Prints the name and properties of "
"the styles that are used in the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3150767.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3150767.28.help.text\n"
"Printer Setup"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3147086.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_PRINTER_SETUP\\\"\\>Changes the printer and "
"its settings for the selected document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3143231.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3143231.30.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3147228.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_RESCAN\\\"\\>Updates the contents of the "
"lists.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3145607.41.help.text
msgid "Set As Default Template"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3147353.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_STDTEMPLATE_ADD\\\"\\>Uses the selected "
"template as the default template when you create a new $[officename] "
"document of the same type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3153768.43.help.text
msgid "Reset Default Template"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3155432.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ORGANIZE_STDTEMPLATE_DEL\\\"\\>Select a $[officename] "
"document type to reset the default template to the original "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3159196.38.help.text
msgid "Address Book"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3154472.39.help.text
msgid "Edit the field assignments and the data source for the address book."
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#hd_id3154151.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110100.xhp#hd_id3154151.32.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3156005.33.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_ORGANIZE:BTN_FILES\\\"\\>Locate a file "
"that you want to add to the document list, and then click\\<emph\\> "
"Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3153095.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"setup\\\"\\>Printer setup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110100.xhp#par_id3150012.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01110101.xhp\\\" name=\\\"Templates: Address "
"Book Assignment\\\"\\>Templates: Address Book Assignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110101.xhp#tit.help.text\n"
"Templates: Address Book Assignment"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3156411.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3156411.1.help.text\n"
"Templates: Address Book Assignment"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3147576.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AddressBookSource\\\"\\>Edit the field assignments and "
"the data source for your address book.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3149399.3.help.text
msgid "Address Book Source"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3152996.4.help.text
msgid "Set the data source and data table for your address book."
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3147654.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3147654.5.help.text\n"
"Data Source"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3154306.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_DATASOURCE\\\"\\>Select "
"the data source for your address book.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3145315.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3145315.7.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3149164.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_COMBOBOX_DLG_ADDRESSBOOKSOURCE_CB_TABLE\\\"\\>Select the "
"data table for your address book.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3145119.9.help.text
msgid "Administrate"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3150771.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_ADDRESSBOOKSOURCE_PB_ADMINISTATE_DATAS"
"OURCES\\\"\\>Add a new data source to the \\<emph\\>Address Book Source "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3155629.11.help.text
msgid "Field assignment"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3153320.12.help.text
msgid "Define the field assignments for your address book."
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#hd_id3155830.13.help.text
msgid "(Field name)"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3154143.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ADDRTEMPL_FIELD_ASSIGNMENT\\\"\\>Select the field in "
"the data table that corresponds to the address book entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110101.xhp#par_id3153061.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11060000.xhp\\\" "
"name=\\\"Data Source Administration\\\"\\>Data Source "
"Administration\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#tit.help.text
msgid "Saving (Templates)"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3160463.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01110300.xhp\\\" name=\\\"Saving "
"(Templates)\\\"\\>Saving (Templates)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SaveAsTemplate\\\"\\>Saves the current document as a "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3147226.4.help.text
msgid "New Template"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3147043.5.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:DLG_DOC_TEMPLATE:ED_NAME\\\"\\>Enter a name for "
"the template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3147571.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3147571.6.help.text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3150774.7.help.text
msgid "Lists templates and template categories."
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3143268.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3143268.8.help.text\n"
"Categories"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3159233.9.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_SECTION\\\"\\>Select a "
"category in which to save the new template.\\</ahelp\\> To add a new "
"template category, click the \\<link "
"href=\\\"text/shared/01/01110100.xhp\\\" "
"name=\\\"Organize\\\"\\>Organize\\</link\\> button."
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3150693.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110300.xhp#hd_id3150693.10.help.text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3149398.11.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:DLG_DOC_TEMPLATE:LB_STYLESHEETS\\\"\\>Lists "
"the available template categories.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3163803.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110300.xhp#hd_id3163803.12.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3147242.13.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_EDIT\\\"\\>Opens the "
"selected template for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#hd_id3156156.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01110300.xhp#hd_id3156156.14.help.text\n"
"Organize"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3155419.15.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_DOC_TEMPLATE:BT_ORGANIZE\\\"\\>Opens "
"the \\<emph\\>Template Management\\</emph\\> dialog where you can organize "
"or create new templates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110300.xhp#par_id3153126.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110300.xhp#par_id3153126.help.text\n"
"\\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"Template "
"Management\\\"\\>Template Management\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01110400.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/01110400.xhp#hd_id3150620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01110400.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01110400.xhp#par_id3144415.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OpenTemplate\\\"\\>Opens a dialog where you can select "
"a template for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01120000.xhp#tit.help.text\n"
"Page Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#hd_id3085157.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01120000.xhp\\\" name=\\\"Page "
"Preview\\\"\\>Page Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3158405.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PrintPreview\\\"\\>Displays a preview of the printed "
"page or closes the preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3147043.3.help.text
msgid ""
"Use the icons on the \\<emph\\>Page Preview Bar\\</emph\\> to scroll through "
"the pages of the document or to print the document."
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3153049.7.help.text
msgid ""
"You can also press \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Ctrl+ \\</caseinline\\>\\</switchinline\\>Page Up and "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Ctrl+ \\</caseinline\\>\\</switchinline\\>Page Down "
"keys to scroll through the pages."
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3153032.4.help.text
msgid "You cannot edit your document while you are in the page preview."
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3146797.5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>To exit the page preview, "
"click the \\<emph\\>Close Preview\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3155829.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0210.xhp\\\" name=\\\"Page View Object "
"Bar\\\"\\>Page View Object Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3149578.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0210.xhp\\\" name=\\\"Page View Object "
"Bar\\\"\\>Page View Object Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01120000.xhp#par_id3149516.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01120000.xhp#par_id3149516.help.text\n"
"\\<link href=\\\"text/swriter/02/10110000.xhp\\\" name=\\\"Print "
"Options\\\"\\>Print Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01130000.xhp#tit.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#bm_id3154621.help.text
msgid ""
"\\<bookmark_value\\>printing; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>text; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>presentations; print "
"menu\\</bookmark_value\\>\\<bookmark_value\\>drawings; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>choosing "
"printers\\</bookmark_value\\>\\<bookmark_value\\>printers; "
"choosing\\</bookmark_value\\>\\<bookmark_value\\>print area "
"selection\\</bookmark_value\\>\\<bookmark_value\\>selecting; print "
"areas\\</bookmark_value\\>\\<bookmark_value\\>pages; selecting one to "
"print\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"selections\\</bookmark_value\\>\\<bookmark_value\\>selections; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"copies\\</bookmark_value\\>\\<bookmark_value\\>copies; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>spoolfiles with "
"Xprinter\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3154621.1.help.text
msgid " Print"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3146946.2.help.text
msgid ""
"\\<variable id=\\\"druckentext\\\"\\>\\<ahelp "
"hid=\\\".uno:Print\\\"\\>Prints the current document, selection, or the "
"pages that you specify. You can also set the print options for the current "
"document.\\</ahelp\\>\\</variable\\> The printing options can vary according "
"to the printer and the operating system that you use."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3153624.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3153624.3.help.text\n"
"Printer"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3149511.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_LISTBOX_DLG_SVT_PRNDLG_PRINTDLG_LB_NAMES\\\"\\>Lists the "
"default printer for the current document. The information for the printer is "
"displayed below this box. If you select another printer, the information is "
"updated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3145129.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3145129.5.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3147261.6.help.text
msgid ""
"Lists the installed printers on your operating system. To change the default "
"printer, select a printer name from the list."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3149346.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3149346.7.help.text\n"
"Status"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3145090.8.help.text
msgid "Describes the current status of the selected printer."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3156410.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3156410.9.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3149095.10.help.text
msgid "Displays the type of printer that you selected. "
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3153682.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3153682.11.help.text\n"
"Location"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3154317.12.help.text
msgid "Displays the port for the selected printer."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3148621.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3148621.13.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3147008.14.help.text
msgid "Displays additional information for the printer."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3155942.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3155942.15.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3156113.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_PRNDLG_PRINTDLG_BTN_PROPERTIES\\\""
"\\>Changes the printer settings for the current document.\\</ahelp\\> The "
"printer properties vary according to the printer that you select."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3148538.17.help.text
msgid "Print to File"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3150772.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_CHECKBOX_DLG_SVT_PRNDLG_PRINTDLG_CBX_FILEPRINT\\\"\\>Prints "
"to a file instead of to a printer. Select this box, and then choose a "
"location to save the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3146774.22.help.text
msgid "Print area"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3146137.23.help.text
msgid "Defines the print area for the current document."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3155450.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3155450.24.help.text\n"
"All"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3149164.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_SVT_PRNDLG_PRINTDLG_RBT_ALL\\\"\\>Prints the "
"entire document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3156156.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3156156.26.help.text\n"
"Pages"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3152944.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_SVT_PRNDLG_PRINTDLG_RBT_PAGES\\\"\\>Prints "
"only the pages that you specify in the \\<emph\\>Pages "
"\\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3146848.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_EDIT_DLG_SVT_PRNDLG_PRINTDLG_EDT_PAGES\\\"\\>To "
"print a range of pages, use the format 3-6. To print single pages, use the "
"format 7;9;11. If you want, you can print a combination of page ranges and "
"single pages, by using the format 3-6;8;10;12. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3159344.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3159344.29.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3150244.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_SVT_PRNDLG_PRINTDLG_RBT_SELECTION\\\""
"\\>Prints only the selected area(s) or object(s) in the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3148563.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3148563.31.help.text\n"
"Copies"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3151385.32.help.text
msgid ""
"Specify the number of copies that you want to print and the sorting options."
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3154923.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3154923.33.help.text\n"
"Copies"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3145069.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_NUMERICFIELD_DLG_SVT_PRNDLG_PRINTDLG_NUM_COPIES\\\"\\>Enter "
"the number of copies that you want to print.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3154390.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3154390.35.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3150865.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_CHECKBOX_DLG_SVT_PRNDLG_PRINTDLG_CBX_COLLATE\\\"\\>Preserves "
"the page order of the original document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#hd_id3150398.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01130000.xhp#hd_id3150398.38.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3159086.39.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_PUSHBUTTON_DLG_SVT_PRNDLG_PRINTDLG_BTN_OPTIONS\\\" "
"visibility=\\\"hidden\\\"\\>Changes the printer settings for the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3156080.41.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To set the default \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> printer options for text "
"documents, choose \\<link href=\\\"text/shared/optionen/01040400.xhp\\\" "
"name=\\\"Tools - Options - Writer - Print\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - Print\\</emph\\>\\</link\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_idN1099E.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>To "
"set the default \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"printer options for spreadsheet documents, choose \\<link "
"href=\\\"text/shared/optionen/01060700.xhp\\\" name=\\\"Tools - Options - "
"Calc - Print\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"Print\\</emph\\>\\</link\\>. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_idN109CD.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>To set the default \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> printer options for "
"presentation documents, choose \\<link "
"href=\\\"text/shared/optionen/01070400.xhp\\\" name=\\\"Tools - Options - "
"Impress - Print\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Impress - "
"Print\\</emph\\>\\</link\\>. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3157320.47.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>If "
"you want, you can use the STAR_SPOOL_DIR environment variable to specify the "
"directory where the Xprinter spoolfiles are saved. For example: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3154330.48.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>setenv STAR_SPOOL_DIR /usr/local/tmp (in the csh/tcsh) "
"or \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3150768.49.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>export STAR_SPOOL_DIR=/usr/local/tmp (in the sh/bash) "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01130000.xhp#par_id3150449.50.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>You "
"can also use the \\<link href=\\\"text/shared/guide/spadmin.xhp\\\" "
"name=\\\"spadmin printer setup program\\\"\\>spadmin printer setup "
"program\\</link\\> to specify additional printer options. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01140000.xhp#tit.help.text\n"
"Printer Setup"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#bm_id3147294.help.text
msgid ""
"\\<bookmark_value\\>printers; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>settings; "
"printers\\</bookmark_value\\>\\<bookmark_value\\>properties; "
"printers\\</bookmark_value\\>\\<bookmark_value\\>default printer; setting "
"up\\</bookmark_value\\>\\<bookmark_value\\>printers; default "
"printer\\</bookmark_value\\>\\<bookmark_value\\>page formats; "
"restriction\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3147294.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3147294.1.help.text\n"
"Printer Setup"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3154422.2.help.text
msgid ""
"\\<variable id=\\\"druckereinstellungtext\\\"\\>\\<ahelp "
"hid=\\\"SVTOOLS:MODALDIALOG:DLG_SVT_PRNDLG_PRNSETUPDLG\\\"\\>Select the "
"default printer for the current document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3148620.20.help.text
msgid ""
"You might experience a slight delay when you change the default printer for "
"a document that contains embedded $[officename] OLE objects."
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3145345.4.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Printer \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3145211.5.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Lists the information that applies to the selected "
"printer. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3148538.19.help.text
msgid ""
"If the list is empty, you need to install a default printer for your "
"operating system. Refer to the online help for your operating system for "
"instructions on how to install and setup a default printer."
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3154381.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3154381.6.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3156155.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS:LISTBOX:DLG_SVT_PRNDLG_PRNSETUPDLG:LB_NAMES\\\"\\>Lists the "
"installed printers on your operating system. To change the default printer, "
"select a printer name from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3156153.8.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Status \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3150465.9.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Describes the current status of the selected printer. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3154898.10.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>Type "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3156326.11.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Displays the type of printer that you selected. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3149416.12.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Location \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3149955.13.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Displays the port for the selected printer. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3145316.14.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Comments \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3155923.15.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Displays additional information for the printer. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#hd_id3149669.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01140000.xhp#hd_id3149669.16.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3149045.17.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>\\<ahelp "
"hid=\\\"SVTOOLS:PUSHBUTTON:DLG_SVT_PRNDLG_PRNSET"
"UPDLG:BTN_PROPERTIES\\\"\\>Changes the printer settings of your operating "
"system for the current "
"document.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01140000.xhp#par_id3157322.18.help.text
msgid ""
"Ensure that the Landscape or Portrait layout option set in the printer "
"properties dialog matches the page format that you set by choosing "
"\\<emph\\>Format - Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160000.xhp#tit.help.text\n"
"Send"
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01160000.xhp\\\" "
"name=\\\"Send\\\"\\>Send\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#par_id3151262.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sends a copy of the current document to different "
"applications.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3154398.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3154398.3.help.text\n"
"\\<link href=\\\"text/shared/01/01160200.xhp\\\" name=\\\"Document as E-"
"mail\\\"\\>Document as E-mail\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3155391.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01160300.xhp\\\" name=\\\"Create Master "
"Document\\\"\\>Create Master Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3153345.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/01160500.xhp\\\" name=\\\"Create HTML "
"Document\\\"\\>Create HTML Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3149811.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160000.xhp#hd_id3149811.4.help.text\n"
"\\<link href=\\\"text/swriter/01/01160300.xhp\\\" name=\\\"Create "
"AutoAbstract\\\"\\>Create AutoAbstract\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160200.xhp#tit.help.text\n"
"Document as E-mail"
msgstr ""

#: helpcontent2/source/text/shared/01/01160200.xhp#hd_id3150702.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01160200.xhp\\\"\\>Document as E-"
"mail\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160200.xhp#par_id3152823.2.help.text
msgid ""
"\\<variable id=\\\"versendentext\\\"\\>\\<ahelp "
"hid=\\\".uno:SendMail\\\"\\>Sends the current document as an e-mail "
"attachment with your default e-mail program.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160300.xhp#tit.help.text\n"
"Create Master Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3152790.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3152790.1.help.text\n"
"Create Master Document"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#par_id3148668.2.help.text
msgid ""
"\\<variable id=\\\"globtext\\\"\\>\\<ahelp "
"hid=\\\"HID_SEND_MASTER_CTRL_PUSHBUTTON_CANCEL\\\"\\>Creates a master "
"document from the current Writer document. A new sub-document is created at "
"each occurrence of the 'Heading 1' paragraph style in the source "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#par_id3149999.4.help.text
msgid ""
"The \\<link href=\\\"text/shared/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>\\<emph\\>Navigator\\</emph\\>\\</link\\> appears "
"after you create a master document. To edit a sub-document, double-click the "
"name of a sub-document in the \\<emph\\>Navigator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3152924.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3152924.9.help.text\n"
"Display area"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3152425.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01160300.xhp#hd_id3152425.10.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3147291.8.help.text
msgid "Current style"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#par_id3156426.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILESAVE_TEMPLATE\\\"\\>Select the paragraph style that "
"you want to use to separate the source document into sub-"
"documents.\\</ahelp\\> The default paragraph style is \"Heading 1\"."
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3153311.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01160300.xhp#hd_id3153311.11.help.text\n"
"File type"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3145313.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01160300.xhp#hd_id3145313.12.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/01160300.xhp#hd_id3147276.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01160300.xhp#hd_id3147276.13.help.text\n"
"Automatic file name extension"
msgstr ""

#: helpcontent2/source/text/shared/01/01170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01170000.xhp#tit.help.text\n"
"Exit"
msgstr ""

#: helpcontent2/source/text/shared/01/01170000.xhp#bm_id3154545.help.text
msgid "\\<bookmark_value\\>exiting $[officename]\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01170000.xhp#hd_id3154545.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01170000.xhp\\\" "
"name=\\\"Exit\\\"\\>Exit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01170000.xhp#par_id3151299.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Quit\\\"\\>Closes all $[officename] programs and "
"prompts you to save your changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01170000.xhp#par_id3154184.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01170000.xhp#par_id3154184.6.help.text\n"
"\\<link href=\\\"text/shared/01/01050000.xhp\\\" name=\\\"Close the current "
"document\\\"\\>Close the current document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01180000.xhp#tit.help.text
msgid "Save All"
msgstr ""

#: helpcontent2/source/text/shared/01/01180000.xhp#hd_id3150347.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01180000.xhp\\\" name=\\\"Save "
"All\\\"\\>Save All\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01180000.xhp#par_id3151299.1.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SaveAll\\\" visibility=\\\"visible\\\"\\>Saves all "
"open $[officename] documents.\\</ahelp\\> This command is only available if "
"two or more files have been modified."
msgstr ""

#: helpcontent2/source/text/shared/01/01180000.xhp#par_id3148440.3.help.text
msgid ""
"If you are saving a new file or a copy of a read-only file, the \\<link "
"href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#tit.help.text
msgid "Versions"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#bm_id1759697.help.text
msgid ""
"\\<bookmark_value\\>version file saving as, restriction\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3143272.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3143272.1.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3157898.2.help.text
msgid ""
"\\<variable id=\\\"versionentext\\\"\\>\\<ahelp "
"hid=\\\".uno:VersionDialog\\\"\\>Saves and organizes multiple versions of "
"the current document in the same file. You can also open, delete, and "
"compare previous versions.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3153527.22.help.text
msgid ""
"If you save a copy of a file that contains version information (by choosing "
"\\<emph\\>File - Save As)\\</emph\\>, the version information is not saved "
"with the file."
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3149750.4.help.text
msgid "New versions"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3163802.5.help.text
msgid "Set the options for saving a new version of the document."
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3147243.6.help.text
msgid "Save New Version"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3149149.7.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_SAVE\\\"\\>Saves the "
"current state of the document as a new version. If you want, you can also "
"enter comments in the \\<emph\\>Insert Version Comment \\</emph\\>dialog "
"before you save the new version.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3153348.8.help.text
msgid "Insert Version Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3150466.9.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:MULTILINEEDIT:DLG_COMMENTS:ME_VERSIONS\\\"\\>Enter a "
"comment here when you are saving a new version. If you clicked "
"\\<emph\\>Show \\</emph\\>to open this dialog, you cannot edit the "
"comment.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3149514.10.help.text
msgid "Always save version when closing"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3153823.11.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:CHECKBOX:DLG_VERSIONS:CB_SAVEONCLOSE\\\"\\>If you have "
"made changes to your document, $[officename] automatically saves a new "
"version when you close the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3159167.12.help.text
msgid "Existing versions"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3156327.13.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:MODALDIALOG:DLG_VERSIONS\\\"\\>Lists the existing "
"versions of the current document, the date and the time they were created, "
"the author and the associated comments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3149578.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01190000.xhp#hd_id3149578.14.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3153827.15.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_OPEN\\\"\\>Opens the "
"selected version in a read-only window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3147530.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01190000.xhp#hd_id3147530.16.help.text\n"
"Show"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3153061.17.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_VIEW\\\"\\>Displays the "
"entire comment for the selected version.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3154923.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/01190000.xhp#hd_id3154923.18.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3149669.19.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_DELETE\\\"\\>Deletes the "
"selected version.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#hd_id3148739.21.help.text
msgid "Compare"
msgstr ""

#: helpcontent2/source/text/shared/01/01190000.xhp#par_id3152811.23.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_VERSIONS:PB_COMPARE\\\"\\>Compare the "
"changes that were made in each version.\\</ahelp\\>If you want, you can "
"\\<link href=\\\"text/shared/01/02230400.xhp\\\" name=\\\"Accept or Reject "
"Changes\\\"\\>\\<emph\\>Accept or Reject Changes\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/01990000.xhp#tit.help.text
msgid "List of Files"
msgstr ""

#: helpcontent2/source/text/shared/01/01990000.xhp#hd_id3150279.6.help.text
msgid ""
"\\<variable id=\\\"picktitle\\\"\\>\\<link "
"href=\\\"text/shared/01/01990000.xhp\\\" name=\\\"List of Files\\\"\\>Recent "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01990000.xhp#par_id3154794.5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Lists the most recently opened files. To open a "
"file in the list, click its name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/01990000.xhp#par_id3159079.4.help.text
msgid ""
"The file is opened by the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> module that saved it."
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02010000.xhp#tit.help.text\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#bm_id3155069.help.text
msgid ""
""
"\\<bookmark_value\\>undoing;editing\\</bookmark_value\\>\\<bookmark_value\\>ed"
"iting;undoing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#hd_id3155069.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02010000.xhp\\\" "
"name=\\\"Undo\\\"\\>Undo\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_id3149205.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_UNDO\\\"\\>Reverses the last command or the "
"last entry you typed. To select the command that you want to reverse, click "
"the arrow next to the \\<emph\\>Undo \\</emph\\>icon on the Standard "
"bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_idN10630.help.text
msgid ""
"To change the number of commands that you can undo, choose Tools - Options - "
"$[officename] - Memory, and enter a new value in the number of steps box."
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_id3163803.8.help.text
msgid "Some commands (for example, editing Styles) cannot be undone."
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_id3155338.11.help.text
msgid "You can cancel the Undo command by choosing Edit - Redo."
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#hd_id3166410.7.help.text
msgid "About the Undo command in database tables"
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_id3148492.3.help.text
msgid ""
"When you are working with database tables, you can only undo the last "
"command."
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_id3155504.4.help.text
msgid ""
"If you change the content of a record in a database table that has not been "
"saved, and then use the\\<emph\\> Undo\\</emph\\> command, the record is "
"erased."
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#hd_id3149415.9.help.text
msgid "About the Undo command in presentations"
msgstr ""

#: helpcontent2/source/text/shared/01/02010000.xhp#par_id3159147.10.help.text
msgid ""
"The \\<emph\\>Undo \\</emph\\>list is cleared when you apply a new layout to "
"a slide."
msgstr ""

#: helpcontent2/source/text/shared/01/02020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02020000.xhp#tit.help.text\n"
"Redo"
msgstr ""

#: helpcontent2/source/text/shared/01/02020000.xhp#bm_id3149991.help.text
msgid ""
"\\<bookmark_value\\>restoring "
"editing\\</bookmark_value\\>\\<bookmark_value\\>redo "
"command\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02020000.xhp#hd_id3149991.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02020000.xhp\\\" "
"name=\\\"Redo\\\"\\>Redo\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02020000.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_REDO\\\"\\>Reverses the action of the last "
"\\<emph\\>Undo \\</emph\\>command. To select the \\<emph\\>Undo "
"\\</emph\\>step that you want to reverse, click the arrow next to the "
"\\<emph\\>Redo \\</emph\\>icon on the Standard bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02030000.xhp#tit.help.text\n"
"Repeat"
msgstr ""

#: helpcontent2/source/text/shared/01/02030000.xhp#bm_id3150279.help.text
msgid ""
"\\<bookmark_value\\>repeating; "
"commands\\</bookmark_value\\>\\<bookmark_value\\>commands; "
"repeating\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02030000.xhp#hd_id3150279.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02030000.xhp\\\" "
"name=\\\"Repeat\\\"\\>Repeat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02030000.xhp#par_id3155934.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Repeat\\\"\\>Repeats the last command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02030000.xhp#par_idN10644.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000402.xhp#letzter\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02040000.xhp#tit.help.text\n"
"Cut"
msgstr ""

#: helpcontent2/source/text/shared/01/02040000.xhp#bm_id3146936.help.text
msgid ""
""
"\\<bookmark_value\\>cutting\\</bookmark_value\\>\\<bookmark_value\\>clipboard;"
" cutting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02040000.xhp#hd_id3146936.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02040000.xhp\\\" "
"name=\\\"Cut\\\"\\>Cut\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02040000.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Cut\\\"\\>Removes and copies the selection to the "
"clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02050000.xhp#tit.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/01/02050000.xhp#bm_id3154824.help.text
msgid ""
"\\<bookmark_value\\>clipboard; "
"Unix\\</bookmark_value\\>\\<bookmark_value\\>copying; in "
"Unix\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02050000.xhp#hd_id3152876.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02050000.xhp\\\" "
"name=\\\"Copy\\\"\\>Copy\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02050000.xhp#par_id3154682.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Copy\\\"\\>Copies the selection to the "
"clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02050000.xhp#par_id3155552.4.help.text
msgid ""
"Each time you copy, the existing content of the clipboard is overwritten."
msgstr ""

#: helpcontent2/source/text/shared/01/02050000.xhp#par_id3154824.3.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\<variable id=\\\"unixkopieren\\\"\\>$[officename] "
"also supports the clipboard under Unix; however, you must use the "
"$[officename] commands, such as "
"Ctrl+C.\\</variable\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02060000.xhp#tit.help.text\n"
"Paste"
msgstr ""

#: helpcontent2/source/text/shared/01/02060000.xhp#bm_id3149031.help.text
msgid ""
"\\<bookmark_value\\>pasting; from "
"clipboard\\</bookmark_value\\>\\<bookmark_value\\>clipboard; "
"pasting\\</bookmark_value\\>\\<bookmark_value\\>cell "
"ranges;pasting\\</bookmar"
"k_value\\>\\<bookmark_value\\>cells;pasting\\</bookma"
"rk_value\\>\\<bookmark_value\\>pasting;cell ranges\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02060000.xhp#hd_id3149031.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02060000.xhp\\\" "
"name=\\\"Paste\\\"\\>Paste\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02060000.xhp#par_id3149511.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Paste\\\"\\>Inserts the contents of the clipboard at "
"the location of the cursor, and replaces any selected text or objects. Click "
"the arrow next to the icon to select the format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02060000.xhp#par_id3147834.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>In "
"a spreadsheet, when you paste a range of cells from the clipboard, the "
"result depends on the current selection: If only one cell is selected, the "
"cell range will be pasted started from that cell. If you mark a cell range "
"wider than the cell range in the clipboard, the cell range will be pasted "
"repeatedly to fill the selected cell range. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02070000.xhp#tit.help.text\n"
"Paste Special"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3147477.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3147477.1.help.text\n"
"Paste Special"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3147143.2.help.text
msgid ""
"\\<variable id=\\\"inhalteeinfuegentext\\\"\\>\\<ahelp "
"hid=\\\".uno:PasteSpecial\\\"\\>Inserts the contents of the clipboard into "
"the current file in a format that you can specify.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3147576.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3147576.5.help.text\n"
"Source"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3149388.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PASTE_DLG\\\"\\>Displays the source of the clipboard "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3153684.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3153684.7.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3149812.8.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:LISTBOX:MD_PASTE_OBJECT:LB_INSERT_LIST\\\"\\>Select a "
"format for the clipboard contents that you want to paste.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3147653.68.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>When you paste HTML data into a text document, you "
"can choose \"HTML format\" or \"HTML format without comments\". The second "
"choice is the default; it pastes all HTML data, but no comments. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3155420.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Paste Special \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3150976.16.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>This dialog appears in Calc if the clipboard contains "
"spreadsheet cells. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3155341.17.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Selection \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3152909.40.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Select a format for the clipboard contents that you "
"want to paste. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3145120.41.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Paste all \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3146848.42.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSALL\\\"\\>Pastes all cell "
"contents, notes, formats, and objects into the current "
"document.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3155449.43.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Strings \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3149244.44.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSSTRINGS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserts cells "
"containing text strings. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3148947.45.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Numbers \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3152360.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNUMBERS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserts cells "
"containing numbers. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3151054.47.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Date & Time \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3154226.48.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSDATETIME\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserts cells "
"containing date and time values. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3150791.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02070000.xhp#hd_id3150791.49.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Formulas \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3145744.50.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSFORMULAS\\\"\\>Inserts cells "
"containing formulae.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3153968.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02070000.xhp#hd_id3153968.51.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Notes \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3156422.52.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSNOTES\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserts notes that "
"are attached to cells. If you want to add the notes to the existing cell "
"content, select the \"Add\" operation. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3152935.53.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Formats \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3125863.54.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_INSATTRS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserts cell "
"format attributes. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3156282.65.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Objects \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3149810.66.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_CHECKBOX_RID_SCDLG_INSCONT_BTN_INSOBJECTS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserts objects "
"contained within the selected cell range. These can be OLE objects, chart "
"objects, or drawing objects. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3150440.19.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Operations \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3151351.38.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Select the operation to apply when you paste cells "
"into your sheet. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3153952.20.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>None \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3147348.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_NOOP\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Does not apply an "
"operation when you insert the cell range from the clipboard. The contents of "
"the clipboard will replace existing cell contents. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3154988.22.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Add \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3159196.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_ADD\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Adds the values in "
"the clipboard cells to the values in the target cells. Also, if the "
"clipboard only contains notes, adds the notes to the target cells. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3145263.24.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Subtract \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3154149.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_SUB\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Subtracts the "
"values in the clipboard cells from the values in the target cells. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3155312.26.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Multiply \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3155307.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_MUL\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Multiplies the "
"values in the clipboard cells with the values in the target cells. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3154320.28.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Divide \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3155417.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_OP_DIV\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Divides the values "
"in the target cells by the values in the clipboard cells. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3147048.55.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Options \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3156283.56.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Sets the paste options for the clipboard contents. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3151052.30.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Skip empty cells \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3148775.31.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_SKIP_EMPTY\\\"\\>Empty cells from "
"the clipboard do not replace target cells. If you use this option in "
"conjunction with the \\<emph\\>Multiply\\</emph\\> or the "
"\\<emph\\>Divide\\</emph\\> operation, the operation is not applied to the "
"target cell of an empty cell in the "
"clipboard.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3155084.32.help.text
msgid ""
"If you select a mathematical operation and clear the\\<emph\\> Skip empty "
"cells \\</emph\\>box, empty cells in the clipboard are treated as zeroes. "
"For example, if you apply the \\<emph\\>Multiply\\</emph\\> operation, the "
"target cells are filled with zeroes."
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3147173.33.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Transpose \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3147223.34.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_TRANSPOSE\\\"\\>Cells from the "
"left column become the top row and the top row becomes the left "
"column.\\</ahelp\\> Objects contained in the clipboard are scaled to fit the "
"output range. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3152971.35.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Link \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3146969.36.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_INSCONT:BTN_LINK\\\"\\>Inserts the cell range "
"as a link, so that changes made to the cells in the source file are updated "
"in the target file. To ensure that changes made to empty cells in the source "
"file are updated in the target file, ensure that the \\<emph\\>Insert "
"All\\</emph\\> option is also selected. "
"\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3145667.37.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>You can also link sheets within the same spreadsheet. "
"When you link to other files, a \\<link "
"href=\\\"text/shared/00/00000005.xhp#dde\\\" name=\\\"DDE link\\\"\\>DDE "
"link\\</link\\> is automatically created. A DDE link is inserted as a matrix "
"formula and can only be modified as a whole. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3146914.57.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Shift Cells \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3145169.58.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Set the shift options for the target cells when the "
"clipboard content is inserted. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3155518.59.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Don't shift \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3154158.60.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_NONE\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Inserted cells "
"replace the target cells. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3148483.61.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Down \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3152962.62.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_DOWN\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Target cells are "
"shifted downward when you insert cells from the clipboard. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#hd_id3145621.63.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Right \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02070000.xhp#par_id3159264.64.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:RADIOBUTTON:RID_SCDLG_INSCONT:BTN_MV_RIGHT\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Target cells are "
"shifted to the right when you insert cells from the clipboard. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02090000.xhp#tit.help.text\n"
"Select All"
msgstr ""

#: helpcontent2/source/text/shared/01/02090000.xhp#hd_id3145138.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02090000.xhp#hd_id3145138.1.help.text\n"
"\\<link href=\\\"text/shared/01/02090000.xhp\\\" name=\\\"Select "
"All\\\"\\>Select All\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02090000.xhp#par_id3149999.2.help.text
msgid ""
"\\<variable id=\\\"allestext\\\"\\>\\<ahelp hid=\\\".uno:Select\\\" "
"visibility=\\\"visible\\\"\\>Selects the entire content of the current file, "
"frame, or text object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02090000.xhp#par_id3155261.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"CALC\\\"\\>To select all of the cells on a sheet, click the "
"button at the intersection of the column and row header in the top left "
"corner of the sheet.\\</caseinline\\> \\<defaultinline/\\> "
"\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02090000.xhp#par_id3154046.4.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"CALC\\\"\\>To select all of the sheets in a spreadsheet file, "
"right-click the name tab of a sheet, and then choose \\<emph\\>Select All "
"Sheets\\</emph\\>.\\<ahelp hid=\\\".uno:TableSelectAll\\\" "
"visibility=\\\"hidden\\\"\\>Selects all of the sheets in the current "
"spreadsheet.\\</ahelp\\>\\</caseinline\\> \\<defaultinline/\\> "
"\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100000.xhp#tit.help.text\n"
"Find & Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#bm_id3154044.help.text
msgid ""
"\\<bookmark_value\\>finding; "
"text\\</bookmark_value\\>\\<bookmark_value\\>finding; "
"tables\\</bookmark_value\\>\\<bookmark_value\\>replacing; "
"text\\</bookmark_value\\>\\<bookmark_value\\>replacing; "
"cells\\</bookmark_value\\>\\<bookmark_value\\>finding; "
"styles\\</bookmark_value\\>\\<bookmark_value\\>styles; "
"finding\\</bookmark_value\\>\\<bookmark_value\\>searching, see also "
"finding\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3154044.1.help.text
msgid ""
"\\<variable id=\\\"02100000\\\"\\>\\<link "
"href=\\\"text/shared/01/02100000.xhp\\\" name=\\\"Find & Replace\\\"\\>Find "
"& Replace\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3149893.2.help.text
msgid ""
"\\<variable id=\\\"suchenersetzentext\\\"\\>\\<ahelp "
"hid=\\\".uno:SearchDialog\\\"\\>Searches for or replaces text or formats in "
"the current document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3152425.3.help.text
msgid "Search For"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3155805.4.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_SEARCH\\\"\\>Enter the "
"text that you want to search for, or select a previous search from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3153683.189.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_SEARCH_FORMATS\\\"\\>Search "
"options are listed in the \\<emph\\>Options \\</emph\\>area of the "
"dialog\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3152551.5.help.text
msgid "Replace With"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3156426.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_SEARCH:LB_REPLACE\\\"\\>Enter the "
"replacement text, or select a recent replacement text or style from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3150506.190.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MULTILINEEDIT:RID_SVXDLG_SEARCH:ED_REPLACE_FORMATS\\\"\\>"
"Replacement options are listed in the \\<emph\\>Options \\</emph\\>area of "
"the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3166410.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3166410.8.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3148538.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Entire Cells \\</caseinline\\>\\<defaultinline\\>Whole "
"words only\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3149579.11.help.text
msgid ""
"\\<variable id=\\\"ganze\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_CELLS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Searches for cells "
"with contents that are identical to the characters criteria are found. If "
"the search term is only part of the cell content, the cell is not found. "
"\\</caseinline\\>\\<defaultinline\\>Searches for whole words that are are "
"identical to the search "
"text.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3156192.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#hd_id3156192.14.help.text\n"
"Backwards"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3150771.15.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_BACKWARDS\\\"\\>Search "
"starts at the current cursor position and goes backwards to the beginning of "
"the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3144439.16.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Regular "
"expressions\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3155342.156.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_REGEXP\\\"\\>Allows you to use "
"wildcards in your search.\\</ahelp\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3154924.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#hd_id3154924.45.help.text\n"
"Match case"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#bm_id3154760.help.text
msgid "\\<bookmark_value\\>case-sensitive search\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3154760.46.help.text
msgid ""
"\\<variable id=\\\"exakt\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_MATCH_CASE\\\"\\>Distinguishes "
"between uppercase and lowercase characters.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#bm_id3147264.help.text
msgid "\\<bookmark_value\\>finding; selections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3147264.47.help.text
msgid "Current selection only"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3150866.48.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_SELECTIONS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Searches only the "
"selected cells. \\</caseinline\\>\\<defaultinline\\>Searches only the "
"selected text.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3153524.49.help.text
msgid "Search for Styles / Including Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3155103.50.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:BTN_LAYOUTS\\\"\\>Searches "
"for text formatted with the style that you specify. Select this checkbox, "
"and then select a style from the \\<emph\\>Search for \\</emph\\>list. To "
"specify a replacement style, select a style from the \\<emph\\>Replace "
"with\\</emph\\> list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_idN109CC.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100000.xhp#par_idN109CC.help.text\n"
"After you select the attributes that you want to search for, the "
"\\<emph\\>Search for Styles\\</emph\\> box in the \\<emph\\>Options "
"\\</emph\\>area of the %PRODUCTNAME Writer \\<emph\\>Find & Replace "
"\\</emph\\>dialog changes to \\<emph\\>Including Styles\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_idN109DF.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100000.xhp#par_idN109DF.help.text\n"
"If you want to search for text in which attributes were set by using direct "
"formatting and styles, select the \\<emph\\>Including Styles\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_idN109EC.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100000.xhp#par_idN109EC.help.text\n"
"\\<embedvar "
"href=\\\"text/shared/guide/find_attributes.xhp#find_attributes\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3149167.204.help.text
msgid ""
"\\<variable id=\\\"halbnormaltitel\\\"\\>Match character width (only if "
"Asian languages are enabled) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145744.208.help.text
msgid ""
"\\<variable id=\\\"halbnormaltext\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXD"
"LG_SEARCH_CB_JAP_MATCH_FULL_HALF_WIDTH\\\"\\>Distinguishes between half-"
"width and full-width character forms.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3153178.205.help.text
msgid ""
"\\<variable id=\\\"aehnlichtitel\\\"\\>Sounds like (Japanese) (only if Asian "
"languages are enabled) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145421.206.help.text
msgid ""
"\\<variable id=\\\"aehnlichtext\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_JAP_SOUNDS_LIKE\\\"\\>Lets you "
"specify the search options for similar notation used in Japanese text. "
"Select this checkbox, and then click the \\<emph\\>...\\</emph\\> button to "
"specify the search options. \\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3149765.209.help.text
msgid ""
"\\<variable id=\\\"aehnlichbutton\\\"\\>\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_JAP_OPTIONS\\\" "
"visibility=\\\"hidden\\\"\\>Sets the search options for similar notation "
"used in Japanese text.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3148672.212.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#par_id3148672.212.help.text\n"
"\\<link href=\\\"text/shared/optionen/01150200.xhp\\\" name=\\\"Searching in "
"Japanese\\\"\\>Searching in Japanese\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3154299.66.help.text
msgid "Find All"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145785.67.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH_ALL\\\"\\>Finds "
"and selects all instances of the text or the format that you are searching "
"for in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3163821.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#hd_id3163821.68.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3147436.69.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_SEARCH\\\"\\>Finds and "
"selects the next occurrence of the text or format that you searching for in "
"the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3153742.70.help.text
msgid "Replace All"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145660.71.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_REPLACE_ALL\\\"\\>Replaces all "
"of the occurrences of the text or format that you want to replace. "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Repeat this command until all replacements on your "
"slide have been made. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3149065.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#hd_id3149065.72.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3151170.73.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_REPLACE\\\"\\>Replaces "
"the selected text or format that you searched for, and then searches for the "
"next occurrence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3147348.192.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/01/02100200.xhp\\\" "
"name="
"\\\"Attribute\\\"\\>Attribute\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3155854.193.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/01/02100300.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3154188.135.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>No Format \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3159155.136.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_NOFORMAT\\\"\\>Click in the "
"\\<emph\\>Search for \\</emph\\>or the \\<emph\\>Replace with "
"\\</emph\\>box, and then click this button to remove the search criteria "
"based on formats.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3150337.137.help.text
msgid ""
"The search criteria for formatting attributes are displayed under the "
"\\<emph\\>Search for \\</emph\\>or the \\<emph\\>Replace with \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3153157.138.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>More \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3150113.139.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MOREBUTTON:RID_SVXDLG_SEARCH:BTN_MORE\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Extends the search "
"options. Click this button again to hide the extended search options. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3154944.140.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Search in \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3146925.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#hd_id3146925.142.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Formulas \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3147126.143.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_SEARCH:BTN_FORMULAS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Searches for the "
"characters that you specify in formulas and in fixed (not calculated) "
"values. For example, you could look for formulas that contain 'SUM'. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3149400.144.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Values \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3146969.145.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_SEARCH:BTN_VALUES\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Searches for the "
"characters that you specify in values and in the results of formulas. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3145650.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100000.xhp#hd_id3145650.146.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Notes \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3153947.147.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_SEARCH:BTN_NOTES\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Searches for the "
"characters that you specify in the notes that are attached to the cells. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3153004.148.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Search direction \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3156332.207.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Determines the order for searching the cells. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3155064.150.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>By "
"Rows \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145167.151.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_SEARCH:BTN_ROWS\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Searches from left "
"to right across the rows. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3156277.152.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>By "
"Columns \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145207.153.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_SEARCH:BTN_COLUMNS\\\"\\>Searches from "
"top to bottom through the "
"columns.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3153764.194.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Extras \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#bm_id3152960.help.text
msgid ""
"\\<bookmark_value\\>searching; all "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>finding; in all "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>sheets; searching "
"all\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#hd_id3152960.196.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Search in all sheets "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3145619.197.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXDLG_SEARCH:CB_ALLTABLES\\\"\\>Searches through "
"all of the sheets in the current spreadsheet "
"file.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100000.xhp#par_id3151101.188.help.text
msgid ""
"After you close the \\<emph\\>Find & Replace\\</emph\\> dialog, you can "
"still search using the last search criteria that you entered, by pressing "
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#tit.help.text
msgid "List of Regular Expressions"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#bm_id3146765.help.text
msgid ""
"\\<bookmark_value\\>regular expressions; list "
"of\\</bookmark_value\\>\\<bookmark_value\\>lists;regular "
"expressions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#hd_id3146765.203.help.text
msgid ""
"\\<variable id=\\\"02100001\\\"\\>\\<link "
"href=\\\"text/shared/01/02100001.xhp\\\"\\>List of Regular "
"Expressions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3149741.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3149741.17.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3155577.18.help.text
msgid "Result/Use"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id6600543.help.text
msgid "Any character"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id9824518.00000001.help.text
msgid "Represents any single character unless otherwise specified."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3152427.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3152427.19.help.text\n"
"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3149031.20.help.text
msgid ""
"Represents any single character except for a line break or paragraph break. "
"For example, the search term \"sh.rt\" returns both \"shirt\" and \"short\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3154682.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3154682.21.help.text\n"
"^"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3155351.22.help.text
msgid ""
"Only finds the search term if the term is at the beginning of a paragraph. "
"Special objects such as empty fields or character-anchored frames, at the "
"beginning of a paragraph are ignored. Example: \"^Peter\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3159194.23.help.text
msgid "$"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3152542.24.help.text
msgid ""
"Only finds the search term if the term appears at the end of a paragraph. "
"Special objects such as empty fields or character-anchored frames at the end "
"of a paragraph are ignored. Example: \"Peter$\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3156414.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3156414.25.help.text\n"
"*"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3155555.26.help.text
msgid ""
"Finds zero or more of the characters in front of the \"*\". For example, "
"\"Ab*c\" finds \"Ac\", \"Abc\", \"Abbc\", \"Abbbc\", and so on."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3147399.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3147399.27.help.text\n"
"+"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3157958.28.help.text
msgid ""
"Finds one or more of the characters in front of the \"+\". For example, "
"\"AX.+4\" finds \"AXx4\", but not \"AX4\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3145313.207.help.text
msgid ""
"The longest possible string that matches this search pattern in a paragraph "
"is always found. If the paragraph contains the string \"AX 4 AX4\", the "
"entire passage is highlighted."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3143267.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3143267.199.help.text\n"
"?"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153684.200.help.text
msgid ""
"Finds zero or one of the characters in front of the \"?\". For example, "
"\"Texts?\" finds \"Text\" and \"Texts\" and \"x(ab|c)?y\" finds \"xy\", "
"\"xaby\", or \"xcy\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3166410.158.help.text
msgid "\\\\"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3147209.159.help.text
msgid ""
"Search interprets the special character that follows the \"\\\\\" as a "
"normal character and not as a regular expression (except for the "
"combinations \\\n"
", \\\\t, \\\\>, and \\\\<). For example, \"tree\\\\.\" finds \"tree.\", not "
"\"treed\" or \"trees\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3152945.166.help.text
msgid "\\\n"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153700.167.help.text
msgid ""
"Represents a line break that was inserted with the Shift+Enter key "
"combination. To change a line break into a paragraph break, enter "
"\\<emph\\>\\\n"
"\\</emph\\> in the \\<emph\\>Search for\\</emph\\> and \\<emph\\>Replace "
"with\\</emph\\> boxes, and then perform a search and replace."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153258.29.help.text
msgid "\\\\t"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3157809.30.help.text
msgid ""
"Represents a tab. You can also use this expression in the \\<emph\\>Replace "
"with\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3146775.33.help.text
msgid "\\\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3148644.34.help.text
msgid ""
"Only finds the search term if it appears at the end of a word. For example, "
"\"book\\\\>\" finds \"checkbook\", but not \"bookmark\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150670.35.help.text
msgid "\\\\<"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153666.36.help.text
msgid ""
"Only finds the search term if it appears at the beginning of a word. For "
"example, \"\\\\<book\" finds \"bookmark\", but not \"checkbook\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3149576.37.help.text
msgid "^$"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3151245.38.help.text
msgid "Finds an empty paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3148550.41.help.text
msgid "^."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3159413.42.help.text
msgid "Finds the first character of a paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3147282.43.help.text
msgid "&"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153961.44.help.text
msgid ""
"Adds the string that was found by the search criteria in the "
"\\<emph\\>Search for\\</emph\\> box to the term in the \\<emph\\>Replace "
"with\\</emph\\> box when you make a replacement."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3149650.201.help.text
msgid ""
"For example, if you enter \"window\" in the \\<emph\\>Search for\\</emph\\> "
"box and \"&frame\" in the \\<emph\\>Replace with\\</emph\\> box, the word "
"\"window\" is replaced with \"windowframe\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150543.206.help.text
msgid ""
"You can also enter an \"&\" in the \\<emph\\>Replace with\\</emph\\> box to "
"modify the \\<emph\\>Attributes\\</emph\\> or the "
"\\<emph\\>Format\\</emph\\> of the string found by the search criteria."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3145419.172.help.text
msgid "[abc123]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3154630.173.help.text
msgid "Represents one of the characters that are between the brackets."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3156293.174.help.text
msgid "[a-e]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3149167.175.help.text
msgid "Represents any of the characters that are between a and e."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3155994.176.help.text
msgid "[a-eh-x]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3148676.177.help.text
msgid "Represents any of the characters that are between a-e and h-x."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3145318.178.help.text
msgid "[^a-s]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153351.179.help.text
msgid "Represents any character that is not between a and s."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3156543.180.help.text
msgid "\\\\xXXXX"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153768.181.help.text
msgid ""
"Represents a special character based on its four-digit hexadecimal code "
"(XXXX)."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3159252.208.help.text
msgid ""
"The code for the special character depends on the font used. You can view "
"the codes by choosing \\<emph\\>Insert - Special Character\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153951.186.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100001.xhp#par_id3153951.186.help.text\n"
"|"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3154985.187.help.text
msgid ""
"Finds the terms that occur before or after the \"|\". For example, "
"\"this|that\" finds \"this\" and \"that\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3147376.209.help.text
msgid "{2}"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150103.210.help.text
msgid ""
"Defines the number of times that the character in front of the opening "
"bracket occurs. For example, \"tre{2}\" finds \"tree\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3151289.211.help.text
msgid "{1,2}"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3147317.212.help.text
msgid ""
"Defines the number of times that the character in front of the opening "
"bracket can occur. For example, \"tre{1,2}\" finds both \"tree\" and "
"\"treated\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id4870754.help.text
msgid "{1,}"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id843836.help.text
msgid ""
"Defines the minimum number of times that the character in front of the "
"opening bracket can occur. For example, \"tre{2,}\" finds \"tree\", "
"\"treee\", and \"treeeee\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3148616.213.help.text
msgid "( )"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153573.214.help.text
msgid ""
"Defines the characters inside the parentheses as a reference. You can then "
"refer to the first reference in the current expression with \"\\\\1\", to "
"the second reference with \"\\\\2\", and so on."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3156061.215.help.text
msgid ""
"For example, if your text contains the number 13487889 and you search using "
"the regular expression (8)7\\\\1\\\\1, \"8788\" is found."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id2367931.help.text
msgid ""
"You can also use () to group terms, for example, \"a(bc)?d\" finds \"ad\" or "
"\"abcd\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3152885.216.help.text
msgid "[:digit:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150010.217.help.text
msgid "Represents a decimal digit."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153726.218.help.text
msgid "[:space:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150961.219.help.text
msgid "Represents a white space character such as space."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150486.220.help.text
msgid "[:print:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150872.221.help.text
msgid "Represents a printable character."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3155854.222.help.text
msgid "[:cntrl:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3152576.223.help.text
msgid "Represents a nonprinting character."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153743.224.help.text
msgid "[:alnum:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3153281.225.help.text
msgid "Represents an alphanumeric character ([:alpha:] and [:digit:])."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3154790.226.help.text
msgid "[:alpha:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3147397.227.help.text
msgid "Represents an alphabetic character."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3149958.228.help.text
msgid "[:lower:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3145730.229.help.text
msgid ""
"Represents a lowercase character if \\<emph\\>Match case\\</emph\\> is "
"selected in \\<emph\\>Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3148455.230.help.text
msgid "[:upper:]"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3150092.231.help.text
msgid ""
"Represents an uppercase character if \\<emph\\>Match case\\</emph\\> is "
"selected in \\<emph\\>Options.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100001.xhp#par_id3148388.204.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>For a logical "
"search expression with nested AND and OR operators, use "
"parentheses.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#tit.help.text
msgid "Similarity Search"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#bm_id3156045.help.text
msgid ""
"\\<bookmark_value\\>similarity "
"search\\</bookmark_value\\>\\<bookmark_value\\>finding; similarity "
"search\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3156045.52.help.text
msgid ""
"  \\<link href=\\\"text/shared/01/02100100.xhp\\\" name=\\\"Similarity "
"Search\\\"\\>Similarity Search\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3146856.53.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX_CHECKBOX_RID_SVXDLG_SEARCH_CB_SIMILARITY\\\"\\>Find terms that "
"are similar to the \\<emph\\>Search for \\</emph\\>text. Select this "
"checkbox, and then click  the \\<emph\\>...\\</emph\\> button to define the "
"similarity options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3149551.66.help.text
msgid ""
"For example, a similarity search can find words that differ from the s "
"\\<emph\\>Search for \\</emph\\>text by two characters."
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3154621.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100100.xhp#hd_id3154621.54.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3145629.55.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_SEARCH_PB_SIMILARITY\\\" "
"visibility=\\\"visible\\\"\\>Set the options for the similarity "
"search.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3149511.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100100.xhp#hd_id3149511.56.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3152594.57.help.text
msgid ""
"Define the criteria for determining if a word is similar to the search term."
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3153551.58.help.text
msgid "Exchange characters"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3152551.59.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_OTHER\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of characters in the search "
"term that can be exchanged.\\</ahelp\\> For example, if you specify 2 "
"exchanged characters, \"black\" and \"crack\" are considered similar."
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3147010.60.help.text
msgid "Add characters"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3109847.61.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_LONGER\\\" "
"visibility=\\\"visible\\\"\\>Enter the maximum number of characters by which "
"a word can exceed the number of characters in the search term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3166460.62.help.text
msgid "Remove characters"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3148685.63.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_NUMERICFIELD_RID_SVXDLG_SEARCHSIMILARITY_NF_SHORTER\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of characters by which a word "
"can be shorter than the search term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#hd_id3153700.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100100.xhp#hd_id3153700.64.help.text\n"
"Combine"
msgstr ""

#: helpcontent2/source/text/shared/01/02100100.xhp#par_id3156553.65.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SVXDLG_SEARCHSIMILARITY_CB_RELAX\\\" "
"visibility=\\\"visible\\\"\\>Searches for a term that matches any "
"combination of the similarity search settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100200.xhp#tit.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154422.1.help.text
msgid " Attributes"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3153331.2.help.text
msgid ""
"\\<variable id=\\\"attributetext\\\"\\>\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_ATTRIBUTE\\\"\\>Choose the text "
"attributes that you want to search for. For example, if you search for the "
"\\<emph\\>Font\\</emph\\> attribute, all instances of text that do not use "
"the default font are found. All text that has a directly coded font "
"attribute, and all text where a style switches the font attribute, are "
"found. \\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_idN105F3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100200.xhp#par_idN105F3.help.text\n"
"\\<embedvar "
"href=\\\"text/shared/guide/find_attributes.xhp#find_attributes\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3150944.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3150944.6.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3151384.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCHATTR_CTL_ATTR\\\"\\>Select the attributes that "
"you want to search for.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3149245.56.help.text
msgid "Keep with Next Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3154760.57.help.text
msgid "Finds the \\<emph\\>Keep With Next Paragraph\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3145068.40.help.text
msgid "Split Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3147560.41.help.text
msgid "Finds the \\<emph\\>Do not split paragraph\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3156435.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3156435.52.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150866.53.help.text
msgid "Finds the \\<emph\\>Spacing\\</emph\\> (top, bottom) attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154071.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154071.38.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3154365.39.help.text
msgid ""
"Finds the \\<emph\\>Alignment\\</emph\\> (left, right, centered, justified) "
"attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3145171.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3145171.8.help.text\n"
"Effects"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3149203.9.help.text
msgid ""
"Finds characters that use the \\<emph\\>Capital, Lowercase, Small capitals, "
"\\</emph\\>and \\<emph\\>Title \\</emph\\>character attributes."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148676.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148676.60.help.text\n"
"Blinking"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3153193.61.help.text
msgid "Finds characters use the \\<emph\\>Blinking\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3153968.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3153968.14.help.text\n"
"Strikethrough"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3145746.15.help.text
msgid ""
"Finds characters that use the \\<emph\\>Strikethrough\\</emph\\> (single or "
"double) attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3156422.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3156422.50.help.text\n"
"Indent"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150449.51.help.text
msgid ""
"Finds the \\<emph\\>Indent\\</emph\\> (from left, from right, first line) "
"attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3145203.44.help.text
msgid "Widows"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3153105.45.help.text
msgid "Finds the \\<emph\\>Widow Control\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3149560.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3149560.22.help.text\n"
"Kerning"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3155132.23.help.text
msgid ""
"Finds \\<emph\\>Spacing\\</emph\\> (standard, expanded, condensed) "
"attributes and Pair Kerning."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3145261.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3145261.12.help.text\n"
"Outline"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3153143.13.help.text
msgid "Finds the \\<emph\\>Outline\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148575.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148575.16.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3146922.17.help.text
msgid ""
"Finds characters using the \\<emph\\>Normal, Superscript\\</emph\\> or "
"\\<emph\\>Subscript \\</emph\\>attributes."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3156062.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3156062.62.help.text\n"
"Register-true"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3152886.63.help.text
msgid "Finds the \\<emph\\>Register-true\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3159196.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3159196.64.help.text\n"
"Relief"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3146120.65.help.text
msgid "Finds the \\<emph\\>Relief \\</emph\\>attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154014.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154014.66.help.text\n"
"Rotation"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150873.67.help.text
msgid "Finds the \\<emph\\>Rotation\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3152576.28.help.text
msgid "Shadowed"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150104.29.help.text
msgid "Finds the \\<emph\\>Shadowed\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3159156.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3159156.18.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3154320.19.help.text
msgid "Finds any instance where the default font was changed."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3151113.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3151113.10.help.text\n"
"Font Color"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3149664.11.help.text
msgid "Finds any instance where the default font color was changed."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3152794.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3152794.20.help.text\n"
"Font Size"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150962.21.help.text
msgid "Finds the \\<emph\\>Font size/Font height\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3163717.32.help.text
msgid "Font Weight"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150593.33.help.text
msgid ""
"Finds the \\<emph\\>Bold\\</emph\\> or the \\<emph\\>Bold and "
"Italic\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3146928.26.help.text
msgid "Font Posture"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3154097.27.help.text
msgid ""
"Finds the \\<emph\\>Italic\\</emph\\> or the \\<emph\\>Bold and "
"Italic\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148388.42.help.text
msgid "Orphans"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3156737.43.help.text
msgid ""
"Finds the \\<link href=\\\"text/shared/00/00000005.xhp#schuster\\\"\\>Orphan "
"Control\\</link\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3153159.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3153159.54.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3147045.55.help.text
msgid "Finds the \\<emph\\>Break With Page Style\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3147124.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3147124.48.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3153877.49.help.text
msgid "Finds the \\<emph\\>Hyphenation\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148773.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148773.68.help.text\n"
"Scale"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3147396.69.help.text
msgid "Finds the \\<emph\\>Scale \\</emph\\>attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148455.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3148455.24.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3150716.25.help.text
msgid "Finds the \\<emph\\>Language\\</emph\\> attribute (for spelling)."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154511.46.help.text
msgid "Tab Stops"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3151037.47.help.text
msgid "Finds paragraphs that use an additional tab set."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154164.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3154164.30.help.text\n"
"Underline"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3148566.31.help.text
msgid ""
"Finds characters that use the \\<emph\\>Underlined\\</emph\\> attribute "
"(single, double, or dotted)."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3153099.70.help.text
msgid "Vertical text alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3145650.71.help.text
msgid "Finds the \\<emph\\>Vertical text alignment \\</emph\\>attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3147259.34.help.text
msgid "Individual Words"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3156438.35.help.text
msgid ""
"Finds individual words that use the underlined or the strikethrough "
"attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3153948.58.help.text
msgid "Character background"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3145300.59.help.text
msgid ""
"Finds characters that use the \\<emph\\>Background\\</emph\\> attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#hd_id3146791.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100200.xhp#hd_id3146791.36.help.text\n"
"Line Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/02100200.xhp#par_id3146912.37.help.text
msgid ""
"Finds the \\<emph\\>Line spacing\\</emph\\> (single line, 1.5 lines, double, "
"proportional, at least, lead) attribute."
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02100300.xhp#tit.help.text\n"
"Text Format (Search)"
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#bm_id3154840.help.text
msgid ""
"\\<bookmark_value\\>finding;text "
"formats\\</bookmark_value\\>\\<bookmark_value\\>text formats; "
"finding\\</bookmark_value\\>\\<bookmark_value\\>formats; "
"finding\\</bookmark_value\\>\\<bookmark_value\\>searching; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>replacing; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>formats; "
"replacing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#hd_id3154840.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100300.xhp#hd_id3154840.130.help.text\n"
"Text Format (Search)"
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#par_id3150355.131.help.text
msgid ""
"\\<variable id=\\\"formattext\\\"\\>\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SEARCH:BTN_FORMAT\\\"\\>Finds specific "
"text formatting features, such as font types, font effects, and text flow "
"characteristics.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#par_id3145383.192.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02100300.xhp#par_id3145383.192.help.text\n"
"The search criteria for attributes are listed below the \\<emph\\>Search "
"for\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#par_id3150466.132.help.text
msgid ""
"You do not need to specify a search text in the \\<emph\\>Search "
"for\\</emph\\> box when you search and replace formatting."
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#par_id3156152.133.help.text
msgid ""
"To define a replacement format, click in the \\<emph\\>Replace "
"with\\</emph\\> box, and then click the \\<emph\\>Format \\</emph\\>button."
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#par_id3153821.157.help.text
msgid ""
"Use the \\<emph\\>Text Format (Search)\\</emph\\> or the \\<emph\\>Text "
"Format (Replace)\\</emph\\> to define your formatting search criteria. These "
"dialogs contain the following tab pages:"
msgstr ""

#: helpcontent2/source/text/shared/01/02100300.xhp#par_id3149457.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02100200.xhp\\\" "
"name=\\\"Attributes\\\"\\>Attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#tit.help.text
msgid "Navigator for Master Documents"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3153391.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02110000.xhp\\\"\\>Navigator for Master "
"Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3150603.2.help.text
msgid ""
"In a \\<link href=\\\"text/shared/01/01010001.xhp\\\"\\>master "
"document\\</link\\>, you can switch the Navigator between normal view and "
"master view."
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3148585.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVIGATOR_GLOB_TREELIST\\\"\\>The Navigator lists the "
"main components of the master document. If you rest the mouse pointer over a "
"name of a sub-document in the list, the full path of the sub-document is "
"displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3150789.3.help.text
msgid "The master view in the Navigator displays the following icons:"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3152542.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3152542.4.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3153394.5.help.text
msgid "Switches between master view and normal view."
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3145313.help.text
msgid ""
"\\<image id=\\\"img_id3155535\\\" src=\\\"sw/imglst/sc20244.png\\\"\\>\\<alt "
"id=\\\"alt_id3155535\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3159233.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3159233.6.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3147275.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3147275.7.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3147242.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_EDIT\\\"\\>Edit the contents of the component "
"selected in the Navigator list. If the selection is a file, the file is "
"opened for editing. If the selection is an index, the index dialog is "
"opened.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3153716.help.text
msgid ""
"\\<image id=\\\"img_id3145416\\\" src=\\\"sw/imglst/sc20245.png\\\"\\>\\<alt "
"id=\\\"alt_id3145416\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3149192.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3149192.9.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3150084.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3150084.10.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3149164.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_UPDATE\\\"\\>Click and choose the contents "
"that you want to update.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3159166.help.text
msgid ""
"\\<image id=\\\"img_id3153146\\\" src=\\\"sw/imglst/sc20246.png\\\"\\>\\<alt "
"id=\\\"alt_id3153146\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3145086.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3145086.12.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3147264.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3147264.28.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3147303.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_UPD_SEL\\\"\\>Updates the contents of the "
"selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3148756.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3148756.30.help.text\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3156435.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_UPD_IDX\\\"\\>Updates all indexes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3153524.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3153524.32.help.text\n"
"Links"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3154224.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_UPD_LINK\\\"\\>Updates all links.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154938.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154938.34.help.text\n"
"All"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3154154.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREEUPD_ALL\\\"\\>Updates all contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154631.48.help.text
msgid "Edit link"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3153105.49.help.text
msgid ""
"This command is found by right-clicking an inserted file in the "
"Navigator.\\<ahelp hid=\\\"HID_GLBLTREE_EDIT_LINK\\\"\\>Changes the link "
"properties for the selected file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3152933.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3152933.13.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3147084.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_INSERT\\\"\\>Inserts a file, an index, or a "
"new document into the master document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3153969.57.help.text
msgid ""
"You can also insert files into the master document by dragging a file from "
"your desktop and dropping on the master view of the Navigator."
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3153951.help.text
msgid ""
"\\<image id=\\\"img_id3146984\\\" src=\\\"sw/imglst/sc20244.png\\\"\\>\\<alt "
"id=\\\"alt_id3146984\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3150486.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3150486.15.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3146921.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3146921.36.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3149267.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_INS_IDX\\\"\\>Inserts an index or a table of "
"contents into the master document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3155413.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3155413.42.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3159198.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_INS_FILE\\\"\\>Inserts one or more existing "
"files into the master document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3155856.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3155856.44.help.text\n"
"New Document"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3154321.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_INS_NEW_FILE\\\"\\>Creates and inserts a new "
"sub-document.\\</ahelp\\> When you create a new document, you are prompted "
"to enter the file name and the location where you want to save the document."
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154472.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154472.46.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3163712.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_INS_TEXT\\\"\\>Inserts a new paragraph in the "
"master document where you can enter text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154640.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154640.16.help.text\n"
"Save Contents as well"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3149666.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX21\\\"\\>Saves a copy of the contents of the "
"linked files in the master document. This ensures that the current contents "
"are available when the linked files cannot be accessed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3151351.help.text
msgid ""
"\\<image id=\\\"img_id3152885\\\" src=\\\"sw/imglst/sc20248.png\\\"\\>\\<alt "
"id=\\\"alt_id3152885\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3157974.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3157974.18.help.text\n"
"Save Contents as well"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154096.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3154096.19.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3155852.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX23\\\"\\>Moves the selection down one position "
"in the Navigator list.\\</ahelp\\> You can also move entries by dragging and "
"dropping them in the list. If you move a text section onto another text "
"section, the text sections are merged."
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3154790.help.text
msgid ""
"\\<image id=\\\"img_id3166413\\\" src=\\\"sw/imglst/sc20171.png\\\"\\>\\<alt "
"id=\\\"alt_id3166413\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3149417.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3149417.21.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3147124.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3147124.22.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3146927.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX22\\\"\\>Moves the selection up one position in "
"the Navigator list.\\</ahelp\\> You can also move entries by dragging and "
"dropping them in the list. If you move a text section onto another text "
"section, the text sections are merged."
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3156178.help.text
msgid ""
"\\<image id=\\\"img_id3155083\\\" src=\\\"sw/imglst/sc20174.png\\\"\\>\\<alt "
"id=\\\"alt_id3155083\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3147257.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#par_id3147257.24.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#hd_id3148566.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02110000.xhp#hd_id3148566.26.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/02110000.xhp#par_id3153099.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLBLTREE_DEL\\\"\\>Deletes the selection from the "
"Navigator list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02180000.xhp#tit.help.text\n"
"Edit Links"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#bm_id3156156.help.text
msgid ""
"\\<bookmark_value\\>opening; with "
"link\\</bookmark_value\\>\\<bookmark_value\\>links; updating on "
"opening\\</bookmark_value\\>\\<bookmark_value\\>updating; links on "
"opening\\</bookmark_value\\>\\<bookmark_value\\>links; opening "
"with\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3150279.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3150279.1.help.text\n"
"Edit Links"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3150774.2.help.text
msgid ""
"\\<variable id=\\\"verknuepfungentext\\\"\\>\\<ahelp "
"hid=\\\".uno:ManageLinks\\\"\\>Lets you edit the properties of each link in "
"the current document, including the path to the source file. This command is "
"not available if the current document does not contain links to other "
"files.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3156156.27.help.text
msgid ""
"When you open a file that contains links, you are prompted to update the "
"links. Depending on where the linked files are stored, the update process "
"can take several minutes to complete."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3143270.28.help.text
msgid ""
"If you are loading a file that contains DDE links, you are prompted to "
"update the links. Decline the update if you do not want to establish a "
"connection to the DDE server."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_idN10646.help.text
msgid ""
"\\<ahelp hid=\\\"34869\\\"\\>Double-click a link in the list to open a file "
"dialog where you can select another object for this link.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3155503.3.help.text
msgid "Source file"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3156152.4.help.text
msgid "Lists the path to the source file."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3155449.11.help.text
msgid "Element"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3153348.12.help.text
msgid "Lists the application (if known) that last saved the source file."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3153061.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3153061.7.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3151384.8.help.text
msgid "Lists the file type, such as graphic, of the source file."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3156343.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3156343.9.help.text\n"
"Status"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3149046.10.help.text
msgid "Lists additional information about the source file."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3147264.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02180000.xhp#hd_id3147264.15.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3147304.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SO3:RADIOBUTTON:MD_UPDATE_BASELINKS:RB_AUTOMATIC\\\"\\>Automatically "
"updates the contents of the link when you open the file. Any changes made in "
"the source file are then displayed in the file containing the link. Linked "
"graphic files can only be updated manually.\\</ahelp\\> This option is not "
"available for a linked graphic file."
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3149456.30.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>The \\<emph\\>Automatic\\</emph\\> option is only "
"available for DDE links. You can insert a DDE link by copying the contents "
"from one file and pasting by choosing \\<emph\\>Edit - Paste "
"Special\\</emph\\>, and then selecting the \\<emph\\>Link\\</emph\\> box. As "
"DDE is a text based linking system, only the displayed decimals are copied "
"into the target sheet. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3154938.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02180000.xhp#hd_id3154938.17.help.text\n"
"Manual"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3151210.18.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:RADIOBUTTON:MD_UPDATE_BASELINKS:RB_MANUAL\\\"\\>Only "
"updates the link when you click the \\<emph\\>Update "
"\\</emph\\>button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3156280.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02180000.xhp#hd_id3156280.19.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3157320.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_UPDATE_NOW\\\"\\>Updates the "
"selected link so that the most recently saved version of the linked file is "
"displayed in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3151381.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02180000.xhp#hd_id3151381.21.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3154125.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_CHANGE_SOURCE\\\"\\>Change the "
"source file for the selected link.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#hd_id3147084.23.help.text
msgid "Break Link"
msgstr ""

#: helpcontent2/source/text/shared/01/02180000.xhp#par_id3147230.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SO3:PUSHBUTTON:MD_UPDATE_BASELINKS:PB_BREAK_LINK\\\"\\>Breaks the "
"link between the source file and the current document. The most recently "
"updated contents of the source file are kept in the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#tit.help.text
msgid "Modify Links"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#bm_id3149877.help.text
msgid ""
"\\<bookmark_value\\>links; "
"modifying\\</bookmark_value\\>\\<bookmark_value\\>modifying; "
"links\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3149877.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02180100.xhp\\\" name=\\\"Modify "
"Links\\\"\\>Modify Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#par_id3150838.2.help.text
msgid ""
"Change the properties for the selected \\<link "
"href=\\\"text/shared/00/00000005.xhp#dde\\\" name=\\\"DDE link\\\"\\>DDE "
"link\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3149549.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3149549.3.help.text\n"
"Edit Links"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#par_id3153114.4.help.text
msgid "Lets you set the properties for the selected link."
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3148548.5.help.text
msgid "Application:"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#par_id3154751.6.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_APP\\\" "
"visibility=\\\"visible\\\"\\>Lists the application that last saved the "
"source file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3155338.7.help.text
msgid "File:"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#par_id3153527.8.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_TOPIC\\\" "
"visibility=\\\"visible\\\"\\>Lists the path to the source file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3153577.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02180100.xhp#hd_id3153577.9.help.text\n"
"Section"
msgstr ""

#: helpcontent2/source/text/shared/01/02180100.xhp#par_id3146958.10.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:EDIT:MD_DDE_LINKEDIT:ED_DDE_ITEM\\\" "
"visibility=\\\"visible\\\"\\>Lists the section that the link refers to in "
"the source file. If you want, you can enter a new section here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02190000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02190000.xhp#tit.help.text\n"
"Plug-in"
msgstr ""

#: helpcontent2/source/text/shared/01/02190000.xhp#bm_id3146946.help.text
msgid ""
"\\<bookmark_value\\>plug-ins; activating and "
"deactivating\\</bookmark_value\\>\\<bookmark_value\\>activating plug-"
"ins\\</bookmark_value\\>\\<bookmark_value\\>deactivating; plug-"
"ins\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02190000.xhp#hd_id3146946.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02190000.xhp\\\" name=\\\"Plug-in\\\"\\>Plug-"
"in\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02190000.xhp#par_id3154863.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PlugInsActive\\\"\\>Allows you to edit \\<link "
"href=\\\"text/shared/00/00000002.xhp#plugin\\\" name=\\\"plug-ins\\\"\\>plug-"
"ins\\</link\\> in your file. Choose this command to enable or disable this "
"feature. When enabled, a check mark appears beside this command, and you "
"find commands to edit the plug-in in its context menu. When disabled, you "
"find commands to control the plug-in in its context menu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02200000.xhp#tit.help.text\n"
"Object"
msgstr ""

#: helpcontent2/source/text/shared/01/02200000.xhp#hd_id3146959.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02200000.xhp\\\" "
"name=\\\"Object\\\"\\>Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200000.xhp#par_id3154840.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:ObjectMenue\\\"\\>Lets you "
"edit a selected object in your file that you inserted with the "
"\\<emph\\>Insert – Object \\</emph\\>command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200000.xhp#par_id3153551.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04150000.xhp\\\" name=\\\"Insert - "
"Object\\\"\\>Insert - Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02200100.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/02200100.xhp#bm_id3145138.help.text
msgid ""
"\\<bookmark_value\\>objects; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200100.xhp#hd_id3145138.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02200100.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200100.xhp#par_id3150008.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Lets you edit a selected "
"object in your file that you inserted with the \\<emph\\>Insert – Object "
"\\</emph\\>command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02200200.xhp#tit.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/02200200.xhp#bm_id3085157.help.text
msgid ""
"\\<bookmark_value\\>objects; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>opening; "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200200.xhp#hd_id3085157.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02200200.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02200200.xhp#par_id3151097.2.help.text
msgid ""
"Opens the selected OLE object with the program that the object was created "
"in."
msgstr ""

#: helpcontent2/source/text/shared/01/02200200.xhp#par_id3154230.3.help.text
msgid ""
"This menu command is inserted into \\<emph\\>Edit – Objects\\</emph\\> "
"submenu by the application that created the linked object. Depending on the "
"application, the “Open” command for the OLE object might have a different "
"name."
msgstr ""

#: helpcontent2/source/text/shared/01/02200200.xhp#par_id3149760.4.help.text
msgid ""
"After you have completed your changes, close the source file for the OLE "
"object. The OLE object is then updated in the container document."
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#tit.help.text
msgid "Floating Frame Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150347.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02210101.xhp\\\" name=\\\"Floating Frame "
"Properties\\\"\\>Floating Frame Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3149031.2.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:TABPAGE:TP_FRAMEPROPERTIES\\\" "
"visibility=\\\"visible\\\"\\>Changes the properties of the selected floating "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3155364.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3155364.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3149511.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_FRAMENAME\\\" "
"visibility=\\\"visible\\\"\\>Enter a name for the floating frame. The name "
"cannot contain spaces, special characters, or begin with an underscore ( _ "
").\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150789.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150789.5.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3156414.6.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SFX2:EDIT:TP_FRAMEPROPERTIES:ED_URL\\\"\\>Enter the path and the "
"name of the file that you want to display in the floating frame. You can "
"also click the \\<emph\\>...\\</emph\\> button and locate the file that you "
"to display.\\</ahelp\\> For example, you can enter:"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3147399.7.help.text
msgid "http://www.sun.com"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3153683.8.help.text
msgid "file:///c|/Readme.txt "
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3147088.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3147088.10.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3155355.11.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SFX2:PUSHBUTTON:TP_FRAMEPROPERTIES:BT_FILEOPEN\\\"\\>Locate the file "
"that you want to display in the selected floating frame, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3146957.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3146957.12.help.text\n"
"Scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3156346.13.help.text
msgid "Add or remove a scrollbar from the selected floating frame."
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3163802.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3163802.14.help.text\n"
"On"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3150355.15.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGON\\\" "
"visibility=\\\"visible\\\"\\>Displays the scrollbar for the floating "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3155628.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3155628.16.help.text\n"
"Off"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3150669.17.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGOFF\\\" "
"visibility=\\\"visible\\\"\\>Hides the scrollbar for the floating "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150503.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150503.18.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3152909.19.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_SCROLLINGAUTO\\\" "
"visibility=\\\"visible\\\"\\>Mark this option if the currently active "
"floating frame can have a scrollbar when needed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3156156.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3156156.20.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3150943.21.help.text
msgid "Displays or hides the border of the floating frame."
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3146774.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3146774.22.help.text\n"
"On"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3159147.23.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_FRMBORDER_ON\\\" "
"visibility=\\\"visible\\\"\\>Displays the border of the floating "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3153146.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3153146.24.help.text\n"
"Off"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3156329.25.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:RADIOBUTTON:TP_FRAMEPROPERTIES:RB_FRMBORDER_OFF\\\" "
"visibility=\\\"visible\\\"\\>Hides the border of the floating "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3148563.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3148563.28.help.text\n"
"Spacing to contents"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3148943.29.help.text
msgid ""
"Define the amount of space that is left between the border of the floating "
"frame and the contents of the floating frame provided that both documents "
"inside and outside the floating frame are HTML documents."
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3152473.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3152473.30.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3149656.31.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:NUMERICFIELD:TP_FRAMEPROPERTIES:NM_MARGINWIDTH\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of horizontal space that you "
"want to leave between the right and the left edges of the floating frame and "
"the contents of the frame. Both documents inside and outside the floating "
"frame must be HTML documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3147303.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3147303.32.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3149670.33.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:NUMERICFIELD:TP_FRAMEPROPERTIES:NM_MARGINHEIGHT\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of vertical space that you "
"want to leave between the top and bottom edges of the floating frame and the "
"contents of the frame. Both documents inside and outside the floating frame "
"must be HTML documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150865.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02210101.xhp#hd_id3150865.34.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/02210101.xhp#par_id3150400.35.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:CHECKBOX:TP_FRAMEPROPERTIES:CB_MARGINHEIGHTDEFAULT\\\" "
"visibility=\\\"visible\\\"\\>Applies the default spacing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220000.xhp#tit.help.text\n"
"ImageMap Editor"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#bm_id3150502.help.text
msgid ""
"\\<bookmark_value\\>ImageMap; "
"editor\\</bookmark_value\\>\\<bookmark_value\\>editors; "
"ImageMap\\</bookmark_value\\>\\<bookmark_value\\>images; "
"ImageMap\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"ImageMap\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3150502.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3150502.1.help.text\n"
"ImageMap Editor"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3159194.2.help.text
msgid ""
"\\<variable id=\\\"imagemaptext\\\"\\>\\<ahelp "
"hid=\\\"SVX:FLOATINGWINDOW:RID_SVXDLG_IMAP\\\"\\>Allows you to attach "
"\\<link href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URLs\\\"\\>URLs\\</link\\> to specific areas, called hotspots, on a "
"graphic or a group of graphics. An image map is a group of one or more "
"hotspots.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3149751.3.help.text
msgid ""
"You can draw three types of hotspots: rectangles, ellipses, and polygons. "
"When you click a hotspot, the URL is opened in the browser window or frame "
"that you specify. You can also specify the text that appears when your mouse "
"rests on the hotspot."
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3154317.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3154317.5.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150506.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_APPLY\\\"\\>Applies the changes that you made "
"to the image map.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3149811.help.text
msgid ""
"\\<image id=\\\"img_id3147275\\\" src=\\\"svx/res/nu07.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3147275\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153321.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3153321.6.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3149579.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3149579.8.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3155829.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_OPEN\\\"\\>Loads an existing image map in the "
"\\<emph\\>MAP-CERN, MAP-NCSA\\</emph\\> or \\<emph\\>SIP StarView ImageMap "
"\\</emph\\>file format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3149795.help.text
msgid ""
"\\<image id=\\\"img_id3155503\\\" "
"src=\\\"res/commandimagelist/sc_open.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155503\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3159158.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3159158.9.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3147618.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3147618.11.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153626.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_SAVEAS\\\"\\>Saves the image map in "
"the\\<emph\\> MAP-CERN, MAP-NCSA\\</emph\\> or \\<emph\\>SIP StarView "
"ImageMap \\</emph\\>file format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3154280.help.text
msgid ""
"\\<image id=\\\"img_id3154923\\\" "
"src=\\\"res/commandimagelist/sc_saveas.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154923\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3152772.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3152772.12.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3150791.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3150791.14.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3154073.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_SELECT\\\"\\>Selects a hotspot in the image map "
"for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3156214.help.text
msgid ""
"\\<image id=\\\"img_id3153192\\\" "
"src=\\\"res/commandimagelist/sc_drawselect.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3153192\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153351.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3153351.15.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3149807.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3149807.17.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150870.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_RECT\\\"\\>Draws a rectangular hotspot where "
"you drag in the graphic. After, you can enter the \\<emph\\>Address and the "
"Text\\</emph\\> for the hotspot, and then select the "
"\\<emph\\>Frame\\</emph\\> where you want the URL to open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150769.help.text
msgid ""
"\\<image id=\\\"img_id3154297\\\" "
"src=\\\"res/commandimagelist/sc_rect.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154297\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3157894.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3157894.18.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153518.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153518.20.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3145591.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_CIRCLE\\\"\\>Draws an elliptical hotspot where "
"you drag in the graphic. After, you can enter the \\<emph\\>Address and the "
"Text\\</emph\\> for the hotspot, and then select the "
"\\<emph\\>Frame\\</emph\\> where you want the URL to open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3155308.help.text
msgid ""
"\\<image id=\\\"img_id3154011\\\" "
"src=\\\"res/commandimagelist/sc_ellipse.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154011\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153212.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3153212.21.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153573.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153573.23.help.text\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153190.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_POLY\\\"\\>Draws a polygonal hotspot in the "
"graphic. Click this icon, drag in the graphic, and then click to define one "
"side of the polygon. Move to where you want to place the end of the next "
"side, and then click. Repeat until you have drawn all of the sides of the "
"polygon. When you are finished, double-click to close the polygon. After, "
"you can enter the \\<emph\\>Address and the Text\\</emph\\> for the hotspot, "
"and then select the \\<emph\\>Frame\\</emph\\> where you want the URL to "
"open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3148577.help.text
msgid ""
"\\<image id=\\\"img_id3156005\\\" "
"src=\\\"res/commandimagelist/sc_polygon.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156005\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153364.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3153364.24.help.text\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153140.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153140.41.help.text\n"
"Freeform Polygon"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3147046.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_FREEPOLY\\\"\\>Draws a hotspot that is based on "
"a freeform polygon. Click this icon and move to where you want to draw the "
"hotspot. Drag a freeform line and release to close the shape. After, you can "
"enter the \\<emph\\>Address and the Text\\</emph\\> for the hotspot, and "
"then select the \\<emph\\>Frame\\</emph\\> where you want the URL to "
"open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153877.help.text
msgid ""
"\\<image id=\\\"img_id3148386\\\" "
"src=\\\"res/commandimagelist/sc_freeline.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3148386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3159128.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3159128.43.help.text\n"
"Freeform Polygon"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3145251.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3145251.44.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153745.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_POLYEDIT\\\"\\>Lets you change the shape of the "
"selected hotspot by editing the anchor points.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3145801.help.text
msgid ""
"\\<image id=\\\"img_id3150113\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectbeziermode.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3150113\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153416.46.help.text
msgid "Edit points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3155600.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3155600.47.help.text\n"
"Move Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3151318.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_POLYMOVE\\\"\\>Lets you move the individual "
"anchor points of the selected hotspot.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3146971.help.text
msgid ""
"\\<image id=\\\"img_id3148570\\\" "
"src=\\\"res/commandimagelist/sc_beziermove.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3148570\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153839.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3153839.49.help.text\n"
"Move Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3145162.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3145162.50.help.text\n"
"Insert Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3156355.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_POLYINSERT\\\"\\>Adds an anchor point where you "
"click on the outline of the hotspot.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150749.help.text
msgid ""
"\\<image id=\\\"img_id3146793\\\" "
"src=\\\"res/commandimagelist/sc_bezierinsert.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3146793\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3148915.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3148915.52.help.text\n"
"Insert Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3083283.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3083283.53.help.text\n"
"Delete Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3163824.54.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_POLYDELETE\\\"\\>Deletes the selected anchor "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3149021.help.text
msgid ""
"\\<image id=\\\"img_id3154508\\\" "
"src=\\\"res/commandimagelist/sc_bezierdelete.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154508\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3147341.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3147341.55.help.text\n"
"Delete Points"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3166448.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3166448.26.help.text\n"
"Active"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3146918.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_ACTIVE\\\"\\>Disables or enables the hyperlink "
"for the selected hotspot. A disabled hotspot is transparent.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3155901.help.text
msgid ""
"\\<image id=\\\"img_id3145232\\\" src=\\\"svx/res/id016.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3145232\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3155959.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3155959.27.help.text\n"
"Active"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153966.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3153966.38.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3151250.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_MACRO\\\"\\>Lets you assign a macro that runs "
"when you click the selected hotspot in a browser.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3145769.help.text
msgid ""
"\\<image id=\\\"img_id3153922\\\" "
"src=\\\"res/commandimagelist/sc_choosemacro.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3153922\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3149239.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3149239.39.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3149207.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3149207.56.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150785.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_PROPERTY\\\"\\>Allows you to define the "
"properties of the selected hotspot.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3159104.help.text
msgid ""
"\\<image id=\\\"img_id3149735\\\" "
"src=\\\"res/commandimagelist/sc_framedialog.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3149735\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153196.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#par_id3153196.58.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3144418.29.help.text
msgid "Address:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3157969.30.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:COMBOBOX:RID_SVXDLG_IMAP:CBB_URL\\\"\\>Enter the URL "
"for the file that you want to open when you click the selected "
"hotspot.\\</ahelp\\> If you want to jump to an anchor within the document, "
"the address should be of the form \"file:///C/document_name#anchor_name\"."
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3146132.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3146132.31.help.text\n"
"Text:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3159090.32.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_IMAP:EDT_TEXT\\\"\\>Enter the text that "
"you want to display when the mouse rests on the hotspot in a "
"browser.\\</ahelp\\> If you do not enter any text, the \\<emph\\>Address "
"\\</emph\\>is displayed."
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3158445.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220000.xhp#hd_id3158445.33.help.text\n"
"Frame:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150208.34.help.text
msgid ""
"Enter the name of the target frame that you want to open the URL in. You can "
"also select a standard frame name from the list."
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3153231.35.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100500.xhp\\\" name=\\\"List of frame "
"types\\\"\\>List of frame types\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#hd_id3150345.36.help.text
msgid "Graphic View"
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150382.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_IMAPDLG_GRAPHWND\\\"/\\>Displays the image map, so that "
"you can click and edit the hotspots."
msgstr ""

#: helpcontent2/source/text/shared/01/02220000.xhp#par_id3150983.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/keyboard.xhp\\\" name=\\\"Controlling the "
"ImageMap Editor With the Keyboard\\\"\\>Controlling the ImageMap Editor With "
"the Keyboard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220100.xhp#tit.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3154810.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3154810.1.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3152910.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:MODALDIALOG:RID_SVXDLG_IMAPURL\\\" "
"visibility=\\\"visible\\\"\\>Lists the properties for the selected "
"hotspot.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3150976.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3150976.3.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3152349.4.help.text
msgid "Lists the properties of the URL that is attached to the hotspot."
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3156327.5.help.text
msgid "URL:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3155831.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_URL\\\" "
"visibility=\\\"visible\\\"\\>Enter the URL for the file that you want to "
"open when you click the selected hotspot.\\</ahelp\\> If you want to jump to "
"a named anchor within the current document, the address should be of the "
"form “file:///C/[current_document_name]#anchor_name”."
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3153827.7.help.text
msgid "Alternative text:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3153665.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_URLDESCRIPTION\\\" "
"visibility=\\\"visible\\\"\\>Enter the text that you want to display when "
"the mouse rests on the hotspot in a browser.\\</ahelp\\>If you do not enter "
"any text, the \\<emph\\>Address \\</emph\\>is displayed."
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3149166.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3149166.9.help.text\n"
"Frame:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3155922.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:COMBOBOX:RID_SVXDLG_IMAPURL:CBB_TARGETS\\\" "
"visibility=\\\"visible\\\"\\>Enter the name of the target frame that you "
"want to open the URL in. You can also select a standard frame name that is "
"recognized by all browsers from the list.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#hd_id3147530.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02220100.xhp#hd_id3147530.11.help.text\n"
"Name:"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3148550.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_IMAPURL:EDT_NAME\\\" "
"visibility=\\\"visible\\\"\\>Enter a name for the image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02220100.xhp#par_id3147559.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100500.xhp\\\" name=\\\"Priority "
"Table\\\"\\>Priority Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230000.xhp#tit.help.text\n"
"Changes"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#hd_id3152952.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230000.xhp\\\" "
"name=\\\"Changes\\\"\\>Changes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#par_id3145759.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Lists the commands that are available for tracking "
"changes in your file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#hd_id3154894.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/01/02230200.xhp\\\" "
"name=\\\"Show\\\"\\>Show\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#hd_id3154184.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/shared/01/02230200.xhp\\\" "
"name=\\\"Show\\\"\\>Show\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#hd_id3153527.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230400.xhp\\\" name=\\\"Accept or "
"Reject\\\"\\>Accept or Reject\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#hd_id3145072.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230300.xhp\\\" "
"name=\\\"Comment\\\"\\>Comment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230000.xhp#hd_id3150694.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230500.xhp\\\" name=\\\"Merge "
"Document\\\"\\>Merge Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230100.xhp#tit.help.text\n"
"Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#hd_id3150758.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230100.xhp\\\" "
"name=\\\"Record\\\"\\>Record\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3155599.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TraceChangeMode\\\"\\>Tracks each change that is made "
"in the current document by author and date. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3155934.26.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If you choose \\<emph\\>Record - Show\\</emph\\>, "
"the lines containing changed text passages are indicated by a vertical line "
"in the left page margin. You can set the properties of the vertical line and "
"the other markup elements by choosing \\<link "
"href=\\\"text/shared/optionen/01040700.xhp\\\" name=\\\"Tools - Options - "
"Writer - Changes\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"Changes\\</emph\\>\\</link\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3147261.27.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>You can set the properties of the markup elements by "
"choosing \\<link href=\\\"text/shared/optionen/01060600.xhp\\\" "
"name=\\\"Tools - Options - Calc - Changes\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Calc - "
"Changes\\</emph\\>\\</link\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3145669.7.help.text
msgid ""
"The following changes are tracked when the record changes command is active:"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3149388.8.help.text
msgid "Paste and delete text"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3150693.9.help.text
msgid "Move paragraphs"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3147088.10.help.text
msgid "Sort text"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3148620.11.help.text
msgid "Find and replace text"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3145382.12.help.text
msgid ""
"Insert attributes that are one character wide, for example, fields and "
"footnotes."
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3146797.13.help.text
msgid "Insert sheets, ranges"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3154749.14.help.text
msgid "Insert document"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3153252.15.help.text
msgid "Insert AutoText"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3155449.16.help.text
msgid "Insert from clipboard"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3153821.20.help.text
msgid "Change cell contents by insertions and deletions"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3150771.21.help.text
msgid "Insert or delete columns and rows"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3150085.22.help.text
msgid "Insert sheets"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3154381.23.help.text
msgid "Cut, copy and paste through the clipboard"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3145119.24.help.text
msgid "Move by dragging and dropping"
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3154347.19.help.text
msgid ""
"When the record changes command is active, you cannot delete, move, merge, "
"split, or copy cells or delete sheets."
msgstr ""

#: helpcontent2/source/text/shared/01/02230100.xhp#par_id3154366.18.help.text
msgid "Changes made to formulas or numbers in tables are not recorded."
msgstr ""

#: helpcontent2/source/text/shared/01/02230150.xhp#tit.help.text
msgid "Protect Records"
msgstr ""

#: helpcontent2/source/text/shared/01/02230150.xhp#hd_id3154349.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230150.xhp\\\" name=\\\"Protect "
"Records\\\"\\>Protect Records\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230150.xhp#par_id3150794.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ProtectTraceChangeMode\\\" "
"visibility=\\\"visible\\\"\\>Prevents a user from deactivating the record "
"changes feature, or from accepting or rejecting changes unless the user "
"enters a password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#tit.help.text
msgid "Show Changes"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#bm_id3149988.help.text
msgid ""
"\\<bookmark_value\\>changes; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>h"
"iding;changes\\</bookmark_value\\>\\<bookmark_value\\>showing; "
"changes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#hd_id3149988.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230200.xhp\\\" name=\\\"Show "
"Changes\\\"\\>Show Changes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3153323.2.help.text
msgid ""
"\\<variable id=\\\"text\\\"\\>\\<ahelp hid=\\\".uno:ShowChanges\\\"\\>Shows "
"or hides recorded changes.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3152425.7.help.text
msgid ""
"You can change the display properties of the markup elements by "
"choosing\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01060600.xhp\\\" name=\\\"Tools - Options - "
"Writer - Changes\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"Changes\\</emph\\>\\</link\\>. "
"\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01060600.xhp\\\" name=\\\"Tools - Options - "
"Calc - Changes\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Calc - "
"Changes\\</emph\\>\\</link\\>. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3155356.6.help.text
msgid ""
"When you rest the mouse pointer over a change markup in the document, a "
"\\<emph\\>Tip\\</emph\\> displays the author and the date and time that the "
"change was made.\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\> If the \\<emph\\>Extended Tips\\</emph\\> are "
"activated, the type of change and any attached comments are also displayed. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#hd_id3153681.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Show changes in spreadsheet "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3149150.9.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES:CB_HIGHLIGHT\\\"\\>Shows or "
"hides recorded changes.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#hd_id3147336.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Show accepted changes "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3153541.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES"
":CB_HIGHLIGHT_ACCEPT\\\"\\>Shows or hides the changes that were "
"accepted.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#hd_id3149956.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Show rejected changes "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3159166.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"SC:CHECKBOX:RID_SCDLG_HIGHLIGHT_CHANGES"
":CB_HIGHLIGHT_REJECT\\\"\\>Shows or hides the changes that were "
"rejected.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230200.xhp#par_id3145119.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230300.xhp\\\" "
"name=\\\"Comments\\\"\\>Comments\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230300.xhp#tit.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/02230300.xhp#hd_id3083278.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230300.xhp#hd_id3083278.1.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/02230300.xhp#par_id3148983.2.help.text
msgid ""
"\\<variable id=\\\"kommentartext\\\"\\>\\<ahelp "
"hid=\\\"HID_REDLINING_EDIT\\\"\\>Enter a comment for the recorded "
"change.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230300.xhp#par_id3155391.3.help.text
msgid ""
"You can attach a comment when \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>the cursor is in "
"a changed text passage \\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>the changed cell is "
"selected\\</caseinline\\>\\</switchinline\\>, or in the \\<emph\\>Accept or "
"Reject Changes\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/02230300.xhp#par_id3156426.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Comments are displayed as callouts in the sheet when "
"you rest your mouse pointer over a cell with a recorded change. You can also "
"view comments that are attached to a changed cell in the changes list in the "
"\\<link href=\\\"text/shared/01/02230400.xhp\\\" name=\\\"Accept or Reject "
"Changes\\\"\\>\\<emph\\>Accept or Reject Changes\\</emph\\>\\</link\\> "
"dialog. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230400.xhp#tit.help.text\n"
"Accept or reject changes"
msgstr ""

#: helpcontent2/source/text/shared/01/02230400.xhp#hd_id3145138.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230400.xhp#hd_id3145138.1.help.text\n"
"Accept or reject changes"
msgstr ""

#: helpcontent2/source/text/shared/01/02230400.xhp#par_id3147240.2.help.text
msgid ""
"\\<variable id=\\\"redlining\\\"\\>\\<ahelp hid=\\\".uno:AcceptChanges\\\" "
"visibility=\\\"visible\\\"\\>Accept or reject recorded "
"changes.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230401.xhp#tit.help.text\n"
"List"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3159242.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230401.xhp\\\" "
"name=\\\"List\\\"\\>List\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3154894.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_VIEW_PAGE\\\"\\>Accept or reject individual "
"changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149511.26.help.text
msgid ""
"The \\<emph\\>List \\</emph\\>tab displays all of the changes that were "
"recorded in the current document. If you want to filter this list, click the "
"\\<emph\\>Filter \\</emph\\>tab, and then select your \\<link "
"href=\\\"text/shared/01/02230402.xhp\\\" name=\\\"filter "
"criteria\\\"\\>filter criteria\\</link\\>.\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\> If the list "
"contains nested changes, the dependencies are shown regardless of the "
"filter.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3153114.27.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Nested changes occur where changes made by different "
"authors overlap.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3155552.29.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Click the plus sign beside an entry in the list to "
"view all of the changes that were recorded for a "
"cell.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3154824.31.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>If "
"one of the nested changes for a cell matches a filter criterion, all of the "
"changes for the cell are displayed. When you filter the change list, the "
"entries in the list appear in different colors according to the following "
"table:\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3156426.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#par_id3156426.32.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3145382.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#par_id3145382.33.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3150355.34.help.text
msgid "black"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149416.35.help.text
msgid "The entry matches a filter criterion."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3145317.36.help.text
msgid "blue"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3156327.37.help.text
msgid "One or more subentries matches a filter criterion."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3156156.38.help.text
msgid "gray"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149192.39.help.text
msgid "The subentry does not match a filter criterion."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3155421.40.help.text
msgid "green"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149237.41.help.text
msgid "The subentry matches a filter criterion."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153146.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153146.3.help.text\n"
"Selection field"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3161459.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_VIEW_DG_VIEW\\\"\\>Lists the changes that "
"were recorded in the document. When you select an entry in the list, the "
"change is highlighted in the document. To sort the list, click a column "
"heading. \\</ahelp\\> Hold down Ctrl while you click to select multiple "
"entries in the list."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3152812.6.help.text
msgid ""
"To edit the comment for an entry in the list, right-click the entry, and "
"then choose\\<emph\\> Edit - Comment\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3153524.7.help.text
msgid ""
"After you accept or reject a change, the entries of the list are re-ordered "
"according to \"Accepted\" or \"Rejected\" status."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153379.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153379.8.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3153361.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SORT_ACTION\\\"\\>Lists the changes that were made "
"in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3152920.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Position\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149202.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Lists the cells with contents that were "
"changed.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3148452.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3148452.12.help.text\n"
"Author"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3153178.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SORT_AUTHOR\\\"\\>Lists the user who made the "
"change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3144762.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3144762.14.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3156422.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SORT_DATE\\\"\\>Lists the date and time that the "
"change was made.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3157962.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3157962.16.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3150868.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_SORT_COMMENT\\\"\\>Lists the comments that are "
"attached to the change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3154218.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3154218.18.help.text\n"
"Accept"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3152935.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_VIEW_PB_ACCEPT\\\"\\>Accepts the selected "
"change and removes the highlighting from the change in the "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3156543.22.help.text
msgid "Reject"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3150441.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_VIEW_PB_REJECT\\\"\\>Rejects the selected "
"change and removes the highlighting from the change in the "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3155429.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3155429.20.help.text\n"
"Accept All"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3150012.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_VIEW_PB_ACCEPTALL\\\"\\>Accepts all of the "
"changes and removes the highlighting from the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153742.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153742.24.help.text\n"
"Reject All"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3151353.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_VIEW_PB_REJECTALL\\\"\\>Rejects all of the "
"changes and removes the highlighting from the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3147442.28.help.text
msgid ""
"To reverse the acceptance or rejection of a change, choose \\<emph\\>Undo "
"\\</emph\\>on the \\<emph\\>Edit \\</emph\\>menu."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3159196.30.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Undo\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3151116.42.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If you made changes by choosing \\<emph\\>Format - "
"AutoFormat - Apply and Edit Changes\\</emph\\>, the \\<emph\\>Undo "
"\\</emph\\>button appears in the dialog.\\<ahelp "
"hid=\\\"HID_REDLINING_VIEW_PB_UNDO\\\"\\> Reverse the last Accept or Reject "
"command.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3152576.43.help.text
msgid ""
"There are additional commands in the \\<emph\\>context menu\\</emph\\> of "
"the list:"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3146975.44.help.text
msgid "Edit comment"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3153210.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_CHANGES_COMMENT\\\"\\>Edit the comment for the "
"selected change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153281.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153281.46.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149486.47.help.text
msgid "Sorts the list according to the column headings."
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3155316.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3155316.48.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3151280.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SORT_ACTION\\\"\\>Sorts the list according to the type "
"of change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3150116.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3150116.50.help.text\n"
"Author"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3149960.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SORT_AUTHOR\\\"\\>Sorts the list according to the "
"Author.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3148775.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3148775.52.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3153223.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SORT_DATE\\\"\\>Sorts the list according to the date "
"and time.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3150594.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230401.xhp#hd_id3150594.54.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3145595.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SORT_COMMENT\\\"\\>Sorts the list according to the "
"comments that are attached to the changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#hd_id3153157.56.help.text
msgid "Document Position"
msgstr ""

#: helpcontent2/source/text/shared/01/02230401.xhp#par_id3157976.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SORT_POSITION\\\"\\>Sorts the list in a descending "
"order according to the position of the changes in the document. This is the "
"default sorting method.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230402.xhp#tit.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3153323.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230402.xhp\\\" "
"name=\\\"Filter\\\"\\>Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3147088.2.help.text
msgid ""
"Set the criteria for filtering the list of changes on the \\<link "
"href=\\\"text/shared/01/02230401.xhp\\\" "
"name=\\\"List\\\"\\>\\<emph\\>List\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3150355.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3150355.3.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3147573.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_FILTER_TF_DATE2\\\"\\>Filters the list of "
"changes according to the date and the time that you specify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3154811.17.help.text
msgid "Set Date/Time"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3159147.help.text
msgid ""
"\\<image id=\\\"img_id3150771\\\" "
"src=\\\"res/commandimagelist/sc_timefield.png\\\"\\>\\<alt "
"id=\\\"alt_id3150771\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3143270.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_FILTER_IB_CLOCK2\\\"\\>Enters the current "
"date and time into the corresponding boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3155261.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3155261.5.help.text\n"
"Author"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3150084.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_FILTER_LB_AUTOR\\\"\\>Filters the list of "
"changes according to the name of the author that you select from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3147531.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Range\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3156344.14.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<ahelp "
"hid=\\\"HID_REDLINING_FILTER_ED_RANGE\\\"\\>Filters the list of changes "
"according to the range of cells that you specify. To select a range of cells "
"in your sheet, click the \\<emph\\>Set Reference \\</emph\\>button "
"(\\<emph\\>...\\</emph\\>).\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3147304.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Set Reference\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3151210.help.text
msgid ""
"\\<image id=\\\"img_id3154138\\\" "
"src=\\\"starmath/res/mi22011.png\\\"\\>\\<alt "
"id=\\\"alt_id3154138\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3156215.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_FILTER_BTN_REF\\\"\\>Select the range of "
"cells that you want to use as a filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3159149.20.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Shrink/Max\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3149809.help.text
msgid ""
"\\<image id=\\\"img_id3154153\\\" src=\\\"sc/res/refinp1.png\\\"\\>\\<alt "
"id=\\\"alt_id3154153\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3147287.21.help.text
msgid ""
"\\<ahelp hid=\\\"SC:IMAGEBUTTON:RID_SCDLG_SIMPLEREF:RB_ASSIGN\\\"\\>Select "
"the range of cells that you want to use as a filter, and then click this "
"button to return to the filter list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3156543.9.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Action\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3155413.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"HID_REDLINING_FILTER_LB_ACTION\\\"\\>Filters the list of changes "
"according to the type of change that you select in the "
"\\<emph\\>Action\\</emph\\> "
"box.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#hd_id3155855.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02230402.xhp#hd_id3155855.22.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3151114.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINING_FILTER_ED_COMMENT\\\"\\>Filters the comments "
"of the changes according to the keyword(s) that you enter. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02230402.xhp#par_id3163820.24.help.text
msgid ""
"You can also use \\<link href=\\\"text/shared/01/02100000.xhp\\\" "
"name=\\\"regular expressions\\\"\\>regular expressions\\</link\\> "
"(wildcards) when you filter the comments."
msgstr ""

#: helpcontent2/source/text/shared/01/02230500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230500.xhp#tit.help.text\n"
"Merge Document"
msgstr ""

#: helpcontent2/source/text/shared/01/02230500.xhp#hd_id3149000.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02230500.xhp#hd_id3149000.1.help.text\n"
"Merge Document"
msgstr ""

#: helpcontent2/source/text/shared/01/02230500.xhp#par_id3154408.2.help.text
msgid ""
"\\<variable id=\\\"dokzus\\\"\\>\\<ahelp hid=\\\".uno:MergeDocuments\\\" "
"visibility=\\\"visible\\\"\\>Imports changes made to copies of the same "
"document into the original document. Changes made to footnotes, headers, "
"frames and fields are ignored.\\</ahelp\\>\\</variable\\> Identical changes "
"are merged automatically."
msgstr ""

#: helpcontent2/source/text/shared/01/02240000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02240000.xhp#tit.help.text\n"
"Compare Document"
msgstr ""

#: helpcontent2/source/text/shared/01/02240000.xhp#hd_id3149877.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/02240000.xhp#hd_id3149877.1.help.text\n"
"Compare Document"
msgstr ""

#: helpcontent2/source/text/shared/01/02240000.xhp#par_id3150838.2.help.text
msgid ""
"\\<variable id=\\\"dokver\\\"\\>\\<ahelp "
"hid=\\\".uno:CompareDocuments\\\"\\>Compares the current document with a "
"document that you select.\\</ahelp\\>\\</variable\\> The contents of the "
"selected document are marked as deletions in the dialog that opens. If you "
"want, you can insert the contents of the selected file into the current "
"document by selecting the relevant deleted entries, clicking "
"\\<emph\\>Reject\\</emph\\>, and then clicking \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/02240000.xhp#par_id3153662.4.help.text
msgid "The contents of footnotes, headers, frames and fields are ignored."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#tit.help.text
msgid "Bibliography Database"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3150999.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02250000.xhp\\\" name=\\\"Bibliography "
"Database\\\"\\>Bibliography Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3149119.2.help.text
msgid ""
"\\<variable id=\\\"litdattext\\\"\\>\\<ahelp "
"hid=\\\"HID_BIB_DB_TBX\\\"\\>Insert, delete, edit, and organize records in "
"the bibliography database.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3149346.53.help.text
msgid ""
"If the fields in your database are read-only, ensure that the data source "
"view is closed."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3150506.41.help.text
msgid ""
"The supplied bibliography database contains sample records of books about "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3155356.4.help.text
msgid ""
"Use the toolbar to select a table in the bibliography database, to search "
"for records, or to sort the records using filters."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3153345.19.help.text
msgid "Select Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3153681.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02250000.xhp#hd_id3153681.20.help.text\n"
"Select Table"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3163802.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/source\\\"\\>Lists the available tables in the "
"current database. Click a name in the list to display the records for that "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3152996.22.help.text
msgid "Go to Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3153662.23.help.text
msgid "Use the following buttons to navigate through the records."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3145315.help.text
msgid ""
"\\<image id=\\\"img_id3156329\\\" "
"src=\\\"res/commandimagelist/sc_firstrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156329\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3158432.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRID_TRAVEL_FIRST\\\"\\>Go to the first record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3149514.help.text
msgid ""
"\\<image id=\\\"img_id3153320\\\" "
"src=\\\"res/commandimagelist/sc_prevrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153320\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3149192.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRID_TRAVEL_PREV\\\"\\>Go to the previous record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3156023.help.text
msgid ""
"\\<image id=\\\"img_id3153896\\\" "
"src=\\\"res/commandimagelist/sc_nextrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153896\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3146795.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRID_TRAVEL_NEXT\\\"\\>Go to the next record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3154071.help.text
msgid ""
"\\<image id=\\\"img_id3149649\\\" "
"src=\\\"res/commandimagelist/sc_lastrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149649\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3144760.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRID_TRAVEL_LAST\\\"\\>Go to the last record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3157960.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRID_TRAVEL_ABSOLUTE\\\"\\>Type the number of the "
"record that you want to display, and then press Enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3150868.5.help.text
msgid "Inserting a New Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3149168.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRID_TRAVEL_NEW\\\" visibility=\\\"hidden\\\"\\>Inserts "
"a new record into the current table.\\</ahelp\\>To create a record, click "
"the asterisk (*) button at the bottom of the table view. An empty row is "
"added at the end of the table."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3152920.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BIB_AUTHORITYTYPE_POS\\\"\\>Select the type of record "
"that you want to create. $[officename] inserts a number in the "
"\\<emph\\>Type\\</emph\\> column of the record that corresponds to the type "
"that you select here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3156423.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BIB_IDENTIFIER_POS\\\"\\>Enter a name for the record. "
"The name appears in the \\<emph\\>Identifier\\</emph\\> column in the list "
"of records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3155994.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BIB_URL_POS\\\"\\>Enter additional information for the "
"selected record. If you want, you can also enter the information in the "
"corresponding field in the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3163716.9.help.text
msgid "Finding and Filtering Records"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3147478.10.help.text
msgid "You can search for records by matching a keyword to a field entry."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3159181.28.help.text
msgid "Entering Search key"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3159125.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/query\\\"\\>Type the information that you want to "
"search for, and then press Enter. To change the filter options for the "
"search, long-click the \\<emph\\>AutoFilter\\</emph\\> icon, and then select "
"a different data field. You can use wildcards such as % or * for any number "
"of characters, and _ or ? for one character in your search. To display all "
"of the records in the table, clear this box, and then press Enter. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3155511.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02250000.xhp#hd_id3155511.29.help.text\n"
"AutoFilter"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3146975.14.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/autoFilter\\\"\\>Long-click to select the data "
"field that you want to search using the term that you entered in the "
"\\<emph\\>Search Key\\</emph\\> box. You can only search one data "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3149664.15.help.text
msgid ""
"The list of table records is automatically updated to match the new filter "
"settings."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3145590.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02250000.xhp#par_id3145590.30.help.text\n"
"Use the \\<emph\\>Standard Filter\\</emph\\> to refine and to combine "
"\\<emph\\>AutoFilter \\</emph\\>search options."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3155311.16.help.text
msgid ""
"To display all of the records in a table, click the \\<emph\\>Remove "
"Filter\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3147580.17.help.text
msgid "Deleting a Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3154471.18.help.text
msgid ""
"To delete a record in the current table, right-click the row header of the "
"record, and then select \\<emph\\>Delete\\</emph\\>. \\<ahelp "
"hid=\\\"SID_FM_DELETEROWS\\\" visibility=\\\"hidden\\\"\\>Deletes the "
"selected record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3152941.33.help.text
msgid "Changing the data source"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3147214.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02250000.xhp#hd_id3147214.38.help.text\n"
"Data Source"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3151118.39.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/sdbsource\\\"\\>Select the data source for the "
"bibliography database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3153223.40.help.text
msgid ""
"\\<ahelp hid=\\\"SID_ON_OPENDOC\\\"\\>Only the data sources that are "
"registered in $[officename] are listed. To add a data source to the list, "
"choose \\<emph\\>Tools – Data Sources\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3145645.35.help.text
msgid "Column Arrangement"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3151282.36.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/Mapping\\\"\\>Lets you map the column headings to "
"data fields from a different data source. To define a different data source "
"for your bibliography, click the\\<emph\\> Data Source\\</emph\\> button on "
"the record\\<emph\\> Object Bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3144767.37.help.text
msgid ""
"\\<ahelp hid=\\\"BIB_LISTBOX_RID_DLG_MAPPING_LB_CUSTOM4\\\"\\>Select the "
"data field that you want to map to the current \\<emph\\>Column "
"name\\</emph\\>. To change the available data fields, select a different "
"data source for your bibliography.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3155602.46.help.text
msgid "Menu commands"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3154512.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02250000.xhp#hd_id3154512.47.help.text\n"
"Delete Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3153947.48.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/DeleteRecord\\\"\\>Deletes the current "
"record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3153838.51.help.text
msgid "Choose Data Source"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3151019.52.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/DeleteRecord\\\"\\>Lets you choose a different "
"data source for your bibliography.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#hd_id3156358.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/02250000.xhp#hd_id3156358.49.help.text\n"
"Record"
msgstr ""

#: helpcontent2/source/text/shared/01/02250000.xhp#par_id3153730.50.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bib/InsertRecord\\\"\\>Inserts a new record into the "
"current table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03010000.xhp#tit.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#bm_id3154682.help.text
msgid ""
"\\<bookmark_value\\>scaling; "
"views\\</bookmark_value\\>\\<bookmark_value\\>zooming; "
"views\\</bookmark_value\\>\\<bookmark_value\\>views; "
"scaling\\</bookmark_value\\>\\<bookmark_value\\>screen; "
"scaling\\</bookmark_value\\>\\<bookmark_value\\>pages; "
"scaling\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3154682.1.help.text
msgid "\\<link href=\\\"text/shared/01/03010000.xhp\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3149578.2.help.text
msgid ""
"\\<variable id=\\\"massstabtext\\\"\\>\\<ahelp "
"hid=\\\".uno:Zoom\\\"\\>Reduces or enlarges the screen display of "
"%PRODUCTNAME.\\</ahelp\\>\\</variable\\> The current zoom factor is "
"displayed as a percentage value on the \\<emph\\>Status\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3149655.26.help.text
msgid ""
"Zooming is handled differently on Unix, Linux, and Windows platforms. A "
"document saved with a 100% zoom factor in Windows is displayed at a larger "
"zoom factor on Unix/Linux platforms. To change the zoom factor, double-click "
"the percentage value on the \\<emph\\>Status\\</emph\\> bar, and select the "
"zoom factor that you want."
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3149669.3.help.text
msgid "Zoom factor"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3154389.4.help.text
msgid ""
"Set the zoom factor at which to display the current document and all "
"documents of the same type that you open thereafter."
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3152771.24.help.text
msgid "Entire page"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3150543.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MNU_ZOOM_WHOLE_PAGE\\\"\\>Displays the entire page on "
"your screen.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3151210.22.help.text
msgid "Page Width"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3143231.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MNU_ZOOM_PAGE_WIDTH\\\"\\>Displays the complete width "
"of the document page. The top and bottom edges of the page may not be "
"visible.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3153351.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/03010000.xhp#hd_id3153351.20.help.text\n"
"Optimal"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3144760.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MNU_ZOOM_OPTIMAL\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Resizes the "
"display to fit the width of the selected cells. "
"\\</caseinline\\>\\<defaultinline\\> Resizes the display to fit the width of "
"the text in the document.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3150868.5.help.text
msgid "200 %"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3159151.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_200\\\"\\>Displays the "
"document at two times its actual size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3156422.7.help.text
msgid "150 %"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3145173.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_150\\\"\\>Displays the "
"document at one and a half times its actual size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3153106.9.help.text
msgid "100 %"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3147353.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_100\\\"\\>Displays the "
"document at its actual size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3153138.11.help.text
msgid "75 %"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3152791.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_75\\\"\\>Displays the "
"document at 75% of its actual size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3154191.13.help.text
msgid "50 %"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3156005.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXDLG_ZOOM:BTN_50\\\"\\>Displays the "
"document at half of its actual size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#hd_id3153191.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/03010000.xhp#hd_id3153191.15.help.text\n"
"Variable"
msgstr ""

#: helpcontent2/source/text/shared/01/03010000.xhp#par_id3159125.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXDLG_ZOOM:ED_USER\\\"\\>Allows you to "
"enter the zoom factor at which you want to display the document. Click here, "
"and then enter a percentage in the box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03020000.xhp#tit.help.text\n"
"Standard Bar"
msgstr ""

#: helpcontent2/source/text/shared/01/03020000.xhp#bm_id3150467.help.text
msgid "\\<bookmark_value\\>standard bar;showing/hiding\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03020000.xhp#hd_id3150467.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03020000.xhp\\\" name=\\\"Standard "
"Bar\\\"\\>Standard Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03020000.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FunctionBarVisible\\\"\\>Shows or hides the "
"\\<emph\\>Standard Bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03040000.xhp#tit.help.text
msgid "Input Method Status"
msgstr ""

#: helpcontent2/source/text/shared/01/03040000.xhp#bm_id3159079.help.text
msgid ""
""
"\\<bookmark_value\\>IME;showing/hiding\\</bookmark_value\\>\\<bookmark_value\\"
">input method window\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03040000.xhp#hd_id3159079.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03040000.xhp\\\" name=\\\"Input Method "
"Status\\\"\\>Input Method Status\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03040000.xhp#par_id3148668.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowImeStatusWindow\\\"\\>Shows or hides the Input "
"Method Engine (IME) status window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03040000.xhp#par_id3157898.3.help.text
msgid ""
"Currently only the Internet/Intranet Input Method Protocol (IIIMP) under "
"Unix is supported."
msgstr ""

#: helpcontent2/source/text/shared/01/03050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03050000.xhp#tit.help.text\n"
"Tools Bar"
msgstr ""

#: helpcontent2/source/text/shared/01/03050000.xhp#bm_id3145356.help.text
msgid "\\<bookmark_value\\>tools bar\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03050000.xhp#hd_id3145356.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03050000.xhp\\\" name=\\\"Tools "
"Bar\\\"\\>Tools Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03050000.xhp#par_id3150603.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ToolBarVisible\\\"\\>Shows or hides the "
"\\<emph\\>Tools bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03060000.xhp#tit.help.text\n"
"Status Bar"
msgstr ""

#: helpcontent2/source/text/shared/01/03060000.xhp#bm_id3152823.help.text
msgid "\\<bookmark_value\\>status bar;showing/hiding\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03060000.xhp#hd_id3152823.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03060000.xhp\\\" name=\\\"Status "
"Bar\\\"\\>Status Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03060000.xhp#par_id3147000.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StatusBarVisible\\\"\\>Shows or hides the "
"\\<emph\\>Status Bar\\</emph\\> at the bottom edge of the window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03110000.xhp#tit.help.text
msgid "Full Screen"
msgstr ""

#: helpcontent2/source/text/shared/01/03110000.xhp#bm_id3160463.help.text
msgid ""
"\\<bookmark_value\\>full screen "
"view\\</bookmark_value\\>\\<bookmark_value\\>screen; full screen "
"views\\</bookmark_value\\>\\<bookmark_value\\>complete screen "
"view\\</bookmark_value\\>\\<bookmark_value\\>views;full "
"screen\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03110000.xhp#hd_id3160463.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03110000.xhp\\\" name=\\\"Full "
"Screen\\\"\\>Full Screen\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03110000.xhp#par_id3148983.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FullScreen\\\"\\>Shows or hides the menus and "
"toolbars. To exit the full screen mode, click the \\<emph\\>Full Screen "
"On/Off\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03110000.xhp#par_id3152594.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FULLSCREENTOOLBOX\\\"\\>You can also use the shortcut "
"keys \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+J to switch between the normal and full "
"screen mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03110000.xhp#par_id3154318.28.help.text
msgid ""
"You can still use shortcut keys in \\<emph\\>Full Screen\\</emph\\> mode, "
"even though the menus are unavailable. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>To open "
"the\\<emph\\> View\\</emph\\> menu, press Alt+V. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03150100.xhp#tit.help.text\n"
"Confirm Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3150278.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3150278.1.help.text\n"
"Confirm Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#par_id3148668.2.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:MODALDIALOG:DLG_SFX_QUERYDELETE\\\" "
"visibility=\\\"visible\\\"\\>Confirms or cancels the deletion.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3152821.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3152821.3.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#par_id3150040.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_SFX_QUERYDELETE:BTN_YES\\\" "
"visibility=\\\"visible\\\"\\>Performs the deletion in the current "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3149999.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3149999.5.help.text\n"
"Delete All"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#par_id3155616.6.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_SFX_QUERYDELETE:BTN_ALL\\\" "
"visibility=\\\"visible\\\"\\>Performs the deletion in all selected "
"files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3157991.7.help.text
msgid "Do Not Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#par_id3147043.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:DLG_SFX_QUERYDELETE:BTN_NO\\\" "
"visibility=\\\"visible\\\"\\>Rejects the deletion for the current "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3149346.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03150100.xhp#hd_id3149346.9.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/shared/01/03150100.xhp#par_id3148620.10.help.text
msgid ""
"Cancels the deletion in the current file and any other selected files."
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#tit.help.text
msgid "Color Bar"
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#bm_id3147477.help.text
msgid ""
"\\<bookmark_value\\>color bar\\</bookmark_value\\>\\<bookmark_value\\>paint "
"box\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#hd_id3147477.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03170000.xhp\\\" name=\\\"Color "
"Bar\\\"\\>Color Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:ColorControl\\\"\\>Show or "
"hides the \\<emph\\>Color Bar\\</emph\\>. To modify or change the color "
"table that is displayed, choose \\<emph\\>Format – Area\\</emph\\>, and then "
"click on the \\<emph\\>Colors \\</emph\\>tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#par_id3154186.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_COLOR_CTL_COLORS\\\" visibility=\\\"visible\\\"\\>Click "
"the color that you want to use. To change the fill color of an object in the "
"current file, select the object and then click a color. To change the line "
"color of the selected object, right-click a color. To change the color of "
"text in a text object, double-click the text-object, select the text, and "
"then click a color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#par_id3147399.9.help.text
msgid ""
"You can also drag a color from the \\<emph\\>Color Bar\\</emph\\> and drop "
"it on a draw object on your slide."
msgstr ""

#: helpcontent2/source/text/shared/01/03170000.xhp#par_id3147009.7.help.text
msgid ""
"To detach the \\<emph\\>Color Bar\\</emph\\>, click on a gray area of the "
"toolbar while holding down Ctrl, and then drag. To reattach the "
"\\<emph\\>Color Bar\\</emph\\>, hold down Ctrl and drag the title bar of the "
"toolbar to the edge of the window."
msgstr ""

#: helpcontent2/source/text/shared/01/03990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/03990000.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/01/03990000.xhp#hd_id3160463.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/03990000.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/03990000.xhp#par_id3149748.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu to show and hide "
"toolbars.\\</ahelp\\> A toolbar contains icons and options that let you "
"quickly access $[officename] commands."
msgstr ""

#: helpcontent2/source/text/shared/01/03990000.xhp#hd_id3153683.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06140401.xhp\\\" name=\\\"Customize "
"Toolbar\\\"\\>Customize Toolbar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04050000.xhp#tit.help.text\n"
"Inserting Notes"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#bm_id3154100.help.text
msgid ""
"\\<bookmark_value\\>notes; inserting and "
"editing\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"notes\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"notes\\</bookmark_value\\>\\<bookmark_value\\>records; inserting notes "
"\\</bookmark_value\\>\\<bookmark_value\\>remarks; "
"inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#hd_id3154100.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04050000.xhp#hd_id3154100.1.help.text\n"
"Inserting Notes"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3151100.2.help.text
msgid ""
"\\<variable id=\\\"notizbearbeitentext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertAnnotation\\\"\\>Inserts a note at the current cursor "
"position. To view or edit the contents of a note, select the note and choose "
"this command.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3153394.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>A small yellow "
"rectangle marks the position of a note in a document. To open the note for "
"editing, double-click the rectangle.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3155552.17.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>If your file "
"contains more than one note, the \\<emph\\>Edit Note\\</emph\\> dialog "
"contains previous and next arrows to move between the different "
"notes.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3149182.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>To set the "
"printing options for notes in your document, choose \\<emph\\>File - "
"Print\\</emph\\>, and then click "
"\\<emph\\>Options\\</emph\\>.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3166460.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>When you attach a note to cell, a callout appears "
"where you can enter your text. A small red square marks the position of a "
"note in a sheet. To display the note permanently, right-click the note, and "
"choose \\<emph\\>Show Note\\</emph\\>. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3155390.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>To "
"edit a note, click in the cell that contains the note, and then choose "
"\\<emph\\>Insert - Note\\</emph\\>. To specify the formatting of the note "
"text, right-click the note. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_idN107A1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>To "
"change the position or size of a note, drag a border or corner of the note. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3153716.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>To "
"set the printing options for notes in your spreadsheet, choose "
"\\<emph\\>Format - Page\\</emph\\>, and then click the "
"\\<emph\\>Sheet\\</emph\\> tab. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#hd_id3152349.9.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</"
"caseinline\\>\\<defaultinline\\>Contents\\</defaulti"
"nline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3147530.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Displays the "
"properties of the selected note.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#hd_id3149669.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04050000.xhp#hd_id3149669.11.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</"
"caseinline\\>\\<defaultinline\\>Author\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3154280.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Displays the "
"initials of the person who created the note as well as the date that the "
"note was created.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#hd_id3161657.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</"
"caseinline\\>\\<defaultinline\\>Text\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3153362.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MULTILINEEDIT:RID_SVXDLG_POSTIT:ED_EDIT\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Enter the text for "
"your note.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#hd_id3154365.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04050000.xhp#hd_id3154365.15.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</"
"caseinline\\>\\<defaultinline\\>Author\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04050000.xhp#par_id3154153.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_POSTIT:BTN_AUTHOR\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Enters your "
"initials and the current date and time into the contents of the "
"note.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060000.xhp#tit.help.text
msgid "Scan"
msgstr ""

#: helpcontent2/source/text/shared/01/04060000.xhp#hd_id3146902.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04060000.xhp#hd_id3146902.1.help.text\n"
"\\<link href=\\\"text/shared/01/04060000.xhp\\\" "
"name=\\\"Scan\\\"\\>Scan\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060000.xhp#par_id3154926.2.help.text
msgid ""
"\\<variable id=\\\"scan\\\"\\>\\<ahelp hid=\\\".uno:Scan\\\"\\>Inserts a "
"scanned image into your document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060000.xhp#par_id3153124.5.help.text
msgid ""
"To insert a scanned image, the driver for your scanner must be installed. "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Under UNIX systems, install the SANE package found at "
"http://www.mostang.com/sane/. The SANE package must use the same libc as "
"$[officename].\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060000.xhp#hd_id3154673.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04060100.xhp\\\" name=\\\"Select "
"Source\\\"\\>Select Source\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060000.xhp#hd_id3152801.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04060200.xhp\\\" "
"name=\\\"Request\\\"\\>Request\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04060100.xhp#tit.help.text\n"
"Select Source"
msgstr ""

#: helpcontent2/source/text/shared/01/04060100.xhp#hd_id3150758.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04060100.xhp#hd_id3150758.1.help.text\n"
"Select Source"
msgstr ""

#: helpcontent2/source/text/shared/01/04060100.xhp#par_id3152823.2.help.text
msgid ""
"\\<variable id=\\\"quellaus\\\"\\>\\<ahelp hid=\\\".uno:TwainSelect\\\" "
"visibility=\\\"visible\\\"\\>Selects the scanner that you want to "
"use.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04060200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04060200.xhp#tit.help.text\n"
"Request"
msgstr ""

#: helpcontent2/source/text/shared/01/04060200.xhp#hd_id3153514.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04060200.xhp#hd_id3153514.1.help.text\n"
"Request"
msgstr ""

#: helpcontent2/source/text/shared/01/04060200.xhp#par_id3150278.2.help.text
msgid ""
"\\<variable id=\\\"anford\\\"\\>\\<ahelp hid=\\\".uno:TwainTransfer\\\" "
"visibility=\\\"visible\\\"\\>Scans an image, and then inserts the result "
"into the document. The scanning dialog is provided by the manufacturer of "
"the scanner.\\</ahelp\\>\\</variable\\> For an explanation of the dialog "
"please refer to the documentation on your scanner."
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04100000.xhp#tit.help.text\n"
"Special Character"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3152937.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3152937.1.help.text\n"
"Special Character"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3150838.2.help.text
msgid ""
"\\<variable id=\\\"sonder\\\"\\>\\<ahelp hid=\\\".uno:Bullet\\\"\\>Inserts "
"special characters from the installed fonts.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3152372.11.help.text
msgid ""
"When you click a character in the \\<emph\\>Special Characters "
"\\</emph\\>dialog, a preview and the corresponding numerical code for the "
"character is displayed."
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3151315.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3151315.3.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3152924.4.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_CHARMAP:LB_FONT\\\"\\>Select a font "
"to display the special characters that are associated with it.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3155555.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04100000.xhp#hd_id3155555.19.help.text\n"
"Subset"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3145090.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXDLG_CHARMAP_LB_SUBSET\\\"\\>Select a "
"Unicode category for the current font.\\</ahelp\\> The special characters "
"for the selected Unicode category are displayed in the character table."
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3145071.5.help.text
msgid "Character Table"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3154288.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CHARMAP_CTL_SHOWSET\\\"\\>Click the special "
"character(s) that you want to insert, and then click "
"\\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3154317.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3154317.7.help.text\n"
"Characters"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3152551.8.help.text
msgid "Displays the special characters that you have selected."
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#hd_id3155535.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04100000.xhp#hd_id3155535.12.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/04100000.xhp#par_id3147653.13.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_CHARMAP:BTN_DELETE\\\"\\>Clears "
"the current selection of special characters that you want to "
"insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04110000.xhp#tit.help.text\n"
"Hyperlink Bar"
msgstr ""

#: helpcontent2/source/text/shared/01/04110000.xhp#hd_id3143272.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04110000.xhp\\\" name=\\\"Hyperlink "
"Bar\\\"\\>Hyperlink Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04110000.xhp#par_id3150838.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertHyperlink\\\"\\>Shows or hides the\\<emph\\> "
"Hyperlink Bar, \\</emph\\>where you can insert and edit URLs or search the "
"Internet using keywords.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04110000.xhp#par_id3149511.help.text
msgid ""
"\\<link href=\\\"text/shared/main0209.xhp\\\" name=\\\"Hyperlink "
"bar\\\"\\>Hyperlink bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04110000.xhp#par_id3093440.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09030000.xhp\\\" name=\\\"Inserting "
"hyperlinks\\\"\\>Inserting hyperlinks\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04110000.xhp#par_id3154927.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04110000.xhp#par_id3154927.help.text\n"
"\\<link href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#tit.help.text
msgid "Inserting Pictures"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#hd_id3154350.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"Inserting "
"Pictures\\\"\\>Inserting Pictures\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#par_id3159411.2.help.text
msgid ""
"\\<variable id=\\\"grafiktext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertGraphic\\\"\\>Inserts a picture into the current "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#hd_id3149760.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04140000.xhp#hd_id3149760.17.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#par_id3154398.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEOPEN_IMAGE_TEMPLATE\\\"\\>Select the frame style "
"for the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#hd_id3150789.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04140000.xhp#hd_id3150789.6.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#par_id3153750.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEDLG_LINK_CB\\\"\\>Inserts the selected graphic file "
"as a link.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#hd_id3155805.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04140000.xhp#hd_id3155805.8.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/04140000.xhp#par_id3153311.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILEDLG_PREVIEW_CB\\\"\\>Displays a preview of the "
"selected graphic file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150000.xhp#tit.help.text\n"
"Object"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3146873.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04150000.xhp\\\" "
"name=\\\"Objects\\\"\\>Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#par_id3159079.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts an object into your document. For movies "
"and sounds, use \\<emph\\>Insert - Movie and Sound\\</emph\\> "
"instead.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3154894.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3154894.8.help.text\n"
"\\<link href=\\\"text/shared/01/04150100.xhp\\\" name=\\\"OLE "
"Object\\\"\\>OLE Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3159201.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3159201.6.help.text\n"
"\\<link href=\\\"text/shared/01/04150400.xhp\\\" "
"name=\\\"Sound\\\"\\>Sound\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3157896.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3157896.7.help.text\n"
"\\<link href=\\\"text/shared/01/04150500.xhp\\\" "
"name=\\\"Video\\\"\\>Video\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3151226.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3151226.9.help.text\n"
"\\<link href=\\\"text/shared/01/04150300.xhp\\\" "
"name=\\\"Applet\\\"\\>Applet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3153577.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3153577.4.help.text\n"
"\\<link href=\\\"text/shared/01/04160300.xhp\\\" "
"name=\\\"Formula\\\"\\>Formula\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150000.xhp#hd_id3152552.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/01/04160100.xhp\\\" "
"name=\\\"Chart\\\"\\>Chart\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#tit.help.text
msgid "Insert OLE Object"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#bm_id3153116.help.text
msgid ""
"\\<bookmark_value\\>OLE objects; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; OLE "
"objects\\</bookmark_value\\>\\<bookmark_value\\>objects; inserting OLE "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3153116.1.help.text
msgid "  Insert OLE Object"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3149748.2.help.text
msgid ""
"\\<variable id=\\\"ole\\\"\\>\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:InsertObject\\\"\\>Inserts an \\<link "
"href=\\\"text/shared/00/00000005.xhp#ole\\\" "
"name=\\\"OLE\\\"\\>OLE\\</link\\> object into the current document. The OLE "
"object is inserted as a link or an embedded "
"object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3149205.19.help.text
msgid ""
"To speed up the display of the document, OLE objects are kept in the program "
"cache. If you want to change the cache settings, choose \\<link "
"href=\\\"text/shared/optionen/01011000.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - Memory\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"Memory\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3145314.18.help.text
msgid ""
"You cannot use the clipboard or drag and drop to move OLE objects to other "
"files."
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3150693.17.help.text
msgid "Empty and inactive OLE objects are transparent."
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3149178.3.help.text
msgid "Create new"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3145345.4.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:RADIOBUTTON:MD_INSERT_OLEOBJECT:RB_NEW_OBJECT\\\" "
"visibility=\\\"visible\\\"\\>Creates a new OLE object based on the object "
"type that you select.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3155535.5.help.text
msgid "Object type"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3109847.6.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:LISTBOX:MD_INSERT_OLEOBJECT:LB_OBJECTTYPE\\\" "
"visibility=\\\"visible\\\"\\>Select the time of document that you want to "
"create.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3163803.7.help.text
msgid "Create from file"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3149191.8.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:RADIOBUTTON:MD_INSERT_OLEOBJECT:RB_OBJECT_FROMFILE\\\" "
"visibility=\\\"visible\\\"\\>Creates an OLE object from an existing "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3150084.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04150100.xhp#hd_id3150084.15.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3146773.16.help.text
msgid "Choose the file that you want to insert as an OLE object."
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3144438.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3144438.9.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3155434.10.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SO3:EDIT:MD_INSERT_OLEOBJECT:ED_FILEPATH\\\"\\>Enter the name of the "
"file that you want to link or embed, or click \\<emph\\>Search\\</emph\\>, "
"to locate the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#hd_id3153127.11.help.text
msgid "Search..."
msgstr ""

#: helpcontent2/source/text/shared/01/04150100.xhp#par_id3156326.12.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SO3:PUSHBUTTON:MD_INSERT_OLEOBJECT:BTN_FILEPATH\\\"\\>Locate the "
"file that you want to insert, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150200.xhp#tit.help.text\n"
"Insert Plug-In"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#bm_id3149962.help.text
msgid ""
"\\<bookmark_value\\>plug-ins; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; plug-"
"ins\\</bookmark_value\\>\\<bookmark_value\\>adding;plug-"
"ins\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3149962.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3149962.1.help.text\n"
"Insert Plug-In"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#par_id3155599.2.help.text
msgid ""
"\\<variable id=\\\"plugin\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertPlugin\\\"\\>Inserts a plug-in into the current "
"document.\\</ahelp\\>\\</variable\\> A \\<link "
"href=\\\"text/shared/00/00000002.xhp#plugin\\\" name=\\\"plug-in\\\"\\>plug-"
"in\\</link\\> is a software component that extends the capabilities of a web "
"browser."
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3148585.3.help.text
msgid "File/URL"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#par_id3147399.4.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:EDIT:MD_INSERT_OBJECT_PLUGIN:ED_FILEURL\\\"\\>Enter the "
"URL for the plug-in or click \\<emph\\>Browse\\</emph\\>, and then locate "
"the plug-in that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3155552.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3155552.5.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#par_id3143267.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SO3:PUSHBUTTON:MD_INSERT_OBJECT_PLUGIN:BTN_FILEURL\\\"\\>Locate the "
"plug-in that you want to insert, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3149750.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150200.xhp#hd_id3149750.7.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/04150200.xhp#par_id3150774.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SO3:MULTILINEEDIT:MD_INSERT_OBJECT_PLUGIN:ED_PLUGINS_OPTIONS\"
"\\"\\>Enter the parameters for the plug-in using the format "
"\\<emph\\>parameter1=\"some text\"\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150300.xhp#tit.help.text\n"
"Insert Applet"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#bm_id3155913.help.text
msgid ""
"\\<bookmark_value\\>applets; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"applets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3155913.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3155913.1.help.text\n"
"Insert Applet"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#par_id3147000.2.help.text
msgid ""
"\\<variable id=\\\"applet\\\"\\>\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:InsertApplet\\\"\\>Inserts an \\<link "
"href=\\\"text/shared/00/00000002.xhp#applet\\\" "
"name=\\\"applet\\\"\\>applet\\</link\\> written in the Java programming "
"language (called \"Java applet\" in the following paragraphs) into the "
"current document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3149283.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3149283.3.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#par_id3154398.4.help.text
msgid "Enter the name and the location of the Java applet."
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3154186.5.help.text
msgid "Class"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#par_id3145669.6.help.text
msgid ""
"\\<ahelp hid=\\\"SO3:EDIT:MD_INSERT_OBJECT_APPLET:ED_CLASSFILE\\\" "
"visibility=\\\"visible\\\"\\>Displays the file name of the Java "
"applet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3156136.7.help.text
msgid "Class Location"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#par_id3148620.8.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SO3:EDIT:MD_INSERT_OBJECT_APPLET:ED_CLASSLOCATION\\\"\\>Enter the "
"path for the Java applet, or click \\<emph\\>Search\\</emph\\>, and then "
"locate the Java applet to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3150506.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3150506.9.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#par_id3153527.10.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SO3:PUSHBUTTON:MD_INSERT_OBJECT_APPLET:BTN_CLASS\\\"\\>Locate the "
"Java applet to insert, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#hd_id3153345.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04150300.xhp#hd_id3153345.11.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/04150300.xhp#par_id3153663.12.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SO3:MULTILINEEDIT:MD_INSERT_OBJECT"
"_APPLET:ED_APPLET_OPTIONS\\\"\\>Enter the parameters for the Java applet "
"using the format \\<emph\\>parameter1=\"some text\"\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150400.xhp#tit.help.text\n"
"Insert sound"
msgstr ""

#: helpcontent2/source/text/shared/01/04150400.xhp#bm_id3152414.help.text
msgid ""
"\\<bookmark_value\\>sounds; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"sounds\\</bookmark_value\\>\\<bookmark_value\\>audio; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; audio "
"files\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150400.xhp#hd_id3152414.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150400.xhp#hd_id3152414.1.help.text\n"
"Insert sound"
msgstr ""

#: helpcontent2/source/text/shared/01/04150400.xhp#par_id3154840.2.help.text
msgid ""
"\\<variable id=\\\"klang\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertSound\\\"\\>Inserts a sound file into the current "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150500.xhp#tit.help.text\n"
"Insert video"
msgstr ""

#: helpcontent2/source/text/shared/01/04150500.xhp#bm_id3150999.help.text
msgid ""
""
"\\<bookmark_value\\>videos\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"videos\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04150500.xhp#hd_id3150999.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04150500.xhp#hd_id3150999.1.help.text\n"
"Insert video"
msgstr ""

#: helpcontent2/source/text/shared/01/04150500.xhp#par_id3152895.2.help.text
msgid ""
"\\<variable id=\\\"video\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertVideo\\\"\\>Inserts a video file into the current "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160100.xhp#tit.help.text\n"
"AutoFormat Chart"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3155271.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" name=\\\"AutoFormat "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3152414.2.help.text
msgid ""
"\\<variable id=\\\"autoformatdiagrammtext\\\"\\>\\<ahelp "
"hid=\\\"HID_INSERT_CHART\\\"\\>Creates a chart in the current document. To "
"use a range of cells as the data source for your chart, select the cells, "
"and then choose this command.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3150756.66.help.text
msgid ""
"\\<variable id=\\\"vorschau\\\"\\>If you created a chart using data from a "
"range of cells, \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"automatically updates the chart when you change the data. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3157991.63.help.text
msgid ""
"To quickly change the data range used in your chart, select a new range, and "
"then drag the selection onto the chart. You can also select the chart, right-"
"click, and then choose \\<emph\\>Modify Data Range\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3149180.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3149180.5.help.text\n"
"AutoFormat Chart"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3156560.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3156560.6.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3153750.7.help.text
msgid "Define the range of values that you want to include in your chart."
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3151226.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3151226.8.help.text\n"
"Range"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3147576.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC_EDIT_RID_SCDLG_CHARTRANGE_ET_RANGE\\\"\\>Enter the "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>range of table cells "
"\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\> range of cells "
"\\</caseinline\\>\\</switchinline\\> containing the data that you want to "
"include in your chart. You can also drag in your file to select the cell "
"range. To minimize this dialog while you select the range, click the "
"\\<emph\\>Shrink\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3149149.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>On "
"spreadsheets, when the cell cursor is positioned inside a contiguous range "
"of values, click the \\<emph\\>Insert Chart\\</emph\\> icon to automatically "
"select that contiguous range. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3144438.16.help.text
msgid "First row as label"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3155179.17.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_CHARTRANGE_CB_COLHEADER\\\"\\>Uses "
"the entries in the top row of the selection as labels for the data "
"range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3149955.18.help.text
msgid "First column as label"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3149795.19.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_CHARTRANGE_CB_ROWHEADER\\\"\\>Uses "
"the entries in the leftmost column of the selection as labels for the data "
"range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3153349.20.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Chart results in worksheet "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3153585.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_LISTBOX_RID_SCDLG_CHARTRANGE_LB_TOTABLE\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Select the sheet "
"where you want to create the chart. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3155628.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160100.xhp#hd_id3155628.57.help.text\n"
"<< Back"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3148491.58.help.text
msgid ""
"\\<ahelp hid=\\\"SC_PUSHBUTTON_RID_SCDLG_CHARTRANGE_BTN_PREV\\\"\\>Returns "
"to the previous step.\\</ahelp\\> The settings for the current page are "
"preserved."
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3148925.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160100.xhp#hd_id3148925.59.help.text\n"
"Next >>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3148563.60.help.text
msgid ""
"\\<ahelp hid=\\\"SC_PUSHBUTTON_RID_SCDLG_CHARTRANGE_BTN_NEXT\\\"\\>Accepts "
"the settings for the current page and moves to the next step.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#hd_id3151246.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160100.xhp#hd_id3151246.61.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3149655.62.help.text
msgid ""
"\\<ahelp hid=\\\"SC_PUSHBUTTON_RID_SCDLG_CHARTRANGE_BTN_FINISH\\\"\\>Creates "
"a chart in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3149670.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160109.xhp\\\" name=\\\"Change Source Data "
"Range\\\"\\>Change Source Data Range\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160100.xhp#par_id3147303.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160101.xhp\\\" name=\\\"AutoFormat Chart "
"dialog\\\"\\>AutoFormat Chart dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160101.xhp#tit.help.text\n"
"AutoFormat Chart"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3150758.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160101.xhp\\\" name=\\\"AutoFormat "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#par_id3148668.2.help.text
msgid "Select the type of chart that you want to create."
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3153255.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3153255.3.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#par_id3147143.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PREVIEW_FRAME\\\" visibility=\\\"visible\\\"\\>Displays "
"a preview of the selected chart type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3154927.5.help.text
msgid "Show text elements in preview"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#par_id3147261.6.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_CHART_WIZ:CB_DONTSHOW\\\" "
"visibility=\\\"visible\\\"\\>Displays text objects, such as legends, "
"headings and axes titles in the preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3150144.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160101.xhp#hd_id3150144.10.help.text\n"
"Data series in:"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3152425.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160101.xhp#hd_id3152425.11.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3155355.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160101.xhp#hd_id3155355.12.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#hd_id3145071.7.help.text
msgid "Choose a chart type"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#par_id3148620.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CT_1_CHARTTYPE\\\" "
"visibility=\\\"visible\\\"\\>Select the type of chart that you want to "
"create.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#par_id3157959.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05090000.xhp\\\" name=\\\"Chart "
"types\\\"\\>Chart types\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160101.xhp#par_id3149388.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160102.xhp\\\" name=\\\"Chart "
"variants\\\"\\>Chart variants\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160102.xhp#tit.help.text\n"
"AutoFormat Chart"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3150014.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160102.xhp\\\" name=\\\"AutoFormat "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3154688.2.help.text
msgid "Choose a style for the selected chart type."
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3147090.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160102.xhp#hd_id3147090.21.help.text\n"
"Data series in:"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3152414.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160102.xhp#hd_id3152414.22.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3145160.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160102.xhp#hd_id3145160.23.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3144436.7.help.text
msgid "Choose a variant"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3159201.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCH_CT_2_CHARTVARIANT\\\" "
"visibility=\\\"visible\\\"\\>Choose the style of chart that you want to "
"create.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3145829.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3145829.9.help.text\n"
"Grid lines"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3153910.10.help.text
msgid "Specify the options for grid lines on your chart."
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3149346.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160102.xhp#hd_id3149346.11.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3152801.12.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_DLG_CHART_WIZ_CB_2_XGRID\\\" "
"visibility=\\\"visible\\\"\\>Displays grid lines that are parallel to the x-"
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3145313.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160102.xhp#hd_id3145313.13.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3146957.14.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_DLG_CHART_WIZ_CB_2_YGRID\\\" "
"visibility=\\\"visible\\\"\\>Displays grid lines that are parallel to the y-"
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#hd_id3149095.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160102.xhp#hd_id3149095.15.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3153662.16.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_DLG_CHART_WIZ_CB_2_ZGRID\\\" "
"visibility=\\\"visible\\\"\\>Displays grid lines that are parallel to the z-"
"axis. This is option is only available for three-dimensional "
"charts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3147242.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05090000.xhp\\\" "
"name=\\\"Variants\\\"\\>Variants\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160102.xhp#par_id3151110.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160103.xhp\\\" name=\\\"Chart "
"labels\\\"\\>Chart labels\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160103.xhp#tit.help.text\n"
"AutoFormat Chart"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3149877.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160103.xhp\\\" name=\\\"AutoFormat "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3150467.2.help.text
msgid "Define the text labels for you chart."
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3154894.7.help.text
msgid "Chart title"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3150040.8.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:CHECKBOX:DLG_CHART_WIZ:CB_3_TEXTTITLE\\\" "
"visibility=\\\"visible\\\"\\>Enter a title for your chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3153910.9.help.text
msgid "Data series in"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3145136.10.help.text
msgid ""
"\\<variable id=\\\"datreihe\\\"\\>Define the arrangement of your source "
"data.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3150144.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160103.xhp#hd_id3150144.11.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3152551.12.help.text
msgid ""
"\\<variable id=\\\"zeilen\\\"\\>\\<ahelp "
"hid=\\\"SCH:RADIOBUTTON:DLG_CHART_WIZ:RB_DATAROWS\\\" "
"visibility=\\\"visible\\\"\\>Source data series arranged by "
"rows.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3153683.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160103.xhp#hd_id3153683.13.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3149750.14.help.text
msgid ""
"\\<variable id=\\\"spalten\\\"\\>\\<ahelp "
"hid=\\\"SCH:RADIOBUTTON:DLG_CHART_WIZ:RB_DATACOLS\\\" "
"visibility=\\\"visible\\\"\\>Source data series are arranged by "
"columns.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3147008.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160103.xhp#hd_id3147008.15.help.text\n"
"Legend"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3147276.18.help.text
msgid ""
"\\<ahelp hid=\\\"SCH_CHECKBOX_DLG_CHART_WIZ_CB_3_LEGEND\\\" "
"visibility=\\\"visible\\\"\\>Displays a legend in your chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3149811.21.help.text
msgid "Axis titles"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3147209.22.help.text
msgid "Enter the labels for your chart."
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3156113.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160103.xhp#hd_id3156113.23.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3146137.24.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_CHART_WIZ:ET_3_TEXTRUBRIK\\\" "
"visibility=\\\"visible\\\"\\>Enter a label for the x-axis "
"(horizontal).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3152349.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160103.xhp#hd_id3152349.25.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3155829.26.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_CHART_WIZ:ET_3_TEXTSIZE\\\" "
"visibility=\\\"visible\\\"\\>Enter a label for the y-axis "
"(vertical).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#hd_id3154897.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/04160103.xhp#hd_id3154897.27.help.text\n"
"Z axis"
msgstr ""

#: helpcontent2/source/text/shared/01/04160103.xhp#par_id3144438.28.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:EDIT:DLG_CHART_WIZ:ET_3_TEXTSECOND\\\" "
"visibility=\\\"visible\\\"\\>Enter a label for the z-axis. This is option is "
"only available for three-dimensional charts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160109.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160109.xhp#tit.help.text\n"
"Change Source Data"
msgstr ""

#: helpcontent2/source/text/shared/01/04160109.xhp#hd_id3146946.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160109.xhp#hd_id3146946.1.help.text\n"
"Change Source Data"
msgstr ""

#: helpcontent2/source/text/shared/01/04160109.xhp#hd_id3158442.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160109.xhp#hd_id3158442.2.help.text\n"
"Label"
msgstr ""

#: helpcontent2/source/text/shared/01/04160109.xhp#par_id3156324.3.help.text
msgid ""
"\\<ahelp hid=\\\"SC_MODALDIALOG_RID_SCDLG_CHARTCOLROW\\\" "
"visibility=\\\"visible\\\"\\>Specify if the leftmost column or the top row "
"in the data range is used for chart labels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160109.xhp#par_id3154100.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_CHARTCOLROW_1\\\" "
"visibility=\\\"visible\\\"\\>Creates labels from the leftmost column of the "
"source data range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160109.xhp#par_id3085157.5.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCDLG_CHARTCOLROW_2\\\" "
"visibility=\\\"visible\\\"\\>Creates labels from the top row of the source "
"data range.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160300.xhp#tit.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/shared/01/04160300.xhp#bm_id3152937.help.text
msgid ""
"\\<bookmark_value\\>formulas; starting formula "
"editor\\</bookmark_value\\>\\<bookmark_value\\>$[officename] Math; "
"starting\\</bookmark_value\\>\\<bookmark_value\\>Math formula "
"editor\\</bookmark_value\\>\\<bookmark_value\\>equations;formula "
"editor\\</boo"
"kmark_value\\>\\<bookmark_value\\>editors;formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160300.xhp#hd_id3152937.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160300.xhp#hd_id3152937.1.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/shared/01/04160300.xhp#par_id3149495.2.help.text
msgid ""
"\\<variable id=\\\"starmath\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertObjectStarMath\\\"\\>Inserts a formula into the current "
"document.\\</ahelp\\>\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\> For more "
"information open the $[officename] Math "
"Help.\\</defaultinline\\>\\</switchinline\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160300.xhp#par_id3154317.help.text
msgid ""
"\\<link href=\\\"text/smath/main0000.xhp\\\" "
"name=\\\"Formulas\\\"\\>Formulas\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160500.xhp#tit.help.text\n"
"Insert Floating Frame"
msgstr ""

#: helpcontent2/source/text/shared/01/04160500.xhp#bm_id3149783.help.text
msgid ""
"\\<bookmark_value\\>floating frames in HTML "
"documents\\</bookmark_value\\>\\<bookmark_value\\>inserting; floating "
"frames\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160500.xhp#hd_id3149783.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04160500.xhp#hd_id3149783.1.help.text\n"
"Insert Floating Frame"
msgstr ""

#: helpcontent2/source/text/shared/01/04160500.xhp#par_id3148410.2.help.text
msgid ""
"\\<variable id=\\\"frameeinfuegentext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertObjectFloatingFra\\\"\\>Inserts a floating frame into the "
"current document. Floating frames are used in HTML documents to display the "
"contents of another file. Floating frames are not supported by Netscape "
"Navigator 4.x.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04160500.xhp#par_id3151100.6.help.text
msgid ""
"If you want to create HTML pages that use floating frames, choose "
"\\<emph\\>Tools - Options - Load/Save - HTML compatibility\\</emph\\>, and "
"then select the \"MS Internet Explorer\" option. The floating frame is "
"bounded by <IFRAME> and </IFRAME> tags."
msgstr ""

#: helpcontent2/source/text/shared/01/04160500.xhp#par_id3151330.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02210101.xhp\\\" name=\\\"Floating frame "
"properties\\\"\\>Floating frame properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04180100.xhp#tit.help.text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#hd_id3156053.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04180100.xhp\\\" name=\\\"Data "
"Sources\\\"\\>Data Sources\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ViewDataSourceBrowser\\\"\\>Lists the databases that "
"are registered in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"and lets you manage the contents of the databases.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#par_id3156136.30.help.text
msgid ""
"The \\<emph\\>Data sources\\</emph\\> command is only available when a text "
"document or a spreadsheet is open."
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#par_id3154823.31.help.text
msgid ""
"You can insert fields from a database into your file or you can create forms "
"to access the database."
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#par_id3156427.help.text
msgid ""
"\\<link href=\\\"text/shared/main0212.xhp\\\" name=\\\"Database "
"bar\\\"\\>Table Data bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04180100.xhp#par_id3153311.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" "
"name=\\\"Forms\\\"\\>Forms\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04990000.xhp#tit.help.text\n"
"Picture"
msgstr ""

#: helpcontent2/source/text/shared/01/04990000.xhp#hd_id3156045.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04990000.xhp\\\" "
"name=\\\"Graphics\\\"\\>Picture\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04990000.xhp#par_id3154613.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the source for a picture that you want to "
"insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/04990000.xhp#hd_id3158442.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/04990000.xhp#hd_id3158442.3.help.text\n"
"\\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"From "
"File\\\"\\>From File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#tit.help.text
msgid "Default Formatting"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#bm_id3157959.help.text
msgid ""
"\\<bookmark_value\\>formats; undoing when "
"writing\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>cells;resetting "
"formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#hd_id3153391.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05010000.xhp\\\" name=\\\"Default "
"Formatting\\\"\\>Default Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#par_id3145829.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StandardTextAttributes\\\"\\>Removes direct formatting "
"from the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#par_id3147261.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<defaultinline\\>Direct formatting "
"is formatting that you applied without using styles, such as setting bold "
"typeface by clicking the \\<emph\\>Bold\\</emph\\> "
"icon.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#par_id3157959.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To stop applying a direct format, such as "
"underlining, while you type new text at the end of a line, press the right "
"arrow key. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05010000.xhp#par_id3146797.4.help.text
msgid ""
"You can change all hyperlinks in the selected text back to normal text by "
"choosing \\<emph\\>Format - Default Formatting.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020000.xhp#tit.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05020000.xhp#hd_id3150347.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020000.xhp#hd_id3150347.1.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05020000.xhp#par_id3153272.2.help.text
msgid ""
"\\<variable id=\\\"zeichentext\\\"\\>\\<ahelp "
"hid=\\\".uno:FontDialog\\\"\\>Changes the font and the font formatting for "
"the selected characters.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020000.xhp#hd_id3149988.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020000.xhp#hd_id3149988.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Font\\\"\\>Font\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020000.xhp#hd_id3147588.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/01/05020400.xhp\\\" "
"name="
"\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#tit.help.text
msgid "Font "
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#bm_id3154812.help.text
msgid ""
"\\<bookmark_value\\>formats; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>formats; "
"characters\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"characters\\</bookmark_value\\>\\<bookmark_value\\>text; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>typefaces; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>bold; "
"typefaces\\</bookmark_value\\>\\<bookmark_value\\>italics; "
"typefaces\\</bookmark_value\\>\\<bookmark_value\\>font sizes; "
"characters\\</bookmark_value\\>\\<bookmark_value\\>font sizes; relative "
"changes\\</bookmark_value\\>\\<bookmark_value\\>languages; "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; "
"languages\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"languages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#hd_id3154812.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\"
"\\"Characters\\\"\\>Characters\\</link\\>\\</caseinline\\>\\<defaultinli"
"ne\\>\\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Font\\\"\\>Font\\</link\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3158405.2.help.text
msgid ""
"\\<variable id=\\\"zn\\\"\\>\\<ahelp "
"hid=\\\"HID_SVXPAGE_CHAR_NAME\\\"\\>Specify the formatting and the font that "
"you want to apply.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3155616.3.help.text
msgid ""
"The changes are applied to the current selection, to the entire word that "
"contains the cursor, or to the new text that you type."
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3155552.52.help.text
msgid ""
"Depending on your language settings, you can change the formatting for the "
"following font types:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3147291.53.help.text
msgid "Western text font - Latin character sets."
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3155391.54.help.text
msgid "Asian text font - Chinese, Japanese, or Korean character sets"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3147576.57.help.text
msgid "Complex text layout font - right-to-left text direction"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3153663.58.help.text
msgid ""
"To enable support for complex text layout and Asian character sets, choose "
"\\<emph\\>Tools - Options - Language Settings - Languages\\</emph\\>, and "
"then select the \\<emph\\>Enabled \\</emph\\>box in the corresponding area."
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#hd_id3148686.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020100.xhp#hd_id3148686.4.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3148491.7.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_COMBOBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_NAME\\\"\\>Enter "
"the name of an installed font that you want to use, or select a font from "
"the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#hd_id3143271.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020100.xhp#hd_id3143271.10.help.text\n"
"Typeface"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3155922.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_COMBOBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_STYLE\\\"\\>Select the "
"formatting that you want to apply.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#hd_id3151054.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020100.xhp#hd_id3151054.16.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3150359.19.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_SIZE\\\"\\>Enter "
"or select the font size that you want to apply. For scalable fonts, you can "
"also enter decimal values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3148797.45.help.text
msgid ""
"If you are creating a Style that is based on another Style, you can enter a "
"percentage value or a point value (for example, -2pt or +5pt)."
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#hd_id3151176.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020100.xhp#hd_id3151176.38.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3157961.39.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_NAME_LB_CTL_LANG\\\"\\>Sets "
"the language that the spellchecker uses for the selected text of the text "
"that you type. Available language modules have a check mark in front of "
"them.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3153770.59.help.text
msgid ""
"You can only change the language setting for cells (choose \\<emph\\>Format -"
" Cells – Numbers\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3145364.60.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01140000.xhp\\\" name=\\\"Asian "
"languages support\\\"\\>Asian languages support\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020100.xhp#par_id3147213.61.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01140000.xhp\\\" name=\\\"Complex text "
"layout support\\\"\\>Complex text layout support\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#tit.help.text
msgid "Font Effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#bm_id3153514.help.text
msgid ""
""
"\\<bookmark_value\\>fonts;effects\\</bookmark_value\\>\\<bookmark_value\\>form"
"atting; font effects\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"font effects\\</bookmark_value\\>\\<bookmark_value\\>text; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>effects; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>underlining; "
"text\\</bookmark_value\\>\\<bookmark_value\\>capital letters; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>lowercase letters; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>titles; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>small "
"capitals\\</bookmark_value\\>\\<bookmark_value\\>font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>strikethrough; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"strikethrough\\</bookmark_value\\>\\<bookmark_value\\>outlines; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"outlines\\</bookmark_value\\>\\<bookmark_value\\>shadows; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"shadows\\</bookmark_value\\>\\<bookmark_value\\>colors; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"colors\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3153514.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020200.xhp\\\" name=\\\"Font "
"Effects\\\"\\>Font Effects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3149205.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SVXPAGE_CHAR_EFFECTS\\\"\\>Specify the font effects "
"that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3151226.41.help.text
msgid "Underlining"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3147576.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_UNDERLINE\\\"\\>Select the "
"underlining style that you want to apply. To apply the underlining to words "
"only, select the \\<emph\\>Individual Words \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3153147.58.help.text
msgid ""
"If you apply underlining to a superscript text, the underlining is raised to "
"the level of the superscript. If the superscript is contained in a word with "
"normal text, the underlining is not raised."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3148642.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3148642.78.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3150254.79.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_UNDERLINE_COLOR\\\"\\>Select "
"the color for the underlining.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3146137.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3146137.3.help.text\n"
"Effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3150084.64.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_EFFECTS2\\\"\\>Select the "
"font effects that you want to apply.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3149575.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3149575.65.help.text\n"
"Effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3148944.66.help.text
msgid "The following capitalization effects are available:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3155922.67.help.text
msgid "Without - no effect is applied"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3154280.68.help.text
msgid ""
"Capitals - changes the selected lowercase characters to uppercase characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3148947.69.help.text
msgid ""
"Lowercase - changes the selected uppercase characters to lower characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3149456.71.help.text
msgid ""
"Title font - changes the first character of each selected word to an "
"uppercase character"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3154937.70.help.text
msgid ""
"Small capitals - changes the selected lowercase characters to uppercase "
"characters, and then reduces their size"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3150400.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3150400.43.help.text\n"
"Strikethrough"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3145203.44.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_STRIKEOUT\\\"\\>Select a "
"strikethrough style for the selected text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3150496.48.help.text
msgid ""
"If you save your document in MS Word format, all of the strikethrough styles "
"are converted to the single line style."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3153104.45.help.text
msgid "Individual words"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3152935.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_INDIVIDUALWORDS\\\"\"
"\>Applies the selected effect only to words and ignores spaces.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3147287.72.help.text
msgid "Outlines"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3159126.73.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_OUTLINE\\\"\\>Displays "
"the outline of the selected characters. This effect does not work with every "
"font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3163714.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3163714.74.help.text\n"
"Shadows"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3150962.75.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_SHADOW\\\"\\>Adds a "
"shadow that casts below and to the right of the selected "
"characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#bm_id410168.help.text
msgid ""
"\\<bookmark_value\\>blinking "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>flashing "
"fonts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3152941.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3152941.15.help.text\n"
"Blinking"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3145662.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_EFFECTS_CB_BLINKING\\\"\\>Makes the "
"selected characters blink. You cannot change the blink frequency.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_idN10B81.help.text
msgid "Hidden"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_idN10B85.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:TriStateBox:RID_SVXPAGE_CHAR_EFFECTS:CB_CHARHIDDEN\\\"\\>Hides "
"the selected characters.\\</ahelp\\> To display the hidden text, ensure that "
"\\<emph\\>Non-printing Characters\\</emph\\> is selected in the "
"\\<emph\\>View\\</emph\\> menu. You can also choose \\<emph\\>Tools - "
"Options - %PRODUCTNAME Writer - Formatting Aids\\</emph\\> and select "
"\\<emph\\>Hidden text\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3150332.60.help.text
msgid "Emphasis mark"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3152576.61.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_EMPHASIS\\\"\\>Select a "
"character to display over or below the entire length of the selected "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3152460.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3152460.62.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3147436.63.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_POSITION\\\"\\>Specify where "
"to display the emphasis marks.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3154129.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3154129.76.help.text\n"
"Relief"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3146974.77.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_RELIEF\\\"\\>Select "
"a relief effect to apply to the selected text. The embossed relief makes the "
"characters appear as if they are raised above the page. The engraved relief "
"makes the characters appear as if they are pressed into the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#hd_id3149482.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020200.xhp#hd_id3149482.81.help.text\n"
"Font Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3146924.82.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_EFFECTS_LB_FONTCOLOR\\\"\\>Sets the "
"color for the selected text. If you select\\<emph\\> Automatic\\</emph\\>, "
"the text color is set to black for light backgrounds and to white for dark "
"backgrounds.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_idN10CC2.help.text
msgid ""
"To change the color of a text selection, select the text that you want to "
"change, and click the \\<emph\\>Font Color\\</emph\\> icon. To apply a "
"different color, click the arrow next to the \\<emph\\>Font Color\\</emph\\> "
"icon, and then select the color that you want to use."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_idN10CC9.help.text
msgid ""
"If you click the \\<emph\\>Font Color\\</emph\\> icon before you select "
"text, the paint can cursor appears. To change the color of text, select the "
"text with the paint can cursor. To change the color of a single word, double-"
"click in a word. To apply a different color, click the arrow next to the "
"\\<emph\\>Font Color\\</emph\\> icon, and then select the color that you "
"want to use."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_idN10CD6.help.text
msgid "To undo the last change, right-click."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_idN10CDA.help.text
msgid "To exit the paint can mode, click once, or press the Escape key."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3150037.85.help.text
msgid ""
"The text color is ignored if the \\<emph\\>Print black \\</emph\\>check box "
"is selected in \\<link href=\\\"text/shared/optionen/01040400.xhp\\\" "
"name=\\\"Tools - Options - Writer - Print\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - Print\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3144766.84.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FontColor\\\" visibility=\\\"hidden\\\"\\>\\<variable "
"id=\\\"textfarbe\\\"\\>Click to apply the current font color to the selected "
"characters. You can also click here, and then drag a selection to change the "
"text color. Click the arrow next to the icon to open the \\<emph\\>Font "
"color \\</emph\\>toolbar. \\</variable\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020200.xhp#par_id3151053.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010500.xhp\\\" "
"name=\\\"$[officename] color tables\\\"\\>$[officename] color "
"tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020300.xhp#tit.help.text\n"
"Numbers / Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#bm_id3152942.help.text
msgid ""
"\\<bookmark_value\\>formats; number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>number formats; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>numbers; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>cells; number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>currencies; number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>defaults; number "
"formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3152942.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3152942.1.help.text\n"
"Numbers / Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3145071.2.help.text
msgid ""
"\\<variable id=\\\"zahlen\\\"\\>\\<ahelp "
"hid=\\\".uno:TableNumberFormatDialog\\\"\\>Specify the formatting options "
"for the selected cell(s).\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155392.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155392.3.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3150774.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_CATEGORY\\\"\\>Select a "
"category from the list, and then select a formatting style in the "
"\\<emph\\>Format \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3145416.101.help.text
msgid ""
"The default currency format for a cell is determined by the regional "
"settings of your operating system."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155342.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155342.5.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3148491.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUMBERFORMAT_LB_FORMAT\\\"\\>Select how you want the "
"contents of the selected cell(s) to be displayed.\\</ahelp\\> The code for "
"the selected option is displayed in the \\<emph\\>Format Code\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#bm_id3154811.help.text
msgid ""
"\\<bookmark_value\\>formats; "
"currencies\\</bookmark_value\\>\\<bookmark_value\\>numbers; currency format "
"codes\\</bookmark_value\\>\\<bookmark_value\\>format codes; "
"currencies\\</bookmark_value\\>\\<bookmark_value\\>currencies; format "
"codes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3154811.97.help.text
msgid "Currency category list boxes"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3148563.98.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_CURRENCY\\\"\\>Select a "
"currency, and then scroll to the top of the \\<emph\\>Format\\</emph\\> list "
"to view the formatting options for the currency.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3150866.99.help.text
msgid ""
"The format code for currencies uses the form [$xxx-nnn], where xxx is the "
"currency symbol, and nnn the country code. Special banking symbols, such as "
"EUR (for Euro), do not require the country code. The currency format is not "
"dependent on the language that you select in the\\<emph\\> "
"Language\\</emph\\> box. "
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3154071.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020300.xhp#hd_id3154071.23.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3154138.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUMBERFORMAT:LB_LANGUAGE\\\"\\>Specifies the "
"language setting for the selected \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>cells\\</caseinline\"
"\>\\<defaultinline\\>fields\\</defaultinline\\>\\</switchinline\\>. With the "
"language set to \\<emph\\>Automatic\\</emph\\>, $[officename] automatically "
"applies the number formats associated with the system default language. "
"Select any language to fix the settings for the selected \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>cells\\</caseinline\"
"\>\\<defaultinline\\>fields\\</defau"
"ltinline\\>\\</switchinline\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3157320.102.help.text
msgid ""
"The language setting ensures that date and currency formats are preserved "
"even when the document is opened in an operating system that uses a "
"different default language setting."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155995.104.help.text
msgid "Source format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3144432.105.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_NUMBERFORMAT_CB_SOURCEFORMAT\\\"\\>Uses the "
"same number format as the cells containing the data for the "
"chart.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3148451.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3148451.7.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3148922.8.help.text
msgid "Specify the options for the selected format."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3153970.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3153970.9.help.text\n"
"Decimal places"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3154684.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_NUMBERFORMAT:ED_DECIMALS\\\"\\>Enter "
"the number of decimal places that you want to display.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3154819.11.help.text
msgid "Leading zeroes"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3147352.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_NUMBERFORMAT:ED_LEADZEROES\\\"\\>Enter "
"the maximum number of zeroes to display in front of the decimal "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155131.13.help.text
msgid "Negative numbers in red"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3159252.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_NUMBERFORMAT:BTN_NEGRED\\\"\\>Changes the "
"font color of negative numbers to red.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3147434.15.help.text
msgid "Use thousands separator"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3146148.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_NUMBERFORMAT:BTN_THOUSAND\\\"\\>Inserts a "
"separator between thousands. The type of separator that is used depends on "
"your language settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#bm_id3150103.help.text
msgid "\\<bookmark_value\\>format codes; number format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3150103.17.help.text
msgid "Format code"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3159156.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_NUMBERFORMAT:ED_FORMAT\\\"\\>Displays "
"the number format code for the selected format. You can also enter a custom "
"format.\\</ahelp\\> The following options are only available for user-"
"defined number formats."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155311.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020300.xhp#hd_id3155311.19.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3147219.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUMBERFORMAT_TBI_ADD\\\"\\>Adds the number format code "
"that you entered to the user-defined category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3149263.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020300.xhp#hd_id3149263.21.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3154150.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUMBERFORMAT_TBI_REMOVE\\\"\\>Deletes the selected "
"number format.\\</ahelp\\> The changes are effective after you restart "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3153573.26.help.text
msgid "Edit Comment"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3083444.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUMBERFORMAT_TBI_INFO\\\"\\>Adds a comment to the "
"selected number format.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#hd_id3150332.95.help.text
msgid "Name line"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3156060.96.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_NUMBERFORMAT:ED_COMMENT\\\"\\>Enter a "
"comment for the selected number format, and then click outside this "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3145364.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020301.xhp\\\" name=\\\"Number format "
"codes\\\"\\>Number format codes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020300.xhp#par_id3153095.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020301.xhp\\\" name=\\\"Custom format "
"codes\\\"\\>Custom format codes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#tit.help.text
msgid "Number Format Codes"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#bm_id3153514.help.text
msgid ""
"\\<bookmark_value\\>numbers; format "
"codes\\</bookmark_value\\>\\<bookmark_value\\>format codes; "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>conditions; in number "
"formats\\</bookmark_value\\>\\<bookmark_value\\>number formats; "
"codes\\</bookmark_value\\>\\<bookmark_value\\>currency "
"formats\\</bookmark_value\\>\\<bookmark_value\\>formats; currency "
"formats\\</bookmark_value\\>\\<bookmark_value\\>numbers; currency "
"formats\\</bookmark_value\\>\\<bookmark_value\\>Euro; currency "
"formats\\</bookmark_value\\>\\<bookmark_value\\>date formats; number format "
"codes\\</bookmark_value\\>\\<bookmark_value\\>formats; date "
"formats\\</bookmark_value\\>\\<bookmark_value\\>numbers; date "
"formats\\</bookmark_value\\>\\<bookmark_value\\>time "
"formats\\</bookmark_value\\>\\<bookmark_value\\>formats; time "
"formats\\</bookmark_value\\>\\<bookmark_value\\>numbers; time "
"formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3153514.1.help.text
msgid ""
"\\<variable id=\\\"zahlenformatcodes\\\"\\>\\<link "
"href=\\\"text/shared/01/05020301.xhp\\\" name=\\\"Number Format "
"Codes\\\"\\>Number Format Codes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150467.88.help.text
msgid ""
"Number format codes can consist of up to three sections separated by a "
"semicolon (;)."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150146.108.help.text
msgid ""
"In a number format code with two sections, the first section applies to "
"positive values and zero, and the second section applies to negative values."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3158442.109.help.text
msgid ""
"If a number format code with three sections, the first section applies to "
"positive values, the second section to negative values, and the third "
"section to the value zero."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155069.110.help.text
msgid ""
"You can also assign conditions to the three sections, so that the format is "
"only applied if a condition is met."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3151262.229.help.text
msgid "Decimal Places and Significant Digits"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153624.3.help.text
msgid ""
"Use zero (0) or the number sign (#) as placeholders in your number format "
"code to represent numbers. The (#) only displays significant digits, while "
"the (0) displays zeroes if there are fewer digits in the number than in the "
"number format."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153323.107.help.text
msgid ""
"Use question marks (?) to represent the number of digits to include in the "
"numerator and the denominator of a fraction. Fractions that do not fit the "
"pattern that you define are displayed as floating point numbers."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148440.4.help.text
msgid ""
"If a number contains more digits to the right of the decimal delimiter than "
"there are placeholders in the format, the number is rounded accordingly. If "
"a number contains more digits to the left of the decimal delimiter than "
"there are placeholders in the format, the entire number is displayed. Use "
"the following list as a guide for using placeholders when you create a "
"number format code:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150902.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3150902.86.help.text\n"
"Placeholders"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3157896.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3157896.87.help.text\n"
"Explanation"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152801.5.help.text
msgid "#"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145090.6.help.text
msgid "Does not display extra zeros."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147088.7.help.text
msgid "0 (Zero)"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150774.8.help.text
msgid ""
"Displays extra zeros if the number has less places than zeros in the format."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_idN1087E.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020301.xhp#par_idN1087E.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149182.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3149182.9.help.text\n"
"Number Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154749.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3154749.10.help.text\n"
"Format Code"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148538.11.help.text
msgid "3456.78 as 3456.8"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150355.12.help.text
msgid "####.#"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154142.13.help.text
msgid "9.9 as 9.900"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159256.14.help.text
msgid "#.000"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147077.15.help.text
msgid "13 as 13.0 and 1234.567 as 1234.57"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155388.16.help.text
msgid "#.0#"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149578.17.help.text
msgid "5.75 as 5 3/4 and 6.3 as 6 3/10"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145315.18.help.text
msgid "# ???/???"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156152.19.help.text
msgid ".5 as 0.5"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149762.20.help.text
msgid "0.##"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3149276.230.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#hd_id3149276.230.help.text\n"
"Thousands Separator"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154380.21.help.text
msgid ""
"Depending on your language setting, you can use a comma or a period as a "
"thousands separator. You can also use the separator to reduce the size of "
"the number that is displayed by a multiple of 1000."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154905.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3154905.22.help.text\n"
"Number Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150822.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3150822.23.help.text\n"
"Format Code"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147264.24.help.text
msgid "15000 as 15,000"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151223.25.help.text
msgid "#,###"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154935.26.help.text
msgid "16000 as 16"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153961.27.help.text
msgid "#,"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3154836.79.help.text
msgid "Including Text in Number Format Codes"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3150398.231.help.text
msgid "Text and Numbers"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154224.80.help.text
msgid ""
"To include text in a number format that is applied to a cell containing "
"numbers, place a double quotation mark (\") in front of and behind the text, "
"or a backslash (\\\\) before a single character. For example, enter "
"\\<emph\\>#.# \"meters\"\\</emph\\> to display \"3.5 meters\" or "
"\\<emph\\>#.# \\\\m\\</emph\\> to display \"3.5 m\"."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3148979.232.help.text
msgid "Text and Text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153338.82.help.text
msgid ""
"To include text in a number format that is applied to a cell that might "
"contain text, enclose the text by double quotation marks (\" \"), and then "
"add an at sign (@). For example, enter \\<emph\\>\"Total for \"@\\</emph\\> "
"to display \"Total for December\"."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3154330.233.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#hd_id3154330.233.help.text\n"
"Spaces"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156294.81.help.text
msgid ""
"To use a character to define the width of a space in a number format, type "
"an underscore ( _ ) followed by the character. The width of the space varies "
"according to the width of the character that you choose. For example, "
"\\<emph\\>_M\\</emph\\> creates a wider space than \\<emph\\>_i\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3155994.234.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#hd_id3155994.234.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156423.28.help.text
msgid ""
"To set the color of a section of a number format code, insert one of the "
"following color names in square brackets []:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154630.29.help.text
msgid "CYAN"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148676.30.help.text
msgid "GREEN"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154123.31.help.text
msgid "BLACK"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149167.32.help.text
msgid "BLUE"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3158407.33.help.text
msgid "MAGENTA"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149560.34.help.text
msgid "RED"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147502.35.help.text
msgid "WHITE"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153368.36.help.text
msgid "YELLOW"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3147435.111.help.text
msgid "Conditions"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3148575.235.help.text
msgid "Conditional Brackets"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155312.112.help.text
msgid ""
"You can define a number format so that it only applies when the condition "
"that you specify is met. Conditions are enclosed by square brackets [ ]."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159179.115.help.text
msgid ""
"You can use any combination of numbers and the <, <=, >, >=, = and <> "
"operators."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159196.236.help.text
msgid ""
"For example, if you want to apply different colors to different temperature "
"data, enter:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150872.113.help.text
msgid "[BLUE][<0]#,0 \"°C\";[RED][>30]#,0 \"°C\";[BLACK]#,0 \"°C\""
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3157870.114.help.text
msgid ""
"All temperatures below zero are blue, temperatures between 0 and 30 °C are "
"black, and temperatures higher than 30 °C are red."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3154833.90.help.text
msgid "Positive and Negative Numbers"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147295.91.help.text
msgid ""
"To define a number format that adds a different text to a number depending "
"on if the number is positive, negative, or equal to zero, use the following "
"format:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153727.92.help.text
msgid "\"plus\" 0;\"minus\" 0;\"null\" 0"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3149260.83.help.text
msgid "Percentages and Scientific Notation"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3147218.237.help.text
msgid "Percentages"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151168.84.help.text
msgid ""
"To display numbers as percentages, (numbers that are multiplied by 100) add "
"the percent sign (%) to the number format."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3156005.89.help.text
msgid "Scientific Notation"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146923.85.help.text
msgid ""
"Scientific notation lets you write very large numbers or very small "
"fractions in a compact form. For example, in scientific notation, 650000 is "
"written as 6.5 x 10^5, and 0.000065 as 6.5 x 10^-5. In \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>, these numbers are "
"written as 6.5E+5 and 6.5E-5, respectively. To create a number format that "
"displays numbers using scientific notation, enter a # or 0, and then one of "
"the following codes E-, E+, e- or e+."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3159080.98.help.text
msgid "Number Format Codes of Currency Formats"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147318.99.help.text
msgid ""
"The default currency format for the cells in your spreadsheet is determined "
"by the regional setting of your operating system. If you want, you can apply "
"a custom currency symbol to a cell. For example, enter #,##0.00 € to display "
"4.50 € (Euros)."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150032.167.help.text
msgid ""
"You can also specify the locale setting for the currency by entering the "
"locale code for the country after the symbol. For example, [$€-407] "
"represents Euros in Germany. To view the locale code for a country, select "
"the country in the \\<emph\\>Language\\</emph\\> list on the "
"\\<emph\\>Numbers\\</emph\\> tab of the \\<emph\\>Format Cells\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3157309.238.help.text
msgid "Date and Time Formats"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3153740.37.help.text
msgid "Date Formats"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152791.38.help.text
msgid ""
"To display days, months and years, use the following number format codes."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152376.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3152376.39.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159130.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3159130.40.help.text\n"
"Format Code"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147380.41.help.text
msgid "Month as 3."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146928.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3146928.42.help.text\n"
"M"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145594.43.help.text
msgid "Month as 03."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153052.44.help.text
msgid "MM"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145728.45.help.text
msgid "Month as Jan-Dec"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151073.46.help.text
msgid "MMM"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149909.47.help.text
msgid "Month as January-December"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155318.48.help.text
msgid "MMMM"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151218.116.help.text
msgid "First letter of Name of Month"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150420.117.help.text
msgid "MMMMM"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154501.49.help.text
msgid "Day as 2"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156181.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3156181.50.help.text\n"
"D"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146969.51.help.text
msgid "Day as 02"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156358.52.help.text
msgid "DD"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148495.53.help.text
msgid "Day as Sun-Sat"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3161665.54.help.text
msgid "NN or DDD"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154272.118.help.text
msgid "Day as Sunday to Saturday"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145164.119.help.text
msgid "NNN or DDDD"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146791.55.help.text
msgid "Day followed by comma, as in \"Sunday,\""
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146081.56.help.text
msgid "NNNN"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156275.57.help.text
msgid "Year as 00-99"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3143236.58.help.text
msgid "YY"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148408.59.help.text
msgid "Year as 1900-2078"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151358.60.help.text
msgid "YYYY"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153355.96.help.text
msgid "Calendar week"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150744.97.help.text
msgid "WW"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154302.103.help.text
msgid "Quarterly as Q1 to Q4"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159266.104.help.text
msgid "Q (K in swedish locales, T in french and spanish locales)"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147583.105.help.text
msgid "Quarterly as 1st quarter to 4th quarter"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146918.106.help.text
msgid "QQ"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147534.120.help.text
msgid ""
"Era on the Japanese Gengou calendar, single character (possible values are: "
"M, T, S, H)"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151249.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3151249.121.help.text\n"
"G"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3163806.122.help.text
msgid "Era, abbreviation"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155962.123.help.text
msgid "GG"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151187.124.help.text
msgid "Era, full name"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149568.125.help.text
msgid "GGG"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147344.126.help.text
msgid ""
"Number of the year within an era, without a leading zero for single-digit "
"years"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147255.127.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3147255.127.help.text\n"
"E"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148487.128.help.text
msgid ""
"Number of the year within an era, with a leading zero for single-digit years"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150298.129.help.text
msgid "EE or R"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152861.138.help.text
msgid "Era, full name and year"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149926.139.help.text
msgid "RR or GGGEE"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152776.214.help.text
msgid "Arabic Islamic format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159103.215.help.text
msgid "AAA or AAAA"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3149929.227.help.text
msgid "Entering Dates"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148397.228.help.text
msgid ""
"To enter a date in a cell, use the Gregorian calendar format. For example, "
"in an English locale, enter 1/2/2002 for Jan 2, 2002."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153274.137.help.text
msgid ""
"All date formats are dependent on the locale that is set in \\<emph\\>Tools -"
" Options - Language settings - Languages\\</emph\\>. For example, if your "
"locale is set to 'Japanese', then the Gengou calendar is used. The default "
"date format in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"uses the Gregorian Calendar."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153795.216.help.text
msgid ""
"To specify a calendar format that is independent of the locale, add a "
"modifier in front of the date format. For example, to display a date using "
"the Jewish calendar format in a non-Hebrew locale, enter: "
"[~jewish]DD/MM/YYYY."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145764.217.help.text
msgid "Modifier"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152967.218.help.text
msgid "Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148390.219.help.text
msgid "[~buddhist]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153781.220.help.text
msgid "Thai Buddhist Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3157969.133.help.text
msgid "[~gengou]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154656.134.help.text
msgid "Japanese Gengou Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150086.131.help.text
msgid "[~gregorian]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146070.132.help.text
msgid "Gregorian Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146808.221.help.text
msgid "[~hanja] or [~hanja_yoil]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149207.136.help.text
msgid "Korean Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150304.222.help.text
msgid "[~hijri]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149238.223.help.text
msgid ""
"Arabic Islamic Calendar, currently supported for the following locales: "
"ar_EG, ar_LB, ar_SA, and ar_TN"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154903.224.help.text
msgid "[~jewish]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151288.225.help.text
msgid "Jewish Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3166442.135.help.text
msgid "[~ROC]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145587.226.help.text
msgid "Republic Of China Calendar"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152419.140.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>If "
"you perform a calculation that involves one or more cells using a date "
"format, the result is formatted according to the following mappings: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154194.141.help.text
msgid "Initial Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149787.142.help.text
msgid "Result Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152993.143.help.text
msgid "Date + Date"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150292.144.help.text
msgid "Number (Days)"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150460.145.help.text
msgid "Date + Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154371.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3154371.146.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145082.147.help.text
msgid "Date + Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156290.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3156290.148.help.text\n"
"Date&Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152456.149.help.text
msgid "Date + Date&Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156169.150.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3156169.150.help.text\n"
"Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154527.151.help.text
msgid "Time + Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159625.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3159625.152.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146802.153.help.text
msgid "Time + Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146770.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3146770.154.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155500.155.help.text
msgid "Time + Date&Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155128.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3155128.156.help.text\n"
"Date&Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152904.157.help.text
msgid "Date&Time + Date&Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159143.158.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3159143.158.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148909.159.help.text
msgid "Date&Time + Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154806.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3154806.160.help.text\n"
"Date&Time"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151269.161.help.text
msgid "Number + Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154951.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3154951.162.help.text\n"
"Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149174.163.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>The Date&Time format displays the date and time that "
"an entry was made to a cell with this format. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3143225.164.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>, a date with "
"the value \"0\" corresponds to Dec 30, 1899."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3155870.61.help.text
msgid "Time Formats"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150108.62.help.text
msgid ""
"To display hours, minutes and seconds use the following number format codes."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149158.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3149158.63.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154341.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3154341.64.help.text\n"
"Format Code"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154557.65.help.text
msgid "Hours as 0-23"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156348.66.help.text
msgid "h"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3143218.67.help.text
msgid "Hours as 00-23"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155266.68.help.text
msgid "hh"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150139.69.help.text
msgid "Minutes as 0-59"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149588.70.help.text
msgid "m"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150531.71.help.text
msgid "Minutes as 00-59"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147409.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020301.xhp#par_id3147409.72.help.text\n"
"mm"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154854.73.help.text
msgid "Seconds as 0-59"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156173.74.help.text
msgid "s"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149506.75.help.text
msgid "Seconds as 00-59"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3157981.76.help.text
msgid "ss"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156039.77.help.text
msgid ""
"To display seconds as fractions, add the decimal delimiter to your number "
"format code. For example, enter \\<emph\\>hh:mm:ss.00\\</emph\\> to display "
"the time as \"01:02:03.45\"."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148649.102.help.text
msgid ""
"If a time is entered in the form 02:03.45 or 01:02:03.45 or 25:01:02, the "
"following formats are assigned if no other time format has been specified: "
"MM:SS.00 or [HH]:MM:SS.00 or [HH]:MM:SS"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#hd_id3158404.169.help.text
msgid "Displaying Numbers Using Native Characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149998.170.help.text
msgid ""
"To display numbers using native number characters, use a [NatNum1], "
"[NatNum2], ... [NatNum11] modifier at the beginning of a number format codes."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154600.171.help.text
msgid ""
"The [NatNum1] modifier always uses a one to one character mapping to convert "
"numbers to a string that matches the native number format code of the "
"corresponding locale. The other modifiers produce different results if they "
"are used with different locales. A locale can be the language and the "
"territory for which the format code is defined, or a modifier such as [$-"
"yyy] that follows the native number modifier. In this case, yyy is the "
"hexadecimal MS-LCID that is also used in currency format codes. For example, "
"to display a number using Japanese short Kanji characters in an English US "
"locale, use the following number format code:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152546.172.help.text
msgid "[NatNum1][$-411]0"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147269.173.help.text
msgid ""
"In the following list, the Microsoft Excel [DBNumX] modifier that "
"corresponds to \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"[NatNum] modifier is shown. If you want, you can use a [DBNumX] modifier "
"instead of [NatNum] modifier for your locale. Whenever possible, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> internally maps [DBNumX] "
"modifiers to [NatNumN] modifiers."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_idN11234.help.text
msgid ""
"Displaying dates using [NatNum] modifiers can have a different effect than "
"displaying other types of numbers. Such effects are indicated by 'CAL: '. "
"For example, 'CAL: 1/4/4' indicates that the year is displayed using the "
"[NatNum1] modifier, while the day and month are displayed using the "
"[NatNum4] modifier. If 'CAL' is not specified, the date formats for that "
"particular modifier are not supported."
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153111.174.help.text
msgid "[NatNum1] Transliterations"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146895.175.help.text
msgid "Chinese: Chinese lower case characters; CAL: 1/7/7 [DBNum1]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152536.176.help.text
msgid "Japanese: short Kanji characters [DBNum1]; CAL: 1/4/4 [DBNum1]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3146125.177.help.text
msgid "Korean: Korean lower case characters [DBNum1]; CAL: 1/7/7 [DBNum1]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149945.178.help.text
msgid "Thai: Thai characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153264.179.help.text
msgid "Arabic: Indic characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3148973.180.help.text
msgid "Indic: Indic characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_idN112A3.help.text
msgid "Hebrew: Hebrew letters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3147520.181.help.text
msgid "[NatNum2] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155383.182.help.text
msgid "Chinese: Chinese upper case characters; CAL: 2/8/8 [DBNum2]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153931.183.help.text
msgid "Japanese: traditional Kanji characters; CAL: 2/5/5 [DBNum2]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155097.184.help.text
msgid "Korean: Korean upper case characters [DBNum2]; CAL: 2/8/8 [DBNum2]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3152976.185.help.text
msgid "[NatNum3] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154353.186.help.text
msgid "Chinese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154669.187.help.text
msgid "Japanese: fullwidth Arabic digits; CAL: 3/3/3 [DBNum3]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150472.188.help.text
msgid "Korean: fullwidth Arabic digits [DBNum3]; CAL: 3/3/3 [DBNum3]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3157811.189.help.text
msgid "[NatNum4] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154592.190.help.text
msgid "Chinese: lower case text [DBNum1]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150350.191.help.text
msgid "Japanese: modern long Kanji text [DBNum2]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150930.192.help.text
msgid "Korean: formal lower case text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153546.193.help.text
msgid "[NatNum5] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155612.194.help.text
msgid "Chinese: Chinese upper case text [DBNum2]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155909.195.help.text
msgid "Japanese: traditional long Kanji text [DBNum3]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3151304.196.help.text
msgid "Korean: formal upper case text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155075.197.help.text
msgid "[NatNum6] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150214.198.help.text
msgid "Chinese: fullwidth text [DBNum3]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154114.199.help.text
msgid "Japanese: fullwidth text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155344.200.help.text
msgid "Korean: fullwidth text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155538.201.help.text
msgid "[NatNum7] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145123.202.help.text
msgid "Japanese: modern short Kanji text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149424.203.help.text
msgid "Korean: informal lower case text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3153688.204.help.text
msgid "[NatNum8] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3156122.205.help.text
msgid "Japanese: traditional short Kanji text [DBNum4]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3145602.206.help.text
msgid "Korean: informal upper case text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3159228.207.help.text
msgid "[NatNum9] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154644.208.help.text
msgid "Korean: Hangul characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3155396.209.help.text
msgid "[NatNum10] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3150878.210.help.text
msgid "Korean: formal Hangul text [DBNum4]; CAL: 9/11/11 [DBNum4]"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3149384.211.help.text
msgid "[NatNum11] Transliteration in"
msgstr ""

#: helpcontent2/source/text/shared/01/05020301.xhp#par_id3154213.212.help.text
msgid "Korean: informal Hangul text"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020400.xhp#tit.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#bm_id3152895.help.text
msgid ""
"\\<bookmark_value\\>formatting; "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; character "
"forma"
"ts\\</bookmark_value\\>\\<bookmark_value\\>text;hyperlinks\\</bookmark_va"
"lue\\>\\<bookmark_value\\>links; character formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020400.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3149388.2.help.text
msgid ""
"\\<variable id=\\\"hyperlinktext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertHyperlinkDlg\\\"\\>Assigns a new hyperlink or edits the "
"selected hyperlink.\\</ahelp\\>\\</variable\\> A hyperlink is a link to a "
"file on the Internet or on your local system."
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3145211.38.help.text
msgid ""
"You can also assign or edit a named HTML anchor, or \\<link "
"href=\\\"text/swriter/01/04040000.xhp\\\" "
"name=\\\"Bookmark\\\"\\>Bookmark\\</link\\>, that refers to a specific place "
"in a document."
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3147243.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3147243.12.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3156113.13.help.text
msgid "Specify the properties for the hyperlink."
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3166410.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3166410.14.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3153332.15.help.text
msgid ""
"\\<variable id=\\\"texturl\\\"\\>\\<ahelp "
"hid=\\\"SW:EDIT:TP_CHAR_URL:ED_URL\\\"\\>Enter a \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\> for the file that you want to open when "
"you click the hyperlink.\\</ahelp\\> If you do not specify a target frame, "
"the file opens in the current document or frame. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3153716.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3153716.16.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3157910.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_CHAR_URL:PB_URL\\\"\\>Locate the file that "
"you want to link to, and then click \\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3156152.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3156152.18.help.text\n"
"Reference"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3155450.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_CHAR_URL:ED_TEXT\\\"\\>Enter the text that you "
"want to display for the hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3158430.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3158430.28.help.text\n"
"Events"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3153257.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_CHAR_URL:PB_EVENT\\\"\\>Specify an event "
"that triggers when you click the hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3153348.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3153348.30.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3156023.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_CHAR_URL:ED_NAME\\\"\\>Enter a name for the "
"hyperlink.\\</ahelp\\> $[officename] inserts a NAME tag in the hyperlink:"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3148943.34.help.text
msgid ""
"<A HREF=\"http://www.sun.com/\" NAME=\"Nametext\" TARGET=\"_blank\">Note</A>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3155923.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3155923.20.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3147559.21.help.text
msgid ""
"\\<variable id=\\\"textframe\\\"\\>\\<ahelp "
"hid=\\\"SW:COMBOBOX:TP_CHAR_URL:LB_TARGET\\\"\\>Enter the name of the frame "
"that you want the linked file to open in, or select a predefined frame from "
"the list.\\</ahelp\\> If you leave this box blank, the linked file opens in "
"the current browser window. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3149656.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020400.xhp#hd_id3149656.22.help.text\n"
"Character Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3148664.23.help.text
msgid "Specify the formatting options for the hyperlink."
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3151056.24.help.text
msgid "Visited links"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3150359.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_CHAR_URL:LB_VISITED\\\"\\>Select a formatting "
"style to use for visited links from the list. To add or modify a style in "
"this list, close this dialog, and click the \\<emph\\>Styles and "
"Formatting\\</emph\\> icon on the \\<emph\\>Formatting\\</emph\\> "
"toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#hd_id3154365.26.help.text
msgid "Unvisited links"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3154216.27.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_CHAR_URL:LB_NOT_VISITED\\\"\\>Select a "
"formatting style to use for unvisited links from the list. To add or modify "
"a style in this list, close this dialog, and click the \\<emph\\>Styles and "
"Formatting\\</emph\\> icon on the \\<emph\\>Formatting\\</emph\\> "
"toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3143231.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"dialog\\\"\\>Hyperlink dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3152933.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060700.xhp\\\" name=\\\"Assign "
"macro\\\"\\>Assign macro\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020400.xhp#par_id3154630.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100500.xhp\\\" name=\\\"Target "
"frame\\\"\\>Target frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#tit.help.text
msgid "Font Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#bm_id3154841.help.text
msgid ""
"\\<bookmark_value\\>positioning; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>formats; "
"positions\\</bookmark_value\\>\\<bookmark_value\\>effects; "
"positions\\</bookmark_value\\>\\<bookmark_value\\>fonts; positions in "
"text\\</bookmark_value\\>\\<bookmark_value\\>spacing; font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"spacing\\</bookmark_value\\>\\<bookmark_value\\>pair "
"kerning\\</bookmark_value\\>\\<bookmark_value\\>kerning; in "
"characters\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"kerning\\</bookmark_value\\>\\<bookmark_value\\>text; "
"kerning\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"kerning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3154841.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Font Position\\\"\\>Font "
"Position\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Position\\\"\\>Position\\</l"
"ink\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3148585.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SVXPAGE_CHAR_POSITION\\\"\\>Specify the position, "
"scaling, rotation, and spacing for characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3147089.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3147089.3.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3153748.4.help.text
msgid "Set the subscript or superscript options for a character."
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3153311.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3153311.5.help.text\n"
"Superscript"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3154750.6.help.text
msgid ""
"\\<variable id=\\\"hochtext\\\"\\>\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_HIGHPOS\\\"\\>Reduces "
"the font size of the selected text and raises the text above the "
"baseline.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3147275.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3147275.7.help.text\n"
"Normal"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3155503.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_NORMALPOS\\\"\\>Removes "
"superscript or subscript formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3150465.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3150465.9.help.text\n"
"Subscript"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3155420.10.help.text
msgid ""
"\\<variable id=\\\"tieftext\\\"\\>\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_LOWPOS\\\"\\>Reduces "
"the font size of the selected text and lowers the text below the "
"baseline.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3148992.11.help.text
msgid "Raise/lower by"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3150275.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_ED_HIGHLOW\\\"\\>Enter the "
"amount by which you want to raise or to lower the selected text in relation "
"to the baseline. One hundred percent is equal to the height of the "
"font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3150670.13.help.text
msgid "Relative font size"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3153126.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_ED_FONTSIZE\\\"\\>Enter "
"the amount by which you want to reduce the font size of the selected "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3153349.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020500.xhp#hd_id3153349.15.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3153061.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_POSITION_CB_HIGHLOW\\\"\\>Autom"
"atically sets the amount by which the selected text is raised or lowered in "
"relation to the baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3154905.30.help.text
msgid "Rotation / scaling"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3154923.36.help.text
msgid "Set the rotation and the scaling options for the selected text."
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3154280.31.help.text
msgid "0 degrees"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3149045.37.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_0_DEG\\\"\\>Does not "
"rotate the selected text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3156434.32.help.text
msgid "90 degrees"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3148739.38.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_90_DEG\\\"\\>Rotates "
"the selected text to the left by 90 degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3150398.33.help.text
msgid "270 degrees"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3153778.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_CHAR_POSITION_RB_270_DEG\\\"\\>Rotates "
"the selected text to the right by 90 degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3147228.34.help.text
msgid "Fit to line"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3150288.40.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_POSITION_CB_FIT_TO_LINE\\\"\\>S"
"tretches or compresses the selected text so that it fits between the line "
"that is above the text and the line that is below the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3155994.35.help.text
msgid "Scale width"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3145171.41.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_MF_SCALE_WIDTH\\\"\\>Enter "
"the percentage of the font width by which to horizontally stretch or "
"compress the selected text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3149807.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020500.xhp#hd_id3149807.17.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3156212.18.help.text
msgid "Specify the spacing between individual characters."
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3125865.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020500.xhp#hd_id3125865.19.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3153178.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_POSITION_LB_KERNING2\\\"\\>Specifies "
"the spacing between the characters of the selected text. For expanded or "
"condensed spacing, enter the amount that you want to expand or condense the "
"text in the \\<emph\\>by \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3154908.21.help.text
msgid ""
"\\<emph\\>Default\\</emph\\> - uses the character spacing specified in the "
"font type"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3156543.22.help.text
msgid "\\<emph\\>Expanded\\</emph\\> - increases the character spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3154297.23.help.text
msgid "\\<emph\\>Condensed\\</emph\\> - decreases the character spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3157870.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05020500.xhp#hd_id3157870.25.help.text\n"
"by"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3146974.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_CHAR_POSITION_ED_KERNING2\\\"\\>Enter "
"the amount by which you want to expand or condense the character spacing for "
"the selected text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#hd_id3154127.27.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000005.xhp#kerning\\\" name=\\\"Pair "
"kerning\\\"\\>Pair kerning\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3148616.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_POSITION_CB_PAIRKERNING\\\"\\>A"
"utomatically adjust the character spacing for specific letter "
"combinations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020500.xhp#par_id3150010.29.help.text
msgid ""
"Kerning is only available for certain font types and requires that your "
"printer support this option."
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05020600.xhp#tit.help.text\n"
"Asian Layout"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#bm_id3156053.help.text
msgid ""
"\\<bookmark_value\\>Asian layout; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>formats; Asian "
"layout\\</bookmark_value\\>\\<bookmark_value\\>characters; Asian "
"layout\\</bookmark_value\\>\\<bookmark_value\\>text; Asian "
"layout\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#hd_id3156053.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020600.xhp\\\" name=\\\"Asian "
"Layout\\\"\\>Asian Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#par_id3155351.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Sets the options for "
"double-line writing for Asian languages. Select the characters in your text, "
"and then choose this command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#hd_id3152552.3.help.text
msgid "Double-lined"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#par_id3155338.4.help.text
msgid "Set the double-line options for the selected text."
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#hd_id3147089.5.help.text
msgid "Write in double lines"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#par_id3150693.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_CHAR_TWOLINES_CB_TWOLINES\\\" "
"visibility=\\\"visible\\\"\\>Allows you to write in double lines in the area "
"that you selected in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#hd_id3157959.7.help.text
msgid "Enclosing characters"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#par_id3154749.8.help.text
msgid "Specify the characters to enclose the double-lined area."
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#hd_id3148539.9.help.text
msgid "Initial character"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#par_id3150504.10.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_TWOLINES_ED_STARTBRACKET\\\"\\>Select "
"the character to define the start of the double-lined area. If you want to "
"choose a custom character, select \\<emph\\>Other "
"Characters\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#hd_id3159115.11.help.text
msgid "Final character"
msgstr ""

#: helpcontent2/source/text/shared/01/05020600.xhp#par_id3149191.12.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_CHAR_TWOLINES_ED_ENDBRACKET\\\"\\>Select the "
"character to define the end of the double-lined area. If you want to choose "
"a custom character, select \\<emph\\>Other Characters\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#tit.help.text
msgid "Asian Typography"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#bm_id3155620.help.text
msgid ""
"\\<bookmark_value\\>Asian "
"typography\\</bookmark_value\\>\\<bookmark_value\\>formats; Asian "
"typography\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; Asian "
"typography\\</bookmark_value\\>\\<bookmark_value\\>text; Asian "
"typography\\</bookmark_value\\>\\<bookmark_value\\>typography; "
"Asian\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#hd_id3155620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020700.xhp\\\" name=\\\"Asian "
"Typography\\\"\\>Asian Typography\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3153124.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Set the typographic options for \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>cells "
"\\</caseinline"
"\\>\\<defaultinline\\>paragraphs\\</defaultinline\\>\\</switchinline\\> in "
"Asian language files. To enable Asian language support, choose "
"\\<emph\\>Tools - Options - Language Settings - Languages\\</emph\\>, and "
"then select the \\<emph\\>Enabled\\</emph\\> box in the \\<emph\\>Asian "
"language support \\</emph\\>area.\\</ahelp\\> The Asian typography options "
"are ignored in HTML documents."
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#hd_id3147571.3.help.text
msgid "Line change"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3147834.4.help.text
msgid "Set the options for line breaks in Asian language documents."
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#hd_id3145072.9.help.text
msgid "Apply list of forbidden characters to the beginning and end of line"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3153683.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_FORBIDDEN\\\"\\>"
"Prevents the characters in the list from starting or ending a line. The "
"characters are relocated to either the previous or the next line. To edit "
"the list of restricted characters, choose \\<emph\\>Tools - Options - "
"Language Settings - \\</emph\\>\\<link "
"href=\\\"text/shared/optionen/01150100.xhp\\\" name=\\\"Asian "
"Layout\\\"\\>\\<emph\\>Asian Layout\\</emph\\>\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#hd_id3149751.5.help.text
msgid "Allow hanging punctuation"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3149096.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_HANG_PUNC\\\"\\>"
"Prevents commas and periods from breaking the line. Instead, these "
"characters are added to the end of the line, even in the page "
"margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3147275.7.help.text
msgid ""
"\\<emph\\>Apply spacing between Asian, Latin and Complex text\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3148539.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_PARA_ASIAN_CB_AS_SCRIPT_SPACE\\\""
"\\>Inserts a space between Asian, Latin and complex characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05020700.xhp#par_id3153665.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020700.xhp\\\" name=\\\"Enabling Asian "
"language support\\\"\\>Enabling Asian language support\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030000.xhp#tit.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/05030000.xhp#hd_id3150467.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030000.xhp#hd_id3150467.1.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/05030000.xhp#par_id3148668.2.help.text
msgid ""
"\\<variable id=\\\"absatztext\\\"\\>\\<ahelp "
"hid=\\\".uno:EditStyle\\\"\\>Modifies the format of the current paragraph, "
"such as indents and alignment.\\</ahelp\\>\\</variable\\> To modify the font "
"of the current paragraph, select the entire paragraph, choose Format - "
"Character, and then click on the Font tab."
msgstr ""

#: helpcontent2/source/text/shared/01/05030000.xhp#par_id3156042.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The paragraph style for the current paragraph is "
"displayed at the \\<emph\\>Formatting\\</emph\\> toolbar, and is highlighted "
"in the \\<link href=\\\"text/swriter/01/05140000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting window\\</link\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#tit.help.text
msgid "Indents and Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#bm_id3154689.help.text
msgid ""
"\\<bookmark_value\\>indents and spacing in "
"text\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; "
"indents\\</bookmark_value\\>\\<bookmark_value\\>hanging indents in "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>text; paragraph "
"indents\\</bookmark_value\\>\\<bookmark_value\\>right indents in "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>lines; "
"indents\\</bookmark_value\\>\\<bookmark_value\\>spacing; between paragraphs "
"in footnotes\\</bookmark_value\\>\\<bookmark_value\\>footnotes; spacing "
"between paragraphs\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; "
"spacing\\</bookmark_value\\>\\<bookmark_value\\>line spacing; "
"paragraph\\</bookmark_value\\>\\<bookmark_value\\>spacing; lines and "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>single line spacing in "
"text\\</bookmark_value\\>\\<bookmark_value\\>one and a half line spacing in "
"text\\</bookmark_value\\>\\<bookmark_value\\>double line spacing in "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>leading between "
"paragraphs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3154689.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3154689.1.help.text\n"
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Indents and "
"Spacing\\\"\\>Indents and Spacing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3155069.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_PARAGRAPH_STD\\\"\\>Sets the indenting and the "
"spacing options for the paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3153910.64.help.text
msgid ""
"To change the measurement units used in this dialog, choose \\<emph\\>Tools -"
" Options - %PRODUCTNAME Writer - General\\</emph\\>, and then select a new "
"measurement unit in the \\<emph\\>Settings \\</emph\\>area. "
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3154823.11.help.text
msgid ""
"You can also set indents using the \\<link "
"href=\\\"text/swriter/main0213.xhp\\\" "
"name=\\\"ruler\\\"\\>ruler\\</link\\>. To display the ruler, choose "
"\\<emph\\>View - Ruler\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3147275.61.help.text
msgid "You can preview your changes before you apply them."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3158430.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3158430.3.help.text\n"
"Indent"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3155419.4.help.text
msgid ""
"Specify the amount of space to leave between the left and the right page "
"margins and the paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3153698.5.help.text
msgid "Before text"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3148990.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LEFTINDENT\\\"\\>Enter "
"the amount of space that you want to indent the paragraph from the page "
"margin. If you want the paragraph to extend into the page margin, enter a "
"negative number. In Left-to-Right languages, the left edge of the paragraph "
"is indented with respect to the left page margin. In Right-to-Left "
"languages, the right edge of the paragraph is indented with respect to the "
"right page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3152361.9.help.text
msgid "After text"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3154390.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_RIGHTINDENT\\\"\\>Enter "
"the amount of space that you want to indent the paragraph from the page "
"margin. If you want the paragraph to extend into the page margin, enter a "
"negative number. In Left-to-Right languages, the right edge of the paragraph "
"is indented with respect to the right page margin. In Right-to-Left "
"languages, the left edge of the paragraph is indented with respect to the "
"left page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3149169.7.help.text
msgid "First line"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3150651.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_FLINEINDENT\\\"\"
"\>Indents the first line of a paragraph by the amount that you enter. To "
"indent the first line of a paragraph that uses numbering or bullets, choose "
"\\<emph\\>Format - Bullets and Numbering\\</emph\\>, click the "
"\\<emph\\>Position \\</emph\\>tab, and then enter an amount in the "
"\\<emph\\>Minimum space numbering <=> text\\</emph\\> box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3150288.52.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Automatic \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3151041.53.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_AUTO\\\"\\>Automatically "
"indents a paragraph according to the size font and the line spacing. The "
"setting in the \\<emph\\>First Line \\</emph\\>box is "
"ignored.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3157894.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030100.xhp#hd_id3157894.22.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3152462.23.help.text
msgid "Specify the amount of space to leave between selected paragraphs."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3147216.24.help.text
msgid "Above paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3146148.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_TOPDIST\\\"\\>Enter the "
"amount of space that you want to leave above the selected "
"paragraph(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3145590.26.help.text
msgid "Below paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3163822.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_BOTTOMDIST\\\"\\>Enter "
"the amount of space that you want to leave below the selected "
"paragraph(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3156441.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030100.xhp#hd_id3156441.28.help.text\n"
"Line spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3146985.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_STD_PARAGRAPH:LB_LINEDIST\\\"\\>Specify the "
"amount of space to leave between lines of text in a paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3146923.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030100.xhp#hd_id3146923.30.help.text\n"
"Single"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3150011.31.help.text
msgid ""
"\\<variable id=\\\"einzeiligtext\\\"\\>Applies single line spacing to the "
"current paragraph. This is the default setting. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3148500.33.help.text
msgid "1.5 lines"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3150094.34.help.text
msgid ""
"\\<variable id=\\\"eineinhalbzeiligtext\\\"\\>Sets the line spacing to one "
"and half lines. This corresponds to a vertical space that is half of the "
"font height. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3149378.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030100.xhp#hd_id3149378.36.help.text\n"
"Double"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3154512.37.help.text
msgid ""
"\\<variable id=\\\"zweizeiligtext\\\"\\>Sets the line spacing to two lines. "
"This corresponds to a vertical space that is equal to the font height. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3151206.39.help.text
msgid "Proportional"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3147494.40.help.text
msgid ""
"Select this option and then enter a percentage value in the box, where 100% "
"corresponds to single line spacing."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3156332.41.help.text
msgid "At Least"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3157965.42.help.text
msgid "Sets the minimum line spacing to the value that you enter in the box."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3150744.47.help.text
msgid ""
"If you use different font sizes within a paragraph, the line spacing is "
"automatically adjusted to the largest font size. If you prefer to have "
"identical spacing for all lines, specify a value in \\<emph\\>At "
"least\\</emph\\> that corresponds to the largest font size."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3153927.43.help.text
msgid "Leading"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3153354.44.help.text
msgid ""
"Sets the height of the vertical space that is inserted between two lines."
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3155443.54.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Fixed \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3153711.55.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Sets the line spacing to exactly match the value "
"that you enter in the box. This can result in cropped characters. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3156383.45.help.text
msgid "of"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3154304.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_STD_PARAGRAPH:ED_LINEDISTMETRIC\\"
"\"\\>Enter the value to use for the line spacing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3154965.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030100.xhp#hd_id3154965.48.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Register-true \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#hd_id3146316.50.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Activate \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id3156315.51.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_STD_PARAGRAPH:CB_REGISTER\\\"\\>Aligns the "
"baseline of each line of text to a vertical document grid, so that each line "
"is the same height. To use this feature, you must first activate the "
"\\<emph\\>Register-true \\</emph\\>option for the current page style. To do "
"this, choose \\<emph\\>Format - Page\\</emph\\>, click on the \\<emph\\>Page "
"\\</emph\\>tab, and then select the\\<emph\\> Register-true\\</emph\\> box "
"in the\\<emph\\> Layout settings\\</emph\\> "
"area.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030100.xhp#par_id9267250.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030100.xhp#par_id9267250.help.text\n"
"\\<link href=\\\"text/swriter/guide/registertrue.xhp\\\" name=\\\"Writing "
"Register-true\\\"\\>Writing Register-true\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030300.xhp#tit.help.text\n"
"Tabs"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#bm_id3156027.help.text
msgid ""
"\\<bookmark_value\\>formats; "
"tabulators\\</bookmark_value\\>\\<bookmark_value\\>fill characters with "
"tabula"
"tors\\</bookmark_value\\>\\<bookmark_value\\>tabulators\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3156027.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030300.xhp\\\" "
"name=\\\"Tabs\\\"\\>Tabs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3153577.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABULATOR\\\"\\>Set the position of a tab stop in a "
"paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3147653.40.help.text
msgid "If you want, you can also use the ruler to set the tab positions."
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3154897.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3154897.3.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3153331.4.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICBOX:RID_SVXPAGE_TABULATOR:ED_TABPOS\\\"\\>Select "
"a tab stop type, enter a new measurement, and then click "
"\\<emph\\>New\\</emph\\>. If you want, you can also specify the measurement "
"units to use for the tab (cm for centimeter, or \" for inches). Existing "
"tabs to the left of the first tab that you set are removed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3155180.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3155180.9.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3149514.10.help.text
msgid "Select the type of tab stop that you want to modify."
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3157910.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3157910.11.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3146847.41.help.text
msgid ""
"The name of this tab stop is \\<emph\\>Left/Top\\</emph\\> if Asian language "
"support is enabled."
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3153698.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_LEFT\\\"\\>Aligns "
"the left edge of the text to the tab stop and extends the text to the "
"right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3149763.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3149763.13.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3148491.42.help.text
msgid ""
"This name of this tab stop is \\<emph\\>Right/Bottom\\</emph\\> if Asian "
"language support is enabled."
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3151384.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_RIGHT\\\"\\>Aligns "
"the right edge of the text to the tab stop and extends the text to the left "
"of the tab stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153628.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153628.15.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3154347.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_CENTER\\\"\"
"\>Aligns the center of the text to the tab stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3148552.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3148552.17.help.text\n"
"Decimal"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3144422.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_TABTYPE_DECIMAL\\\""
"\\>Aligns the decimal point of a number to the center of the tab stop and "
"text to the left of the tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3154388.19.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>The "
"character that is used as a decimal separator depends on the regional "
"setting of your operating system. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153380.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153380.20.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3153778.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_TABULATOR:ED_TABTYPE_DECCHAR\\\"\\>Enter a "
"character that you want the decimal tab to use as a decimal "
"separator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3159151.22.help.text
msgid "Fill Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3154153.23.help.text
msgid "Specify the characters to use as leader to the left of the tab stop."
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3144760.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3144760.24.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3143231.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_NO\\\"\\>Inserts "
"no fill characters, or removes existing fill characters to the left of the "
"tab stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3152933.26.help.text
msgid "......."
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3153192.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_POINTS\\\""
"\\>Fills the empty space to the left of the tab stop with dots.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3156280.28.help.text
msgid "------"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3156212.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_DASHLINE\\"
"\"\\>Fills the empty space to the left of the tab stop with "
"dashes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3157960.30.help.text
msgid "______"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3151043.31.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_UNDERSCORE"
"\\\"\\>Draws a line to fill the empty space to the left of the tab "
"stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153770.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153770.32.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3150441.33.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TABULATOR:BTN_FILLCHAR_OTHER\\\"\"
"\>Allows you to specify a character to fill the empty space to the left of "
"the tab stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3152596.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030300.xhp#hd_id3152596.36.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3163717.37.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_TABULATOR:BTN_NEW\\\"\\>Adds the "
"tab stop that you defined to the current paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#hd_id3153945.38.help.text
msgid "Clear All"
msgstr ""

#: helpcontent2/source/text/shared/01/05030300.xhp#par_id3145660.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_TABULATOR:BTN_DELALL\\\"\\>Removes all of "
"the tab stops that you defined the listand sets the Left tab as the default "
"tab stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030500.xhp#tit.help.text\n"
"Borders"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3154812.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3154812.1.help.text\n"
"\\<link href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>Borders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3151097.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BORDER\\\"\\>Set the border options for the selected "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>cells \\</caseinline\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>object or the current paragraph. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3155351.44.help.text
msgid ""
"You can specify the border position, size, and style. \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>In $[officename] "
"Writer, you can add borders to pages, frames, graphics, tables, paragraphs, "
"and to embedded objects. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3152997.40.help.text
msgid ""
"To modify the border of an entire table, place the cursor in a table cell, "
"right-click, choose \\<emph\\>Table\\</emph\\>, and then click the "
"\\<emph\\>Borders\\</emph\\> tab. To modify the border of a table cell, "
"select the cell, right-click, choose \\<emph\\>Table\\</emph\\>, and then "
"click the \\<emph\\>Borders\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3145417.3.help.text
msgid "Line arrangement"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3153332.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BORDER_CTL_PRESETS\\\"\\>Select a predefined border "
"style to apply.\\</ahelp\\> A preview of the border style is shown in the "
"\\<emph\\>User-defined \\</emph\\>area of this dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3148643.5.help.text
msgid ""
"If you are in a table or spreadsheet, you can also add or remove predefined "
"borders. Use the \\<emph\\>Borders\\</emph\\> icon on the \\<emph\\>Table "
"Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3153698.9.help.text
msgid ""
"To add or remove borders, click the sides of the cell in the preview until "
"the border is added or removed. To keep the current border style, click the "
"sides of the cell until a thick line appears. "
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3149762.10.help.text
msgid ""
"You can also click the border marks to add or remove borders to a table cell."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3153626.11.help.text
msgid ""
"The current border selection in the preview is indicated by black arrows "
"around the border marks."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3149575.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3149575.23.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3152360.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_LINESTYLE\\\"\\>Click the "
"border style that you want to apply. The border is applied to the borders "
"selected in the preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3154938.29.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_LINECOLOR\\\"\\>Select "
"the line color that you want to use for the selected border(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3150359.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3150359.21.help.text\n"
"Spacing to contents"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3154365.22.help.text
msgid ""
"Specify the amount of space that you want to leave between the border and "
"the contents of the selection."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3147084.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3147084.45.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3151176.46.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_LEFT\\\"\\>Enter the "
"distance that you want to have between the left border and the contents of "
"the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3150650.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3150650.47.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3153104.48.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_RIGHT\\\"\\>Enter the "
"distance that you want to have between the right border and the contents of "
"the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3150495.49.help.text
msgid "Upper"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3156212.50.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_TOP\\\"\\>Enter the "
"distance that you want to have between the top border and the contents of "
"the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3150767.51.help.text
msgid "Lower"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3158410.52.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_BORDER_MF_BOTTOM\\\"\\>Enter "
"the distance that you want to have between the bottom border and the "
"contents of the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3155429.53.help.text
msgid "Synchronize"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3154299.54.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_BORDER_CB_SYNC\\\"\\>Applies the "
"same \\<emph\\>spacing to contents\\</emph\\> setting to all four borders "
"when you enter a new distance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#bm_id3155855.help.text
msgid ""
"\\<bookmark_value\\>shadows; "
"borders\\</bookmark_value\\>\\<bookmark_value\\>borders; "
"shadows\\</bookmark_value\\>\\<bookmark_value\\>margins; "
"shadows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3155855.31.help.text
msgid "Shadow style"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3146975.32.help.text
msgid ""
"You can also apply a shadow effect to borders. For the best results, only "
"apply this effect when all four borders are visible."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3157309.43.help.text
msgid ""
"Graphics or objects that are anchored to a frame in the document cannot "
"exceed the size of the frame. If you apply a shadow to the borders of an "
"object that fills an entire frame, the size of the object is reduced to "
"display the shadows."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3153728.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3153728.33.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3153364.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BORDER_CTL_SHADOWS\\\"\\>Click a shadow style for the "
"selected borders.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3156444.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3156444.35.help.text\n"
"Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3156060.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_BORDER:ED_SHADOWSIZE\\\"\\>Enter the "
"width of the shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#hd_id3155307.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030500.xhp#hd_id3155307.37.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_id3146147.38.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BORDER:LB_SHADOWCOLOR\\\"\\>Select "
"a color for the shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN10A2B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030500.xhp#par_idN10A2B.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN10A2F.help.text
msgid ""
"Specifies the properties for the current paragraph or the selected "
"paragraphs."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN10A3A.help.text
msgid "Merge with next paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN10A3E.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVXPAGE_BORDER:CB_MERGEWITHNEXT\\\"\\>Merges the "
"border style and the shadow style of the current paragraph with the next "
"paragraph.\\</ahelp\\> These styles are only merged if the indent, border, "
"and shadow styles of the next paragraph are the same as the current "
"paragraph. This option is also available for Paragraph Styles."
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN109BA.help.text
msgid "Merge adjacent line styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN109BE.help.text
msgid ""
"\\<ahelp hid=\\\"700793922\\\"\\>Merges two different border styles of "
"adjacent cells in a Writer table into one border style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030500.xhp#par_idN109C1.help.text
msgid ""
"The rules can be condensed to the statement that the stronger attribute "
"wins. If, for example, one cell has a red border of 2 point width, and the "
"adjacent cell has a blue border of 3 point width, then the common border "
"between these two cells will be blue with 3 point width."
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030600.xhp#tit.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#bm_id3151097.help.text
msgid ""
"\\<bookmark_value\\>frames; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; "
"frames\\</bookmark_value\\>\\<bookmark_value\\>sections; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; "
"sections\\</bookmark_value\\>\\<bookmark_value\\>indexes; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; "
"indexes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3151097.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030600.xhp\\\" "
"name=\\\"Background\\\"\\>Background\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3153748.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BACKGROUND\\\"\\>Set the background color or "
"graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3147653.34.help.text
msgid ""
"You can specify the background for \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>paragraphs, "
"pages, headers, footers, text frames, tables, table cells, sections, and "
"indexes. \\</caseinline\\>\\<caseinline select=\\\"CALC\\\"\\>cells and "
"pages. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3154514.4.help.text
msgid "As"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3154380.5.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BACKGROUND:LB_SELECTOR\\\"\\>Select "
"the type of background that you want to apply.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3151245.7.help.text
msgid "Using a Color as a Background"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3148946.8.help.text
msgid "Color Background"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3152361.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BACKGROUND_CTL_BGDCOLORSET\\\"\\>Click the color that "
"you want to use as a background. To remove a background color, click "
"\\<emph\\>No Fill\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3153524.37.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Transparency \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_idN107A4.help.text
msgid "Background transparency can be set only for frames."
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3150358.38.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_BACKGROUND_MF_COL_TRANS\\\"\\>Set the "
"transparency for the background color or graphic of a frame, where 100% is "
"completely transparent and 0% is opaque. When you increase the transparency "
"of the background, the underlying text or objects become visible through the "
"background of the frame.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3154216.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>For \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3145419.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BACKGROUND:LB_TBL_BOX\\\"\\>Select the area "
"that you want to apply the background color to.\\</ahelp\\> For example, "
"when you define the background color for a table, you can choose to apply it "
"to the table, the active cell, the row, or the column. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3150497.13.help.text
msgid ""
"This option is only available when you edit the background of a table or a "
"paragraph style."
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3153056.14.help.text
msgid "Using a Graphic as a Background"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3149983.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3149983.15.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3152462.16.help.text
msgid "Contains information about the graphic file."
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3145592.17.help.text
msgid "Display field"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3154920.18.help.text
msgid "Shows the path for the graphic file."
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3145272.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3145272.19.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3154150.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_LINK\\\"\\>\\<link "
"href=\\\"text/shared/00/00000005.xhp#verknuepfung\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\> to or embeds the graphic file in the "
"current file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3155366.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3155366.21.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3147426.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_BACKGROUND:BTN_PREVIEW\\\"\\>Displays or "
"hides a preview of the selected graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3154472.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3154472.23.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3153951.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_BACKGROUND:BTN_BROWSE\\\"\\>Locate the "
"graphic file that you want to use as a background, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3153726.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3153726.25.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3147442.26.help.text
msgid "Specify the way that you want to display the background graphic."
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3153366.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3153366.27.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3153741.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_POSITION\\\"\\>Select "
"this option, and then click a location in the position grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3156005.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3156005.29.help.text\n"
"Area"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3152596.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_AREA\\\"\\>Stretches the "
"graphic to fill the entire background of the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#hd_id3145663.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030600.xhp#hd_id3145663.32.help.text\n"
"Tile"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3149481.33.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_BACKGROUND:BTN_TILE\\\"\\>Repeats the "
"graphic so that it covers the entire background of the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030600.xhp#par_id3151114.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_POPUP_COLOR_CTRL\\\" visibility=\\\"hidden\\\"\\>Click "
"the color that you want to use as a background. To remove a background "
"color, click \\<emph\\>No Fill\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030700.xhp#tit.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#bm_id3150008.help.text
msgid ""
"\\<bookmark_value\\>aligning; "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; "
"alignment\\</bookmark_value\\>\\<bookmark_value\\>text; "
"alignment\\</bookmark_value\\>\\<bookmark_value\\>lines; "
"alignment\\</bookmark_value\\>\\<bookmark_value\\>left alignment of "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>aligning; "
"text\\</bookmark_value\\>\\<bookmark_value\\>right alignment of "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>centered "
"text\\</bookmark_value\\>\\<bookmark_value\\>justifying "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3150008.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030700.xhp\\\" "
"name=\\\"Alignment\\\"\\>Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3147399.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_PARAGRAPH_ALIGN\\\"\\>Sets the alignment of the "
"paragraph relative to the margins of page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3143268.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3143268.3.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3147008.4.help.text
msgid "Set the alignment options for the current paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3153681.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3153681.5.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3153031.6.help.text
msgid ""
"\\<variable id=\\\"linkstext\\\"\\>\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAG"
"E_ALIGN_PARAGRAPH:BTN_LEFTALIGN\\\"\\>Aligns the paragraph to the left page "
"margin.\\</ahelp\\>\\</variable\\> If Asian language support is enabled, "
"this option is named Left/Top."
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3154142.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3154142.7.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3156326.8.help.text
msgid ""
"\\<variable id=\\\"rechtstext\\\"\\>\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPA"
"GE_ALIGN_PARAGRAPH:BTN_RIGHTALIGN\\\"\\>Aligns the paragraph to the right "
"page margin.\\</ahelp\\>\\</variable\\> If Asian language support is "
"enabled, this option is named Right/Bottom."
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3148642.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3148642.9.help.text\n"
"Centered"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3153257.10.help.text
msgid ""
"\\<variable id=\\\"zentrierttext\\\"\\>\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SV"
"XPAGE_ALIGN_PARAGRAPH:BTN_CENTERALIGN\\\"\\>Centers the contents of the "
"paragraph on the page.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3149415.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030700.xhp#hd_id3149415.11.help.text\n"
"Justify"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3152474.12.help.text
msgid ""
"\\<variable id=\\\"blocksatztext\\\"\\>\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SV"
"XPAGE_ALIGN_PARAGRAPH:BTN_JUSTIFYALIGN\\\"\\>Aligns the paragraph to the "
"left and to the right page margins.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3145068.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Last Line \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3154280.14.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_ALIGN_PARAGRAPH:LB_LASTLINE\\\"\\>Specify "
"the alignment for the last line in the "
"paragraph.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3154936.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Expand single word "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3154224.16.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_ALIGN_PARAGRAPH:CB_EXPAND\\\"\\>If the last "
"line of a justified paragraph consists of one word, the word is stretched to "
"the width of the paragraph.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3150495.22.help.text
msgid "Snap to text grid (if active)"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3154331.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_CB_SNAP\\\"\\>Aligns the "
"paragraph to a text grid. To activate the text grid, choose \\<link "
"href=\\\"text/swriter/01/05040800.xhp\\\" name=\\\"Format - Page - Text "
"Grid\\\"\\>\\<emph\\>Format - Page - Text "
"Grid\\</emph\\>\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3148672.18.help.text
msgid "Text-to-text - Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3149807.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_VERTALIGN\\\"\\>Select an "
"alignment option for oversized or undersized characters in the paragraph "
"relative to the rest of the text in the paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3144434.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030700.xhp#hd_id3144434.23.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#hd_id3154631.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030700.xhp#hd_id3154631.25.help.text\n"
"Text direction"
msgstr ""

#: helpcontent2/source/text/shared/01/05030700.xhp#par_id3157960.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_ALIGN_PARAGRAPH_LB_TEXTDIRECTION\\\"\"
"\>Specify the text direction for a paragraph that uses complex text layout "
"(CTL).\\</ahelp\\> This feature is only available if complex text layout "
"support is enabled."
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030800.xhp#tit.help.text\n"
"Crop"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#bm_id3148585.help.text
msgid ""
"\\<bookmark_value\\>cropping "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"cropping\\</bookmark_value\\>\\<bookmark_value\\>zooming; "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"zooming\\</bookmark_value\\>\\<bookmark_value\\>sizes; "
"pictures\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3154044.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030800.xhp\\\" "
"name=\\\"Crop\\\"\\>Crop\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3150603.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Trims or scales the selected graphic. You can also "
"restore the graphic to its original size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3148585.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3148585.3.help.text\n"
"Crop"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3152372.4.help.text
msgid ""
"Use this area to trim or scale the selected graphic, or to add white space "
"around the graphic."
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3145669.15.help.text
msgid "Keep scale"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3149346.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_ZOOMCONST\\\"\\>Maintains the "
"original scale of the graphic when you crop, so that only the size of the "
"graphic changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3156426.13.help.text
msgid "Keep image size"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3155892.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_GRFCROP_RB_SIZECONST\\\"\\>Maintains the "
"original size of the graphic when you crop, so that only the scale of the "
"graphic changes. To reduce the scale of the graphic, select this option and "
"enter negative values in the cropping boxes. To increase the scale of the "
"graphic, enter positive values in the cropping boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3153683.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3153683.5.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3145313.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_LEFT\\\"\\>If the "
"\\<emph\\>Keep Scale\\</emph\\> option is selected, enter a positive amount "
"to trim the left edge of the graphic, or a negative amount to add white "
"space to the left of the graphic. If the \\<emph\\>Keep image "
"size\\</emph\\> option is selected, enter a positive amount to increase the "
"horizontal scale of the graphic, or a negative amount to decrease the "
"horizontal scale of the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3163803.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3163803.7.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3145382.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_RIGHT\\\"\\>If the "
"\\<emph\\>Keep Scale\\</emph\\> option is selected, enter a positive amount "
"to trim the right edge of the graphic, or a negative amount to add white "
"space to the right of the graphic. If the \\<emph\\>Keep image "
"size\\</emph\\> option is selected, enter a positive amount to increase the "
"horizontal scale of the graphic, or a negative amount to decrease the "
"horizontal scale of the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3156153.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3156153.9.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3154514.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_TOP\\\"\\>If the "
"\\<emph\\>Keep Scale\\</emph\\> option is selected, enter a positive amount "
"to trim the top of the graphic, or a negative amount to add white space "
"above the graphic. If the \\<emph\\>Keep image size\\</emph\\> option is "
"selected, enter a positive amount to increase the vertical scale of the "
"graphic, or a negative amount to decrease the vertical scale of the "
"graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3149956.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3149956.11.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3150084.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_BOTTOM\\\"\\>If the "
"\\<emph\\>Keep Scale\\</emph\\> option is selected, enter a positive amount "
"to trim the bottom of the graphic, or a negative amount to add white space "
"below the graphic. If the \\<emph\\>Keep image size\\</emph\\> option is "
"selected, enter a positive amount to increase the vertical scale of the "
"graphic, or a negative amount to decrease the vertical scale of the "
"graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3158432.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3158432.23.help.text\n"
"Scale"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3153257.24.help.text
msgid "Changes the scale of the selected graphic."
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3155504.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3155504.25.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3148943.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTHZOOM\\\"\\>Enter the "
"width for the selected graphic as a percentage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3145609.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3145609.27.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3154348.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHTZOOM\\\"\\>Enter the "
"height of the selected graphic as a percentage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3154924.17.help.text
msgid "Image size"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3148755.18.help.text
msgid "Changes the size of the selected graphic."
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3161656.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3161656.19.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3150543.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_WIDTH\\\"\\>Enter a "
"width for the selected graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3150398.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3150398.21.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3154686.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRFCROP_MF_HEIGHT\\\"\\>Enter a "
"height for the selected graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#hd_id3148676.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05030800.xhp#hd_id3148676.31.help.text\n"
"Original Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05030800.xhp#par_id3154068.32.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVXPAGE_GRFCROP_PB_ORGSIZE\\\"\\>Returns "
"the selected graphic to its original size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040100.xhp#tit.help.text\n"
"Organizer"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#bm_id3153383.help.text
msgid ""
"\\<bookmark_value\\>organizing; "
"styles\\</bookmark_value\\>\\<bookmark_value\\>styles; "
"organizing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3153383.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05040100.xhp\\\" "
"name=\\\"Organizer\\\"\\>Organizer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3147588.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MANAGE_STYLES\\\"\\>Set the options for the selected "
"style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3149525.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3149525.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3160481.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:TP_MANAGE_STYLES:ED_NAME\\\"\\>Displays the name "
"of the selected style. If you are creating or modifying a custom style, "
"enter a name for the style. You cannot change the name of a predefined "
"style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3153750.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>AutoUpdate \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3153749.14.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SFX2:CHECKBOX:TP_MANAGE_STYLES:CB_AUTO\\\"\\>Updates the style when "
"you apply direct formatting to a paragraph using this style in your "
"document. The formatting of all paragraphs using this style is automatically "
"updated.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3155392.5.help.text
msgid "Next Style"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3155941.6.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_NEXT\\\"\\>Select an "
"existing style that you want to follow the current style in your document. "
"For paragraph styles, the next style is applied to the paragraph that is "
"created when you press Enter. For page styles, the next style is applied "
"when a new page is created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3163802.7.help.text
msgid "Linked with"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3166461.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_BASE\\\"\\>Select an "
"existing style that you want to base the new style on, or select none to "
"define your own style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3148474.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3148474.9.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3159269.10.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:TP_MANAGE_STYLES:LB_REGION\\\"\\>Displays the "
"category for the current style. If you are creating or modifying a new "
"style, select 'Custom Style' from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3150771.17.help.text
msgid "You cannot change the category for a predefined style."
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#hd_id3153717.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040100.xhp#hd_id3153717.11.help.text\n"
"Contains"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3154306.12.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:MULTILINEEDIT:TP_MANAGE_STYLES:ED_DESC\\\"\\>Describes "
"the relevant formatting used in the current style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_idN1072D.help.text
msgid "Assign Shortcut Key"
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_idN10731.help.text
msgid ""
"Opens the \\<emph\\>Tools - Customize - Keyboard\\</emph\\> tab page where "
"you can assign a shortcut key to the current Style."
msgstr ""

#: helpcontent2/source/text/shared/01/05040100.xhp#par_id3145085.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05140000.xhp\\\" name=\\\"Update "
"Style\\\"\\>Update Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040200.xhp#tit.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#bm_id3150620.help.text
msgid ""
""
"\\<bookmark_value\\>pages;formatting\\</bookmark_value\\>\\<bookmark_value\\>f"
"ormatting;pages\\</bookmark_value\\>\\<bookmark_value\\>paper "
"formats\\</bookmark_value\\>\\<bookmark_value\\>paper "
"trays;printers\\</bookmark_value\\>\\<bookmark_value\\>printers;paper "
"trays\\<"
"/bookmark_value\\>\\<bookmark_value\\>layout;pages\\</bookmark_value\\"
">\\<book"
"mark_value\\>pages;numbering\\</bookmark_value\\>\\<bookmark_value\\>n"
"umbering;pages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05040200.xhp\\\" "
"name=\\\"Page\\\"\\>Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_PAGE\\\"\\>Allows you to define page layouts for "
"single and multiple-page documents, as well as a numbering and paper "
"formats.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3149549.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3149549.31.help.text\n"
"Paper format"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3150710.32.help.text
msgid ""
"Select from a list of predefined paper sizes, or define a custom paper "
"format."
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3153394.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3153394.33.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3149827.34.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_PAPER_SIZE\\\"\\>Select a "
"predefined paper size, or create a custom format by entering the dimensions "
"for the paper in the \\<emph\\>Height \\</emph\\>and \\<emph\\>Width "
"\\</emph\\>boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3154823.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3154823.35.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3145313.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_PAPER_WIDTH\\\"\\>Displays the "
"width of the selected paper format. To define a custom format, enter a width "
"here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3147008.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3147008.37.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3156113.38.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_PAPER_HEIGHT\\\"\\>Displays the "
"height of the selected paper format. To define a custom format, enter a "
"height here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3146798.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3146798.39.help.text\n"
"Portrait"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3149811.40.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_PAGE:RB_PORTRAIT\\\"\\>Displays "
"and prints the current document with the paper oriented "
"vertically.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150976.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150976.41.help.text\n"
"Landscape"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153827.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_PAGE:RB_LANDSCAPE\\\"\\>Displays and "
"prints the current document with the paper oriented horizontally.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3156153.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3156153.74.help.text\n"
"Text direction"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3154380.73.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_PAGE_LB_TEXT_FLOW\\\"\\>Select the "
"text direction that you want to use in your document.\\</ahelp\\> The "
"\"right-to-left (vertical)\" text flow direction rotates all layout settings "
"to the right by 90 degrees, except for the header and footer."
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3156327.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3156327.43.help.text\n"
"Paper tray"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3150771.44.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_PAPER_TRAY\\\"\\>Select the "
"paper source for your printer. If you want, you can assign different paper "
"trays to different page styles. For example, assign a different tray to the "
"First Page style and load the tray with your company's letterhead "
"paper.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150275.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150275.3.help.text\n"
"Margins"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153348.4.help.text
msgid ""
"Specify the amount of space to leave between the edges of the page and the "
"document text."
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3153061.5.help.text
msgid "Left/Inner"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3151384.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_LEFT_MARGIN\\\"\\>Enter "
"the amount of space to leave between the left edge of the page and the "
"document text. If you are using the \\<emph\\>Mirrored\\</emph\\> page "
"layout, enter the amount of space to leave between the inner text margin and "
"the inner edge of the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3154923.8.help.text
msgid "Right / Outer"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3147304.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_RIGHT_MARGIN\\\"\\>Enter the "
"amount of space to leave between the right edge of the page and the document "
"text. If you are using the \\<emph\\>Mirrored\\</emph\\> page layout, enter "
"the amount of space to leave between the outer text margin and the outer "
"edge of the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3161657.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3161657.11.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3154226.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_TOP_MARGIN\\\"\\>Enter "
"the amount of space to leave between the upper edge of the page and the "
"document text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3153381.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3153381.13.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3154138.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_PAGE:ED_BOTTOM_MARGIN\\\"\\>Enter the "
"amount of space to leave between the lower edge of the page and the document "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3151041.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Page "
"Layout\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3157962.16.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Select the page "
"layout style to use in the current "
"document.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3145744.17.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Page "
"layout\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3154218.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_LAYOUT\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Specify whether "
"to apply the formatting to odd pages, even pages, or to both odd and even "
"pages that use the current page "
"style.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3154946.19.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Right and "
"left\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153058.20.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Applies the "
"formatting settings to both odd and even pages in the document that use the "
"current page style.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3147287.21.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>"
"\\</caseinline\\>\\<defaultinline\\>Mirrored\\</defau"
"ltinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3147317.22.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Use this layout "
"if you want to bind the printed pages like a "
"book.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3155308.23.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Only "
"right\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3152885.24.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Applies the "
"current formatting settings only to odd pages that use the current page "
"style. The first page of a document is automatically treated as an odd "
"page.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3157309.25.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Only "
"left\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3147326.26.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>Applies the "
"current formatting settings only to even pages that use the current page "
"style.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3155366.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3155366.53.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Register-true \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150488.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150488.55.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Register-true \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3151112.56.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_REGISTER\\\"\\>Aligns the text on "
"the selected Page Style to a vertical page grid.\\</ahelp\\> The spacing of "
"the grid is defined by the \\<emph\\>Reference Style\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3150686.57.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Reference Style \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3146146.58.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_REGISTER\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>Select the "
"Paragraph Style that you want to use as a reference for lining up the text "
"on the selected Page style. The height of the font that is specified in the "
"reference style sets the spacing of the vertical page grid. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3147480.47.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Table alignment \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3150417.48.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Specify the alignment options for the cells on a "
"printed page. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3147047.49.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Horizontal \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153878.50.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_HORZ\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Centers the cells "
"horizontally on the printed page. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3153522.51.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Vertical \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3149413.52.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_VERT\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>Centers the cells "
"vertically on the printed page. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3147381.63.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"OFFICE\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMAGE\\\"\\>\\</caseinline\\>\\<defaultinline\\>Layout "
"settings\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3083281.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040200.xhp#hd_id3083281.27.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153745.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_PAGE:LB_NUMBER_FORMAT\\\"\\>Select "
"the page numbering format that you want to use for the current page "
"style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#hd_id3151318.67.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"OFFICE\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMAGE\\\"\\>\\</caseinline\\>\\<defaultinline\\>AutoFit object to "
"page format\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3144746.68.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"OFFICE\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMAGE\\\"\\>\\</caseinline\\>\\<defaultinline\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_PAGE:CB_ADAPT\\\"\\>Resizes the drawing "
"objects so that they fit on the paper format that you select. The "
"arrangement of the drawing objects is "
"preserved.\\</ahelp\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3149123.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000001.xhp#metrik\\\" name=\\\"Changing "
"measurement units\\\"\\>Changing measurement units\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153730.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040200.xhp#par_id3153730.help.text\n"
"\\<link href=\\\"text/swriter/guide/registertrue.xhp\\\" name=\\\"Writing "
"Register-true\\\"\\>Writing Register-true\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040300.xhp#tit.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3155599.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05040300.xhp\\\" "
"name=\\\"Header\\\"\\>Header\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3156027.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_HEADER\\\"\\>Adds a header to the current page "
"style. A header is an area in the top page margin, where you can add text or "
"graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3150693.33.help.text
msgid ""
"If you want, you can also add borders or a background fill to a header."
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3153821.32.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To add a header to the current page style, select "
"\\<emph\\>Header on\\</emph\\>, and then click \\<emph\\>OK\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3153827.31.help.text
msgid ""
"If you want to extend a header into the page margins, insert a frame into "
"the header."
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3154046.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#par_id3154046.29.help.text\n"
"To quickly move the text cursor from the document text to the header or "
"footer, press Ctrl+Page Up or Ctrl+Page Down. Press the same key again to "
"move the text cursor back into the document text."
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3152360.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3152360.4.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3154924.5.help.text
msgid "Set the properties of the header."
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3147304.7.help.text
msgid "Header on"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3154388.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_TURNON\\\"\\>Adds a "
"header to the current page style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3154936.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3154936.21.help.text\n"
"Same content left/right"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3154938.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_SHARED\\\"\\>Adds the "
"header to both even and odd pages. This option is only available for the "
"\\<emph\\>Default\\</emph\\> page style.\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\> To assign a "
"different header to even and odd pages, clear this option, and then click "
"\\<emph\\>Edit\\</emph\\>. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3145202.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3145202.17.help.text\n"
"Left margin"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3150449.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_LMARGIN\\\"\\>Enter "
"the amount of space to leave between the left edge of the page and the left "
"edge of the header.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3153351.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3153351.19.help.text\n"
"Right margin"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3157322.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_RMARGIN\\\"\\>Enter "
"the amount of space to leave between the right edge of the page and the "
"right edge of the header.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3148672.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3148672.9.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3153970.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_DIST\\\"\\>Enter the "
"amount of space that you want to maintain between the bottom edge of the "
"header and the top edge of the document text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3154330.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3154330.35.help.text\n"
"Use dynamic spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3148453.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_HEADER_CB_DYNSPACING\\\"\\>Overrides the "
"\\<emph\\>Spacing \\</emph\\>setting, and allows the header to expand into "
"the area between the header and the document text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3150290.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3150290.13.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3155429.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_HEADER:ED_HEIGHT\\\"\\>Enter "
"the height that you want for the header.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3156543.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3156543.15.help.text\n"
"AutoFit height"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3153095.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_HEADER:CB_HEIGHT_DYN\\\"\\>Automatically "
"adjusts the height of the header to fit the content that you "
"enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3145271.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3145271.24.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3145367.25.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_HEADER:BTN_EXTRAS\\\"\\>Defines "
"a border, a background color, or a background pattern for the "
"header.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#hd_id3155306.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040300.xhp#hd_id3155306.27.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Edit \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3145749.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_HEADER_EDIT\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/scalc/01/02120000.xhp\\\" name=\\\"Add or edit\\\"\\>Add or "
"edit\\</link\\> header text. \\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3163716.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04220000.xhp\\\" "
"name=\\\"Headers\\\"\\>Headers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3150032.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040300.xhp#par_id3150032.help.text\n"
"\\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" name=\\\"Changing "
"measurement units\\\"\\>Changing measurement units\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3150873.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040300.xhp#par_id3150873.help.text\n"
"\\<link href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>Borders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040300.xhp#par_id3147326.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040300.xhp#par_id3147326.help.text\n"
"\\<link href=\\\"text/shared/01/05030600.xhp\\\" "
"name=\\\"Backgrounds\\\"\\>Backgrounds\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#tit.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3155620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05040400.xhp\\\" "
"name=\\\"Footer\\\"\\>Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3156553.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_FOOTER\\\"\\>Adds a footer to the current page "
"style. A footer is an area in the bottom page margin, where you can add text "
"or graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3145136.32.help.text
msgid ""
"If you want, you can also add borders or a background fill to a footer."
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3155339.31.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To insert a footer into the current document, select "
"\\<emph\\>Footer on\\</emph\\>, and then click \\<emph\\>OK\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3147209.30.help.text
msgid ""
"If you want to extend a footer into the page margins, insert a frame into "
"the footer."
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3150976.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#par_id3150976.28.help.text\n"
"To quickly move the text cursor from the document text to the header or "
"footer, press Ctrl+Page Up or Ctrl+Page Down. Press the same key again to "
"move the text cursor back into the document text."
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3150504.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3150504.3.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3149235.4.help.text
msgid "Set the properties of the footer."
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154380.6.help.text
msgid "Footer on"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3153348.7.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_TURNON\\\"\\>Adds a "
"footer to the current page style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3145087.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3145087.20.help.text\n"
"Same content left/right"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3149575.21.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_SHARED\\\"\\>Adds the "
"footer to both even and odd pages. This option is only available if the "
"current page uses the \\<emph\\>Default\\</emph\\> page "
"style.\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\> To assign a different footer to even and odd pages, "
"clear this option, and then click \\<emph\\>Edit\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3147264.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3147264.16.help.text\n"
"Left margin"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3156434.17.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_LMARGIN\\\"\\>Enter "
"the amount of space to leave between the left edge of the page and the left "
"edge of the footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154073.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154073.18.help.text\n"
"Right margin"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3154224.19.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_RMARGIN\\\"\\>Enter "
"the amount of space to leave between the right edge of the page and the "
"right edge of the footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154140.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154140.8.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3154908.9.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_DIST\\\"\\>Enter the "
"amount of space that you want to maintain between the bottom edge of the "
"document text and the top edge of the footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3158409.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3158409.34.help.text\n"
"Use dynamic spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3144760.35.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_FOOTER_CB_DYNSPACING\\\"\\>Overrides the "
"\\<emph\\>Spacing \\</emph\\>setting and allows the footer to expand into "
"the area between the footer and document text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154821.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3154821.12.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3125865.13.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_FOOTER:ED_HEIGHT\\\"\\>Enter "
"the height you want for the footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3150742.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3150742.14.help.text\n"
"AutoFit height"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3145744.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_FOOTER:CB_HEIGHT_DYN\\\"\\>Automatically "
"adjusts the height of the footer to fit the content you enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3149807.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3149807.23.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3145421.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_FOOTER:BTN_EXTRAS\\\"\\>Defines "
"a border, a background color, or a background pattern for the "
"footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#hd_id3157892.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05040400.xhp#hd_id3157892.26.help.text\n"
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Edit \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3150439.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SC_FOOTER_EDIT\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/scalc/01/02120000.xhp\\\" name=\\\"Add or edit footer "
"text.\\\"\\>Add or edit footer "
"text.\\</link\\>\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3151112.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#par_id3151112.help.text\n"
"\\<link href=\\\"text/swriter/01/04230000.xhp\\\" "
"name=\\\"Footers\\\"\\>Footers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3155411.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#par_id3155411.help.text\n"
"\\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" name=\\\"Changing "
"measurement units\\\"\\>Changing measurement units\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3154189.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#par_id3154189.help.text\n"
"\\<link href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>Borders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05040400.xhp#par_id3152791.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05040400.xhp#par_id3152791.help.text\n"
"\\<link href=\\\"text/shared/01/05030600.xhp\\\" "
"name=\\\"Backgrounds\\\"\\>Backgrounds\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05050000.xhp#tit.help.text\n"
"Change Case"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3152952.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05050000.xhp\\\" "
"name=\\\"Case/Characters\\\"\\>Change Case\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3151299.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Changes the case of the selected characters, or if "
"the cursor is in a word, changes the case of all of the characters in the "
"word.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3147143.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3147143.3.help.text\n"
"Uppercase"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3152372.4.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeCaseToUpper\\\"\\>Changes the selected western "
"characters to capital letters\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3147571.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3147571.5.help.text\n"
"Lowercase"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3150693.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeCaseToLower\\\"\\>Changes the selected western "
"characters to lowercase letters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3155392.7.help.text
msgid "Half-width"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3147088.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeCaseToHalfWidth\\\"\\>Changes the selected Asian "
"characters to half-width characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3156113.9.help.text
msgid "Full Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3154749.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeCaseToFullWidth\\\"\\>Changes the selected Asian "
"characters to full width characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3152996.11.help.text
msgid "Hiragana"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3156156.12.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeCaseToHiragana\\\"\\>Changes the selected Asian "
"characters to Hiragana characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#hd_id3154173.13.help.text
msgid "Katakana"
msgstr ""

#: helpcontent2/source/text/shared/01/05050000.xhp#par_id3146137.14.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeCaseToKatakana\\\"\\>Changes the selected Asian "
"characters to Katakana characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#tit.help.text
msgid "Asian Phonetic Guide"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#bm_id9598376.help.text
msgid "\\<bookmark_value\\>Asian Phonetic Guide\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3147527.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05060000.xhp\\\" name=\\\"Ruby\\\"\\>Asian "
"Phonetic Guide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3083278.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RubyDialog\\\"\\>Allows you to add comments above "
"Asian characters to serve as a pronunciation guide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3154044.13.help.text
msgid "Select one or more words in the document."
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3149987.14.help.text
msgid "Choose \\<emph\\>Format - Asian Phonetic Guide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3154838.15.help.text
msgid ""
"Enter the text that you want to use as a pronunciation guide in the "
"\\<emph\\>Ruby text\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3150793.3.help.text
msgid "Base text"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3154155.4.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXDLG_RUBY_ED_LEFT_4\\\"\\>Displays the base "
"text that you selected in the current file. If you want, you can modify the "
"base text by entering new text here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3145154.5.help.text
msgid "Ruby text"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3145420.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXDLG_RUBY_ED_RIGHT_4\\\"\\>Enter the text "
"that you want to use as a pronunciation guide for the base text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3148920.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3148920.7.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3156280.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_ADJUST\\\"\\>Select the "
"horizontal alignment for the Ruby text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3148451.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05060000.xhp#hd_id3148451.16.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3153104.17.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_POSITION\\\"\\>Select where "
"you want to place the ruby text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3148672.9.help.text
msgid "Character Style for ruby text"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3148676.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXDLG_RUBY_LB_CHAR_STYLE\\\"\\>Select a "
"character style for the ruby text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#hd_id3150449.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05060000.xhp#hd_id3150449.11.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/shared/01/05060000.xhp#par_id3149202.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_RUBY_PB_STYLIST\\\"\\>Opens the "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/01/05140000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting "
"window\\</link\\>\\</caseinline\\>\\<defaultinline\\>Styles and Formatting "
"window\\</defaultinline\\>\\</switchinline\\> where you can select a "
"character style for the ruby text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070000.xhp#tit.help.text
msgid "Aligning (Objects)"
msgstr ""

#: helpcontent2/source/text/shared/01/05070000.xhp#bm_id3149987.help.text
msgid ""
"\\<bookmark_value\\>aligning; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>positioning; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>ordering; "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070000.xhp#hd_id3149987.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070000.xhp\\\" name=\\\"Aligning "
"(Objects)\\\"\\>Alignment (Objects)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070000.xhp#par_id3150445.2.help.text
msgid "Aligns selected objects with respect to one another."
msgstr ""

#: helpcontent2/source/text/shared/01/05070000.xhp#par_id3150144.4.help.text
msgid ""
"If one of the selected objects is anchored as a character, some of the "
"alignment options do not work."
msgstr ""

#: helpcontent2/source/text/shared/01/05070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05070100.xhp#tit.help.text\n"
"Align Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05070100.xhp#hd_id3147069.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070100.xhp\\\" name=\\\"Align "
"Left\\\"\\>Align Left\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070100.xhp#par_id3160463.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignLeft\\\"\\>Aligns the left edges of the selected "
"objects. If only one object is selected in Draw or Impress, the left edge of "
"the object is aligned to the left page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070100.xhp#par_id3150146.4.help.text
msgid ""
"Objects are aligned to the left edge of the leftmost object in the selection."
msgstr ""

#: helpcontent2/source/text/shared/01/05070100.xhp#par_id3150445.3.help.text
msgid ""
"\\<variable id=\\\"mehrfachselektion\\\"\\>To align the individual objects "
"in a group, \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>choose \\<emph\\>Format - Group - Edit "
"Group\\</emph\\>\\</caseinline\\>\\<defaultinline\\>double-"
"click\\</defaultinline\\>\\</switchinline\\> to enter the group, select the "
"objects, right-click, and then choose an alignment option.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070200.xhp#tit.help.text
msgid "Center Horizontal"
msgstr ""

#: helpcontent2/source/text/shared/01/05070200.xhp#hd_id3150278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070200.xhp\\\" name=\\\"Center "
"Horizontal\\\"\\>Center Horizontal\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070200.xhp#par_id3145138.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignHorizontalCenter\\\"\\>Horizontally centers the "
"selected objects. If only one object is selected in Draw or Impress, the "
"center of the object is aligned to the horizontal center of the "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070200.xhp#par_id3144336.3.help.text
msgid ""
"The vertical position of the selected objects is not affected by this "
"command.\\<embedvar "
"href=\\\"text/shared/01/05070100.xhp#mehrfachselektion\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05070300.xhp#tit.help.text\n"
"Align Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05070300.xhp#hd_id3153383.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070300.xhp\\\" name=\\\"Align "
"Right\\\"\\>Align Right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070300.xhp#par_id3151264.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignRight\\\"\\>Aligns the right edges of the "
"selected objects. \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\>If only one object "
"is selected, the right edge of the object is aligned to the right page "
"margin.\\</defaultinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070300.xhp#par_id3144336.3.help.text
msgid ""
"Objects are aligned to the right edge of the rightmost object in the "
"selection."
msgstr ""

#: helpcontent2/source/text/shared/01/05070400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05070400.xhp#tit.help.text\n"
"Align Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05070400.xhp#hd_id3160463.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070400.xhp\\\" name=\\\"Align "
"Top\\\"\\>Align Top\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070400.xhp#par_id3154613.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignTop\\\"\\>Horizontally aligns the top edges of "
"the selected objects. If only one object is selected in Draw or Impress, the "
"top edge of the object is aligned to the upper page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070400.xhp#par_id3154230.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05070400.xhp#par_id3154230.3.help.text\n"
"Objects are aligned to the top edge of the topmost object in the selection. "
"\\<embedvar href=\\\"text/shared/01/05070100.xhp#mehrfachselektion\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070500.xhp#tit.help.text
msgid "Align Vertical Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05070500.xhp#hd_id3152876.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070500.xhp\\\" name=\\\"Align Vertical "
"Center\\\"\\>Align Vertical Center\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070500.xhp#par_id3160463.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignVerticalCenter\\\"\\>Vertically centers the "
"selected objects. If only one object is selected in Draw or Impress, the "
"center of the object is aligned to the vertical center of the "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05070600.xhp#tit.help.text\n"
"Align Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05070600.xhp#hd_id3153383.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070600.xhp\\\" name=\\\"Align "
"Bottom\\\"\\>Align Bottom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070600.xhp#par_id3154613.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignBottom\\\"\\>Horizontally aligns the bottom edges "
"of the selected objects. If only one object is selected in Draw or Impress, "
"the bottom edge of the object is aligned to the lower page "
"margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05070600.xhp#par_id3151330.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05070600.xhp#par_id3151330.4.help.text\n"
"Objects are aligned to the top edge of the topmost object in the selection. "
"\\<embedvar href=\\\"text/shared/01/05070100.xhp#mehrfachselektion\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080000.xhp#tit.help.text
msgid "Alignment (Text Objects)"
msgstr ""

#: helpcontent2/source/text/shared/01/05080000.xhp#bm_id3152942.help.text
msgid ""
"\\<bookmark_value\\>aligning; text "
"objects\\</bookmark_value\\>\\<bookmark_value\\>text objects; "
"alignment\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080000.xhp#hd_id3152942.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05080000.xhp\\\" name=\\\"Alignment (Text "
"Objects)\\\"\\>Alignment (Text Objects)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080000.xhp#par_id3150278.2.help.text
msgid "Set the alignment options for the current selection."
msgstr ""

#: helpcontent2/source/text/shared/01/05080100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05080100.xhp#tit.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05080100.xhp#hd_id3154349.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05080100.xhp\\\" "
"name=\\\"Left\\\"\\>Left\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080100.xhp#par_id3150756.2.help.text
msgid ""
"\\<variable id=\\\"linkstext\\\"\\>\\<ahelp hid=\\\".uno:LeftPara\\\" "
"visibility=\\\"visible\\\"\\>Aligns the selected paragraph(s) to the left "
"page margin.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05080200.xhp#tit.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05080200.xhp#hd_id3160463.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05080200.xhp\\\" "
"name=\\\"Right\\\"\\>Right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080200.xhp#par_id3144750.2.help.text
msgid ""
"\\<variable id=\\\"rechtstext\\\"\\>\\<ahelp hid=\\\".uno:RightPara\\\" "
"visibility=\\\"visible\\\"\\>Aligns the selected paragraph(s) to the right "
"page margin.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05080300.xhp#tit.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05080300.xhp#hd_id3153514.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05080300.xhp\\\" "
"name=\\\"Center\\\"\\>Center\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080300.xhp#par_id3152876.2.help.text
msgid ""
"\\<variable id=\\\"zentrierttext\\\"\\>\\<ahelp hid=\\\".uno:CenterPara\\\" "
"visibility=\\\"visible\\\"\\>Centers the selected paragraph(s) on the "
"page.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05080400.xhp#tit.help.text\n"
"Justify"
msgstr ""

#: helpcontent2/source/text/shared/01/05080400.xhp#hd_id3152937.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05080400.xhp\\\" "
"name=\\\"Justify\\\"\\>Justify\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05080400.xhp#par_id3146856.2.help.text
msgid ""
"\\<variable id=\\\"blocktext\\\"\\>\\<ahelp "
"hid=\\\".uno:JustifyPara\\\"\\>Aligns the selected paragraph(s) to the left "
"and the right page margins. If you want, you can also specify the alignment "
"options for the last line of a paragraph by choosing \\<link "
"href=\\\"text/shared/01/05030700.xhp\\\" name=\\\"Format - Paragraph - "
"Alignment\\\"\\>\\<emph\\>Format - Paragraph - "
"Alignment\\</emph\\>\\</link\\>.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05090000.xhp#tit.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/shared/01/05090000.xhp#bm_id3155271.help.text
msgid ""
"\\<bookmark_value\\>fonts; text "
"objects\\</bookmark_value\\>\\<bookmark_value\\>text objects; "
"fonts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05090000.xhp#hd_id3155271.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05090000.xhp\\\" "
"name=\\\"Font\\\"\\>Font\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05090000.xhp#par_id3153383.2.help.text
msgid "Set the font options for the selected text."
msgstr ""

#: helpcontent2/source/text/shared/01/05100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05100000.xhp#tit.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05100000.xhp#bm_id3153391.help.text
msgid ""
"\\<bookmark_value\\>text objects; font "
"sizes\\</bookmark_value\\>\\<bookmark_value\\>font sizes; text "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05100000.xhp#hd_id3153391.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05100000.xhp\\\" "
"name=\\\"Size\\\"\\>Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05100000.xhp#par_id3146856.2.help.text
msgid "Set the font size for the selected text."
msgstr ""

#: helpcontent2/source/text/shared/01/05110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110000.xhp#tit.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/01/05110000.xhp#bm_id3147366.help.text
msgid ""
"\\<bookmark_value\\>text objects; font "
"styles\\</bookmark_value\\>\\<bookmark_value\\>font styles in text "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110000.xhp#hd_id3147366.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110000.xhp\\\" "
"name=\\\"Style\\\"\\>Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110000.xhp#par_id3155620.2.help.text
msgid "Use this command to quickly apply font styles to a text selection."
msgstr ""

#: helpcontent2/source/text/shared/01/05110000.xhp#par_id3153255.3.help.text
msgid ""
"If you place the cursor in a word and do not make a selection, the font "
"style is applied to the entire word. If the cursor is not inside a word, and "
"no text is selected, then the font style is applied to the text that you "
"type."
msgstr ""

#: helpcontent2/source/text/shared/01/05110100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110100.xhp#tit.help.text\n"
"Bold"
msgstr ""

#: helpcontent2/source/text/shared/01/05110100.xhp#bm_id3150278.help.text
msgid ""
"\\<bookmark_value\\>text; bold\\</bookmark_value\\>\\<bookmark_value\\>bold; "
"text\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"bold\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110100.xhp#hd_id3150278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110100.xhp\\\" "
"name=\\\"Bold\\\"\\>Bold\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110100.xhp#par_id3153089.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Bold\\\"\\>Makes the selected text bold. If the cursor "
"is in a word, the entire word is made bold. If the selection or word is "
"already bold, the formatting is removed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110100.xhp#par_id3153255.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05110100.xhp#par_id3153255.3.help.text\n"
"If the cursor is not inside a word, and no text is selected, then the font "
"style is applied to the text that you type."
msgstr ""

#: helpcontent2/source/text/shared/01/05110200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110200.xhp#tit.help.text\n"
"Italic"
msgstr ""

#: helpcontent2/source/text/shared/01/05110200.xhp#bm_id3155182.help.text
msgid ""
"\\<bookmark_value\\>text; "
"italics\\</bookmark_value\\>\\<bookmark_value\\>italics; "
"text\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"italics\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110200.xhp#hd_id3155182.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110200.xhp\\\" "
"name=\\\"Italic\\\"\\>Italic\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110200.xhp#par_id3148882.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Italic\\\"\\>Makes the selected text italic. If the "
"cursor is in a word, the entire word is made italic. If the selection or "
"word is already italic, the formatting is removed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110200.xhp#par_id3156069.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05110200.xhp#par_id3156069.3.help.text\n"
"If the cursor is not inside a word, and no text is selected, then the font "
"style is applied to the text that you type."
msgstr ""

#: helpcontent2/source/text/shared/01/05110300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110300.xhp#tit.help.text\n"
"Underline"
msgstr ""

#: helpcontent2/source/text/shared/01/05110300.xhp#bm_id3150756.help.text
msgid ""
""
"\\<bookmark_value\\>characters;underlining\\</bookmark_value\\>\\<bookmark_val"
"ue\\>underlining;characters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110300.xhp#hd_id3150756.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110300.xhp\\\" "
"name=\\\"Underline\\\"\\>Underline\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110300.xhp#par_id3149031.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Underline\\\" visibility=\\\"visible\\\"\\>Underlines "
"or removes underlining from the selected text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110300.xhp#par_id3152821.3.help.text
msgid ""
"If the cursor is not in a word, the new text that you enter is underlined."
msgstr ""

#: helpcontent2/source/text/shared/01/05110300.xhp#par_id3154894.4.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UnderlineDouble\\\" "
"visibility=\\\"hidden\\\"\\>Underlines the selected text with two "
"lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110400.xhp#tit.help.text\n"
"Strikethrough"
msgstr ""

#: helpcontent2/source/text/shared/01/05110400.xhp#bm_id3152942.help.text
msgid "\\<bookmark_value\\>strikethrough;characters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110400.xhp#hd_id3152942.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110400.xhp\\\" "
"name=\\\"Strikethrough\\\"\\>Strikethrough\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110400.xhp#par_id3153391.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Strikeout\\\" visibility=\\\"visible\\\"\\>Draws a "
"line through the selected text, or if the cursor is in a word, the entire "
"word.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110500.xhp#tit.help.text\n"
"Shadows"
msgstr ""

#: helpcontent2/source/text/shared/01/05110500.xhp#bm_id3154545.help.text
msgid ""
"\\<bookmark_value\\>text; "
"shadowed\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"shadowed\\</bookmark_value\\>\\<bookmark_value\\>shadowed "
"characters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110500.xhp#hd_id3154545.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110500.xhp\\\" "
"name=\\\"Shadows\\\"\\>Shadows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110500.xhp#par_id3151299.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Shadowed\\\"\\>Adds a shadow to the selected text, or "
"if the cursor is in a word, to the entire word.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110600.xhp#tit.help.text\n"
"Contour"
msgstr ""

#: helpcontent2/source/text/shared/01/05110600.xhp#bm_id3153383.help.text
msgid ""
"\\<bookmark_value\\>text; "
"contours\\</bookmark_value\\>\\<bookmark_value\\>contours; "
"text\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"contours\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110600.xhp#hd_id3153383.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110600.xhp\\\" "
"name=\\\"Contour\\\"\\>Contour\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110600.xhp#par_id3154788.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OutlineFont\\\"\\>Outlines the selected text, or if "
"the cursor is in word, the entire word.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110700.xhp#tit.help.text\n"
"Superscript"
msgstr ""

#: helpcontent2/source/text/shared/01/05110700.xhp#hd_id3083278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110700.xhp\\\" "
"name=\\\"Superscript\\\"\\>Superscript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110700.xhp#par_id3152937.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SuperScript\\\"\\>Reduces the font size of the "
"selected text and raises the text above the baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110800.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05110800.xhp#tit.help.text\n"
"Subscript"
msgstr ""

#: helpcontent2/source/text/shared/01/05110800.xhp#hd_id3150278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05110800.xhp\\\" "
"name=\\\"Subscript\\\"\\>Subscript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05110800.xhp#par_id3152790.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SubScript\\\"\\>Reduces the font size of the selected "
"text and lowers the text below the baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05120000.xhp#tit.help.text\n"
"Line Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05120000.xhp#bm_id3152876.help.text
msgid ""
"\\<bookmark_value\\>line spacing; "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; line "
"spacing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120000.xhp#hd_id3152876.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05120000.xhp\\\" name=\\\"Line "
"Spacing\\\"\\>Line Spacing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120000.xhp#par_id3153514.2.help.text
msgid ""
"Specify the amount of space to leave between lines of text in a paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/05120000.xhp#par_id3155364.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05120000.xhp#par_id3155364.help.text\n"
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Indents and "
"Spacing\\\"\\>Indents and Spacing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120100.xhp#tit.help.text
msgid "Single Line"
msgstr ""

#: helpcontent2/source/text/shared/01/05120100.xhp#hd_id3154545.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05120100.xhp\\\" name=\\\"Single "
"Line\\\"\\>Single Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120100.xhp#par_id3154794.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SpacePara1\\\" visibility=\\\"visible\\\"\\>Applies "
"single line spacing to the current paragraph. This is the default "
"setting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120200.xhp#tit.help.text
msgid "1.5 Lines"
msgstr ""

#: helpcontent2/source/text/shared/01/05120200.xhp#hd_id3152459.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05120200.xhp\\\" name=\\\"1.5 "
"Lines\\\"\\>1.5 Lines\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120200.xhp#par_id3146807.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SpacePara15\\\" visibility=\\\"visible\\\"\\>Sets the "
"line spacing of the current paragraph to one and half lines. This "
"corresponds to a vertical space that is half of the font height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120300.xhp#tit.help.text
msgid "Double (Line)"
msgstr ""

#: helpcontent2/source/text/shared/01/05120300.xhp#hd_id3083278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05120300.xhp\\\" name=\\\"Double "
"(Line)\\\"\\>Double (Line)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05120300.xhp#par_id3149783.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SpacePara2\\\" visibility=\\\"visible\\\"\\>Sets the "
"line spacing of the current paragraph to two lines. The corresponds to a "
"vertical space that is equal to the font height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05140100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05140100.xhp#tit.help.text\n"
"Create Style"
msgstr ""

#: helpcontent2/source/text/shared/01/05140100.xhp#hd_id3152823.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05140100.xhp#hd_id3152823.1.help.text\n"
"Create Style"
msgstr ""

#: helpcontent2/source/text/shared/01/05140100.xhp#hd_id3152790.4.help.text
msgid "Style name"
msgstr ""

#: helpcontent2/source/text/shared/01/05140100.xhp#par_id3155599.5.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:COMBOBOX:DLG_NEW_STYLE_BY_EXAMPLE:LB_COL\\\" "
"visibility=\\\"visible\\\"\\>Enter a name for the new Style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05140100.xhp#hd_id3154682.6.help.text
msgid "List of Custom Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05140100.xhp#par_id3154894.7.help.text
msgid ""
"Lists the user-defined styles that are attached to the current document."
msgstr ""

#: helpcontent2/source/text/shared/01/05150101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05150101.xhp#tit.help.text\n"
"Add AutoFormat"
msgstr ""

#: helpcontent2/source/text/shared/01/05150101.xhp#hd_id3154841.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05150101.xhp#hd_id3154841.1.help.text\n"
"Add AutoFormat"
msgstr ""

#: helpcontent2/source/text/shared/01/05150101.xhp#hd_id3154812.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05150101.xhp#hd_id3154812.2.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05150101.xhp#par_id3153391.3.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW:EDIT:DLG_SWDLG_STRINPUT:ED_INPUT\\\"\\>Enter a name for the new "
"AutoFormat, and then click\\<emph\\> OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05190000.xhp#tit.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#bm_id3147366.help.text
msgid ""
"\\<bookmark_value\\>objects; "
"naming\\</bookmark_value\\>\\<bookmark_value\\>gr"
"oups;naming\\</bookmark_value\\>\\<bookmark_value\\>names; for groups of "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#hd_id3147366.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05190000.xhp#hd_id3147366.1.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#par_id3147588.2.help.text
msgid ""
"\\<variable id=\\\"name\\\"\\>\\<ahelp "
"hid=\\\".uno:RenameObject\\\"\\>Assigns a name to the selected object, so "
"that you can quickly find the object in the "
"Navigator.\\</ahelp\\>\\</variable\\> Drawing objects must be grouped to get "
"a name."
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#par_id3155364.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<defaultinline\\>The name is also "
"displayed in the Status Bar when you select the "
"object.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#hd_id3156027.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05190000.xhp#hd_id3156027.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05190000.xhp#par_id3152924.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAMEDIALOG_OBJECT\\\"\\>Enter a name for the "
"selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200000.xhp#tit.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/shared/01/05200000.xhp#hd_id3154350.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200000.xhp#hd_id3154350.1.help.text\n"
"\\<link href=\\\"text/shared/01/05200000.xhp\\\" "
"name=\\\"Line\\\"\\>Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200000.xhp#par_id3147588.2.help.text
msgid ""
"\\<variable id=\\\"linietext\\\"\\>\\<ahelp "
"hid=\\\".uno:FormatLine\\\"\\>Sets the formatting options for the selected "
"line.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200100.xhp#tit.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3148882.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" "
"name=\\\"Line\\\"\\>Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3153272.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINE_LINE\\\"\\>Set the formatting options for the "
"selected line or the line that you want to draw. You can also add arrowheads "
"to a line, or change chart symbols.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3147000.3.help.text
msgid "Line properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3148983.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3148983.5.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3147143.6.help.text
msgid ""
"\\<variable id=\\\"stiltext\\\"\\>\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_LINE_STYLE\\\"\\>Select the line "
"style that you want to use. To define a custom line style, select a line in "
"the document, choose \\<emph\\>Format - Line\\</emph\\>, and then click the "
"\\<link href=\\\"text/shared/01/05200200.xhp\\\" name=\\\"Line "
"Styles\\\"\\>\\<emph\\>Line Styles\\</emph\\>\\</link\\> "
"tab.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3150789.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3150789.7.help.text\n"
"Colors"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3147226.8.help.text
msgid ""
"\\<variable id=\\\"farbetext\\\"\\>\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_COLOR\\\"\\>Select a color for the "
"line.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3159234.9.help.text
msgid "Widths"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3150774.10.help.text
msgid ""
"\\<variable id=\\\"breitetext\\\"\\>\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_FLD_LINE_WIDTH\\\"\\>Select the "
"width for the line.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3153681.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3153681.11.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3156346.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_LINE_TRANSPARENT\\\"\\>Enter "
"the transparency of the line, where 100% corresponds to completely "
"transparent and 0% to completely opaque. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3152996.33.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\</caseinline\\>\\<defaultinline\\>The "
"\\<emph\\>Line\\</emph\\> tab of the \\<emph\\>Data Row\\</emph\\> dialog is "
"only available if you select an XY \\<emph\\>Chart "
"type\\</emph\\>.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3153331.23.help.text
msgid "Icon"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3149955.24.help.text
msgid "Set the options for the data point symbols in your chart."
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3158430.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3158430.25.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3152944.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MENUBUTTON:RID_SVXPAGE_LINE:MB_SYMBOL_BITMAP\\\"\\>Select the "
"symbol style that you want to use in your chart.\\</ahelp\\> If you select "
"\\<emph\\>Automatic\\</emph\\>, $[officename] uses the default symbols for "
"the selected chart type."
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3154381.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3154381.27.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3150976.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MF_SYMBOL_WIDTH\\\"\\>Enter a width "
"for the symbol.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3149166.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3149166.29.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3155179.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MF_SYMBOL_HEIGHT\\\"\\>Enter a "
"height for the symbol.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3147620.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3147620.31.help.text\n"
"Keep ratio"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3156326.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_LINE:CB_SYMBOL_RATIO\\\"\\>Maintains the "
"proportions of the symbol when you enter a new height or width "
"value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3154579.13.help.text
msgid "Arrow styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3161459.14.help.text
msgid ""
"You can add arrowheads to one end, or both ends of the selected line. To add "
"a custom arrow style to the list, select the arrow in your document, and "
"then click on the \\<link href=\\\"text/shared/01/05200300.xhp\\\" "
"name=\\\"Arrow Styles\\\"\\>\\<emph\\>Arrow Styles\\</emph\\>\\</link\\> tab "
"of this dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3147530.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3147530.15.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3146794.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_LINE:LB_END_STYLE\\\"\\>Select the "
"arrowhead that you want to apply to the selected line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3149656.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3149656.17.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3148755.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_LINE:MTR_FLD_END_WIDTH\\\"\\>Enter a "
"width for the arrowhead.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3154935.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200100.xhp#hd_id3154935.19.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3153526.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_LINE:TSB_CENTER_END\\\"\\>Places the "
"center of the arrowhead(s) on the endpoint(s) of the selected "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#hd_id3154072.21.help.text
msgid "Synchronize ends"
msgstr ""

#: helpcontent2/source/text/shared/01/05200100.xhp#par_id3154365.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_LINE:CBX_SYNCHRONIZE\\\"\\>Automatically "
"updates both arrowhead settings when you enter a different width, select a "
"different arrowhead style,or center an arrowhead.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#tit.help.text
msgid "Line Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3148919.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05200200.xhp\\\" name=\\\"Line "
"Styles\\\"\\>Line Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3150146.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINE_DEF\\\"\\>Edit or create dashed or dotted line "
"styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3147617.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3147617.3.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3146873.15.help.text
msgid "Line style"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3146807.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_LINE_DEF_LB_LINESTYLES\\\"\\>Select "
"the style of line that you want to create.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3149948.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3149948.5.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3149031.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_LINE_DEF_LB_TYPE_2\\\"\\>Select the "
"combination of dashes and dots that you want.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3148731.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3148731.7.help.text\n"
"Number"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3155351.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_NUMERICFIELD_RID_SVXPAGE_LINE_DEF_NUM_FLD_2\\\"\\>Enter "
"the number of times that you want a dot or a dash to appear in a "
"sequence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3154422.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3154422.9.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3149640.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_LINE_DEF_MTR_FLD_LENGTH_2\\\"\\>Enter "
"the length of the dash.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3093440.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200200.xhp#hd_id3093440.11.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3147834.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_LINE_DEF_MTR_FLD_DISTANCE\\\"\\>Enter "
"the amount of space that you want to leave between dots or "
"dashes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155805.13.help.text
msgid "Fit to line width"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3147291.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_LINE_DEF_CBX_SYNCHRONIZE\\\"\\>Autom"
"atically adjusts the entries relative to the length of the line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155355.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155355.17.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3149827.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVXPAGE_LINE_DEF_BTN_ADD\\\"\\>Creates a "
"new line style using the current settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155338.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155338.19.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3153681.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXDLG_NAME_EDT_STRING\\\"\\>Enter a name for "
"the new line style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155893.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200200.xhp#hd_id3155893.21.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3157863.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXPAGE_LINE_DEF_BTN_MODIFY\\\"\\>Updates the "
"selected line style using the current settings. To change the name of the "
"selected line style, enter a new name when prompted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3147275.23.help.text
msgid "Load line style table"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3154749.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_IMAGEBUTTON_RID_SVXPAGE_LINE_DEF_BTN_LOAD\\\"\\>Imports "
"a list of line styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#hd_id3148642.25.help.text
msgid "Save line style table"
msgstr ""

#: helpcontent2/source/text/shared/01/05200200.xhp#par_id3155449.26.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_IMAGEBUTTON_RID_SVXPAGE_LINE_DEF_BTN_SAVE\\\"\\>Saves "
"the current list of line styles, so that you can load it again "
"later.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#tit.help.text
msgid "Arrow Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3156045.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05200300.xhp\\\" name=\\\"Arrow "
"Styles\\\"\\>Arrow Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3149031.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINE_ENDDEF\\\"\\>Edit or create arrow "
"styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3153551.5.help.text
msgid "Organize arrow styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3154398.6.help.text
msgid "Lets you organize the current list of arrow styles."
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3155552.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3155552.7.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3147399.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_LINEEND_DEF:EDT_NAME\\\"\\>Displays "
"the name of the selected arrow style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3155892.9.help.text
msgid "Arrow style"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3149827.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_LINEEND_DEF:LB_LINEENDS\\\"\\>Choose a "
"predefined arrow style symbol from the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3145313.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200300.xhp#hd_id3145313.11.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3154288.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_ADD\\\"\\>To "
"define a custom arrow style, select a drawing object in the document, choose "
"\\<emph\\>Format - Line\\</emph\\>, click the \\<emph\\>Arrow "
"Styles\\</emph\\> tab, and then click here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3156346.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05200300.xhp#hd_id3156346.13.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3154897.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_MODIFY\\\"\\>Changes the "
"name of the selected arrow style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3153332.15.help.text
msgid "Load Arrow Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3146137.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_LOAD\\\"\\>Imports a "
"list of arrow styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#hd_id3158432.17.help.text
msgid "Save Arrow Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05200300.xhp#par_id3152944.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_LINEEND_DEF:BTN_SAVE\\\"\\>Saves the "
"current list of arrow styles, so that you can load it later.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210000.xhp#tit.help.text\n"
"Area"
msgstr ""

#: helpcontent2/source/text/shared/01/05210000.xhp#hd_id3085157.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210000.xhp#hd_id3085157.1.help.text\n"
"\\<link href=\\\"text/shared/01/05210000.xhp\\\" "
"name=\\\"Area\\\"\\>Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210000.xhp#par_id3144436.2.help.text
msgid ""
"\\<variable id=\\\"flaechetext\\\"\\>\\<ahelp "
"hid=\\\".uno:FormatArea\\\"\\>Sets the fill properties of the selected "
"drawing object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210100.xhp#tit.help.text\n"
"Area"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#bm_id3149999.help.text
msgid ""
"\\<bookmark_value\\>areas; "
"fill\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"styles\\</bookmark_value\\>\\<bookmark_value\\>fill patterns for "
"areas\\</bookmark_value\\>\\<bookmark_value\\>fill colors for "
"areas\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"invisible\\</bookmark_value\\>\\<bookmark_value\\>invisible "
"areas\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"none\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3145759.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210100.xhp\\\" "
"name=\\\"Area\\\"\\>Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3149748.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AREA_AREA\\\"\\>Set the fill options for the selected "
"drawing object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3154863.65.help.text
msgid ""
"You can save collections of colors, gradients, hatchings, and bitmap "
"patterns as lists that you can later load and use."
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3149999.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3149999.3.help.text\n"
"Fill"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3154673.4.help.text
msgid ""
"\\<variable id=\\\"sytext\\\"\\>\\<ahelp hid=\\\".uno:FillStyle\\\"\\>Select "
"the type of fill that you want to apply to the selected drawing "
"object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3148548.55.help.text
msgid ""
"List boxes on the \\<emph\\>Drawing Object Properties\\</emph\\> toolbar:"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3147373.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3147373.5.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3147088.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_FILL_OFF\\\"\\>Does "
"not apply a fill to the selected object. If the object contains a fill, the "
"fill is removed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3153345.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3153345.8.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3149750.9.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_COLOR\\\"\\>Fills the "
"selected object with the color that you click in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3153147.57.help.text
msgid ""
"To add a color to the list, choose \\<link "
"href=\\\"text/shared/optionen/01010500.xhp\\\" name=\\\"Format - "
"Area\\\"\\>\\<emph\\>Format - Area\\</emph\\>\\</link\\>, click "
"the\\<emph\\> Colors\\</emph\\> tab, and then click "
"\\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3144438.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3144438.10.help.text\n"
"Gradient"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3153716.11.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_GRADIENT\\\"\\>Fills "
"the selected object with the gradient that you click in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154047.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154047.12.help.text\n"
"Hatching"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3153698.13.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_AREA_RBT_HATCH\\\"\\>Fills the "
"selected object with the hatching pattern that you click in the list. To "
"apply a background color to the hatching pattern, select the "
"\\<emph\\>Background color\\</emph\\> box, and then click a color in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3150771.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3150771.14.help.text\n"
"Bitmap"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3149762.15.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_BITMAP\\\"\\>Fills the "
"selected object with the bitmap pattern that you click in the list. To add a "
"bitmap to the list, open this dialog in %PRODUCTNAME Draw, click the "
"\\<emph\\>Bitmaps \\</emph\\>tab, and then click "
"\\<emph\\>Import\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3150504.16.help.text
msgid "Area Fill"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3153626.17.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_AREA:LB_BITMAP\\\"\\>Click the fill "
"that you want to apply to the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154346.20.help.text
msgid "Increments (Gradients)"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3144423.21.help.text
msgid ""
"Set the number of steps for blending the two end colors of a gradient."
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3147264.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3147264.22.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3149457.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STEPCOUNT\\\"\\>Automatically "
"determines the number of steps for blending the two end colors of the "
"gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154388.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154388.24.help.text\n"
"Increment"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3150360.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_AREA:NUM_FLD_STEPCOUNT\\\"\\>Enter the "
"number of steps for blending the two end colors of the gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3153381.31.help.text
msgid "Size (Bitmaps)"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3148798.32.help.text
msgid "Specify the dimensions of the bitmap."
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154068.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3154068.33.help.text\n"
"Relative"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3125865.34.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_SCALE\\\"\\>Rescales "
"the bitmap relative to the size of the selected object by the percentage "
"values that you enter in the \\<emph\\>Width\\</emph\\> and "
"\\<emph\\>Height\\</emph\\> boxes . Clear this checkbox to resize the "
"selected object with the measurements that you enter in the "
"\\<emph\\>Width\\</emph\\> and \\<emph\\>Height\\</emph\\> boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3149202.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3149202.35.help.text\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3153970.36.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_ORIGINAL\\\"\\>Retains "
"the original size of the bitmap when filling the selected object. To resize "
"the bitmap, clear this checkbox, and then click "
"\\<emph\\>Relative\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3155994.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3155994.37.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3149810.38.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_X_SIZE\\\"\\>Enter "
"a width for the bitmap.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3156281.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3156281.39.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3150868.40.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_Y_SIZE\\\"\\>Enter "
"a height for the bitmap.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3148673.41.help.text
msgid "Position (Bitmaps)"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3154821.42.help.text
msgid ""
"Click in the position grid to specify the offset for tiling the bitmap."
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3153056.43.help.text
msgid "X Offset"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3147299.44.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_X_OFFSET\\\"\\>Enter the "
"horizontal offset for tiling the bitmap.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3149985.45.help.text
msgid "Y Offset"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3148559.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_Y_OFFSET\\\"\\>Enter the "
"vertical offset for tiling the bitmap.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3156060.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3156060.27.help.text\n"
"Tile"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3152576.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_TILE\\\"\\>Tiles the "
"bitmap to fill the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3150334.29.help.text
msgid "AutoFit"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3149481.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_AREA:TSB_STRETCH\\\"\\>Stretches the "
"bitmap to fill the selected object. To use this feature, clear the "
"\\<emph\\>Tile \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3148555.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3148555.47.help.text\n"
"Offset"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3155412.48.help.text
msgid ""
"Specify the offset for tiling the bitmap in terms of rows and columns."
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3151115.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3151115.49.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3155369.50.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_ROW\\\"\\>Horizontally "
"offsets the original bitmap relative to the bitmap tiles by the amount that "
"you enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3144442.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3144442.51.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3146974.52.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_AREA:RBT_COLUMN\\\"\\>Vertically offsets "
"the original bitmap relative to the bitmap tiles by the amount that you "
"enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3150684.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3150684.53.help.text\n"
"Percent"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3155314.54.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_AREA:MTR_FLD_OFFSET\\\"\\>Enter "
"the percentage to offset the rows or columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3152887.59.help.text
msgid "Background Color (Hatching)"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3153364.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210100.xhp#hd_id3153364.61.help.text\n"
"Background color"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3152940.62.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_AREA:CB_HATCHBCKGRD\\\"\\>Applies "
"a background color to the hatching pattern. Select this checkbox, and then "
"click a color in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#hd_id3152460.63.help.text
msgid "List of colors"
msgstr ""

#: helpcontent2/source/text/shared/01/05210100.xhp#par_id3157309.64.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_AREA:LB_HATCHBCKGRDCOLOR\\\"\\>Click the "
"color that you want to use as a background for the selected hatching "
"pattern.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210200.xhp#tit.help.text\n"
"Colors"
msgstr ""

#: helpcontent2/source/text/shared/01/05210200.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210200.xhp\\\" "
"name=\\\"Colors\\\"\\>Colors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210200.xhp#par_id3149119.2.help.text
msgid ""
"Select a color to apply, save the current color list, or load a different "
"color list."
msgstr ""

#: helpcontent2/source/text/shared/01/05210200.xhp#par_id3154288.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010500.xhp\\\" name=\\\"Tools - "
"Options - $[officename] - Colors\\\"\\>Tools - Options - $[officename] - "
"Colors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210300.xhp#tit.help.text\n"
"Gradients"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3145356.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210300.xhp\\\" "
"name=\\\"Gradients\\\"\\>Gradients\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3154812.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AREA_GRADIENT\\\"\\>Set the properties of a gradient, "
"or save and load gradient lists.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3148983.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3148983.3.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3148440.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENT_TYPES\\\"\\>Lists the "
"available gradients. Click the gradient that you want to apply, and then "
"click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3149511.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3149511.5.help.text\n"
"Center X"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3153114.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_X\\\"\\>Enter the "
"horizontal offset for the gradient, where 0% corresponds to the current "
"horizontal location of the endpoint color in the gradient. The endpoint "
"color is the color that is selected in the \\<emph\\>To\\</emph\\> "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3157896.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3157896.7.help.text\n"
"Center Y"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3154751.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_CENTER_Y\\\"\\>Enter the "
"vertical offset for the gradient, where 0% corresponds to the current "
"vertical location of the endpoint color in the gradient. The endpoint color "
"is the color that is selected in the \\<emph\\>To\\</emph\\> box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3151226.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3151226.9.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3149177.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_ANGLE\\\"\\>Enter "
"a rotation angle for the selected gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3149827.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210300.xhp#hd_id3149827.11.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3155941.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_BORDER\\\"\\>Enter "
"the amount by which you want to adjust the area of the endpoint color on the "
"gradient. The endpoint color is the color that is selected in the "
"\\<emph\\>To\\</emph\\> box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3152551.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210300.xhp#hd_id3152551.35.help.text\n"
"From"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3153527.23.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_FROM\\\"\\>Select "
"a color for the beginning point of the gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3149398.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_FROM\\\"\\>Enter the "
"intensity for the color in the \\<emph\\>From \\</emph\\>box, where 0% "
"corresponds to black, and 100 % to the selected color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3149903.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210300.xhp#hd_id3149903.36.help.text\n"
"To"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3159269.27.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_COLOR_TO\\\"\\>Select a "
"color for the endpoint of the gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3154142.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRADIENT:MTR_COLOR_TO\\\"\\>Enter the "
"intensity for the color in the \\<emph\\>To \\</emph\\>box, where 0% "
"corresponds to black, and 100 % to the selected color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3155830.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210300.xhp#hd_id3155830.15.help.text\n"
"Gradients"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3157909.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_GRADIENT:LB_GRADIENTS\\\"\\>Select "
"the type of gradient that you want to apply or create.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3150669.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210300.xhp#hd_id3150669.17.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3145416.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_ADD\\\"\\>Adds a "
"custom gradient to the current list. Specify the properties of your "
"gradient, and then click this button\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3150772.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210300.xhp#hd_id3150772.19.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3147573.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_GRADIENT:BTN_MODIFY\\\"\\>Applies the "
"current gradient properties to the selected gradient. If you want, you can "
"save the gradient under a different name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3155341.31.help.text
msgid "Load Gradients List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3145085.32.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_LOAD\\\"\\>Load a "
"different list of gradients.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#hd_id3148943.33.help.text
msgid "Save Gradients List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210300.xhp#par_id3161459.34.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_GRADIENT:BTN_SAVE\\\"\\>Saves "
"the current list of gradients, so that you can load it later.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210400.xhp#tit.help.text\n"
"Hatching"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#bm_id3149962.help.text
msgid ""
"\\<bookmark_value\\>areas; "
"hatching\\</bookmark_value\\>\\<bookmark_value\\>hatching; "
"areas\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"shaded\\</bookmark_value\\>\\<bookmark_value\\>shaded "
"areas\\</bookmark_value\\>\\<bookmark_value\\>dotted "
"areas\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"dotted\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3149962.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210400.xhp\\\" "
"name=\\\"Hatching\\\"\\>Hatching\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3144436.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AREA_HATCH\\\"\\>Set the properties of a hatching "
"pattern, or save and load hatching lists.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3156042.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3156042.3.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3147291.4.help.text
msgid "Define or modify a hatching pattern."
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3147834.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3147834.5.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3147010.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_HATCH:MTR_FLD_DISTANCE\\\"\\>Enter the "
"amount of space that you want to have between the hatch lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3155355.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3155355.7.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3156410.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_HATCH:MTR_FLD_ANGLE\\\"\\>Enter "
"the rotation angle for the hatch lines, or click a position in the angle "
"grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3156113.9.help.text
msgid "Angle grid"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3147242.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TPHATCH_CTRL\\\"\\>Click a position in the grid to "
"define the rotation angle for the hatch lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3155449.21.help.text
msgid "Line type"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3152909.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_LINE_TYPE\\\"\\>Select the "
"type of hatch lines that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3150503.23.help.text
msgid "Line color"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3149578.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_LINE_COLOR\\\"\\>Select "
"the color of the hatch lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3159147.11.help.text
msgid "Hatches List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3149955.12.help.text
msgid ""
"Lists the available hatching patterns. You can also modify or create your "
"own hatching pattern. To save the list, click the \\<emph\\>Save Hatches "
"List\\</emph\\> button. To display a different list, click the "
"\\<emph\\>Load Hatches List\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3150670.13.help.text
msgid "Hatches list"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3144438.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_HATCH:LB_HATCHINGS\\\"\\>Lists the "
"available hatching patterns. Click the hatching pattern that you want to "
"apply, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3153823.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210400.xhp#hd_id3153823.15.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3148924.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_ADD\\\"\\>Adds a "
"custom hatching pattern to the current list. Specify the properties of your "
"hatching pattern, and then click this button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3147620.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210400.xhp#hd_id3147620.17.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3156023.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_HATCH:BTN_MODIFY\\\"\\>Applies "
"the current hatching properties to the selected hatching pattern. If you "
"want, you can save the pattern under a different name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3147304.25.help.text
msgid "Load Hatches List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3156343.26.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HATCH:BTN_LOAD\\\"\\>Loads a "
"different list of hatching patterns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#hd_id3154347.27.help.text
msgid "Save Hatches List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210400.xhp#par_id3152811.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HATCH:BTN_SAVE\\\"\\>Saves the "
"current list of hatching patterns, so that you can load it later.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210500.xhp#tit.help.text\n"
"Bitmap"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#bm_id3155619.help.text
msgid ""
"\\<bookmark_value\\>bitmaps; "
"patterns\\</bookmark_value\\>\\<bookmark_value\\>areas; bitmap "
"patterns\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"patterns\\</bookmark_value\\>\\<bookmark_value\\>pixel "
"patterns\\</bookmark_value\\>\\<bookmark_value\\>areas; pixel "
"patterns\\</bookmark_value\\>\\<bookmark_value\\>pixel "
"editor\\</bookmark_value\\>\\<bookmark_value\\>pattern "
"editor\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3155619.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210500.xhp\\\" "
"name=\\\"Bitmap\\\"\\>Bitmap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AREA_BITMAP\\\"\\>Select a bitmap that you want to use "
"as a fill pattern, or create your own pixel pattern. You can also import "
"bitmaps, and save or load bitmap lists.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3148585.3.help.text
msgid "Pattern Editor"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3147226.4.help.text
msgid ""
"Use this editor to create a simple, two-color, 8x8 pixel bitmap pattern."
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3145669.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3145669.5.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3150774.6.help.text
msgid ""
"To enable this editor, select the \\<emph\\>Blank\\</emph\\> bitmap in the "
"bitmap list."
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3145072.17.help.text
msgid "Foreground color"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3155535.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_COLOR\\\"\\>Select a "
"foreground color, and then click in the grid to add a pixel to the "
"pattern.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3149398.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210500.xhp#hd_id3149398.19.help.text\n"
"Background color"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3148538.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_BACKGROUND_COLOR\\\"\\>Select a "
"background color for your bitmap pattern.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3147275.7.help.text
msgid "Bitmap Pattern"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3146847.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_BITMAP:LB_BITMAPS\\\"\\>Select a "
"bitmap in the list, and then click \\<emph\\>OK \\</emph\\>to apply the "
"pattern to the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3150275.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3150275.9.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3154306.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_ADD\\\"\\>Adds a "
"bitmap that you created in the \\<emph\\>Pattern Editor \\</emph\\>to the "
"current list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3158432.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210500.xhp#hd_id3158432.11.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3153827.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_MODIFY\\\"\\>Replaces "
"a bitmap that you created in the \\<emph\\>Pattern Editor\\</emph\\> with "
"the current bitmap pattern. If you want, you can save the pattern under a "
"different name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3149516.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210500.xhp#hd_id3149516.13.help.text\n"
"Import"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3148473.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_BITMAP:BTN_IMPORT\\\"\\>Locate "
"the bitmap that you want to import, and then click "
"\\<emph\\>Open\\</emph\\>. The bitmap is added to the end of the list of "
"available bitmaps.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3159166.21.help.text
msgid "Load Bitmap List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3155341.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_BITMAP:BTN_LOAD\\\"\\>Loads a "
"different list of bitmaps.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#hd_id3151246.23.help.text
msgid "Save Bitmap List"
msgstr ""

#: helpcontent2/source/text/shared/01/05210500.xhp#par_id3151385.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_BITMAP:BTN_SAVE\\\"\\>Saves the "
"current list of bitmaps, so that you can load it later.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210600.xhp#tit.help.text\n"
"Shadow"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#bm_id3150014.help.text
msgid ""
"\\<bookmark_value\\>areas; "
"shadows\\</bookmark_value\\>\\<bookmark_value\\>shadows; "
"areas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3150014.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3150014.1.help.text\n"
"\\<link href=\\\"text/shared/01/05210600.xhp\\\" "
"name=\\\"Shadow\\\"\\>Shadow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3155069.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AREA_SHADOW\\\"\\>Add a shadow to the selected drawing "
"object, and define the properties of the shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3153682.21.help.text
msgid ""
"You can also add a shadow to a graphic, table, or an OLE object in your "
"document. Select the object, choose \\<emph\\>Format - "
"(Graphic/Table/Object)\\</emph\\>, click the \\<emph\\>Borders "
"\\</emph\\>tab, and then click a shadow in the \\<emph\\>Shadow "
"style\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3153748.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3153748.3.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3153345.4.help.text
msgid "Set the properties of the shadow that you want to apply."
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3150774.5.help.text
msgid "Use shadow"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3154749.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_SHADOW:TSB_SHOW_SHADOW\\\"\\>Adds a "
"shadow to the selected drawing object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3166460.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3166460.7.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3146138.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TPSHADOW_CTRL\\\"\\>Click where you want to cast the "
"shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3154897.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3154897.9.help.text\n"
"Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3146847.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_SHADOW:MTR_FLD_DISTANCE\\\"\\>Enter the "
"distance that you want the shadow to be offset from the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3150276.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210600.xhp#hd_id3150276.11.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3155829.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_SHADOW:LB_SHADOW_COLOR\\\"\\>Select "
"a color for the shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3148992.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210600.xhp#hd_id3148992.13.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3148642.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_SHADOW:MTR_SHADOW_TRANSPARENT\\\""
"\\>Enter a percentage from 0% (opaque) to 100% (transparent) to specify the "
"transparency of the shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#hd_id3154810.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210600.xhp#hd_id3154810.17.help.text\n"
"Shadow"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3148924.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FillShadow\\\"\\>Adds a shadow to the selected object. "
"If the object already has a shadow, the shadow is removed. To specify the "
"properties of the shadow, choose \\<emph\\>Format - Area\\</emph\\>, and "
"then click the \\<emph\\>Shadows \\</emph\\>tab.\\</ahelp\\> If you click "
"this icon when no object is selected, the shadow is added to the next object "
"that you draw."
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3145068.help.text
msgid ""
"\\<image id=\\\"img_id3149045\\\" "
"src=\\\"res/commandimagelist/sc_fillshadow.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3149045\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210600.xhp#par_id3154935.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210600.xhp#par_id3154935.16.help.text\n"
"Shadow"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210700.xhp#tit.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#bm_id3146807.help.text
msgid ""
""
"\\<bookmark_value\\>transparency;areas\\</bookmark_value\\>\\<bookmark_value\\"
">areas; transparency\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3146807.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210700.xhp\\\" "
"name=\\\"Transparency\\\"\\>Transparency\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3149748.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Set the transparency options for the fill that you "
"apply to the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3152363.30.help.text
msgid "Transparency mode"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3149283.3.help.text
msgid "Specify the type of transparency that you want to apply."
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3148585.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3148585.4.help.text\n"
"No transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3147226.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_OFF\\\"\\>Turns "
"off color transparency.\\</ahelp\\> This is the default setting."
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3152425.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3152425.6.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3150693.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_LINEAR\\\""
"\\>Turns on color transparency. Select this option, and then enter a number "
"in the box, where 0% is fully opaque and 100% is fully "
"transparent.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3155941.14.help.text
msgid "Transparency spin button"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3155892.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRANSPARENT\\\"\"
"\>Adjusts the transparency of the current fill color. Enter a number between "
"0% (opaque) and 100% (transparent).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3149827.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210700.xhp#hd_id3149827.11.help.text\n"
"Gradient"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3155338.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_TRANSPARENCE:RBT_TRANS_GRADIENT\\"
"\"\\>Applies a transparency gradient to the current fill color. Select this "
"option, and then set the gradient properties.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3150443.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210700.xhp#hd_id3150443.17.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3149398.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_TRANSPARENCE:LB_TRGR_GRADIENT_TYPES\\"
"\"\\>Select the type of transparency gradient that you want to "
"apply.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3145317.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210700.xhp#hd_id3145317.19.help.text\n"
"Center X"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3155583.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_CENTER_X\\\"
""\\>Enter the horizontal offset for the gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3154897.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210700.xhp#hd_id3154897.21.help.text\n"
"Center Y"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3159399.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_CENTER_Y\\\"
""\\>Enter the vertical offset for the gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3158430.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210700.xhp#hd_id3158430.23.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3155829.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_ANGLE\\\"\\>Enter "
"a rotation angle for the gradient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3153320.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05210700.xhp#hd_id3153320.25.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3149784.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_BORDER\\\"\\>Enter "
"the amount by which you want to adjust the transparent area of the gradient. "
"The default value is 0%.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3144439.26.help.text
msgid "Start value"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3150117.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_START_VALUE"
"\\\"\\>Enter a transparency value for the beginning point of the gradient, "
"where 0% is fully opaque and 100% is fully transparent.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3152350.28.help.text
msgid "End value"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3148924.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TRANSPARENCE:MTR_TRGR_END_VALUE\\"
"\"\\>Enter a transparency value for the endpoint of the gradient, where 0% "
"is fully opaque and 100% is fully transparent.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3149575.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05210700.xhp#hd_id3149575.9.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/05210700.xhp#par_id3149798.10.help.text
msgid ""
"Use the preview to view your changes before you apply the transparency "
"effect to the color fill of the selected object."
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05220000.xhp#tit.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#bm_id3146856.help.text
msgid ""
"\\<bookmark_value\\>text; text/draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"text\\</bookmark_value\\>\\<bookmark_value\\>frames; text fitting to "
"frames\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"frames\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3146856.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05220000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3150279.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PAGE_TEXTATTR\\\"\\>Sets the layout and anchoring "
"properties for text in the selected drawing or text object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3154794.4.help.text
msgid ""
"The text is positioned relative to the edges of the drawing or text object."
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149031.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149031.5.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3150445.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3150445.7.help.text\n"
"Fit width to text"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3145629.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_AUTOGROW_WIDTH\\\"\\"
">Expands the width of the object to the width of the text, if the object is "
"smaller than the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149511.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149511.9.help.text\n"
"Fit height to text"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3149640.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_AUTOGROW_HEIGHT\\\"\"
"\>Expands the height of the object to the height of the text, if the object "
"is smaller than the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3152867.11.help.text
msgid "Fit to frame"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3147834.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_FIT_TO_SIZE\\\"\\>Resizes "
"the text to fit the entire area of the drawing or text object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3155892.29.help.text
msgid "Adjust to contour"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3153577.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_CONTOUR\\\"\\>Adapts the "
"text flow so that it match the contours of the selected drawing "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_idN10705.help.text
msgid "Word wrap text in shape"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_idN10709.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Wraps the text that you add after double-clicking a "
"custom shape to fit inside the shape.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_idN10720.help.text
msgid "Resize shape to fit text"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_idN10724.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Resizes a custom shape to fit the text that you "
"enter after double-clicking the shape.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3154288.13.help.text
msgid "Spacing to borders"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3151265.14.help.text
msgid ""
"Specify the amount of space to leave between the edges of the drawing or "
"text object and the borders of the text."
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3150443.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05220000.xhp#hd_id3150443.15.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3156113.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_LEFT\\\"\\>Enter the "
"amount of space to leave between the left edge of the drawing or text object "
"and the left border of the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3155419.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05220000.xhp#hd_id3155419.17.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3155388.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_RIGHT\\\"\\>Enter the "
"amount of space to leave between the right edge of the drawing or text "
"object and the right border of the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3148926.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05220000.xhp#hd_id3148926.19.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3157808.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_TOP\\\"\\>Enter the "
"amount of space to leave between the top edge of the drawing or text object "
"and the upper border of the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149237.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149237.21.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3159342.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_TEXTATTR_MTR_FLD_BOTTOM\\\"\\>Enter the "
"amount of space to leave between the bottom edge of the drawing or text "
"object and the lower border of the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3149192.23.help.text
msgid "Text anchor"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3155179.24.help.text
msgid "Set the anchor type and the anchor position."
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3154381.25.help.text
msgid "Graphic field"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3155504.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEXTATTR_CTL_POSITION\\\"\\>Click where you want to "
"place the anchor for the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#hd_id3155323.27.help.text
msgid "Full width"
msgstr ""

#: helpcontent2/source/text/shared/01/05220000.xhp#par_id3150244.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_TEXTATTR_TSB_FULL_WIDTH\\\"\\>Anchors "
"the text to the full width of the drawing or text object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230000.xhp#tit.help.text\n"
"Position and Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05230000.xhp#hd_id3152790.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230000.xhp#hd_id3152790.1.help.text\n"
"\\<link href=\\\"text/shared/01/05230000.xhp\\\" name=\\\"Position and "
"Size\\\"\\>Position and Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230000.xhp#par_id3157552.2.help.text
msgid ""
"\\<variable id=\\\"groessetext\\\"\\>\\<ahelp "
"hid=\\\".uno:TransformDialog\\\"\\>Resizes, moves, rotates, or slants the "
"selected object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230000.xhp#par_id3156427.3.help.text
msgid ""
"If a chart legend is selected, this command is called "
"\\<emph\\>Legend\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230100.xhp#tit.help.text\n"
"Position and Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#bm_id3154350.help.text
msgid ""
"\\<bookmark_value\\>positioning;draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw "
"objects;positioning\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"positioning\\</bookmark_value\\>\\<bookmark_value\\>positioning; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>sizes;draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw "
"objects;sizes\\</bookmark"
"_value\\>\\<bookmark_value\\>controls;sizes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3154350.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05230100.xhp\\\" name=\\\"Position and "
"Size\\\"\\>Position and Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Resizes or moves the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3158405.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3158405.3.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3159201.4.help.text
msgid "Specify the location of the selected object on the page."
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3157896.5.help.text
msgid "Position X"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3155616.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_POS_X\\\"\\>Enter "
"the horizontal distance that you want to move the object relative to the "
"base point selected in the grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3151226.7.help.text
msgid "Position Y"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3147373.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_POS_Y\\\"\\>Enter "
"the vertical distance that you want to move the object relative to the base "
"point selected in the grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3147834.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3147834.9.help.text\n"
"Base point"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3147008.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TPPOSITION_CTRL\\\"\\>Click a base point in the grid, "
"and then enter the amount that you want to shift the object relative to the "
"base point that you selected in the \\<emph\\>Position Y\\</emph\\> and "
"\\<emph\\>Position X\\</emph\\> boxes. The base points correspond to the "
"selection handles on an object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3155942.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3155942.19.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3150774.20.help.text
msgid ""
"Specify the amount by which you want to resize the selected object with "
"respect to the selected base point ."
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3143267.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3143267.21.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3149811.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_WIDTH\\\"\\>Enter "
"a width for the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3150443.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3150443.23.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3147209.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_POSITION_SIZE_MTR_FLD_HEIGHT\\\"\\>Enter "
"a height for the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3149796.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3149796.25.help.text\n"
"Keep ratio"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3155341.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_POSITION_SIZE_CBX_SCALE\\\"\\>Maintains "
"proportions when you resize the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3148686.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3148686.29.help.text\n"
"Base point"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3154897.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TPSIZE_CTRL\\\"\\>Click a base point in the grid, and "
"then enter the new size dimensions for the selected object in the "
"\\<emph\\>Width\\</emph\\> and \\<emph\\>Height\\</emph\\> boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3148990.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3148990.17.help.text\n"
"Protect"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3153698.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3153698.37.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3149784.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_POSPROTECT\\\"\"
"\>Prevents changes to the position or the size of the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3153254.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3153254.27.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3152349.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_SIZEPROTECT\\\""
"\\>Prevents you from resizing the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#bm_id3149275.help.text
msgid ""
"\\<bookmark_value\\>anchoring; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"anchoring\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3149275.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Anchoring\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3147531.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Set the anchoring options for the selected "
"object.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3151246.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Anchor\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3154758.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_POSITION_SIZE_LB_ANCHOR\\\"\\>\\<swit"
"chinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>Select "
"the type of anchor for the selected "
"object.\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3149295.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Position\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3154935.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_POSITION_SIZE_LB_ORIENT\\\"\\>\\<swit"
"chinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Specifies the position of the anchor in relation to "
"the character height.\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3153525.31.help.text
msgid "Adapt"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3151211.32.help.text
msgid ""
"Resizes text in a drawing object with respect to the borders of the selected "
"object."
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3151042.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3151042.33.help.text\n"
"Fit width to text"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3159151.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_WIDTH\"
"\\"\\>Resizes the text to fit the width of the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#hd_id3145746.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230100.xhp#hd_id3145746.35.help.text\n"
"Fit height to text"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3154068.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_POSITION_SIZE_TSB_AUTOGROW_HEIGHT"
"\\\"\\>Resizes the text to fit the height of the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230100.xhp#par_id3145606.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260000.xhp\\\" name=\\\"Anchor "
"types\\\"\\>Anchor types\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230300.xhp#tit.help.text\n"
"Rotation"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3149741.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05230300.xhp\\\" "
"name=\\\"Rotation\\\"\\>Rotation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3146873.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TRANS_ANGLE\\\"\\>Rotates the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3148983.3.help.text
msgid "Pivot point"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3150902.4.help.text
msgid ""
"The selected object is rotated around a pivot point that you specify. The "
"default pivot point is at the center of the object."
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3153528.17.help.text
msgid ""
"If you set a pivot point too far outside of the object boundaries, the "
"object could be rotated off of the page."
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3145382.5.help.text
msgid "X Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3166410.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_POS_X\\\"\\>Enter "
"the horizontal distance from the left edge of the page to the pivot "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3155323.7.help.text
msgid "Y Position"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3150669.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_POS_Y\\\"\\>Enter "
"the vertical distance from the top edge of the page to the pivot "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3153332.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3153332.9.help.text\n"
"Defaults"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3143270.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TPROTATION_CTRL1\\\"\\>Click where you want to place "
"the pivot point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3146847.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230300.xhp#hd_id3146847.11.help.text\n"
"Rotation angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3156155.12.help.text
msgid ""
"Specify the number of degrees that you want to rotate the selected object, "
"or click in the rotation grid."
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3154173.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230300.xhp#hd_id3154173.13.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3147573.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_ANGLE:MTR_FLD_ANGLE\\\"\\>Enter "
"the number of degrees that you want to rotate the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#hd_id3148474.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230300.xhp#hd_id3148474.15.help.text\n"
"Defaults"
msgstr ""

#: helpcontent2/source/text/shared/01/05230300.xhp#par_id3154811.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TPROTATION_CTRL2\\\"\\>Click to specify the rotation "
"angle in multiples of 45 degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#tit.help.text
msgid "Slant & Corner Radius"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#bm_id3149988.help.text
msgid ""
"\\<bookmark_value\\>slanting; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"slanting\\</bookmark_value\\>\\<bookmark_value\\>areas; "
"slanting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3149988.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05230400.xhp\\\" name=\\\"Slant & Corner "
"Radius\\\"\\>Slant & Corner Radius\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#par_id3154788.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TRANS_SLANT\\\"\\>Slants the selected object, or rounds "
"the corners of a rectangular object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3154497.3.help.text
msgid "Corner Radius"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#par_id3156027.4.help.text
msgid "You can only round the corners of a rectangular object."
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3153935.5.help.text
msgid "Radius"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#par_id3147373.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_SLANT:MTR_FLD_RADIUS\\\"\\>Enter the "
"radius of the circle that you want to use to round the corners.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3145090.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3145090.7.help.text\n"
"Slant"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#par_id3153345.8.help.text
msgid "Slants the selected object along an axis that you specify."
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3154983.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230400.xhp#hd_id3154983.9.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05230400.xhp#par_id3153683.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_SLANT:MTR_FLD_ANGLE\\\"\\>Enter "
"the angle of the slant axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#tit.help.text
msgid "Callout"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#bm_id3149038.help.text
msgid ""
"\\<bookmark_value\\>callouts; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>callouts; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"callouts\\</bookmark_value\\>\\<bookmark_value\\>legends; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"legends\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3149038.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05230500.xhp\\\" "
"name=\\\"Callout\\\"\\>Callout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3155069.2.help.text
msgid "Specify the properties of the selected callout."
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3151330.3.help.text
msgid "Callout Styles"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3149760.4.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_CAPTION_CTL_TYPE\\\"\\>Click "
"the \\<emph\\>Callout\\</emph\\> style that you want to apply to the "
"selected callout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3149798.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3149798.5.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3147399.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CAPTION:MF_ABSTAND\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of space that you want to "
"leave between the end of the callout line, and the callout box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3151226.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3151226.7.help.text\n"
"Extension"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3148620.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_CAPTION:LB_ANSATZ_REL\\\" "
"visibility=\\\"visible\\\"\\>Select where you want to extend the callout "
"line from, in relation to the callout box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3153311.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3153311.9.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3145313.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CAPTION:MF_LAENGE\\\" "
"visibility=\\\"visible\\\"\\>Enter the length of the callout line segment "
"that extends from the callout box to the inflection point of the "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3159269.11.help.text
msgid ""
"The \\<emph\\>Length \\</emph\\>box is only available if you select the "
"\\<emph\\>Angled connector line\\</emph\\> callout style, and leave the "
"\\<emph\\>Optimal \\</emph\\>checkbox cleared."
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#hd_id3149820.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05230500.xhp#hd_id3149820.12.help.text\n"
"Optimal"
msgstr ""

#: helpcontent2/source/text/shared/01/05230500.xhp#par_id3147210.13.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_CAPTION:CB_LAENGE\\\" "
"visibility=\\\"visible\\\"\\>Click here to display a single-angled line in "
"an optimal way.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05240000.xhp#tit.help.text\n"
"Flip"
msgstr ""

#: helpcontent2/source/text/shared/01/05240000.xhp#bm_id3151264.help.text
msgid ""
"\\<bookmark_value\\>draw objects; "
"flipping\\</bookmark_value\\>\\<bookmark_val"
"ue\\>flipping;horizontally/vertically\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240000.xhp#hd_id3151264.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05240000.xhp\\\" "
"name=\\\"Flip\\\"\\>Flip\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240000.xhp#par_id3145759.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Flips the selected object horizontally, or "
"vertically.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240100.xhp#tit.help.text
msgid "Flip Vertically"
msgstr ""

#: helpcontent2/source/text/shared/01/05240100.xhp#hd_id3146959.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05240100.xhp\\\" "
"name=\\\"Vertically\\\"\\>Flip Vertically\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240100.xhp#par_id3149741.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MirrorVert\\\"\\>Flips the selected object(s) "
"vertically from top to bottom.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240200.xhp#tit.help.text
msgid "Flip Object Horizontally"
msgstr ""

#: helpcontent2/source/text/shared/01/05240200.xhp#hd_id3147543.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05240200.xhp\\\" "
"name=\\\"Horizontally\\\"\\>Flip Object Horizontally\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05240200.xhp#par_id3146936.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ObjectMirrorHorizontal\\\"\\>Flips the selected "
"object(s) horizontally from left to right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05250000.xhp#tit.help.text\n"
"Arrange"
msgstr ""

#: helpcontent2/source/text/shared/01/05250000.xhp#bm_id3152427.help.text
msgid ""
"\\<bookmark_value\\>objects; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>arranging; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>borders; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>OLE objects; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>layers; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>levels; depth "
"stagger\\</bookmark_value\\>\\<bookmark_value\\>depth "
"stagger\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250000.xhp#hd_id3152427.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" name=\\\"Arranging "
"Objects\\\"\\>Arrange\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250000.xhp#par_id3154230.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ObjectPosition\\\"\\>Changes the stacking order of the "
"selected object(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250000.xhp#hd_id3153894.9.help.text
msgid "Layer for text and graphics"
msgstr ""

#: helpcontent2/source/text/shared/01/05250000.xhp#par_id3154186.4.help.text
msgid ""
"Each object that you place in your document is successively stacked on the "
"preceding object. Use the arrange commands to change the stacking order of "
"objects in your document. You cannot change the stacking order of text."
msgstr ""

#: helpcontent2/source/text/shared/01/05250100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05250100.xhp#tit.help.text\n"
"Bring to Front"
msgstr ""

#: helpcontent2/source/text/shared/01/05250100.xhp#hd_id3154044.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05250100.xhp\\\" name=\\\"Bring to "
"Front\\\"\\>Bring to Front\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250100.xhp#par_id3149991.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BringToFront\\\" visibility=\\\"visible\\\"\\>Moves "
"the selected object to the top of the stacking order, so that it is in front "
"of other objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250100.xhp#par_id3147588.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05250100.xhp#par_id3147588.3.help.text\n"
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250200.xhp#tit.help.text
msgid "Bring Forward "
msgstr ""

#: helpcontent2/source/text/shared/01/05250200.xhp#hd_id3152790.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05250200.xhp\\\" name=\\\"Bring Forward "
"\\\"\\>Bring Forward \\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250200.xhp#par_id3151264.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ObjectForwardOne\\\" "
"visibility=\\\"visible\\\"\\>Moves the selected object up one level, so that "
"it is closer to top of the stacking order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250200.xhp#par_id3149495.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05250200.xhp#par_id3149495.3.help.text\n"
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05250300.xhp#tit.help.text\n"
"Send Backward"
msgstr ""

#: helpcontent2/source/text/shared/01/05250300.xhp#hd_id3150146.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05250300.xhp\\\" name=\\\"Send "
"Backward\\\"\\>Send Backward\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250300.xhp#par_id3150794.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ObjectBackOne\\\" visibility=\\\"visible\\\"\\>Moves "
"the selected object down one level, so that it is closer to the bottom of "
"the stacking order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250300.xhp#par_id3150445.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05250300.xhp#par_id3150445.3.help.text\n"
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05250400.xhp#tit.help.text\n"
"Send to Back"
msgstr ""

#: helpcontent2/source/text/shared/01/05250400.xhp#hd_id3155620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05250400.xhp\\\" name=\\\"Send to "
"Back\\\"\\>Send to Back\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250400.xhp#par_id3156116.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SendToBack\\\" visibility=\\\"visible\\\"\\>Moves the "
"selected object to the bottom of the stacking order, so that it is behind "
"the other objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250400.xhp#par_id3152895.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05250400.xhp#par_id3152895.3.help.text\n"
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05250500.xhp#tit.help.text\n"
"To Foreground"
msgstr ""

#: helpcontent2/source/text/shared/01/05250500.xhp#hd_id3150278.1.help.text
msgid ""
"\\<variable id=\\\"foreground\\\"\\>\\<link "
"href=\\\"text/shared/01/05250500.xhp\\\" name=\\\"To Foreground\\\"\\>To "
"Foreground\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250500.xhp#par_id3151387.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetObjectToForeground\\\"\\>Moves the selected object "
"in front of text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250500.xhp#par_id3147000.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05250500.xhp#par_id3147000.6.help.text\n"
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05250600.xhp#tit.help.text\n"
"To Background"
msgstr ""

#: helpcontent2/source/text/shared/01/05250600.xhp#hd_id3146959.1.help.text
msgid ""
"\\<variable id=\\\"background\\\"\\>\\<link "
"href=\\\"text/shared/01/05250600.xhp\\\" name=\\\"To Background\\\"\\>To "
"Background\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250600.xhp#par_id3146902.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetObjectToBackground\\\"\\>Moves the selected object "
"behind text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05250600.xhp#par_id3148731.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05250600.xhp#par_id3148731.4.help.text\n"
"\\<link href=\\\"text/shared/01/05250000.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05260000.xhp#tit.help.text\n"
"Anchor"
msgstr ""

#: helpcontent2/source/text/shared/01/05260000.xhp#hd_id3155913.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260000.xhp\\\" "
"name=\\\"Anchoring\\\"\\>Anchor\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260000.xhp#par_id3145356.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sets the anchoring options for the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260000.xhp#par_id3150789.3.help.text
msgid ""
"If the selected object is in a frame, you can also anchor the object to the "
"frame."
msgstr ""

#: helpcontent2/source/text/shared/01/05260100.xhp#tit.help.text
msgid "To Page"
msgstr ""

#: helpcontent2/source/text/shared/01/05260100.xhp#hd_id3150278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260100.xhp\\\" name=\\\"To Page\\\"\\>To "
"Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260100.xhp#par_id3150756.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetAnchorToPage\\\"\\>Anchors the selected item to the "
"current page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260100.xhp#par_id3149987.4.help.text
msgid ""
"The anchored item remains on the current page even if you insert or delete "
"text."
msgstr ""

#: helpcontent2/source/text/shared/01/05260100.xhp#par_id3152821.3.help.text
msgid "The anchor icon is displayed at the top left corner of the page."
msgstr ""

#: helpcontent2/source/text/shared/01/05260200.xhp#tit.help.text
msgid "To Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/01/05260200.xhp#hd_id3151260.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260200.xhp\\\" name=\\\"To "
"Paragraph\\\"\\>To Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260200.xhp#par_id3155271.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetAnchorToPara\\\" "
"visibility=\\\"visible\\\"\\>Anchors the selected item to the current "
"paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260200.xhp#par_id3154926.3.help.text
msgid ""
"The anchor icon is displayed at the left page margin at the beginning of the "
"paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/05260300.xhp#tit.help.text
msgid "To Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05260300.xhp#hd_id3154044.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260300.xhp\\\" name=\\\"To "
"Character\\\"\\>To Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260300.xhp#par_id3147069.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Anchors the selected item to a "
"character.\\</ahelp\\> This command is only available for graphic objects."
msgstr ""

#: helpcontent2/source/text/shared/01/05260300.xhp#par_id3146067.3.help.text
msgid "The anchor is displayed in front of the character."
msgstr ""

#: helpcontent2/source/text/shared/01/05260300.xhp#par_id3152924.4.help.text
msgid ""
"To align a graphic relative to the character that it is anchored to, right-"
"click the graphic, and then choose \\<emph\\>Graphics\\</emph\\>. Click the "
"\\<emph\\>Type \\</emph\\>tab, and in the \\<emph\\>Position "
"\\</emph\\>area, select \\<emph\\>Character\\</emph\\> in the "
"\\<emph\\>to\\</emph\\> boxes."
msgstr ""

#: helpcontent2/source/text/shared/01/05260400.xhp#tit.help.text
msgid "To Cell"
msgstr ""

#: helpcontent2/source/text/shared/01/05260400.xhp#hd_id3147212.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260400.xhp\\\" name=\\\"To Cell\\\"\\>To "
"Cell\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260400.xhp#par_id3150794.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetAnchorToCell\\\" "
"visibility=\\\"visible\\\"\\>Anchors the selected item to a "
"cell.\\</ahelp\\> The anchor icon is displayed in the upper left corner of "
"the cell."
msgstr ""

#: helpcontent2/source/text/shared/01/05260500.xhp#tit.help.text
msgid "To Frame"
msgstr ""

#: helpcontent2/source/text/shared/01/05260500.xhp#hd_id3149991.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260500.xhp\\\" name=\\\"To Frame\\\"\\>To "
"Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260500.xhp#par_id3159242.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetAnchorToFrame\\\" "
"visibility=\\\"visible\\\"\\>Anchors the selected item to the surrounding "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260600.xhp#tit.help.text
msgid "As Character"
msgstr ""

#: helpcontent2/source/text/shared/01/05260600.xhp#hd_id3154621.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260600.xhp\\\" name=\\\"As "
"Character\\\"\\>As Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05260600.xhp#par_id3146946.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Anchors the selected item as a character in the "
"current text. If the height of the selected item is greater than the current "
"font size, the height of the line containing the item is "
"increased.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05270000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05270000.xhp#tit.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/shared/01/05270000.xhp#hd_id3155271.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05270000.xhp\\\" name=\\\"Edit "
"Points\\\"\\>Edit Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05270000.xhp#par_id3153391.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ToggleObjectBezierMode\\\"\\>Lets you change the shape "
"of the selected drawing object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05270000.xhp#par_id3148668.7.help.text
msgid ""
"To edit the shape of a selected drawing object, click the "
"\\<emph\\>Points\\</emph\\> icon on the \\<emph\\>Drawing\\</emph\\> Bar, "
"and then drag one of the points on the object."
msgstr ""

#: helpcontent2/source/text/shared/01/05270000.xhp#par_id3093440.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05270000.xhp#par_id3093440.help.text\n"
"\\<link href=\\\"text/shared/main0227.xhp\\\" name=\\\"Edit Points "
"Bar\\\"\\>Edit Points Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05280000.xhp#tit.help.text\n"
"Fontwork"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#hd_id3146959.51.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05280000.xhp\\\" "
"name=\\\"FontWork\\\"\\>Fontwork Dialog (Previous Version)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3151097.52.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FontWork\\\"\\>Edits Fontwork effects of the selected "
"object that has been created with the previous Fontwork dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3155934.53.help.text
msgid ""
"This \\<emph\\>Fontwork\\</emph\\> dialog is only available for Fontwork in "
"old Writer text documents that were created prior to %PRODUCTNAME "
"%PRODUCTVERSION. You must first call \\<emph\\>Tools - Customize\\</emph\\> "
"to add a menu command or an icon to open this dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154497.74.help.text
msgid ""
"You can change the shape of the text baseline to match semicircles, arcs, "
"circles, and freeform lines."
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#hd_id3152372.54.help.text
msgid "Alignment icons"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149760.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_CTL_FORMS\\\" "
"visibility=\\\"hidden\\\"\\>Click the shape of the baseline that you want to "
"use for the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3152542.56.help.text
msgid ""
"The top row contains the following baseline shapes: \\<emph\\>Upper "
"Semicircle\\</emph\\>, \\<emph\\>Lower Semicircle\\</emph\\>, \\<emph\\>Left "
"Semicircle\\</emph\\> and \\<emph\\>Right Semicircle\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150774.58.help.text
msgid ""
"The middle row contains the following baseline shapes: \\<emph\\>Upper "
"Arc\\</emph\\>, \\<emph\\>Lower Arc, Left Arc\\</emph\\> and \\<emph\\>Right "
"Arc\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3159158.60.help.text
msgid ""
"The bottom row contains the following baseline shapes: \\<emph\\>Open "
"Circle, Closed Circle, Closed Circle II\\</emph\\>, and \\<emph\\>Open "
"Circle Vertical\\</emph\\>. For the best results, the drawing object must "
"contain more than two lines of text."
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149237.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_STYLE_OFF\\\"\\>Removes baseline "
"formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149244.help.text
msgid ""
"\\<image id=\\\"img_id3161458\\\" "
"src=\\\"res/commandimagelist/sc_fontwork.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3161458\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149046.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3149046.63.help.text\n"
"Off"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3156344.64.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_STYLE_ROTATE\\\"\\>Uses the top or the "
"bottom edge of the selected object as the text baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150791.help.text
msgid ""
"\\<image id=\\\"img_id3153379\\\" src=\\\"svx/res/fw02.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153379\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3153339.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3153339.65.help.text\n"
"Rotate"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3155742.66.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_STYLE_UPRIGHT\\\"\\>Uses the top or the "
"bottom edge of the selected object as the text baseline and preserves the "
"original vertical alignment of the individual characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154069.help.text
msgid ""
"\\<image id=\\\"img_id3152933\\\" src=\\\"svx/res/fw03.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152933\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154153.67.help.text
msgid "Upright"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149202.68.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_STYLE_SLANTX\\\"\\>Horizontally slants the "
"characters in the text object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3153180.help.text
msgid ""
"\\<image id=\\\"img_id3151041\\\" src=\\\"svx/res/fw04.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151041\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149983.69.help.text
msgid "Slant Horizontal"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154297.70.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_STYLE_SLANTY\\\"\\>Vertically slants the "
"characters in the text object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147348.help.text
msgid ""
"\\<image id=\\\"img_id3154690\\\" src=\\\"svx/res/fw05.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154690\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150962.71.help.text
msgid "Slant Vertical"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154985.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_ADJUST_MIRROR\\\"\\>Reverses the text flow "
"direction, and flips the text horizontally or vertically. To use this "
"command, you must first apply a different baseline to the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3155854.help.text
msgid ""
"\\<image id=\\\"img_id3153142\\\" src=\\\"svx/res/fw06.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153142\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149934.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3149934.21.help.text\n"
"Orientation"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154640.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_ADJUST_LEFT\\\"\\>Aligns the text to the "
"left end of the text baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3156006.help.text
msgid ""
"\\<image id=\\\"img_id3153573\\\" "
"src=\\\"res/commandimagelist/sc_alignleft.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153573\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3152416.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3152416.23.help.text\n"
"Align Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147578.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_ADJUST_CENTER\\\"\\>Centers the text on "
"the text baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3155748.help.text
msgid ""
"\\<image id=\\\"img_id3147217\\\" "
"src=\\\"res/commandimagelist/sc_centerpara.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147217\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3159346.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3159346.25.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149583.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_ADJUST_RIGHT\\\"\\>Aligns the text to the "
"right end of the text baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3149939.help.text
msgid ""
"\\<image id=\\\"img_id3148498\\\" "
"src=\\\"res/commandimagelist/sc_alignright.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148498\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150418.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3150418.27.help.text\n"
"Align Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147124.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_ADJUST_AUTOSIZE\\\"\\>Resizes the text to "
"fit the length of the text baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3159129.help.text
msgid ""
"\\<image id=\\\"img_id3153334\\\" src=\\\"svx/res/fw010.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153334\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3148747.29.help.text
msgid "AutoSize Text"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3157844.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_DISTANCE\\\"\\>Enter the "
"amount of space that you want to leave between the text baseline and the "
"base of the individual characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3153957.help.text
msgid ""
"\\<image id=\\\"img_id3151019\\\" src=\\\"svx/res/fw020.png\\\" "
"width=\\\"0.1772inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3151019\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3146971.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3146971.31.help.text\n"
"Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3153530.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_TEXTSTART\\\"\\>Enter "
"the amount of space to leave between the beginning of the text baseline, and "
"the beginning of the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3156332.help.text
msgid ""
"\\<image id=\\\"img_id3153836\\\" src=\\\"svx/res/fw021.png\\\" "
"width=\\\"0.1772inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3153836\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3153710.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3153710.33.help.text\n"
"Indent"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154636.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_SHOWFORM\\\"\\>Shows or hides the text "
"baseline, or the edges of the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3155515.help.text
msgid ""
"\\<image id=\\\"img_id3159186\\\" src=\\\"svx/res/fw011.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159186\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3148996.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3148996.35.help.text\n"
"Contour"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3155764.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_OUTLINE\\\"\\>Shows or hides the borders "
"of the individual characters in the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150323.help.text
msgid ""
"\\<image id=\\\"img_id3147100\\\" src=\\\"svx/res/fw012.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147100\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147339.37.help.text
msgid "Text Contour"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3148927.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_SHADOW_OFF\\\"\\>Removes the shadow "
"effects that you applied to the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150241.help.text
msgid ""
"\\<image id=\\\"img_id3156375\\\" src=\\\"svx/res/fw013.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156375\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3151248.39.help.text
msgid "No Shadow"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147321.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_SHADOW_NORMAL\\\"\\>Adds a shadow to the "
"text in the selected object. Click this button, and then enter the "
"dimensions of the shadow in the \\<emph\\>Distance X\\</emph\\> and the "
"\\<emph\\>Distance Y\\</emph\\> boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3145231.help.text
msgid ""
"\\<image id=\\\"img_id3149908\\\" src=\\\"svx/res/fw014.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149908\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3152484.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3152484.41.help.text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3148478.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FONTWORK_TBI_SHADOW_SLANT\\\"\\>Adds a slant shadow to "
"the text in the selected object. Click this button, and then enter the "
"dimensions of the shadow in the \\<emph\\>Distance X\\</emph\\> and the "
"\\<emph\\>Distance Y\\</emph\\> boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150664.help.text
msgid ""
"\\<image id=\\\"img_id3166423\\\" src=\\\"svx/res/fw015.png\\\" "
"width=\\\"0.2362inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3166423\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147129.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05280000.xhp#par_id3147129.43.help.text\n"
"Slant"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#hd_id3156537.45.help.text
msgid "Horizontal Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3151049.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_X\\\"\\>Enter the "
"horizontal distance between the text characters and the edge of the "
"shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3159103.help.text
msgid ""
"\\<image id=\\\"img_id3149242\\\" src=\\\"svx/res/fw016.png\\\" "
"width=\\\"0.1772inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149242\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3147093.72.help.text
msgid "X Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#hd_id3149450.47.help.text
msgid "Vertical Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3153704.48.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXDLG_FONTWORK:MTR_FLD_SHADOW_Y\\\"\\>Enter the "
"vertical distance between the text characters and the edge of the "
"shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3154275.help.text
msgid ""
"\\<image id=\\\"img_id3154118\\\" src=\\\"svx/res/fw017.png\\\" "
"width=\\\"0.1772inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154118\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3150783.73.help.text
msgid "Y Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#hd_id3149209.49.help.text
msgid "Shadow Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05280000.xhp#par_id3148681.50.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXDLG_FONTWORK:CLB_SHADOW_COLOR\\\"\\>Select a "
"color for the text shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290000.xhp#tit.help.text\n"
"Group"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#hd_id3150603.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05290000.xhp\\\" "
"name=\\\"Group\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#par_id3153323.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Groups keep together selected objects, so that they "
"can be moved or formatted as a single object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#hd_id3150943.7.help.text
msgid "Working with groups"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#par_id3152909.8.help.text
msgid ""
"To edit the individual objects of a group, select the group, right-click, "
"and then choose \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<emph\\>Enter "
"Group\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Group - Enter "
"Group\\</emph\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#par_id3159158.9.help.text
msgid ""
"When you are editing a group, the objects that are not part of the group are "
"faded."
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#par_id3153541.10.help.text
msgid ""
"Use Tab and Shift+Tab to move forwards and backwards through the objects in "
"a group."
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#par_id3154810.11.help.text
msgid ""
"To exit a group, right-click, and then choose \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>\\<emph\\>Exit "
"Group\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Group - Exit "
"Group\\</emph\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#hd_id3145120.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05290100.xhp\\\" "
"name=\\\"Grouping\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#hd_id3152474.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05290200.xhp\\\" "
"name=\\\"Remove\\\"\\>Ungroup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#hd_id3145609.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05290300.xhp\\\" name=\\\"Edit "
"group\\\"\\>Enter Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290000.xhp#hd_id3145068.6.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05290400.xhp\\\" name=\\\"Exit\\\"\\>Exit "
"group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290100.xhp#tit.help.text\n"
"Group"
msgstr ""

#: helpcontent2/source/text/shared/01/05290100.xhp#hd_id3152823.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290100.xhp#hd_id3152823.1.help.text\n"
"\\<link href=\\\"text/shared/01/05290100.xhp\\\" "
"name=\\\"Group\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290100.xhp#par_id3154689.2.help.text
msgid ""
"\\<variable id=\\\"gruppierentext\\\"\\>\\<ahelp "
"hid=\\\".uno:FormatGroup\\\" visibility=\\\"visible\\\"\\>Groups the "
"selected objects, so that they can be moved as a single "
"object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290100.xhp#par_id3150008.3.help.text
msgid ""
"The properties of individual objects are maintained even after you group the "
"objects. You can nest groups, that is, you can have a group within a group."
msgstr ""

#: helpcontent2/source/text/shared/01/05290200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290200.xhp#tit.help.text\n"
"Ungroup"
msgstr ""

#: helpcontent2/source/text/shared/01/05290200.xhp#hd_id3159217.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290200.xhp#hd_id3159217.1.help.text\n"
"\\<link href=\\\"text/shared/01/05290200.xhp\\\" "
"name=\\\"Ungroup\\\"\\>Ungroup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290200.xhp#par_id3156116.2.help.text
msgid ""
"\\<variable id=\\\"aufhebentext\\\"\\>\\<ahelp "
"hid=\\\".uno:FormatUngroup\\\" visibility=\\\"visible\\\"\\>Breaks apart the "
"selected group into individual objects.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290200.xhp#par_id3146067.3.help.text
msgid ""
"To break apart the nested groups within a group, you must repeat this "
"command on each subgroup."
msgstr ""

#: helpcontent2/source/text/shared/01/05290300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290300.xhp#tit.help.text\n"
"Enter Group"
msgstr ""

#: helpcontent2/source/text/shared/01/05290300.xhp#hd_id3083278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05290300.xhp\\\" name=\\\"Enter "
"Group\\\"\\>Enter Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290300.xhp#par_id3146856.2.help.text
msgid ""
"\\<variable id=\\\"betretentext\\\"\\>\\<ahelp hid=\\\".uno:EnterGroup\\\" "
"visibility=\\\"visible\\\"\\>Opens the selected group, so that you can edit "
"the individual objects. If the selected group contains nested group, you can "
"repeat this command on the subgroups.\\</ahelp\\>\\</variable\\> This "
"command does not permanently ungroup the objects."
msgstr ""

#: helpcontent2/source/text/shared/01/05290300.xhp#par_id3157991.3.help.text
msgid ""
"To select an individual object in a group,  hold down \\<switchinline "
"select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\>, and then "
"click the object."
msgstr ""

#: helpcontent2/source/text/shared/01/05290300.xhp#par_id3153049.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290300.xhp#par_id3153049.help.text\n"
"\\<link href=\\\"text/shared/01/05290000.xhp\\\" "
"name=\\\"Groups\\\"\\>Groups\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290300.xhp#par_id3148548.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290300.xhp#par_id3148548.help.text\n"
"\\<link href=\\\"text/shared/01/05290400.xhp\\\" name=\\\"Exit "
"Group\\\"\\>Exit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290400.xhp#tit.help.text\n"
"Exit Group"
msgstr ""

#: helpcontent2/source/text/shared/01/05290400.xhp#hd_id3157552.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290400.xhp#hd_id3157552.1.help.text\n"
"\\<link href=\\\"text/shared/01/05290400.xhp\\\" name=\\\"Exit "
"Group\\\"\\>Exit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290400.xhp#par_id3147294.2.help.text
msgid ""
"\\<variable id=\\\"verlassentext\\\"\\>\\<ahelp hid=\\\".uno:LeaveGroup\\\" "
"visibility=\\\"visible\\\"\\>Exits the group, so that you can no longer edit "
"the individual objects in the group.\\</ahelp\\>\\</variable\\> If you are "
"in a nested group, only the nested group is closed."
msgstr ""

#: helpcontent2/source/text/shared/01/05290400.xhp#par_id3153124.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290400.xhp#par_id3153124.help.text\n"
"\\<link href=\\\"text/shared/01/05290000.xhp\\\" "
"name=\\\"Groups\\\"\\>Groups\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05290400.xhp#par_id3148520.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05290400.xhp#par_id3148520.help.text\n"
"\\<link href=\\\"text/shared/01/05290300.xhp\\\" name=\\\"Edit "
"Group\\\"\\>Edit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05320000.xhp#tit.help.text\n"
"Text Animation"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3150014.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05320000.xhp\\\" name=\\\"Text "
"Animation\\\"\\>Text Animation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3154788.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:TABPAGE:RID_SVXPAGE_TEXTANIMATION\\\"\\>Adds an "
"animation effect to the text in the selected drawing object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3152821.4.help.text
msgid "Text animation effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3144436.15.help.text
msgid ""
"Select the effect that you want to apply, and then set the properties of the "
"effect."
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3158405.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3158405.5.help.text\n"
"Effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3149999.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_TEXTANIMATION:LB_EFFECT\\\"\\>Select the "
"animation effect that you want to apply to the text in the selected drawing "
"object. To remove an animation effect, select \\<emph\\>No "
"Effect\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3153114.6.help.text
msgid "To the Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3152867.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_LEFT\\\"\\>Scrolls "
"text from right to left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3149750.help.text
msgid ""
"\\<image id=\\\"img_id3150774\\\" src=\\\"res/sc06301.png\\\" "
"width=\\\"0.564cm\\\" height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3150774\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3155941.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#par_id3155941.19.help.text\n"
"Left arrow"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3147010.20.help.text
msgid "To the Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3143267.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_RIGHT\\\"\\>Scrolls "
"text from left to right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3109847.help.text
msgid ""
"\\<image id=\\\"img_id3149235\\\" src=\\\"res/sc06300.png\\\" "
"width=\\\"0.564cm\\\" height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3149235\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3149276.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#par_id3149276.22.help.text\n"
"Right arrow"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3155323.23.help.text
msgid "To the Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3145416.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_UP\\\"\\>Scrolls text "
"from bottom to top.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3146773.help.text
msgid ""
"\\<image id=\\\"img_id3149795\\\" src=\\\"dbaccess/res/sortup.png\\\" "
"width=\\\"0.529cm\\\" height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3149795\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3155420.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#par_id3155420.25.help.text\n"
"Up arrow"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3153717.26.help.text
msgid "To the Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3155388.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_TEXTANIMATION:BTN_DOWN\\\"\\>Scrolls "
"text from top to bottom.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3145085.help.text
msgid ""
"\\<image id=\\\"img_id3152472\\\" src=\\\"dbaccess/res/sortdown.png\\\" "
"width=\\\"0.397cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3152472\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3148947.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#par_id3148947.28.help.text\n"
"Down arrow"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3152361.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#hd_id3152361.45.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3156434.7.help.text
msgid "Start Inside"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3150866.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_START_INSIDE\\\"
""\\>Text is visible and inside the drawing object when the effect is "
"applied.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3150359.8.help.text
msgid "Text visible when finishing"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3154938.31.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_STOP_INSIDE\\\"\\>Text "
"remains visible after the effect is applied.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3155738.9.help.text
msgid "Animation effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3149291.33.help.text
msgid "Set the looping options for the animation effect."
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3145744.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#hd_id3145744.10.help.text\n"
"Continuous"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3145318.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_ENDLESS\\\"\\>Plays "
"the animation effect continuously. To specify the number of times to play "
"the effect, clear this checkbox, and enter a number in the "
"\\<emph\\>Continuous\\</emph\\> box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3153192.39.help.text
msgid "Continuous box"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3154068.40.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_TEXTANIMATION:NUM_FLD_COUNT\\\"\\>Enter "
"the number of times that you want the animation effect to repeat.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3154908.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#hd_id3154908.13.help.text\n"
"Increment"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3151177.37.help.text
msgid "Specify the increment value for scrolling the text."
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3150870.14.help.text
msgid "Pixels"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3150447.38.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_PIXEL\\\"\\>Measures "
"increment value in pixels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3149766.43.help.text
msgid "Increment box"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3150495.44.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_AMOUNT\\\"\\>Enter "
"the number of increments by which to scroll the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3158409.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#hd_id3158409.11.help.text\n"
"Delay"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3148560.35.help.text
msgid "Specify the amount time to wait before repeating the effect."
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3153370.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05320000.xhp#hd_id3153370.12.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3150439.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_TEXTANIMATION:TSB_AUTO\\\"\\>$[of"
"ficename] automatically determines the amount of time to wait before "
"repeating the effect. To manually assign the delay period, clear this "
"checkbox, and then enter a value in the\\<emph\\> Automatic\\</emph\\> "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#hd_id3155131.41.help.text
msgid "Automatic box"
msgstr ""

#: helpcontent2/source/text/shared/01/05320000.xhp#par_id3152791.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_TEXTANIMATION:MTR_FLD_DELAY\\\"\\>Enter "
"the amount of time to wait before repeating the effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/grid.xhp#tit.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#bm_id4263435.help.text
msgid "\\<bookmark_value\\>grids;display options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN10565.help.text
msgid "\\<link href=\\\"text/shared/01/grid.xhp\\\"\\>Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_id3147340.5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sets the display properties of a grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN105AA.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000403.xhp#grid\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN1057E.help.text
msgid "Display Grid"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN10582.help.text
msgid ""
"Displays or hides grid lines that you can use to align objects such as "
"graphics on a page."
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN10585.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/grid.xhp#par_idN10585.help.text\n"
"Snap to Grid"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN10589.help.text
msgid ""
"Automatically aligns objects to vertical and horizontal grid lines. To "
"override this feature, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Control key "
"\\</caseinline\\>\\<defaultinline\\>Ctrl "
"key\\</defaultinline\\>\\</switchinline\\> when you drag an object."
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN105C9.help.text
msgid "Grid to Front"
msgstr ""

#: helpcontent2/source/text/shared/01/grid.xhp#par_idN105CD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the grid lines in front of the objects on "
"the slide or page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340100.xhp#tit.help.text\n"
"Row Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#hd_id3154400.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340100.xhp#hd_id3154400.1.help.text\n"
"Row Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#par_id3154044.2.help.text
msgid ""
"\\<variable id=\\\"zeilenhoehetext\\\"\\>\\<ahelp "
"hid=\\\"HID_BROWSER_ROWHEIGHT\\\"\\>Changes the height of the current row, "
"or the selected rows.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#par_id3150756.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>You can also change the height of a row by dragging "
"the divider below the row header. To fit the row height to the cell "
"contents, double-click the divider.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#hd_id3149962.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340100.xhp#hd_id3149962.3.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#par_id3144750.4.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_METRICFIELD_DLG_ROWHEIGHT_MF_VALUE\\\"\\>Enter the "
"row height that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#hd_id3154926.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Default "
"value\\</caseinline\\>\\<defaultinline\\>Automat"
"ic\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340100.xhp#par_id3154894.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_CHECKBOX_DLG_ROWHEIGHT_CB_STANDARD\\\"\\>Automatically "
"adjusts the row height based on the current font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340200.xhp#tit.help.text\n"
"Column width"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#hd_id3158397.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340200.xhp#hd_id3158397.1.help.text\n"
"Column width"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#par_id3153272.2.help.text
msgid ""
"\\<variable id=\\\"spaltetext\\\"\\>\\<ahelp "
"hid=\\\"HID_BROWSER_COLUMNWIDTH\\\" visibility=\\\"visible\\\"\\>Changes the "
"width of the current column, or the selected "
"columns.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#par_id3152821.7.help.text
msgid ""
"You can also change the width of a column by dragging the divider beside the "
"column header.\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"CALC\\\"\\> To fit the column width to the cell contents, double-"
"click the divider.\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#hd_id3149346.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340200.xhp#hd_id3149346.3.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#par_id3147576.4.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_METRICFIELD_DLG_COLWIDTH_MF_VALUE\\\" "
"visibility=\\\"visible\\\"\\>Enter the column width that you want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#hd_id3148621.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"CALC\\\"\\>Default value\\</caseinline\\> "
"\\<defaultinline\\>Automatic\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340200.xhp#par_id3147008.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_CHECKBOX_DLG_COLWIDTH_CB_STANDARD\\\" "
"visibility=\\\"visible\\\"\\>Automatically adjusts the column width based on "
"the current font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340300.xhp#tit.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#bm_id3154545.help.text
msgid ""
"\\<bookmark_value\\>aligning; "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"aligning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3154545.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\" "
"name=\\\"Alignment\\\"\\>Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3155577.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ALIGNMENT\\\"\\>Sets the alignment options for the "
"contents of the current cell, or the selected cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3153124.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3153124.54.help.text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3144436.55.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_HORALIGN\\\"\\>Select "
"the horizontal alignment option that you want to apply to the cell "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3146109.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3146109.56.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3166445.57.help.text
msgid "Aligns numbers to the right, and text to the left."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3147010.10.help.text
msgid ""
"If the \\<emph\\>Default\\</emph\\> option is selected, numbers will be "
"aligned to the right and text will be left-justified."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3153577.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3153577.58.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3150506.59.help.text
msgid ""
"\\<variable id=\\\"linkstext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignLeft\\\"\\>Aligns the contents of the cell to the "
"left.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3156347.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3156347.60.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3148538.61.help.text
msgid ""
"\\<variable id=\\\"rechtstext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignRight\\\"\\>Aligns the contents of the cell to the "
"right.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3153541.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3153541.62.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3154380.63.help.text
msgid ""
"\\<variable id=\\\"zentrierttext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignHorizontalCenter\\\"\\>Horizontally centers the contents "
"of the cell.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3159166.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3159166.64.help.text\n"
"Justified"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3153665.65.help.text
msgid ""
"\\<variable id=\\\"blocktext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignBlock\\\"\\>Aligns the contents of the cell to the left "
"and to the right cell borders.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN1079C.help.text
msgid "Filled"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN107A0.help.text
msgid ""
"Repeats the cell contents (number and text) until the visible area of the "
"cell is filled. This feature does not work on text that contains line breaks."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3158432.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3158432.41.help.text\n"
"Indent"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3153716.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_ALIGNMENT:ED_INDENT\\\"\\>Indents from "
"the left edge of the cell by the amount that you enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3149903.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3149903.66.help.text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3148924.67.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\\\"\\>Select "
"the vertical alignment option that you want to apply to the cell "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3146848.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3146848.68.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3150822.69.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_ALIGNMENT_LB_VERALIGN\\\"\\>Aligns "
"the cell contents to the bottom of the cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3147531.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3147531.70.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3145085.71.help.text
msgid ""
"\\<variable id=\\\"obentext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignTop\\\"\\>Aligns the contents of the cell to the upper "
"edge of the cell.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3156343.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3156343.72.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3152813.26.help.text
msgid ""
"\\<variable id=\\\"untentext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignBottom\\\"\\>Aligns the contents of the cell to the lower "
"edge of the cell.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3151106.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3151106.73.help.text\n"
"Middle"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3151210.74.help.text
msgid ""
"\\<variable id=\\\"mittetext\\\"\\>\\<ahelp "
"hid=\\\".uno:AlignVCenter\\\"\\>Vertically centers the contents of the "
"cell.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3154154.51.help.text
msgid "Text Direction"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3151380.30.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AlignVCenter\\\"\\>Sets the text orientation of the "
"cell contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3147085.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ALIGNMENT_CTR_DIAL\\\"\\>Click in the dial to set the "
"text orientation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3150449.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3150449.45.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3153194.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_NUMERICFIELD_RID_SVXPAGE_ALIGNMENT_NF_DEGREES\\\"\\>Enter the "
"rotation angle for the text in the selected cell(s). A positive number "
"rotates the text to the left and a negative number rotates the text to the "
"right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3150497.75.help.text
msgid "Reference edge"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3154069.76.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ALIGNMENT_CTR_BORDER_LOCK\\\"\\>Specify the cell edge "
"from which to write the rotated text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3147299.78.help.text
msgid ""
"\\<emph\\>Text Extension From Lower Cell Border:\\</emph\\> Writes the "
"rotated text from the bottom cell edge outwards."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3149561.79.help.text
msgid ""
"\\<emph\\>Text Extension From Upper Cell Border:\\</emph\\> Writes the "
"rotated text from the top cell edge outwards."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3163712.80.help.text
msgid ""
"\\<emph\\>Text Extension Inside Cells:\\</emph\\> Writes the rotated text "
"only within the cell."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN109F4.help.text
msgid "Vertically stacked"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN109F8.help.text
msgid "Aligns text vertically."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3152576.84.help.text
msgid "Asian layout mode"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3150010.85.help.text
msgid ""
"This checkbox is only available if Asian language support is enabled and the "
"text direction is set to vertical. \\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAG"
"E_ALIGNMENT_BTN_ASIAN_VERTICAL\\\"\\>Aligns Asian characters one below the "
"other in the selected cell(s). If the cell contains more than one line of "
"text, the lines are converted to text columns that are arranged from right "
"to left. Western characters in the converted text are rotated 90 degrees to "
"the right. Asian characters are not rotated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3150032.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340300.xhp#hd_id3150032.43.help.text\n"
"Text flow"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3146120.44.help.text
msgid "Determine the text flow in a cell."
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3145590.3.help.text
msgid "Wrap text automatically"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3148555.4.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_ALIGNMENT:BTN_WRAP\\\"\\>Wraps "
"text onto another line at the cell border. The number of lines depends on "
"the width of the cell. To enter a manual line break, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Enter in "
"the cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN10BEA.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/guide/breaking_lines.xhp#breaking_lines\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#hd_id3147380.81.help.text
msgid "Hyphenation active"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_id3148458.82.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_ALIGNMENT_BTN_HYPH\\\"\\>Enables word "
"hyphenation for text wrapping to the next line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN10AD3.help.text
msgid "Shrink to fit cell size"
msgstr ""

#: helpcontent2/source/text/shared/01/05340300.xhp#par_idN10AD7.help.text
msgid ""
"Reduces the apparent size of the font so that the contents of the cell fit "
"into the current cell width. You cannot apply this command to a cell that "
"contains line breaks."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340400.xhp#tit.help.text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#bm_id3153116.help.text
msgid ""
"\\<bookmark_value\\>database tables; data source "
"browser\\</bookmark_value\\>\\<bookmark_value\\>data source "
"browser\\</bookmark_value\\>\\<bookmark_value\\>tables in databases; data "
"source browser\\</bookmark_value\\>\\<bookmark_value\\>databases; editing "
"tables\\</bookmark_value\\>\\<bookmark_value\\>editing; database "
"tables\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"queries\\</bookmark_value\\>\\<bookmark_value\\>queries; editing in data "
"source view\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3153323.68.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340400.xhp\\\" name=\\\"Data "
"Sources\\\"\\>Data Sources\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149511.2.help.text
msgid ""
"This section contains information on browsing and editing database tables."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149150.51.help.text
msgid ""
"You cannot use the data source browser on a database table that is open in "
"Design view."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3149235.8.help.text
msgid "Data source browser"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3154897.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>The commands for the data source "
"browser are found on the \\<link href=\\\"text/shared/01/05340400.xhp\\\" "
"name=\\\"Database Bar\\\"\\>Table Data bar\\</link\\> and in \\<link "
"href=\\\"text/shared/01/05340400.xhp\\\" name=\\\"context "
"menus\\\"\\>context menus\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3154514.12.help.text
msgid "Selecting records"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149514.34.help.text
msgid ""
"To select a record in a database table, click the row header, or click a row "
"header, and then use the Up or Down arrow keys."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149578.13.help.text
msgid ""
"The following table describes how to select individual elements in the data "
"source browser:"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3158432.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#par_id3158432.66.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3150670.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#par_id3150670.67.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3153332.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#par_id3153332.14.help.text\n"
"Record"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3153700.15.help.text
msgid "Click the row header"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149575.16.help.text
msgid "Several records or removing a selection"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149295.17.help.text
msgid "Hold down Ctrl and click the row header"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3152360.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#par_id3152360.18.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3153960.19.help.text
msgid "Click the column header"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3150541.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#par_id3150541.20.help.text\n"
"Data field"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3150358.21.help.text
msgid "Click in the data field"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3154366.22.help.text
msgid "Entire table"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3156422.23.help.text
msgid "Click the row header of the column headings"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3154822.49.help.text
msgid "Table Data Bar (editing database tables)"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3151041.help.text
msgid ""
"\\<image id=\\\"img_id3150740\\\" "
"src=\\\"res/commandimagelist/sc_editdoc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150740\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3158410.7.help.text
msgid "Allows you to edit, add, or delete records from the database table."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3154329.11.help.text
msgid ""
"To change the layout of a database table, right-click the table in "
"\\<emph\\>Data Source\\</emph\\> view, and then choose \\<emph\\>Edit - "
"Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149985.50.help.text
msgid ""
"When you edit a query for the current database table in \\<emph\\>Data "
"Source\\</emph\\> view, the changes are immediately displayed. To edit a "
"query that requires access to more than one table, right-click the query in "
"\\<emph\\>Data Source\\</emph\\> view, and then choose \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Edit - "
"Query\\\"\\>\\<emph\\>Edit - Query\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3150010.52.help.text
msgid ""
"You cannot edit a database table that requires an index key or a primary key "
"for identification of the data records, if the table definition does not "
"contain an index key or a primary key."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3152463.53.help.text
msgid "Cutting, copying and pasting data"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149287.54.help.text
msgid ""
"You can cut, copy, and paste table fields in \\<emph\\>Data "
"Source\\</emph\\> view. The Data Source browser also supports the dragging "
"and dropping of table fields, or simple text and numbers from other "
"$[officename] files."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3146921.64.help.text
msgid ""
"You cannot drag and drop to Yes/No, binary, image, or counting table fields."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149064.63.help.text
msgid "Drag and drop only works in \\<emph\\>Edit\\</emph\\> mode."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3147295.24.help.text
msgid "Navigating in the Data Source Browser"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3152598.25.help.text
msgid ""
"Use the Form Navigation bar at the bottom of the Data Source view to "
"navigate between different records."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3145263.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#hd_id3145263.35.help.text\n"
"First record"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3149266.help.text
msgid ""
"\\<image id=\\\"img_id3156060\\\" "
"src=\\\"res/commandimagelist/sc_firstrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156060\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3151173.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>Go to the first record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3149417.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#hd_id3149417.37.help.text\n"
"Previous record"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3147484.help.text
msgid ""
"\\<image id=\\\"img_id3156736\\\" "
"src=\\\"res/commandimagelist/sc_prevrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156736\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3153280.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>Go to the previous record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3153053.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#hd_id3153053.39.help.text\n"
"Record number"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3155851.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>Type the number of the record "
"that you want to display, and then press Enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3157876.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#hd_id3157876.41.help.text\n"
"Next record"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3151075.help.text
msgid ""
"\\<image id=\\\"img_id3153214\\\" "
"src=\\\"res/commandimagelist/sc_nextrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153214\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3166414.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>Go to the next record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3154015.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#hd_id3154015.43.help.text\n"
"Last record"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3153838.help.text
msgid ""
"\\<image id=\\\"img_id3156320\\\" "
"src=\\\"res/commandimagelist/sc_lastrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156320\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3147175.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>Go to the last record in the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3145162.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05340400.xhp#hd_id3145162.45.help.text\n"
"New record"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3151019.help.text
msgid ""
"\\<image id=\\\"img_id3154636\\\" src=\\\"svtools/res/ed03.png\\\" "
"width=\\\"0.1528inch\\\" height=\\\"0.1528inch\\\"\\>\\<alt "
"id=\\\"alt_id3154636\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3146913.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TLB_TREELISTBOX\\\"\\>Inserts a new record into the "
"current table.\\</ahelp\\>To create a record, click the asterisk (*) button "
"at the bottom of the table view. An empty row is added at the end of the "
"table."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3150656.47.help.text
msgid "Number of records"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3148483.48.help.text
msgid ""
"The Form Navigation bar also displays information about the number of "
"records in the current table. For example, \"Record 7 of 9(2)\" indicates "
"that two records (2) are selected in a table containing 9 records, and that "
"the cursor is in record number 7."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3151357.26.help.text
msgid "Organizing tables"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#par_id3153357.28.help.text
msgid ""
"To access the commands for formatting the table, right-click a column "
"header, or a row header."
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3148405.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340402.xhp\\\" name=\\\"Table "
"Format\\\"\\>Table Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3083283.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340100.xhp\\\" name=\\\"Row "
"Height\\\"\\>Row Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3150321.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340405.xhp\\\" name=\\\"Column "
"Format\\\"\\>Column Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340400.xhp#hd_id3147341.6.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340200.xhp\\\" name=\\\"Column "
"Width\\\"\\>Column Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340402.xhp#tit.help.text\n"
"Table format"
msgstr ""

#: helpcontent2/source/text/shared/01/05340402.xhp#hd_id3153514.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340402.xhp#hd_id3153514.1.help.text\n"
"Table format"
msgstr ""

#: helpcontent2/source/text/shared/01/05340402.xhp#par_id3154350.2.help.text
msgid ""
"\\<variable id=\\\"tabformtext\\\"\\>\\<ahelp "
"hid=\\\"HID_BROWSER_TABLEFORMAT\\\" visibility=\\\"visible\\\"\\>Formats the "
"selected row(s).\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340404.xhp#tit.help.text
msgid "Delete Rows"
msgstr ""

#: helpcontent2/source/text/shared/01/05340404.xhp#hd_id3147617.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340404.xhp\\\" name=\\\"Delete "
"Rows\\\"\\>Delete Rows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340404.xhp#par_id3147000.2.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Deletes the selected row(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340404.xhp#par_id3145129.3.help.text
msgid ""
"This command can be activated only when you select the \\<link "
"href=\\\"text/shared/02/07070000.xhp\\\" name=\\\"Edit\\\"\\>Edit\\</link\\> "
"icon on the Table Data bar or Standard bar."
msgstr ""

#: helpcontent2/source/text/shared/01/05340405.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340405.xhp#tit.help.text\n"
"Column format"
msgstr ""

#: helpcontent2/source/text/shared/01/05340405.xhp#hd_id3152876.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340405.xhp#hd_id3152876.1.help.text\n"
"Column format"
msgstr ""

#: helpcontent2/source/text/shared/01/05340405.xhp#par_id3147543.2.help.text
msgid ""
"\\<variable id=\\\"spaltformtext\\\"\\>\\<ahelp "
"hid=\\\"HID_BROWSER_COLUMNFORMAT\\\" visibility=\\\"visible\\\"\\>Formats "
"the selected column(s).\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340405.xhp#hd_id3150620.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05340500.xhp#tit.help.text\n"
"Hide Columns"
msgstr ""

#: helpcontent2/source/text/shared/01/05340500.xhp#hd_id3148882.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340500.xhp\\\" name=\\\"Hide "
"Columns\\\"\\>Hide Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340500.xhp#par_id3155620.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Hides the selected "
"column(s). To display hidden columns, right-click any column header, and "
"then choose \\<emph\\>Show Columns\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340600.xhp#tit.help.text
msgid "Show Columns"
msgstr ""

#: helpcontent2/source/text/shared/01/05340600.xhp#hd_id3152876.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340600.xhp\\\" name=\\\"Show "
"Columns\\\"\\>Show Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05340600.xhp#par_id3147212.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays hidden columns. Choose the column that you "
"want to display from the list, or click \\<emph\\>All \\</emph\\>to display "
"all of the hidden columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350000.xhp#tit.help.text
msgid "3D Effects"
msgstr ""

#: helpcontent2/source/text/shared/01/05350000.xhp#hd_id3153136.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350000.xhp\\\" name=\\\"3D "
"Effects\\\"\\>3D Effects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350000.xhp#par_id3156324.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Window3D\\\"\\>Specifies the properties of 3D "
"object(s) in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350200.xhp#tit.help.text\n"
"Geometry"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149551.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350200.xhp\\\" "
"name=\\\"Geometry\\\"\\>Geometry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3150008.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_GEO\\\"\\>Adjusts the "
"shape and of the selected 3D object. You can only modify the shape of a 3D "
"object that was created by converting a 2D object. To convert a 2D object to "
"3D, select the object, right-click, and then choose \\<emph\\>Convert - To "
"3D\\</emph\\>, or \\<emph\\>Convert - To 3D Rotation "
"Object\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3148538.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3148538.4.help.text\n"
"Geometry"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3153662.5.help.text
msgid "Define the shape properties for the selected 3D object."
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149812.12.help.text
msgid "Rounded edges"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3154142.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_PERCENT_DIAGONAL\\\"\\>Enter the "
"amount by which you want to round the corners of the selected 3D "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3155585.14.help.text
msgid "Scaled depth"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3146137.15.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_BACKSCALE\\\"\\>Enter "
"the amount by which to increase or decrease the area of the front side of "
"the selected 3D object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3150466.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3150466.16.help.text\n"
"Rotation angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3153320.17.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_END_ANGLE\\\"\\>Enter "
"the number of degrees to include in the selected 3D rotation "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149276.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149276.18.help.text\n"
"Depth"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3153252.19.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DEPTH\\\"\\>Enter the "
"extrusion depth for the selected 3D object. This option is not valid for 3D "
"rotation objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3159343.6.help.text
msgid "Segments"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3155388.7.help.text
msgid ""
"You can change the number of segments that are used to draw a 3D rotation "
"object."
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3152909.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3152909.8.help.text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3150943.9.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:NUMERICFIELD:RID_SVXFLOAT_3D:NUM_HORIZONTAL\\\"\\>Enter "
"the number of horizontal segments to use in the selected 3D rotation "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149416.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149416.10.help.text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3151245.11.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:NUMERICFIELD:RID_SVXFLOAT_3D:NUM_VERTICAL\\\"\\>Enter "
"the number of vertical segments to use in the selected 3D rotation "
"object\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153626.20.help.text
msgid "Normals"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3150822.21.help.text
msgid "Allows you to modify the rendering style of the 3D surface."
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149046.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3149046.22.help.text\n"
"Object-Specific"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3149670.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_OBJ\\\"\\>Renders the 3D "
"surface according to the shape of the object. For example, a circular shape "
"is rendered with a spherical surface.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3152811.help.text
msgid ""
"\\<image id=\\\"img_id3150865\\\" src=\\\"svx/res/normobjs.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3150865\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3151211.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#par_id3151211.24.help.text\n"
"Object-Specific"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153797.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153797.25.help.text\n"
"Flat"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3146874.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_FLAT\\\"\\>Renders the "
"3D surface as polygons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3157962.help.text
msgid ""
"\\<image id=\\\"img_id3154068\\\" src=\\\"svx/res/normflat.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3154068\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3145202.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#par_id3145202.27.help.text\n"
"Flat"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3147228.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3147228.28.help.text\n"
"Spherical"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3150288.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_SPHERE\\\"\\>Renders a "
"smooth 3D surface.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3148923.help.text
msgid ""
"\\<image id=\\\"img_id3149807\\\" src=\\\"svx/res/normsphe.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3149807\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3149983.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#par_id3149983.30.help.text\n"
"Spherical"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153056.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153056.31.help.text\n"
"Invert Normals"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3145785.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_NORMALS_INVERT\\\"\\>Inverts the "
"light source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3152940.help.text
msgid ""
"\\<image id=\\\"img_id3151116\\\" src=\\\"svx/res/invert3d.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3151116\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3156061.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#par_id3156061.33.help.text\n"
"Invert Normals"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3152417.34.help.text
msgid "Double-sided Illumination"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3163820.35.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TWO_SIDED_LIGHTING\\\"\\>Lights "
"the object from the outside and the inside. To use an ambient light source, "
"click this button, and then click the \\<emph\\>Invert Normals\\</emph\\> "
"button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3157309.help.text
msgid ""
"\\<image id=\\\"img_id3155746\\\" src=\\\"svx/res/lght2sid.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3155746\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3154986.36.help.text
msgid "Double-sided illumination"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153190.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#hd_id3153190.37.help.text\n"
"Double-Sided"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3154692.38.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_DOUBLE_SIDED\\\"\\>Closes the "
"shape of a 3D object that was created by extruding a freeform line "
"(\\<emph\\>Convert - To 3D\\</emph\\>).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3150686.help.text
msgid ""
"\\<image id=\\\"img_id3152460\\\" src=\\\"svx/res/doublesi.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3152460\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350200.xhp#par_id3155307.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350200.xhp#par_id3155307.39.help.text\n"
"Double-Sided"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350300.xhp#tit.help.text\n"
"Shading"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3148919.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350300.xhp\\\" "
"name=\\\"Shading\\\"\\>Shading\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3150008.2.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_REPRESENTATION\\\"\\>Sets the "
"shading and shadow options for the selected 3D object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3109847.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3109847.4.help.text\n"
"Shading"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3148538.5.help.text
msgid "Specify the type of shading to apply to the selected 3D object."
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3147276.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3147276.6.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3155583.7.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_SHADEMODE\\\"\\>Select the "
"shading method that you want to use. Flat shading assigns a single color to "
"a single polygon on the surface of the object. Gouraud shading blends colors "
"across the polygons. Phong shading averages the color of each pixel based on "
"the pixels that surround it, and requires the most processing "
"power.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3150466.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3150466.8.help.text\n"
"Shadow"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3154046.9.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_SHADOW_3D\\\"\\>Adds or "
"removes a shadow from the selected 3D object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3150254.help.text
msgid ""
"\\<image id=\\\"img_id3159342\\\" src=\\\"svx/res/shadow3d.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3159342\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3149796.10.help.text
msgid "3D Shadowing On/Off"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3156153.11.help.text
msgid "Surface angle"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3150976.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_SLANT\\\"\\>Enter an "
"angle from 0 to 90 degrees for casting the shadow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3154905.13.help.text
msgid "Camera"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3161459.14.help.text
msgid "Set the camera options for the selected 3D object."
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3148943.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350300.xhp#hd_id3148943.15.help.text\n"
"Distance"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3149047.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_DISTANCE\\\"\\>Enter "
"the distance to leave between the camera and the center of the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#hd_id3154346.17.help.text
msgid "Focal length"
msgstr ""

#: helpcontent2/source/text/shared/01/05350300.xhp#par_id3156344.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXFLOAT_3D:MTR_FOCAL_LENGTH\\\"\\>Enter the "
"focal length of the camera, where a small value corresponds to a \"fisheye\" "
"lens, and a large value to a telephoto lens.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350400.xhp#tit.help.text\n"
"Illumination"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3151260.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350400.xhp\\\" "
"name=\\\"Illumination\\\"\\>Illumination\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3149741.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_LIGHT\\\"\\>Define the "
"light source for the selected 3D object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3154984.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3154984.4.help.text\n"
"Illumination"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3155391.5.help.text
msgid ""
"Specify the light source for the object, as well as the color of the light "
"source and of the ambient light. You can define up to eight different light "
"sources."
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3153748.6.help.text
msgid "Light source"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3149149.7.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_LIGHT_8\\\"\\>Click "
"twice to turn the light source on, and then select a color for the light "
"from the list. If you want, you can also set the color of the surrounding "
"light, by selecting a color from the \\<emph\\>Ambient light\\</emph\\> "
"box.\\</ahelp\\> You can also press the Spacebar to turn the light source on "
"or off. "
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3159269.help.text
msgid ""
"\\<image id=\\\"img_id3156155\\\" src=\\\"svx/res/lighton.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3156155\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3154143.8.help.text
msgid "Light is on"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3155449.help.text
msgid ""
"\\<image id=\\\"img_id3147573\\\" src=\\\"svx/res/light.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3147573\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3155829.9.help.text
msgid "Light is off"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3159166.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350400.xhp#hd_id3159166.10.help.text\n"
"Color Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3155421.11.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_LIGHT_1\\\"\\>Select a color "
"for the current light source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3149955.12.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010501.xhp\\\" name=\\\"Select Color "
"in the color dialog\\\"\\>Select Color in the color dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3153061.13.help.text
msgid "Ambient light"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3144511.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350400.xhp#hd_id3144511.15.help.text\n"
"Color Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3153896.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXFLOAT_3D:LB_AMBIENTLIGHT\\\"\\>Select a "
"color for the ambient light.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3149670.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350400.xhp#hd_id3149670.17.help.text\n"
"\\<link href=\\\"text/shared/optionen/01010501.xhp\\\" name=\\\"Select Color "
"Through the Color Dialog\\\"\\>Select Color Through the Color "
"Dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#hd_id3153961.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350400.xhp#hd_id3153961.18.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/05350400.xhp#par_id3151056.19.help.text
msgid "Displays a preview of the light source changes."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350500.xhp#tit.help.text\n"
"Textures"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150014.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350500.xhp\\\" "
"name=\\\"Textures\\\"\\>Textures\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3147000.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEXTURE\\\"\\>Sets the "
"properties of the surface texture for the selected 3D object. This feature "
"is only available after you apply a surface textures to the selected object. "
"To quickly apply a surface texture, open the \\<emph\\>Gallery\\</emph\\>, "
"hold down Shift+Ctrl, and then drag an image onto the selected 3D "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3145212.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3145212.4.help.text\n"
"Textures"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3159233.5.help.text
msgid "Sets the texture properties."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3156410.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3156410.6.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3145345.7.help.text
msgid "Set the color properties of the texture."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150775.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150775.8.help.text\n"
"Black & White"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3147242.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_LUMINANCE\\\"\\>Converts the "
"texture to black and white.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3146773.help.text
msgid ""
"\\<image id=\\\"img_id3150084\\\" src=\\\"svx/res/luminanc.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3150084\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3156156.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3156156.10.help.text\n"
"Black & White"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150670.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150670.11.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3145119.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_COLOR\\\"\\>Converts the "
"texture to color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3153126.help.text
msgid ""
"\\<image id=\\\"img_id3155388\\\" src=\\\"svx/res/color.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3155388\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3145316.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3145316.13.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3155342.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3155342.14.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3153827.15.help.text
msgid "Show or hide shading."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3149191.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3149191.16.help.text\n"
"Only Texture"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3148564.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_REPLACE\\\"\\>Applies the "
"texture without shading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3154280.help.text
msgid ""
"\\<image id=\\\"img_id3149045\\\" src=\\\"svx/res/replac3d.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3149045\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3156435.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3156435.18.help.text\n"
"Only Texture"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150541.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3150541.19.help.text\n"
"Texture and Shading"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3154938.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_MODULATE\\\"\\>Applies the "
"texture with shading. To define the shading options for the texture, click "
"the \\<emph\\>Shading\\</emph\\> button in this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3150742.help.text
msgid ""
"\\<image id=\\\"img_id3152803\\\" src=\\\"svx/res/modula3d.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3152803\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3145419.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3145419.21.help.text\n"
"Texture and Shading"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148672.22.help.text
msgid "Projection X"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3148677.23.help.text
msgid "Set the options for displaying the texture."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148453.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148453.24.help.text\n"
"Object-specific"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3144432.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_OBJECT_X\\\"\\>Automatically "
"adjusts the texture based on the shape and size of the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3155103.help.text
msgid ""
"\\<image id=\\\"img_id3148920\\\" src=\\\"svx/res/objspc3d.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3148920\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3155133.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3155133.26.help.text\n"
"Object-specific"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3147300.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3147300.27.help.text\n"
"Parallel"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3153768.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_X\\\"\\>Applies the "
"texture parallel to the horizontal axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3148977.help.text
msgid ""
"\\<image id=\\\"img_id3147478\\\" src=\\\"svx/res/parallel.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3147478\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3147579.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3147579.29.help.text\n"
"Parallel"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148577.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148577.30.help.text\n"
"Circular"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3152418.31.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_CIRCLE_X\\\"\\>Wraps the "
"horizontal axis of the texture pattern around a sphere.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3154013.help.text
msgid ""
"\\<image id=\\\"img_id3153943\\\" src=\\\"svx/res/parallel.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153943\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3156006.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3156006.32.help.text\n"
"Circular"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3154129.33.help.text
msgid "Projection Y"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3152878.34.help.text
msgid ""
"Click the respective buttons to define the texture for the object Y axis."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3154693.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3154693.35.help.text\n"
"Object-specific"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3153095.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_OBJECT_Y\\\"\\>Automatically "
"adjusts the texture based on the shape and size of the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3153210.help.text
msgid ""
"\\<image id=\\\"img_id3153188\\\" src=\\\"svx/res/objspc3d.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3153188\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3147435.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3147435.37.help.text\n"
"Object-specific"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148775.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3148775.38.help.text\n"
"Parallel"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3145730.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_PARALLEL_Y\\\"\\>Applies the "
"texture parallel to the vertical axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3147485.help.text
msgid ""
"\\<image id=\\\"img_id3151280\\\" src=\\\"svx/res/parallel.png\\\" "
"width=\\\"0.1661inch\\\" height=\\\"0.1661inch\\\"\\>\\<alt "
"id=\\\"alt_id3151280\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3156737.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3156737.40.help.text\n"
"Parallel"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3149377.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3149377.41.help.text\n"
"Circular"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3159348.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_CIRCLE_Y\\\"\\>Wraps the "
"vertical axis of the texture pattern around a sphere.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3157876.help.text
msgid ""
"\\<image id=\\\"img_id3152807\\\" src=\\\"svx/res/parallel.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152807\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3151173.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3151173.43.help.text\n"
"Circular"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3149581.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3149581.44.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3148456.45.help.text
msgid ""
"Filters out some of the 'noise' that can occur when you apply a texture to a "
"3D object."
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#hd_id3151319.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#hd_id3151319.46.help.text\n"
"Filtering On/Off"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3151038.47.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXFLOAT_3D:BTN_TEX_FILTER\\\"\\>Blurs "
"the texture slightly to remove unwanted speckles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3145651.help.text
msgid ""
"\\<image id=\\\"img_id3156355\\\" src=\\\"res/sx10715.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3156355\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350500.xhp#par_id3146900.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350500.xhp#par_id3146900.48.help.text\n"
"Filtering On/Off"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350600.xhp#tit.help.text\n"
"Material"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3154349.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350600.xhp\\\" "
"name=\\\"Material\\\"\\>Material\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3160463.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_IMAGEBUTTON_RID_SVXFLOAT_3D_BTN_MATERIAL\\\"\\>Changes "
"the coloring of the selected 3D object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3154682.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3154682.4.help.text\n"
"Material"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3152363.29.help.text
msgid ""
"Assigns a predefined color scheme or lets you create your own color scheme."
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3154497.9.help.text
msgid "Favorites"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3153303.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_FAVORITES\\\"\\>Select a "
"predefined color scheme, or select \\<emph\\>User-defined\\</emph\\> to "
"define a custom color scheme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3093440.16.help.text
msgid "Object color"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3157896.17.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_COLOR\\\"\\>Select the "
"color that you want to apply to the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3147373.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350600.xhp#hd_id3147373.18.help.text\n"
"\\<link href=\\\"text/shared/optionen/01010501.xhp\\\" name=\\\"Select Color "
"Through the Color Dialog\\\"\\>Select Color Through the Color "
"Dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3147571.19.help.text
msgid "Illumination color"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3159234.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_EMISSION\\\"\\>Select "
"the color to illuminate the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3153748.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350600.xhp#hd_id3153748.21.help.text\n"
"\\<link href=\\\"text/shared/optionen/01010501.xhp\\\" name=\\\"Select Color "
"Through the Color Dialog\\\"\\>Select Color Through the Color "
"Dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3154983.22.help.text
msgid "Specular"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3147008.23.help.text
msgid "Sets the light reflection properties for the selected object."
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3150355.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350600.xhp#hd_id3150355.24.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3151111.25.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXFLOAT_3D_LB_MAT_SPECULAR\\\"\\>Select "
"the color that you want the object to reflect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3152996.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05350600.xhp#hd_id3152996.26.help.text\n"
"\\<link href=\\\"text/shared/optionen/01010501.xhp\\\" name=\\\"Select Color "
"Through the Color Dialog\\\"\\>Select Color Through the Color "
"Dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#hd_id3152909.27.help.text
msgid "Intensity"
msgstr ""

#: helpcontent2/source/text/shared/01/05350600.xhp#par_id3159256.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXFLOAT_3D_MTR_MAT_SPECULAR_INTENSITY\\\"
""\\>Enter the intensity of the specular effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05360000.xhp#tit.help.text\n"
"Distribution"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3154812.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3154812.1.help.text\n"
"\\<link href=\\\"text/shared/01/05360000.xhp\\\" "
"name=\\\"Distribution\\\"\\>Distribution\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3149119.2.help.text
msgid ""
"\\<variable id=\\\"verteilungtext\\\"\\>\\<ahelp "
"hid=\\\".uno:DistributeSelection\\\"\\>Distributes three or more selected "
"objects evenly along the horizontal axis or the vertical axis. You can also "
"evenly distribute the spacing between objects.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3145383.3.help.text
msgid ""
"Objects are distributed with respect to the outermost objects in the "
"selection."
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3149811.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3149811.4.help.text\n"
"Horizontally"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3150355.5.help.text
msgid "Specify the horizontal distribution for the selected objects."
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3149276.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3149276.6.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3147618.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_NONE\\\"\\>Does not "
"distribute the objects horizontally.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3148990.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3148990.8.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3159269.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_LEFT\\\"\\>Dis"
"tributes the selected objects, so that the left edges of the objects are "
"evenly spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3150130.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3150130.10.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3153146.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_CENTER\\\"\\>D"
"istributes the selected objects, so that the horizontal centers of the "
"objects are evenly spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3147574.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3147574.12.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3148924.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_DISTANCE\\\"\\"
">Distributes the selected objects horizontally, so that the objects are "
"evenly spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3155390.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3155390.14.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3153252.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_HOR_RIGHT\\\"\\>Di"
"stributes the selected objects, so that the right edges of the objects are "
"evenly spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3150245.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3150245.16.help.text\n"
"Vertically"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3155321.17.help.text
msgid "Specify the vertical distribution for the selected objects."
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3148563.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3148563.18.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3155922.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_NONE\\\"\\>Does not "
"distribute the objects vertically.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3153626.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3153626.20.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3152361.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_TOP\\\"\\>Distributes "
"the selected objects, so that the top edges of the objects are evenly spaced "
"from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3147264.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3147264.22.help.text\n"
"Center"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3161656.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_CENTER\\\"\\>D"
"istributes the selected objects, so that the vertical centers of the objects "
"are evenly spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3150865.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3150865.24.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3153360.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_DISTANCE\\\"\\"
">Distributes the selected objects vertically, so that the objects are evenly "
"spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#hd_id3154071.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/05360000.xhp#hd_id3154071.26.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/shared/01/05360000.xhp#par_id3152771.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_DISTRIBUTE:BTN_VER_BOTTOM\\\"\\>D"
"istributes the selected objects, so that the bottom edges of the objects are "
"evenly spaced from one another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05990000.xhp#tit.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/01/05990000.xhp#hd_id3155757.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/05990000.xhp#hd_id3155757.1.help.text\n"
"\\<link href=\\\"text/shared/01/05990000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05990000.xhp#par_id3150467.2.help.text
msgid ""
"\\<variable id=\\\"texttext\\\"\\>\\<ahelp "
"hid=\\\".uno:TextAttributes\\\"\\>Sets the layout and anchoring properties "
"for text in the selected drawing or text object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/05990000.xhp#par_id3150620.3.help.text
msgid "This command is only available when you select a text drawing object."
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010000.xhp#tit.help.text\n"
"Spellcheck"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#bm_id3149047.help.text
msgid ""
"\\<bookmark_value\\>dictionaries; "
"spellcheck\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; "
"dictionaries\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; "
"languages\\</bookmark_value\\>\\<bookmark_value\\>languages; "
"spellcheck\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3153882.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3153882.1.help.text\n"
"\\<link href=\\\"text/shared/01/06010000.xhp\\\" "
"name=\\\"Spellcheck\\\"\\>Spellcheck\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3154682.2.help.text
msgid ""
"\\<variable id=\\\"recht\\\"\\>\\<ahelp hid=\\\".uno:Spelling\\\"\\>Checks "
"the document or the current selection for spelling errors.\\</ahelp\\> "
"$[officename] includes headers, footers, index entries, and footnotes in the "
"spellcheck.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_idN1064B.help.text
msgid ""
"The spellcheck starts at the current cursor position and advances to the end "
"of the document or selection. You can then choose to continue the spellcheck "
"from the beginning of the document."
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3166445.3.help.text
msgid ""
"Spellcheck looks for misspelled words and gives you the option of adding an "
"unknown word to a user dictionary. When the first misspelled word is found, "
"the \\<emph\\>Spellcheck\\</emph\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3149511.6.help.text
msgid "Not in dictionary"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3149798.7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the sentence with the misspelled word "
"highlighted. Edit the word or the sentence, or click one of the suggestions "
"in the text box below.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3149885.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06010000.xhp#hd_id3149885.10.help.text\n"
"Suggestions"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3155628.11.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_NEWWORD\\\"\\>Lists "
"suggested words to replace the misspelled word. Select the word that you "
"want to use, and then click \\<emph\\>Change\\</emph\\> or \\<emph\\>Change "
"All\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3145087.12.help.text
msgid "Dictionary Language"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3144422.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXDLG_SPELLCHECK_LB_LANGUAGE\\\"\\>Specifies the "
"language to use to check the spelling.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3154071.52.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>AutoCorrect \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3153798.53.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_AUTOCORR\\\"\\>Adds the "
"current combination of the incorrect word and the replacement word to the "
"AutoCorrect replacements "
"table.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3151382.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06010000.xhp#hd_id3151382.56.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3154123.57.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_OPTIONS\\\"\\>Opens the "
"\\<link href=\\\"text/shared/01/06010101.xhp\\\" "
"name=\\\"Language\\\"\\>Language\\</link\\> dialog, where you can select the "
"user-defined dictionaries, and set the rules for the "
"spellchecking.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3153353.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06010000.xhp#hd_id3153353.24.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3144432.25.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_SPELLCHECK_BTN_ADD\\\"\\>Adds the "
"unknown word to a user-defined dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3155994.22.help.text
msgid "Ignore Once"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3148920.23.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_IGNORE\\\"\\>Skips "
"the unknown word and continues with the spellcheck.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_idN107CB.help.text
msgid ""
"This label of this button changes to \\<emph\\>Resume\\</emph\\> if you "
"leave the Spellcheck dialog open when you return to your document. To "
"continue the spellcheck from the current position of the cursor, click "
"\\<emph\\>Resume\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3150740.20.help.text
msgid "Ignore All"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3145318.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_IGNOREALL\\\"\\>Skips all "
"occurrences of the unknown word in the entire document and continues with "
"the spellcheck.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3153056.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06010000.xhp#hd_id3153056.18.help.text\n"
"Change"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3148559.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_CHANGE\\\"\\>Replaces the "
"unknown word with the current suggestion. If you changed more than just the "
"misspelled word, the entire sentence is replaced.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#hd_id3145787.16.help.text
msgid "Change All"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3144446.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_SPELLCHECK:BTN_CHANGEALL\\\"\\>Replaces "
"all occurrences of the unknown word with the current suggestion.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_idN10850.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010000.xhp#par_idN10850.help.text\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_idN10854.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to undo the last step of your spellcheck "
"session. Click again to undo the previous step, and so on.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010000.xhp#par_id3147426.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010000.xhp#par_id3147426.help.text\n"
"\\<link href=\\\"text/shared/01/06020000.xhp\\\" "
"name=\\\"Thesaurus\\\"\\>Thesaurus\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010101.xhp#tit.help.text\n"
"Writing aids"
msgstr ""

#: helpcontent2/source/text/shared/01/06010101.xhp#hd_id3145138.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010101.xhp#hd_id3145138.1.help.text\n"
"Writing aids"
msgstr ""

#: helpcontent2/source/text/shared/01/06010101.xhp#par_id3148882.2.help.text
msgid ""
"Select the user-defined dictionaries and set the rules for the spellchecking."
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010500.xhp#tit.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN1055C.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06010500.xhp\\\"\\>Language\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN1056C.help.text
msgid "Opens a submenu where you can choose language specific commands."
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105AF.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105AF.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105B3.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/05340300.xhp\\\"\\>Format - Cells -"
" Alignment\\</link\\> tab page."
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105D0.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105D0.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105D4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105D4.help.text\n"
"Turns hyphenation on and off."
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105E7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105E7.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105EB.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010500.xhp#par_idN105EB.help.text\n"
"Turns hyphenation on and off."
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#tit.help.text
msgid "Chinese Translation"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#bm_id49745.help.text
msgid ""
"\\<bookmark_value\\>Chinese writing "
"systems\\</bookmark_value\\>\\<bookmark_value\\>simplified "
"Chinese;translating to traditional "
"Chinese\\</bookmark_value\\>\\<bookmark_value\\>traditional "
"Chinese;translating to simplified chinese\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10547.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06010600.xhp\\\"\\>Chinese "
"Translation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10557.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Translates the selected Chinese text from one "
"Chinese writing system to the other. If no text is selected, the entire "
"document is translated.\\</ahelp\\> You can only use this command if you "
"enable Asian language support in \\<emph\\>Tools - Options - Language "
"Settings - Languages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN1055E.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#chinese\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10572.help.text
msgid "Translation direction"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10576.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the translation direction.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10579.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10579.help.text\n"
"Traditional Chinese to Simplified Chinese"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN1057D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Translates traditional Chinese text characters to "
"simplified Chinese text characters. Click \\<emph\\>OK\\</emph\\> to "
"translate the selected text. If no text is selected, the whole document is "
"translated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10580.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10580.help.text\n"
"Simplified Chinese to Traditional Chinese"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10584.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Translates simplified Chinese text characters to "
"traditional Chinese text characters. Click \\<emph\\>OK\\</emph\\> to "
"translate the selected text. If no text is selected, the whole document is "
"translated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN1058E.help.text
msgid "Common terms"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10592.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Common terms are words that have the same meaning "
"in traditional and simplified Chinese but are written with different "
"characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10595.help.text
msgid "Translate Common Terms"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN10599.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Translates words with two or more characters that "
"are in the list of common terms. After the list is scanned, the remaining "
"text is translated character by character.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN1059C.help.text
msgid "Edit terms"
msgstr ""

#: helpcontent2/source/text/shared/01/06010600.xhp#par_idN105A0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/06010601.xhp\\\"\\>Edit Dictionary\\</link\\> dialog "
"where you can edit the list of translation terms.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#tit.help.text\n"
"Edit Dictionary"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#bm_id905789.help.text
msgid ""
"\\<bookmark_value\\>common terms;Chinese "
"dictionary\\</bookmark_value\\>\\<bookmark_value\\>dictionaries;common terms "
"in simplified and traditional chinese\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1053D.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1053D.help.text\n"
"Edit Dictionary"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10541.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Edit the \\<link "
"href=\\\"text/shared/01/06010600.xhp\\\"\\>Chinese translation\\</link\\> "
"terms.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10552.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#chineseedit\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10566.help.text
msgid ""
"You can use this dialog to edit, to add, or to delete entries from the "
"translation dictionary. The file path name for the translation dictionary is "
"user/wordbook/commonterms.ctd. You cannot delete the default entries in this "
"file."
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10569.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10569.help.text\n"
"Traditional Chinese to Simplified Chinese"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1056D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Translates traditional Chinese to simplified "
"Chinese.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10570.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10570.help.text\n"
"Simplified Chinese to Traditional Chinese"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10574.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Translates simplified Chinese to traditional "
"Chinese.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10577.help.text
msgid "Reverse Mapping"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1057B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Automatically adds the reverse mapping direction to "
"the list for each modification that you enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1057E.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1057E.help.text\n"
"Term"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10582.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the text that you want to replace with the "
"Mapping term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10585.help.text
msgid "Mapping"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10589.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the text that you want to replace the Term "
"with.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1058C.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1058C.help.text\n"
"Property"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Defines the class of the selected term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10593.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10593.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN10597.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds the term to the translation dictionary. If the "
"term is already in the dictionary, the new term receives "
"precedence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1059A.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1059A.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN1059E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the modified entry to the database "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN105A1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06010601.xhp#par_idN105A1.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06010601.xhp#par_idN105A5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Removes the selected user-defined entry from the "
"dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06020000.xhp#tit.help.text\n"
"Thesaurus"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3146946.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3146946.1.help.text\n"
"Thesaurus"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3147366.2.help.text
msgid ""
"\\<variable id=\\\"thesaurustxt\\\"\\>\\<ahelp "
"hid=\\\".uno:Thesaurus\\\"\\>Replaces the current word with a synonym, or a "
"related term.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3154184.19.help.text
msgid "Thesaurus support is not available for all languages."
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3153750.3.help.text
msgid "Variations"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3149346.4.help.text
msgid "Lists the current word and the suggested replacement word."
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3147571.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3147571.5.help.text\n"
"Word"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3159233.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_THESAURUS:LB_WORD\\\"\\>Displays the "
"current selection, or the word that contains that cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3154983.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3154983.7.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3149182.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_THESAURUS:LB_MEAN\\\"\\>Select the "
"meaning that matches the context of the current word, and then select a word "
"in the \\<emph\\>Synonym\\</emph\\> list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3155892.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3155892.9.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3150693.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_THESAURUS:ED_REPL\\\"\\>Displays a "
"suggested replacement for the current word. You can also type a new word in "
"this box, or click a word in the \\<emph\\>Synonym\\</emph\\> "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3150443.11.help.text
msgid "Synonym"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3145383.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_THESAURUS:LB_SYNON\\\"\\>Lists the "
"words associated with the category that you selected in the "
"\\<emph\\>Meaning\\</emph\\> list. Select the word that you want to use as a "
"replacement, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3149903.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06020000.xhp#hd_id3149903.13.help.text\n"
"Search"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3146847.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_THESAURUS:BTN_LOOKUP\\\"\\>Searches the "
"thesaurus for the best match of the word selected in the "
"\\<emph\\>Synonym\\</emph\\> list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3146775.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06020000.xhp#hd_id3146775.15.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3159157.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_THESAURUS:BTN_LANGUAGE\\\"\\>Specifies the "
"language to use for the thesaurus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#hd_id3151338.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06020000.xhp#hd_id3151338.17.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/06020000.xhp#par_id3145315.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXDLG_THES_LANGUAGE:LB_THES_LANGUAGE\\\"\\>Select "
"the language that you want to use for the thesaurus, and then click "
"\\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06030000.xhp#tit.help.text\n"
"Eyedropper"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3156324.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3156324.1.help.text\n"
"\\<link href=\\\"text/shared/01/06030000.xhp\\\" "
"name=\\\"Eyedropper\\\"\\>Eyedropper\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3145138.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BmpMask\\\"\\>Opens the eyedropper dialog, where you "
"can replace colors in bitmap and meta file graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3151262.24.help.text
msgid "You can replace up to four different colors at one time."
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3153894.help.text
msgid ""
"\\<image id=\\\"img_id3155616\\\" src=\\\"sd/res/pipette.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155616\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3145669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06030000.xhp#par_id3145669.3.help.text\n"
"Eyedropper"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3153683.4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select one of the four "
"source color boxes. Move the mouse pointer over the selected image, and then "
"click the color that you want to replace.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3149827.5.help.text
msgid "Eyedropper color"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3146957.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BMPMASK_CTL_PIPETTE\\\"\\>Displays the color in the "
"selected image that directly underlies the current mouse pointer position. "
"This features only works if the eyedropper tool is selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3154823.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3154823.7.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3154983.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_BMPMASK:BTN_EXEC\\\"\\>Replaces "
"the selected source colors in the current image with the colors that you "
"specify in the \\<emph\\>Replace with \\</emph\\>boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3147275.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3147275.9.help.text\n"
"Colors"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3153031.10.help.text
msgid "Lists the source colors and the replacement colors."
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3149416.11.help.text
msgid "Source color checkbox"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3149819.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXDLG_BMPMASK:CBX_4\\\"\\>Select this "
"checkbox to replace the current \\<emph\\>Source color\\</emph\\> with the "
"color that you specify in the \\<emph\\>Replace with "
"\\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3159116.13.help.text
msgid "Source color"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3149903.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BMPMASK_CTL_QCOL_1\\\"\\>Displays the color in the "
"selected image that you want to replace. To set the source color, click "
"here, click the eyedropper, and then click a color in the selected "
"image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3150085.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06030000.xhp#hd_id3150085.15.help.text\n"
"Tolerance"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3144438.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:METRICFIELD:RID_SVXDLG_BMPMASK:SP_4\\\"\\>Set the "
"tolerance for replacing a source color in the source image. To replace "
"colors that are similar to the color that you selected, enter a low value. "
"To replace a wider range of colors, enter a higher value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3156156.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06030000.xhp#hd_id3156156.17.help.text\n"
"Replace with"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3154173.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_BMPMASK:LB_4\\\"\\>Lists the "
"available replacement colors. To modify the current list of colors, deselect "
"the image, choose \\<emph\\>Format - Area\\</emph\\>, and then click the "
"\\<emph\\>Colors\\</emph\\> tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3156152.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06030000.xhp#hd_id3156152.19.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3154905.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SVXDLG_BMPMASK:CBX_TRANS\\\"\\>Replaces "
"transparent areas in the current image with the color that you "
"select.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#hd_id3145087.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06030000.xhp#hd_id3145087.21.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/01/06030000.xhp#par_id3148946.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_BMPMASK:LB_TRANS\\\"\\>Select the "
"color to replace the transparent areas in the current image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040000.xhp#tit.help.text\n"
"AutoCorrect"
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#bm_id3153391.help.text
msgid ""
"\\<bookmark_value\\>AutoCorrect function; switching on and "
"off\\</bookmark_value\\>\\<bookmark_value\\>AutoFormat function; switching "
"on and off\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#hd_id3153391.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040000.xhp#hd_id3153391.1.help.text\n"
"AutoCorrect"
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#par_id3150838.2.help.text
msgid ""
"\\<variable id=\\\"autoko\\\"\\>\\<ahelp "
"hid=\\\".uno:AutoCorrectDlg\\\"\\>Sets the options for automatically "
"replacing text as you type.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#par_id3147261.3.help.text
msgid ""
"The AutoCorrect settings are applied when you press the Spacebar after you "
"enter a word."
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#par_id3153394.4.help.text
msgid ""
"To turn on or to turn off the AutoCorrect feature, in $[officename] Calc "
"choose \\<emph\\>Tools - Cell Contents - AutoInput\\</emph\\>, and in "
"$[officename] Writer choose \\<emph\\>Format - AutoFormat - While "
"Typing\\</emph\\>. To apply the AutoFormat settings to an entire text "
"document, choose \\<emph\\>Format - AutoFormat - Apply\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06040000.xhp#par_id3146137.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150200.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040100.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#bm_id3155620.help.text
msgid ""
"\\<bookmark_value\\>AutoCorrect function; "
"options\\</bookmark_value\\>\\<bookmark_value\\>replacement "
"options\\</bookmark_value\\>\\<bookmark_value\\>words; automatically "
"replacing\\</bookmark_value\\>\\<bookmark_value\\>abbreviation "
"replacement\\</bookmark_value\\>\\<bookmark_value\\>capital letters; "
"AutoCorrect function\\</bookmark_value\\>\\<bookmark_value\\>bold; "
"AutoFormat function\\</bookmark_value\\>\\<bookmark_value\\>underlining; "
"AutoFormat function\\</bookmark_value\\>\\<bookmark_value\\>1/2 "
"replacement\\</bookmark_value\\>\\<bookmark_value\\>dashes; AutoCorrect "
"function\\</bookmark_value\\>\\<bookmark_value\\>spaces; ignoring "
"double\\</bookmark_value\\>\\<bookmark_value\\>automatic numbering; "
"AutoCorrect function\\</bookmark_value\\>\\<bookmark_value\\>numbering; "
"using automatically\\</bookmark_value\\>\\<bookmark_value\\>bullets; using "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>automatic "
"bullets\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; automatic "
"numberin"
"g\\</bookmark_value\\>\\<bookmark_value\\>numbering;paragraphs\\</book"
"mark_value\\>\\<bookmark_value\\>tables in text; creating "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>titles; formatting "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>empty paragraphs; "
"removing by AutoCorrect "
"function\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; removing blank "
"ones\\</bookmark_value\\>\\<bookmark_value\\>styles; replacing "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>user-defined styles; "
"automatically replacing\\</bookmark_value\\>\\<bookmark_value\\>bullets; "
"replacing\\</bookmark_value\\>\\<bookmark_value\\>quotation marks; "
"replacing\\</bookmark_value\\>\\<bookmark_value\\>typographical quotes in "
"$[officename] Writer\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; "
"joining\\</bookmark_value\\>\\<bookmark_value\\>joining; "
"paragraphs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3155620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040100.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3146946.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFAPAGE_AUTOFORMAT_CLB\\\"\\>Select the options for "
"automatically correcting errors as you type, and then click "
"\\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3153124.32.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>In text documents, you can choose to apply the "
"AutoCorrect errors while you type [T], or only when you modify existing text "
"[M] with \\<emph\\>Format - AutoFormat - Apply\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3154398.3.help.text
msgid "Use replacement table"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3151234.4.help.text
msgid ""
"If you type a letter combination that matches a shortcut in the \\<link "
"href=\\\"text/shared/01/06040200.xhp\\\" name=\\\"replacement "
"table\\\"\\>replacement table\\</link\\>, the combination is replaced with "
"the text that you specified in the \\<emph\\>AutoFormat\\</emph\\> dialog "
"when you press F3."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3150144.5.help.text
msgid "Correct TWo INitial CApitals"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3149177.6.help.text
msgid ""
"If you type two uppercase letters at the beginning of a \"WOrd\", the second "
"uppercase letter is automatically replaced with a lowercase letter."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3156426.7.help.text
msgid "Capitalize first letter of every sentence."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3155339.8.help.text
msgid "Capitalizes the first letter of every sentence."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3145072.24.help.text
msgid "Automatic *bold* and _underline_"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3153577.26.help.text
msgid ""
"Automatically applies bold formatting to text enclosed by asterisks (*), and "
"underling to text enclosed by underscores ( _ ), for example, *bold*. The "
"asterisks and underscores are not displayed after the formatting is applied."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3153127.105.help.text
msgid ""
"This feature does not work if the formatting characters * or _ are entered "
"with an \\<link href=\\\"text/shared/00/00000005.xhp#IME\\\" name=\\\"Input "
"Method Editor\\\"\\>Input Method Editor\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3150275.17.help.text
msgid "URL Recognition"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3158430.18.help.text
msgid ""
"Automatically creates a hyperlink when you type a \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3151338.15.help.text
msgid "Replace 1/2 ... with ½ ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3149235.16.help.text
msgid "Replaces 1/2, 1/4, 3/4 with the corresponding fraction characters."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3159400.25.help.text
msgid "Replace 1st ... with 1^st ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3154173.27.help.text
msgid ""
"Displays the text characters of ordinals, such as 1st, 2nd, or 3rd, as "
"superscripts."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3148473.19.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\</caseinline\\>\\<defaultinline\\>Replace "
"Dashes\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3144439.20.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\</caseinline\\>\\<defaultinline\\>Replaces one or "
"two hyphens preceded by and followed by a space with an en dash. If no space "
"is added after the hyphen(s), an em dash is "
"inserted.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3152472.99.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Delete spaces and tabs at beginning and end of "
"paragraph \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3156024.100.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Removes spaces and tabs at the beginning of a "
"paragraph. To use this option, the \\<emph\\>Apply Styles\\</emph\\> option "
"must also be selected. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3147303.101.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Delete blanks and tabs at end and start of lines "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3150866.102.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Removes spaces and tabs at the beginning of each "
"line. To use this option, the \\<emph\\>Apply Styles\\</emph\\> option must "
"also be selected. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3150400.28.help.text
msgid "Ignore double spaces"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3154938.29.help.text
msgid "Replaces two or more consecutive spaces with a single space."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3145116.33.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Apply numbering \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3150870.34.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Automatically creates a numbered list when you press "
"Enter at the end of a line that starts with a number followed by a period, a "
"space, and text. If a line starts with a hyphen (-), a plus sign (+), or an "
"asterisk (*), followed by a space, and text, a bulleted list is created when "
"you press Enter. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3146874.92.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To cancel automatic numbering when you press Enter "
"at the end of a line that starts with a numbering symbol, press Enter again. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3145606.77.help.text
msgid ""
"The automatic numbering options is only applied to paragraphs that are "
"formatted with the \"Default\", \"Text body\", or \"Text body indent\" "
"paragraph style."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3157962.35.help.text
msgid "Apply border"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3144445.36.help.text
msgid ""
"Automatically applies a border at the base of the preceding paragraph when "
"you type three or more specific characters, and then press Enter. To create "
"a single line, type three or more hyphens (-), or underscores ( _ ), and "
"then press Enter. To create a double line, type three or more equal signs "
"(=), asterisks (*), tildes (~), or hash marks (#), and then press Enter."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_idN10C2E.help.text
msgid ""
"To delete the created line, click the paragraph above the line, choose "
"\\<emph\\>Format - Paragraph - Borders\\</emph\\>, delete the bottom border."
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_idN10C35.help.text
msgid ""
"The following table summarizes the line thickness for the different "
"characters: "
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3148576.37.help.text
msgid "---"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3154690.38.help.text
msgid "0.5pt single underline"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3154472.39.help.text
msgid "___"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3149266.40.help.text
msgid "1.0pt single underline"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3147580.41.help.text
msgid "==="
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3145364.42.help.text
msgid "1.1pt double underline"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3148647.43.help.text
msgid "***"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3152791.44.help.text
msgid "4.5pt double underline"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3146975.45.help.text
msgid "~~~"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3152885.46.help.text
msgid "6.0pt double underline"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3145591.47.help.text
msgid "###"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3153188.48.help.text
msgid "9.0pt double underline"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3149064.49.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Create table \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3146119.50.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Creates a table when you press Enter after typing a "
"series of hyphens (-) or tabs separated by plus signs, that is, +------+---"
"+. Plus signs indicate column dividers, while hyphens and tabs indicate the "
"width of a column. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3147219.53.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>+-----------------+---------------+------+ "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3153334.55.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Apply Styles \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3147396.56.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Automatically replaces the \"Default\" paragraph "
"style with the Heading 1 to Heading 8 paragraph styles. To apply the Heading "
"1 paragraph style, type the text that you want to use as a heading (without "
"a period), and then press Enter twice. To apply a sub-heading, press Tab one "
"or more times, type the text (without a period), and then press Enter. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3151075.58.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Remove blank paragraphs "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3145728.59.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Removes empty paragraphs from the current document "
"when you choose \\<emph\\>Format - AutoFormat - Apply\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3152375.60.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Replace Custom Styles "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3156299.61.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Replaces the custom paragraph styles in the current "
"document with the \"Default\", the \"Text Body\", or the \"Text Body "
"Indent\" paragraph style. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3147045.62.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Replace bullets with "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3150420.63.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Converts paragraphs that start with a hyphen (-), a "
"plus sign (+), or an asterisk (*) directly followed by a space or a tab, to "
"bulleted lists. This option only works on paragraphs that are formatted with "
"the \"Default\", \"Text Body\", or \"Text Body Indent\" paragraph styles. To "
"change the bullet style that is used, select this option, and then click "
"\\<emph\\>Edit\\</emph\\>. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3154792.64.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Replace standard quotes with custom quotes "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3156180.65.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Changes quotation marks in the text to the quotation "
"marks that you specify in the \\<link "
"href=\\\"text/shared/01/06040400.xhp\\\" name=\\\"Custom Quotes\\\"\\>Custom "
"Quotes\\</link\\> tab of this dialog. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3151019.66.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Combine single line paragraphs if length greater "
"than ... \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3154162.67.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Combines consecutive single-line paragraphs into a "
"single paragraph. This option only works on paragraphs that use the "
"\"Default\" paragraph style. If a paragraph is longer than the specified "
"length value, the paragraph is combined with the next paragraph. To enter a "
"different length value, select the option, and then click \\<link "
"href=\\\"tex"
"t/swriter/01/05150104.xhp\\\"\\>\\<emph\\>Edit\\</emph\\>\\</link\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#hd_id3144749.75.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Edit \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040100.xhp#par_id3153841.76.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOFMT_APPLY:PB_EDIT\\\"\\>Modifies "
"the selected AutoCorrect "
"option.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040200.xhp#tit.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#bm_id3152876.help.text
msgid ""
"\\<bookmark_value\\>AutoCorrect function; replacement "
"table\\</bookmark_value\\>\\<bookmark_value\\>replacement "
"table\\</bookmark_value\\>\\<bookmark_value\\>replacing; AutoCorrect "
"function\\</bookmark_value\\>\\<bookmark_value\\>text; replacing with "
"format\\</bookmark_value\\>\\<bookmark_value\\>frames; AutoCorrect "
"function\\</bookmark_value\\>\\<bookmark_value\\>pictures; inserting "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>AutoCorrect function; "
"pictures and frames\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3152876.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040200.xhp\\\" "
"name=\\\"Replace\\\"\\>Replace\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3151262.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFAPAGE_AUTOCORR_REPLACE\\\"\\>Edits the replacement "
"table for automatically correcting or replacing words or abbreviations in "
"your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3149999.17.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To enable the replacement table, choose "
"\\<emph\\>Tools - AutoCorrect/AutoFormat\\</emph\\>, click the\\<emph\\> "
"Options\\</emph\\> tab, and then select\\<emph\\> Use replacement "
"table\\</emph\\>. To use the replacement table while you type, choose "
"\\<emph\\>Format - AutoFormat - While Typing\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3155321.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3155321.3.help.text\n"
"Replacement table"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3152945.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFACTL_AUTOCORR_REPLACE\\\"\\>Lists the entries for "
"automatically replacing words or abbreviations while you type. To add an "
"entry, enter text in the \\<emph\\>Replace \\</emph\\>and \\<emph\\>With "
"\\</emph\\>boxes, and then click \\<emph\\>New\\</emph\\>. To edit an entry, "
"select it, change the text in the \\<emph\\>With\\</emph\\> box, and then "
"click \\<emph\\>Replace\\</emph\\>. To delete an entry, select it, and then "
"click \\<emph\\>Delete\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3153349.14.help.text
msgid ""
"You can use the AutoCorrect feature to apply a specific character format to "
"a word or abbreviation. Select the formatted text in your document, open "
"this dialog, clear the \\<emph\\>Text only\\</emph\\> box, and then enter "
"the text that you want to replace in the\\<emph\\> Replace\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3154173.16.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>You can also include frames, graphics, and OLE "
"objects in an AutoCorrect entry, so long as they are anchored \\<emph\\>as "
"characters\\</emph\\> in the text. Select the frame, graphic or OLE object "
"and at least one text character in front of and behind the object. Open this "
"dialog, type a name for this AutoCorrect entry in the \\<emph\\>Replace "
"\\</emph\\>box, and then click \\<emph\\>New\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3148943.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3148943.5.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3147560.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_REPLACE:ED_SHORT\\\"\\>Enter the "
"word or abbreviation that you want to replace while you type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3148947.7.help.text
msgid "With:"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3149456.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_REPLACE:ED_REPLACE\\\"\\>Enter the "
"replacement text, graphic, frame, or OLE object that you want to replace the "
"text in the\\<emph\\> Replace\\</emph\\> box. If you have selected text, a "
"graphic, a frame, or an OLE object in your document, the relevant "
"information is already entered here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3150400.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3150400.9.help.text\n"
"Text only"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3153379.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_REPLACE:CB_TEXT_ONLY\\\""
"\\>Saves the entry in the \\<emph\\>With\\</emph\\> box without formatting. "
"When the replacement is made, the text uses the same format as the document "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#hd_id3153797.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06040200.xhp#hd_id3153797.11.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06040200.xhp#par_id3153968.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_REPLACE:PB_NEW_REPLACE"
"\\\"\\>Adds or replaces an entry in the replacement table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#tit.help.text
msgid "Exceptions"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3150278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040300.xhp\\\" "
"name=\\\"Exceptions\\\"\\>Exceptions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3152876.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFAPAGE_AUTOCORR_EXCEPT\\\"\\>Specify the abbreviations "
"or letter combinations that you do not want $[officename] to correct "
"automatically.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3154926.17.help.text
msgid ""
"The exceptions that you define depend on the current language setting. If "
"you want, you can change the language setting by selecting a different "
"language in the \\<emph\\>Replacements and exceptions for "
"language\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3149205.15.help.text
msgid "Replacements and exceptions for language:"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3156027.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTOCORR_LANGUAGE\\\"\\>Select the language for which "
"you want to create or edit the replacement rules.\\</ahelp\\> $[officename] "
"first searches for exceptions that are defined for the language at the "
"current cursor position in the document, and then searches the remaining "
"languages."
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3153681.3.help.text
msgid "Abbreviations (no subsequent capital)"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3156410.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_ABBREV\\\"\\>Type an "
"abbreviation followed by a period, and then click \\<emph\\>New\\</emph\\>. "
"This prevents $[officename] from automatically capitalizing the first letter "
"of the word that comes after the period at the end of the "
"abbreviation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3149751.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_ABBREV\\\"\\>Lists the "
"abbreviations that are not automatically corrected.\\</ahelp\\> To remove an "
"item from the list, select the item, and then click "
"\\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3151110.6.help.text
msgid "Words with TWo INitial CApitals"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3154749.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:EDIT:RID_OFAPAGE_AUTOCORR_EXCEPT:ED_DOUBLE_CAPS\\\"\\>Type "
"the word or abbreviation that starts with two capital letters that you do "
"not want $[officename] to change to one initial capital. For example, enter "
"PC to prevent $[officename] from changing PC to Pc.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3143271.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:LB_DOUBLE_CAPS\\\""
"\\>Lists the words or abbreviations that start with two initial capitals "
"that are not automatically corrected. All words which start with two capital "
"letters are listed in the field.\\</ahelp\\> To remove an item from the "
"list, select the item, and then click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3155503.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3155503.8.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3147573.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_EXCEPT:PB_NEWDOUBLECAP"
"S\\\"\\>Adds the current entry to the list of exceptions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#hd_id3149762.10.help.text
msgid "AutoInclude"
msgstr ""

#: helpcontent2/source/text/shared/01/06040300.xhp#par_id3155829.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_EXCEPT:CB_AUTOCAPS\\\"\\"
">Automatically adds abbreviations or words that start with two capital "
"letters to the corresponding list of exceptions. This feature only works if "
"the \\<emph\\>Correct TWo INitial CApitals\\</emph\\> option or the "
"Capitalize\\<emph\\> first letter of every sentence\\</emph\\> option are "
"selected in the \\<emph\\>[T]\\</emph\\> column on\\<link "
"href=\\\"text/shared/01/06040100.xhp\\\" "
"name=\\\"Options\\\"\\>\\<emph\\>Options\\</emph\\>\\</link\\> tab of this "
"dialog. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#tit.help.text
msgid "Custom Quotes"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#bm_id3153899.help.text
msgid ""
"\\<bookmark_value\\>quotes; "
"custom\\</bookmark_value\\>\\<bookmark_value\\>custom "
"quotes\\</bookmark_value\\>\\<bookmark_value\\>AutoCorrect function; "
"quotes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#hd_id3153899.15.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040400.xhp\\\" name=\\\"Custom "
"Quotes\\\"\\>Custom Quotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#par_id3149748.16.help.text
msgid "Specify the AutoCorrect options for quotation marks in your document."
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#hd_id3154682.17.help.text
msgid "Single quotes / Double quotes"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#par_id3152363.18.help.text
msgid ""
"Specify the replacement characters to use for single or double quotation "
"marks."
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#hd_id3156553.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06040400.xhp#hd_id3156553.22.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#par_id3155616.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCORR_QUOTE:CB_TYPO\\\"\\>Auto"
"matically replaces the default system symbol for single quotation marks with "
"the special character that you specify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#hd_id3153750.11.help.text
msgid "Start quote"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#par_id3152425.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STARTQUOT"
"E\\\"\\>Select the \\<link href=\\\"text/shared/01/04100000.xhp\\\" "
"name=\\\"special character\\\"\\>special character\\</link\\> that will "
"automatically replace the current opening quotation mark in your document "
"when you choose \\<emph\\>Format - AutoFormat - Apply\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#hd_id3159233.13.help.text
msgid "End quote"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#par_id3147008.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_ENDQUOTE\"
"\\"\\>Select the \\<link href=\\\"text/shared/01/04100000.xhp\\\" "
"name=\\\"special character\\\"\\>special character\\</link\\> that will "
"automatically replace the current closing quotation mark in your document "
"when you choose \\<emph\\>Format - AutoFormat - Apply\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#hd_id3147089.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06040400.xhp#hd_id3147089.19.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/06040400.xhp#par_id3166460.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCORR_QUOTE:PB_SGL_STD\\\"\\>Resets "
"the quotation marks to the default symbols.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040500.xhp#tit.help.text\n"
"AutoCorrect context menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#bm_id3152823.help.text
msgid ""
"\\<bookmark_value\\>AutoCorrect function; context "
"menu\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; context "
"menus\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3152823.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3152823.1.help.text\n"
"AutoCorrect context menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3146936.2.help.text
msgid ""
"To access this menu, right-click a misspelled word in your document. To view "
"the misspelled words in your document, choose \\<emph\\>Tools - Spellcheck - "
"AutoSpellcheck\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3153899.4.help.text
msgid "<Replacement Suggestions>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3147000.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_REPLACE\\\"\\>Click the word to replace the "
"highlighted word for the current session only. Use the AutoCorrect submenu "
"for permanent replacement.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3153089.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3153089.6.help.text\n"
"Spellcheck"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3154497.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_SPELLING_DLG\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/06010000.xhp\\\" "
"name=\\\"Spellcheck\\\"\\>Spellcheck\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3149283.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3149283.8.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3158405.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_ADD_WORD\\\"\\>Adds the highlighted word to a "
"user-defined dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3152924.10.help.text
msgid "Ignore all"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3151226.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_IGNORE_WORD\\\"\\>Ignores all instances of the "
"highlighted word in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3157958.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06040500.xhp#hd_id3157958.12.help.text\n"
"AutoCorrect"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3149177.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_AUTOCORR\\\"\\>To always replace the highlighted "
"word, click a word in the list. The word pair is stored in the replacement "
"table under Tools - AutoCorrect - Replace.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3146797.15.help.text
msgid "Word is <name of language>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3150443.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_WORD_LANGUAGE\\\"\\>Changes the language settings "
"for the highlighted word, if the word is found in another "
"dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#hd_id3166411.17.help.text
msgid "Paragraph is <name of language>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040500.xhp#par_id3148925.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LINGU_PARA_LANGUAGE\\\"\\>Changes the language setting "
"for the paragraph that contains the highlighted word, if the word is found "
"in another dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#tit.help.text
msgid "Word Completion"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3148882.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06040600.xhp#hd_id3148882.92.help.text\n"
"\\<link href=\\\"text/shared/01/06040600.xhp\\\" name=\\\"Word "
"Completion\\\"\\>Word Completion\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3153624.93.help.text
msgid ""
"Set the options for completing frequently occurring words while you type."
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_idN10605.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040600.xhp#par_idN10605.help.text\n"
"\\<embedvar "
"href=\\\"text/swriter/guide/word_completion.xhp#word_completion\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3154514.94.help.text
msgid "Enable word completion"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3156153.95.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_ACTIV\\\""
"\\>Stores frequently used words, and automatically completes a word after "
"you type three letters that match the first three letters of a stored "
"word.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3150978.100.help.text
msgid "Append space"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3153700.101.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_APPEND_SP"
"ACE\\\"\\>If you do not add punctuation after the word, $[officename] adds a "
"space.\\</ahelp\\> The space is added as soon as you begin typing the next "
"word."
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3150771.102.help.text
msgid "Show as tip"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3149819.103.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_AS_TIP\\\"
""\\>Displays the completed word as a Help Tip.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3154046.96.help.text
msgid "Collect words"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3155449.97.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:CB_COLLECT\\"
"\"\\>Adds the frequently used words to a list. To remove a word from the "
"Word Completion list, select the word, and then click\\<emph\\> Delete "
"Entry\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3156193.98.help.text
msgid ""
"When closing a document, save the list for later use in other documents"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3158430.99.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_RID_OFAPAGE_AUTOCOMPLETE_OPTIONS_CB_KEEP_LIST"
"\\\"\\>Makes the current Word Completion list available to other documents "
"after you close the current document. The list remains available until you "
"exit %PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3149580.104.help.text
msgid "Accept with"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3153061.105.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:LISTBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:DCB_EXPAND_KE"
"Y\\\"\\>Select the key that you want to use to accept the automatic word "
"completion.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_idN106F8.help.text
msgid "Press Esc to decline the word completion."
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3151245.84.help.text
msgid "Min. word length"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3145609.85.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MIN_W"
"ORDLEN\\\"\\>Enter the minimum word length for a word to become eligible for "
"the word completion feature.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3154758.86.help.text
msgid "Max. entries"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3159414.87.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:NF_MAX_E"
"NTRIES\\\"\\>Enter the maximum number of words that you want to store in the "
"Word Completion list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3147265.106.help.text
msgid "Word Completion list"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3152773.107.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:MULTILISTBOX:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:LB_ENTRI"
"ES\\\"\\>Lists the collected words. The list is valid until you close the "
"current document. To make the list available to other documents in the "
"current session, select \"\\<emph\\>When closing a document, save the list "
"for later use in other documents\\</emph\\>\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3156423.112.help.text
msgid ""
"If the automatic spellcheck option is enabled, only the words that are "
"recognized by the spellcheck are collected."
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#hd_id3144434.110.help.text
msgid "Delete Entry"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_id3153351.111.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:PUSHBUTTON:RID_OFAPAGE_AUTOCOMPLETE_OPTIONS:PB_ENTRIES"
"\\\"\\>Removes the selected word or words from the Word Completion "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06040600.xhp#par_idN1080D.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06040600.xhp#par_idN1080D.help.text\n"
"\\<embedvar "
"href=\\\"text/swriter/guide/word_completion.xhp#word_completion\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050000.xhp#tit.help.text
msgid "Bullets and Numbering"
msgstr ""

#: helpcontent2/source/text/shared/01/06050000.xhp#hd_id3149551.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050000.xhp#hd_id3149551.1.help.text\n"
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Numbering/Bullets\\\"\\>Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050000.xhp#par_id3150146.2.help.text
msgid ""
"\\<variable id=\\\"numauftext\\\"\\>\\<ahelp "
"hid=\\\".uno:BulletsAndNumberingDial\\\"\\>Adds numbering or bullets to the "
"current paragraph, and lets you edit format of the numbering or "
"bullets.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050000.xhp#par_id3145211.3.help.text
msgid ""
"The \\<emph\\>Bullets and Numbering\\</emph\\> dialog has the following tabs:"
msgstr ""

#: helpcontent2/source/text/shared/01/06050000.xhp#hd_id3154984.27.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Remove \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050000.xhp#par_id3153031.28.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp hid=\\\"HID_NUM_RESET\\\"\\>Removes the "
"numbering or bullets from the current paragraph or from the selected "
"paragraphs.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#tit.help.text
msgid "Bullets"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#bm_id3150502.help.text
msgid ""
""
"\\<bookmark_value\\>bullets;paragraphs\\</bookmark_value\\>\\<bookmark_value\\"
">paragraphs; inserting "
"bullets\\</bookmark_value\\>\\<bookmark_value\\>inserting; paragraph "
"bullets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#hd_id3150502.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050100.xhp\\\" "
"name=\\\"Bullets\\\"\\>Bullets\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#par_id3155069.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays the different bullet styles that you can "
"apply.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#hd_id3153255.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050100.xhp#hd_id3153255.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#par_id3155364.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_VALUESET_BULLET\\\"\\>Click the bullet style that you "
"want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#par_id3149549.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050100.xhp#par_id3149549.help.text\n"
"\\<link href=\\\"text/shared/01/06050600.xhp\\\" name=\\\"Position tab "
"(Numbering/Bullets dialog)\\\"\\>Position tab (Bullets and Numbering "
"dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#par_id3156042.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050100.xhp#par_id3156042.help.text\n"
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Indents & Spacing "
"tab (Numbering/Bullets dialog)\\\"\\>Indents & Spacing tab (Bullets and "
"Numbering dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050100.xhp#par_id3154317.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050100.xhp#par_id3154317.help.text\n"
"\\<link href=\\\"text/shared/01/06050500.xhp\\\" name=\\\"Options tab "
"(Numbering/Bullets dialog)\\\"\\>Options tab (Bullets and Numbering "
"dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050200.xhp#tit.help.text\n"
"Numbering Style"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#hd_id3146807.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050200.xhp\\\" name=\\\"Numbering "
"Style\\\"\\>Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#par_id3148765.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays the different numbering styles that you can "
"apply.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#hd_id3147000.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050200.xhp#hd_id3147000.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#par_id3151100.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_VALUESET_SINGLENUM\\\"\\>Click the numbering style that "
"you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#par_id3149355.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050200.xhp#par_id3149355.help.text\n"
"\\<link href=\\\"text/shared/01/06050600.xhp\\\" name=\\\"Position tab "
"(Numbering/Bullets dialog)\\\"\\>Position tab (Bullets and Numbering "
"dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#par_id3156027.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050200.xhp#par_id3156027.help.text\n"
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Indents & Spacing "
"tab (Numbering/Bullets dialog)\\\"\\>Indents & Spacing tab (Bullets and "
"Numbering dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050200.xhp#par_id3152918.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050200.xhp#par_id3152918.help.text\n"
"\\<link href=\\\"text/shared/01/06050500.xhp\\\" name=\\\"Options tab "
"(Numbering/Bullets dialog)\\\"\\>Options tab (Bullets and Numbering "
"dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050300.xhp#tit.help.text\n"
"Outline"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#hd_id3147543.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050300.xhp\\\" "
"name=\\\"Outline\\\"\\>Outline\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#par_id3146936.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays the different styles that you can apply to "
"a hierarchical list. $[officename] supports up to nine outline levels in a "
"list hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#hd_id3147000.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050300.xhp#hd_id3147000.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#par_id3155934.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_VALUESET_NUM\\\"\\>Click the outline style that you "
"want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#par_id3144436.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050300.xhp#par_id3144436.help.text\n"
"\\<link href=\\\"text/shared/01/06050600.xhp\\\" name=\\\"Position tab "
"(Numbering/Bullets dialog)\\\"\\>Position tab (Bullets and Numbering "
"dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050300.xhp#par_id3153935.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050300.xhp#par_id3153935.help.text\n"
"\\<link href=\\\"text/shared/01/06050500.xhp\\\" name=\\\"Options tab "
"(Numbering/Bullets dialog)\\\"\\>Options tab (Bullets and Numbering "
"dialog)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050500.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#bm_id4096499.help.text
msgid ""
""
"\\<bookmark_value\\>numbering;options\\</bookmark_value\\>\\<bookmark_value\\>"
"bullets; formatting options for "
"lists\\</bookmark_value\\>\\<bookmark_value\\>font "
"sizes;bullets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147240.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050500.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3147212.2.help.text
msgid ""
"Sets the formatting options for numbered or bulleted lists. If you want, you "
"can apply formatting to individual levels in the list hierarchy."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155069.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155069.6.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3153255.61.help.text
msgid ""
"Select the level(s) that you want to modify, and then specify the formatting "
"that you want to use."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3153089.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3153089.4.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3153935.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MULTILISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_LEVEL\\\"\\>Select the "
"level(s) that you want to define the formatting options for.\\</ahelp\\> The "
"selected level is highlighted in the preview."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3159201.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3159201.9.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3147261.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_FMT\\\"\\>Select a "
"numbering style for the selected levels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3148548.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3148548.62.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3155391.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3155391.63.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3156426.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3156426.72.help.text\n"
"1, 2, 3, ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3156410.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3156410.73.help.text\n"
"Arabic numerals"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3150693.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3150693.64.help.text\n"
"A, B, C, ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3156347.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3156347.65.help.text\n"
"Capital letters"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3154749.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3154749.66.help.text\n"
"a, b, c, ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3156327.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3156327.67.help.text\n"
"Lowercase letters"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3143271.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3143271.68.help.text\n"
"I, II, III, ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3154143.69.help.text
msgid "Roman numerals (uppercase)"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3148474.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3148474.70.help.text\n"
"i, ii, iii, ..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3159344.71.help.text
msgid "Roman numerals (lowercase)"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3149580.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3149580.100.help.text\n"
"A,... AA,... AAA,..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3154579.101.help.text
msgid "Alphabetical numbering with uppercase letters"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3147620.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3147620.102.help.text\n"
"a,... aa,... aaa,..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3159167.103.help.text
msgid "Alphabetical numbering with lowercase letters"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3153062.76.help.text
msgid "Bullet"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3145085.77.help.text
msgid ""
"Adds a bullet to the beginning of a line. Select this option, and then click "
"the \\<emph\\>Character\\</emph\\> button to choose a bullet style."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3154758.94.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Bullets are resized to fit the current line height. "
"If you want, you can define a Character Style that uses a different font "
"size for bullets. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3152811.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3152811.79.help.text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3157817.80.help.text
msgid ""
"Displays an image for the bullet. Select this options, and then click "
"\\<emph\\>Select\\</emph\\> to locate the image file that you want to use."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3149649.110.help.text
msgid "Linked graphics"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3151210.111.help.text
msgid ""
"Links the image to the current file. To embed the image in the current file, "
"clear this checkbox."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3148452.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#par_id3148452.74.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3149167.75.help.text
msgid "Does not apply a numbering style."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3145746.95.help.text
msgid ""
"The availability of the following fields depends on the style that you "
"select in the \\<emph\\>Numbering \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3156293.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3156293.7.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3150393.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_NUM_OPTIONS:ED_PREFIX\\\"\\>Enter a "
"character or the text to display in front of the number in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3153968.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3153968.78.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3150288.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_NUM_OPTIONS:ED_SUFFIX\\\"\\>Enter a "
"character or the text to display behind the number in the list. If you want "
"to create a numbered list that uses the style \"1.)\", enter \".)\" in this "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3156423.29.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Character Styles \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3150495.30.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_CHARFMT\\\"\\>Select the "
"Character Style that you want to use in the numbered list.\\</ahelp\\> To "
"create or edit a \\<link href=\\\"text/swriter/01/05130002.xhp\\\" "
"name=\\\"Character Style\\\"\\>Character Style\\</link\\>, open the "
"\\<emph\\>Styles and Formatting\\</emph\\> window, click the Character "
"Styles icon, right-click a style, and then choose \\<emph\\>New\\</emph\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147299.31.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Show sublevels \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3152881.32.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_NUM_OPTIONS:NF_ALL_LEVEL\\\"\\>Enter "
"the number of previous levels to include in the numbering style. For "
"example, if you enter \"2\" and the previous level uses the \"A, B, C...\" "
"numbering style, the numbering scheme for the current level becomes: "
"\"A.1\".\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155429.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155429.33.help.text\n"
"Start at"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3146903.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_NUM_OPTIONS:ED_START\\\"\\>Enter a new "
"starting number for the current level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3145114.104.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Color \\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Color \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3156060.105.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\>\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_BUL_COLOR\\\"\\>Select a "
"color for the current numbering "
"style.\\</ahelp\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3159180.107.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Relative size \\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Relative size \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3145364.108.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\>\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_NUM_OPTIONS:MF_BUL_REL_SIZE\\\"\\>Enter "
"the amount by which you want to resize the bullet character with respect to "
"the font height of the current "
"paragraph.\\</ahelp\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147444.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147444.81.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3153144.82.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_NUM_OPTIONS:PB_BULLET\\\"\\>Opens the "
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Characters\\\"\\>Special Characters\\</link\\> dialog, where you can select "
"a bullet symbol.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147327.83.help.text
msgid "Options for graphics:"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3149934.84.help.text
msgid "Select..."
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3152417.85.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MENUBUTTON:RID_SVXPAGE_NUM_OPTIONS:MB_BITMAP\\\"\\>Select the "
"graphic, or locate the graphic file that you want to use as a "
"bullet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155746.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155746.86.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3146974.87.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_NUM_OPTIONS:MF_WIDTH\\\"\\>Enter a width "
"for the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3150487.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3150487.88.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3154640.89.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_NUM_OPTIONS:MF_HEIGHT\\\"\\>Enter a "
"height for the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3153740.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3153740.92.help.text\n"
"Keep ratio"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3153097.93.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_NUM_OPTIONS:CB_RATIO\\\"\\>Maintains the "
"size proportions of the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147382.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050500.xhp#hd_id3147382.90.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3147127.91.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_NUM_OPTIONS:LB_ORIENT\\\"\\>Select "
"the alignment option for the graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3145596.96.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>All levels \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3148455.97.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Set the numbering options for all of the levels. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#hd_id3155852.98.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Consecutive numbering "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050500.xhp#par_id3148880.99.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_NUM_OPTIONS:CB_SAME_LEVEL\\\"\\>Increases "
"the numbering by one as you go down each level in the list "
"hierarchy.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050600.xhp#tit.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3150467.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050600.xhp\\\" "
"name=\\\"Position\\\"\\>Position\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3158397.2.help.text
msgid ""
"Sets the indent, spacing, and alignment options for the numbered or bulleted "
"list."
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3149031.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3149031.3.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3155755.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MULTILISTBOX:TP_NUM_POSITION:LB_LEVEL\\\"\\>Select the "
"level(s) that you want to modify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3153551.4.help.text
msgid "Position and spacing"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3154422.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3154422.9.help.text\n"
"Indent"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3144438.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_NUM_POSITION:MF_BORDERDIST\\\"\\>Enter "
"the amount of space to leave between the left \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>page margin "
"\\</caseinline\\>\\<defaultinline\\>edge of the text "
"object\\</defaultinline\\>\\</switchinline\\> and the left edge of the "
"numbering symbol.\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\> If the current paragraph style uses an indent, the "
"amount you enter here is added to the indent. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3155179.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3155179.7.help.text\n"
"Relative"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3146137.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_NUM_POSITION:CB_RELATIVE\\\"\\>Indents the "
"current level relative to the previous level in the list "
"hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3150245.28.help.text
msgid "Space to text"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3150129.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_NUM_POSITION:MF_INDENT\\\"\\>Enter the "
"amount of space to leave between the left edge of the numbering symbol and "
"the left edge of the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3156194.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Minimum space numbering <-> text "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3147574.18.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<ahelp "
"hid=\\\"SW:METRICFIELD:TP_NUM_POSITION:MF_NUMDIST\\\"\\>Enter the minimum "
"amount of space to leave between the right edge of the numbering symbol and "
"the left edge of the text.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3155583.5.help.text
msgid "Numbering alignment"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3153063.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_NUM_POSITION:LB_ALIGN\\\"\\>Set the alignment "
"of the numbering symbols in the list. You cannot change the alignment if the "
"values in the \\<emph\\>Spacing to text \\</emph\\>and the \\<emph\\>Minimum "
"space numbering <-> \\</emph\\>boxes are the same, or too close "
"together.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3147422.22.help.text
msgid ""
"The \\<emph\\>Numbering alignment\\</emph\\> option does not set the "
"alignment of the paragraph."
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#hd_id3154367.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06050600.xhp#hd_id3154367.10.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3156082.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_NUM_POSITION:PB_STANDARD\\\"\\>Resets the "
"indent and the spacing values to the default values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06050600.xhp#par_id3147228.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030700.xhp\\\" name=\\\"Paragraph "
"alignment\\\"\\>Paragraph alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#tit.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3157552.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3157552.1.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3148765.2.help.text
msgid ""
"\\<variable id=\\\"makro\\\"\\>\\<ahelp hid=\\\".uno:MacroDialog\\\"\\>Opens "
"a dialog to organize macros.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3154863.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3154863.3.help.text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150040.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3150040.4.help.text\n"
"\\<ahelp "
"hid=\\\"BASCTL_EDIT_RID_MACROCHOOSER_RID_ED_MACRONAME\\\"\\>Displays the "
"name of the selected macro. To create or to change the name of a macro, "
"enter a name here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150902.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3150902.6.help.text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_MACROS\\\"\\>Lists the macros that are "
"contained in the module selected in the \\<emph\\>Macro from "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153750.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153750.7.help.text\n"
"Macro from / Save macro in"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3153394.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3153394.8.help.text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_LIBS\\\"\\>Lists the libraries and the modules "
"where you can open or save your macros. To save a macro with a particular "
"document, open the document, and then open this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3147373.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3147373.11.help.text\n"
"Run / Save"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3153748.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3153748.12.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_RUN\\\"\\>Runs or "
"saves the current macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3149388.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3149388.15.help.text\n"
"Assign"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3153577.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ASSIGN\\\"\\>Opens the "
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Customize\\\"\\>Customize\\</link\\> dialog, where you can assign "
"the selected macro to a menu command, a shortcut key combination, or an "
"event.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153662.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153662.17.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150355.18.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_EDIT\\\"\\>Starts "
"the $[officename] Basic editor and opens the selected macro or dialog for "
"editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3150772.19.help.text
msgid "New / Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3153257.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3153257.61.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_DEL\\\"\\>Creates "
"a new module or macro, or deletes the selected macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3154514.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3154514.20.help.text\n"
"To create a new macro, select the \"Standard\" module in the \\<emph\\>Macro "
"from\\</emph\\> list, and then click \\<emph\\>New\\</emph\\>. You can also "
"create a new module, select it in the \\<emph\\>Macro from \\</emph\\>list, "
"and then click \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3148474.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3148474.21.help.text\n"
"To delete a macro, select it, and then click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3159342.64.help.text
msgid "New Library"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3154897.65.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_NEWLIB\\\"\\>Saves the "
"recorded macro in a new library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3154173.66.help.text
msgid "New Module"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3155628.67.help.text
msgid ""
"\\<ahelp "
"hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_NEWMOD\\\"\\>Saves the "
"recorded macro in a new module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153665.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153665.22.help.text\n"
"Organizer"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3147618.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3147618.23.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\\\"\\>Opens "
"the \\<emph\\>Macro Organizer\\</emph\\> dialog, where you can add, edit, or "
"delete existing macro modules, dialogs, and libraries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3145609.24.help.text
msgid "Module/Dialog tab page"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3155923.25.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_MACROCHOOSER_RID_PB_ORG\\\"\\>Lets "
"you manage modules or dialog boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3148944.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3148944.29.help.text\n"
"Module/Dialog"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3145068.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3145068.30.help.text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_MODULES_TREE\\\"\\>Lists the existing macros "
"and dialogs for the current application and any open documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3150398.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3150398.34.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150543.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3150543.35.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_EDIT\\\"\\>Opens the "
"selected macro or dialog for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3151210.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3151210.36.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3149291.37.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWMOD\\\"\\>Opens "
"the editor and creates a new module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3145173.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3145173.39.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150767.40.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_NEWDLG\\\"\\>Opens "
"the editor and creates a new dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3151177.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3151177.42.help.text\n"
"Libraries tab page"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3156281.43.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_MODULS_RID_PB_DELETE\\\"\\>Lets "
"you manage the macro libraries for the current application and any open "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3144760.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3144760.44.help.text\n"
"Location"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150290.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3150290.45.help.text\n"
"\\<ahelp hid=\\\"BASCTL_LISTBOX_RID_TP_LIBS_RID_LB_BASICS\\\"\\>Select the "
"application or the document containing the macro libraries that you want to "
"organize.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3159149.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3159149.46.help.text\n"
"Library"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3147500.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3147500.47.help.text\n"
"\\<ahelp hid=\\\"HID_BASICIDE_LIBS_TREE\\\"\\>Lists the existing macro "
"libraries for the current application and any open documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3157320.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3157320.48.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3150868.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3150868.49.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_EDIT\\\"\\>Opens the "
"$[officename] Basic editor so that you can modify the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153104.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153104.50.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3154299.51.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_PASSWORD\\\"\\>Assigns "
"or edits the \\<link href=\\\"text/shared/01/06130100.xhp\\\" "
"name=\\\"password\\\"\\>password\\</link\\> for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3147502.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3147502.52.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3149560.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3149560.53.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_NEWLIB\\\"\\>Creates a "
"new library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153770.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3153770.56.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3153726.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3153726.57.help.text\n"
"\\<ahelp hid=\\\"BASCTL_EDIT_RID_DLG_NEWLIB_RID_ED_LIBNAME\\\"\\>Enter a "
"name for the new library or module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#hd_id3154693.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#hd_id3154693.54.help.text\n"
"Append"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3147441.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130000.xhp#par_id3147441.55.help.text\n"
"\\<ahelp hid=\\\"BASCTL_PUSHBUTTON_RID_TP_LIBS_RID_PB_APPEND\\\"\\>Locate "
"that $[officename] Basic library that you want to add to the current list, "
"and then click Open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109BB.help.text
msgid ""
"To open the BeanShell Macros dialog box, choose Tools - Macros - Organize "
"Macros - BeanShell. To open the the JavaScript dialog box, choose Tools - "
"Macros - Organize Macros - JavaScript."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109BE.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109BE.help.text\n"
"Macros"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109C2.help.text
msgid ""
"Select a macro or script from \"user\", \"share\", or an open document. To "
"view the available macros or scripts, double-click an entry."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109CD.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109CD.help.text\n"
"Run"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109D1.help.text
msgid ""
"\\<ahelp hid=\\\"1241731587\\\"\\>To run a script, select a script in the "
"list, and then click Run.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109E8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109E8.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN109EC.help.text
msgid ""
"\\<ahelp hid=\\\"1241731589\\\"\\>Creates a new script.\\</ahelp\\> The "
"default script editor opens after you enter a name for the script."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A04.help.text
msgid ""
"\\<ahelp hid=\\\"svx:Edit:DLG_NEWLIB:ED_LIBNAME\\\"\\>Enter a name for the "
"script.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A2F.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A2F.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A33.help.text
msgid ""
"\\<ahelp hid=\\\"1241731590\\\"\\>Opens the default script editor for your "
"operating system.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A4B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A4B.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A4F.help.text
msgid ""
"\\<ahelp hid=\\\"1241731591\\\"\\>Opens a dialog where you can change the "
"name of the selected script.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A66.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A66.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10A6A.help.text
msgid ""
"\\<ahelp hid=\\\"1241731592\\\"\\>Prompts you to delete the selected "
"script.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10AE5.help.text
msgid ""
"The Macro Selector dialog contains two list boxes, namely the Library list "
"box and the Macro name list box."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10AFC.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10AFC.help.text\n"
"Library"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10B00.help.text
msgid ""
"Select a macro or script from \"user\", \"share\", or an open document. To "
"view the contents of a library, double-click an entry in the list."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10B17.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10B17.help.text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10B1B.help.text
msgid "Click a script, and then click a command button."
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_id3153138.help.text
msgid ""
"\\<link href=\\\"text/shared/main0600.xhp\\\" name=\\\"Macro programming in "
"$[officename]\\\"\\>Macro programming in $[officename]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10B78.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130000.xhp#par_idN10B78.help.text\n"
"\\<embedvar href=\\\"text/shared/guide/scripting.xhp#scripting\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130001.xhp#tit.help.text\n"
"Macros"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#hd_id3152414.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06130001.xhp\\\" "
"name=\\\"Macros\\\"\\>Macros\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_id3150008.3.help.text
msgid "Lets you record or organize and edit macros."
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_idN105B1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06130000.xhp\\\"\\>Run Macro\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_idN105EB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can start a "
"macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_idN10608.help.text
msgid ""
"\\<link href=\\\"text/shared/01/digitalsignatures.xhp\\\"\\>Digital "
"Signature\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_idN10618.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds and removes digital signatures to and from "
"your macros. You can also use the dialog to view certificates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_idN105D3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06130000.xhp\\\"\\>Organize "
"Dialogs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130001.xhp#par_idN105E3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Dialogs tab page of the Macro "
"Organizer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130010.xhp#tit.help.text
msgid "Record Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/06130010.xhp#hd_id3153383.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06130010.xhp\\\" name=\\\"Record "
"Macro\\\"\\>Record Macro\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130010.xhp#par_id3152952.1.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MacroRecorder\\\" visibility=\\\"visible\\\"\\>Records "
"a new a macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130010.xhp#hd_id3154788.2.help.text
msgid "Stop Recording"
msgstr ""

#: helpcontent2/source/text/shared/01/06130010.xhp#par_id3146067.4.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StopRecording\\\" visibility=\\\"visible\\\"\\>Stops "
"recording a macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#tit.help.text\n"
"Change Password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3153514.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3153514.1.help.text\n"
"Change Password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#par_id3154545.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130100.xhp#par_id3154545.2.help.text\n"
"\\<ahelp hid=\\\"HID_PASSWORD\\\" visibility=\\\"visible\\\"\\>Protects the "
"selected library with a password.\\</ahelp\\> You can enter a new password, "
"or change the current password."
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3145759.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3145759.3.help.text\n"
"Old password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3150603.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3150603.4.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#par_id3144415.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130100.xhp#par_id3144415.5.help.text\n"
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_OLD_PASSWD\\\" "
"visibility=\\\"visible\\\"\\>Enter the current password for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3145160.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3145160.6.help.text\n"
"New password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3149525.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3149525.7.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#par_id3159194.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130100.xhp#par_id3159194.8.help.text\n"
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_NEW_PASSWD\\\" "
"visibility=\\\"visible\\\"\\>Enter a new password for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3166445.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130100.xhp#hd_id3166445.9.help.text\n"
"Confirm"
msgstr ""

#: helpcontent2/source/text/shared/01/06130100.xhp#par_id3153114.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06130100.xhp#par_id3153114.10.help.text\n"
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_PASSWORD:ED_REPEAT_PASSWD\\\" "
"visibility=\\\"visible\\\"\\>Renter the new password for the selected "
"library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#tit.help.text
msgid "Organize Macros"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#bm_id3237403.help.text
msgid ""
""
"\\<bookmark_value\\>macros;organizing\\</bookmark_value\\>\\<bookmark_value\\>"
"organizing;macros and scripts\\</bookmark_value\\>\\<bookmark_value\\>script "
"organization\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN1054B.help.text
msgid ""
"\\<variable id=\\\"organize_macros\\\"\\>\\<link "
"href=\\\"text/shared/01/06130200.xhp\\\"\\>Organize "
"Macros\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105B7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu with links to dialogs where you can "
"organize macros and scripts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN1057F.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06130000.xhp\\\"\\>%PRODUCTNAME "
"Basic\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105C3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can organize %PRODUCTNAME "
"Basic macros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105AA.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/01/06130000.xhp#script\\\"\\>JavaScript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105BA.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105BA.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can organize "
"scripts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN10622.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130200.xhp#par_idN10622.help.text\n"
"\\<embedvar href=\\\"text/shared/guide/scripting.xhp#scripting\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN10597.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/01/06130000.xhp#script\\\"\\>BeanShell\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105A7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105A7.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can organize "
"scripts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105FB.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130200.xhp#par_idN105FB.help.text\n"
"\\<embedvar href=\\\"text/shared/guide/scripting.xhp#scripting\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130500.xhp#tit.help.text\n"
"Append libraries"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3158442.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3158442.1.help.text\n"
"Append libraries"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#par_id3155271.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Locate that \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Basic library that you "
"want to add to the current list, and then click Open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3152952.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3152952.3.help.text\n"
"File name:"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#par_id3152876.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BASICIDE_LIBSDLG_TREE\\\" "
"visibility=\\\"visible\\\"\\>Enter a name or the path to the library that "
"you want to append.\\</ahelp\\> You can also select a library from the list."
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3147294.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3147294.5.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3143272.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3143272.7.help.text\n"
"Insert as reference (read-only)"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#par_id3154350.8.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REF\\\"\\>Adds the selected "
"library as a read-only file. The library is reloaded each time you start "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3154788.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06130500.xhp#hd_id3154788.9.help.text\n"
"Replace existing libraries"
msgstr ""

#: helpcontent2/source/text/shared/01/06130500.xhp#par_id3154894.10.help.text
msgid ""
"\\<ahelp hid=\\\"BASCTL_CHECKBOX_RID_DLG_LIBS_RID_CB_REPL\\\" "
"visibility=\\\"visible\\\"\\>Replaces a library that has the same name with "
"the current library.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140000.xhp#tit.help.text
msgid "Configuration"
msgstr ""

#: helpcontent2/source/text/shared/01/06140000.xhp#hd_id3146946.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140000.xhp#hd_id3146946.1.help.text\n"
"Customize"
msgstr ""

#: helpcontent2/source/text/shared/01/06140000.xhp#par_id3155069.2.help.text
msgid ""
"\\<variable id=\\\"anpassen\\\"\\>\\<ahelp "
"hid=\\\".uno:LoadToolBox\\\"\\>Customizes $[officename] menus, shortcut "
"keys, toolbars, and macro assignments to events.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140000.xhp#par_id3152821.7.help.text
msgid ""
"You can customize shortcut keys and macro assignments for the current "
"application, or for all $[officename] applications."
msgstr ""

#: helpcontent2/source/text/shared/01/06140000.xhp#par_id3153303.4.help.text
msgid ""
"You can also save and load individual menu, shortcut key, and toolbar custom "
"settings."
msgstr ""

#: helpcontent2/source/text/shared/01/06140000.xhp#par_id3146957.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140000.xhp#par_id3146957.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" name=\\\"Tools - "
"Customize\\\"\\>Tools - Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#tit.help.text\n"
"Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#bm_id900601.help.text
msgid ""
""
"\\<bookmark_value\\>modifying;menus\\</bookmark_value\\>\\<bookmark_value\\>ch"
"a"
"nging;menus\\</bookmark_value\\>\\<bookmark_value\\>editing;menus\\</bookmark"
"_"
"value\\>\\<bookmark_value\\>customizing;menus\\</bookmark_value\\>\\<bookmark"
"_"
"value\\>menus;customizing\\</bookmark_value\\>\\<bookmark_value\\>menus;entri"
"es\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#hd_id3153008.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06140100.xhp\\\" "
"name=\\\"Menu\\\"\\>Menu\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3152952.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONFIG_MENU\\\"\\>Customizes and saves current menu "
"layouts as well as creates new menus. You cannot customize context "
"menus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3146873.72.help.text
msgid ""
"You can add new commands, modify existing commands, or rearrange the menu "
"items."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1069B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1069B.help.text\n"
"Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1069F.help.text
msgid ""
"\\<ahelp hid=\\\"705498935\\\"\\>Select the menu and submenu that you want "
"to edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106B0.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106B0.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106B4.help.text
msgid ""
"\\<ahelp hid=\\\"705499960\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/06140101.xhp\\\"\\>New Menu\\</link\\> dialog where "
"you can enter the name of a new menu as well as select the location for the "
"menu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106B7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106B7.help.text\n"
"Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106BB.help.text
msgid ""
"\\<ahelp hid=\\\"705507642\\\"\\>Opens a submenu with additional "
"commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106BE.help.text
msgid "Move"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106C2.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/06140102.xhp\\\"\\>Move "
"Menu\\</link\\> dialog where you can specify the location of the selected "
"menu."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106C5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106C5.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106C9.help.text
msgid "Opens a dialog where you can change the name of the selected menu."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1071C.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1071C.help.text\n"
"New name"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1071F.help.text
msgid "Enter the new name for the selected menu."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106CC.help.text
msgid "To specify the keyboard accelerator for a menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108C6.help.text
msgid ""
"A keyboard accelerator allows you to select a menu command when you press "
"Alt+ an underlined letter in a menu command. For example, to select the "
"\\<emph\\>Save All\\</emph\\> command by pressing Alt+V, enter Sa~ve All. "
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106D0.help.text
msgid "Select a menu or menu entry."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108DC.help.text
msgid ""
"Click the \\<emph\\>Menu\\</emph\\> button and select "
"\\<emph\\>Rename\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108E8.help.text
msgid ""
"Add a tilde (~) in front of the letter that you want to use as an "
"accelerator. "
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106F9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106F9.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN106FD.help.text
msgid "Deletes the selected menu or menu entry."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10910.help.text
msgid "You can only delete custom menus and custom menu entries."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#hd_id3154408.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#hd_id3154408.5.help.text\n"
"Entries"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3150999.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MENUCONFIG_LISTBOX\\\"\\>Displays a list of the "
"available menu commands for the selected menu in the current application or "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3150838.39.help.text
msgid ""
"To rearrange the order of menu entries, select an entry, and then click the "
"up or down arrow button."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#hd_id3147620.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140100.xhp#hd_id3147620.63.help.text\n"
"Arrow Up"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3153585.64.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_IMAGEBUTTON_TP_CONFIG_MENU_BTN_MN_UP\\\"\\>Moves the "
"selected item up one position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3150119.help.text
msgid ""
"\\<image id=\\\"img_id3156192\\\" src=\\\"dbaccess/res/sortup.png\\\" "
"width=\\\"0.529cm\\\" height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3156192\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3153331.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140100.xhp#par_id3153331.65.help.text\n"
"Arrow Up"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#hd_id3155388.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140100.xhp#hd_id3155388.66.help.text\n"
"Arrow Down"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3147335.67.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_IMAGEBUTTON_TP_CONFIG_MENU_BTN_MN_DOWN\\\"\\>Moves the "
"selected item down one position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3148943.help.text
msgid ""
"\\<image id=\\\"img_id3145609\\\" src=\\\"dbaccess/res/sortdown.png\\\" "
"width=\\\"0.397cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3145609\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_id3149295.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140100.xhp#par_id3149295.68.help.text\n"
"Arrow Down"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN107EA.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN107EA.help.text\n"
"Add Commands"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN107EE.help.text
msgid ""
"\\<ahelp hid=\\\"705499974\\\"\\>Opens the Add Commands dialog. Select the "
"command that you want to add to the menu, and then click "
"\\<emph\\>Add\\</emph\\>. You can also drag-and-drop the command into the "
"\\<emph\\>Customize\\</emph\\> dialog box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN107F9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN107F9.help.text\n"
"Command"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN107FD.help.text
msgid ""
"\\<ahelp hid=\\\"705507646\\\"\\>Opens a menu that contains additional "
"commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10800.help.text
msgid "Add Submenu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10804.help.text
msgid "Opens the Add Submenu dialog, where you enter the name of a submenu."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10807.help.text
msgid "Begin Group"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1080B.help.text
msgid "Inserts a separator line under the current menu entry."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1080E.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1080E.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10812.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10812.help.text\n"
"Opens the \\<emph\\>Rename\\</emph\\> dialog, where you enter a new name for "
"the selected command."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108CA.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108CA.help.text\n"
"New name"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108CD.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN108CD.help.text\n"
"Enter the new name for the selected command."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10824.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10824.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10828.help.text
msgid "Deletes the selected command."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10918.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10918.help.text\n"
"Save In"
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN1091C.help.text
msgid ""
"\\<ahelp hid=\\\"705498948\\\"\\>Select the application or open document "
"where you want to add the menu.\\</ahelp\\> A separate menu configuration is "
"saved for the item that you select."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10AFB.help.text
msgid ""
"To edit a menu configuration that is associated with an item in the list, "
"select the item, make the changes that you want, and then click the "
"\\<emph\\>OK\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/01/06140100.xhp#par_idN10922.help.text
msgid ""
"You cannot load a menu configuration from one location and save the "
"configuration to another location."
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140101.xhp#tit.help.text\n"
"New Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#par_idN10540.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140101.xhp#par_idN10540.help.text\n"
"New Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#menuenew\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#par_idN10558.help.text
msgid "Menu name"
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#par_idN1055C.help.text
msgid ""
"Enter a name for the menu. To specify a letter in the name as an accelerator "
"key, enter a tilde (~) before the letter."
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#par_idN1055F.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140101.xhp#par_idN1055F.help.text\n"
"Menu position"
msgstr ""

#: helpcontent2/source/text/shared/01/06140101.xhp#par_idN10563.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140101.xhp#par_idN10563.help.text\n"
"Moves the selected menu entry up one position or down one position in the "
"menu when you click the arrow buttons."
msgstr ""

#: helpcontent2/source/text/shared/01/06140102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140102.xhp#tit.help.text\n"
"Move Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140102.xhp#par_idN10540.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140102.xhp#par_idN10540.help.text\n"
"Move Menu"
msgstr ""

#: helpcontent2/source/text/shared/01/06140102.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#menuemove\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140102.xhp#par_idN10558.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140102.xhp#par_idN10558.help.text\n"
"Menu position"
msgstr ""

#: helpcontent2/source/text/shared/01/06140102.xhp#par_idN1055C.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140102.xhp#par_idN1055C.help.text\n"
"Moves the selected menu entry up one position or down one position in the "
"menu when you click the arrow buttons."
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#tit.help.text
msgid "Keyboard"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#bm_id2322763.help.text
msgid ""
""
"\\<bookmark_value\\>keyboard;customizing\\</bookmark_value\\>\\<bookmark_value"
"\"
"\>customizing;keyboard\\</bookmark_value\\>\\<bookmark_value\\>modifying;keyb"
"o"
"ard\\</bookmark_value\\>\\<bookmark_value\\>changing;keyboard\\</bookmark_val"
"ue\\>\\<bookmark_value\\>editing;shortcut "
"keys\\</bookmark_value\\>\\<bookmark_value\\>keyboard;styles "
"shortcuts\\</bookmark_value\\>\\<bookmark_value\\>styles;keyboard "
"shortcuts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3148882.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06140200.xhp\\\" "
"name=\\\"Keyboard\\\"\\>Keyboard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3159411.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONFIG_ACCEL\\\"\\>Assigns or edits the shortcut keys "
"for $[officename] commands, or $[officename] Basic macros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3154682.21.help.text
msgid ""
"You can assign or edit shortcut keys for the current application or for all "
"$[officename] applications."
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3150144.29.help.text
msgid ""
"Avoid assigning shortcut keys that are currently used by your operating "
"system."
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3147250.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140200.xhp#hd_id3147250.27.help.text\n"
"$[officename]"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3152425.26.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_OFFICE\\\"\\>Displays "
"shortcut keys that are common to all $[officename] applications.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3149095.25.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Writer \\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Calc \\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Impress \\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Draw \\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>Math \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3155892.24.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_RADIOBUTTON_TP_CONFIG_ACCEL_RB_MODULE\\\"\\>Displays "
"shortcut keys for the current $[officename] application.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3149398.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3149398.3.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3149811.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ACCELCONFIG_LISTBOX\\\"\\>Lists the shortcut keys and "
"the associated commands. To assign or modify the shortcut key for the "
"command selected in the \\<emph\\>Function\\</emph\\> list, click a shortcut "
"in this list, and then click \\<emph\\>Modify\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3157909.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3157909.5.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3155388.6.help.text
msgid ""
"Lists the function categories and the $[officename] functions that you can "
"assign shortcut keys to."
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3155321.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3155321.7.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3149166.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONFIGGROUP_ACC_LISTBOX\\\"\\>Lists the available "
"function categories. To assign shortcuts to Styles, open the \"Styles\" "
"category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3154380.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3154380.9.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3159148.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONFIGFUNCTION_ACC_LISTBOX\\\"\\>Select a function that "
"you want to assign a shortcut key to, click a key combination in the "
"\\<emph\\>Shortcut keys\\</emph\\> list, and then click "
"\\<emph\\>Modify\\</emph\\>. If the selected function already has a shortcut "
"key, it is displayed in the \\<emph\\>Keys \\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3153332.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140200.xhp#hd_id3153332.11.help.text\n"
"Keys"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3150084.12.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:TP_CONFIG_ACCEL:BOX_ACC_KEY\\\"\\>Displays the "
"shortcut keys that are assigned to the selected function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3150772.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140200.xhp#hd_id3150772.15.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3152909.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_ACC_CHANGE\\\"\\>Assigns the key "
"combination selected in the \\<emph\\>Shortcut keys\\</emph\\> list to the "
"command selected in the \\<emph\\>Function \\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3154307.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140200.xhp#hd_id3154307.17.help.text\n"
"Load"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3145609.18.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_LOAD\\\"\\>Replaces the "
"shortcut key configuration with one that was previously saved.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#hd_id3150823.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140200.xhp#hd_id3150823.19.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/01/06140200.xhp#par_id3149655.20.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:TP_CONFIG_ACCEL:BTN_SAVE\\\"\\>Saves the "
"current shortcut key configuration, so that you can load it "
"later.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#hd_id3154100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06140400.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_id3150279.2.help.text
msgid "Lets you customize $[officename] toolbars."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10601.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10601.help.text\n"
"Toolbar"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10604.help.text
msgid "Select the toolbar you want to edit."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10607.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10607.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1060A.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/06140101.xhp\\\"\\>Name\\</link\\> "
"dialog, where you enter the name of a new toolbar and select the location of "
"the new toolbar."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1061B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1061B.help.text\n"
"Toolbar"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1061E.help.text
msgid "The Toolbar button opens a submenu with the following commands:"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10621.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10621.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10624.help.text
msgid ""
"Opens the \\<emph\\>Name\\</emph\\> dialog, where you enter a new name for "
"the selected toolbar."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1062B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1062B.help.text\n"
"New name"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1062E.help.text
msgid "Enter the new name for the selected toolbar."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10631.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10631.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10634.help.text
msgid ""
"Deletes the selected toolbar after you agree to the question. You can only "
"delete custom toolbars, not the built-in toolbars."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10637.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10637.help.text\n"
"Restore Default Settings"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1063A.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1063A.help.text\n"
"Restores the default settings. "
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1064F.help.text
msgid "Icons only"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10652.help.text
msgid "Shows icons only."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10655.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10655.help.text\n"
"Text only"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10658.help.text
msgid "Shows text only."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1065B.help.text
msgid "Icons & Text"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1065E.help.text
msgid "Shows icons and text."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10661.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10661.help.text\n"
"Commands"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10664.help.text
msgid ""
"Displays a list of commands for the selected toolbar of the current "
"application or document."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10667.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10667.help.text\n"
"Add Commands"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1066A.help.text
msgid ""
"Opens the Add Commands dialog. Select any command, then click "
"\\<emph\\>Add\\</emph\\> or drag-and-drop the command into the "
"\\<emph\\>Customize\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10675.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10675.help.text\n"
"Command"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10678.help.text
msgid "The Command button opens a submenu with the following commands:"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1067B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1067B.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1067E.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1067E.help.text\n"
"Opens the \\<emph\\>Rename\\</emph\\> dialog, where you enter a new name for "
"the selected command."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10685.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10685.help.text\n"
"New name"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10688.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10688.help.text\n"
"Enter the new name for the selected command."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1068B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1068B.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN1068E.help.text
msgid "Deletes the selected command after you agree to the question."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10691.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10691.help.text\n"
"Restore Default Settings"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10694.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN10694.help.text\n"
"Restores the default settings. "
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106A9.help.text
msgid "Begin a Group"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106AC.help.text
msgid "Inserts a separator line under the current toolbar entry."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106AF.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106AF.help.text\n"
"Change Icon"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106B2.help.text
msgid ""
"Opens the Change Icon dialog, where you can assign a different icon to the "
"current command."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106B5.help.text
msgid "Reset Icon"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106B8.help.text
msgid "Resets the icon to the default icon."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106BB.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106BB.help.text\n"
"Save In"
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106D2.help.text
msgid ""
"Select the location where to load the configuration and where to save it. "
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106D5.help.text
msgid ""
"For every entry in the list box, an own configuration is maintained. Select "
"one of the open documents or select the application to load and edit the "
"associated configuration. Edit the configuration and save it back to the "
"location from where you loaded it. Editing the configuration in one location "
"does not change the configuration in any other location."
msgstr ""

#: helpcontent2/source/text/shared/01/06140400.xhp#par_idN106D8.help.text
msgid ""
"It is not possible to load a configuration from one location and save it to "
"another location."
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140401.xhp#tit.help.text\n"
"Customize toolbars"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3149038.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3149038.1.help.text\n"
"Customize toolbars"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3154100.2.help.text
msgid ""
"\\<variable id=\\\"symbolleistenbearbeitentext\\\"\\>\\<ahelp "
"hid=\\\".uno:ConfigureToolboxVisible\\\"\\>Customizes toolbar "
"buttons.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3146856.41.help.text
msgid "Available Buttons"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3151097.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CUSTOMIZETOOLBOX_FUNCTIONS\\\"\\>Displays a list of "
"buttons organized by category. Click the (+) sign or press Plus (+) to view "
"the buttons in a category. To add a selected button to a toolbar, choose the "
"toolbar in the \\<emph\\>Toolbars\\</emph\\> box and then click "
"\\<emph\\>Add\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3151330.39.help.text
msgid "Buttons in use"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3156553.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CUSTOMIZETOOLBOX_TOOLBOX\\\"\\>Lists the available "
"buttons for the toolbar selected in the \\<emph\\>Toolbars \\</emph\\>box. "
"To display a button, select the check box next to the name. To hide a "
"button, clear the check box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3153684.42.help.text
msgid ""
"You can also right-click on a toolbar in any program window and choose "
"\\<emph\\>Visible buttons\\</emph\\>, and then the button name to show or "
"hide the button."
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3154288.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3154288.37.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3149182.36.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_PUSHBUTTON_RID_TOOLBOXCUSTOMIZE_BTN_TB_ADD\\\"\\>Adds "
"the button selected in the \\<emph\\>Available buttons \\</emph\\>box to the "
"toolbar \\<emph\\>Buttons in use \\</emph\\>box.\\</ahelp\\> The button is "
"visible by default."
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3166410.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3166410.35.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3147275.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_TOOLBOXCUSTOMIZE_BTN_TB_REMOVE\\\"\\>Removes the "
"selected button from the \\<emph\\>Buttons in use \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3146847.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3146847.33.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3155179.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_TOOLBOXCUSTOMIZE_BTN_TB_APPLY\\\"\\>Applies the "
"changes you made to the selected toolbar.\\</ahelp\\> If the toolbar is "
"visible, the changes are immediately displayed."
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3145119.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3145119.20.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3159342.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2:PUSHBUTTON:RID_TOOLBOXCUSTOMIZE:BTN_TB_DEFAULT\\\"\\>Resets the "
"button layout of the selected toolbar to the original settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3159167.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3159167.31.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3149902.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_TOOLBOXCUSTOMIZE_BTN_TB_MOVEUP\\\"\\>Moves the "
"selected button up one position in the \\<emph\\>Buttons in use\\</emph\\> "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3152910.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3152910.29.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3150976.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_TOOLBOXCUSTOMIZE_BTN_TB_MOVEDOWN\\\"\\>Moves the "
"selected button down one position in the \\<emph\\>Buttons in use\\</emph\\> "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3159148.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3159148.13.help.text\n"
"Icons"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3153585.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_TOOLBOXCUSTOMIZE_BTN_TB_ICONS\\\"\\>Choose a new "
"image for the selected button. You can only change the image of a button "
"with a check mark in front of it in the \\<emph\\>Buttons in use "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3147402.14.help.text
msgid "Customize Buttons"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3145610.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_USERDEFBMP\\\"\\>Select a new icon and click OK to "
"apply the change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3151385.19.help.text
msgid ""
"If you want to use a custom icon, save it to the "
"\"$[officepath]/share/config/symbol\" directory in *.BMP format. "
"$[officename] automatically searches this directory for new icons each time "
"the \\<emph\\>Customize Buttons\\</emph\\> dialog is opened. Custom icons "
"must be 16 x 16 or 26 x 26 pixels in size and cannot contain more than 256 "
"colors."
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3154924.16.help.text
msgid "Function:"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3149045.17.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:RID_USERDEFBMP:FT_DESC\\\"\\>Displays the name of "
"the function for which you can select an icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#hd_id3148664.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06140401.xhp#hd_id3148664.43.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/01/06140401.xhp#par_id3148740.44.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_PUSHBUTTON_RID_USERDEFBMP_BTN_TB_DEFAULTIMAGE\\\"\\>Resets the "
"icon of the selected button to the default icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140402.xhp#tit.help.text\n"
"Change Icon"
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#par_idN10543.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140402.xhp#par_idN10543.help.text\n"
"Change Icon"
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#par_idN10547.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140402.xhp#par_idN10547.help.text\n"
"Buttons"
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#par_idN1054B.help.text
msgid ""
"Displays the available icons in %PRODUCTNAME. To replace the icon that you "
"selected in the \\<link "
"href=\\\"text/shared/01/06140400.xhp\\\"\\>Customize\\</link\\> dialog, "
"click an icon, then click the \\<emph\\>OK\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#par_idN1055C.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140402.xhp#par_idN1055C.help.text\n"
"Import"
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#par_idN10560.help.text
msgid "Adds new icons to the list of icons."
msgstr ""

#: helpcontent2/source/text/shared/01/06140402.xhp#par_idN10575.help.text
msgid ""
"You can only import icons that are in the PNG file format and that are 16x16 "
"pixels in size."
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140500.xhp#tit.help.text\n"
"Events"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#bm_id3152427.help.text
msgid ""
"\\<bookmark_value\\>customizing; "
"events\\</bookmark_value\\>\\<bookmark_value\\>events; "
"customizing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#hd_id3152427.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06140500.xhp\\\" "
"name=\\\"Events\\\"\\>Events\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_id3152937.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONFIG_EVENT\\\"\\>Assigns macros to program events. "
"The assigned macro runs automatically every time the selected event "
"occurs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_idN1060A.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06140500.xhp#par_idN1060A.help.text\n"
"Save In"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_idN1060E.help.text
msgid ""
"\\<ahelp hid=\\\"705547787\\\"\\>Select first where to save the event "
"binding, in the current document or in %PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_id3153662.36.help.text
msgid ""
"A macro that is saved with a document can only be run when that document is "
"opened."
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_idN1061A.help.text
msgid ""
"\\<ahelp hid=\\\"40000\\\"\\>The big list box lists the events and the "
"assigned macros. After you selected the location in the \\<emph\\>Save "
"In\\</emph\\> list box, select an event in the big list box. Then click "
"\\<emph\\>Assign Macro\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#hd_id3159258.22.help.text
msgid "Assign Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_id3156152.23.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:TP_CONFIG_EVENT:PB_ASSIGN\\\"\\>Opens the "
"\\<link href=\\\"text/shared/01/06130000.xhp\\\"\\>Macro Selector\\</link\\> "
"to assign a macro to the selected event.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#hd_id3154046.24.help.text
msgid "Remove Macro"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_id3152349.35.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:PUSHBUTTON:TP_CONFIG_EVENT:PB_DELETE\\\"\\>Deletes the "
"macro assignment for the selected event.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06140500.xhp#par_id3159147.38.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060700.xhp\\\" name=\\\"List of "
"events\\\"\\>List of events\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#tit.help.text
msgid "XML Filter Settings"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#bm_id3153272.help.text
msgid ""
"\\<bookmark_value\\>filters; XML filter "
"settings\\</bookmark_value\\>\\<bookmark_value\\>XML filters; "
"settings\\</bookmark_value\\>\\<bookmark_value\\>XSLT based filters; "
"settings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3153272.2.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06150000.xhp\\\" name=\\\"XML Filter "
"Settings\\\"\\>XML Filter Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3152937.1.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OpenXMLFilterSettings\\\"\\>Opens the \\<emph\\>XML "
"Filter Settings \\</emph\\>dialog, where you can create, edit, delete, and "
"test filters to import and to export XML files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_idN10684.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/xsltfilter.xhp#xsltfilter\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_idN10646.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150000.xhp#par_idN10646.help.text\n"
"Some filters are only available as optional components during the "
"%PRODUCTNAME installation. To install an optional filter, run the "
"%PRODUCTNAME Setup application, select \"Modify\", and then select the "
"filter that you want in the list of modules."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3154794.3.help.text
msgid ""
"The term \\<emph\\>XML filter\\</emph\\> is used in the following as a "
"shortcut for the more exact description as an \\<emph\\>XSLT based "
"filter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3149495.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#par_id3149495.4.help.text\n"
"Term"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3149549.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#par_id3149549.5.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3144758.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#par_id3144758.6.help.text\n"
"XML"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3152425.7.help.text
msgid "Extensible Markup Language"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3155355.8.help.text
msgid "XSL"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3145071.9.help.text
msgid "Extensible Stylesheet Language"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3156426.10.help.text
msgid "XSLT"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3154983.11.help.text
msgid ""
"Extensible Stylesheet Language Transformation. XSLT files are also called "
"XSLT stylesheets."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_idN106E7.help.text
msgid ""
"The XHTML export filter produces valid \"XHTML 1.0 Strict\" output for "
"Writer, Calc, Draw, and Impress documents."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3145382.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#hd_id3145382.12.help.text\n"
"Filter list"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3147209.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_LIST\\\"\\>Select one or more filters, then "
"click one of the buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_idN10711.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150000.xhp#par_idN10711.help.text\n"
"Some filters are only available as optional components during the "
"%PRODUCTNAME installation. To install an optional filter, run the "
"%PRODUCTNAME Setup application, select \"Modify\", and then select the "
"filter that you want in the list of modules."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3153032.33.help.text
msgid "The lists shows the name and the type of the installed filters."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3154577.14.help.text
msgid "Click a filter to select it."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3149885.15.help.text
msgid "Shift-click or Ctrl-click to select several filters."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3149784.16.help.text
msgid "Double-click a name to edit the filter."
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3159400.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#hd_id3159400.17.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3149516.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_NEW\\\"\\>Opens the \\<embedvar "
"href=\\\"text/shared/01/06150100.xhp#xml_filter\\\"/\\> dialog with the name "
"of a new filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3143270.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#hd_id3143270.19.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3156192.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_EDIT\\\"\\>Opens the \\<embedvar "
"href=\\\"text/shared/01/06150100.xhp#xml_filter\\\"/\\> dialog with the name "
"of the selected file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3154380.21.help.text
msgid "Test XSLTs"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3148491.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST\\\"\\>Opens the \\<embedvar "
"href=\\\"text/shared/01/06150200.xhp#testxml\\\"/\\> dialog with the name of "
"the selected file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3157909.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#hd_id3157909.23.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3153564.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_DELETE\\\"\\>Deletes the selected file after "
"you confirm the dialog that follows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3151384.25.help.text
msgid "Save as Package"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3149575.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_SAVE\\\"\\>Displays a \\<emph\\>Save as "
"\\</emph\\>dialog to save the selected file as an XSLT filter package "
"(*.jar).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3154758.27.help.text
msgid "Open Package"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3147559.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_OPEN\\\"\\>Displays an \\<emph\\>Open "
"\\</emph\\>dialog to open a filter from an XSLT filter package "
"(*.jar).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3153960.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#hd_id3153960.29.help.text\n"
"Help"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3150865.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_SETTINGS_DIALOG\\\"\\>Displays the help page "
"for this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#hd_id3152772.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150000.xhp#hd_id3152772.31.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/01/06150000.xhp#par_id3159086.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_CLOSE\\\"\\>Closes the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150100.xhp#tit.help.text
msgid "XML Filter"
msgstr ""

#: helpcontent2/source/text/shared/01/06150100.xhp#hd_id3153882.1.help.text
msgid ""
"\\<variable id=\\\"xml_filter\\\"\\>\\<link "
"href=\\\"text/shared/01/06150100.xhp\\\" name=\\\"XML Filter\\\"\\>XML "
"Filter\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150100.xhp#par_id3153070.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>View and edit the settings of an \\<link "
"href=\\\"text/shared/01/06150000.xhp\\\" name=\\\"XML filter\\\"\\>XML "
"filter\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150110.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3158442.1.help.text
msgid ""
"\\<variable id=\\\"general\\\"\\>\\<link "
"href=\\\"text/shared/01/06150110.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#par_id3149038.12.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Enter or edit general "
"information for an \\<link href=\\\"text/shared/01/06150000.xhp\\\" "
"name=\\\"XML filter\\\"\\>XML filter\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3151097.2.help.text
msgid "Filter name"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#par_id3150838.3.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_XML_FILTER_NAME\\\"\\>Enter "
"the name that you want to display in the list box of the \\<emph\\>XML "
"Filter Settings\\</emph\\> dialog.\\</ahelp\\> You must enter a unique name."
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3149119.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3149119.4.help.text\n"
"Application"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#par_id3149793.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_APPLICATION\\\" "
"visibility=\\\"visible\\\"\\>Select the application that you want to use "
"with the filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3149999.6.help.text
msgid "Name of file type"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#par_id3149549.7.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_XML_FILTER_INTERFACE_NAME\\\"\\>Enter the name that you want to "
"display in the \\<emph\\>File type\\</emph\\> box in file "
"dialogs.\\</ahelp\\> You must enter a unique name. For import filters, the "
"name appears in the \\<emph\\>File type\\</emph\\> box of "
"\\<emph\\>Open\\</emph\\> dialogs. For export filters, the name appears in "
"the \\<emph\\>File format\\</emph\\> box of \\<emph\\>Export\\</emph\\> "
"dialogs."
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3147834.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3147834.8.help.text\n"
"File extension"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#par_id3147291.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_EXTENSION\\\" "
"visibility=\\\"visible\\\"\\>Enter the file extension to use when you open a "
"file without specifying a filter. $[officename] uses the file extension to "
"determine which filter to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#hd_id3157863.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150110.xhp#hd_id3157863.10.help.text\n"
"Comments"
msgstr ""

#: helpcontent2/source/text/shared/01/06150110.xhp#par_id3146957.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_DESCRIPTION\\\" "
"visibility=\\\"visible\\\"\\>Enter a comment (optional).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#tit.help.text
msgid "Transformation"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3147477.21.help.text
msgid ""
"\\<variable id=\\\"transformation\\\"\\>\\<link "
"href=\\\"text/shared/01/06150120.xhp\\\" "
"name=\\\"Transformation\\\"\\>Transformation\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3154350.1.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"\\\"\\>Enter or edit file "
"information for an \\<link href=\\\"text/shared/01/06150000.xhp\\\" "
"name=\\\"XML filter\\\"\\>XML filter\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3148668.2.help.text
msgid "DocType"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3155934.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_DOCTYPE\\\" "
"visibility=\\\"visible\\\"\\>Enter the DOCTYPE of the XML file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3148520.4.help.text
msgid ""
"For example, the DOCTYPE defined for the current DocBook XML filter is:"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3155364.5.help.text
msgid "-//OASIS//DTD DocBook XML V4.1.2//EN"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3145829.6.help.text
msgid "The resulting line in the XML document is:"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3152594.7.help.text
msgid ""
"<!DOCTYPE article PUBLIC \"-//OASIS//DTD DocBook XML V4.1.2//EN\" "
"\"http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd\">"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3149180.8.help.text
msgid "DTD"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3153394.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_DTD\\\" visibility=\\\"visible\\\"\\>If you "
"want, enter the public or system identifier of the DTD (Document Type "
"Definition) that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3152867.10.help.text
msgid ""
"If present, both identifiers are written to the DOCTYPE declaration in saved "
"XML files."
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3155892.11.help.text
msgid ""
"The public identifier is used to detect the filter when you open a file "
"without specifying a filter."
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3155338.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150120.xhp#hd_id3155338.12.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3150506.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_IMPORT_TEMPLATE_BROWSE\\\" "
"visibility=\\\"visible\\\"\\>Opens a file selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3153527.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150120.xhp#hd_id3153527.14.help.text\n"
"XSLT for export"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3152552.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_EXPORT_XSLT\\\" "
"visibility=\\\"visible\\\"\\>If this is an export filter, enter the file "
"name of the XSLT stylesheet that you want to use for exporting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3149149.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150120.xhp#hd_id3149149.20.help.text\n"
"XSLT for import"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3147653.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_IMPORT_XSLT\\\" "
"visibility=\\\"visible\\\"\\>If this is an import filter, enter the file "
"name of the XSLT stylesheet that you want to use for importing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#hd_id3147242.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150120.xhp#hd_id3147242.17.help.text\n"
"Template for import"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3153320.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_IMPORT_TEMPLATE\\\" "
"visibility=\\\"visible\\\"\\>Enter the name of the template that you want to "
"use for importing. In the template, styles are defined to display XML "
"tags.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150120.xhp#par_id3156330.19.help.text
msgid ""
"The path to the directory that contains the template must be included in "
"\\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>. When you open "
"an XML file whose filter uses the template, the template opens first. In the "
"template, you can map $[officename] styles to display XML tags in the XML "
"document."
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#tit.help.text
msgid "Test XML Filter"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3150379.22.help.text
msgid ""
"\\<variable id=\\\"testxml\\\"\\>\\<link "
"href=\\\"text/shared/01/06150200.xhp\\\" name=\\\"Test XML Filter\\\"\\>Test "
"XML Filter\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3146857.23.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Tests the XSLT stylesheets used by the selected "
"\\<link href=\\\"text/shared/01/06150000.xhp\\\" name=\\\"XML "
"filter\\\"\\>XML filter\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3146765.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3146765.1.help.text\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3153070.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3153070.2.help.text\n"
"XSLT for export"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3147617.3.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays the file name of the XSLT filter that you "
"entered on the \\<emph\\>Transformation\\</emph\\> tab page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3147090.4.help.text
msgid "Transform document"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3153029.5.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays the file name of the document that you want "
"to use to test the XSLT filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3145160.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3145160.6.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3144436.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_EXPORT_BROWSE\\\"\\>Locate the file "
"that you want to apply the XML export filter to. The XML code of the "
"transformed file is displayed in the \\<link "
"href=\\\"text/shared/01/06150210.xhp\\\"\\>XML Filter output\\</link\\> "
"window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3159194.8.help.text
msgid "Current Document"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3147250.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_EXPORT_CURRENT\\\"\\>The front-most "
"open file that matches the XML filter criteria will be used to test the "
"filter. The current XML export filter transforms the file and the resulting "
"XML code is displayed in the \\<link "
"href=\\\"text/shared/01/06150210.xhp\\\"\\>XML Filter output\\</link\\> "
"window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3154823.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150200.xhp#hd_id3154823.10.help.text\n"
"Import"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3159233.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150200.xhp#hd_id3159233.11.help.text\n"
"XSLT for import"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3153681.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_EXPORT_CURRENT\\\"\\>Displays the file "
"name of the XSLT filter that you entered on the "
"\\<emph\\>Transformation\\</emph\\> tab page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3149177.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150200.xhp#hd_id3149177.13.help.text\n"
"Template for import"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3156410.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_EXPORT_CURRENT\\\"\\>Displays the file "
"name of the template that you entered on the "
"\\<emph\\>Transformation\\</emph\\> tab page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3163802.15.help.text
msgid "Transform file"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3147242.16.help.text
msgid "Display source"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3150444.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_IMPORT_DISPLAY_SOURCE\\\"\\>Opens the "
"\\<embedvar href=\\\"text/shared/01/06150210.xhp#xmlfilteroutput\\\"/\\> "
"window, where the XML source of the selected document is displayed. The "
"document is used to test the import filter.\\</ahelp\\> The "
"\\<emph\\>Validate\\</emph\\> button in the window validates the XML source "
"of the document against the OpenOffice.org DTD."
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3147078.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06150200.xhp#hd_id3147078.18.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3149885.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_IMPORT_BROWSE\\\"\\>Opens a file "
"selection dialog. The selected file is opened using the current XML import "
"filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#hd_id3153666.20.help.text
msgid "Recent File"
msgstr ""

#: helpcontent2/source/text/shared/01/06150200.xhp#par_id3146137.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_XML_FILTER_TEST_IMPORT_RECENT\\\"\\>Re-opens the "
"document that was last opened with this dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#tit.help.text
msgid "XML Filter output"
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#hd_id3158397.6.help.text
msgid ""
"\\<variable id=\\\"xmlfilteroutput\\\"\\>\\<link "
"href=\\\"text/shared/01/06150210.xhp\\\" name=\\\"XML Filter "
"output\\\"\\>XML Filter output\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#par_id3153882.1.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_XML_FILTER_OUTPUT_WINDOW\\\"\\>Lists the test results of an "
"\\<link href=\\\"text/shared/01/06150000.xhp\\\" name=\\\"XML "
"filter\\\"\\>XML filter\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#par_id3148731.2.help.text
msgid ""
"The test results of an import or export XSLT stylesheet are displayed in the "
"\\<emph\\>XML Filter output \\</emph\\>window. If you want, you can also "
"validate the filter output."
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#hd_id3147143.3.help.text
msgid "Validate"
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#par_id3151315.4.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_XML_SOURCE_FILE_VALIDATE\\\"\\>Validates the contents of the "
"\\<emph\\>XML Filter output\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06150210.xhp#par_id3149999.5.help.text
msgid ""
"The window splits into two areas and the results of the validation are "
"displayed in the lower area."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#tit.help.text
msgid "Hangul/Hanja Conversion"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#bm_id3155757.help.text
msgid ""
""
"\\<bookmark_value\\>converting;Hangul/Hanja\\</bookmark_value\\>\\<bookmark_va"
"lue\\>Hangul/Hanja\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3155757.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06200000.xhp\\\" name=\\\"Hangul/Hanja "
"Conversion\\\"\\>Hangul/Hanja Conversion\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3146060.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HangulHanjaConversion\\\"\\>Converts the selected "
"Korean text from Hangul to Hanja or from Hanja to Hangul.\\</ahelp\\> The "
"menu command can only be called if you enable Asian language support under "
"\\<emph\\>Tools - Options - Language Settings - Languages\\</emph\\>, and if "
"a text formatted in Korean language is selected."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3150603.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3150603.3.help.text\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3148520.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SPELLDLG_SETWORD\\\"\\>Displays the current "
"selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3154230.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3154230.5.help.text\n"
"Replace with"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3149205.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULDLG_EDIT_NEWWORD\\\"\\>Displays the first "
"replacement suggestion from the dictionary.\\</ahelp\\> You can edit the "
"suggested word or enter another word. Click the \\<emph\\>Find\\</emph\\> "
"button to replace your original word with the corresponding replacement word."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3154673.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3154673.7.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3156560.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVX_MDLG_HANGULHANJA_PB_FIND\\\"\\>Finds "
"your Hangul input in the dictionary and replaces it with the corresponding "
"Hanja.\\</ahelp\\> Click \\<emph\\>Ignore\\</emph\\> to cancel the find "
"function."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3147291.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3147291.9.help.text\n"
"Suggestions"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3154823.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVX_MDLG_HANGULHANJA_LB_SUGGESTIONS\\\"\\>Displays "
"all available replacements in the dictionary.\\</ahelp\\> If the "
"\\<emph\\>Replace by character\\</emph\\> box is enabled, you see a grid of "
"characters. If the \\<emph\\>Replace by character\\</emph\\> box is not "
"checked, you see a list of words."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3157958.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06200000.xhp#hd_id3157958.11.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3155941.12.help.text
msgid "Click the format to display the replacements."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3153749.13.help.text
msgid "Hangul/Hanja"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3150775.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_SIMPLE_CONVERSION"
"\\\"\\>The original characters are replaced by the suggested "
"characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3152780.15.help.text
msgid "Hanja (Hangul)"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3153662.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BRAC"
"KETED\\\"\\>The Hangul part will be displayed in brackets after the Hanja "
"part.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3150443.17.help.text
msgid "Hangul (Hanja)"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3149192.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_BRAC"
"KETED\\\"\\>The Hanja part will be displayed in brackets after the Hangul "
"part.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3150119.19.help.text
msgid "Hanja as ruby text above"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3154173.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_ABOV"
"E\\\"\\>The Hanja part will be displayed as ruby text above the Hangul "
"part.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3159400.21.help.text
msgid "Hanja as ruby text below"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3156155.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANGUL_HANJA_BELO"
"W\\\"\\>The Hanja part will be displayed as ruby text below the Hangul "
"part.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3150085.23.help.text
msgid "Hangul as ruby text above"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3150771.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_ABOV"
"E\\\"\\>The Hangul part will be displayed as ruby text above the Hanja "
"part.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3155831.25.help.text
msgid "Hangul as ruby text below"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3157909.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVX_MDLG_HANGULHANJA_RB_HANJA_HANGUL_BELO"
"W\\\"\\>The Hangul part will be displayed as ruby text below the Hanja "
"part.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3148826.27.help.text
msgid "Conversion"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3159157.28.help.text
msgid ""
"Normally in a mixed text selection made of Hangul and Hanja characters, all "
"Hangul characters will be converted to Hanja and all Hanja characters will "
"be converted to Hangul. If you want to convert a mixed text selection only "
"in one direction, use the following conversion options."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3153585.29.help.text
msgid "Hangul only"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3154142.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANGUL_ONLY\\\"\\>Check to "
"convert only Hangul. Do not convert Hanja.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3150823.31.help.text
msgid "Hanja only"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3156023.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_HANJA_ONLY\\\"\\>Check to "
"convert only Hanja. Do not convert Hangul.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3152360.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06200000.xhp#hd_id3152360.33.help.text\n"
"Ignore"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3153896.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULDLG_BUTTON_IGNORE\\\"\\>No changes will be made "
"to the current selection. The next word or character will be selected for "
"conversion.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3148550.35.help.text
msgid "Always Ignore"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3154937.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULDLG_BUTTON_IGNOREALL\\\"\\>No changes will be "
"made to the current selection, and every time the same selection is detected "
"it will be skipped automatically.\\</ahelp\\> The next word or character "
"will be selected for conversion. The list of ignored text is valid for the "
"current $[officename] session."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3151056.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06200000.xhp#hd_id3151056.37.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3148403.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULDLG_BUTTON_CHANGE\\\"\\>Replaces the selection "
"with the suggested characters or word according to the format "
"options.\\</ahelp\\> The next word or character will be selected for "
"conversion."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3153360.39.help.text
msgid "Always Replace"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3153338.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULDLG_BUTTON_CHANGEALL\\\"\\>Replaces the selection "
"with the suggested characters or word according to the format options. Every "
"time the same selection is detected it will be replaced "
"automatically.\\</ahelp\\> The next word or character will be selected for "
"conversion. The list of replacement text is valid for the current "
"$[officename] session."
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3149290.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06200000.xhp#hd_id3149290.41.help.text\n"
"Replace by character"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3145154.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVX_MDLG_HANGULHANJA_CB_REPLACE_BY_CHARACTER"
"\\\"\\>Check to move character-by-character through the selected text. If "
"not checked, full words are replaced.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_idN10969.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06200000.xhp#par_idN10969.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_idN1096D.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULHANJA_OPT_DLG\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/06201000.xhp\\\"\\>Hangul/Hanja Options\\</link\\> "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#hd_id3149807.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/06200000.xhp#hd_id3149807.43.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/01/06200000.xhp#par_id3155743.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULDLG_BUTTON_CLOSE\\\"\\>Closes the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#tit.help.text\n"
"Hangul/Hanja Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10542.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10542.help.text\n"
"Hangul/Hanja Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10546.help.text
msgid ""
"Define options for the \\<link "
"href=\\\"text/shared/01/06200000.xhp\\\"\\>Hangul/Hanja "
"conversion\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1055F.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1055F.help.text\n"
"User-defined dictionaries"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10563.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HANGULHANJA_NEWDICT_DLG\\\"\\>Lists all user-defined "
"dictionaries. Select the check box next to the dictionary that you want to "
"use. Clear the check box next to the dictionary that you do not want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1057A.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1057A.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1057E.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_NEW\\\"\\>Opens "
"the New dictionary dialog box, where you can create a new "
"dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10595.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10595.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10599.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:Edit:RID_SVX_MDLG_HANGULHANJA_NEWDICT:ED_DICTNAME\\\"\\>Enter a "
"name for the dictionary.\\</ahelp\\> To display the new dictionary in the "
"\\<emph\\>User-defined dictionaries\\</emph\\> list box, click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105B5.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105B5.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105B9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_EDIT\\\"\\>Opens "
"the \\<link href=\\\"text/shared/01/06202000.xhp\\\"\\>Edit Custom "
"Dictionary\\</link\\> dialog where you can edit any user-defined "
"dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105DE.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105DE.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105E2.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_OPT:PB_HHO_DELETE\\\""
"\\>Deletes the selected user-defined dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105F1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105F1.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN105F5.help.text
msgid "Specifies additional options for all dictionaries."
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10600.help.text
msgid "Ignore post-positional word"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10604.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_IGNOREPOST\\\"\\"
">Ignores positional characters at the end of Korean words when you search a "
"dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1061B.help.text
msgid "Close Conversion dialog automatically after replacement"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1061F.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOCLOSE\\\"\\>Closes "
"the Hangul/Hanja Conversion dialog box after you click "
"\\<emph\\>Ignore\\</emph\\>, \\<emph\\>Always Ignore\\</emph\\>, "
"\\<emph\\>Replace\\</emph\\>, or \\<emph\\>Always "
"Replace\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10636.help.text
msgid "Show entries recently used first"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN1063A.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_SHOWRECENTLYFIRS"
"T\\\"\\>Shows the replacement suggestion that you selected the last time as "
"the first entry on the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10651.help.text
msgid "Replace all unique entries automatically"
msgstr ""

#: helpcontent2/source/text/shared/01/06201000.xhp#par_idN10655.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_OPT:CB_AUTOREPLACEUNIQU"
"E\\\"\\>Automatically replaces words that only have one suggested word "
"replacement.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#tit.help.text\n"
"Edit Custom Dictionary"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10542.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10542.help.text\n"
"Edit Custom Dictionary"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10546.help.text
msgid ""
"Add and delete entries that are used for the \\<link "
"href=\\\"text/shared/01/06200000.xhp\\\"\\>Hangul/Hanja "
"Conversion\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN1055F.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#par_idN1055F.help.text\n"
"Book"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10563.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:ListBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_BOOK\\\"\\>Select the "
"user-defined dictionary that you want to edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN1057A.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#par_idN1057A.help.text\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN1057E.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:ComboBox:RID_SVX_MDLG_HANGULHANJA_EDIT:LB_ORIGINAL\\\"\\>Select "
"the entry in the current dictionary that you want to edit. If you want, you "
"can also type a new entry in this box.\\</ahelp\\> To move from the Original "
"box to the the first text box in the Suggestions area, press Enter."
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10596.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10596.help.text\n"
"Replace by character"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN1059A.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVX_MDLG_HANGULHANJA_EDIT:CB_REPLACEBYCHAR\\"
"\"\\>Converts the text on a character by character basis and not on a word "
"by word basis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105C9.help.text
msgid "Suggestions (max. 8)"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105CD.help.text
msgid ""
"\\<ahelp hid=\\\"svx:Edit:RID_SVX_MDLG_HANGULHANJA_EDIT:ED_1\\\"\\>Type a "
"suggested replacement for the entry that is selected in the Original text "
"box. The replacment word can contain a maximum of eight "
"characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105E4.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105E4.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105E8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_NEW\\\"\\>Adds "
"the current replacement definition to the dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105FF.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06202000.xhp#par_idN105FF.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/06202000.xhp#par_idN10603.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVX_MDLG_HANGULHANJA_EDIT:PB_HHE_DELETE\\\"
""\\>Deletes the selected entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/06990000.xhp#tit.help.text\n"
"Spellcheck"
msgstr ""

#: helpcontent2/source/text/shared/01/06990000.xhp#hd_id3147069.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06990000.xhp\\\" "
"name=\\\"Spellcheck\\\"\\>Spellcheck\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06990000.xhp#par_id3153116.2.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Checks spelling manually.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/06990000.xhp#par_id2551957.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06010000.xhp\\\" "
"name=\\\"Check\\\"\\>Spellcheck dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/07010000.xhp#tit.help.text
msgid "New Window"
msgstr ""

#: helpcontent2/source/text/shared/01/07010000.xhp#bm_id6323129.help.text
msgid ""
"\\<bookmark_value\\>new "
"windows\\</bookmark_value\\>\\<bookmark_value\\>window"
"s;new\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/07010000.xhp#hd_id3148882.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/07010000.xhp\\\" name=\\\"New "
"Window\\\"\\>New Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/07010000.xhp#par_id3158442.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NewWindow\\\"\\>Opens a new window that displays the "
"contents of the current window.\\</ahelp\\> You can now view different parts "
"of the same document at the same time."
msgstr ""

#: helpcontent2/source/text/shared/01/07010000.xhp#par_id3147588.3.help.text
msgid ""
"Changes made to a document in one window are automatically applied to all of "
"the windows that are open for that document."
msgstr ""

#: helpcontent2/source/text/shared/01/07080000.xhp#tit.help.text
msgid "Document List"
msgstr ""

#: helpcontent2/source/text/shared/01/07080000.xhp#hd_id3155620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/01/07080000.xhp\\\" name=\\\"Document "
"List\\\"\\>Document List\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/07080000.xhp#par_id3147273.2.help.text
msgid ""
"Lists the currently open documents. Select the name of a document in the "
"list to switch to that document."
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#tit.help.text
msgid "Registration"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#bm_id8190557.help.text
msgid ""
"\\<bookmark_value\\>online "
"registration\\</bookmark_value\\>\\<bookmark_value\\>registering; "
"%PRODUCTNAME\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#hd_id3147477.2.help.text
msgid ""
"\\<link href=\\\"text/shared/01/08060100.xhp\\\" "
"name=\\\"Registration\\\"\\>Registration\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#par_id3153882.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OnlineRegistrationDlg\\\"\\>Connects to the "
"$[officename] Web site where you can register your copy of "
"$[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#hd_id3153624.4.help.text
msgid "Registration Dialog"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#par_id3150445.5.help.text
msgid ""
"The \\<emph\\>Registration\\</emph\\> dialog appears after you install "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#hd_id3145629.10.help.text
msgid "Register Now"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#par_id3149999.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_REGISTRATION_REQUEST_RB_NOW\\\"\\>Launches "
"your default Web browser and connects to the $[officename] Web site where "
"you can register your copy of $[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#hd_id3149760.11.help.text
msgid "Remind me to register later"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#par_id3151234.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_REGISTRATION_REQUEST_RB_LATER\\\"\\>Hides "
"the \\<emph\\>Registration\\</emph\\> dialog for the next seven "
"days.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#hd_id3147557.12.help.text
msgid "Never register"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#par_id3148548.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_REGISTRATION_REQUEST_RB_NEVER\\\"\\>P"
"ermanently hides the \\<emph\\>Registration\\</emph\\> dialog. To register "
"at a later time, choose \\<emph\\>Help - Registration\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#hd_id3153748.13.help.text
msgid "Already registered as %PRODUCTNAME user"
msgstr ""

#: helpcontent2/source/text/shared/01/08060100.xhp#par_id3148621.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVTOOLS_RADIOBUTTON_DLG_REGISTRATION_REQUEST_RB_DONE\\\"\\>Pe"
"rmanently hides the \\<emph\\>Registration\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/about_meta_tags.xhp#tit.help.text\n"
"HTML import and export"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#bm_id3154380.help.text
msgid ""
"\\<bookmark_value\\>importing; "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>exporting; to "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>HTML; "
"importing\\</bookmark_value\\>\\<bookmark_value\\>HTML; "
"export\\</bookmark_value\\>\\<bookmark_value\\>META "
"tags\\</bookmark_value\\>\\<bookmark_value\\>tags; META "
"tags\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#hd_id3154380.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/about_meta_tags.xhp#hd_id3154380.20.help"
".text\n"
"HTML import and export"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3145119.1.help.text
msgid ""
"When you export a file to an HTML document, the description and the user-"
"defined file properties are included as META \\<link "
"href=\\\"text/shared/00/00000002.xhp#tags\\\" "
"name=\\\"tags\\\"\\>tags\\</link\\> between the HEAD tags of the exported "
"document. META tags are not displayed in a Web browser, and are used to "
"include information, such as keywords for search engines on your Web page. "
"To set the properties of the current document, choose \\<emph\\>File - "
"Properties\\</emph\\>, click the \\<emph\\>Description\\</emph\\> or "
"\\<emph\\>User Defined\\</emph\\> tabs, and then type the information you "
"want."
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3148552.21.help.text
msgid ""
"The following file properties are converted to META tags when you export a "
"file as an HTML document:"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3154935.2.help.text
msgid "File Property"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3151056.3.help.text
msgid "<TITLE>"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3153778.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3153778.4.help"
".text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3147228.5.help.text
msgid "<META NAME=\"CLASSIFICATION\" CONTENT=\"Field Content\">"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3154908.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3154908.6.help"
".text\n"
"Keywords"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3156422.7.help.text
msgid "<META NAME=\"KEYWORDS\" CONTENT=\"Field Content\">"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3151041.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3151041.8.help"
".text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3125863.9.help.text
msgid "<META NAME=\"DESCRIPTION\" CONTENT=\"Field Content\">"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3159149.10.help.text
msgid "Info fields 1...4"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3157892.11.help.text
msgid "<META NAME=\"Info field name\" CONTENT=\"Field Content\">"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3155855.22.help.text
msgid ""
"When you import an HTML containing these META tags, the contents of the tags "
"are added to the corresponding $[officename] file property box. "
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#hd_id3163822.12.help.text
msgid "Import Tips"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3155307.13.help.text
msgid ""
"When you import an HTML document, following META tags are automatically "
"converted to $[officename] fields: <META HTTP-EQUIV=\"REFRESH\"...> and "
"<META NAME=\"...\" ...> , where NAME equals to AUTHOR, CREATED, CHANGED, "
"CHANGEDBY, DESCRIPTION, KEYWORDS or CLASSIFICATION."
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3146146.15.help.text
msgid ""
"Scripts, comments, and META tags that are positioned directly before a TABLE "
"tag are inserted in the first cell of the table."
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3155366.16.help.text
msgid ""
"Scripts and META tags in the header of an HTML document are imported and "
"anchored to the first paragraph in the document."
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3152885.14.help.text
msgid ""
"To set the options for importing HTML tags, choose \\<emph\\>Tools - Options "
"- Load/Save - HTML Compatibility\\</emph\\>. A known META tag contains "
"either \"HTTP-EQUIV\" or \"NAME\", and are imported as $[officename] notes. "
"The only exception is <META NAME=\"GENERATOR\"...>, which is ignored."
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#hd_id3163717.17.help.text
msgid "Export Tips"
msgstr ""

#: helpcontent2/source/text/shared/01/about_meta_tags.xhp#par_id3159180.19.help.text
msgid ""
"Notes and script fields at the beginning of the first paragraph in a "
"document are exported to the header of an HTML document. If the document "
"begins with a table, the first paragraph in the first cell of the table is "
"exported to the header of the HTML document."
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#tit.help.text
msgid "Digital Signatures"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#bm_id4653157.help.text
msgid ""
"\\<bookmark_value\\>digital "
"signatures\\</bookmark_value\\>\\<bookmark_value\\>signing "
"documents\\</bookmark_value\\>\\<bookmark_value\\>certificates for "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/01/digitalsignatures.xhp\\\"\\>Digital "
"Signatures\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10548.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds and removes digital signatures to and from "
"your document. You can also use the dialog to view certificates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN1054B.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000401.xhp#digitalsig\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10629.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>You must save a file "
"before you can apply a digital signature to the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10644.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>You must save a file in "
"OpenDocument format before you can apply a digital signature to the "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN1055F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN1055F.help."
"text\n"
"List"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10563.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Lists the digital signatures for the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10566.help.text
msgid ""
"The Signed icon indicates a valid digital signature, while the Exclamation "
"point icon indicates an invalid digital signature. "
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10569.help.text
msgid ""
"A Signed icon is also shown in the Status bar when a signed document only "
"contains valid digital signatures."
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN1056C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN1056C.help."
"text\n"
"View Certificate"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10570.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/viewcertificate.xhp\\\"\\>View "
"Certificate\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10581.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10581.help."
"text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10585.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/selectcertificate.xhp\\\"\\>Select "
"Certificate\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10596.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN10596.help."
"text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/01/digitalsignatures.xhp#par_idN1059A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Removes the selected source from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/gallery.xhp#tit.help.text\n"
"Gallery"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3149783.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_ICONVIEW\\\" "
"visibility=\\\"hidden\\\"\\>Displays the contents of the \\<emph\\>Gallery "
"\\</emph\\>as icons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3148983.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_LISTVIEW\\\" "
"visibility=\\\"hidden\\\"\\>Displays the contents of the \\<emph\\>Gallery "
"\\</emph\\>as small icons, with title and path information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#bm_id3153894.help.text
msgid ""
"\\<bookmark_value\\>sounds; "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>audio; UNIX\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3153894.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3153894.1.help.text\n"
"\\<link href=\\\"text/shared/01/gallery.xhp\\\" "
"name=\\\"Gallery\\\"\\>Gallery\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3150789.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Gallery\\\"\\>Opens the \\<emph\\>Gallery\\</emph\\>, "
"where you can select graphics and sounds to insert into your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3155555.44.help.text
msgid ""
"You can display the contents of the \\<emph\\>Gallery \\</emph\\>as icons, "
"or icons with titles and path information."
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3153394.45.help.text
msgid ""
"To zoom in or zoom out on a single object in the "
"\\<emph\\>Gallery\\</emph\\>, double-click the object, or select the object, "
"and then press the Spacebar."
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3145346.26.help.text
msgid ""
"Themes are listed on the left side of the "
"\\<emph\\>Gallery\\</emph\\>.\\<ahelp "
"hid=\\\"HID_GALLERY_THEMELIST\\\"\\>Click a theme to view the objects "
"associated with the theme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3155355.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_WINDOW\\\"\\>To insert a \\<emph\\>Gallery "
"\\</emph\\>object, select the object, and then drag it into the "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3156113.4.help.text
msgid "Adding a New File to the Gallery"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3153032.43.help.text
msgid ""
"To add a file to the \\<emph\\>Gallery\\</emph\\>, right-click a theme, "
"choose \\<emph\\>Properties\\</emph\\>, click the \\<emph\\>Files "
"\\</emph\\>tab, and then click \\<emph\\>Add\\</emph\\>. You can also click "
"an object in the current document, hold, and then drag it to the "
"\\<emph\\>Gallery\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3145315.10.help.text
msgid "New theme"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3150275.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_NEWTHEME\\\"\\>Adds a new theme to the "
"\\<emph\\>Gallery \\</emph\\>and lets you choose the files to include in the "
"theme.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3159167.9.help.text
msgid ""
"To access the following commands, right-click a theme in the "
"\\<emph\\>Gallery\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3154142.15.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3154142.15.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3148990.16.help.text
msgid ""
"The \\<emph\\>Properties of (Theme)\\</emph\\> dialog contains the following "
"tabs:"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3151384.25.help.text
msgid ""
"\\<link href=\\\"text/shared/01/gallery_files.xhp\\\" "
"name=\\\"Files\\\"\\>Files\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#hd_id3145068.36.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Supported Audio "
"Servers\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3154936.37.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>If "
"your system cannot play sounds, install version 1.2 release 4 or higher of "
"the Network Audio System (NAS). You can download NAS from "
"ftp://ftp.x.org/pub/contrib/audio. Platforms that are supported by NAS "
"include Linux x86 (provided that audio drivers are available for the card), "
"SGI, HP, and SUN. You only need to install NAS on a server, and not on the "
"clients.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3150542.38.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>After you install NAS, add it as an AUDIOSERVER to the "
"environment variables using the format "
"\"name:0\".\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3149649.39.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>If "
"you do not set the AUDIOSERVER variable, the DISPLAY variable is used "
"instead (if the audio and video servers are on the same host). You cannot "
"start the audio server from a command "
"line.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3154141.40.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>You "
"can also use rplayd to play sound files, but only in X "
"Window.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery.xhp#par_id3150742.42.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Otherwise, use SalSound and the Open Sound System "
"(OSS) to play sound files.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/gallery_files.xhp#tit.help.text\n"
"Files"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3150756.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3150756.1.help.te"
"xt\n"
"Files"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3153882.2.help.text
msgid ""
"\\<variable id=\\\"stargallerymanager\\\"\\>Adds new files to the selected "
"theme.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3153089.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3153089.5.help.te"
"xt\n"
"File Type"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3154497.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:COMBOBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBB_FILETYPE\\"
"\"\\>Select the type of file that you want to add.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3153935.7.help.text
msgid "Files found"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3145829.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:MULTILISTBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:LBX_FOUND\"
"\\"\\>Lists the available files. Select the file(s) that you want to add, "
"and then click \\<emph\\>Add\\</emph\\>. To add all of the files in the "
"list, click \\<emph\\>Add All\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3154751.9.help.text
msgid "Find files"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3147557.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_SEARCH\\"
"\"\\>Locate the directory containing the files that you want to add, and "
"then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3154317.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3154317.13.help.t"
"ext\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3150774.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKE\\\"\\>Adds "
"the selected file(s) to the current theme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3149751.15.help.text
msgid "Add all"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3156426.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXTABPAGE_GALLERYTHEME_FILES:BTN_TAKEALL\"
"\\"\\>Adds all of the files in the list to the current theme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3147088.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3147088.17.help.t"
"ext\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3151111.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXTABPAGE_GALLERYTHEME_FILES:CBX_PREVIEW\\\"
""\\>Displays or hides a preview of the selected file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#hd_id3147275.19.help.text
msgid "Preview box"
msgstr ""

#: helpcontent2/source/text/shared/01/gallery_files.xhp#par_id3153662.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GALLERY_PREVIEW\\\"\\>Displays a preview of the "
"selected file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/guides.xhp#tit.help.text\n"
"Guides"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#bm_id1441999.help.text
msgid "\\<bookmark_value\\>guides;display options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN10562.help.text
msgid "\\<link href=\\\"text/shared/01/guides.xhp\\\"\\>Guides\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_id3146313.7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the display options for "
"guides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN105AA.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000403.xhp#guides\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN1057B.help.text
msgid "Display Guides"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN1057F.help.text
msgid "Displays or hides guides that you can use to align objects on a page."
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN10582.help.text
msgid "Snap to Guides"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN10586.help.text
msgid ""
"Automatically aligns objects to vertical and horizontal guides. To override "
"this feature, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Control key "
"\\</caseinline\\>\\<defaultinline\\>Ctrl key when you drag an "
"object.\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN105C6.help.text
msgid "Guides to Front"
msgstr ""

#: helpcontent2/source/text/shared/01/guides.xhp#par_idN105CA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the guides in front of the objects on the "
"slide or page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#tit.help.text
msgid "Media Player"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#bm_id8659321.help.text
msgid "\\<bookmark_value\\>Media Player window\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10550.help.text
msgid ""
"\\<variable id=\\\"mediaplayertitle\\\"\\>\\<link "
"href=\\\"text/shared/01/mediaplayer.xhp\\\"\\>Media "
"Player\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10560.help.text
msgid ""
"\\<ahelp hid=\\\"6694\\\"\\>Opens the Media Player window where you can "
"preview movie and sound files as well as insert these files into the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10563.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#mediaplayer\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10577.help.text
msgid ""
"The Media Player supports many different media formats. You can also insert "
"media files from the Media Player into your document."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105EF.help.text
msgid ""
"On UNIX systems, the Media Player requires the Java Media Framework API "
"(JMF). Download and install the JMF files, and add the path to the installed "
"jmf.jar to the class path in Tools - Options - %PRODUCTNAME - Java."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1064F.help.text
msgid ""
"On Windows systems, the Media Player uses DirectShow, which should be "
"installed on your system by default."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1057A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1057A.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1057E.help.text
msgid "Opens a movie file or a sound file that you want to preview."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10581.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10581.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10585.help.text
msgid ""
"Inserts the current movie file or sound file as a media object into the "
"current document. "
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10605.help.text
msgid "Only a link to the media file is inserted into the current document."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10588.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10588.help.text\n"
"Play"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1058C.help.text
msgid "Plays the current file."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1058F.help.text
msgid "Pause"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10593.help.text
msgid "Pauses or resumes the playback of the current file."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10596.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN10596.help.text\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1059A.help.text
msgid "Stops the playback of the current file."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1059D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN1059D.help.text\n"
"Repeat"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105A1.help.text
msgid "Plays the file repeatedly."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105A4.help.text
msgid "Mute"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105A8.help.text
msgid "Turns sound off and on."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105AB.help.text
msgid "Volume slider"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105AF.help.text
msgid "Adjusts the volume."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105B2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105B2.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105B6.help.text
msgid "Adjusts the size of the movie playback."
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105B9.help.text
msgid "Position slider"
msgstr ""

#: helpcontent2/source/text/shared/01/mediaplayer.xhp#par_idN105BD.help.text
msgid "Moves to a different position in the file."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/moviesound.xhp#tit.help.text\n"
"Movie and Sound"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#bm_id1907712.help.text
msgid ""
""
"\\<bookmark_value\\>inserting;movies/sounds\\</bookmark_value\\>\\<bookmark_va"
"lue\\>sounds;playing\\</bookmark_value\\>\\<bookmark_value\\>playing movies "
"and sound files\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN1065C.help.text
msgid ""
"\\<variable id=\\\"moviesoundtitle\\\"\\>\\<link "
"href=\\\"text/shared/01/moviesound.xhp\\\"\\>Movie and "
"Sound\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN1066C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts a video or sound file into your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN1066F.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000404.xhp#moviesound\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN10683.help.text
msgid "To insert a movie or sound file into your document"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN1068A.help.text
msgid "Click where you want to insert the file."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN1068E.help.text
msgid "Choose \\<emph\\>Insert - Movie and Sound\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN10696.help.text
msgid "In the File Open dialog, select the file that you want to insert."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN10699.help.text
msgid ""
"The file types that are listed in this dialog are not supported by all "
"operating systems."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106D7.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106D7.help.text\n"
"Click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN1069C.help.text
msgid "To play a movie or sound file in an Impress presentation"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106A3.help.text
msgid "Open the slide that contains the movie or sound file."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106A7.help.text
msgid "Click the object icon for the movie or sound file on the slide."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN10788.help.text
msgid ""
"Click \\<emph\\>Play\\</emph\\> on the \\<emph\\>Media Playback\\</emph\\> "
"toolbar."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106BF.help.text
msgid "To play a movie or sound file in a Writer, Calc, or Draw document"
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106C6.help.text
msgid "Open the document that contains the movie or sound file."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106CD.help.text
msgid "Click Play on the Media Playback toolbar."
msgstr ""

#: helpcontent2/source/text/shared/01/moviesound.xhp#par_idN106D0.help.text
msgid ""
"You can also use the Media Playback Bar to pause, to stop, to loop, as well "
"as to adjust the volume or to mute the playback of the file. The current "
"playback position in the file is indicated on the left slider. Use the right "
"slider to adjust the playback volume. For movie files, the bar also contains "
"a list box where you can select the zoom factor for the playback."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#tit.help.text
msgid "Package Manager"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#bm_id2883388.help.text
msgid ""
"\\<bookmark_value\\>UNO components; package "
"manager\\</bookmark_value\\>\\<boo"
"kmark_value\\>extensions;packages\\</bookmar"
"k_value\\>\\<bookmark_value\\>package manager\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/01/packagemanager.xhp\\\"\\>Package "
"Manager\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10553.help.text
msgid ""
"\\<ahelp hid=\\\"42772\\\"\\>The Package Manager adds, removes, disables, "
"enables, and exports %PRODUCTNAME extensions (packages).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10688.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/00/00000406.xhp#packagemanager\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10615.help.text
msgid "The following are examples of %PRODUCTNAME packages:"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN1061B.help.text
msgid "UNO components (compiled software modules)"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN1061F.help.text
msgid "Configuration data (for menu commands)"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10623.help.text
msgid "%PRODUCTNAME Basic libraries"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106E8.help.text
msgid "%PRODUCTNAME dialog libraries"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106F5.help.text
msgid "Package bundles (*.zip files containing one or more packages)"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106F1.help.text
msgid ""
"The following examples list objects not to be used as packages: XSLT filter "
"files, language modules, palettes."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN1068A.help.text
msgid ""
"The availability of a package depends on the location where you add the "
"package."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10626.help.text
msgid ""
"Packages that you add to \"%PRODUCTNAME Packages\" are available to all "
"users."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10703.help.text
msgid "You need administrator rights to manage shared installation packages."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN1069C.help.text
msgid ""
"Packages that you add to \"My Packages\" can only be used and managed by "
"yourself."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10556.help.text
msgid "Browse packages"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106AD.help.text
msgid ""
"\\<ahelp hid=\\\"42769\\\"\\>Select the directory where you want to add a "
"new package, or select the package that you want to remove, enable, disable, "
"or export. To select multiple packages, press the Ctrl key when you "
"click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10639.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10639.help.tex"
"t\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106BA.help.text
msgid ""
"\\<ahelp hid=\\\"2180256276\\\"\\>Select a top-level node in the list box, "
"and then click Add to add new packages to that location.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106BD.help.text
msgid ""
"A file dialog opens where you can select the packages that you want to add. "
"To copy and to register the selected packages, click Open."
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10643.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10643.help.tex"
"t\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106D1.help.text
msgid ""
"\\<ahelp hid=\\\"2180256277\\\"\\>Select the packages that you want to "
"remove, and then click Remove.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN1064D.help.text
msgid "Enable"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106DE.help.text
msgid ""
"\\<ahelp hid=\\\"2180256278\\\"\\>Select the packages that you want to "
"enable, and then click Enable.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10657.help.text
msgid "Disable"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106EB.help.text
msgid ""
"\\<ahelp hid=\\\"2180256279\\\"\\>Select the packages that you want to "
"disable, and then click Disable.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10661.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN10661.help.tex"
"t\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/01/packagemanager.xhp#par_idN106F8.help.text
msgid ""
"\\<ahelp hid=\\\"2180256280\\\"\\>Select the packages that you want to "
"export, and then click Export.\\</ahelp\\> When you export a single package, "
"a dialog opens where you can specify the path and the file name for the "
"exported package. If you export more than one package, a dialog opens where "
"you can select the folder where you want to save the exported packages."
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/password_dlg.xhp#tit.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#hd_id3146902.63.help.text
msgid ""
"\\<link href=\\\"text/shared/01/password_dlg.xhp\\\" "
"name=\\\"Password\\\"\\>Password\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#par_id3154350.64.help.text
msgid "Assigns a password to prevent users from making unauthorized changes."
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#hd_id3146857.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/password_dlg.xhp#hd_id3146857.65.help.te"
"xt\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#par_id3150502.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PASSWD_TABLE\\\" visibility=\\\"visible\\\"\\>Type a "
"password that is at least five characters long. A password is case "
"sensitive.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#hd_id3153029.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/password_dlg.xhp#hd_id3153029.66.help.te"
"xt\n"
"Confirm"
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#par_id3151100.67.help.text
msgid "Re-enter the password."
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#hd_id3155351.68.help.text
msgid "Undoing password protection"
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#par_id3146109.69.help.text
msgid ""
"To remove a password, re-open this dialog, and then enter the password."
msgstr ""

#: helpcontent2/source/text/shared/01/password_dlg.xhp#par_id3148621.46.help.text
msgid ""
"$[officename] will not help you to open a document that is protected with a "
"password."
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#tit.help.text
msgid "Enter Master Password"
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#hd_id3154183.1.help.text
msgid ""
"\\<variable id=\\\"password_maintitle\\\"\\>\\<link "
"href=\\\"text/shared/01/password_main.xhp\\\" name=\\\"Enter Master "
"Password\\\"\\>Enter Master Password\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#par_id3154841.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Assign a master password "
"to protect the access to a saved password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#par_id3146857.3.help.text
msgid ""
"You can save some passwords for the duration of a session, or permanently to "
"a file protected by a master password. For example, passwords for accessing "
"WebDAV or FTP servers are stored permanently if you enter a master password "
"when prompted. Otherwise, they are only stored for the current session."
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#par_id3147000.6.help.text
msgid ""
"You must enter the master password to access a file or service that is "
"protected by a saved password. You only need to enter the master password "
"once during a session."
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#hd_id3147588.7.help.text
msgid "Master password"
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#par_id3148731.8.help.text
msgid ""
"\\<ahelp hid=\\\"UUI_EDIT_DLG_UUI_PASSWORD_ED_MASTERPASSWORD\\\" "
"visibility=\\\"visible\\\"\\>Type a master password to prevent unauthorized "
"users from accessing stored passwords.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#hd_id3144436.9.help.text
msgid "Confirm master password"
msgstr ""

#: helpcontent2/source/text/shared/01/password_main.xhp#par_id3145129.10.help.text
msgid ""
"\\<ahelp hid=\\\"UUI_EDIT_DLG_UUI_PASSWORD_CRT_ED_MASTERPASSWORD_REPEAT\\\" "
"visibility=\\\"visible\\\"\\>Re-enter the master password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#tit.help.text
msgid "Export as PDF"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#bm_id3149532.help.text
msgid ""
"\\<bookmark_value\\>PDF;exporting as "
"PDF\\</bookmark_value\\>\\<bookmark_value\\>portable document "
"format\\</bookmark_value\\>\\<bookmark_value\\>exporting;to "
"PDF\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3149532.52.help.text
msgid ""
"\\<variable id=\\\"export_as_pdf\\\"\\>\\<variable "
"id=\\\"ref_pdf_export\\\"\\>\\<link "
"href=\\\"text/shared/01/ref_pdf_export.xhp\\\" name=\\\"Export as "
"PDF\\\"\\>Export as PDF\\</link\\>\\</variable\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3154044.1.help.text
msgid ""
"\\<variable id=\\\"export\\\"\\>\\<ahelp "
"hid=\\\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\\\"\\>Saves the current file "
"to Portable Document Format (PDF).\\</ahelp\\> A PDF file can be viewed and "
"printed on any platform with the original formatting intact, provided that "
"supporting software is installed. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3153624.54.help.text
msgid ""
"Click the icon to export the current document without an Options dialog. "
"Choose the menu command for the \\<emph\\>PDF Options\\</emph\\> dialog:"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3148520.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3148520.2.help.t"
"ext\n"
"Pages"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3154230.3.help.text
msgid "Sets the export options for the pages included in the PDF file."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3166445.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3166445.4.help.t"
"ext\n"
"All"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3149893.5.help.text
msgid ""
"\\<ahelp hid=\\\"FILTER_RADIOBUTTON_RID_PDF_EXPORT_DLG_RB_ALL\\\"\\>Exports "
"all defined print ranges. If no print range is defined, exports the entire "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3154673.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3154673.6.help.t"
"ext\n"
"Range"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3147571.7.help.text
msgid ""
"\\<ahelp hid=\\\"FILTER_EDIT_RID_PDF_EXPORT_DLG_ED_PAGES\\\"\\>Exports the "
"pages you type in the box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3145136.53.help.text
msgid ""
"To export a range of pages, use the format 3-6. To export single pages, use "
"the format 7;9;11. If you want, you can export a combination of page ranges "
"and single pages, by using a format like 3-6;8;10;12."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3147043.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3147043.8.help.t"
"ext\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3150774.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"FILTER_RADIOBUTTON_RID_PDF_EXPORT_DLG_RB_SELECTION\\\"\\>Exports the "
"current selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10706.help.text
msgid "Images"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN1070A.help.text
msgid "Sets the PDF export options for images inside your document."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10715.help.text
msgid "Lossless compression"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10719.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects a lossless compression of images. All "
"pixels are preserved.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10730.help.text
msgid "JPEG compression"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10734.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects a JPEG compression of images. With a high "
"quality level, almost all pixels are preserved.\\</ahelp\\> With a low "
"quality level, some pixels get lost and artefacts are introduced, but file "
"sizes are reduced."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN1074C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN1074C.help.tex"
"t\n"
"Quality"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10750.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the quality level for JPEG "
"compression.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10767.help.text
msgid "Reduce image resolution"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN1076B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects to resample or down-size the images to a "
"lower number of pixels per inch.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10782.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the target resolution for the "
"images.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10791.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10791.help.tex"
"t\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10795.help.text
msgid "Sets general PDF export options."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107A0.help.text
msgid "Tagged PDF"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107A4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects to export special tags into the "
"corresponding PDF tags. This can increase file sizes by huge "
"amounts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107B3.help.text
msgid ""
"Some tags that are exported are table of contents, hyperlinks, and controls."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107BE.help.text
msgid "Export notes"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107C2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects to export notes of Writer and Calc "
"documents as PDF notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107D9.help.text
msgid "Use transition effects"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107DD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects to export Impress slide transition effect "
"to respective PDF effects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107F4.help.text
msgid "Submit forms in format:"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN107F8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the format of submitting forms from within "
"the PDF file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_idN10807.help.text
msgid ""
"This setting overrides the control's URL property that you set in the "
"document. There is only one common setting valid for the whole PDF document: "
"PDF (sends the whole document), FDF (sends the control contents), HTML, and "
"XML."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3150507.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/ref_pdf_export.xhp#hd_id3150507.50.help."
"text\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_export.xhp#par_id3146975.51.help.text
msgid "Exports the current file in PDF format."
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_send_as.xhp#tit.help.text
msgid "Document as PDF Attachment"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_send_as.xhp#hd_id3146902.2.help.text
msgid ""
"\\<variable id=\\\"ref_pdf_send_as\\\"\\>\\<link "
"href=\\\"text/shared/01/ref_pdf_send_as.xhp\\\" name=\\\"Document as PDF "
"Attachment\\\"\\>Document as PDF Attachment\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/ref_pdf_send_as.xhp#par_id3150756.1.help.text
msgid ""
"\\<variable id=\\\"ref_pdf_send_as_text\\\"\\>\\<ahelp "
"hid=\\\".uno:SendMailDocAsPDF\\\" visibility=\\\"visible\\\"\\>Exports the "
"entire file to Portable Document Format (PDF), and then sends the result as "
"an attachment to an e-mail message.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#tit.help.text
msgid "Security Warning"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#bm_id6499832.help.text
msgid ""
"\\<bookmark_value\\>security;warning dialogs with "
"macros\\</bookmark_value\\>\\<bookmark_value\\>macros;security "
"warnings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN1054D.help.text
msgid ""
"\\<variable id=\\\"securitywarning\\\"\\>\\<link "
"href=\\\"text/shared/01/securitywarning.xhp\\\"\\>Security "
"Warning\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN1056B.help.text
msgid ""
"When you open a document that contains an unsigned macro, or a signed macro "
"from an unknown source, the \\<emph\\>Security Warning\\</emph\\> dialog "
"opens."
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN105FC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enable or disable the macros. Choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME - Security\\</emph\\> to set the "
"options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN1056E.help.text
msgid "View Signature"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN10572.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can view the "
"signature.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN10587.help.text
msgid "Always trust macros from this source"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN1058B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds the current macro source to the list of "
"\\<link href=\\\"text/shared/optionen/macrosecurity_ts.xhp\\\"\\>trusted "
"sources\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN1059C.help.text
msgid "Enable Macros"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN105A0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Allows macros in the document to run.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN105A3.help.text
msgid "Disable Macros"
msgstr ""

#: helpcontent2/source/text/shared/01/securitywarning.xhp#par_idN105A7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Does not allow macros in the document to "
"run.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/selectcertificate.xhp#tit.help.text\n"
"Select Certificate"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10541.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10541.help."
"text\n"
"Select Certificate"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10545.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the certificate that you want to \\<link "
"href=\\\"text/shared/01/digitalsignatures.xhp\\\"\\>digitally "
"sign\\</link\\> the current document with.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10556.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000401.xhp#digitalsigsel\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN1056A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN1056A.help."
"text\n"
"List"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN1056E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the certificate that you want to digitally "
"sign the current document with.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10571.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10571.help."
"text\n"
"View Certificate"
msgstr ""

#: helpcontent2/source/text/shared/01/selectcertificate.xhp#par_idN10575.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/viewcertificate.xhp\\\"\\>View "
"Certificate\\</link\\> dialog where you can examine the selected "
"certificate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#tit.help.text
msgid "Data Navigator"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#bm_id6823023.help.text
msgid ""
"\\<bookmark_value\\>data structure of "
"XForms\\</bookmark_value\\>\\<bookmark_v"
"alue\\>removing;models/instances\\</bo"
"okmark_value\\>\\<bookmark_value\\>models in "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>Data Navigator;display "
"options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1054E.help.text
msgid ""
"\\<variable id=\\\"xformsdata\\\"\\>\\<link "
"href=\\\"text/shared/01/xformsdata.xhp\\\"\\>Data "
"Navigator\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the data structure of the current \\<link "
"href=\\\"text/shared/guide/xforms.xhp\\\"\\>XForms "
"document\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1056F.help.text
msgid "Model name"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10573.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the XForms model that you want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10576.help.text
msgid "Models"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1057A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds, edits, and removes XForms models.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10604.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10604.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10608.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/xformsdataadd.xhp\\\"\\>Add Item\\</link\\> dialog "
"where you can add an XForm model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1060B.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1060B.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1060F.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/xformsdataadd.xhp\\\"\\>Edit "
"Item\\</link\\> dialog where you can edit the selected XForm model."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10612.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10612.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10616.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Deletes the selected XForm model. You cannot delete "
"the last model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10619.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10619.help.text\n"
"Show Details"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1061D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the display to show or hide "
"details.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1057D.help.text
msgid "Instance"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10682.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Lists the items that belong to the current "
"instance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1058B.help.text
msgid "Submissions"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1058F.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Lists the submissions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10592.help.text
msgid "Bindings"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10596.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Lists the bindings for the XForm.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN106D5.help.text
msgid ""
"You can open the context menu of a control and choose \\<link "
"href=\\\"text/shared/01/xformsdatachange.xhp\\\"\\>Change Data "
"Binding\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10599.help.text
msgid "Instances"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1059D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>This button has submenus to add, to edit, and to "
"remove instances.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10649.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10649.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1064D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/xformsdataadd.xhp\\\"\\>Add Item\\</link\\> dialog "
"where you can add a new instance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10650.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10650.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10654.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/xformsdataadd.xhp\\\"\\>Edit Item\\</link\\> dialog "
"where you can modify the current instance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10657.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10657.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1065B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Deletes the current instance. You cannot delete the "
"last instance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1065E.help.text
msgid "Show data types"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10662.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the display to show more or less "
"details.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10584.help.text
msgid "Add Item"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10588.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Adds a new item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10624.help.text
msgid "Edit Item"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN10628.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Edits the selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1062B.help.text
msgid "Remove Item"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdata.xhp#par_idN1062F.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Removes the selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdataadd.xhp#tit.help.text\n"
"Add Item / Edit Item"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#bm_id7194738.help.text
msgid ""
"\\<bookmark_value\\>read-only items in Data "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>editing;items in Data "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>adding;items in Data "
"Navigator\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10547.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10547.help.text\n"
"Add Item / Edit Item"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1054B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds a new item or edits the selected item in the "
"XForms \\<link href=\\\"text/shared/01/xformsdata.xhp\\\"\\>Data "
"Navigator\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1055C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1055C.help.text\n"
"Item"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10560.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>You can add or edit attributes, elements, and "
"groups. %PRODUCTNAME inserts new elements and groups directly after the "
"currently selected item in the Data Navigator. New attributes are added to "
"the currently selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10563.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10563.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10567.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the name of the item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1056A.help.text
msgid ""
"The attribute names of elements or groups must be unique within the same "
"group."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1056D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1056D.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10571.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the type of a new item. You cannot change "
"the type of an edited item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10574.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10574.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10578.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter a default value for the selected "
"item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1057B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1057B.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1057F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the properties of the selected "
"item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10582.help.text
msgid "Data type"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10586.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the data type for the selected "
"item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10589.help.text
msgid "Required"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1058D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies if the item must be included on the "
"XForm.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10590.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10590.help.text\n"
"The \\<emph\\>Condition\\</emph\\> button opens the \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>Add Condition\\</link\\> "
"dialog where you can enter used namespaces and full XPath expressions."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105AA.help.text
msgid "Relevant"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105AE.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Declares the item as relevant.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105B1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105B1.help.text\n"
"The \\<emph\\>Condition\\</emph\\> button opens the \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>Add Condition\\</link\\> "
"dialog where you can enter used namespaces and full XPath expressions."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105CB.help.text
msgid "Constraint"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105CF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Declares the item as a constraint.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN106C7.help.text
msgid ""
"The \\<emph\\>Condition\\</emph\\> button opens the \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>Add Condition\\</link\\> "
"dialog where you can specify the constraint condition."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105E4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105E4.help.text\n"
"Read-only"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105E8.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Declares the item as read-only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105EB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN105EB.help.text\n"
"The \\<emph\\>Condition\\</emph\\> button opens the \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>Add Condition\\</link\\> "
"dialog where you can enter used namespaces and full XPath expressions."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10605.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10605.help.text\n"
"Calculate"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10609.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Declares that the item is calculated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1076B.help.text
msgid ""
"The \\<emph\\>Condition\\</emph\\> button opens the \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>Add Condition\\</link\\> "
"dialog where you can enter the calculation."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1061E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN1061E.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataadd.xhp#par_idN10622.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>dialog\\</link\\> where "
"you can enter a detailed expression.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#tit.help.text\n"
"Add Condition"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#bm_id8615680.help.text
msgid ""
"\\<bookmark_value\\>conditions;items in Data "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>adding;conditions for "
"XForm items\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN1053E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN1053E.help.t"
"ext\n"
"Add Condition"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10542.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Add a condition in this subdialog of the \\<link "
"href=\\\"text/shared/01/xformsdataadd.xhp\\\"\\>Add Item / Edit "
"Item\\</link\\> dialog of the \\<link "
"href=\\\"text/shared/01/xformsdata.xhp\\\"\\>Data "
"Navigator\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10561.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10561.help.t"
"ext\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10565.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter a condition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10568.help.t"
"ext\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the result.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN1056F.help.text
msgid "Edit Namespaces"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataaddcon.xhp#par_idN10573.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/01/xformsdataname.xhp\\\"\\>Form Namespaces\\</link\\> "
"dialog where you can add, edit, or delete namespaces.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdatachange.xhp#tit.help.text\n"
"Change Data Binding"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#bm_id433973.help.text
msgid ""
"\\<bookmark_value\\>changing;data binding of "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>editing;data binding of "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>data binding;changing in "
"XForms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN10547.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN10547.help.t"
"ext\n"
"Change Data Binding"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN1054B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Edit the data binding in the XForms \\<link "
"href=\\\"text/shared/01/xformsdata.xhp\\\"\\>Data "
"Navigator\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN1056E.help.text
msgid "Model"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN10572.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the name of the XForms model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN10587.help.text
msgid "Item list"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdatachange.xhp#par_idN1058B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the data binding for the selected form "
"control. To change the data binding, select another item in the list click "
"\\<emph\\>OK\\</emph\\>. To access the \\<emph\\>Add\\</emph\\> and "
"\\<emph\\>Properties\\</emph\\> commands for an item, right-click the "
"item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/01/xformsdataname.xhp#tit.help.text\n"
"Form Namespaces"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#bm_id8286080.help.text
msgid ""
"\\<bookmark_value\\>deleting;namespaces in "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>editing;namespaces in "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>adding;namespaces in "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>organizing;namespaces in "
"XForms\\</bookmark_value\\>\\<bookmark_value\\>namespace organization in "
"XForms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN1053E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN1053E.help.tex"
"t\n"
"Form Namespaces"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10542.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Use this dialog to organize namespaces. You can "
"access this dialog through the \\<link "
"href=\\\"text/shared/01/xformsdataaddcon.xhp\\\"\\>Add Condition\\</link\\> "
"dialog of the \\<link href=\\\"text/shared/01/xformsdata.xhp\\\"\\>Data "
"Navigator\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10561.help.text
msgid "Namespaces"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10565.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Lists the currently defined namespaces for the "
"form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10568.help.tex"
"t\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds a new namespace to the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN1056F.help.text
msgid ""
"Use the \\<emph\\>Add Namespace\\</emph\\> dialog to enter the Prefix and "
"URL."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10576.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10576.help.tex"
"t\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN1057A.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Edits the selected namespace.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN1057D.help.text
msgid ""
"Use the \\<emph\\>Edit Namespace\\</emph\\> dialog to edit the Prefix and "
"URL."
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10584.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10584.help.tex"
"t\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/01/xformsdataname.xhp#par_idN10588.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected namespace.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01110000.xhp#tit.help.text\n"
"Print File Directly"
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#bm_id3153539.help.text
msgid "\\<bookmark_value\\>printing; directly\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#hd_id3153539.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01110000.xhp\\\" name=\\\"Print File "
"Directly\\\"\\>Print File Directly\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#par_id3154398.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PrintDefault\\\"\\>Click the \\<emph\\>Print File "
"Directly\\</emph\\> icon to print the active document with the current "
"default print settings.\\</ahelp\\> These can be found in the "
"\\<emph\\>Printer Setup\\</emph\\> dialog, which you can call with the "
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Settings\\\"\\>\\<emph\\>Printer Settings\\</emph\\>\\</link\\> menu command."
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#par_id3147275.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If you select text or a graphic and click the "
"\\<emph\\>Print File Direct\\</emph\\> icon, you are prompted to print the "
"selection or the document. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#par_id9547105.help.text
msgid ""
"If the current document uses a printer that is not the default printer for "
"your operating system, the \\<emph\\>Print File Direct \\</emph\\>icon opens "
"the \\<link "
"href=\\\"text/shared/01/01130000.xhp\\\"\\>\\<emph\\>Print\\</emph"
"\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01110000.xhp#par_idN10679.help.text
msgid ""
"If the current document uses a printer that is not the default printer that "
"was specified in the \\<link "
"href=\\\"text/shared/guide/spadmin.xhp\\\"\\>spadmin\\</link\\>, printer "
"administration program, the \\<emph\\>Print File Direct \\</emph\\>icon "
"opens the \\<link "
"href=\\\"text/shared/01/01130000.xhp\\\"\\>\\<emph\\>Print\\"
"</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01140000.xhp#tit.help.text\n"
"Show Draw Functions"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#bm_id3150476.help.text
msgid ""
"\\<bookmark_value\\>Drawing "
"bar\\</bookmark_value\\>\\<bookmark_value\\>selection tools in Drawing "
"bar\\</bookmark_value\\>\\<bookmark_value\\>selection "
"frames\\</bookmark_value\\>\\<bookmark_value\\>frames; selection "
"frames\\</bookmark_value\\>\\<bookmark_value\\>lines; draw "
"functions\\</bookmark_value\\>\\<bookmark_value\\>polygons; draw "
"functions\\</bookmark_value\\>\\<bookmark_value\\>freeform lines; draw "
"functions\\</bookmark_value\\>\\<bookmark_value\\>text boxes; "
"positioning\\</bookmark_value\\>\\<bookmark_value\\>headings; entering as "
"text box\\</bookmark_value\\>\\<bookmark_value\\>text objects; draw "
"functions\\</bookmark_value\\>\\<bookmark_value\\>ticker "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; "
"animating\\</bookmark_value"
"\\>\\<bookmark_value\\>animations;text\\</bookmark_"
"value\\>\\<bookmark_value\\>vertical "
"callouts\\</bookmark_value\\>\\<bookmark_value\\>vertical text "
"boxes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3152363.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3152363.1.help.text\n"
"\\<link href=\\\"text/shared/02/01140000.xhp\\\" name=\\\"Show Draw "
"Functions\\\"\\>Show Draw Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3150789.72.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertDraw\\\"\\>Click to open or close the "
"\\<emph\\>Drawing \\</emph\\>bar, where you can add shapes, lines, text, and "
"callouts to the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3147291.9.help.text
msgid "Icons on the \\<emph\\>Drawing \\</emph\\>bar:"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154288.help.text
msgid ""
"\\<image id=\\\"img_id3153683\\\" "
"src=\\\"res/commandimagelist/sc_insertdraw.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153683\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3153032.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#par_id3153032.10.help.text\n"
"Show Draw Functions"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3149398.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3149398.11.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3147573.help.text
msgid ""
"\\<image id=\\\"img_id3153824\\\" "
"src=\\\"res/commandimagelist/sc_drawselect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153824\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3150771.12.help.text
msgid ""
"Lets you select objects in the current document. To select an object, click "
"the object with the arrow. To select more than one object, drag a selection "
"frame around the objects. To add an object to a selection, press Shift, and "
"then click the object."
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3143270.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3143270.13.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154897.help.text
msgid ""
"\\<image id=\\\"img_id3147618\\\" "
"src=\\\"res/commandimagelist/sc_line.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147618\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3155922.64.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Line\\\"\\>Draws a straight line where you drag in the "
"current document. To constrain the line to 45 degrees, hold down Shift while "
"you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3153360.71.help.text
msgid ""
"To enter text on a line, double-click the line and type or paste your text. "
"The text direction corresponds to the direction you dragged to draw the "
"line. To hide the line, select \\<emph\\>Invisible\\</emph\\> in the "
"\\<emph\\>Line Style\\</emph\\> box on the \\<emph\\>Drawing Object "
"Properties\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3152922.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3152922.16.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154125.help.text
msgid ""
"\\<image id=\\\"img_id3158407\\\" "
"src=\\\"res/commandimagelist/sc_rect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3158407\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3147230.65.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Rect\\\"\\>Draws a rectangle where you drag in the "
"current document. To draw a square, hold down Shift while you drag. Click "
"where you want to place a corner of the rectangle, and drag to the size you "
"want.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3149807.45.help.text
msgid ""
"You can \\<link href=\\\"text/shared/01/05270000.xhp\\\" "
"name=\\\"resize\\\"\\>resize\\</link\\> a rectangle by dragging one of the "
"handles of the rectangle."
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3153367.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3153367.20.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3156443.help.text
msgid ""
"\\<image id=\\\"img_id3153951\\\" "
"src=\\\"res/commandimagelist/sc_ellipse.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153951\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3159197.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Ellipse\\\"\\>Draws an oval where you drag in the "
"current document. Click where you want to draw the oval, and drag to the "
"size you want. To draw a circle, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3155308.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3155308.23.help.text\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154129.help.text
msgid ""
"\\<image id=\\\"img_id3152576\\\" "
"src=\\\"res/commandimagelist/sc_polygon_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152576\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3147214.24.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Polygon_Unfilled\\\"\\>Draws a line composed of a "
"series of straight line segments. Drag to draw a line segment, click to "
"define the endpoint of the line segment, and then drag to draw a new line "
"segment. Double-click to finish drawing the line. To create a closed shape, "
"double-click the starting point of the line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154638.47.help.text
msgid ""
"Hold the Shift key while drawing a polygon to position new points at 45 "
"degree angles."
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154319.48.help.text
msgid ""
"The \\<link href=\\\"text/shared/01/05270000.xhp\\\" name=\\\"Edit "
"Points\\\"\\>Edit Points\\</link\\> mode enables you to interactively modify "
"the individual points of the polygon."
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3153279.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3153279.56.help.text\n"
"Curve"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3153876.help.text
msgid ""
"\\<image id=\\\"img_id3149379\\\" "
"src=\\\"res/commandimagelist/sc_bezier_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149379\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3148878.57.help.text
msgid ""
"\\<variable id=\\\"kurvetext\\\"\\>\\<ahelp "
"hid=\\\".uno:Bezier_Unfilled\\\"\\>Draws a smooth Bezier curve. Click where "
"you want the curve to start, drag, release, and then move the pointer to "
"where you want the curve to end and click. Move the pointer and click again "
"to add a straight line segment to the curve. Double-click to finish drawing "
"the curve. To create a closed shape, double click the starting point of the "
"curve.\\</ahelp\\> The arc of the curve is determined by the distance you "
"drag. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3148587.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3148587.60.help.text\n"
"Freeform Line"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3155602.help.text
msgid ""
"\\<image id=\\\"img_id3154510\\\" "
"src=\\\"res/commandimagelist/sc_linetoolbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154510\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154163.61.help.text
msgid ""
"\\<variable id=\\\"freihandtext\\\"\\>\\<ahelp "
"hid=\\\".uno:Freeline_Unfilled\\\"\\>Draws a freeform line where you drag in "
"the current document. To end the line, release the mouse button. To draw a "
"closed shape, release the mouse button near the starting point of the "
"line.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3147259.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3147259.27.help.text\n"
"Arc"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3156359.help.text
msgid ""
"\\<image id=\\\"img_id3153710\\\" "
"src=\\\"res/commandimagelist/sc_arc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153710\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3148482.66.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Arc\\\"\\>Draws an arc in the current document. To "
"draw an arc, drag an oval to the size you want, and then click to define the "
"starting point of the arc. Move your pointer to where you want to place the "
"endpoint and click. You do not need to click on the oval. To draw an arc "
"that is based on a circle, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3153924.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3153924.30.help.text\n"
"Ellipse Pie"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154363.help.text
msgid ""
"\\<image id=\\\"img_id3159186\\\" "
"src=\\\"res/commandimagelist/sc_pie.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159186\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3156383.67.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Pie\\\"\\>Draws a filled shape that is defined by the "
"arc of an oval and two radius lines in the current document. To draw an "
"ellipse pie, drag an oval to the size you want, and then click to define the "
"first radius line. Move your pointer to where you want to place the second "
"radius line and click. You do not need to click on the oval. To draw a "
"circle pie, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3154964.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3154964.33.help.text\n"
"Circle Segment"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3151017.help.text
msgid ""
"\\<image id=\\\"img_id3147315\\\" "
"src=\\\"res/commandimagelist/sc_circlecut.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147315\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3149106.68.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CircleCut\\\"\\>Draws a filled shape that is defined "
"by the arc of a circle and a diameter line in the current document. To draw "
"a circle segment, drag a circle to the size you want, and then click to "
"define the starting point of the diameter line. Move your pointer to where "
"you want to place the endpoint of the diameter line and click. You do not "
"need to click on the circle. To draw an ellipse segment, hold down Shift "
"while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3145150.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3145150.36.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3145790.help.text
msgid ""
"\\<image id=\\\"img_id3155608\\\" "
"src=\\\"res/commandimagelist/sc_texttoolbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155608\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3154657.69.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DrawText\\\"\\>Draws a text box with horizontal text "
"direction where you drag in the current document. Drag a text box to the "
"size you want anywhere in the document, and then type or paste your "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3158214.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3158214.62.help.text\n"
"Text Animation"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3150380.help.text
msgid ""
"\\<image id=\\\"img_id3152580\\\" "
"src=\\\"res/commandimagelist/sc_text_marquee.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152580\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3150826.63.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Text_Marquee\\\" visibility=\\\"hidden\\\"\\>Inserts "
"animated text with horizontal text direction into the current document. Drag "
"a text frame, and then type or paste your text. To assign an animation "
"effect, choose \\<emph\\>Format - Text - Text "
"Animation\\</emph\\>.\\</ahelp\\>\\<variable id=\\\"lauftext\\\"\\>Inserts "
"animated text with horizontal text direction into the current document. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3149966.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01140000.xhp#hd_id3149966.41.help.text\n"
"Callouts"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3153781.help.text
msgid ""
"\\<image id=\\\"img_id3145256\\\" "
"src=\\\"res/commandimagelist/sc_drawcaption.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3151274.70.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DrawCaption\\\"\\>Draws a line that ends in a "
"rectangular callout with horizontal text direction from where you drag in "
"the current document. Drag a handle of the callout to resize the callout. To "
"add text, click the edge of the callout, and then type or paste your text. "
"To change a rectangular callout to a rounded callout, drag the largest "
"corner handle when the pointer changes to a hand.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3149735.75.help.text
msgid "Vertical Callouts"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3156068.help.text
msgid ""
"\\<image id=\\\"img_id3154818\\\" "
"src=\\\"res/commandimagelist/sc_verticalcaption.png\\\" "
"width=\\\"0.1335inch\\\" height=\\\"0.1335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154818\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3150492.76.help.text
msgid ""
"\\<ahelp hid=\\\".uno:VerticalCaption\\\"\\>Draws a line that ends in a "
"rectangular callout with vertical text direction from where you drag in the "
"current document. Drag a handle of the callout to resize the callout. To add "
"text, click the edge of the callout, and then type or paste your text. To "
"change a rectangular callout to a rounded callout, drag the largest corner "
"handle when the pointer changes to a hand.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#hd_id3166437.77.help.text
msgid "Vertical Text"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3146929.help.text
msgid ""
"\\<image id=\\\"img_id3154372\\\" "
"src=\\\"res/commandimagelist/sc_verticaltext.png\\\" "
"width=\\\"0.1701inch\\\" height=\\\"0.1701inch\\\"\\>\\<alt "
"id=\\\"alt_id3154372\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3152989.78.help.text
msgid ""
"\\<ahelp hid=\\\".uno:VerticalText\\\"\\>Draws a text box with vertical text "
"direction where you click or drag in the current document. Click anywhere in "
"the document, and then type or paste your text. You can also move the cursor "
"to where you want to add the text, drag a text box, and then type or paste "
"your text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01140000.xhp#par_id3155555.74.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/insert_graphic_drawit.xhp\\\" "
"name=\\\"Tips\\\"\\>Tips for working with the \\<emph\\>Drawing "
"\\</emph\\>bar.\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#tit.help.text\n"
"Form Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#bm_id3154142.help.text
msgid ""
"\\<bookmark_value\\>form "
"controls\\</bookmark_value\\>\\<bookmark_value\\>inserting; form "
"fields\\</bookmark_value\\>\\<bookmark_value\\>form "
"fields\\</bookmark_value\\>\\<bookmark_value\\>mnemonics in "
"controls\\</bookmark_value\\>\\<bookmark_value\\>command button "
"creation\\</bookmark_value\\>\\<bookmark_value\\>buttons; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>push button "
"creation\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>option button "
"creation\\</bookmark_value\\>\\<bookmark_value\\>radio button "
"creation\\</bookmark_value\\>\\<bookmark_value\\>option field "
"creation\\</bookmark_value\\>\\<bookmark_value\\>check box "
"creation\\</bookmark_value\\>\\<bookmark_value\\>labels; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>fixed text; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>group box "
"creation\\</bookmark_value\\>\\<bookmark_value\\>text boxes;form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>list box "
"creation\\</bookmark_value\\>\\<bookmark_value\\>picklist "
"creation\\</bookmark_value\\>\\<bookmark_value\\>drop-down lists; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>combo box "
"creation\\</bookmark_value\\>\\<bookmark_value\\>image button "
"creation\\</bookmark_value\\>\\<bookmark_value\\>image control "
"creation\\</bookmark_value\\>\\<bookmark_value\\>file selections; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>date fields; "
"creating\\</bookmark_value\\>\\<bookmark_value\\>time fields; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>numerical fields in "
"forms\\</bookmark_value\\>\\<bookmark_value\\>formatted fields; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>currency field "
"creation\\</bookmark_value\\>\\<bookmark_value\\>pattern fields; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>table controls; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>grid controls; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>selections; form "
"functions\\</bookmark_value\\>\\<bookmark_value\\>controls; select "
"mode\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"focus\\</bookmark_value\\>\\<bookmark_value\\>focus of "
"controls\\</bookmark_value\\>\\<bookmark_value\\>forms; focus after "
"opening\\</bookmark_value\\>\\<bookmark_value\\>automatic control "
"focus\\</bookmark_value\\>\\<bookmark_value\\>spin button "
"creation\\</bookmark"
"_value\\>\\<bookmark_value\\>scrollbars;controls\\</bookma"
"rk_value\\>\\<bookmark_value\\>Navigation bar;controls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3154142.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3154142.1.help.text\n"
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"Form "
"Controls\\\"\\>Form Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3151378.2.help.text
msgid ""
"\\<variable id=\\\"formulartext\\\"\\>\\<ahelp hid=\\\".uno:Config\\\"\\>The "
"Form Controls icon opens a toolbar with the tools that you need to create an "
"interactive form.\\</ahelp\\>\\</variable\\> You can use the toolbar to add "
"controls to a form in a text, spreadsheet, presentation, or HTML document, "
"for example a button that runs a macro."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3147336.68.help.text
msgid "Icon in the \\<emph\\>Insert\\</emph\\> bar:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3155341.help.text
msgid ""
"\\<image id=\\\"img_id3150943\\\" "
"src=\\\"res/commandimagelist/sc_config.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150943\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149670.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#par_id3149670.3.help.text\n"
"Form Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10B21.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/xforms.xhp\\\"\\>XML Form "
"documents\\</link\\> (XForms) use the same controls."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3152771.45.help.text
msgid ""
"To create a form, open a document and use the Controls toolbar to add and to "
"define the form controls. If you want, you can also link the form to a "
"database, so that you can use the controls to manipulate a database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150791.46.help.text
msgid ""
"When you create a form in an HTML documents, you can use the form send data "
"over the Internet."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145171.47.help.text
msgid ""
"%PRODUCTNAME only exports the form properties that are supported by the HTML "
"version that you export to. To specify the HTML version, choose "
"\\<emph\\>Tools - Options - Load/Save - HTML Compatibility\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10C39.help.text
msgid "To add a control to a document"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154918.4.help.text
msgid ""
"On the Form Controls toolbar, click the icon of the control that you want to "
"add."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10C4D.help.text
msgid "In the document, drag to create the control. "
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10C50.help.text
msgid ""
"To create a square control field, hold down the \\<item "
"type=\\\"keycode\\\"\\>Shift\\</item\\> key while you drag."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154127.78.help.text
msgid ""
"To add a field from the field list of a table or from a query to a form, "
"drag a cell into the form. In a text document, you can also drag a column "
"header to add a field to a form. To include a label for the field, hold down "
"the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift key down when you drag a column head."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10C87.help.text
msgid "Modifying a Control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3148645.5.help.text
msgid ""
"Right-click the control and choose \\<emph\\>Control\\</emph\\>. A dialog "
"opens where you can define the properties of the control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3153363.163.help.text
msgid ""
"To specify a accelerator key for a control, add a tilde (~) in front of the "
"character in the label for the control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3152792.135.help.text
msgid ""
"You can drag and drop controls from one document to another document. You "
"can also copy and paste controls between documents. When you insert a "
"control from another document, $[officename] analyzes the data source, "
"content type, and content properties of the control so that the control fits "
"the logical structure in the target document. For example, a control that "
"displays contents from an address book continues to display the same "
"contents after you copy the control to a different document. You can view "
"these properties on the \\<emph\\>Data\\</emph\\> tab page of the "
"\\<emph\\>Form properties\\</emph\\> dialog. "
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10CB7.help.text
msgid "The Form Controls toolbar can open two additional toolbars."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10CC6.help.text
msgid "More Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10CDC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<emph\\>More Controls\\</emph\\> "
"toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10CF7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10CF7.help.text\n"
"Form Design"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN10D0D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<emph\\>Form Design\\</emph\\> "
"toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3148590.69.help.text
msgid "The following control fields exist:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3148774.6.help.text
msgid "Push Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145801.help.text
msgid ""
"\\<image id=\\\"img_id3151073\\\" "
"src=\\\"res/commandimagelist/sc_insertpushbutton.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151073\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3147046.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Pushbutton\\\"\\>Creates a push button.\\</ahelp\\> "
"This function can be used to execute a command for a defined event, such as "
"a mouse click."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154731.138.help.text
msgid "You can apply text and graphics to these buttons."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3157844.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3157844.8.help.text\n"
"Option Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3152971.help.text
msgid ""
"\\<image id=\\\"img_id3152999\\\" "
"src=\\\"res/commandimagelist/sc_radiobutton.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152999\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149123.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RadioButton\\\"\\>Creates an option "
"button.\\</ahelp\\> Option buttons enable the user to choose one of several "
"options. Option buttons with the same functionality are given the same name "
"(\\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Name\\\"\\>\\<emph\"
"\>Name\\</emph\\>\\</link\\>\\<emph\\>property\\</emph\\>). Normally, they "
"are given a \\<link href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"group "
"box\\\"\\>group box\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3146914.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3146914.10.help.text\n"
"Check Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3148483.help.text
msgid ""
"\\<image id=\\\"img_id3156380\\\" "
"src=\\\"res/commandimagelist/sc_checkbox.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3156380\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3153927.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CheckBox\\\"\\>Creates a check box.\\</ahelp\\> Check "
"boxes allow you to activate or deactivate a function in a form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3145618.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3145618.12.help.text\n"
"Label Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145295.help.text
msgid ""
"\\<image id=\\\"img_id3151017\\\" "
"src=\\\"res/commandimagelist/sc_insertfixedtext.png\\\" "
"width=\\\"0.0874inch\\\" height=\\\"0.0874inch\\\"\\>\\<alt "
"id=\\\"alt_id3151017\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3148534.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Label\\\"\\>Creates a field for displaying "
"text.\\</ahelp\\> These labels are only for displaying predefined text. "
"Entries cannot be made in these fields."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3145147.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3145147.14.help.text\n"
"Group Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3159334.help.text
msgid ""
"\\<image id=\\\"img_id3153790\\\" "
"src=\\\"res/commandimagelist/sc_groupbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153790\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154572.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GroupBox\\\"\\>Creates a frame to visually group "
"several controls.\\</ahelp\\> Group boxes allow you to group option buttons "
"in a frame."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3148394.72.help.text
msgid ""
"If you insert a group frame into the document, the \\<link "
"href=\\\"text/shared/autopi/01120000.xhp\\\" name=\\\"AutoPilot Group "
"Element\\\"\\>Group Element Wizard\\</link\\> starts, which allows you to "
"easily create an option group."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150567.65.help.text
msgid ""
"\\<emph\\>Note:\\</emph\\> When you drag a group box over already existing "
"controls and then want to select a control, you have to first open the "
"context menu of the group box and choose \\<emph\\>Arrange - Send to "
"Back\\</emph\\>. Then select the control while pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145615.66.help.text
msgid ""
"Group boxes are used only for a visual effect. A functional grouping of "
"option fields can be made through the name definition: under the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Name\\\"\\>\\<emph\\>Name\\</emph\\>\\</link\\> properties of all "
"option fields, enter the same name in order to group them."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153794.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153794.16.help.text\n"
"Text Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3163665.help.text
msgid ""
"\\<image id=\\\"img_id3153266\\\" "
"src=\\\"res/commandimagelist/sc_edit.png\\\" width=\\\"0.0874inch\\\" "
"height=\\\"0.0874inch\\\"\\>\\<alt "
"id=\\\"alt_id3153266\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3158444.17.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Edit\\\"\\>Creates a text box.\\</ahelp\\> Text boxes "
"are fields in which the user can enter text. In a form, text boxes display "
"data or allow for new data input."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3156064.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3156064.18.help.text\n"
"List Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154326.help.text
msgid ""
"\\<image id=\\\"img_id3154135\\\" "
"src=\\\"res/commandimagelist/sc_listbox.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154135\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3166428.19.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ListBox\\\"\\>Creates a list box.\\</ahelp\\> A list "
"box lets users select an entry from a list. If the form is linked to a "
"database and the database connection is active, the\\<link "
"href=\\\"text/shared/02/01170900.xhp\\\" name=\\\" AutoPilot List "
"Box\\\"\\>\\<emph\\>List Box Wizard\\</emph\\>\\</link\\> will automatically "
"appear after the list box is inserted in the document. This wizard helps you "
"create the list box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3147171.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3147171.20.help.text\n"
"Combo Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149981.help.text
msgid ""
"\\<image id=\\\"img_id3148817\\\" "
"src=\\\"res/commandimagelist/sc_combobox.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3148817\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149407.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ComboBox\\\"\\>Creates a combo box.\\</ahelp\\> A "
"combo box is a single-line list box with a drop-down list from which users "
"choose an option. You can assign the \"read-only\" property to the combo box "
"so that users cannot enter other entries than those found in the list. If "
"the form is bound to a database and the database connection is active, the "
"\\<link href=\\\"text/shared/02/01170900.xhp\\\" name=\\\"Combo Box "
"AutoPilot\\\"\\>\\<emph\\>Combo Box Wizard\\</emph\\>\\</link\\> will "
"automatically appear after you insert the combo box in the document."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153316.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153316.22.help.text\n"
"Image Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3159622.help.text
msgid ""
"\\<image id=\\\"img_id3154378\\\" "
"src=\\\"res/commandimagelist/sc_imagebutton.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154378\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3148601.23.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Imagebutton\\\"\\>Creates a button displayed as an "
"image.\\</ahelp\\> Aside from the graphic representation, an image button "
"has the same properties as a \"normal\" button."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3159171.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3159171.49.help.text\n"
"Image Control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3155869.help.text
msgid ""
"\\<image id=\\\"img_id3152381\\\" "
"src=\\\"res/commandimagelist/sc_objectcatalog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152381\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149596.50.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ImageControl\\\"\\>Creates an image control. It can "
"only be used to add images from a database.\\</ahelp\\> In the form "
"document, double-click one of these controls to open the \\<emph\\>Insert "
"Graphic\\</emph\\> dialog to insert the image. There is also a context menu "
"(not in design mode) with commands for inserting and deleting the image."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150318.70.help.text
msgid ""
"Images from a database can be displayed in a form, and new images can be "
"inserted in the database as long as the image control is not write-"
"protected. The control must refer to a database field of the image type. "
"Therefore, enter the data field into the properties window on the "
"\\<emph\\>Data\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3156186.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3156186.27.help.text\n"
"File Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150531.help.text
msgid ""
"\\<image id=\\\"img_id3154344\\\" "
"src=\\\"res/commandimagelist/sc_filecontrol.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154344\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149438.28.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FileControl\\\"\\>Creates a button that enables file "
"selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3156040.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3156040.29.help.text\n"
"Date Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149423.help.text
msgid ""
"\\<image id=\\\"img_id3150096\\\" "
"src=\\\"res/commandimagelist/sc_adddatefield.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150096\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3151312.30.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DateField\\\"\\>Creates a date field.\\</ahelp\\> If "
"the form is linked to a database, the date values can be adopted from the "
"database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3151302.131.help.text
msgid ""
"If you assign the \"Dropdown\" property to the date field, the user can open "
"a calendar to select a date under the date field. This also applies to a "
"date field within a Table Control field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154395.63.help.text
msgid ""
"Date fields can be easily edited by the user with the up arrow and down "
"arrow keys. Depending on the cursor position, the day, month, or the year is "
"can be increased or decreased using the arrow keys."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3153112.132.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170003.xhp\\\" name=\\\"Specific Remarks "
"on Date Fields\\\"\\>Specific Remarks on Date Fields\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3152369.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3152369.31.help.text\n"
"Time Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3153687.help.text
msgid ""
"\\<image id=\\\"img_id3155949\\\" "
"src=\\\"res/commandimagelist/sc_timefield.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3155949\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3155399.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TimeField\\\"\\>Creates a time field.\\</ahelp\\> If "
"the form is linked to a database, the time values for the form can be "
"adopted from the database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154764.64.help.text
msgid ""
"Time fields can be easily edited by the user with the up and down arrow "
"keys. Depending on the cursor position, the hours, minutes, or the seconds "
"are increased or decreased using the arrow keys."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3154652.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3154652.33.help.text\n"
"Numerical Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149396.help.text
msgid ""
"\\<image id=\\\"img_id3153012\\\" "
"src=\\\"res/commandimagelist/sc_insertnumericfield.png\\\" "
"width=\\\"0.0874inch\\\" height=\\\"0.0874inch\\\"\\>\\<alt "
"id=\\\"alt_id3153012\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145601.34.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumericField\\\"\\>Creates a numerical "
"field.\\</ahelp\\> If the form is linked to a database, the numerical values "
"in the form can be adopted from the database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3151218.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3151218.124.help.text\n"
"Formatted Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154836.help.text
msgid ""
"\\<image id=\\\"img_id3143277\\\" "
"src=\\\"res/commandimagelist/sc_formattedfield.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3143277\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3147547.125.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormattedField\\\"\\>Creates a formatted "
"field.\\</ahelp\\> A formatted field is a text box in which you can define "
"how the inputs and outputs are formatted, and which limiting values apply."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3155346.126.help.text
msgid ""
"A formatted field has \\<link href=\\\"text/shared/02/01170002.xhp\\\" "
"name=\\\"special control properties\\\"\\>special control "
"properties\\</link\\> (choose \\<emph\\>Format - Control\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153612.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153612.35.help.text\n"
"Currency Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145324.help.text
msgid ""
"\\<image id=\\\"img_id3152866\\\" "
"src=\\\"res/commandimagelist/sc_currencyfield.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3152866\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3145115.36.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CurrencyField\\\"\\>Creates a currency "
"field.\\</ahelp\\> If the form is linked to a database, the currency field "
"contents for in the form can be adopted from the database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3148825.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3148825.37.help.text\n"
"Pattern Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3149742.help.text
msgid ""
"\\<image id=\\\"img_id3148924\\\" "
"src=\\\"res/commandimagelist/sc_insertpatternfield.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3148924\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150122.38.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PatternField\\\"\\>Creates a pattern "
"field.\\</ahelp\\> Pattern fields consist of an edit mask and a literal "
"mask. The edit mask determines which data can be entered. The literal mask "
"determines the contents of the pattern field when loading the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3152947.67.help.text
msgid "Please note that pattern fields are not exported into HTML format."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3157996.39.help.text
msgid "Table Control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3156402.help.text
msgid ""
"\\<image id=\\\"img_id3146324\\\" "
"src=\\\"res/commandimagelist/sc_grid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146324\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154579.40.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a table control to display a database "
"table.\\</ahelp\\> If you create a new table control, the \\<link "
"href=\\\"text/shared/02/01170800.xhp\\\" name=\\\"AutoPilot Table "
"Element\\\"\\>Table Element Wizard\\</link\\> appears."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3154697.133.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170004.xhp\\\" name=\\\"Special "
"Information about Table Controls\\\"\\>Special information about Table "
"Controls\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3154411.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3154411.24.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3156106.help.text
msgid ""
"\\<image id=\\\"img_id3153516\\\" "
"src=\\\"res/commandimagelist/sc_drawselect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153516\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150470.25.help.text
msgid ""
"This icon switches the mouse pointer to the select mode, or deactivates this "
"mode. The select mode is used to select the controls of the current form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153210.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170000.xhp#hd_id3153210.77.help.text\n"
"\\<link href=\\\"text/shared/02/01170400.xhp\\\" name=\\\"Add "
"Field\\\"\\>Add Field\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3146815.136.help.text
msgid "Automatic Control Focus"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3150261.help.text
msgid ""
"\\<image id=\\\"img_id3149351\\\" "
"src=\\\"res/commandimagelist/sc_autocontrolfocus.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149351\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id3109848.137.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoControlFocus\\\"\\>If\\<emph\\> Automatic Control "
"Focus \\</emph\\>is activated, the first form control will be selected when "
"you open the document. If the button is not activated, the text will be "
"selected after opening. The \\<link href=\\\"text/shared/02/01170300.xhp\\\" "
"name=\\\"Tab Order\\\"\\>Tab Order\\</link\\> that you have specified "
"determines which is the first form control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11A56.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11A56.help.text\n"
"Spin Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11A64.help.text
msgid ""
"\\<image id=\\\"img_id7816400\\\" "
"src=\\\"res/commandimagelist/sc_spinbutton.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt id=\\\"alt_id7816400\\\"\\>spin button "
"control\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11A75.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SpinButton\\\"\\>Creates a spin button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id710776.help.text
msgid ""
"If you add a spin button to a Calc spreadsheet, you can use the Data tab "
"page to create a two-way link between the spin button and a cell. As a "
"result, when you change the contents of a cell, the contents of the spin "
"button are updated. Conversely, if you change the value of the spin button, "
"the contents of the cell are updated."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11ABC.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11ABC.help.text\n"
"Scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11ACA.help.text
msgid ""
"\\<image id=\\\"img_id8203985\\\" "
"src=\\\"res/commandimagelist/sc_scrollbar.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt id=\\\"alt_id8203985\\\"\\>scrollbar "
"control\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11ADB.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ScrollBar\\\"\\>Creates a scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CA3.help.text
msgid "You can specify the following properties for a scrollbar:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CDA.help.text
msgid "UI name"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CE0.help.text
msgid "Semantics"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CE7.help.text
msgid "Scroll value min"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CED.help.text
msgid "Specifies the minimum height or the minimum width of a scrollbar."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CF4.help.text
msgid "Scroll value max"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11CFA.help.text
msgid "Specifies the maximum height or the maximum width of a scrollbar."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D01.help.text
msgid "Default Scroll value"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D07.help.text
msgid "Specifies the default height or the default width of a scrollbar."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D0E.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D0E.help.text\n"
"Orientation"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D14.help.text
msgid ""
"Specifies the orientation of a scrollbar, that is, horizontal or vertical."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D1B.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D1B.help.text\n"
"Small change"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D21.help.text
msgid ""
"Specifies the minimum amount by which you can scroll a scrollbar, for "
"example, by clicking an arrow."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D28.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D28.help.text\n"
"Large change"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D2E.help.text
msgid ""
"Specifies the amount that a large step scrolls a scrollbar, for example, "
"when you click between the scrollbar thumb and a scrollbar arrow."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D35.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D35.help.text\n"
"Delay"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D3B.help.text
msgid ""
"Specifies the delay in milliseconds between scrollbar trigger events. For "
"example, the delay that occurs when you click an arrow button on the "
"scrollbar and hold down the mouse button."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D42.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D42.help.text\n"
"Symbol color"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D48.help.text
msgid "Specifies the color of the arrows on the scrollbar."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D4F.help.text
msgid "Visible Size"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D55.help.text
msgid ""
"Specifies the size of the scrollbar thumb in \"value units\". For example, a "
"value of (\"Scroll value max.\" minus \"Scroll value min.\") / 2 results in "
"a scrollbar thumb that occupies half of the scrollbar."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D58.help.text
msgid ""
"To make the width of the scrollbar equal to the height of the scrollbar, set "
"the Visible Size to zero."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11D63.help.text
msgid ""
"In a Calc spreadsheet, you can use the Data tab page to create a two-way "
"link between a scrollbar and a cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B1E.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B1E.help.text\n"
"Navigation bar"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B2C.help.text
msgid ""
"\\<image id=\\\"img_id5074922\\\" "
"src=\\\"res/commandimagelist/sc_navigationbar.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id5074922\\\"\\>navigation bar control\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B3D.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_NAVIGATIONBAR\\\"\\>Creates a navigation "
"bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11DB1.help.text
msgid ""
"The navigation bar allows you to move through the records of a database or a "
"database form. The controls on this navigation bar work the same way as the "
"controls on the default \\<link "
"href=\\\"text/shared/main0213.xhp\\\"\\>navigation bar\\</link\\> in "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B57.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B57.help.text\n"
"Wizards On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B65.help.text
msgid ""
"\\<image id=\\\"img_id6128727\\\" "
"src=\\\"res/commandimagelist/sc_usewizards.png\\\" width=\\\"0.2228inch\\\" "
"height=\\\"0.2228inch\\\"\\>\\<alt id=\\\"alt_id6128727\\\"\\>wizards on off "
"control\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_idN11B76.help.text
msgid "Turns on and turns off the automatic form controls wizards."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#par_id6403088.help.text
msgid ""
"These wizards help you to enter the properties of list boxes, table "
"controls, and other controls."
msgstr ""

#: helpcontent2/source/text/shared/02/01170000.xhp#hd_id3149436.134.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170001.xhp\\\" name=\\\"Context Menu "
"Commands\\\"\\>Context Menu Commands\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170001.xhp#tit.help.text\n"
"Context Menu of a Control Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149294.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149294.123.help.text\n"
"Context Menu of a Control Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3147304.88.help.text
msgid "The context menu of a control field has the following commands."
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3152771.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3152771.89.help.text\n"
"Replace with"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3150400.90.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeControlType\\\" "
"visibility=\\\"visible\\\"\\>Calls a submenu where you can select a control "
"type to replace the control selected in the document.\\</ahelp\\> As many "
"properties as possible are adopted."
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3154366.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3154366.91.help.text\n"
"Text box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3154217.92.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToEdit\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a text box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3154819.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3154819.93.help.text\n"
"Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3161646.94.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToButton\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3144432.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3144432.95.help.text\n"
"Label field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3151381.96.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToFixed\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3125865.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3125865.97.help.text\n"
"List Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3144761.98.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToList\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149810.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149810.99.help.text\n"
"Check Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3145581.100.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToCheckBox\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a check box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3155429.101.help.text
msgid "Radio Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3153369.102.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToRadio\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into an option button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3155857.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3155857.103.help.text\n"
"Combo Box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3150012.104.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToCombo\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a combo box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3145264.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3145264.105.help.text\n"
"Image Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3145273.106.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToImageBtn\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into an image button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3146976.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3146976.107.help.text\n"
"File Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3153140.108.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToFileControl\\\" "
"visibility=\\\"visible\\\"\\>The selected control is transformed into a file "
"selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3147443.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3147443.109.help.text\n"
"Date Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3152578.110.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToDate\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a date field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3148647.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3148647.111.help.text\n"
"Time Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3152940.112.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToTime\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a time field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149667.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149667.113.help.text\n"
"Numerical Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3154321.114.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToNumeric\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a numerical field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3153160.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3153160.115.help.text\n"
"Currency Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3153223.116.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToCurrency\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a currency field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3157977.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3157977.117.help.text\n"
"Pattern Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3145646.118.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToPattern\\\" visibility=\\\"visible\\\"\\>The "
"selected control is transformed into a pattern field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3148389.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3148389.119.help.text\n"
"Image Control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3146927.120.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToImageControl\\\" "
"visibility=\\\"visible\\\"\\>The selected control is transformed into an "
"image control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149413.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170001.xhp#hd_id3149413.121.help.text\n"
"Formatted Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170001.xhp#par_id3083281.122.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertToFormatted\\\" "
"visibility=\\\"visible\\\"\\>The selected control is transformed into a "
"formatted field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170002.xhp#tit.help.text\n"
"Special properties of a formatted field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#bm_id3150774.help.text
msgid ""
"\\<bookmark_value\\>formatted fields; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>fields; formatted "
"fields\\</bookmark_value\\>\\<bookmark_value\\>controls; formatted "
"fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#hd_id3150774.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170002.xhp#hd_id3150774.131.help.text\n"
"Special properties of a formatted field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#par_id3156410.127.help.text
msgid ""
"\\<emph\\>Formatting\\</emph\\>: You can set the \\<emph\\>Formatting "
"\\</emph\\>property by clicking the \\<emph\\>... \\</emph\\>button in the "
"\\<emph\\>Formatting\\</emph\\> line of the \\<emph\\>Properties: Formatted "
"Field\\</emph\\> dialog. The \\<emph\\>Number Format\\</emph\\> dialog "
"appears."
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#par_id3150443.128.help.text
msgid ""
"If the formatted field is connected to the text field of a database, the "
"entries in this field will be treated as text. If the formatted field is "
"connected to a field of the database that can be displayed as a number, the "
"input is treated as numbers. The date and time are also handled internally "
"as numbers."
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#par_id3150976.129.help.text
msgid ""
"\\<emph\\>Min. value\\</emph\\> and \\<emph\\>Max. value\\</emph\\>: You can "
"enter the minimum and maximum numeric value for a formatted field. The min "
"and max values determine the output of existing data (Example: Min. value is "
"5, the connected database field contains the integer value 3. The output is "
"5, but the value in the database is not modified) and the input of new data "
"(Example: Max. value is 10 and you enter 20. The input is corrected and 10 "
"is written in the database). If the fields are not filled in for "
"\\<emph\\>Min. value \\</emph\\>and \\<emph\\>Max. value\\</emph\\>, no "
"limits will be applied. For formatted fields that are connected to a "
"database text field, these two values and the \\<emph\\>Default "
"value\\</emph\\> do not apply."
msgstr ""

#: helpcontent2/source/text/shared/02/01170002.xhp#par_id3153665.130.help.text
msgid ""
"\\<emph\\>Default value\\</emph\\>: This value is set for new records as the "
"default value."
msgstr ""

#: helpcontent2/source/text/shared/02/01170003.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170003.xhp#tit.help.text\n"
"Special Tips for Date Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170003.xhp#bm_id3150445.help.text
msgid "\\<bookmark_value\\>date fields; properties\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170003.xhp#hd_id3150445.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170003.xhp#hd_id3150445.77.help.text\n"
"Special Tips for Date Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170003.xhp#par_id3154230.75.help.text
msgid ""
"When you enter a year using two digits, the corresponding four digit value "
"is determined by a setting in \\<emph\\>Tools - Options - $[officename] - "
"General\\</emph\\>. For example, if 1935 is set as the lower limiting value "
"and you enter 34 as a date value, then the result is 2034 instead of 1934."
msgstr ""

#: helpcontent2/source/text/shared/02/01170003.xhp#par_id3149205.76.help.text
msgid ""
"The pre-set limit value will be saved for each document. If you want to open "
"a document in an older version of StarOffice, in which the limit of 1930 "
"could not be changed, then you must also select the limit value 1930 in your "
"current version of $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170004.xhp#tit.help.text\n"
"Special Tips for Table Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#bm_id3109850.help.text
msgid ""
"\\<bookmark_value\\>table controls; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>controls; table control "
"properties\\</bookmark_value\\>\\<bookmark_value\\>table controls;keyboard-"
"only edit mode\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3109850.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3109850.124.help.text\n"
"Special Tips for Table Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3153539.51.help.text
msgid ""
"You can define a table control to display the records as you like. In other "
"words you can define data fields for displaying or editing data like in a "
"database form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3152372.62.help.text
msgid ""
"The following fields are possible in a table control: text, date, time and "
"currency field, numeric field, pattern field, check box and combo box. In "
"the case of combined data/time fields, two columns are created automatically."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3159194.125.help.text
msgid ""
"The number of selected lines, if any are selected, is in parentheses after "
"the total number of records."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3155616.52.help.text
msgid ""
"To insert columns into the table control, click in the column heads and "
"bring up the context menu. The following commands are available:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3150789.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3150789.53.help.text\n"
"Insert Column"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3153750.54.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_INSERTCOL\\\"\\>Calls a submenu to select a data "
"field to adopt it in the table control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3155552.59.help.text
msgid ""
"Configure the table control using drag and drop: Open the data source "
"browser and drag the desired fields out of the data source browser and on to "
"the column heads of the table control. A pre-configured column is created."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3149827.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3149827.55.help.text\n"
"Replace with"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3153345.56.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_CHANGECOL\\\"\\>Opens a submenu to select a data "
"field to replace the data field selected in the table control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3143267.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3143267.57.help.text\n"
"Delete Column"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3157958.58.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_DELETECOL\\\"\\>Deletes the currently selected "
"column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3147275.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3147275.73.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3152996.74.help.text
msgid "Opens the properties dialog of the selected column."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3148539.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3148539.79.help.text\n"
"Hide Columns"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3159157.80.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_HIDECOL\\\"\\>Hides the selected column.\\</ahelp\\> "
"Its properties are not changed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3150771.81.help.text
msgid "Show columns"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3159400.82.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_SHOWCOLS\\\"\\>Calls a submenu where you can select "
"the columns to show again.\\</ahelp\\> To show only one column, click the "
"column name. You see only the first 16 hidden columns. If there are more "
"hidden columns, choose the \\<emph\\>More\\</emph\\> command to call the "
"\\<emph\\>Show Columns\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3156193.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3156193.83.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3159269.84.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_SHOWCOLS_MORE\\\"\\>Calls the \\<emph\\>Show "
"Columns\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3149763.85.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVX_DLG_SHOWGRIDCOLUMNS:1\\\"\\>In the "
"\\<emph\\>Show Columns\\</emph\\> dialog you can select the columns to be "
"shown. Hold down the Shift or Ctrl key to select multiple "
"entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3153561.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170004.xhp#hd_id3153561.86.help.text\n"
"All"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3150504.87.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_SHOWALLCOLS\\\"\\>Click \\<emph\\>All \\</emph\\>if "
"you want to show all columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3153349.127.help.text
msgid "Keyboard-only control of Table Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3149416.126.help.text
msgid ""
"If you use the keyboard only to travel through controls in your document, "
"you will find one difference to the other types of controls: the Tab key "
"does not move the cursor to the next control, but moves to the next column "
"inside the table control. Press Ctrl+Tab to move to the next control, or "
"press Shift+Ctrl+Tab to move to the previous control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#hd_id3153062.128.help.text
msgid "To enter the special keyboard-only edit mode for Table Controls:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3144510.129.help.text
msgid ""
"The form document must be in \\<link "
"href=\\\"text/shared/02/01170500.xhp\\\" name=\\\"design mode\\\"\\>design "
"mode\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3154758.130.help.text
msgid "Press Ctrl+F6 to select the document. "
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3161657.131.help.text
msgid ""
"Press Shift+F5 to select the first control. If the Table Control is not the "
"first control, press Tab until it is selected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3151056.132.help.text
msgid ""
"Press Enter to enter the edit mode. The handles are shown farther out from "
"the control border."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3154938.133.help.text
msgid ""
"In the edit mode, you can open the edit mode context menu by pressing "
"Shift+F10."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3154365.134.help.text
msgid ""
"If you want to edit columns, press Shift+Space to enter column edit mode. "
"Now you can rearrange the order of columns with Ctrl+Arrow keys. The Delete "
"key deletes the current column."
msgstr ""

#: helpcontent2/source/text/shared/02/01170004.xhp#par_id3145419.135.help.text
msgid "Press the Escape key to exit the edit mode."
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#tit.help.text
msgid "Control Properties"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#bm_id3147102.help.text
msgid ""
"\\<bookmark_value\\>controls; properties of form "
"controls\\</bookmark_value\\>\\<bookmark_value\\>properties; form "
"controls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#hd_id3147102.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170100.xhp\\\" name=\\\"Control "
"Properties\\\"\\>Control Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3145345.2.help.text
msgid ""
"\\<variable id=\\\"kontroll\\\"\\>\\<ahelp "
"hid=\\\".uno:ControlProperties\\\"\\>Opens a dialog for editing the "
"properties of a selected control.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3157910.17.help.text
msgid ""
"\\<variable id=\\\"hinweis\\\"\\>You can only call the\\<emph\\> "
"Properties\\</emph\\> dialog when in the Design mode with a control "
"selected. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3153760.3.help.text
msgid ""
"If you enter data in the \\<emph\\>Properties\\</emph\\> dialog, note that "
"multiline input is possible for certain drop-down combo boxes. This concerns "
"all fields in which an SQL statement can be entered, as well as the "
"properties of text boxes or label fields. You can open these fields and "
"enter text in the opened list. The following shortcut keys are valid:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3148686.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3148686.18.help.text\n"
"Keys"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3155390.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3155390.19.help.text\n"
"Effects"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3150504.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3150504.4.help.text\n"
"Alt+Down Arrow"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3150944.5.help.text
msgid "Opens the combo box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3153627.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3153627.6.help.text\n"
"Alt+Up Arrow"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3153063.7.help.text
msgid "Closes the combo box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3159413.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3159413.8.help.text\n"
"Shift+Enter"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3152811.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3152811.9.help.text\n"
"Inserts a new line."
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3153379.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3153379.10.help.text\n"
"Up Arrow"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3153192.11.help.text
msgid "Places the cursor into the previous line."
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3152933.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3152933.12.help.text\n"
"Down Arrow"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3151041.13.help.text
msgid "Places the cursor into the next line."
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3153178.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3153178.14.help.text\n"
"Enter"
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3147228.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170100.xhp#par_id3147228.15.help.text\n"
"Completes the input in the field and places the cursor into the next field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170100.xhp#par_id3156422.16.help.text
msgid ""
"As with list boxes or combo boxes, you can open or close the list with a "
"mouse click at the arrow on the right end of the field. However, the input "
"here can be entered either in the opened list or in the top text field. An "
"exception is the properties that expect a list representation, for example, "
"the property \\<emph\\>List Entries\\</emph\\>, which can be set for the "
"control fields \\<emph\\>List Box\\</emph\\> and \\<emph\\>Combo "
"Box\\</emph\\>. Here, you can only edit the entries when the field is opened."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153681.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3159233.2.help.text
msgid ""
"This \\<emph\\>General \\</emph\\>tab enables you to define the general "
"properties of a form control. These properties differ, depending on the "
"control type. Not all of the following properties are available for every "
"control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155342.172.help.text
msgid ""
"If you export the current form document to HTML format, the default control "
"values are exported, not the current control values. Default values are "
"determined - depending on the type of control - by the properties' \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"value\\\"\\>Default value\\</link\\> (for example, in text fields), \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"status\\\"\\>Default status\\</link\\> (for check boxes and option fields), "
"and \\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"selection\\\"\\>Default selection\\</link\\> (for list boxes)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149734.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149734.13.help.text\n"
"Enabled"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150084.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ENABLED\\\"\\>If a control field has the property "
"\"Enabled\" (Yes), the form user will be able to use the control "
"field.\\</ahelp\\> If the property is disabled, it will not be enabled (No) "
"and will be displayed in a gray color."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153320.74.help.text
msgid "Line count"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149235.75.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LINECOUNT\\\" "
"visibility=\\\"hidden\\\"\\>Specifies how many lines should be displayed in "
"the dropdown list. This setting is only active if you chose \"Yes\" in the "
"\"Dropdown\" option.\\</ahelp\\>For combo boxes with the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Dropdown\\\"\\>Dropdown\\</link\\> property, you can specify how "
"many lines should be displayed in the dropdown list. With control fields "
"which do not have the Dropdown option, the line's display will be specified "
"by the size of the control field and the font size."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153147.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153147.23.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149415.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BUTTONTYPE\\\" visibility=\\\"hidden\\\"\\>The "
"Action property determines the action that occurs when you activate a "
"button.\\</ahelp\\> You can use navigation actions to design your own "
"database navigation buttons."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152474.25.help.text
msgid ""
"The following table describes the actions that you can assign to a button."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3147303.224.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3147303.224.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154388.225.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3154388.225.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154071.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3154071.26.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153797.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3153797.27.help.text\n"
"No action occurs."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154216.30.help.text
msgid "Submit form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3147228.31.help.text
msgid ""
"Sends the data that is entered in other control fields of the current form "
"to the address that is specified in \\<link "
"href=\\\"text/shared/02/01170200.xhp\\\" name=\\\"Form Properties\\\"\\>Form "
"Properties\\</link\\> under \\<link href=\\\"text/shared/02/01170201.xhp\\\" "
"name=\\\"URL\\\"\\>\\<emph\\>URL\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151041.28.help.text
msgid "Reset form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155101.29.help.text
msgid ""
"Resets the settings in other control fields to the predefined defaults "
"(\\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"Status\\\"\\>Default Status\\</link\\>, \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"Selection\\\"\\>Default Selection\\</link\\>, \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"Value\\\"\\>Default Value\\</link\\>)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155431.32.help.text
msgid "Open document / web page"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150010.33.help.text
msgid ""
"Opens the URL that is specified under \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"URL\\\"\\>\\<emph\\>URL\\</emph\\>\\</link\\>. You can use \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Frame\\\"\\>\\<emph\\>Frame\\</emph\\>\\</link\\> to specify the "
"target frame."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN107FE.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN107FE.help.text\n"
"First record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10803.help.text
msgid "Moves the current form to the first record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10809.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10809.help.text\n"
"Previous record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1080E.help.text
msgid "Moves the current form to the previous record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10814.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10814.help.text\n"
"Next record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10819.help.text
msgid "Moves the current form to the next record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1081F.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1081F.help.text\n"
"Last record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10824.help.text
msgid "Moves the current form to the last record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1082A.help.text
msgid "Save record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1082F.help.text
msgid "Saves the current record, if necessary."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10835.help.text
msgid "Undo data entry"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1083A.help.text
msgid "Reverses the changes in the current record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10840.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10840.help.text\n"
"New record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10845.help.text
msgid "Moves the current form to the insert row."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1084B.help.text
msgid "Delete record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10850.help.text
msgid "Deletes the current record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN10856.help.text
msgid "Refresh form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1085B.help.text
msgid "Reloads the most recently saved version of the current form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154638.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154638.19.help.text\n"
"Dropdown"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152577.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DROPDOWN\\\" visibility=\\\"hidden\\\"\\>Specifies "
"whether the combo box should dropdown (Yes) or not (No).\\</ahelp\\>A "
"control field with the dropdown property has an additional arrow button "
"which opens the list of the existing form entries per mouse click. Under "
"\\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Line "
"count\\\"\\>\\<emph\\>Line count\\</emph\\>\\</link\\>, you can specify how "
"many lines (or rows) should be displayed in the dropdown state. Combination "
"fields can have the dropdown property."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3159198.182.help.text
msgid ""
"Combo boxes that were inserted as columns in a table control are always "
"dropdown as the default."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153140.11.help.text
msgid "Alignment / Graphics alignment"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151281.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ALIGN\\\" visibility=\\\"hidden\\\"\\>Specifies "
"the alignment option for text or graphics that are used on a "
"control.\\</ahelp\\> The alignment options are left-aligned, right-aligned, "
"and centered. These options are available for the following elements:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN109DD.help.text
msgid "Title of Label fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN109E1.help.text
msgid "Content of text fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN109E5.help.text
msgid "Content of table fields in the columns of a table control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN109E9.help.text
msgid "Graphics or text that are used in buttons"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN109EC.help.text
msgid ""
"The \\<emph\\>Alignment\\</emph\\> option for buttons is called "
"\\<emph\\>Graphics alignment\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3151073.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3151073.76.help.text\n"
"AutoFill"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152375.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_AUTOCOMPLETE\\\" "
"visibility=\\\"hidden\\\"\\>Assigns the AutoFill function to a combo "
"box.\\</ahelp\\> The AutoFill function displays a list of previous entries "
"after you start to type an entry."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154729.216.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154729.216.help.text\n"
"Label field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3145801.217.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CONTROLLABEL\\\"\\>Specifies the source for the "
"label of the control.\\</ahelp\\> The text of the label field will be used "
"instead of the name of a database field. For example, in the "
"\\<emph\\>Filter Navigator\\</emph\\>, \\<emph\\>Search\\</emph\\> dialog, "
"and as a column name in the table view."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153223.231.help.text
msgid ""
"To define one character of the label as a mnemonic, so that the user can "
"access this control by pressing the character on the keyboard, insert a "
"tilde (~) character in front of the character in the label."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154502.218.help.text
msgid ""
"Only the text of a group frame can be used as the label field when using "
"radio buttons. This text applies to all of the radio buttons of the same "
"group."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148587.219.help.text
msgid ""
"If you click on the \\<emph\\>...\\</emph\\> button next to the text field, "
"you will see the \\<emph\\>Label Field Selection\\</emph\\> dialog. Select a "
"label from the list."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154512.220.help.text
msgid ""
"\\<ahelp hid=\\\"PCR_CHECKBOX_RID_DLG_SELECTLABELCONTROL_1\\\"\\>Check the "
"\\<emph\\>No assignment \\</emph\\>box to remove the link between a control "
"and the assigned label field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148834.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148834.142.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148566.143.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_WIDTH\\\" visibility=\\\"hidden\\\"\\>Sets the "
"column width in the table control field.\\</ahelp\\>Sets the column width in "
"the table control field in the units that are specified in the %PRODUCTNAME "
"module options. If you want, you can enter a value followed by a valid "
"measurement unit, for example, 2 cm."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id1877803.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#hd_id1877803.help.text\n"
"Repeat"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id9863277.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_REPEAT\\\"\\>Specifies if the action of a control "
"such as a spin button or a scrollbar repeats when you click the control and "
"hold the mouse button down.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id9827875.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#hd_id9827875.help.text\n"
"Delay"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id6092715.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_REPEAT_DELAY\\\"\\>Specifies the delay in "
"milliseconds between repeating events.\\</ahelp\\> A repeating event occurs "
"when you click an arrow button or the background of a scrollbar, or one of "
"the record navigation buttons of a Navigation Bar, and you keep the mouse "
"button pressed for some time. You can enter a value followed by a valid time "
"unit, for example, 2 s or 500 ms."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145164.214.help.text
msgid "Record marker"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3147257.215.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_RECORDMARKER\\\"\\>Specifies whether the first "
"column is displayed with row labels, in which the current record is marked "
"by an arrow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3151019.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3151019.82.help.text\n"
"Date format"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152971.83.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATEFORMAT\\\" "
"visibility=\\\"hidden\\\"\\>Determine here the desired format for the date "
"readout.\\</ahelp\\>With date fields you can determine the format for the "
"date readout."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151356.84.help.text
msgid ""
"\\<variable id=\\\"hinweis\\\"\\>All format fields (date, time, currency, "
"numeric) are formatted automatically in the selected format as soon as you "
"leave them regardless of how you entered the input. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3156054.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3156054.87.help.text\n"
"Spin Button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154360.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SPIN\\\" visibility=\\\"hidden\\\"\\>The \"Yes\" "
"option transforms the control field into a spin button, where corresponding "
"arrow buttons are added.\\</ahelp\\>Numerical fields, currency fields, date "
"and time fields can be introduced as spin buttons in the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3159268.173.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3159268.173.help.text\n"
"Tristate"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154254.174.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TRISTATE\\\"\\>Specifies whether a check box can "
"also represent ZERO values of a linked database apart from the TRUE and "
"FALSE values.\\</ahelp\\> This function is only available if the database "
"accepts three states: TRUE, FALSE and ZERO."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156712.183.help.text
msgid ""
"The\\<emph\\> Tristate \\</emph\\>property is only defined for database "
"forms, not for HTML forms."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147324.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147324.89.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154703.90.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_PRINTABLE\\\"\\>Specifies whether you want the "
"control field to appear in a document's printout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3155962.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3155962.91.help.text\n"
"Edit mask"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150938.92.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_EDITMASK\\\" visibility=\\\"hidden\\\"\\>Defines "
"the edit mask. By specifying a character code you can determine what the "
"user can enter in the control field.\\</ahelp\\>By specifying the character "
"code in pattern fields, you can determine what the user can enter in the "
"pattern field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148479.184.help.text
msgid ""
"The length of the edit mask determines the number of the possible input "
"positions. If the user enters characters that do not correspond to the edit "
"mask, the input is rejected when the user leaves the field. You can enter "
"the following characters to define the edit mask:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3147130.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3147130.93.help.text\n"
" Character "
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149815.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3149815.94.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153774.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3153774.95.help.text\n"
"L"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154660.96.help.text
msgid ""
"A text constant. This position cannot be edited. The character is displayed "
"at the corresponding position of the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Literal Mask\\\"\\>Literal "
"Mask\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151346.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3151346.97.help.text\n"
"a"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150829.98.help.text
msgid ""
"The characters a-z and A-Z can be entered. Capital characters are not "
"converted to lowercase characters."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149207.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3149207.99.help.text\n"
"A"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156140.100.help.text
msgid ""
"The characters A-Z can be entered. If a lowercase letter is entered, it is "
"automatically converted to a capital letter"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153703.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3153703.101.help.text\n"
"c"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148873.102.help.text
msgid ""
"The characters a-z, A-Z, and 0-9 can be entered. Capital characters are not "
"converted to lowercase characters."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153781.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3153781.103.help.text\n"
"C"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154574.104.help.text
msgid ""
"The characters A-Z and 0-9 can be entered. If a lowercase letter is entered, "
"it is automatically converted to a capital letter"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153268.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3153268.105.help.text\n"
"N"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150979.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3150979.106.help.text\n"
"Only the characters 0-9 can be entered."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152769.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3152769.107.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156064.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3156064.108.help.text\n"
"All printable characters can be entered."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150517.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3150517.109.help.text\n"
"X"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150429.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3150429.110.help.text\n"
"All printable characters can be entered. If a lowercase letter is used, it "
"is automatically converted to a capital letter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155081.111.help.text
msgid ""
"For the character mask \"__.__.2000\", for example, define the "
"\"NNLNNLLLLL\" edit mask so that the user can only enter four digits when "
"entering a date."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154818.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154818.112.help.text\n"
"Strict format"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148750.113.help.text
msgid ""
"You can have a format check with control fields that accept formatted "
"contents (date, time, and so on). \\<ahelp "
"hid=\\\"HID_PROP_STRICTFORMAT\\\"\\>If the strict format function is "
"activated (Yes), only the allowed characters are accepted.\\</ahelp\\> For "
"example, in a date field, only numbers or date delimiters are accepted; all "
"alphabet entries typed with your keyboard are ignored."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147167.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147167.60.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154991.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TARGET_FRAME\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the target frame to display the "
"document that is opened by the \"Open document / web page\" "
"action.\\</ahelp\\>You can also specify the target frame to display a "
"\\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"URL\\\"\\>\\<emph\\>URL\\</emph\\>\\</link\\> that you open when "
"you click a button that has been assigned the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Type URL\\\"\\>Open "
"document / web page action\\</link\\>)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150521.62.help.text
msgid ""
"If you click the field, you can select an option from the list that "
"specifies into which frame the next document should be loaded. The following "
"possibilities exist:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148814.226.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3148814.226.help.text\n"
"Entry"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155500.227.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3155500.227.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149408.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3149408.63.help.text\n"
"_blank"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3146770.64.help.text
msgid "The next document is created in a new empty frame."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149771.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3149771.65.help.text\n"
"_parent"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3159143.66.help.text
msgid ""
"The next document is created in a parent frame. If no parent exists, the "
"document is created in the same frame."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151374.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3151374.67.help.text\n"
"_self"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148600.68.help.text
msgid "The next document is created in the same frame."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153067.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3153067.69.help.text\n"
"_top"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149174.70.help.text
msgid ""
"The next document is created in a top-level window, that is, in the highest "
"frame of the hierarchy; if the current frame is already a top window, the "
"document is created in the current frame."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156172.185.help.text
msgid ""
"The Frame property is relevant for HTML forms, but not for database forms."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146950.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146950.114.help.text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154344.115.help.text
msgid ""
"An image button has a \\<emph\\>Graphics \\</emph\\>property. \\<ahelp "
"hid=\\\"HID_PROP_IMAGE_URL\\\"\\>The\\<emph\\> Graphics\\</emph\\> property "
"specifies the graphic's path and file name that you want to have displayed "
"on the button.\\</ahelp\\> If you select the graphic file with the "
"\\<emph\\>...\\</emph\\> button, the path and file name will be "
"automatically included in the text box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150530.208.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150530.208.help.text\n"
"Help text"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156310.209.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HELPTEXT\\\"\\>Provides the option of entering a "
"help text that will be displayed as a tip on the control.\\</ahelp\\> The "
"tip shows the text in user mode when the mouse is moved over the control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153287.210.help.text
msgid ""
"For \\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"URL "
"type\\\"\\>URL type\\</link\\> buttons, the help text appears as the "
"extended tip instead of the URL address entered under \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"URL\\\"\\>URL\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145377.212.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145377.212.help.text\n"
"Help URL"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148649.213.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HELPURL\\\"\\>Specifies a batch label in URL "
"spelling which refers to a help document and which can be called with the "
"help of the control field.\\</ahelp\\> The help for the control field help "
"can be opened if the focus is positioned on the control field and the user "
"presses F1."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3152541.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3152541.3.help.text\n"
"Background color"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155073.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BACKGROUNDCOLOR\\\" "
"visibility=\\\"hidden\\\"\\>Sets the background color of the control "
"field.\\</ahelp\\> A background color is available for most control fields. "
"If you click on \\<emph\\>Background color\\</emph\\>, a list will open "
"which enables you to select among various colors. The \"Standard\" option "
"adopts the system setting. If the desired color is not listed, click the "
"\\<emph\\>...\\</emph\\> button to define a color in the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148971.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148971.40.help.text\n"
"Scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3144430.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HSCROLL\\\" visibility=\\\"hidden\\\"\\>Adds the "
"scrollbar type that you specify to a text box.\\</ahelp\\>Adds the scrollbar "
"type that you specify to a text box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1110B.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1110B.help.text\n"
"Incr./decrement value"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1110F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Determines intervals to add or subtract with each "
"activation of the spin box control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146779.85.help.text
msgid "Value step"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155096.86.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_VALUESTEP\\\" "
"visibility=\\\"hidden\\\"\\>Determines spin box intervals.\\</ahelp\\>You "
"can preset the value intervals in numerical and currency spin boxes. Use the "
"arrow buttons of the spin box to increase or decrease the value."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145756.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145756.73.help.text\n"
"List entries"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151300.120.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_STRINGITEMLIST\\\" "
"visibility=\\\"hidden\\\"\\>Defines the list entries visible in the "
"document. Open this list and type your text.\\</ahelp\\>With list and combo "
"boxes, you can define the list entries that will be visible in the document. "
"Open the \\<emph\\>List entries\\</emph\\> field and type your text. Please "
"note the \\<link href=\\\"text/shared/02/01170100.xhp\\\" "
"name=\\\"tips\\\"\\>tips \\</link\\> referring to the entries control and "
"keyboard."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152874.228.help.text
msgid ""
"The predefined default list entry is entered into the \\<emph\\>Default "
"selection combo\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154610.186.help.text
msgid ""
"Note that the list entries entered here are only incorporated into the form "
"if, on the \\<emph\\>Data\\</emph\\> tab under \\<emph\\>List Content "
"Type\\</emph\\>, the option \"Value List\" is selected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154767.188.help.text
msgid ""
"If you do not want the list entries to be written to the database or "
"transmitted to the recipient of the Web form, but rather assigned values "
"that are not visible in the form, you can assign the list entries to other "
"values in a value list. The value list is determined on the \\<link "
"href=\\\"text/shared/02/01170102.xhp\\\" "
"name=\\\"Data\\\"\\>\\<emph\\>Data\\</emph\\>\\</link\\> tab. Select the "
"option \"Value List\" under \\<emph\\>Type of List Contents\\</emph\\> and "
"enter the values under \\<emph\\>List Contents\\</emph\\> that are to be "
"assigned to the corresponding visible list entries of the form. For the "
"correct assignment, the order in the value list is relevant."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150511.189.help.text
msgid ""
"For HTML documents, a list entry entered on the \\<emph\\>General\\</emph\\> "
"tab corresponds to the HTML tag <OPTION>; an entry of the value list entered "
"on the \\<emph\\>Data\\</emph\\> tab under \\<emph\\>List "
"Contents\\</emph\\> corresponds to the <OPTION VALUE=...> tag."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154290.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154290.121.help.text\n"
"Date max"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148637.122.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATEMAX\\\" visibility=\\\"hidden\\\"\\>Determines "
"a date which can not be exceeded by another value introduced by the "
"user.\\</ahelp\\>Determines a date which can not be exceeded by another "
"value introduced by the user."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149804.123.help.text
msgid "Max text length"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150776.124.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_MAXTEXTLEN\\\" visibility=\\\"hidden\\\"\\>Defines "
"the maximum number of characters that the user can enter.\\</ahelp\\>For "
"text and combo boxes, you can define the maximum number of characters that "
"the user can enter. If this control field property is uncertain, the default "
"setting will be zero."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153813.190.help.text
msgid ""
"If the control is linked to a database and the text length is to be accepted "
"from the field definition of the database, you must not enter the text "
"length here. The settings are only accepted from the database if the control "
"property was not defined (\"Not Defined\" state)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145599.125.help.text
msgid "Value max"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154733.126.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_EFFECTIVEMAX\\\" "
"visibility=\\\"hidden\\\"\\>Defines a value for the control field which can "
"not be exceeded by another value introduced by the user.\\</ahelp\\>For "
"numerical and currency fields, you can determine the maximum value that the "
"user can enter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154835.127.help.text
msgid "Time max"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155762.128.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TIMEMAX\\\" visibility=\\\"hidden\\\"\\>Determines "
"a time which can not be exceeded by another value introduced by the "
"user.\\</ahelp\\>Determines a time which can not be exceeded by another "
"value introduced by the user."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150416.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150416.129.help.text\n"
"Multiselection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3143275.130.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_MULTISELECTION\\\" "
"visibility=\\\"hidden\\\"\\>Allows you to select more than one item in a "
"list box.\\</ahelp\\>Allows you to select more than one item in a list box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#bm_id4040955.help.text
msgid ""
"\\<bookmark_value\\>rich text "
"control\\</bookmark_value\\>\\<bookmark_value\\>controls;rich text "
"control\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148527.21.help.text
msgid "Text type"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153724.22.help.text
msgid ""
"\\<ahelp hid=\\\"37933\\\"\\>Allows you to use line breaks and formatting in "
"a control field, such as a text box or label. To manually enter a line "
"break, press the Enter key. Select \"Multi-line with formatting\" to enter "
"formatted text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN113D2.help.text
msgid ""
"If you select the text type \"Multi-line with formatting\", you cannot bind "
"this control to a database field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11391.help.text
msgid ""
"This control is named \"Multiline input\" for a text column inside a table "
"control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN114EF.help.text
msgid "Word break"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11505.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Displays text on more than one line.\\</ahelp\\> "
"Allows you to use line breaks in a text box, so that you can enter more than "
"one line of text. To manually enter a line break, press the Enter key."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11538.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11538.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1154E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies if a Push Button behaves as a Toggle "
"Button. If you set Toggle to \"Yes\", you can switch between the "
"\"selected\" and \"not selected\" control states when you click the button "
"or press the spacebar while the the control has the focus. A button in the "
"\"selected\" state appears \"pressed in\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11558.help.text
msgid "Take Focus on Click"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1156E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>If you set this option to \"Yes\", the Push Button "
"receives the focus when you click the button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11578.help.text
msgid "Hide selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1158E.help.text
msgid ""
"\\<ahelp hid=\\\"37965\\\"\\>Specifies whether a text selection on a control "
"remains selected when a the focus is no longer on a control.\\</ahelp\\> If "
"you set \\<emph\\>Hide selection\\</emph\\> to \"No\", the selected text "
"remains selected when the focus is no longer on the control that contains "
"the text."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11598.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11598.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN115AE.help.text
msgid ""
"\\<ahelp hid=\\\"37966\\\"\\>Specifies whether Check boxes and Option "
"buttons are displayed in a 3D look (default) or a flat look.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN115B8.help.text
msgid "Border color"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN115CE.help.text
msgid ""
"\\<ahelp hid=\\\"37967\\\"\\>Specifies the border color for controls that "
"have the Border property set to \"flat\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN115B7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN115B7.help.text\n"
"Symbol color"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN115BB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the color for symbols on controls, for "
"example the arrows on a scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149314.131.help.text
msgid "Date min"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155755.132.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATEMIN\\\" visibility=\\\"hidden\\\"\\>Determines "
"the earliest date that a user can enter.\\</ahelp\\>Determines the earliest "
"date that a user can enter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3152866.133.help.text
msgid "Value min"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3147505.134.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_EFFECTIVEMIN\\\" visibility=\\\"hidden\\\"\\>You "
"can determine here a value for the control field to impede the user to enter "
"a lesser value. That means that a lesser value will not be "
"possible.\\</ahelp\\>For numerical and currency fields you can determine a "
"minimum value to impede the user to enter a lesser value."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153298.135.help.text
msgid "Time min"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148831.136.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TIMEMIN\\\" visibility=\\\"hidden\\\"\\>Determines "
"the minimum time that a user can enter.\\</ahelp\\>Determines the minimum "
"time that a user can enter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3155746.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3155746.137.help.text\n"
"Decimal accuracy"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3146096.138.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DECIMAL_ACCURACY\\\" "
"visibility=\\\"hidden\\\"\\>Determines the number of digits displayed to the "
"right of the decimal point.\\</ahelp\\>With numerical and currency fields "
"you can determine the number of digits displayed to the right of the decimal "
"point."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3151340.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3151340.9.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149819.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_NAME\\\" visibility=\\\"hidden\\\"\\>On the "
"\\<emph\\>Properties\\</emph\\> tab page, specifies the name for the control "
"field. On the \\<emph\\>Form Properties \\</emph\\>tab page, specifies the "
"name for the form.\\</ahelp\\>Each control field and each form has a "
"\\<emph\\>Name \\</emph\\>property through which it can be identified. The "
"name will appear in the \\<link href=\\\"text/shared/02/01170600.xhp\\\" "
"name=\\\"Form Navigator\\\"\\>Form Navigator\\</link\\> and, using the name, "
"the control field can be referred to from a macro. A name is already entered "
"in the default settings. The control field is specified by its name which is "
"constructed from using the field's label and number."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153025.191.help.text
msgid ""
"If you work with macros, make sure that the names of the controls are unique."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#bm_id3146325.help.text
msgid ""
"\\<bookmark_value\\>controls; "
"grouping\\</bookmark_value\\>\\<bookmark_value\\>grouping; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>forms; grouping "
"controls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3146325.192.help.text
msgid ""
"The name is also used to group different controls that belong together "
"functionally, such as radio buttons. To do so, give the same name to all "
"members of the group: Controls with identical names form a group. Grouped "
"controls can be represented visually by using a \\<link "
"href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"Group Box\\\"\\>Group "
"Box\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149720.197.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149720.197.help.text\n"
"Navigation bar"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149918.198.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_NAVIGATIONBAR\\\" "
"visibility=\\\"hidden\\\"\\>Specifies whether to display the navigation bar "
"on the lower border of the table control.\\</ahelp\\> Specifies whether to "
"display the navigation bar on the lower border of table controls."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3158426.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3158426.42.help.text\n"
"Read-only"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3153215.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_READONLY\\\" "
"visibility=\\\"hidden\\\"\\>Determines if the control is read-only (Yes) or "
"if it can be edited (No).\\</ahelp\\>The\\<emph\\> Read-only "
"\\</emph\\>property can be assigned to all controls in which the user can "
"enter text. If you assign the read-only property to an image field which "
"adopts graphics from a database, the user will not be able to insert new "
"graphics into the database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148912.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3148912.139.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3145637.140.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BORDER\\\" visibility=\\\"hidden\\\"\\>Determines "
"if the field's border should be displayed \"Without frame\", with a \"3-D "
"look\" or \"Flat\".\\</ahelp\\>With control fields that have a frame, you "
"can determine the border display on the form using the \\<emph\\>Border "
"\\</emph\\>property. You can select among the \"Without frame\", \"3-D "
"look\" or \"Flat\" options."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149266.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3149266.44.help.text\n"
"Tab order"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3147483.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TABINDEX\\\"\\>The \\<emph\\>Tab order\\</emph\\> "
"property determines the order in which the controls are focused in the form "
"when you press the Tab key.\\</ahelp\\> In a form that contains more than "
"one control, the focus moves to the next control when you press the Tab key. "
"You can specify the order in which the focus changes with an index under "
"\\<emph\\>Tab order\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156207.193.help.text
msgid ""
"The \\<emph\\>Tab order\\</emph\\> property is not available to \\<link "
"href=\\\"text/shared/02/01170600.xhp\\\" name=\\\"Hidden "
"Controls\\\"\\>Hidden Controls\\</link\\>. If you want, you can also set "
"this property for image buttons and image controls, so that you can select "
"these controls with the Tab key."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150378.46.help.text
msgid ""
"When creating a form, an index is automatically assigned to the control "
"fields that are added to this form; every control field added is assigned an "
"index increased by 1. If you change the index of a control, the indices of "
"the other controls are updated automatically. Elements that cannot be "
"focused (\\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Tabstop\\\"\\>Tabstop\\</link\\> = No) are also assigned a value. "
"However, these controls are skipped when using the Tab key."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150640.47.help.text
msgid ""
"You can also easily define the indices of the different controls in the "
"\\<link href=\\\"text/shared/02/01170300.xhp\\\" name=\\\"Tab "
"Order\\\"\\>\\<emph\\>Tab Order\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154049.34.help.text
msgid "Default status"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150837.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DEFAULT_CHECKED\\\"\\>Specifies whether an option "
"or a check box is selected by default.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149242.201.help.text
msgid ""
"For a \\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"reset "
"type\\\"\\>reset type\\</link\\> button, you can define the status of the "
"control if the reset button is activated by the user."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156266.202.help.text
msgid ""
"For \\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"grouped\\\"\\>grouped\\</link\\> option fields, the status of the "
"group corresponding to the default setting is defined by the "
"\\<emph\\>Default Status\\</emph\\> property."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3156150.36.help.text
msgid "Default selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148730.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DEFAULT_SELECT_SEQ\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the list box entry to mark as the "
"default entry.\\</ahelp\\>Specifies the list box entry to mark as the "
"default entry."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150028.203.help.text
msgid ""
"For a \\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Reset "
"type\\\"\\>Reset type\\</link\\> button, the\\<emph\\> Default "
"selection\\</emph\\> entry defines the status of the list box if the reset "
"button is activated by the user."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id919217.help.text
msgid ""
"For a List box that contains a value list, you can click the "
"\\<emph\\>...\\</emph\\> button to open the \\<emph\\>Default "
"selection\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id50050.help.text
msgid ""
"In the \\<emph\\>Default selection\\</emph\\> dialog, select the entries "
"that you want to mark as selected when you open the form that contains the "
"list box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150460.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150460.38.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154222.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_EFFECTIVEDEFAULT\\\"\\>Sets the default value for "
"the control field.\\</ahelp\\> For example, the default value will be "
"entered when a form is opened."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150740.199.help.text
msgid ""
"For a \\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Reset "
"type\\\"\\>Reset type\\</link\\> button, the\\<emph\\> Default value entry "
"\\</emph\\>defines the status of the control if the reset button is "
"activated by the user."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B70.help.text
msgid "Default scroll value"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B74.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DEFAULT_SCROLLVALUE\\\"\\>Sets the default value "
"for the scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147370.241.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147370.241.help.text\n"
"Scroll value"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3159622.240.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SCROLLVALUE\\\"\\>Specify the initial value of a "
"scrollbar control. This determines the position of the scrollbar "
"slider.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3155440.252.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3155440.252.help.text\n"
"Scroll value max."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148877.251.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SCROLLVALUE_MAX\\\"\\>Specify the maximum value of "
"a scrollbar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN111E4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN111E4.help.text\n"
"Scroll value min."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN111E8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SCROLLVALUE_MIN\\\"\\>Specify the minimum value of "
"a scrollbar control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B51.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B51.help.text\n"
"Small change"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B55.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specify the value to add or subtract when the user "
"clicks the arrow icon on the scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B6F.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B6F.help.text\n"
"Large change"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11B73.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specify the value to add or subtract when the user "
"clicks next to the slider at the scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id7215491.help.text
msgid "Default time"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id2299874.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Sets the default time.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150482.200.help.text
msgid "If you do not enter a value, the current time is inserted."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id1727347.help.text
msgid "Default date"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id2545548.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Sets the default date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id2360911.help.text
msgid "If you do not enter a value, the current date is inserted."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id9207434.help.text
msgid "Default text"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id4563127.help.text
msgid ""
"\\<ahelp hid=\\\"hid/HID_PROP_DEFAULTVALUE\\\"\\>Sets the default text for a "
"text box or a combo box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145206.144.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3145206.144.help.text\n"
"Default button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154681.145.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DEFAULT_BUTTON\\\" "
"visibility=\\\"hidden\\\"\\>The\\<emph\\> Default button\\</emph\\> property "
"specifies that the corresponding button will be operated when you press the "
"Return key.\\</ahelp\\>The\\<emph\\> Default button\\</emph\\> property "
"specifies that the corresponding button will be operated when you press the "
"Return key. If you open the dialog or form and do not carry out any further "
"action, the button with this property is the default button."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3149750.175.help.text
msgid ""
"This property should always be assigned only to a single button within the "
"document."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150931.177.help.text
msgid ""
"When using Web page forms, you might come across this property in search "
"masks. These are edit masks that contain a text field and a \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Submit Type\\\"\\>Submit "
"Type\\</link\\> button. The search term is entered in the text field and the "
"search is started by activating the button. If the button is defined as the "
"default button, however, simply hit Enter after entering the search term in "
"order to start the search."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153389.221.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3153389.221.help.text\n"
"Prefix symbol"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3150271.222.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CURRSYM_POSITION\\\"\\>Determines if the currency "
"symbol is displayed before or after the number when using currency "
"fields.\\</ahelp\\> The default setting is currency symbols are not prefixed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154548.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3154548.48.help.text\n"
"Tabstop"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155361.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TABSTOP\\\"\\>The \\<emph\\>Tabstop "
"\\</emph\\>property determines if a control field can be selected with the "
"tab key.\\</ahelp\\> The following options are available:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148627.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3148627.52.help.text\n"
"No"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3161673.53.help.text
msgid "When using the tab key, focusing skips the control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3159323.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3159323.50.help.text\n"
"Yes"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148584.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#par_id3148584.51.help.text\n"
"The control can be selected with the Tab key."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146909.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146909.147.help.text\n"
"Thousands separator"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154936.148.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SHOWTHOUSANDSEP\\\" "
"visibility=\\\"hidden\\\"\\>Inserts a thousands separator.\\</ahelp\\>With "
"numerical and currency fields you can determine whether thousands separators "
"are used."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3156256.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3156256.7.help.text\n"
"Label"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3156432.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LABEL\\\" visibility=\\\"hidden\\\"\\>The Label "
"property sets the label of the control field that is displayed in the "
"form.\\</ahelp\\>The Label property sets the label of the control field that "
"is displayed in the form. This property determines the visible label or the "
"column header of the data field in table control forms."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154568.54.help.text
msgid ""
"When you create a new control, the description predefined in the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Name\\\"\\>\\<emph\\>Name\\</emph\\>\\</link\\> property is used as "
"the default for labeling the control. The label consists of the control "
"field name and an integer numbering the control (for example, "
"CommandButton1). With the \\<emph\\>Title\\</emph\\> property, you can "
"assign another description to the control so that the label reflects the "
"function of the control. Change this entry in order to assign an expressive "
"label to the control that is visible to the user."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#bm_id3163820.help.text
msgid ""
"\\<bookmark_value\\>multi-line titles in "
"forms\\</bookmark_value\\>\\<bookmark_value\\>names; multi-"
"line\\</bookmark_value\\>\\<bookmark_value\\>controls; multi-"
"line\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3163820.223.help.text
msgid ""
"To create a multi-line title, open the combo box using the arrow button. You "
"can enter a line break by pressing Shift+Ctrl+Enter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3159407.55.help.text
msgid ""
"The \\<emph\\>Title\\</emph\\> property is only used for labeling a form "
"element in the interface visible to the user. If you work with macros, note "
"that at runtime, a control is always addressed through the "
"\\<emph\\>Name\\</emph\\> property."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150293.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3150293.56.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3154358.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TARGET_URL\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the URL address that opens when you "
"click an \"Open document / web page\" button type.\\</ahelp\\>Enter the URL "
"address for a \\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Type "
"URL\\\"\\>Open document / web page type\\</link\\> button type in the "
"\\<emph\\>URL\\</emph\\> box. The address opens when you click the button."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3146074.211.help.text
msgid ""
"If you move the mouse over the button in User mode, the URL appears as the "
"extended tip, provided that no other \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Help text\\\"\\>Help "
"text\\</link\\> was entered."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147134.149.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3147134.149.help.text\n"
"Currency symbol"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3145160.150.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CURRENCYSYMBOL\\\" visibility=\\\"hidden\\\"\\>You "
"can enter a character or a string for the currency symbol.\\</ahelp\\>In a "
"currency field, you can pre-define the currency symbol by entering the "
"character or string in the \\<emph\\>Currency symbol\\</emph\\> property."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3144444.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3144444.154.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152417.155.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_HIDDEN_VALUE\\\" visibility=\\\"hidden\\\"\\>You "
"can enter the data that is inherited by the hidden control.\\</ahelp\\>In a "
"\\<link href=\\\"text/shared/02/01170600.xhp\\\" name=\\\"hidden "
"control\\\"\\>hidden control\\</link\\>, under \\<emph\\>Value\\</emph\\>, "
"you can enter the data which is inherited by the hidden control. This data "
"will be transferred when sending the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3157315.156.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3157315.156.help.text\n"
"Password characters"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3155323.157.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ECHO_CHAR\\\" visibility=\\\"hidden\\\"\\>If the "
"text box is used as a password input, enter the ASCII-code of the display "
"character. This character is displayed instead of the characters typed by "
"the user for the password.\\</ahelp\\>If the user enters a password, you can "
"determine the characters that will be displayed instead of the characters "
"typed by the user. Under \\<emph\\>Password character\\</emph\\>, enter the "
"ASCII code of the desired character. You can use the values from 0 to 255."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3152493.158.help.text
msgid ""
"The characters corresponding to certain ASCII codes can be seen in the "
"\\<emph\\>Special Character\\</emph\\> dialog (Paste - Special Character)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3157884.159.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3157884.159.help.text\n"
"Literal mask"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3157557.160.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LITERALMASK\\\" "
"visibility=\\\"hidden\\\"\\>Defines the literal mask. The literal mask "
"contains the initial values and is always visible after downloading a "
"form.\\</ahelp\\>With masked fields you can specify a literal mask. A "
"literal mask contains the initial values of a form, and is always visible "
"after downloading a form. Using a character code for the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Edit mask\\\"\\>Edit "
"mask\\</link\\>, you can determine the entries that the user can type into "
"the masked field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3148513.161.help.text
msgid ""
"The length of the literal mask should always correspond to the length of the "
"edit mask. If this is not the case, the edit mask is either cut off or "
"filled with blanks up to the length of the edit mask."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146762.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3146762.5.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3151037.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_FONT\\\" visibility=\\\"hidden\\\"\\>Select the "
"font for the text that is in the control field.\\</ahelp\\>For control "
"fields which have visible text or \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"title\\\"\\>titles\\</link\\>, select the display font that you "
"want to use. To open the \\<link href=\\\"text/shared/01/05020100.xhp\\\" "
"name=\\\"Font\\\"\\>\\<emph\\>Font\\</emph\\>\\</link\\> dialog, click the "
"\\<emph\\>...\\</emph\\> button. The selected font is used in control fields "
"names and to display data in table control fields."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3156734.162.help.text
msgid "Row height"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3160455.163.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ROWHEIGHT\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the row height of a table control "
"field.\\</ahelp\\>In table controls, enter a value for the row height. If "
"you want, you can enter a value followed by valid measurement unit, for "
"example, 2??cm."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11FB6.help.text
msgid "Text lines end with"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN11FBA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>For text fields, select the line end code to be "
"used when writing text into a database column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3160477.168.help.text
msgid "Time format"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3145187.169.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TIMEFORMAT\\\" visibility=\\\"hidden\\\"\\>You can "
"define the desired format for the time display.\\</ahelp\\>You can define "
"the desired format for the time display."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3158195.170.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3158195.170.help.text\n"
"Help text"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3146823.171.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_TAG\\\" visibility=\\\"hidden\\\"\\>Specifies "
"additional information or a descriptive text for the control "
"field.\\</ahelp\\>In each control field you can specify additional "
"information or a descriptive text for the control field. This property helps "
"the programmer to save additional information that can be used in the "
"program code. This field can be used, for example, for variables or other "
"evaluation parameters."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#hd_id3157828.232.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170101.xhp#hd_id3157828.232.help.text\n"
"Formatting"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_id3146843.233.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_FORMATKEY\\\"\\>Specifies the format code for the "
"control. Click the \\<emph\\>...\\</emph\\> button to select the format "
"code.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN122C4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN122C4.help.text\n"
"Scale"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN122C8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SCALEIMAGE\\\"\\>Resizes the image to fit the size "
"of the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1209F.help.text
msgid "Acting on record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN120B1.help.text
msgid ""
"\\<ahelp hid=\\\"37930\\\"\\>Specifies to show or hide the action items in a "
"selected Navigation Bar control.\\</ahelp\\> Action items are the following: "
"Save record, Undo, New record, Delete record, Refresh."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN120BE.help.text
msgid "Positioning"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN120D9.help.text
msgid ""
"\\<ahelp hid=\\\"37928\\\"\\>Specifies to show or hide the positioning items "
"in a selected Navigation Bar control.\\</ahelp\\> Positioning items are the "
"following: Record label, Record position, Record count label, Record count."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN120D7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN120D7.help.text\n"
"Navigation"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN120DB.help.text
msgid ""
"\\<ahelp hid=\\\"37929\\\"\\>Specifies to show or hide the navigation items "
"in a selected Navigation Bar control.\\</ahelp\\> Navigation items are the "
"following: First record, Previous record, Next record, Last record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12156.help.text
msgid "Filtering / Sorting"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN1215A.help.text
msgid ""
"\\<ahelp hid=\\\"37931\\\"\\>Specifies to show or hide the filtering and "
"sorting items in a selected Navigation Bar control.\\</ahelp\\> Filtering "
"and sorting items are the following: Sort ascending, Sort descending, Sort, "
"Automatic filter, Default filter, Apply filter, Remove filter and order."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12175.help.text
msgid "Icon Size"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12179.help.text
msgid ""
"\\<ahelp hid=\\\"37927\\\"\\>Specifies whether the icons in a selected "
"Navigation Bar should be small or large.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12314.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12314.help.text\n"
"Visible size"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12318.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the size of scrollbar thumb in \"value "
"units\". A value of (\"Scroll value max.\" minus \"Scroll value min.\" ) / 2 "
"would result in a thumb which occupies half of the background "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12375.help.text
msgid "If set to 0, then the thumb's width will equal its height."
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12332.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12332.help.text\n"
"Orientation"
msgstr ""

#: helpcontent2/source/text/shared/02/01170101.xhp#par_idN12336.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the horizontal or vertical orientation "
"for a scrollbar or spin box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#tit.help.text\n"
"Data"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#bm_id3145641.help.text
msgid ""
"\\<bookmark_value\\>controls; reference by "
"SQL\\</bookmark_value\\>\\<bookmark_value\\>bound fields; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>controls; bound "
"fields\\</bookmark_value\\>\\<bookmark_value\\>controls;list "
"contents\\</bookmark_value\\>\\<bookmark_value\\>list "
"contents;controls\\</bookmark_value\\>\\<bookmark_value\\>cells linked to "
"controls\\</bookmark_value\\>\\<bookmark_value\\>linked "
"cells;controls\\</bookmark_value\\>\\<bookmark_value\\>controls;linked "
"cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3155413.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170102.xhp\\\" "
"name=\\\"Data\\\"\\>Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155306.2.help.text
msgid ""
"The\\<emph\\> Data \\</emph\\>tab page allows you to assign a data source to "
"the selected control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3148773.64.help.text
msgid ""
"For forms with database links, the associated database is defined in the "
"\\<link href=\\\"text/shared/02/01170200.xhp\\\" name=\\\"Form "
"Properties\\\"\\>Form Properties\\</link\\>. You will find the functions for "
"this on the \\<link href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"Data\\\"\\>\\<emph\\>Data\\</emph\\>\\</link\\> tab page."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3149377.65.help.text
msgid ""
"The possible settings of the \\<emph\\>Data\\</emph\\> tab page of a control "
"depend on the respective control. You will only see the options that are "
"available for the current control and context. The following fields are "
"available:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN108B4.help.text
msgid "Reference value (off)"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN108B8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Check boxes and radio buttons in Spreadsheets can "
"be bound to cells in the current document. If the control is enabled, the "
"value you enter in Reference value (on) is copied to the cell. If the "
"control is disabled, the value from Reference value (off) is copied to the "
"cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3159121.71.help.text
msgid "Reference value (on)"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3163812.141.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_REFVALUE\\\" visibility=\\\"hidden\\\"\\>You can "
"enter a reference value for the web form, which will be remitted to a server "
"when sending the form. With database forms, the value entered is written in "
"the database field, assigned to the control field.\\</ahelp\\>You can assign "
"a reference value to option buttons and check boxes. The reference value "
"will be remitted to a server when sending the web form. With database forms "
"the value entered here will be written in the database assigned to the "
"control field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150225.204.help.text
msgid "\\<emph\\>Reference values for Web forms\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3147611.205.help.text
msgid ""
"Reference values are useful if you design a Web form and the information on "
"the status of the control is to be transmitted to a server. If the control "
"is clicked by the user, the corresponding reference value is sent to the "
"server."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3149570.194.help.text
msgid ""
"For example, if you have two control fields for the options \"feminine\" and "
"\"masculine\", and assign a reference value of 1 to the field \"feminine\" "
"and the value 2 to the \"masculine\" field, the value 1 is transmitted to "
"the server if a user clicks the \"feminine\" field and value 2 is sent if "
"the \"masculine\" field is clicked."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150260.206.help.text
msgid "\\<emph\\>Reference values for database forms\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150654.207.help.text
msgid ""
"For database forms, you can also characterize the status of an option or a "
"check box by a reference value, storing it in the database. If you have a "
"set of three options, for example \"in progress\", \"completed\", and "
"\"resubmission\", with the respective reference values, \"ToDo\", \"OK\", "
"and \"RS\", these reference values appear in the database if the respective "
"option is clicked."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3148455.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3148455.5.help.text\n"
"Data field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155852.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CONTROLSOURCE\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the field of the data source table to "
"which the control refers.\\</ahelp\\>With database forms, you can link "
"controls with the data fields."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153224.75.help.text
msgid "You have several possibilities:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3159110.66.help.text
msgid "First case: There is only one table in the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3156356.67.help.text
msgid ""
"Under \\<emph\\>Data field\\</emph\\>, specify the field of the data source "
"table whose contents you want to be displayed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3146898.76.help.text
msgid ""
"Second case: The control belongs to a subform that is created by an SQL "
"query."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154273.77.help.text
msgid ""
"Under \\<emph\\>Data field\\</emph\\>, specify the field of the SQL "
"statement whose contents you want to be displayed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153949.78.help.text
msgid ""
"Third case: \\<link href=\\\"text/shared/02/01170900.xhp\\\" name=\\\"Combo "
"Boxes\\\"\\>Combo Boxes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3147494.79.help.text
msgid ""
"For combo boxes, the field of the data source table in which the values "
"entered or selected by the user should be stored is specified under "
"\\<emph\\>Data field\\</emph\\>. The values displayed in the list of the "
"combo box are based on an SQL statement, which is entered under "
"\\<emph\\>List content\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3145167.68.help.text
msgid ""
"Fourth case: \\<link href=\\\"text/shared/02/01170900.xhp\\\" name=\\\"List "
"Boxes\\\"\\>List Boxes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153764.91.help.text
msgid ""
"The data source table does not contain the data to be displayed, but rather "
"a table linked to the data source table through a common data field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3149021.69.help.text
msgid ""
"If you want a list box to display data from a table that is linked to the "
"current data source table, under \\<emph\\>Data field\\</emph\\> specify the "
"field of the data source table to which the content of the list box refers. "
"Or you can specify the database field that controls the display of the data "
"in the form. This data field provides the link to the other table if both "
"tables can be linked through a common data field. It is usually a data field "
"in which unique identification numbers are stored. The data field whose "
"contents are displayed in the form is specified by an SQL statement under "
"\\<emph\\>List content\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153924.80.help.text
msgid ""
"List boxes work with references. They can either be implemented with linked "
"tables by SQL statements (fourth case) or through value lists:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3145641.58.help.text
msgid ""
"\\<emph\\>References through linked tables (SQL statements)\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3147341.59.help.text
msgid ""
"If you want a list box to display data from a database table that is linked "
"by a common data field to the table on which the form is based, the link "
"field of the form table is specified under \\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155174.60.help.text
msgid ""
"The link is created with an SQL Select, which, if you selected \"SQL\" or "
"\"Native SQL\", is specified under \\<emph\\>Type of list "
"contents\\</emph\\> in the field \\<emph\\>List content\\</emph\\>. As an "
"example, a table \"Orders\" is linked to the current form control, and in "
"the database a table \"Customers\" is linked to the \"Orders\" table. You "
"can use an SQL statement as follows:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3148537.70.help.text
msgid "SELECT CustomerName, CustomerNo FROM Customers,"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154967.71.help.text
msgid ""
"where \"CustomerName\" is the data field from the linked table "
"\"Customers\", and \"CustomerNo\" is the field of the table \"Customers\" "
"that is linked to a field of the form table \"Orders\" specified under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3163808.55.help.text
msgid "\\<emph\\>References Using Value Lists\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3145295.56.help.text
msgid ""
"For list boxes, you can use value lists. Value lists are lists that define "
"reference values. In this way, the control in the form does not directly "
"display the content of a database field, but rather values assigned in the "
"value list."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3151186.57.help.text
msgid ""
"If you work with reference values of a value list, the contents of the data "
"field that you specified under \\<emph\\>Data Field\\</emph\\> in the form "
"are not visible, but rather the assigned values. If you chose \"Valuelist\" "
"on the \\<emph\\>Data\\</emph\\> tab under \\<emph\\>Type of list "
"contents\\</emph\\> and assigned a reference value to the visible list "
"entries in the form under \\<emph\\>List entries\\</emph\\> (entered in the "
"\\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"General\\\"\\>\\<emph\\>General\\</emph\\>\\</link\\> tab), then "
"the reference values are compared with the data content of the given data "
"field. If a reference value corresponds to the content of a data field, the "
"associated list entries are displayed in the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3154664.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3154664.3.help.text\n"
"Bound field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3148475.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BOUNDCOLUMN\\\" visibility=\\\"hidden\\\"\\>Use an "
"index to specify the table field or table SQL query to link to the field "
"that is provided under \\<emph\\>Data field\\</emph\\>. Valid values for "
"this property are 1, 2, 3, and so on.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10AD2.help.text
msgid ""
"If you delete the contents of the \\<emph\\>Bound field\\</emph\\> cell in "
"the property browser, the first field of the result set is used to display "
"and to exchange data."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154588.72.help.text
msgid ""
"This property for list boxes defines which data field of a linked table is "
"displayed in the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3151213.38.help.text
msgid ""
"If a list box in the form is to display contents of a table linked to the "
"form table, then define in the \\<emph\\>Type of list contents\\</emph\\> "
"field if the display is determined by an SQL command or the (linked) table "
"is accessed. With the \\<emph\\>Bound field\\</emph\\> property, you use an "
"index to specify to which data field of the query or of the table the list "
"field is linked. "
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3148427.73.help.text
msgid ""
"The property \\<emph\\>Bound field\\</emph\\> is only for forms that are "
"used to access more than one table. If the form is based on only one table, "
"the field to be displayed in the form is specified directly under "
"\\<emph\\>Data field\\</emph\\>. However, if you want the list box to "
"display data from a table that is linked to the current table over a common "
"data field, the linked data field is defined by the property \\<emph\\>Bound "
"field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150365.39.help.text
msgid ""
"If you selected \"SQL\" under \\<emph\\>Type of list contents\\</emph\\>, "
"the SQL command determines the index to be specified. Example: If you "
"specify an SQL command such as \"SELECT Field1, Field2 FROM tablename\" "
"under \\<emph\\>List content\\</emph\\>, refer to the following table:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154716.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3154716.40.help.text\n"
"Bound field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150666.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3150666.41.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154206.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3154206.42.help.text\n"
"{empty}"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3145257.43.help.text
msgid ""
"The database field \"Field1\" is linked to the field specified under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150887.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3150887.44.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3156064.45.help.text
msgid ""
"The database field \"Field2\" is linked to the field specified under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154134.46.help.text
msgid ""
"If you selected \"Table\" under \\<emph\\>Type of list contents\\</emph\\>, "
"the table structure defines the index to be specified. Example: If a "
"database table is selected under \\<emph\\>List content\\</emph\\>, refer to "
"the following table:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155379.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3155379.47.help.text\n"
"Bound field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155529.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3155529.48.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155373.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3155373.49.help.text\n"
"{empty}"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154260.50.help.text
msgid ""
"The 1st column of the table is linked to the field specified under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3156448.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3156448.51.help.text\n"
"1"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154486.52.help.text
msgid ""
"The 2nd column of the table is linked to the field specified under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3149949.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170102.xhp#par_id3149949.53.help.text\n"
"2"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3146767.54.help.text
msgid ""
"The 3rd column of the table is linked to the field specified under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3149772.9.help.text
msgid "Type of list contents"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154419.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LISTSOURCETYPE\\\" "
"visibility=\\\"hidden\\\"\\>Determines the data to fill the lists in list "
"and combo boxes.\\</ahelp\\>Determines the data to fill the lists in list "
"and combo boxes."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153326.13.help.text
msgid ""
"With the \"Valuelist\" option, all entries entered in the \\<emph\\>List "
"entries\\</emph\\> field of the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"General\\\"\\>\\<emph\\>General\\</emph\\>\\</link\\> tab appear in "
"the control. For database forms, you can use reference values (see the "
"\\<link href=\\\"text/shared/02/01170102.xhp\\\" name=\\\" References Using "
"Value Lists\\\"\\>\\<emph\\>References Using Value "
"Lists\\</emph\\>\\</link\\> section)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153067.14.help.text
msgid ""
"If the content of the control is read from a database, you can determine the "
"type of the data source with the other options. For example, you can choose "
"between tables and queries."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3153820.7.help.text
msgid "List content"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3159171.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LISTSOURCE\\\"\\>With database forms, specifies "
"the data source for the list content of the form-element. This field can be "
"used to define a value list for documents without a database "
"connection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3168456.15.help.text
msgid ""
"In the case of database forms, the data source determines the entries of the "
"list or combo box. Depending on the selected type, you have a choice between "
"different data sources under \\<emph\\>List content\\</emph\\>, provided "
"that these objects exist in your database. All available database objects of "
"the type selected under \\<emph\\>Type of list contents\\</emph\\> are "
"offered here. If you have selected the \"Value List\" option as the type, "
"you can use references for database forms. If the display of the control is "
"controlled by an SQL command, the SQL statement is entered here."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155870.81.help.text
msgid "Examples of SQL statements:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3144504.82.help.text
msgid "For list boxes, an SQL statement may have the following form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3156188.83.help.text
msgid "SELECT field1, field2 FROM table,"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155266.84.help.text
msgid ""
"Here \"table\" is the table whose data is displayed in the list of the "
"control (list table). \"field1\" is the data field that defines the visible "
"entries in the form; its content is displayed in the list box. \"field2\" is "
"the field of the list table that is linked to the form table (value table) "
"through the field specified under \\<emph\\>Data field\\</emph\\> if "
"\\<emph\\>Bound field\\</emph\\> = 1 was selected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3145074.85.help.text
msgid "For combo boxes, an SQL statement may take the following form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3150991.86.help.text
msgid "SELECT DISTINCT field FROM table,"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154344.87.help.text
msgid ""
"Here \"field\" is a data field from the list table \"table\" whose content "
"is displayed in the list of the combo box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3149328.74.help.text
msgid "\\<emph\\>Value lists for HTML documents\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3156034.16.help.text
msgid ""
"For HTML forms, you can enter a value list under \\<emph\\>List "
"content\\</emph\\>. Select the option \"Valuelist\" under \\<emph\\>Type of "
"list contents\\</emph\\>. The values entered here will not be visible in the "
"form, and are used to assign values to the visible entries. The entries made "
"under \\<emph\\>List content\\</emph\\> correspond to the HTML tag <OPTION "
"VALUE=...>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154855.17.help.text
msgid ""
"In the data transfer of a selected entry from a list box or a combo box, "
"both the list of the values displayed in the form, which was entered on the "
"\\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"General\\\"\\>\\<emph\\>General\\</emph\\>\\</link\\> tab under "
"\\<emph\\>List entries\\</emph\\>, and the value list entered on the "
"\\<emph\\>Data\\</emph\\> tab under \\<emph\\>List content\\</emph\\>, are "
"taken into consideration: If a (non-empty) text is at the selected position "
"in the value list (<OPTION VALUE=...>), it will be transmitted. Otherwise, "
"the text displayed in the (<OPTION>) control is sent."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3163377.18.help.text
msgid ""
"If the value list is to contain an empty string, enter the value "
"\"$$$empty$$$\" under \\<emph\\>List content\\</emph\\> at the corresponding "
"position (note uppercase/lowercase). $[officename] interprets this input as "
"an empty string and assigns it to the respective list entry."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3156309.19.help.text
msgid ""
"The following table shows the connections between HTML, JavaScript, and the "
"$[officename] field \\<emph\\>List content\\</emph\\> using an example list "
"box named \"ListBox1\". In this case, \"Item\" designates a list entry "
"visible in the form:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3159204.20.help.text
msgid "\\<emph\\>HTML Tag\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3152539.21.help.text
msgid "\\<emph\\>JavaScript\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3158404.22.help.text
msgid ""
"\\<emph\\>Entry in value list of the control (List content)\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3151198.23.help.text
msgid "\\<emph\\>Transmitted data\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154668.24.help.text
msgid "<OPTION>Item"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154269.25.help.text
msgid "Not possible"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153109.26.help.text
msgid "\"\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154596.27.help.text
msgid "the visible list entry (\"ListBox1=Item\")"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3146892.28.help.text
msgid "<OPTION VALUE=\"Value\">Item"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154604.29.help.text
msgid "ListBox1.options[0].value=\"Value\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3153689.30.help.text
msgid "\"Value\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3159226.31.help.text
msgid "The value assigned to the list entry (\"ListBox1=Value\")"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155944.32.help.text
msgid "<OPTION VALUE=\"\">Item"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3155147.33.help.text
msgid "ListBox1.options[0].value=\"\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3154763.34.help.text
msgid "\"$$$empty$$$\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3151012.35.help.text
msgid "An empty string (\"ListBox1=\")"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3148901.11.help.text
msgid "Empty string is NULL"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3145357.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_EMPTY_IS_NULL\\\"\\>Defines how an empty string "
"input should be handled.\\</ahelp\\> If this property is set (Yes), a string "
"with only one or more spaces will be interpreted as a NULL value and stored "
"in the database. If this property is not set (No), the string will be "
"treated as an empty value."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#hd_id3161653.88.help.text
msgid "Filter proposal"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_id3151221.89.help.text
msgid ""
"\\<variable id=\\\"filtervorschlag\\\"\\>\\<ahelp "
"hid=\\\"HID_PROP_FILTERPROPOSAL\\\"\\>While designing your form, you can set "
"the \"Filter proposal\" property for each text box in the "
"\\<emph\\>Data\\</emph\\> tab of the corresponding "
"\\<emph\\>Properties\\</emph\\> dialog. In subsequent searches in the filter "
"mode, you can select from all information contained in these "
"fields.\\</ahelp\\> The field content can then be selected using the "
"AutoComplete function. Note, however, that this function requires a greater "
"amount of memory space and time, especially when used in large databases and "
"should therefore be used sparingly. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10EE3.help.text
msgid "Linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10EE7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_BOUND_CELL\\\"\\>Specifies the reference to a "
"linked cell on a spreadsheet. The live state or contents of the control are "
"linked to the cell contents.\\</ahelp\\> The following tables list the "
"controls and their corresponding link type:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10EF7.help.text
msgid "Check box with linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F04.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F04.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F0A.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F0A.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F11.help.text
msgid "Select the check box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F17.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F17.help.text\n"
"TRUE is entered into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F1E.help.text
msgid "Deselect the check box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F24.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F24.help.text\n"
"FALSE is entered into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F2B.help.text
msgid "Tri-state check box is set to \"undetermined\" state"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F31.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F31.help.text\n"
"#NV is entered into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F38.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F38.help.text\n"
"Enter a number or a formula that returns a number in the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F3E.help.text
msgid ""
"If entered value is TRUE or not 0: Check box is selected\\<br/\\>If entered "
"value is FALSE or 0: Check box is deselected"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F47.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F47.help.text\n"
"Clear the linked cell, or enter text, or enter a formula that returns text "
"or an error"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F4D.help.text
msgid ""
"Check box is set to \"undetermined\" state if it is a tri-state check box, "
"else check box is deselected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11023.help.text
msgid "Select the box. The Reference value box contains text."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1103A.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1103A.help.text\n"
"The text from the Reference value box is copied to the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11040.help.text
msgid "Deselect the box. The Reference value box contains text."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11008.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11008.help.text\n"
"An empty string is copied to the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1104B.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1104B.help.text\n"
"The Reference value box contains text. Enter the same text into the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11050.help.text
msgid "The check box is selected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11056.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11056.help.text\n"
"The Reference value box contains text. Enter another text into the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1105B.help.text
msgid "The check box is deselected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F58.help.text
msgid "Option button (radio button) with linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F65.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F65.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F6B.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F6B.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F72.help.text
msgid "Select the option button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F78.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F78.help.text\n"
"TRUE is entered into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F7F.help.text
msgid "Option button is deselected by selecting another option button"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F85.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F85.help.text\n"
"FALSE is entered into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F8C.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F8C.help.text\n"
"Enter a number or a formula that returns a number in the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F92.help.text
msgid ""
"If entered value is TRUE or not 0: Option button is selected\\<br/\\>If "
"entered value is FALSE or 0: Option button is deselected"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F9B.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10F9B.help.text\n"
"Clear the linked cell, or enter text, or enter a formula that returns text "
"or an error"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FA1.help.text
msgid "Option button is deselected"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110EF.help.text
msgid "Click the option button. The Reference value box contains text."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110F4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110F4.help.text\n"
"The text from the Reference value box is copied to the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110FA.help.text
msgid ""
"Click another option button of the same group. The Reference value box "
"contains text."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110EA.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110EA.help.text\n"
"An empty string is copied to the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11105.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11105.help.text\n"
"The Reference value box contains text. Enter the same text into the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1110A.help.text
msgid "The option button is selected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11110.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11110.help.text\n"
"The Reference value box contains text. Enter another text into the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11115.help.text
msgid "The option button is cleared."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FAC.help.text
msgid "Text box with linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FB9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FB9.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FBF.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FBF.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FC6.help.text
msgid "Enter text into the text box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FCC.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FCC.help.text\n"
"Text is copied into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FD3.help.text
msgid "Clear the text box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FD9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FD9.help.text\n"
"Linked cell is cleared"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FE0.help.text
msgid "Enter text or a number in the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FE6.help.text
msgid "Text or number is copied into the text box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FED.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FED.help.text\n"
"Enter a formula into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FF3.help.text
msgid "Formula result is copied into the text box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FFA.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN10FFA.help.text\n"
"Clear the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11000.help.text
msgid "Text box is cleared"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1100B.help.text
msgid "Numerical field and formatted field with linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11018.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11018.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1101E.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1101E.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11025.help.text
msgid "Enter a number into the field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1102B.help.text
msgid "Number is copied into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11032.help.text
msgid "Clear the field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11038.help.text
msgid "Value 0 is set in the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1103F.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1103F.help.text\n"
"Enter a number or a formula that returns a number in the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11045.help.text
msgid "Number is copied into the field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1104C.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1104C.help.text\n"
"Clear the linked cell, or enter text, or enter a formula that returns text "
"or an error"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11052.help.text
msgid "Value 0 is set in the field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1105D.help.text
msgid "List box with linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11060.help.text
msgid ""
"List boxes support two different linking modes, see the property \"Contents "
"of the linked cell\"."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11066.help.text
msgid ""
"Linked contents: Synchronize the text contents of the selected list box "
"entry with the cell contents."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1106A.help.text
msgid ""
"Linked selection position: The position of the single selected item in the "
"list box is synchronized with the numerical value in the cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11077.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11077.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1107D.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1107D.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11084.help.text
msgid "Select a single list item"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1108A.help.text
msgid "Contents are linked: Text of the item is copied into the linked cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1108D.help.text
msgid ""
"Selection is linked: Position of the selected item is copied into the linked "
"cell. For example, if the third item is selected, the number 3 will be "
"copied."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11094.help.text
msgid "Select several list items"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1109A.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1109A.help.text\n"
"#NV is entered into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110A1.help.text
msgid "Deselect all list items"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110A7.help.text
msgid "Contents are linked: Linked cell is cleared"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110AA.help.text
msgid "Selection is linked: Value 0 is entered in the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110B1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110B1.help.text\n"
"Enter text or a number into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110B7.help.text
msgid "Contents are linked: Find and select an equal list item"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110BA.help.text
msgid ""
"Selection is linked: The list item at the specified position (starting with "
"1 for the first item) is selected. If not found, all items are deselected."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110C1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110C1.help.text\n"
"Enter a formula into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110C7.help.text
msgid ""
"Find and select a list item that matches the formula result and link mode"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110CE.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110CE.help.text\n"
"Clear the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110D4.help.text
msgid "Deselect all items in the list box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110DB.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110DB.help.text\n"
"Change the contents of the list source range"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110E1.help.text
msgid ""
"List box items are updated according to the change. The selection is "
"preserved. This may cause an update to the linked cell."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110EC.help.text
msgid "Combo box with linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110F9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110F9.help.text\n"
"Action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110FF.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN110FF.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11106.help.text
msgid ""
"Enter text into the edit field of the combo box, or select an entry from the "
"drop-down list"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1110C.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1110C.help.text\n"
"Text is copied into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11113.help.text
msgid "Clear the edit field of the combo box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11119.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11119.help.text\n"
"Linked cell is cleared"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11120.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11120.help.text\n"
"Enter text or a number into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11126.help.text
msgid "Text or number is copied into the edit field of the combo box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1112D.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1112D.help.text\n"
"Enter a formula into the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11133.help.text
msgid "Formula result is copied into the edit field of the combo box"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1113A.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1113A.help.text\n"
"Clear the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11140.help.text
msgid "Edit field of the combo box is cleared"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11147.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11147.help.text\n"
"Change the contents of the list source range"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1114D.help.text
msgid ""
"Drop-down list items are updated according to the change. The edit field of "
"the combo box and the linked cell are not changed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11163.help.text
msgid "Contents of the linked cell"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11167.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CELL_EXCHANGE_TYPE\\\"\\>Select the mode of "
"linking a list box with a linked cell on a spreadsheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN11179.help.text
msgid ""
"Linked contents: Synchronize the text contents of the selected list box "
"entry with the cell contents. Select \"The selected entry\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1117D.help.text
msgid ""
"Linked selection position: The position of the single selected item in the "
"list box is synchronized with the numerical value in the cell. Select "
"\"Position of the selected entry\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN1118B.help.text
msgid "Source cell range"
msgstr ""

#: helpcontent2/source/text/shared/02/01170102.xhp#par_idN111A1.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_LIST_CELL_RANGE\\\"\\>Enter a cell range that "
"contains the entries for a list box or combo box on a "
"spreadsheet.\\</ahelp\\> If you enter a multi-column range, only the "
"contents of the leftmost column are used to fill the control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170103.xhp#tit.help.text\n"
"Events"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#bm_id3148643.help.text
msgid ""
"\\<bookmark_value\\>controls; "
"events\\</bookmark_value\\>\\<bookmark_value\\>events; "
"controls\\</bookmark_value\\>\\<bookmark_value\\>macros; "
"controls\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3148643.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170103.xhp\\\" "
"name=\\\"Events\\\"\\>Events\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3152350.2.help.text
msgid ""
"On the\\<emph\\> Events \\</emph\\>tab page you can link macros to events "
"that occur in a form's control fields."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3155419.40.help.text
msgid ""
"When the event occurs, the linked macro will be called. To assign a macro to "
"an event, press the \\<emph\\>...\\</emph\\> button. An \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>\\<link "
"href=\\\"text/swriter/01/05060700.xhp\\\" name=\\\"Assign Macro\\\"\\>Assign "
"M"
"acro\\</link\\>\\</caseinline\\>\\<defaultinline\\>dialog\\</defaultinline\\>"
"\\</switchinline\\> opens."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3149732.3.help.text
msgid ""
"Depending on the control, different events are available. Only the available "
"events for the selected control and context are listed on the "
"\\<emph\\>Events\\</emph\\> tab page. The following events are defined:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3149191.12.help.text
msgid "Before commencing"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3153717.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_APPROVEACTIONPERFORMED\\\"\\>This event takes place "
"before an action is triggered by clicking the control.\\</ahelp\\> For "
"example,clicking a \"Submit\" button initiates a send action; however, the "
"actual \"send\" process is started only when the \\<emph\\>When "
"initiating\\</emph\\> event occurs. The \\<emph\\>Before "
"commencing\\</emph\\> event allows you to kill the process. If the linked "
"method sends back FALSE, \\<emph\\>When initiating\\</emph\\> will not be "
"executed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3156024.36.help.text
msgid "When initiating"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3145609.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_ACTIONPERFORMED\\\"\\>The\\<emph\\> When initiating "
"\\</emph\\>event occurs when an action is started.\\</ahelp\\> For example, "
"if you have a \"Submit\" button in your form, the send process represents "
"the action to be initiated."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3156343.41.help.text
msgid "Changed"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3148755.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_CHANGED\\\"\\>The\\<emph\\> Changed "
"\\</emph\\>event takes place when the control loses the focus and the "
"content of the control has changed since it lost the focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3153524.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3153524.10.help.text\n"
"Text modified"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3150495.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_TEXTCHANGED\\\"\\>The\\<emph\\> Text modified "
"\\</emph\\>event takes place if you enter or modify a text in an input "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3154123.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3154123.8.help.text\n"
"Item status changed"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3150870.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_ITEMSTATECHANGED\\\" "
"visibility=\\\"hidden\\\"\\>The\\<emph\\> Item status changed "
"\\</emph\\>event takes place if the status of the control field has "
"changed.\\</ahelp\\>The\\<emph\\> Item status changed\\</emph\\> event takes "
"place if he status of the control field has changed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3151176.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3151176.16.help.text\n"
"When receiving focus"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3154218.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_FOCUSGAINED\\\"\\>The\\<emph\\> When receiving "
"focus \\</emph\\>event takes place if a control field receives the "
"focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3150447.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3150447.18.help.text\n"
"When losing focus"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3159252.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_FOCUSLOST\\\"\\>The\\<emph\\> When losing focus "
"\\</emph\\>event takes place if a control field looses the focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3147287.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3147287.20.help.text\n"
"Key pressed"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3152940.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_KEYTYPED\\\"\\>The \\<emph\\>Key pressed "
"\\</emph\\>event occurs when the user presses any key while the control has "
"the focus.\\</ahelp\\> This event may be linked to a macro for checking "
"entries."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3154127.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3154127.43.help.text\n"
"Key released"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3154150.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_KEYUP\\\"\\>The\\<emph\\> Key release "
"\\</emph\\>event occurs when the user releases any key while the control has "
"the focus.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3154921.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3154921.26.help.text\n"
"Mouse inside"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3148618.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEENTERED\\\"\\>The\\<emph\\> Mouse inside "
"\\</emph\\>event takes place if the mouse is inside the control "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3148576.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3148576.30.help.text\n"
"Mouse moved while key pressed"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3155411.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEDRAGGED\\\"\\>The\\<emph\\> Mouse moved while "
"key pressed \\</emph\\>event takes place when the mouse is dragged while a "
"key is pressed at the same time.\\</ahelp\\> An example is when, during drag-"
"and-drop, an additional key determines the mode (move or copy)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3149262.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3149262.32.help.text\n"
"Mouse moved"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3146975.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEMOVED\\\"\\>The\\<emph\\> Mouse moved "
"\\</emph\\>event occurs if the mouse moves over the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3159197.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3159197.22.help.text\n"
"Mouse button pressed"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3145271.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEPRESSED\\\"\\>The\\<emph\\> Mouse button "
"pressed \\</emph\\>event occurs if the mouse button is pressed while the "
"mouse pointer is on the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_idN108BD.help.text
msgid ""
"Note that this event is also used for notifying requests for a popup context "
"menu on the control. If you are using this event by a program macro, you "
"find more information in the \"StarOffice 8 Programming Guide for BASIC\"."
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3148880.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3148880.24.help.text\n"
"Mouse button released"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3150659.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSERELEASED\\\"\\>The\\<emph\\> Mouse button "
"released \\</emph\\>event occurs if the mouse button is released while the "
"mouse pointer is on the control.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#hd_id3156286.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170103.xhp#hd_id3156286.28.help.text\n"
"Mouse outside"
msgstr ""

#: helpcontent2/source/text/shared/02/01170103.xhp#par_id3149582.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_MOUSEEXITED\\\"\\>The\\<emph\\> Mouse outside "
"\\</emph\\>event takes place when the mouse is outside the control "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170200.xhp#tit.help.text
msgid "Form Properties"
msgstr ""

#: helpcontent2/source/text/shared/02/01170200.xhp#bm_id3147285.help.text
msgid ""
"\\<bookmark_value\\>forms; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>properties; "
"forms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170200.xhp#hd_id3147285.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170200.xhp\\\" name=\\\"Form "
"Properties\\\"\\>Form Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170200.xhp#par_id3147088.2.help.text
msgid ""
"\\<variable id=\\\"form\\\"\\>\\<ahelp hid=\\\".uno:FormProperties\\\" "
"visibility=\\\"visible\\\"\\>In this dialog you can specify, among others,  "
"the data source and the events for the whole form.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170201.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#bm_id3152551.help.text
msgid ""
"\\<bookmark_value\\>submitting "
"forms\\</bookmark_value\\>\\<bookmark_value\\>get method for form "
"transmissions\\</bookmark_value\\>\\<bookmark_value\\>post method for form "
"transmissions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170201.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153539.23.help.text
msgid ""
"A form is a text document or spreadsheet with different form controls. If "
"you create a form for a Web page, the user can enter data into it to send "
"over the Internet. The data from the form controls of a form is transmitted "
"to a server by specifying a URL and can be processed on the server."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3149283.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170201.xhp#hd_id3149283.20.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3150789.24.help.text
msgid ""
"Specifies a name for the form. This name is used to identify the form in the "
"\\<link href=\\\"text/shared/02/01170600.xhp\\\" name=\\\"Form "
"Navigator\\\"\\>Form Navigator\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3152425.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170201.xhp#hd_id3152425.33.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3147226.34.help.text
msgid ""
"Specifies the URL to which the data of the completed form is to be "
"transmitted."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3154751.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170201.xhp#hd_id3154751.31.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3154823.32.help.text
msgid "Defines the target frame in which the loaded URL is to appear."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3152551.27.help.text
msgid "Type of submission"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3155338.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SUBMIT_METHOD\\\"\\>Specifies the method to "
"transfer the completed form information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3145065.29.help.text
msgid ""
"Using the \"Get\" method, the data of every control is transmitted as an "
"environment variable. They are appended to the URL in the form "
"\"?Control1=Content1&Control2=Content2&...\"; the character string is "
"analyzed by a program on the recipient's server."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3150443.30.help.text
msgid ""
"Using the \"Post\" method, a document is created from the content of the "
"form that is sent to the specified URL."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3147275.26.help.text
msgid "Submission encoding"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3159147.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SUBMIT_ENCODING\\\"\\>Specifies the type for "
"encoding the data transfer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#hd_id3155419.36.help.text
msgid "Data transfer of control information"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153717.37.help.text
msgid ""
"When sending a form, all controls available in $[officename] are taken into "
"consideration. The name of the control and the corresponding value, if "
"available, are transmitted."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153252.50.help.text
msgid ""
"Which values are transmitted in each case depends on the respective control. "
"For text fields, the visible entries are transmitted; for list boxes, the "
"selected entries are transmitted; for check boxes and option fields, the "
"associated reference values are transmitted if these fields were activated."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3150984.51.help.text
msgid ""
"How this information is transmitted depends on the selected transfer method "
"(Get or Post) and the coding (URL or Multipart). If the Get method and URL "
"encoding are selected, for example, value pairs in the form <Name>=<Value> "
"are sent."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3157909.52.help.text
msgid ""
"In addition to the controls that are recognized in HTML, $[officename] "
"offers other controls. It should be noted that, for fields with a specific "
"numerical format, the visible values are not transmitted but rather fixed "
"default formats. The following table shows how the data of the $[officename]-"
"specific controls is transmitted:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153698.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170201.xhp#par_id3153698.38.help.text\n"
"Control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153562.39.help.text
msgid "Value Pair"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153823.40.help.text
msgid "Numeric field, currency field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3149734.41.help.text
msgid "A decimal separator is always displayed as a period."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3148563.42.help.text
msgid "Date field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3146794.43.help.text
msgid ""
"The date format is sent in a fixed format (MM-DD-YYYY), regardless of the "
"user's local settings."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3149670.44.help.text
msgid "Time field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153779.45.help.text
msgid ""
"The time format is sent in a fixed format (HH:MM:SS), regardless of the "
"user's local settings."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3153361.46.help.text
msgid "Pattern field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3145419.47.help.text
msgid ""
"The values of pattern fields are sent as text fields, that is, the value "
"visible in the form is sent."
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3150767.48.help.text
msgid "Table control"
msgstr ""

#: helpcontent2/source/text/shared/02/01170201.xhp#par_id3152933.49.help.text
msgid ""
"From the table control, the individual columns are always transmitted. The "
"name of the control, the name of the column, and the value of the column are "
"sent. Using the Get method with URL encoding, the transmission is done in "
"the form <Name of the table control>.<Name of the column>=<Value>, for "
"example, with the value being dependent on the column."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170202.xhp#tit.help.text\n"
"Events"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#bm_id3150499.help.text
msgid ""
"\\<bookmark_value\\>forms; "
"events\\</bookmark_value\\>\\<bookmark_value\\>events; "
"forms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3150499.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170202.xhp\\\" "
"name=\\\"Events\\\"\\>Events\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3147043.2.help.text
msgid ""
"The\\<emph\\> Events \\</emph\\>tab page, allows you to assign a macro to "
"certain events which occur in a form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3159233.3.help.text
msgid ""
"To link an event with a macro, first write a macro that contains all the "
"commands to be executed when the event happens. Then assign this macro to "
"the respective event by clicking the \\<emph\\>... \\</emph\\>button beside "
"the corresponding event. The\\<emph\\> Assign Macro \\</emph\\>dialog opens, "
"where you can select the macro."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149182.29.help.text
msgid ""
"The following actions can be configured individually, meaning that you can "
"use your own dialogs to depict an action:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3166460.30.help.text
msgid "Displaying an error message,"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3152996.31.help.text
msgid "Confirming a delete process (for data records),"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3153541.32.help.text
msgid "Querying parameters,"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3155261.33.help.text
msgid "Checking input when saving a data record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3153127.34.help.text
msgid ""
"For example, you can issue a \"confirm deletion\" request such as \"Really "
"delete customer xyz?\" when deleting a data record."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3150986.4.help.text
msgid ""
"The following lists and describes all events in a form that can be linked to "
"a macro:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3147559.17.help.text
msgid "Before update"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149669.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_BEFOREUPDATE\\\"\\>The Before update event occurs "
"before the control content changed by the user is written into the data "
"source.\\</ahelp\\> The linked macro can, for example, prevent this action "
"by returning \"FALSE\"."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3153779.19.help.text
msgid "After update"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3153360.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_AFTERUPDATE\\\"\\>The After update event occurs "
"after the control content changed by the user has been written into the data "
"source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3157909.36.help.text
msgid "Prior to reset"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3155390.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_APPROVERESETTED\\\"\\>The\\<emph\\> Prior to reset "
"\\</emph\\>event occurs before a form is reset.\\</ahelp\\> The linked macro "
"can, for example, prevent this action by returning \"FALSE\"."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149236.52.help.text
msgid "A form is reset if one of the following conditions is met:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149164.53.help.text
msgid "The user presses an (HTML) button that is defined as a reset button."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3153666.54.help.text
msgid ""
"A new and empty record is created in a form that is linked to a data source. "
"For example, in the last record, the \\<emph\\>Next Record\\</emph\\> button "
"may be pressed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3156119.37.help.text
msgid "After resetting"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3148563.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_RESETTED\\\"\\>The\\<emph\\> After resetting "
"\\</emph\\>event occurs after a form has been reset.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3150870.27.help.text
msgid "Before submitting"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3159152.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_SUBMITTED\\\"\\>The\\<emph\\> Before submitting "
"\\</emph\\>event occurs before the form data is sent.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3149167.5.help.text
msgid "When loading"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3156423.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_LOADED\\\"\\>The\\<emph\\> When loading "
"\\</emph\\>event occurs directly after the form has been loaded.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3148451.38.help.text
msgid "Before reloading"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3154218.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_RELOADING\\\"\\>The\\<emph\\> Before reloading "
"\\</emph\\>event occurs before the form is reloaded.\\</ahelp\\> The data "
"content has not yet been refreshed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3155102.40.help.text
msgid "When reloading"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3157895.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_RELOADED\\\"\\>The\\<emph\\> When reloading "
"\\</emph\\>event occurs directly after the form has been "
"reloaded.\\</ahelp\\> The data content has already been refreshed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3152792.42.help.text
msgid "Before unloading"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3152598.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_UNLOADING\\\"\\>The\\<emph\\> Before unloading "
"\\</emph\\>event occurs before the form is unloaded; that is, separated from "
"its data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3154145.44.help.text
msgid "When unloading"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3154638.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_UNLOADED\\\"\\>The\\<emph\\> When unloading "
"\\</emph\\>event occurs directly after the form has been unloaded; that is, "
"separated from its data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3147426.25.help.text
msgid "Confirm deletion"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3154988.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_CONFIRMDELETE\\\"\\>The\\<emph\\> Confirm deletion "
"\\</emph\\>event occurs as soon as data has been deleted from the "
"form.\\</ahelp\\> For example, the linked macro can request confirmation in "
"a dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3149481.46.help.text
msgid "Before record action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3156007.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_APPROVEROWCHANGE\\\"\\>The\\<emph\\> Before record "
"action \\</emph\\>event occurs before the current record is "
"changed.\\</ahelp\\> For example, the linked macro can request confirmation "
"in a dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3145749.47.help.text
msgid "After record action"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3146975.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_ROWCHANGE\\\"\\>The\\<emph\\> After record action "
"\\</emph\\>event occurs directly after the current record has been "
"changed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3154012.48.help.text
msgid "Before record change"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149664.60.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_POSITIONING\\\"\\>The\\<emph\\> Before record "
"change \\</emph\\>event occurs before the current record pointer is "
"changed.\\</ahelp\\>. For example, the linked macro can prevent this action "
"by returning \"FALSE\"."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3157975.49.help.text
msgid "After record change"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3154098.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_POSITIONED\\\"\\>The\\<emph\\> After record change "
"\\</emph\\>event occurs directly after the current record pointer has been "
"changed.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3151076.50.help.text
msgid "Fill parameters"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3147396.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_APPROVEPARAMETER\\\"\\>The\\<emph\\> Fill "
"parameters \\</emph\\>event occurs when the form to be loaded has parameters "
"that must be filled out.\\</ahelp\\> For example, the data source of the "
"form can be the following SQL command:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3148773.63.help.text
msgid "SELECT * FROM address WHERE name=:name"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149581.64.help.text
msgid ""
"Here :name is a parameter that must be filled out when loading. The "
"parameter is automatically filled out from the parent form if possible. If "
"the parameter cannot be filled out, this event is called and a linked macro "
"can fill out the parameter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#hd_id3146926.9.help.text
msgid "Error occurred"
msgstr ""

#: helpcontent2/source/text/shared/02/01170202.xhp#par_id3149485.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_EVT_ERROROCCURED\\\"\\>The\\<emph\\> Error occurred "
"\\</emph\\>event is activated if an error occurs when accessing the data "
"source.\\</ahelp\\> This applies to forms, list boxes and combo boxes."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170203.xhp#tit.help.text\n"
"Data"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#bm_id3150040.help.text
msgid ""
"\\<bookmark_value\\>forms; "
"data\\</bookmark_value\\>\\<bookmark_value\\>data; "
"forms\\</bookmark_value\\>\\<bookmark_value\\>forms; "
"subforms\\</bookmark_value\\>\\<bookmark_value\\>subforms; "
"forms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3150040.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"Data\\\"\\>Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3147242.2.help.text
msgid ""
"The\\<emph\\> Data \\</emph\\>tab page defines the form properties that "
"refer to the database that is linked to the form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3149398.107.help.text
msgid ""
"Defines the data source on which the form is based, or specifies whether the "
"data can be edited by the user. Apart from the sort and filter functions, "
"you will also find all the necessary properties to create a \\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"subform\\\"\\>subform\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3154810.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3154810.5.help.text\n"
"Data source"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3152349.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATASOURCE\\\"\\>Defines the data source to which "
"the form should refer.\\</ahelp\\> If you click the \\<emph\\>...\\</emph\\> "
"button, you call the \\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>\\<emph\\>Open\\</emph\\>\\</link\\> dialog, where you "
"can choose a data source."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3146948.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3146948.6.help.text\n"
"Content"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3155922.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CURSORSOURCE\\\"\\>Determines the content to be "
"used for the form. The content can be an existing table or a query "
"(previously created in the database), or it can be defined by an SQL-"
"statement. Before you enter a content you have to define the exact type in "
"\\<emph\\>Content type\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3149657.27.help.text
msgid ""
"If you have selected either \"Table\" or \"Query\" in \\<emph\\>Content "
"type\\</emph\\>, the box lists all the tables and queries set up in the "
"selected database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3148755.7.help.text
msgid "Content type"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3150541.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CURSORSOURCETYPE\\\"\\>Defines whether the data "
"source is to be an existing database table or query, or if the form is to be "
"generated based on an SQL statement.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3153192.29.help.text
msgid ""
"If you choose \"Table\" or \"Query\", the form will refer to the table or "
"query that you specify under \\<emph\\>Content\\</emph\\>. If you want to "
"create a new query or a \\<link href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"subform\\\"\\>subform\\</link\\>, then you have to choose the "
"\"SQL\" option. You can then enter the statement for the SQL query or the "
"subform directly in the \\<emph\\>List content\\</emph\\> box on the Control "
"properties Data tab page."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3158409.105.help.text
msgid "Analyze SQL command"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3145171.106.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ESCAPE_PROCESSING\\\"\\>Specifies whether the SQL "
"statement is to be analyzed by %PRODUCTNAME.\\</ahelp\\> If set to Yes, you "
"can click the \\<emph\\>...\\</emph\\> button next to the "
"\\<emph\\>Content\\</emph\\> list box. This will open a window where you can "
"graphically create a database query. When you close that window, the SQL "
"statement for the created query will be inserted to the "
"\\<emph\\>Content\\</emph\\> list box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3154684.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170203.xhp#hd_id3154684.81.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3150449.82.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_FILTER_CRITERIA\\\"\\>Enter the required "
"conditions for filtering the data in the form. The filter specifications "
"follow SQL rules without using the WHERE clause.\\</ahelp\\> For example, if "
"you want to display all records with the \"Mike\" forename, type into the "
"data field: Forename = 'Mike'. You can also combine conditions: Forename = "
"Mike OR Forename = Peter. All records matching these two conditions will be "
"displayed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3156212.83.help.text
msgid ""
"The filter function is available in user mode through the \\<link "
"href=\\\"text/shared/02/12030000.xhp\\\" "
"name=\\\"AutoFilter\\\"\\>\\<emph\\>AutoFilter\\</emph\\>\\</link\\> and "
"\\<link href=\\\"text/shared/02/12090000.xhp\\\" name=\\\"Default "
"Filter\\\"\\>\\<emph\\>Default Filter\\</emph\\>\\</link\\> icons on the "
"\\<link href=\\\"text/shared/main0213.xhp\\\" name=\\\"Form "
"Bar\\\"\\>\\<emph\\>Form\\</emph\\> Bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3156005.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170203.xhp#hd_id3156005.84.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3163712.85.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SORT_CRITERIA\\\"\\>Specifies the conditions to "
"sort the data in the form. The specification of the sorting conditions "
"follows SQL rules without the use of the ORDER BY clause.\\</ahelp\\> For "
"example, if you want all records of a database to be sorted in one field in "
"an ascending order and in another field in a descending order, enter "
"Forename ASC, Name DESC (presuming Forename and Name are the names of the "
"data fields)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3156444.86.help.text
msgid ""
"The appropriate icons on the \\<link href=\\\"text/shared/main0213.xhp\\\" "
"name=\\\"Forms Bar\\\"\\>\\<emph\\>Forms\\</emph\\> Bar\\</link\\> can be "
"used in User mode to sort: \\<link href=\\\"text/shared/02/12010000.xhp\\\" "
"name=\\\"Sort Ascending\\\"\\>\\<emph\\>Sort "
"Ascending\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/shared/02/12020000.xhp\\\" name=\\\"Sort "
"Descending\\\"\\>\\<emph\\>Sort Descending\\</emph\\>\\</link\\>, \\<link "
"href=\\\"text/shared/02/12100100.xhp\\\" "
"name=\\\"Sort\\\"\\>\\<emph\\>Sort\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3148616.8.help.text
msgid "Add data only"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3153139.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_DATAENTRY\\\"\\>Determines if the form only allows "
"the addition of new data (Yes) or if it allows other properties as well "
"(No).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3148575.21.help.text
msgid ""
"If \\<emph\\>Add data only\\</emph\\> is set to \"Yes\", changing or "
"deleting data is not possible."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3148455.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3148455.9.help.text\n"
"Navigation bar"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3157976.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_NAVIGATION\\\"\\>Specifies whether the navigation "
"functions in the lower form bar can be used.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3149485.79.help.text
msgid ""
"The \"Parent Form\" option is used for subforms. If you choose this option "
"for a subform you can navigate using the records of the main form if the "
"cursor is placed in the subform. A subform is linked to the parent form by a "
"1:1 relationship, so navigation is always performed in the parent form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3151051.10.help.text
msgid "Cycle"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3154944.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_CYCLE\\\"\\>Determines how the navigation should "
"be done using the tab key.\\</ahelp\\> Using the tab key, you can move "
"forward in the form. If you simultaneously press the Shift key, the "
"navigation will follow the opposite direction. If you reach the last (or the "
"first) field and press the tab key again, it can have various effects. "
"Define the key control with the following options:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3166413.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170203.xhp#par_id3166413.87.help.text\n"
"Option"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3150424.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170203.xhp#par_id3150424.88.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3150417.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170203.xhp#par_id3150417.89.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3157847.90.help.text
msgid ""
"This setting automatically defines a cycle which follows an existing "
"database link: If the form contains a database link, the Tab key will, by "
"default, initiate a change to the next or previous record on exit from the "
"last field (see All Records). If there is no database link the next/previous "
"form is shown (see Current Page)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3153418.91.help.text
msgid "All records"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3152972.92.help.text
msgid ""
"This option applies to database forms only and is used to navigate through "
"all records. If you use the Tab key to exit from the last field of a form, "
"the current record is changed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3151020.93.help.text
msgid "Active record"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3145301.94.help.text
msgid ""
"This option applies to database forms only, and is used to navigate within "
"the current record. If you use the Tab key to exit from the last field of a "
"form, the current record is changed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3146913.95.help.text
msgid "Current page"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3150330.96.help.text
msgid ""
"On exit from the last field of a form, the cursor skips to the first field "
"in the next form. This is standard for HTML forms; therefore, this option is "
"especially relevant for HTML forms."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3155064.11.help.text
msgid "Allow additions"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3154360.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ALLOW_ADDITIONS\\\"\\>Determines if data can be "
"added.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3156054.12.help.text
msgid "Allow modifications"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3156377.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ALLOW_EDITS\\\"\\> Determines if the data can be "
"modified.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3149019.13.help.text
msgid "Allow deletions"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3148995.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_ALLOW_DELETIONS\\\"\\>Determines if the data can "
"be deleted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3153714.3.help.text
msgid "Link master fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3147339.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_MASTERFIELDS\\\"\\>If you create a \\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"subform\\\"\\>subform\\</link\\>, enter the data field of the "
"parent form responsible for the synchronization between parent and "
"subform.\\</ahelp\\> To enter multiple values, press Shift + Enter after "
"each input line."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3149568.71.help.text
msgid ""
"The subform is based on an \\<link "
"href=\\\"text/shared/00/00000005.xhp#sql\\\" "
"name=\\\"SQL\\\"\\>SQL\\</link\\> query; more specifically, on a \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Parameter "
"Query\\\"\\>Parameter Query\\</link\\>. If a field name is entered in the "
"\\<emph\\>Link master fields\\</emph\\> box, the data contained in that "
"field in the main form is read to a variable that you must enter in "
"\\<emph\\>Link slave fields\\</emph\\>. In an appropriate SQL statement, "
"this variable is compared to the table data that the subform refers to. "
"Alternatively, you can enter the column name in the \\<emph\\>Link master "
"fields\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3156089.72.help.text
msgid "Consider the following example:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3151017.30.help.text
msgid ""
"The database table on which the form is based is, for example, a customer "
"database (\"Customer\"), where every customer has been given a unique number "
"in a data field named \"Cust_ID\". A customer's orders are maintained in "
"another database table. You now want to see each customer's orders after "
"entering them into the form. In order to do this you should create a "
"subform. Under \\<emph\\>Link master fields\\</emph\\> enter the data field "
"from the customer database which clearly identifies the customer, that is, "
"Cust_ID. Under \\<emph\\>Link slave fields\\</emph\\> enter the name of a "
"variable which is to accept the data of the field Cust_ID, for example, x."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3151248.73.help.text
msgid ""
"The subform should show the appropriate data from the orders table "
"(\"Orders\") for each customer ID (Customer_ID -> x). This is only possible "
"if each order is uniquely assigned to one customer in the orders table. "
"Alternatively, you can use another field called Customer_ID; however, to "
"make sure that this field is not confused with the same field from the main "
"form, the field is called Customer_Number."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3153537.74.help.text
msgid ""
"Now compare the Customer_Number in the \"Orders\" table with the Customer_ID "
"from the \"Customers\" table, which can be done, for example, using the x "
"variable with the following SQL statement:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3155335.75.help.text
msgid ""
"SELECT * FROM Orders WHERE Customer_Number =: x (if you want the subform to "
"show all data from the orders table)"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3163727.76.help.text
msgid "or:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3153921.77.help.text
msgid ""
"SELECT Item FROM Orders WHERE Customer_Number =: x (if you want the subform "
"from the orders table to show only the data contained in the \"Item\" field)"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3148488.78.help.text
msgid ""
"The SQL statement can either be entered in the \\<emph\\>Data "
"source\\</emph\\> field, or you can create an appropriate parameter query, "
"which can be used to create the subform."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3150648.4.help.text
msgid "Link slave fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3149923.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PROP_SLAVEFIELDS\\\"\\>If you create a subform, enter "
"the variable where possible values from the parent form field can be "
"stored.\\</ahelp\\> If a subform is based on a query, enter the variable "
"that you defined in the query. If you create a form using an SQL statement "
"entered in the \\<emph\\>Data source\\</emph\\> field, enter the variable "
"you used in the statement. You can choose any variable name. If you want to "
"enter multiple values, press Shift + Enter."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3155114.31.help.text
msgid ""
"If, for example, you specified the Customer_ID database field as a parent "
"field under \\<emph\\>Link master fields\\</emph\\>, then you can define "
"under \\<emph\\>Link slave fields\\</emph\\> the name of the variable in "
"which the values of the Customer_ID database field are to be stored. If you "
"now specify an SQL statement in the \\<emph\\>Data source\\</emph\\> box "
"using this variable, the relevant values are displayed in the subform."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#hd_id3152778.32.help.text
msgid "What is a subform?"
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3155579.33.help.text
msgid ""
"Forms are created based on a database table or database query. They display "
"the data in a visually pleasant fashion and can be used to enter data or "
"edit data."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3147094.34.help.text
msgid ""
"\\<variable id=\\\"wozu\\\"\\>If you require a form that can refer to the "
"data in a table or query and can additionally display data from another "
"table, you should create a subform. \\</variable\\> For example, this "
"subform can be a text box that displays the data of another database table."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3157972.35.help.text
msgid ""
"A subform is an additional component of the main form. The main form can be "
"called the \"parent form\" or \"master\". Subforms are needed as soon as you "
"want to access more than one table from a form. Each additional table "
"requires its own subform."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id4807275.help.text
msgid ""
"After creating a form, it can be changed into a subform. To do this, enter "
"Design Mode, and open the Form Navigator. In the Form Navigator, drag a form "
"(that will become a subform) onto any other form (that will become a master)."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_id3158444.36.help.text
msgid ""
"The user of your document will not see that a form has subforms. The user "
"only sees a document in which data is entered or where existing data is "
"displayed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_idN10C2A.help.text
msgid ""
"Specify the Link master field from the data fields in the master form. In "
"the subform, the Link slave field can be set as a field which will be "
"matched to the contents of the Link master field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170203.xhp#par_idN10C2D.help.text
msgid ""
"When the user navigates through the data, the form always displays the "
"current data record. If there are subforms defined, the contents of the "
"subforms will be displayed after a short delay of approximate 200 ms. This "
"delay enables you to quickly browse through the data records of the master "
"form. If you navigate to the next master data record within the delay limit, "
"the subform data need not be retrieved and displayed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#tit.help.text
msgid "Tab Order"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3146959.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170300.xhp\\\" name=\\\"Tab "
"Order\\\"\\>Tab Order\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3150347.2.help.text
msgid ""
"\\<variable id=\\\"text\\\"\\>\\<ahelp hid=\\\".uno:TabDialog\\\"\\>In "
"the\\<emph\\> Tab Order \\</emph\\>dialog you can modify the order in which "
"control fields get the focus when the user presses the tab "
"key.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3109850.3.help.text
msgid ""
"If form elements are inserted into a document, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> automatically determines "
"in which order to move from one control to the next when using the Tab key. "
"Every new control added is automatically placed at the end of this series. "
"In the \\<emph\\>Tab Order\\</emph\\> dialog, you can adapt the order of "
"this series to your individual needs."
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3155934.12.help.text
msgid ""
"You can also define the index of a control through its specific properties "
"by entering the desired value under \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Order\\\"\\>\\<emph\\>Order\\</emph\\>\\</link\\> in the "
"\\<emph\\>Properties\\</emph\\> dialog of the control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3149760.13.help.text
msgid ""
"A radio button can only be accessed by the Tab key when the radio button is "
"selected. If you have designed a group of radio buttons where none are "
"selected, then the user will not be able to access the group or any of the "
"radio buttons by keyboard."
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3149140.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3149140.4.help.text\n"
"Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3150789.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABORDER_CONTROLS\\\"\\>Lists all controls in the form. "
"These controls can be selected with the tab key in the given order from top "
"to bottom.\\</ahelp\\> Select a control from the \\<emph\\>Controls "
"\\</emph\\>list to assign the desired position in the tab order."
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3153750.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3153750.6.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3154751.7.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_UP\\\"\\>Click "
"the\\<emph\\> Move Up\\</emph\\> button to shift the selected control one "
"position higher in the tab order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3155339.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3155339.8.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3154823.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_MOVE_DOWN\\\"\\>Click "
"the\\<emph\\> Move Down\\</emph\\> button to shift the selected control one "
"position lower in the tab order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#hd_id3154288.10.help.text
msgid "Automatic Sort"
msgstr ""

#: helpcontent2/source/text/shared/02/01170300.xhp#par_id3153748.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_TAB_ORDER_PB_AUTO_ORDER\\\"\\>Click "
"the\\<emph\\> Automatic Sort\\</emph\\> button to automatically sort the "
"controls according to their position in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170400.xhp#tit.help.text
msgid "Add Field:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170400.xhp#hd_id3144436.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170400.xhp\\\" name=\\\"Add "
"Field:\\\"\\>Add Field:\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170400.xhp#par_id3166460.2.help.text
msgid ""
"\\<variable id=\\\"text\\\"\\>\\<ahelp hid=\\\".uno:AddField\\\" "
"visibility=\\\"visible\\\"\\>Opens a window where you can select a database "
"field to add to the form.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170400.xhp#par_id3156114.3.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_FIELD_SEL\\\"\\>The field "
"selection window lists all database fields of the table or query that was "
"specified as the data source in the \\<link "
"href=\\\"text/shared/02/01170201.xhp\\\" name=\\\"Form Properties\\\"\\>Form "
"Properties\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170400.xhp#par_id3147620.4.help.text
msgid ""
"You can incorporate a field into the current document by dragging and "
"dropping it into the document while holding down the mouse button. A "
"corresponding field is then set up in the document with a link to the "
"database."
msgstr ""

#: helpcontent2/source/text/shared/02/01170400.xhp#par_id3153541.5.help.text
msgid ""
"If you switch off the \\<link href=\\\"text/shared/02/01170500.xhp\\\" "
"name=\\\"Design Mode\\\"\\>Design Mode\\</link\\>, you can see that "
"$[officename] sets up a labeled input field for every inserted database "
"field where the user can enter the data."
msgstr ""

#: helpcontent2/source/text/shared/02/01170500.xhp#tit.help.text
msgid "Design Mode On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/01170500.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170500.xhp\\\" name=\\\"Design Mode "
"On/Off\\\"\\>Design Mode On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170500.xhp#par_id3150040.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SwitchControlDesignMode\\\"\\>Toggles the Design mode "
"on or off. This function is used to switch quickly between \\<link "
"href=\\\"text/shared/explorer/database/04030000.xhp\\\" "
"name=\\\"Design\\\"\\>Design\\</link\\> and User mode. Activate to edit the "
"form controls, deactivate to use the form controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170500.xhp#par_id3153528.5.help.text
msgid ""
"Please note the \\<link href=\\\"text/shared/02/01171000.xhp\\\" "
"name=\\\"Open in Design Mode\\\"\\>\\<emph\\>Open in Design "
"Mode\\</emph\\>\\</link\\> function. If \\<emph\\>Open in Design "
"Mode\\</emph\\> is activated, the document is always opened in Design mode, "
"regardless of the state in which it is saved."
msgstr ""

#: helpcontent2/source/text/shared/02/01170500.xhp#par_id3147088.3.help.text
msgid ""
"If your form is linked to a database and you turn off the Design mode, the "
"\\<link href=\\\"text/shared/main0213.xhp\\\" name=\\\"Form Bar\\\"\\>Form "
"Bar\\</link\\> is displayed at the lower margin of the document window. You "
"can edit the link to the database in the \\<link "
"href=\\\"text/shared/02/01170201.xhp\\\" name=\\\"Form Properties\\\"\\>Form "
"Properties\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170600.xhp#tit.help.text\n"
"Form Navigator"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#bm_id3143284.help.text
msgid ""
"\\<bookmark_value\\>controls; in "
"forms\\</bookmark_value\\>\\<bookmark_value\\"
">forms;Navigator\\</bookmark_value\\>\\<bookmark_value\\>Form "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>subforms; "
"creating\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"hidden\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>hidden controls; "
"copying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3143284.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170600.xhp\\\" name=\\\"Form "
"Navigator\\\"\\>Form Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3149760.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowFmExplorer\\\"\\>Opens the \\<emph\\>Form "
"Navigator\\</emph\\>. The \\<emph\\>Form Navigator\\</emph\\> displays all "
"forms and subforms of the current document with their respective "
"controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3147399.21.help.text
msgid ""
"When using several forms, the Form Navigator gives an overview of all forms, "
"and also provides various functions for editing them."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3155552.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORM_NAVIGATOR\\\"\\>The \\<emph\\>Form "
"Navigator\\</emph\\> contains a list of all created (logical) forms with the "
"corresponding control fields.\\</ahelp\\> You can see whether a form "
"contains control fields by the plus sign displayed before the entry. Click "
"the plus sign to open the list of the form elements."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3146957.4.help.text
msgid ""
"You can change how the different controls are arranged by dragging and "
"dropping them in the \\<emph\\>Form Navigator\\</emph\\>. Select one or more "
"controls and drag them into another form. Alternatively use Ctrl+X or the "
"context menu command \\<emph\\>Cut\\</emph\\> to move a control to the "
"clipboard and Ctrl+V or the command \\<emph\\>Insert\\</emph\\> to insert "
"the control into another position."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3155892.22.help.text
msgid ""
"To edit the name in the \\<emph\\>Form Navigator\\</emph\\>, click on the "
"name and enter a new name, or use the command in the context menu."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3156347.5.help.text
msgid ""
"If you select a control in the \\<emph\\>Form Navigator\\</emph\\>, the "
"corresponding element is selected in the document."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3153662.6.help.text
msgid ""
"If you call the context menu of a selected entry, the \\<emph\\>Form "
"Navigator\\</emph\\> offers the following functions:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3153252.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3153252.7.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3153561.8.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_NEW\\\"\\>Adds new elements to the form. "
"The\\<emph\\> Add \\</emph\\>function can only be called if a form is "
"selected in the \\<emph\\>Form Navigator\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3149763.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3149763.9.help.text\n"
"Form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3156117.10.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_NEW_FORM\\\"\\>Creates a new form in the document. "
"\\</ahelp\\> To create a \\<link href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"subform\\\"\\>subform\\</link\\> add the new form under the desired "
"parent form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3155342.11.help.text
msgid "Hidden Controls"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3158430.12.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_NEW_HIDDEN\\\"\\>Creates a hidden control in the "
"selected form that is not visible on screen and is hidden from the user. A "
"hidden control serves to include data that is transmitted together with the "
"form.\\</ahelp\\> It contains additional information or clarifying text that "
"you can specify when creating the form through the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Special "
"Properties\\\"\\>Special Properties\\</link\\> of the control. Select the "
"entry of the hidden control in the \\<emph\\>Form Navigator\\</emph\\> and "
"select the \\<emph\\>Properties\\</emph\\> command."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3159147.19.help.text
msgid ""
"You can copy controls in the document through the clipboard (shortcut keys "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+C for copying and \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+V for "
"inserting). You can copy hidden controls in the \\<emph\\>Form "
"Navigator\\</emph\\> by using drag-and-drop while keeping the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> key pressed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3145068.20.help.text
msgid ""
"Drag and drop to copy controls within the same document or between "
"documents. Open another form document and drag the hidden control from the "
"\\<emph\\>Form Navigator\\</emph\\> into the \\<emph\\>Form "
"Navigator\\</emph\\> of the target document. Click a visible control "
"directly in the document, rest the mouse for a moment so that a copy of the "
"control is added to the drag-and-drop clipboard, then drag the copy into the "
"other document. If you want a copy in the same document, press Ctrl while "
"dragging."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3152812.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170600.xhp#hd_id3152812.13.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3154938.14.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_DELETE\\\"\\>Deletes the selected entry.\\</ahelp\\> "
"This allows you to delete individual form components as well as whole forms "
"with one mouse click."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3153799.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170600.xhp#hd_id3153799.15.help.text\n"
"Tab order"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3156282.16.help.text
msgid ""
"When a form is selected, it opens the \\<link "
"href=\\\"text/shared/02/01170300.xhp\\\" name=\\\"Tab "
"Order\\\"\\>\\<emph\\>Tab Order\\</emph\\>\\</link\\> dialog, where the "
"indices for focusing the control elements on the Tab key are defined."
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3150869.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170600.xhp#hd_id3150869.23.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3145607.24.help.text
msgid ""
"\\<ahelp hid=\\\"SID_FM_RENAME_OBJECT\\\"\\>Renames the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#hd_id3153194.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170600.xhp#hd_id3153194.17.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/02/01170600.xhp#par_id3149766.18.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowPropertyBrowser\\\"\\>Starts the "
"\\<emph\\>Properties\\</emph\\> dialog for the selected entry.\\</ahelp\\> "
"If a form is selected, the \\<link href=\\\"text/shared/02/01170200.xhp\\\" "
"name=\\\"Formula Properties\\\"\\>Form Properties\\</link\\> dialog opens. "
"If a control is selected, the \\<link "
"href=\\\"text/shared/02/01170100.xhp\\\" name=\\\"Control "
"Properties\\\"\\>Control Properties\\</link\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170700.xhp#tit.help.text\n"
"HTML Filters and Forms"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#bm_id3163829.help.text
msgid "\\<bookmark_value\\>forms; HTML filters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#hd_id3163829.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170700.xhp#hd_id3163829.1.help.text\n"
"HTML Filters and Forms"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3147285.2.help.text
msgid ""
"You can use all control element and form events in HTML documents. There "
"have been numerous events to date (for example, focus events), which have "
"not been changed. They will continue to be imported and exported as ONFOCUS, "
"ONBLUR, and so on for JavaScript and as SDONFOCUS, SDONBLUR, and so on for "
"$[officename] Basic."
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3150616.3.help.text
msgid ""
"Generic names that consist of the Listener interface and the method name of "
"the event are used for all other events: An event registered as "
"XListener::method is exported as"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3147571.4.help.text
msgid "SDEvent-XListener-method = \"/* event-code */\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3152425.5.help.text
msgid ""
"Note that the XListener- and method components of this option are case "
"sensitive."
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3153683.6.help.text
msgid ""
"Event handling of controls is performed using the $[officename] API. If you "
"assign an event to a control, an object registers itself internally as a "
"\"Listener\" for a specific control event. To do this, the object must use a "
"specific interface, for example the XFocusListener Interface, so that it can "
"react to focus events. When the event occurs, the control then invokes a "
"special method of the Listener interface when the control receives the "
"focus. The internally registered object then invokes the JavaScript or "
"$[officename] Basic code, which was assigned to the event."
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3156410.7.help.text
msgid ""
"The HTML filter now uses precisely these listener interfaces and method "
"names so that it can import and export events as desired. You can register a "
"focus event through"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3150506.8.help.text
msgid "<INPUT TYPE=text ONFOCUS=\"/* code */\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3154289.9.help.text
msgid "rather than through the"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3155391.10.help.text
msgid "<INPUT TYPE=text SDEvent-XFocusListener-focusGained=\"/* code */\""
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3152996.11.help.text
msgid ""
"register. Events can therefore be registered as desired, including those not "
"offered in the list boxes. To define the script language of events, you can "
"write the following line in the document header:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3150443.12.help.text
msgid "<META HTTP-EQUIV=\"content-script-type\" CONTENT=\"...\">"
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3166410.13.help.text
msgid ""
"As CONTENT you can, for example, use \"text/x-StarBasic\" for $[officename] "
"Basic or a \"text/JavaScript\" for JavaScript. If no entry is made, "
"JavaScript is assumed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170700.xhp#par_id3146797.14.help.text
msgid ""
"During exporting, the default script language will be defined based on the "
"first module found in macro management. For events, only one language can be "
"used per document."
msgstr ""

#: helpcontent2/source/text/shared/02/01170800.xhp#tit.help.text
msgid "Table Element Wizard"
msgstr ""

#: helpcontent2/source/text/shared/02/01170800.xhp#hd_id3150620.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170800.xhp\\\" name=\\\"Table Element "
"Wizard\\\"\\>Table Element Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170800.xhp#par_id3155354.2.help.text
msgid ""
"If you insert a table control in a document, the \\<emph\\>Table Element "
"Wizard\\</emph\\> starts automatically. In this wizard, you can "
"interactively specify which information is displayed in the table control."
msgstr ""

#: helpcontent2/source/text/shared/02/01170800.xhp#par_id3154422.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170800.xhp#par_id3154422.13.help.text\n"
"You can use the \\<link href=\\\"text/shared/02/01171100.xhp\\\" "
"name=\\\"Wizards On/Off\\\"\\>\\<emph\\>Wizards On/Off\\</emph\\>\\</link\\> "
"icon to keep the wizard from starting automatically."
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#tit.help.text
msgid "Table Element / List Box / Combo Box Wizard: Data"
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#hd_id3153323.3.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170801.xhp\\\" name=\\\"AutoPilot Table "
"Element / List Box / Combo Box: Data\\\"\\>Table Element / List Box / Combo "
"Box Wizard: Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#par_id3150476.4.help.text
msgid ""
"Select the data source and table to which the form field corresponds. If you "
"insert the form field in a document that is already linked to a data source, "
"this page becomes invisible."
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#hd_id3153894.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170801.xhp#hd_id3153894.5.help.text\n"
"Data source"
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#par_id3153114.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_DATASOURCE\\\" "
"visibility=\\\"visible\\\"\\>Specifies the data source that contains the "
"desired table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#hd_id3149346.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170801.xhp#hd_id3149346.7.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/02/01170801.xhp#par_id3150774.8.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_LISTBOX_RID_PAGE_TABLESELECTION_LB_TABLE\\\" "
"visibility=\\\"visible\\\"\\>Specifies the desired table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170802.xhp#tit.help.text
msgid "Table Element Wizard: Field Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170802.xhp#hd_id3155934.13.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170802.xhp\\\" name=\\\"AutoPilot Table "
"Element: Field Selection\\\"\\>Table Element Wizard: Field "
"Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170802.xhp#par_id3150476.10.help.text
msgid ""
"Specifies which fields in the table control field should be displayed."
msgstr ""

#: helpcontent2/source/text/shared/02/01170802.xhp#hd_id3149346.11.help.text
msgid "Selected Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170802.xhp#par_id3155941.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_LISTBOX_RID_PAGE_GW_FIELDSELECTION_LB_SELECTED_FIELDS\\\" "
"visibility=\\\"visible\\\"\\>Displays the data fields that are accepted into "
"the form field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#tit.help.text
msgid "Combo Box/List Box Wizard"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#bm_id3159233.help.text
msgid ""
"\\<bookmark_value\\>forms; list "
"boxes\\</bookmark_value\\>\\<bookmark_value\\>forms; combo "
"boxes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#hd_id3154094.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170900.xhp\\\" name=\\\"Combo Box/List Box "
"Wizard\\\"\\>Combo Box/List Box Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3152363.2.help.text
msgid ""
"If you insert a combo box or a list box in a document, a wizard starts "
"automatically. This wizard allows you to interactively specify which "
"information is shown."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3145211.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01170900.xhp#par_id3145211.21.help.text\n"
"You can use the \\<link href=\\\"text/shared/02/01171100.xhp\\\" "
"name=\\\"Wizards On/Off\\\"\\>\\<emph\\>Wizards On/Off\\</emph\\>\\</link\\> "
"icon to keep the wizard from starting automatically."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3155391.22.help.text
msgid ""
"The wizards for combo boxes and list boxes differ from each other in their "
"final step. This is because the nature of control fields:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3159233.23.help.text
msgid "\\<emph\\>List Boxes\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3166410.24.help.text
msgid ""
"In the case of a list box, the user selects one entry from a list of "
"entries. These entries are saved in a database table and cannot be modified "
"through the list box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3166460.25.help.text
msgid ""
"As a general rule, the database table that contains the visible list entries "
"in the form is not the table on which the form is based. The list boxes in a "
"form work by using references; that is, references to the visible list "
"entries are located in the form table (values table) and are also entered as "
"such in the values table if the user selects an entry from the list and "
"saves it. Through reference values, list boxes can display data from a table "
"linked to the current form table. Thus the \\<emph\\>List Box "
"Wizard\\</emph\\> allows two tables of a database to be linked, so that the "
"control field can display a detailed list of a database field that is "
"located in a different table from the one to which the form refers."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3145673.31.help.text
msgid ""
"In the other tables the required field is searched for by using the field "
"names (ControlSource) and then the fields will be completed accordingly. If "
"the field name is not found, the list will remain empty. When list fields "
"contain linked columns, the first column of the other table will be used "
"without a query being shown first."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3154860.26.help.text
msgid ""
"If an article table contains, for example, the number of a supplier, the "
"list box can use the \"Supplier number\" link to display the name of the "
"supplier from the supplier table. On the \\<emph\\>Field links\\</emph\\> "
"page the Wizard will ask you about all the settings required for this link."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3150977.27.help.text
msgid "\\<emph\\>Combo Boxes\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3158430.28.help.text
msgid ""
"In the case of combo boxes, users can select one entry from the list entries "
"or enter text themselves. The entries, which are offered as a list from "
"which users can select, may originate from any database table. The entries "
"that users select or enter so that they can be saved can be saved either in "
"the form only, or in a database. If they are saved in a database, they will "
"be written to the database table on which the form is based."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3154046.29.help.text
msgid ""
"Combo boxes can display the data of any table. A direct link between the "
"current form table and the table whose values are to be displayed in the "
"combo box (list table) is not required. Combo boxes do not work with "
"references. If the user enters or selects a value and saves it, the value "
"actually displayed will be entered in the form table. As there is no link "
"between the form table and the list table, the \\<emph\\>Field "
"Link\\</emph\\> table does not appear here."
msgstr ""

#: helpcontent2/source/text/shared/02/01170900.xhp#par_id3146949.30.help.text
msgid ""
"In the case of a list box, you select entries from the list, and these are "
"saved in the list table. In the case of a combo box, you can add additional "
"text that can be written to the current database table of the form (values "
"table) and stored there as desired. For this function, the \\<emph\\>Combo "
"Box Wizard\\</emph\\> has the \\<emph\\>Data Processing\\</emph\\> page as "
"the last page, whereas in the case of list boxes this page does not exist. "
"Here you can enter whether and where text that has been entered is to be "
"saved in the values table."
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#tit.help.text
msgid "Combo Box / List Box Wizard: Table Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#hd_id3154228.4.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170901.xhp\\\" name=\\\"AutoPilot Combo "
"Box / List Box: Table Selection\\\"\\>Combo Box / List Box Wizard: Table "
"Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#par_id3149716.5.help.text
msgid ""
"Specifies a table from the available database tables that contains the data "
"field whose content should be displayed as a list entry."
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#par_id3153114.8.help.text
msgid ""
"For list boxes, a table that can be linked with the current form table is "
"indicated. The link table must have at least one field in common with the "
"table of the current form. This makes it possible to establish an "
"unambiguous reference."
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#par_id3155555.9.help.text
msgid ""
"For combo boxes, there must be a relationship between the form table and the "
"table containing the data to be displayed in the combo box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#hd_id3147226.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170901.xhp#hd_id3147226.6.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#par_id3155338.7.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSE"
"LECTION_TABLE_LB_SELECTTABLE\\\"\\>In the\\<emph\\> Table \\</emph\\>field, "
"select the table containing the data field whose content should be displayed "
"in the control field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170901.xhp#par_id3159233.10.help.text
msgid ""
"The table given here appears in the \\<link "
"href=\\\"text/shared/02/01170102.xhp\\\" name=\\\"Control "
"properties\\\"\\>Control properties\\</link\\> as an element of an SQL "
"statement in the \\<emph\\>List Contents\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#tit.help.text
msgid "Combo/List Box Wizard: Field Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#hd_id3153323.14.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170902.xhp\\\" name=\\\"AutoPilot "
"Combo/List Box: Field Selection\\\"\\>Combo/List Box Wizard: Field "
"Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#par_id3154228.9.help.text
msgid ""
"Select the data field specified in the table on previous page, whose "
"contents should be displayed in the list or combo box."
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#hd_id3153894.10.help.text
msgid "Available Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#par_id3093440.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_LISTBOX_RID_PAGE_LCW_CONTENTSELECTION_FIELD_LB_SELECTFIELD\\\" "
"visibility=\\\"visible\\\"\\>Displays all table fields chosen on the "
"previous Wizard page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#hd_id3145669.12.help.text
msgid "Display Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#par_id3145136.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_EDIT_RID_PAGE_LCW_CONTENTSELECTION_FIELD_ET_DISPLAYEDFIELD\\\" "
"visibility=\\\"visible\\\"\\>Specifies the field whose data are to be shown "
"in the combo or list boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170902.xhp#par_id3145345.19.help.text
msgid ""
"The field name given here appears in the \\<link "
"href=\\\"text/shared/02/01170102.xhp\\\" name=\\\"Control "
"properties\\\"\\>Control properties\\</link\\> as an element of an SQL "
"statement in the \\<emph\\>List Contents\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#tit.help.text
msgid "List Box Wizard: Field Link"
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#hd_id3149119.20.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170903.xhp\\\" name=\\\"AutoPilot List "
"Field: Field Link\\\"\\>List Box Wizard: Field Link\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#par_id3159224.15.help.text
msgid ""
"Indicates through which fields tables of values and list tables are linked."
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#par_id3150499.27.help.text
msgid ""
"The value table is the table of the current form where the list field is "
"inserted. The list table is the table whose data is to be shown in the list "
"field. Both tables must be linked over a mutual data field. These links are "
"to be entered on this page of the Wizard. The field names must not "
"necessarily be the same (this depends upon how the field names are defined "
"in both tables), but both fields must have the same field type."
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#hd_id3149180.16.help.text
msgid "Value table field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#par_id3150789.17.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_VALUELISTFIELD\\\" "
"visibility=\\\"visible\\\"\\>Specifies the current form data field which "
"should be related to a field in the linked table.\\</ahelp\\> In addition, "
"click the desired data field in the list field below."
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#par_id3145669.25.help.text
msgid ""
"In \\<link href=\\\"text/shared/02/01170102.xhp\\\" name=\\\"Control - "
"Properties\\\"\\>Control - Properties\\</link\\>, the specified field will "
"appear as entry in the \\<emph\\>Data\\</emph\\> tab page under "
"\\<emph\\>Data field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#hd_id3149827.18.help.text
msgid "List table field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#par_id3155391.19.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_COMBOBOX_RID_PAGE_LCW_FIELDLINK_CMB_TABLEFIELD\\\" "
"visibility=\\\"visible\\\"\\>Specifies the linked table data field, which is "
"related to the specified value table field.\\</ahelp\\> In addition, click "
"the data field in the lower list field."
msgstr ""

#: helpcontent2/source/text/shared/02/01170903.xhp#par_id3154823.26.help.text
msgid ""
"In \\<link href=\\\"text/shared/02/01170102.xhp\\\" name=\\\"Control - "
"Properties\\\"\\>Control - Properties\\</link\\>, the specified field will "
"appear in the \\<emph\\>Data\\</emph\\> tab page of a SQL statement under "
"\\<emph\\>List Contents\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#tit.help.text
msgid "Combo Box Wizard: Database Field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#hd_id3144740.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170904.xhp\\\" name=\\\"AutoPilot Combo "
"Box: Database Field\\\"\\>Combo Box Wizard: Database Field\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3153323.2.help.text
msgid ""
"With the combination fields, you can either save the value of a field in a "
"database or display this value in a form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3155150.12.help.text
msgid ""
"The user values entered in the combination field or selected in the list can "
"be saved in the database table that is accessed in the form. Note that the "
"saving of values in another table is not possible. If the values are not to "
"be saved in a database, they will be saved only in the form. This is "
"especially helpful in HTML forms, where the user's entered or selected "
"values are to be assigned to a server."
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#hd_id3149760.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01170904.xhp#hd_id3149760.3.help.text\n"
"Do you want to save the value in a database field?"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3150178.4.help.text
msgid "Two options are available for this question:"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#hd_id3153394.5.help.text
msgid "Yes, I want to save it in the following database field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3147043.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether the user's entered or "
"selected combination field value should be saved in a database "
"field.\\</ahelp\\> Several database table fields are offered which can be "
"accessed in the current form."
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3145212.11.help.text
msgid ""
"In \\<link href=\\\"text/shared/02/01170102.xhp\\\" name=\\\"Control - "
"Properties\\\"\\>Control - Properties\\</link\\> the selected field appears "
"as an entry in the \\<emph\\>Data\\</emph\\> tab page under \\<emph\\>Data "
"field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#hd_id3149177.7.help.text
msgid "List field"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3147008.8.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\\\" "
"visibility=\\\"visible\\\"\\>Specifies the data field where the combination "
"field value should be saved.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#hd_id3148538.9.help.text
msgid "No, I only want to save the value in the form"
msgstr ""

#: helpcontent2/source/text/shared/02/01170904.xhp#par_id3149398.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\\\" "
"visibility=\\\"visible\\\"\\>Specifies that the value of this combination "
"field will not be written in the database and will only be saved in the "
"form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171000.xhp#tit.help.text\n"
"Open in Design Mode"
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#bm_id3156211.help.text
msgid ""
"\\<bookmark_value\\>forms; opening in design "
"mode\\</bookmark_value\\>\\<bookmark_value\\>controls; activating in "
"forms\\</bookmark_value\\>\\<bookmark_value\\>design mode after "
"saving\\</bookmark_value\\>\\<bookmark_value\\>documents; opening in design "
"mode\\</bookmark_value\\>\\<bookmark_value\\>edit mode; after "
"opening\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#hd_id3156211.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01171000.xhp\\\" name=\\\"Open in Design "
"Mode\\\"\\>Open in Design Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#par_id3146130.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OpenReadOnly\\\"\\>Opens forms in \\<link "
"href=\\\"text/shared/explorer/database/04030000.xhp\\\" name=\\\"Design "
"Mode\\\"\\>Design Mode\\</link\\> so that the form can be edited.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#par_id3155805.5.help.text
msgid ""
"You cannot activate the controls of the form or edit contents of database "
"records in Design Mode. However, you can change the position and size of the "
"controls, edit other properties, and add or delete controls in Design Mode."
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#par_id3147089.3.help.text
msgid ""
"After you have finished editing your form, right-click \"Forms\" in the "
"\\<emph\\>Form Navigator\\</emph\\> and deselect \\<emph\\>Open in Design "
"Mode\\</emph\\>. Save your form when you are finished."
msgstr ""

#: helpcontent2/source/text/shared/02/01171000.xhp#par_id3154749.4.help.text
msgid ""
"If the form document is write-protected, the \\<emph\\>Open in Design "
"Mode\\</emph\\> command is ignored."
msgstr ""

#: helpcontent2/source/text/shared/02/01171100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171100.xhp#tit.help.text\n"
"Wizards On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/01171100.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01171100.xhp\\\" name=\\\"Wizards "
"On/Off\\\"\\>Wizards On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171100.xhp#par_id3147143.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UseWizards\\\"\\>Specifies whether to start the wizard "
"automatically when inserting a new control.\\</ahelp\\> This setting applies "
"globally to all documents."
msgstr ""

#: helpcontent2/source/text/shared/02/01171100.xhp#par_id3159201.4.help.text
msgid ""
"There are wizards for inserting a list box or combo box, a table element and "
"group boxes."
msgstr ""

#: helpcontent2/source/text/shared/02/01171200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171200.xhp#tit.help.text\n"
"Show Grid"
msgstr ""

#: helpcontent2/source/text/shared/02/01171200.xhp#hd_id3150476.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171200.xhp#hd_id3150476.1.help.text\n"
"Show Grid"
msgstr ""

#: helpcontent2/source/text/shared/02/01171200.xhp#par_id3153750.help.text
msgid ""
"\\<image id=\\\"img_id3153049\\\" "
"src=\\\"res/commandimagelist/sc_gridvisible.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3153049\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171200.xhp#par_id3155536.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01171200.xhp#par_id3155536.4.help.text\n"
"Show Grid"
msgstr ""

#: helpcontent2/source/text/shared/02/01171300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171300.xhp#tit.help.text\n"
"Snap to Grid"
msgstr ""

#: helpcontent2/source/text/shared/02/01171300.xhp#hd_id3151262.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171300.xhp#hd_id3151262.1.help.text\n"
"\\<link href=\\\"text/shared/02/01171300.xhp\\\" name=\\\"Snap to "
"Grid\\\"\\>Snap to Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171300.xhp#par_id3149495.5.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies whether to move frames, drawing elements, "
"and controls only between grid points.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171300.xhp#par_id3156027.help.text
msgid ""
"\\<image id=\\\"img_id3157896\\\" "
"src=\\\"res/commandimagelist/sc_griduse.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3157896\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171300.xhp#par_id3147834.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01171300.xhp#par_id3147834.4.help.text\n"
"Snap to Grid"
msgstr ""

#: helpcontent2/source/text/shared/02/01171400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171400.xhp#tit.help.text\n"
"Guides When Moving"
msgstr ""

#: helpcontent2/source/text/shared/02/01171400.xhp#hd_id3155599.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01171400.xhp#hd_id3155599.1.help.text\n"
"Guides When Moving"
msgstr ""

#: helpcontent2/source/text/shared/02/01171400.xhp#par_id3149549.help.text
msgid ""
"\\<image id=\\\"img_id3149760\\\" "
"src=\\\"res/commandimagelist/sc_helplinesmove.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149760\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01171400.xhp#par_id3153049.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01171400.xhp#par_id3153049.4.help.text\n"
"Guides When Moving"
msgstr ""

#: helpcontent2/source/text/shared/02/01220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01220000.xhp#tit.help.text\n"
"Navigator"
msgstr ""

#: helpcontent2/source/text/shared/02/01220000.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01220000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01220000.xhp#par_id3148983.2.help.text
msgid ""
"Click the\\<emph\\> Navigator On/Off \\</emph\\>icon to hide or show the "
"\\<emph\\>Navigator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01220000.xhp#par_id3152594.4.help.text
msgid ""
"You can also call the \\<emph\\>Navigator\\</emph\\> by selecting "
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Edit - Navigator\\\"\\>Edit - Navigator\\</link\\>\\</caseinline\\> "
"\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/scalc/01/02110000.xhp\\\" name=\\\"Edit - Navigator\\\"\\>Edit "
"- Navigator\\</link\\>\\</caseinline\\> \\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/01/02110000.xhp\\\" "
"name=\\\"Edit - Navigator\\\"\\>Edit - Navigator\\</link\\>\\</caseinline\\> "
"\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/simpress/01/02110000.xhp\\\" name=\\\"Edit - "
"Navigator\\\"\\>Edit - Navigator\\</link\\>\\</caseinline\\> "
"\\<defaultinline\\>Edit - Navigator\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01220000.xhp#par_id3153345.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_navigator.png\\\" "
"id=\\\"img_id3149095\\\"\\>\\<alt "
"id=\\\"alt_id3149095\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01220000.xhp#par_id3155536.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01220000.xhp#par_id3155536.3.help.text\n"
"Navigator On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/01230000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/01230000.xhp#tit.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/shared/02/01230000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01230000.xhp\\\" name=\\\"Styles and "
"Formatting\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01230000.xhp#par_id3144436.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DesignerDialog\\\"\\>Specifies whether to show or hide "
"the Styles and Formatting window, which is where you can assign and organize "
"Styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01230000.xhp#par_id3153894.4.help.text
msgid ""
"Each $[officename] application has its own Styles and Formatting window. "
"Hence there are separate windows for \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>\\<link "
"href=\\\"text/swriter/01/05140000.xhp\\\" name=\\\"text documents\\\"\\>text "
"documents\\</link\\>\\</caseinline\\>\\<defaultinline\\>text "
"documents\\</defaultinline\\>\\</switchinline\\>, for \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/scalc/01/05100000.xhp\\\" "
"name=\\\"spreadsheets\\\"\\>spreadshee"
"ts\\</link\\>\\</caseinline\\>\\<default"
"inline\\>spreadsheets\\</defaultinline\\>\\</switchinline\\> and for "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link href=\\\"text/simpress/01/05100000.xhp\\\" "
"name=\\\"presentations/drawing documents\\\"\\>presentations/drawing "
"documents\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/01/05100000.xhp\\\" "
"name=\\\"presentations/drawing documents\\\"\\>presentations/drawing "
"documents"
"\\</link\\>\\</caseinline\\>\\<defaultinline\\>presentations/drawing "
"documents\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/01230000.xhp#par_id3143267.help.text
msgid ""
"\\<image id=\\\"img_id3149999\\\" src=\\\"res/sc05539.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149999\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/01230000.xhp#par_id3154750.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/01230000.xhp#par_id3154750.3.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/shared/02/02010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/02010000.xhp#tit.help.text\n"
"Apply Style"
msgstr ""

#: helpcontent2/source/text/shared/02/02010000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02010000.xhp\\\" name=\\\"Apply "
"Style\\\"\\>Apply Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02010000.xhp#par_id3155351.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StyleApply\\\"\\>Assigns a style to the current "
"paragraph, selected paragraphs, or to a selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02010000.xhp#par_idN10621.help.text
msgid ""
"To reset the selected objects to the default paragraph style , select "
"\\<item type=\\\"literal\\\"\\>Clear formatting\\</item\\>. Select \\<item "
"type=\\\"literal\\\"\\>More\\</item\\> to open the \\<emph\\>Styles and "
"Formatting\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/shared/02/02010000.xhp#par_id3155552.help.text
msgid ""
"\\<image id=\\\"img_id3152801\\\" src=\\\"res/helpimg/zellvor.png\\\" "
"width=\\\"4.471cm\\\" height=\\\"1.244cm\\\" localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3152801\\\"\\>Cell Styles\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02010000.xhp#par_id3145345.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02010000.xhp#par_id3145345.3.help.text\n"
"Apply Style"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/02020000.xhp#tit.help.text\n"
"Font Name"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#bm_id3148983.help.text
msgid ""
"\\<bookmark_value\\>fonts; specifying "
"several\\</bookmark_value\\>\\<bookmark_value\\>font names; specifying "
"several\\</bookmark_value\\>\\<bookmark_value\\>alternative "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>characters; alternative "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>fonts; alternative "
"fonts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#hd_id3150808.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02020000.xhp\\\" name=\\\"Font "
"Name\\\"\\>Font Name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3156414.2.help.text
msgid ""
"\\<variable id=\\\"schriftarttext\\\"\\>\\<ahelp "
"hid=\\\".uno:CharFontName\\\"\\>Allows you to select a font name from the "
"list or enter a font name directly.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3153750.10.help.text
msgid ""
"You can enter several fonts, separated by semicolons. $[officename] uses "
"each named font in succession if the previous fonts are not available."
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3153394.11.help.text
msgid ""
"Any font changes apply to the selected text or word in which the cursor is "
"positioned. If no text has been selected, the font applies to text typed "
"afterwards."
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3155941.8.help.text
msgid ""
"The last five font names that have been selected are shown in the top part "
"of the combo box, if you have marked the \\<emph\\>Font history\\</emph\\> "
"field in \\<emph\\>Tools - Options - $[officename] - View\\</emph\\>. As "
"soon as you close your document, the normal alphabetic numbering of the "
"installed fonts will be recreated."
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3145315.help.text
msgid ""
"\\<image id=\\\"img_id3154810\\\" src=\\\"res/helpimg/swh00055.png\\\" "
"width=\\\"1.25inch\\\" height=\\\"0.2398inch\\\" "
"localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3154810\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3150085.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02020000.xhp#par_id3150085.3.help.text\n"
"Font Name"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3156024.4.help.text
msgid ""
"In $[officename] you see the available fonts only if a printer is installed "
"as the default printer in your system. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>With the \\<link "
"href=\\\"text/shared/guide/spadmin.xhp\\\" "
"name=\\\"spadmin\\\"\\>spadmin\\</link\\> program you can define a printer "
"as the default printer. \\</caseinline\\>\\<defaultinline\\>In order to "
"install a printer as the default printer please refer to your operating "
"system documentation.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3148550.7.help.text
msgid ""
"\\<variable id=\\\"vorschautext\\\"\\>You can see the name of the fonts "
"formatted in their respective font if you mark the \\<emph\\>Preview in "
"fonts lists\\</emph\\> field in \\<link "
"href=\\\"text/shared/optionen/01010800.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - View\\\"\\>Tools - Options - $[officename] - "
"View\\</link\\>. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02020000.xhp#par_id3154125.6.help.text
msgid ""
"If you receive an error message that states that certain fonts have not been "
"found, you can install them with \\<emph\\>$[officename] Setup\\</emph\\> in "
"the \\<emph\\>Repair\\</emph\\> mode if it is a $[officename] font."
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/02030000.xhp#tit.help.text\n"
"Font Size"
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#hd_id3085157.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02030000.xhp\\\" name=\\\"Font "
"Size\\\"\\>Font Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#par_id3150014.2.help.text
msgid ""
"\\<variable id=\\\"schriftgroessetext\\\"\\>\\<ahelp "
"hid=\\\".uno:FontHeight\\\" visibility=\\\"visible\\\"\\>Allows you to "
"choose between different font sizes from the list, or to enter a size "
"manually.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#par_id3153255.help.text
msgid ""
"\\<image src=\\\"res/helpimg/swh00056.png\\\" id=\\\"img_id3109850\\\" "
"localize=\\\"true\\\"\\>\\<alt "
"id=\\\"alt_id3109850\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#par_id3159194.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02030000.xhp#par_id3159194.4.help.text\n"
"Font Size"
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#par_id3153049.help.text
msgid ""
"\\<image src=\\\"res/helpimg/swh00056.png\\\" "
"id=\\\"img_id3154751\\\"\\>\\<alt "
"id=\\\"alt_id3154751\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02030000.xhp#par_id3145314.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02030000.xhp#par_id3145314.3.help.text\n"
"Font Size"
msgstr ""

#: helpcontent2/source/text/shared/02/02040000.xhp#tit.help.text
msgid "Text running from left to right"
msgstr ""

#: helpcontent2/source/text/shared/02/02040000.xhp#hd_id3153255.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02040000.xhp\\\" name=\\\"Text running from "
"left to right\\\"\\>Text running from left to right\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02040000.xhp#par_id3153539.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TextdirectionLeftToRigh\\\" "
"visibility=\\\"visible\\\"\\>Specifies the horizontal direction of the "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02040000.xhp#par_id3147291.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_textdirectionlefttoright.png\\\" "
"id=\\\"img_id3155805\\\"\\>\\<alt "
"id=\\\"alt_id3155805\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02040000.xhp#par_id3153749.3.help.text
msgid "Text direction from left to right"
msgstr ""

#: helpcontent2/source/text/shared/02/02050000.xhp#tit.help.text
msgid "Text running from top to bottom"
msgstr ""

#: helpcontent2/source/text/shared/02/02050000.xhp#hd_id3149119.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02050000.xhp\\\" name=\\\"Text running from "
"top to bottom\\\"\\>Text running from top to bottom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02050000.xhp#par_id3153089.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TextdirectionTopToBotto\\\" "
"visibility=\\\"visible\\\"\\>Specifies the vertical direction of the "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02050000.xhp#par_id3154186.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_textdirectiontoptobottom.png\\\" "
"id=\\\"img_id3154927\\\"\\>\\<alt "
"id=\\\"alt_id3154927\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02050000.xhp#par_id3149827.3.help.text
msgid "Text direction from top to bottom"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/02130000.xhp#tit.help.text\n"
"Decrease Indent"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02130000.xhp\\\" name=\\\"Decrease "
"Indent\\\"\\>Decrease Indent\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#par_id3150247.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DecrementIndent\\\"\\>Click the\\<emph\\> Decrease "
"Indent \\</emph\\>icon to reduce the left indent of the current paragraph or "
"cell content and set it to the previous tab position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#par_id3154186.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If you previously increased the indentation for "
"several collectively selected paragraphs, this command can decrease the "
"indentation for all of the selected paragraphs. "
"\\</caseinline\\>\\<caseinline select=\\\"CALC\\\"\\>The cell content defers "
"to the current value under \\<link href=\\\"text/shared/01/05340300.xhp\\\" "
"name=\\\"Format - Cell - Alignment\\\"\\>\\<emph\\>Format - Cell - "
"Alignment\\</emph\\>\\</link\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#par_id3155338.help.text
msgid ""
"\\<image id=\\\"img_id3150506\\\" "
"src=\\\"res/commandimagelist/sc_decrementindent.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150506\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#par_id3155942.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02130000.xhp#par_id3155942.4.help.text\n"
"Decrease Indent"
msgstr ""

#: helpcontent2/source/text/shared/02/02130000.xhp#par_id3153031.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If you click the\\<emph\\> Decrease "
"Indent\\</emph\\> icon while holding down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"key\\</caseinline\\>\\<defaultinline\\>Ctrl "
"key\\</defaultinline\\>\\</switchinline\\>, the indent for the selected "
"paragraph is moved by the default tab stop that has been set under \\<link "
"href=\\\"text/shared/optionen/01040200.xhp\\\" name=\\\"Tools - Options - "
"Writer - General\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"General\\</emph\\>\\</link\\> .\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/02140000.xhp#tit.help.text\n"
"Increase Indent"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#bm_id3148520.help.text
msgid ""
"\\<bookmark_value\\>paragraphs; increasing indents of\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02140000.xhp\\\" name=\\\"Increase "
"Indent\\\"\\>Increase Indent\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3151330.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:IncrementIndent\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>Increases the "
"left indent of the current paragraph and sets it to the next tab "
"stop.\\</caseinline\\>\\<caseinline select=\\\"CALC\\\"\\>Click "
"the\\<emph\\> Increase Indent \\</emph\\>icon to increase the indentation of "
"the cell content of the selected "
"cells.\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3149798.17.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If several paragraphs are selected, the indentation "
"of all selected paragraphs is increased. \\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>The cell content will defers to the current value "
"under \\<link href=\\\"text/shared/01/05340300.xhp\\\" name=\\\"Format - "
"Cell - Alignment\\\"\\>\\<emph\\>Format - Cell - "
"Alignment\\</emph\\>\\</link\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3147576.help.text
msgid ""
"\\<image id=\\\"img_id3149388\\\" "
"src=\\\"res/commandimagelist/sc_incrementindent.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3149388\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3166460.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02140000.xhp#par_id3166460.4.help.text\n"
"Increase Indent"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3152996.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Click the \\<emph\\>Increase Indent\\</emph\\> icon "
"while holding down the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command key\\</caseinline\\>\\<defaultinline\\>Ctrl "
"key\\</defaultinline\\>\\</switchinline\\> to move the indenting of the "
"selected paragraph by the default tab distance set under \\<link "
"href=\\\"text/shared/optionen/01040200.xhp\\\" name=\\\"Tools - Options - "
"Writer - General\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"General\\</emph\\>\\</link\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3157910.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Example:\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3153698.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The indents of two paragraphs are moved with the "
"\\<emph\\>Increase Indent\\</emph\\> function to a standard tab distance of "
"2 cm:\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3154047.8.help.text
msgid "Original indent"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3148492.9.help.text
msgid "Indent increased"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3153126.10.help.text
msgid ""
"Indent increased by the amount with the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"key\\</caseinline\\>\\<defaultinline\\>Ctrl "
"key\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3155922.11.help.text
msgid "0.25 cm"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3147265.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02140000.xhp#par_id3147265.12.help.text\n"
"2 cm"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3149669.13.help.text
msgid "2.25 cm"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3161657.14.help.text
msgid "0.5 cm"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3150791.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02140000.xhp#par_id3150791.15.help.text\n"
"2 cm"
msgstr ""

#: helpcontent2/source/text/shared/02/02140000.xhp#par_id3154138.16.help.text
msgid "2.5 cm"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/02160000.xhp#tit.help.text\n"
"Highlighting"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#hd_id3109850.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02160000.xhp\\\" "
"name=\\\"Highlighting\\\"\\>Highlighting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_id3154927.2.help.text
msgid ""
"\\<variable id=\\\"zeichenhintergrundtext\\\"\\>\\<ahelp "
"hid=\\\".uno:BackColor\\\"\\>Applies the current highlight color to the "
"background of a text selection. If no text is selected, click the "
"\\<emph\\>Highlighting\\</emph\\> icon, select the text that you want to "
"highlight, and then click the \\<emph\\>Highlighting\\</emph\\> icon again. "
"To change the highlight color, click the arrow next to the "
"\\<emph\\>Highlighting\\</emph\\> icon, and then click the color that you "
"want.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_id3152551.help.text
msgid ""
"\\<image id=\\\"img_id3149177\\\" "
"src=\\\"res/commandimagelist/sc_backcolor.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149177\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_id3147210.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/02160000.xhp#par_id3147210.6.help.text\n"
"Highlighting"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_id3166460.7.help.text
msgid "To Apply Highlighting"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN1072B.help.text
msgid ""
"On the \\<emph\\>Formatting\\</emph\\> bar, click the "
"\\<emph\\>Highlighting\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN10736.help.text
msgid ""
"To change the highlighting color, click the arrow next to the "
"\\<emph\\>Highlighting\\</emph\\> icon, and then click the color that you "
"want."
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN1073E.help.text
msgid "Select the text that you want to highlight."
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN10743.help.text
msgid "To apply highlighting to a single word, double-click the word."
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN10757.help.text
msgid "To turn off highlighting, press Esc."
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN1075A.help.text
msgid "To Remove Highlighting"
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_idN10760.help.text
msgid "Select the highlighted text."
msgstr ""

#: helpcontent2/source/text/shared/02/02160000.xhp#par_id3149784.5.help.text
msgid ""
"On the \\<emph\\>Formatting\\</emph\\> bar, click the arrow next to the "
"\\<emph\\>Highlighting\\</emph\\> icon, and then click \\<emph\\>No "
"Fill\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#tit.help.text
msgid "Background color/Paragraph background "
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#hd_id3154232.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/shared/02/02170000.xhp\\\" "
"name=\\\"Background color\\\"\\>Background "
"color\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/02/02170000.xhp\\\" name=\\\"Paragraph "
"background\\\"\\>Paragraph "
"background\\</link\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3149140.2.help.text
msgid ""
"\\<variable id=\\\"hintergrundfarbetext\\\"\\>\\<ahelp "
"hid=\\\".uno:BackgroundColor\\\"\\>Click to open a \\<link "
"href=\\\"text/shared/00/00000001.xhp#abreissleiste\\\" "
"name=\\\"toolbar\\\"\\>toolbar\\</link\\> where you can click a background "
"color for a paragraph. The color is applied to the background of the current "
"paragraph or the selected paragraphs.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3147276.help.text
msgid ""
"\\<image id=\\\"img_id3148538\\\" "
"src=\\\"res/commandimagelist/sc_backgroundcolor.png\\\"\\>\\<alt "
"id=\\\"alt_id3148538\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3144439.4.help.text
msgid "Background Color"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3149235.help.text
msgid ""
"\\<image id=\\\"img_id3150943\\\" "
"src=\\\"res/commandimagelist/sc_backgroundcolor.png\\\"\\>\\<alt "
"id=\\\"alt_id3150943\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3153881.7.help.text
msgid ""
"Paragraph Background, or Background Color when in a table in text, frames "
"and inserted graphics"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3149578.help.text
msgid ""
"\\<image id=\\\"img_id3153716\\\" "
"src=\\\"res/commandimagelist/sc_backgroundcolor.png\\\"\\>\\<alt "
"id=\\\"alt_id3153716\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/02170000.xhp#par_id3153062.6.help.text
msgid "Paragraph Background"
msgstr ""

#: helpcontent2/source/text/shared/02/03110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/03110000.xhp#tit.help.text\n"
"Increase Spacing"
msgstr ""

#: helpcontent2/source/text/shared/02/03110000.xhp#hd_id3154873.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/03110000.xhp\\\" name=\\\"Increase "
"Spacing\\\"\\>Increase Spacing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03110000.xhp#par_id3156211.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ParaspaceIncrease\\\"\\>Click the\\<emph\\> Increase "
"Spacing \\</emph\\>icon to increase the paragraph spacing above the selected "
"paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03110000.xhp#par_id3150178.help.text
msgid ""
"\\<image id=\\\"img_id3152425\\\" "
"src=\\\"res/commandimagelist/sc_paraspaceincrease.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3152425\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03110000.xhp#par_id3156411.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/03110000.xhp#par_id3156411.3.help.text\n"
"Increase Spacing"
msgstr ""

#: helpcontent2/source/text/shared/02/03110000.xhp#par_id3155391.4.help.text
msgid ""
"You can make additional additional adjustments to the spacing by selecting "
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Format - Paragraph "
"- Indents and Spacing\\\"\\>\\<emph\\>Format - Paragraph - Indents and "
"Spacing\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03120000.xhp#tit.help.text
msgid "Decrease Spacing"
msgstr ""

#: helpcontent2/source/text/shared/02/03120000.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/03120000.xhp\\\" name=\\\"Decrease "
"Spacing\\\"\\>Decrease Spacing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03120000.xhp#par_id3147143.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:ParaspaceDecrease\\\"\\>Click the\\<emph\\> Decrease Spacing "
"\\</emph\\>icon to decrease the paragraph spacing above the selected "
"paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03120000.xhp#par_id3155555.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_paraspacedecrease.png\\\" "
"id=\\\"img_id3147834\\\"\\>\\<alt "
"id=\\\"alt_id3147834\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03120000.xhp#par_id3145211.3.help.text
msgid "Decreasing Spacing"
msgstr ""

#: helpcontent2/source/text/shared/02/03120000.xhp#par_id3156410.4.help.text
msgid ""
"You can make additional additional adjustments to the spacing by selecting "
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Format - Paragraph "
"- Indents and Distances\\\"\\>\\<emph\\>Format - Paragraph - Indents and "
"Distances\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/03130000.xhp#tit.help.text\n"
"Borders"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#hd_id3143284.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/03130000.xhp\\\" "
"name=\\\"Borders\\\"\\>Borders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetBorderStyle\\\"\\>Click the "
"\\<emph\\>Borders\\</emph\\> icon to open the \\<emph\\>Borders\\</emph\\> "
"toolbar, where you can modify the border of a sheet area or an "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#par_id3147261.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<defaultinline\\>This object can be "
"the border of a text frame, a graphic or a table. The icon will only be "
"visible if a graphic, table, object or frame has been "
"selected.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#par_id3147226.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>To "
"apply a particular type of border to a single cell, position the cursor in "
"the cell, open the \\<emph\\>Border\\</emph\\> toolbar and select a border. "
"\\</caseinline\\>\\<defaultinline\\>Whenever you insert graphics or tables, "
"they already have a complete border. To remove that border, select the "
"graphic object or the entire table and click the \"no border\" icon on the "
"\\<emph\\>Border\\</emph\\> toolbar.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#par_id3147576.help.text
msgid ""
"\\<image id=\\\"img_id3149095\\\" "
"src=\\\"res/commandimagelist/sc_setborderstyle.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149095\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#par_id3152780.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/03130000.xhp#par_id3152780.4.help.text\n"
"Borders"
msgstr ""

#: helpcontent2/source/text/shared/02/03130000.xhp#par_id3148990.5.help.text
msgid ""
"Further information can be found in the Help in \\<link "
"href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>\\<emph\\>Borders\\</emph\\>\\</link\\>. You can also "
"find information on how to \\<link "
"href=\\\"text/shared/guide/border_table.xhp\\\" name=\\\"format a text "
"table\\\"\\>format a text table\\</link\\> with the "
"\\<emph\\>Borders\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/03140000.xhp#tit.help.text\n"
"Line Style"
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#hd_id3146936.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/03140000.xhp\\\" name=\\\"Line "
"Style\\\"\\>Line Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#par_id3155577.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineStyle\\\"\\>Click this icon to open the "
"\\<emph\\>Line Style\\</emph\\> toolbar, where you can modify the border "
"line style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#par_id3154926.5.help.text
msgid ""
"This border can be the border of a frame, graphic or table. The "
"\\<emph\\>Line Style\\</emph\\> icon will only be visible if a graphic, "
"table, chart object or frame has been selected."
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#par_id3153377.help.text
msgid ""
"\\<image id=\\\"img_id3147102\\\" "
"src=\\\"res/commandimagelist/sc_linestyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147102\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#par_id3154398.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/03140000.xhp#par_id3154398.3.help.text\n"
"Line Style"
msgstr ""

#: helpcontent2/source/text/shared/02/03140000.xhp#par_id3153114.4.help.text
msgid ""
"For more information, see the \\<link "
"href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>Borders\\</link\\> section of the Help."
msgstr ""

#: helpcontent2/source/text/shared/02/03150000.xhp#tit.help.text
msgid "Border Color"
msgstr ""

#: helpcontent2/source/text/shared/02/03150000.xhp#hd_id3154873.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/03150000.xhp\\\" name=\\\"Border "
"Color\\\"\\>Border Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03150000.xhp#par_id3163829.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FrameLineColor\\\"\\>Click the \\<emph\\>Line Color "
"(of the border)\\</emph\\> icon to open the \\<emph\\>Border "
"Color\\</emph\\> toolbar, which enables you to change the border color of an "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03150000.xhp#par_id3153750.help.text
msgid ""
"\\<image id=\\\"img_id3147291\\\" "
"src=\\\"res/commandimagelist/sc_framelinecolor.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147291\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03150000.xhp#par_id3156427.3.help.text
msgid "Line Color (of the border)"
msgstr ""

#: helpcontent2/source/text/shared/02/03150000.xhp#par_id3154317.4.help.text
msgid ""
"For more information, see the \\<link "
"href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>Borders\\</link\\> section in the Help."
msgstr ""

#: helpcontent2/source/text/shared/02/03200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/03200000.xhp#tit.help.text\n"
"Change Anchor"
msgstr ""

#: helpcontent2/source/text/shared/02/03200000.xhp#bm_id3153323.help.text
msgid "\\<bookmark_value\\>anchors; changing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03200000.xhp#hd_id3153323.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/03200000.xhp\\\" name=\\\"Change "
"Anchor\\\"\\>Change Anchor\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03200000.xhp#par_id3150499.2.help.text
msgid ""
"\\<variable id=\\\"verankerungtext\\\"\\>\\<ahelp "
"hid=\\\".uno:ToggleAnchorType\\\"\\>Allows you to switch between anchoring "
"options.\\</ahelp\\>\\</variable\\> The\\<emph\\> Change Anchor "
"\\</emph\\>icon is only visible when an object such as a graphic, control "
"field\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\> or frame\\</caseinline\\>\\</switchinline\\> is "
"selected. "
msgstr ""

#: helpcontent2/source/text/shared/02/03200000.xhp#par_id3157896.4.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>You can anchor an object to the page, to a "
"paragraph, or as a character. If the object is surrounded by a frame, it is "
"possible to anchor it to the frame.\\</caseinline\\>\\<defaultinline\\>You "
"can anchor an object to the page, to a paragraph or as a character. "
"\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/03200000.xhp#par_id3155555.3.help.text
msgid ""
"Further information about the anchoring is contained in the \\<link "
"href=\\\"text/shared/01/05260000.xhp\\\" "
"name=\\\"Anchoring\\\"\\>\\<emph\\>Anchoring\\</emph\\>\\</link\\> Help "
"section."
msgstr ""

#: helpcontent2/source/text/shared/02/05020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/05020000.xhp#tit.help.text\n"
"Arrow Style"
msgstr ""

#: helpcontent2/source/text/shared/02/05020000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/05020000.xhp\\\" name=\\\"Arrow "
"Style\\\"\\>Arrow Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05020000.xhp#par_id3155934.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineEndStyle\\\"\\>Opens the "
"\\<emph\\>Arrowheads\\</emph\\> toolbar. Use the symbols shown to define the "
"style for the end of the selected line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05020000.xhp#par_id3150808.4.help.text
msgid ""
"The \\<emph\\>Arrow Style\\</emph\\> icon is only displayed when you create "
"a drawing with the drawing functions. For more information, see the \\<link "
"href=\\\"text/shared/01/05200300.xhp\\\" name=\\\"Line "
"Styles\\\"\\>\\<emph\\>Line Styles\\</emph\\>\\</link\\> section of the Help."
msgstr ""

#: helpcontent2/source/text/shared/02/05020000.xhp#par_id3148548.help.text
msgid ""
"\\<image id=\\\"img_id3145090\\\" "
"src=\\\"res/commandimagelist/sc_lineendstyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145090\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05020000.xhp#par_id3149096.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/05020000.xhp#par_id3149096.3.help.text\n"
"Arrow Style"
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/05090000.xhp#tit.help.text\n"
"Rotate"
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#hd_id3154863.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/05090000.xhp#hd_id3154863.1.help.text\n"
"\\<link href=\\\"text/shared/02/05090000.xhp\\\" "
"name=\\\"Rotate\\\"\\>Rotate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#par_id3149119.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ToggleObjectRotateMode\\\"\\>Rotates the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#par_id3149716.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Select an object and click the\\<emph\\> "
"Rotate\\</emph\\> icon on the\\<emph\\> Drawing\\</emph\\> toolbar. "
"\\</caseinline\\>\\<caseinline select=\\\"DRAW\\\"\\>Select an object and "
"click the Rotate icon on the Drawing toolbar. "
"\\</caseinline\\>\\<defaultinline\\>Select an object and click the\\<emph\\> "
"Rotate\\</emph\\> icon on the \\<emph\\>Drawing Object Properties\\</emph\\> "
"toolbar.\\</defaultinline\\>\\</switchinline\\> Drag a corner handle of the "
"object in the direction you want to rotate it."
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#par_id3152551.help.text
msgid ""
"\\<image id=\\\"img_id3154317\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectrotatemode.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154317\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#par_id3153577.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/05090000.xhp#par_id3153577.4.help.text\n"
"Rotate"
msgstr ""

#: helpcontent2/source/text/shared/02/05090000.xhp#par_id3156113.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05230300.xhp\\\" name=\\\"Format  - Position "
"and Size - Rotate\\\"\\>\\<emph\\>Format - Position and Size - "
"Rotate\\</emph\\>\\</link\\>. "
msgstr ""

#: helpcontent2/source/text/shared/02/05110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/05110000.xhp#tit.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/02/05110000.xhp#hd_id3154228.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/05110000.xhp#hd_id3154228.1.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/02/05110000.xhp#par_id3159201.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ObjectAlign\\\"\\>Modifies the alignment of selected "
"objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05110000.xhp#par_id3155338.help.text
msgid ""
"\\<image id=\\\"img_id3153577\\\" "
"src=\\\"res/commandimagelist/sc_objectalign.png\\\" width=\\\"0.2228inch\\\" "
"height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3153577\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/05110000.xhp#par_id3143268.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/05110000.xhp#par_id3143268.4.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/02/06050000.xhp#tit.help.text
msgid "Down One Level/Demote"
msgstr ""

#: helpcontent2/source/text/shared/02/06050000.xhp#hd_id3148983.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/02/06050000.xhp\\\" "
"name=\\\"Down One Level\\\"\\>Down One "
"Level\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/02/06050000.xhp\\\" "
"name=\\\"Demote\\\"\\>Demote\\</link\"
"\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06050000.xhp#par_id3147285.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DecrementLevel\\\"\\>Moves the selected paragraph down "
"one level in a numbering or bullets hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06050000.xhp#par_id3149549.4.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The\\<emph\\> Down One Level \\</emph\\>icon is on "
"the \\<emph\\>Bullets and Numbering\\</emph\\> bar, which appears when the "
"cursor is positioned on a numbering or bullets item. "
"\\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>The \\<emph\\>Demote "
"\\</emph\\>icon is on the \\<emph\\>Text Formatting\\</emph\\> bar, which "
"appears when working in the outline view. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06050000.xhp#par_id3146957.help.text
msgid ""
"\\<image id=\\\"img_id3143267\\\" "
"src=\\\"res/commandimagelist/sc_outlineright.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3143267\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06050000.xhp#par_id3149096.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Down One Level "
"\\</caseinline\\>\\<defaultinline\\>Dem"
"ote\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06060000.xhp#tit.help.text
msgid "Up One Level/Promote"
msgstr ""

#: helpcontent2/source/text/shared/02/06060000.xhp#hd_id3159225.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/02/06060000.xhp\\\" "
"name=\\\"Up One Level\\\"\\>Up One "
"Level\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/02/06060000.xhp\\\" "
"name=\\\"Promote\\\"\\>Promote\\</lin"
"k\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06060000.xhp#par_id3149999.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:IncrementLevel\\\"\\>Moves the selected paragraph up "
"one level in the numbering or bullets hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06060000.xhp#par_id3149205.4.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The\\<emph\\> Up One Level \\</emph\\>icon is on the "
"\\<emph\\>Bullets and Numbering\\</emph\\> bar, which appears when the "
"cursor is positioned on a numbering or bullets "
"item.\\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>The\\<emph\\> "
"Promote \\</emph\\>icon is on the \\<emph\\>Text Formatting\\</emph\\> bar, "
"which appears when working in the outline "
"view.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06060000.xhp#par_id3149388.help.text
msgid ""
"\\<image id=\\\"img_id3155535\\\" "
"src=\\\"res/commandimagelist/sc_outlineleft.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155535\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06060000.xhp#par_id3146958.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Up One "
"Level\\</caseinline\\>\\<defaultinline\\>Promot"
"e\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/06100000.xhp#tit.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#hd_id3144740.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/06100000.xhp\\\" name=\\\"Move Up\\\"\\>Move "
"Up\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#par_id3109850.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MoveUp\\\"\\>Positions the selected paragraph before "
"the one above it.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#par_id3149283.5.help.text
msgid ""
"If you have numbered paragraphs and click the\\<emph\\> Move Up "
"\\</emph\\>icon, the numbers will be adjusted to the current order. "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The \\<emph\\>Move Up \\</emph\\>icon is only "
"visible when the cursor is positioned in a bulleted or numbered "
"list.\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>The "
"\\<emph\\>Move Up \\</emph\\>icon appears on the \\<emph\\>Text "
"Formatting\\</emph\\> Bar when you use the outline "
"view.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#par_id3155555.4.help.text
msgid ""
"This function can be called by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Up Arrow."
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#par_id3150774.help.text
msgid ""
"\\<image id=\\\"img_id3149827\\\" "
"src=\\\"res/commandimagelist/sc_moveup.png\\\" width=\\\"0.2228inch\\\" "
"height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3149827\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06100000.xhp#par_id3147243.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/06100000.xhp#par_id3147243.3.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/06110000.xhp#tit.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/06110000.xhp\\\" name=\\\"Move "
"Down\\\"\\>Move Down\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#par_id3154228.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MoveDown\\\"\\>Positions the selected paragraph after "
"the one below it.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#par_id3158405.5.help.text
msgid ""
"If you have numbered paragraphs and click the\\<emph\\> Move Down "
"\\</emph\\>icon, the numbers will be adjusted to the current order. "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The \\<emph\\>Move Down \\</emph\\>icon is only "
"visible when the cursor is positioned in a bulleted or numbered list. "
"\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>The "
"\\<emph\\>Move Down \\</emph\\>icon appears on the \\<emph\\>Text "
"Formatting\\</emph\\> Bar when you use the outline view. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#par_id3149751.4.help.text
msgid ""
"This function can be called by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Down Arrow."
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#par_id3156426.help.text
msgid ""
"\\<image id=\\\"img_id3153577\\\" "
"src=\\\"res/commandimagelist/sc_outlinedown.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3153577\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06110000.xhp#par_id3145212.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/06110000.xhp#par_id3145212.3.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/06120000.xhp#tit.help.text\n"
"Bullets On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/06120000.xhp\\\" name=\\\"Bullets "
"On/Off\\\"\\>Bullets On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3148520.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DefaultBullet\\\"\\>Assigns bullet points to the "
"selected paragraphs, or removes them from bulleted paragraphs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3155150.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Bullet options such as type and position are defined "
"in the \\<link href=\\\"text/shared/01/06050000.xhp\\\" name=\\\"Bullets and "
"Numbering\\\"\\>\\<emph\\>Bullets and Numbering\\</emph\\>\\</link\\> "
"dialog. To open this dialog, click the \\<emph\\>Bullets and "
"Numbering\\</emph\\> icon on the \\<link "
"href=\\\"text/swriter/main0206.xhp\\\" name=\\\"Bullets and Numbering "
"Bar\\\"\\>Bullets and Numbering "
"Bar\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3145669.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Bullet options such as type and position are "
"defined in the \\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Bullets and Numbering\\\"\\>Bullets and Numbering\\</link\\> "
"dialog. To open this dialog, click the \\<emph\\>Bullets and "
"Numbering\\</emph\\> icon on the \\<emph\\>Text Formatting\\</emph\\> "
"Bar.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3147576.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>In the \\<link "
"href=\\\"text/swriter/01/03120000.xhp\\\" name=\\\"Online "
"Layout\\\"\\>Online Layout\\</link\\>, some numbering/bullet options are not "
"available.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3154317.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>The distance between the text and the left text "
"frame and the position of the bullets can be determined in the dialog under "
"\\<link href=\\\"text/shared/01/05030100.xhp\\\" name=\\\"Format - "
"Paragraph\\\"\\>\\<emph\\>Format - Paragraph\\</emph\\>\\</link\\> by "
"entering the left indent and the first-line "
"indent.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3150355.help.text
msgid ""
"\\<image id=\\\"img_id3157909\\\" "
"src=\\\"res/commandimagelist/sc_defaultbullet.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3157909\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/06120000.xhp#par_id3149233.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/06120000.xhp#par_id3149233.4.help.text\n"
"Bullets On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/07010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07010000.xhp#tit.help.text\n"
"Load URL"
msgstr ""

#: helpcontent2/source/text/shared/02/07010000.xhp#hd_id3149119.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07010000.xhp\\\" name=\\\"Load "
"URL\\\"\\>Load URL\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07010000.xhp#par_id3155364.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OpenUrl\\\"\\>Loads a document specified by a URL. You "
"can type a new URL or select one that is already registered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07060000.xhp#tit.help.text
msgid "Reload"
msgstr ""

#: helpcontent2/source/text/shared/02/07060000.xhp#bm_id3153089.help.text
msgid ""
"\\<bookmark_value\\>reloading; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; "
"reloading\\</bookmark_value\\>\\<bookmark_value\\>loading; "
"reloading\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07060000.xhp#hd_id3153089.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07060000.xhp#hd_id3153089.1.help.text\n"
"\\<link href=\\\"text/shared/02/07060000.xhp\\\" "
"name=\\\"Reload\\\"\\>Reload\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07060000.xhp#par_id3151315.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Reload\\\" visibility=\\\"visible\\\"\\>Replaces the "
"current document with the last saved version.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07060000.xhp#par_id3159201.3.help.text
msgid "Any changes made after the last save will be lost."
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07070000.xhp#tit.help.text\n"
"Edit File"
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#bm_id3153089.help.text
msgid ""
"\\<bookmark_value\\>write protection; "
"activating/deactivating\\</bookmark_value\\>\\<bookmark_value\\>protected "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; read-"
"only\\</bookmark_value\\>\\<bookmark_value\\>read-only documents; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>cursor;in read-only "
"text\\</bookmark_value\\>\\<bookmark_value\\>read-only "
"documents;cursor\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07070000.xhp\\\" name=\\\"Edit "
"File\\\"\\>Edit File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#par_id3153089.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EditDoc\\\" visibility=\\\"hidden\\\"\\>Enables you to "
"edit a read-only document or database table.\\</ahelp\\> Use the\\<emph\\> "
"Edit File\\</emph\\> icon to activate or deactivate the edit mode."
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#par_id3145090.help.text
msgid ""
"\\<image id=\\\"img_id3154751\\\" "
"src=\\\"res/commandimagelist/sc_editdoc.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154751\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#par_id3150694.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/07070000.xhp#par_id3150694.3.help.text\n"
"Edit File"
msgstr ""

#: helpcontent2/source/text/shared/02/07070000.xhp#par_id3147576.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TEXT_SELECTION_MODE\\\"\\>You can enable a "
"selection cursor in a read-only text document or in the Help. Choose "
"\\<emph\\>Edit - Select Text \\</emph\\>or open the context menu of a read-"
"only document and choose \\<emph\\>Select Text\\</emph\\>. The selection "
"cursor does not blink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07070100.xhp#tit.help.text\n"
"Edit Data"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#hd_id3144415.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07070100.xhp\\\" name=\\\"Edit "
"Data\\\"\\>Edit Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#bm_id3144740.help.text
msgid ""
"\\<bookmark_value\\>read-only documents; database tables on/off "
"\\</bookmark_value\\>\\<bookmark_value\\>protected database "
"tables\\</bookmark_value\\>\\<bookmark_value\\>data; read-"
"only\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#par_id3144740.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Turns the edit mode for the current database table "
"on or off.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#par_id3155805.help.text
msgid ""
"\\<image id=\\\"img_id3152801\\\" "
"src=\\\"res/commandimagelist/sc_editdoc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152801\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#par_id3149096.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/07070100.xhp#par_id3149096.3.help.text\n"
"Edit Data"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#hd_id3149388.4.help.text
msgid "Editing Databases in Networks"
msgstr ""

#: helpcontent2/source/text/shared/02/07070100.xhp#par_id3147576.5.help.text
msgid ""
"To make changes in a database used by more than one person, you must have "
"the appropriate access rights. When you edit an external database, there is "
"no intermediate storage by $[officename] of the changes made. They are sent "
"directly to the database."
msgstr ""

#: helpcontent2/source/text/shared/02/07070200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07070200.xhp#tit.help.text\n"
"Save Record"
msgstr ""

#: helpcontent2/source/text/shared/02/07070200.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07070200.xhp\\\" name=\\\"Save "
"Record\\\"\\>Save Record\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070200.xhp#bm_id3163829.help.text
msgid "\\<bookmark_value\\>records; saving\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070200.xhp#par_id3163829.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Saves the current database table record.\\</ahelp\\> "
"The\\<emph\\> Save Record \\</emph\\>icon is found on the \\<link "
"href=\\\"text/shared/main0212.xhp\\\" name=\\\"Database Bar\\\"\\>Table Data "
"bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07070200.xhp#par_id3152372.3.help.text
msgid ""
"Changes to the contents of a record are automatically saved as soon as you "
"select another record. To save changes without selecting another record, "
"click the \\<emph\\>Save Record\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/02/07080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07080000.xhp#tit.help.text\n"
"Stop Loading"
msgstr ""

#: helpcontent2/source/text/shared/02/07080000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07080000.xhp\\\" name=\\\"Stop "
"Loading\\\"\\>Stop Loading\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07080000.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Stop\\\"\\>Click to interrupt the current loading "
"process, Ctrl-click to interrupt all loading processes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07080000.xhp#par_id3154751.help.text
msgid ""
"\\<image id=\\\"img_id3147399\\\" src=\\\"res/sc06302.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3147399\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07080000.xhp#par_id3145211.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/07080000.xhp#par_id3145211.3.help.text\n"
"Stop Loading"
msgstr ""

#: helpcontent2/source/text/shared/02/07090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/07090000.xhp#tit.help.text\n"
"Export Directly as PDF"
msgstr ""

#: helpcontent2/source/text/shared/02/07090000.xhp#hd_id3146946.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07090000.xhp\\\" name=\\\"Export Directly as "
"PDF\\\"\\>Export Directly as PDF\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/07090000.xhp#par_id3085157.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ExportDirectToPDF\\\" "
"visibility=\\\"visible\\\"\\>Exports the current document directly as PDF. "
"No settings dialog is shown.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/08010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/08010000.xhp#tit.help.text\n"
"Document Information"
msgstr ""

#: helpcontent2/source/text/shared/02/08010000.xhp#hd_id3153383.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/08010000.xhp\\\" name=\\\"Document "
"Information\\\"\\>Document Information\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/08010000.xhp#par_id3155271.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:StatusGetTitle\\\"\\>Displays information about the active "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Basic "
"document.\\</ahelp\\> The names of the document, the library, and the module "
"are displayed, separated by dots."
msgstr ""

#: helpcontent2/source/text/shared/02/08020000.xhp#tit.help.text
msgid "Position in Document"
msgstr ""

#: helpcontent2/source/text/shared/02/08020000.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/08020000.xhp\\\" name=\\\"Position in "
"Document\\\"\\>Position in Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/08020000.xhp#par_id3143284.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StatusGetPosition\\\" "
"visibility=\\\"visible\\\"\\>Displays the current cursor position in the "
"document. The row number is specified, then the column number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#tit.help.text
msgid "URL Name"
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09010000.xhp\\\" name=\\\"URL Name\\\"\\>URL "
"Name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3150476.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_HYPERLINK_NAME\\\"\\>Assigns a name to an Internet "
"URL or file.\\</ahelp\\> You can also enter search criteria for an Internet "
"search site."
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3153539.3.help.text
msgid "Possible search syntax is as follows:"
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3154673.6.help.text
msgid "\"Suite+Office\""
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3148548.7.help.text
msgid ""
"Finds all pages that contain the words \"Suite\" AND \"Office\" at any "
"position."
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3155805.8.help.text
msgid "\"Suite,Office\""
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3147008.9.help.text
msgid "Finds all pages that contain \"Suite\" OR \"Office\"."
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3156410.10.help.text
msgid "Suite Office"
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3153346.11.help.text
msgid ""
"Finds all pages that contain the specified text. Search text without "
"quotation marks will be sent directly to the specified search engine in the "
"Internet. In most cases, a search engine combines a string of words with "
"\"OR,\" and finds pages in which at least one of the words appear."
msgstr ""

#: helpcontent2/source/text/shared/02/09010000.xhp#par_id3150669.12.help.text
msgid ""
"Not all Internet \\<link "
"href=\\\"text/shared/00/00000002.xhp#suchmaschine\\\" name=\\\"search "
"engines\\\"\\>search engines\\</link\\> support all logical combinations. It "
"is recommended to use only one of the three options for linking search terms."
msgstr ""

#: helpcontent2/source/text/shared/02/09020000.xhp#tit.help.text
msgid "Internet URLs"
msgstr ""

#: helpcontent2/source/text/shared/02/09020000.xhp#hd_id3154094.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09020000.xhp\\\" name=\\\"Internet "
"URLs\\\"\\>Internet URLs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09020000.xhp#par_id3154873.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_HYPERLINK_URL\\\"\\>Allows you to either type a "
"URL, or insert a URL from a document using drag-and-drop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09020000.xhp#par_id3153894.5.help.text
msgid ""
"You can edit the URL and insert it at the current cursor position in the "
"active document with the \\<emph\\>Link\\</emph\\> icon. The "
"\\<emph\\>Link\\</emph\\> icon can only be activated if the \\<emph\\>URL "
"Name\\</emph\\> field contains text."
msgstr ""

#: helpcontent2/source/text/shared/02/09030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09030000.xhp#tit.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/02/09030000.xhp#hd_id3154094.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09030000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09030000.xhp#par_id3151100.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetHyperlink\\\"\\>Inserts a hyperlink from the "
"current URL into your document.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\> address is taken from the entry in the "
"\\<emph\\>Internet URLs \\</emph\\>combo box, and the name of the link is "
"taken from the \\<emph\\>URL Name\\</emph\\> combo box."
msgstr ""

#: helpcontent2/source/text/shared/02/09030000.xhp#par_id3149760.3.help.text
msgid ""
"You can insert the \\<link "
"href=\\\"text/shared/00/00000002.xhp#hyperlink\\\" "
"name=\\\"hyperlink\\\"\\>hyperlink\\</link\\> as text or as a button. Click "
"the arrow next to the \\<emph\\>Hyperlink\\</emph\\> icon, then select "
"\\<emph\\>As text\\</emph\\> or \\<emph\\>As button \\</emph\\>from the "
"menu. The hyperlink is then inserted at the current cursor location."
msgstr ""

#: helpcontent2/source/text/shared/02/09030000.xhp#par_id3145345.help.text
msgid ""
"\\<image id=\\\"img_id3156426\\\" "
"src=\\\"res/commandimagelist/sc_chainframes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156426\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09030000.xhp#par_id3154824.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09030000.xhp#par_id3154824.4.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09050000.xhp#tit.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09050000.xhp\\\" "
"name=\\\"Find\\\"\\>Find\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#par_id3159224.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_OFA_HYPERLINK_SEARCH\\\"\\>Click and choose one of the Internet "
"search engines from the submenu. The search term is entered in the "
"\\<emph\\>URL Name\\</emph\\> box.\\</ahelp\\> The list of search engines in "
"the \\<emph\\>Find \\</emph\\>submenu is defined in \\<link "
"href=\\\"text/shared/optionen/01020200.xhp\\\" name=\\\"Tools - Options - "
"Internet - Search\\\"\\>\\<emph\\>Tools - Options - Internet - "
"Search\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#par_id3152801.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_recsearch.png\\\" "
"id=\\\"img_id3153750\\\"\\>\\<alt "
"id=\\\"alt_id3153750\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#par_id3147008.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09050000.xhp#par_id3147008.3.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#hd_id3153683.4.help.text
msgid "List of search engines"
msgstr ""

#: helpcontent2/source/text/shared/02/09050000.xhp#par_id3147576.5.help.text
msgid ""
"When you have selected a search engine, $[officename] transfers the search "
"request to your standard web browser, which then establishes an Internet "
"connection to the search engine and displays the result. See also \\<link "
"href=\\\"text/shared/02/09010000.xhp\\\" name=\\\"URL Name\\\"\\>URL "
"Name\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/09060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09060000.xhp#tit.help.text\n"
"Target Frame"
msgstr ""

#: helpcontent2/source/text/shared/02/09060000.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09060000.xhp\\\" name=\\\"Target "
"Frame\\\"\\>Target Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09060000.xhp#par_id3156211.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_HYPERLINK_TARGET\\\" "
"visibility=\\\"visible\\\"\\>Specifies the target frame type for the "
"specified URL.\\</ahelp\\> A submenu opens with \\<link "
"href=\\\"text/shared/01/01100500.xhp\\\" name=\\\"predefined "
"frames\\\"\\>predefined frames\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/09060000.xhp#par_id3149180.help.text
msgid ""
"\\<image src=\\\"res/target.png\\\" id=\\\"img_id3154186\\\"\\>\\<alt "
"id=\\\"alt_id3154186\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09060000.xhp#par_id3147834.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09060000.xhp#par_id3147834.3.help.text\n"
"Target Frame"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070000.xhp#tit.help.text\n"
"Hyperlink Dialog"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3145759.1.help.text
msgid ""
"\\<variable id=\\\"hyperdia\\\"\\>\\<link "
"href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"Dialog\\\"\\>Hyperlink\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3156183.2.help.text
msgid ""
"\\<variable id=\\\"hyperdiatext\\\"\\>\\<ahelp "
"hid=\\\".uno:EditHyperlink\\\"\\>Opens a dialog that enables you to create "
"and edit hyperlinks.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3154927.help.text
msgid ""
"\\<image id=\\\"img_id3093440\\\" "
"src=\\\"res/commandimagelist/sc_hyperlinkdialog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3093440\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3155552.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070000.xhp#par_id3155552.3.help.text\n"
"Hyperlink Dialog"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3155391.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ICCDIALOG_CHOICECTRL\\\"\\>Select the type of hyperlink "
"to be inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3153683.16.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OpenHyperlinkOnCursor\\\" "
"visibility=\\\"hidden\\\"\\>Opens the hyperlink at the cursor "
"position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3166410.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3166410.7.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3147209.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ICCDIALOG_OK_BTN\\\"\\>Applies the data to your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3149398.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3149398.9.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3149734.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ICCDIALOG_CANCEL_BTN\\\"\\>Closes the dialog without "
"saving.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3153700.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070000.xhp#hd_id3153700.11.help.text\n"
"Help"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3150943.12.help.text
msgid "Opens the Help."
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#hd_id3156192.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070000.xhp#hd_id3156192.13.help.text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/02/09070000.xhp#par_id3149234.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ICCDIALOG_RESET_BTN\\\"\\>Resets the entries in the "
"dialog to their original state.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070100.xhp#tit.help.text\n"
"Internet"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09070100.xhp\\\" "
"name=\\\"Internet\\\"\\>Internet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3154230.2.help.text
msgid ""
"Use the \\<emph\\>Internet\\</emph\\> page of the \\<link "
"href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"dialog\\\"\\>Hyperlink dialog\\</link\\> to edit hyperlinks with WWW or FTP "
"addresses."
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3147291.3.help.text
msgid ""
"The fields for the login name, password and anonymous user are only "
"available for FTP addresses."
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3145090.4.help.text
msgid "Type of hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3151226.6.help.text
msgid "Web"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3145071.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_INT"
"ERNET\\\"\\>Creates an http hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3153683.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3153683.8.help.text\n"
"FTP"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3150693.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_FTP"
"\\\"\\>Creates an FTP hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3149095.10.help.text
msgid "Telnet"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3151110.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:RB_LINKTYP_TEL"
"NET\\\"\\>Creates a Telnet hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3150443.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3150443.12.help.text\n"
"Target"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3155628.13.help.text
msgid "WWW Browser"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3153760.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:BTN_BROWSE\\\""
"\\>Opens a web browser, into which you can load the desired URL.\\</ahelp\\> "
"You can then copy and paste the URL into the \\<emph\\>Target\\</emph\\> "
"field."
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3155421.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3155421.31.help.text\n"
"Target in document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3147618.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_INTERNET:BTN_TARGET\\\""
"\\>Opens the \\<emph\\>Target in Document\\</emph\\> dialog.\\</ahelp\\> "
"There you can select the destination within a document and add it to the "
"target URL with the \\<emph\\>Insert\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3147335.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HYPERLINK_MARKWND_TREE\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the position in the target document "
"where you wish to jump to.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3149164.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HYPERLINK_MARKWND_APPLY\\\" "
"visibility=\\\"hidden\\\"\\>Inserts the target in the "
"\\<emph\\>Target\\</emph\\> field of the \\<emph\\>Hyperlink\\</emph\\> "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3155388.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HYPERLINK_MARKWND_CLOSE\\\" "
"visibility=\\\"hidden\\\"\\>Once the hyperlink has been completely entered, "
"click on \\<emph\\>Close\\</emph\\> to set the link and leave the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3153320.15.help.text
msgid "Login name"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3151384.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_INTERNET:ED_LOGIN\\\"\\>Specifies "
"your login name, if you are working with FTP addresses.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3148944.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3148944.17.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3145069.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_INTERNET:ED_PASSWD\\\"\\>Specifies "
"your password, if you are working with FTP addresses.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3149046.19.help.text
msgid "Anonymous user"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3152771.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_HYPERLINK_INTERNET:CBX_ANONYMOUS\\\""
"\\>Allows you to log in to the FTP address as an anonymous user.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3148663.21.help.text
msgid "Further settings"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3153525.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3153525.23.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3155101.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3155101.24.help.text\n"
"Form"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3149167.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:LB_FORM\\\"\\>S"
"pecifies whether the hyperlink is inserted as text or as a "
"button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3152920.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3152920.26.help.text\n"
"Events"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3144760.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:BTN_SCRIPT\"
"\\"\\>Opens the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/01/05060700.xhp\\\" "
"name=\\\"Assign Macro\\\"\\>Assign "
"Macro\\</link\\>\\</caseinline\\>\\<defaultinline\\>Assign "
"Macro\\</defaultinline\\>\\</switchinline\\> dialog, in which you can give "
"events such as \"mouse over object\" or \"trigger hyperlink\" their own "
"program codes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3151041.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3151041.28.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#par_id3159252.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:ED_INDICATION\\\"\"
"\>Specifies the visible text or button caption for the hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070100.xhp#hd_id3147354.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070100.xhp#hd_id3147354.30.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070200.xhp#tit.help.text\n"
"Mail & News"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3147102.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09070200.xhp\\\" name=\\\"Mail "
"News\\\"\\>Mail & News\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#par_id3153049.2.help.text
msgid ""
"On the \\<emph\\>Mail & News\\</emph\\> page in the \\<link "
"href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"dialog\\\"\\>Hyperlink dialog\\</link\\> you can edit hyperlinks for e-mail "
"or news addresses."
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3153528.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3153528.3.help.text\n"
"Mail & News"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3153748.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3153748.4.help.text\n"
"E-mail"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#par_id3166460.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_MAIL\\\"
""\\>Assigns the specified e-mail address to the hyperlink.\\</ahelp\\> "
"Clicking the new hyperlink in the document will open a new message document, "
"addressed to the receiver specified in the \\<emph\\>E-mail\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3155628.6.help.text
msgid "News"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#par_id3149955.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_RB_LINKTYP_NEWS\\\"
""\\>Assigns a news address to the hyperlink.\\</ahelp\\> Clicking the "
"hyperlink in the document will open a new message document to the news group "
"you entered in the \\<emph\\>Receiver\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3149580.8.help.text
msgid "Receiver"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#par_id3153665.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HYPERDLG_MAIL_PATH\\\"\\>Specifies the full URL of the "
"addressee, in the form mailto:name@provider.com or "
"news:group.server.com.\\</ahelp\\> You can also use drag-and-drop."
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3143270.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070200.xhp#hd_id3143270.14.help.text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#par_id3149514.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_IMAGEBUTTON_RID_SVXPAGE_HYPERLINK_MAIL_BTN_ADRESSBOOK\\\""
"\\>Hides or shows the data source browser.\\</ahelp\\> Drag the receiver's "
"\\<emph\\>Email\\</emph\\> data field from the data source browser into the "
"\\<emph\\>Receiver\\</emph\\> text field."
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#hd_id3153332.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070200.xhp#hd_id3153332.12.help.text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/shared/02/09070200.xhp#par_id3153821.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_EDIT_RID_SVXPAGE_HYPERLINK_MAIL_ED_SUBJECT\\\"\\>Specifies the "
"subject that is inserted in the subject line of the new message "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070300.xhp#tit.help.text\n"
"Document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3143284.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09070300.xhp\\\" "
"name=\\\"Document\\\"\\>Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#par_id3154682.2.help.text
msgid ""
"Hyperlinks to any document or targets in documents can be edited using the "
"\\<emph\\>Document\\</emph\\> tab from the \\<link "
"href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"dialog\\\"\\>Hyperlink dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3150808.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3150808.3.help.text\n"
"Document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3150710.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3150710.5.help.text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3145136.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3145136.6.help.text\n"
"Open File"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#par_id3149095.7.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERL"
"INK_DOCUMENT:BTN_FILEOPEN\\\"\\>Opens the \\<emph\\>Open dialog,\\</emph\\> "
"where you can select a file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3149828.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3149828.8.help.text\n"
"Target in document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3145071.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070300.xhp#hd_id3145071.10.help.text\n"
"Target"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#par_id3146957.11.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_HYPERLINK_DOC"
"UMENT:ED_TARGET_DOC\\\"\\>Specifies a target for the hyperlink into the "
"document specified under \\<emph\\>Path\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3147242.12.help.text
msgid "Target in Document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#par_id3149811.13.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERL"
"INK_DOCUMENT:BTN_BROWSE\\\"\\>Opens the \\<emph\\>Target in "
"Document\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#hd_id3153320.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070300.xhp#hd_id3153320.14.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/02/09070300.xhp#par_id3153880.15.help.text
msgid ""
"Specifies the URL, which results from the entries in "
"\\<emph\\>Path\\</emph\\> and \\<emph\\>Destination\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070400.xhp#tit.help.text\n"
"New Document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3154873.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/09070400.xhp\\\" name=\\\"New "
"Document\\\"\\>New Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#par_id3150445.2.help.text
msgid ""
"Use the \\<emph\\>New Document\\</emph\\> tab from the \\<link "
"href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"dialog\\\"\\>Hyperlink dialog\\</link\\> to set up a hyperlink to a new "
"document and create the new document simultaneously."
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3152594.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3152594.3.help.text\n"
"New Document"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#par_id3157896.4.help.text
msgid "Specifies the name, path and type of the new document in this area."
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3151226.5.help.text
msgid "Edit now"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#par_id3154751.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:RB_EDITNOW\\\" "
"visibility=\\\"visible\\\"\\>Specifies that the new document is created and "
"immediately opened for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3145313.7.help.text
msgid "Edit later"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#par_id3153577.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:RB_EDITLATER\\\" "
"visibility=\\\"visible\\\"\\>Specifies that the document is created but it "
"is not immediately opened.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3153311.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3153311.9.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3145072.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070400.xhp#hd_id3145072.10.help.text\n"
"Select Path"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#par_id3147653.11.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_HYPERL"
"INK_NEWDOCUMENT:BTN_CREATE\\\"\\>Opens the \\<emph\\>Select Path\\</emph\\> "
"dialog, where you can select a path.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#hd_id3151110.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/09070400.xhp#hd_id3151110.12.help.text\n"
"File type"
msgstr ""

#: helpcontent2/source/text/shared/02/09070400.xhp#par_id3153681.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_HYPERLINK_NEWDOCUMENT:LB_DOCUMENT_TYPES\\\" "
"visibility=\\\"visible\\\"\\>Specifies the file type for the new "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/10010000.xhp#tit.help.text\n"
"Previous Page"
msgstr ""

#: helpcontent2/source/text/shared/02/10010000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/10010000.xhp\\\" name=\\\"Previous "
"Page\\\"\\>Previous Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10010000.xhp#par_id3150445.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PreviousPage\\\" visibility=\\\"visible\\\"\\>Moves "
"back to the previous page in the document.\\</ahelp\\> This function is only "
"active when you select the \\<emph\\>Page Preview\\</emph\\> function on the "
"\\<emph\\>File\\</emph\\> menu."
msgstr ""

#: helpcontent2/source/text/shared/02/10010000.xhp#par_id3155552.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_pageup.png\\\" "
"id=\\\"img_id3145090\\\"\\>\\<alt "
"id=\\\"alt_id3145090\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10010000.xhp#par_id3147577.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/10010000.xhp#par_id3147577.3.help.text\n"
"Previous Page"
msgstr ""

#: helpcontent2/source/text/shared/02/10020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/10020000.xhp#tit.help.text\n"
"Next Page"
msgstr ""

#: helpcontent2/source/text/shared/02/10020000.xhp#hd_id3156183.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/10020000.xhp\\\" name=\\\"Next "
"Page\\\"\\>Next Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10020000.xhp#par_id3159224.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NextPage\\\" visibility=\\\"visible\\\"\\>Moves "
"forward to the next page in the document.\\</ahelp\\> This function is only "
"active when you select the \\<emph\\>Page Preview\\</emph\\> function on the "
"\\<emph\\>File\\</emph\\> menu."
msgstr ""

#: helpcontent2/source/text/shared/02/10020000.xhp#par_id3154186.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_pagedown.png\\\" "
"id=\\\"img_id3149346\\\"\\>\\<alt "
"id=\\\"alt_id3149346\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10020000.xhp#par_id3153682.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/10020000.xhp#par_id3153682.3.help.text\n"
"Next Page"
msgstr ""

#: helpcontent2/source/text/shared/02/10030000.xhp#tit.help.text
msgid "To Document Begin/First Page"
msgstr ""

#: helpcontent2/source/text/shared/02/10030000.xhp#hd_id3149031.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/02/10030000.xhp\\\" "
"name=\\\"To Document Begin\\\"\\>To Document "
"Begin\\</link\\>\\</caseinline\\> \\<defaultinline\\>\\<link "
"href=\\\"text/shared/02/10030000.xhp\\\" name=\\\"First Page\\\"\\>First "
"Page\\</link\\>\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10030000.xhp#par_id3153539.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FirstPage\\\" visibility=\\\"visible\\\"\\>Moves to "
"the first page of the document.\\</ahelp\\> This function is only active "
"when you select the \\<emph\\>Page Preview\\</emph\\> function on the "
"\\<emph\\>File\\</emph\\> menu."
msgstr ""

#: helpcontent2/source/text/shared/02/10030000.xhp#par_id3154751.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_gotostartofdoc.png\\\" "
"id=\\\"img_id3147571\\\"\\>\\<alt "
"id=\\\"alt_id3147571\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10030000.xhp#par_id3143268.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>To Document Begin\\</caseinline\\> "
"\\<defaultinline\\>First Page\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10040000.xhp#tit.help.text
msgid "To  Document End/Last Page"
msgstr ""

#: helpcontent2/source/text/shared/02/10040000.xhp#hd_id3154840.1.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/02/10040000.xhp\\\" "
"name=\\\"To  Document End\\\"\\>To  Document End\\</link\\>\\</caseinline\\> "
"\\<defaultinline\\>\\<link href=\\\"text/shared/02/10040000.xhp\\\" "
"name=\\\"Last Page\\\"\\>Last Page\\</link\\>\\</defaultinline\\> "
"\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10040000.xhp#par_id3149716.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LastPage\\\" visibility=\\\"visible\\\"\\>Moves to the "
"last page of the document.\\</ahelp\\> This function is only active when you "
"select the \\<emph\\>Page Preview\\</emph\\> function on the "
"\\<emph\\>File\\</emph\\> menu."
msgstr ""

#: helpcontent2/source/text/shared/02/10040000.xhp#par_id3155805.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_gotoendofdoc.png\\\" "
"id=\\\"img_id3153394\\\"\\>\\<alt "
"id=\\\"alt_id3153394\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10040000.xhp#par_id3145313.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"\\>To Document End\\</caseinline\\> "
"\\<defaultinline\\>Last Page\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/10100000.xhp#tit.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/02/10100000.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/10100000.xhp\\\" "
"name=\\\"Close\\\"\\>Close\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/10100000.xhp#par_id3155934.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CloseWin\\\"\\>Closes the current window.\\</ahelp\\> "
"Choose \\<emph\\>Window - Close\\</emph\\>, or press Ctrl+F4. In the page "
"preview of $[officename] Writer and Calc, you can close the current window "
"by clicking the \\<emph\\>Close Preview\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/02/10100000.xhp#par_id3147143.5.help.text
msgid ""
"If additional views of the current document were opened by \\<emph\\>Window -"
" New Window\\</emph\\>, this command will close only the current view."
msgstr ""

#: helpcontent2/source/text/shared/02/10100000.xhp#par_id3153910.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/10100000.xhp#par_id3153910.6.help.text\n"
"\\<link href=\\\"text/shared/01/01050000.xhp\\\" name=\\\"Close the current "
"document\\\"\\>Close the current document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12000000.xhp#tit.help.text\n"
"Explorer On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12000000.xhp\\\" name=\\\"Explorer "
"On/Off\\\"\\>Explorer On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3144740.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DSBrowserExplorer\\\"\\>Turns on and off the view of "
"the data source explorer.\\</ahelp\\> The \\<emph\\>Explorer On/Off "
"\\</emph\\>icon is visible on the \\<link "
"href=\\\"text/shared/main0212.xhp\\\" name=\\\"Database Bar\\\"\\>Table Data "
"bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3153114.help.text
msgid ""
"\\<image id=\\\"img_id3150710\\\" src=\\\"sw/imglst/sc20244.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150710\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3145136.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12000000.xhp#par_id3145136.3.help.text\n"
"Explorer On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3145345.4.help.text
msgid ""
"In the data source explorer you see the data sources registered in "
"$[officename] with their links, queries and tables."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3159233.53.help.text
msgid ""
"\\<emph\\>Establishing a connection\\</emph\\> - As soon as you select an "
"individual table or query, a connection to the data source is established. "
"Once the connection is opened, the name of the data source, the Queries or "
"Tables entry, and the name of the query or table selected is shown in bold "
"type."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3153527.7.help.text
msgid ""
"The context menu of the data source explorer contains the following commands "
"relating to the entry to be displayed in inverted form:"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3153821.50.help.text
msgid ""
"The commands in the context menu vary depending on whether a connection to "
"the data source has been established. For example, you only see the command "
"\\<emph\\>Disconnect\\</emph\\> if a connection has been established."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3155341.28.help.text
msgid "Context menu of a data source main entry"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3145120.11.help.text
msgid "Administrate Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3150256.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_DSADMINISTRATE\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/11060000.xhp\\\" name=\\\"Data Source "
"Administration\\\"\\>\\<emph\\>Data Source "
"Administration\\</emph\\>\\</link\\>\\</ahelp\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3155503.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12000000.xhp#hd_id3155503.13.help.text\n"
"SQL"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3152909.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSBROWSER_DIRECTSQL\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/11080000.xhp\\\" name=\\\"Execute SQL "
"Statement\\\"\\>\\<emph\\>Execute SQL "
"Statement\\</emph\\>\\</link\\>\\</ahelp\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3145416.15.help.text
msgid "Disconnect"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3154860.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_CLOSECONN\\\"\\>Closes the connection to the "
"data source.\\</ahelp\\> See \\<link "
"href=\\\"text/shared/optionen/01160100.xhp\\\" name=\\\"Tools - Options - "
"Data sources - Connections\\\"\\>\\<emph\\>Tools - Options - Data sources - "
"Connections\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3159269.51.help.text
msgid "Rename (for tables, views, queries)"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3151379.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_RENAME_ENTRY\\\"\\>To rename an entry, call "
"this command and enter the new name.\\</ahelp\\>. You can also do this by "
"selecting the entry and pressing F2. The database must support renaming, "
"otherwise this command is not enabled."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3147559.31.help.text
msgid "Additional commands in the context menu of \"Queries\""
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3154388.17.help.text
msgid "New Query (Design View)"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3156434.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_RENAME_ENTRY\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>\\<emph\\>Query Design\\</emph\\>\\</link\\>\\</ahelp\\> window."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3150400.19.help.text
msgid "New Query (SQL View)"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3151212.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_RENAME_ENTRY\\\"\\>Opens the\\<emph\\> Query "
"Design \\</emph\\>window, allowing you to create an \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"SQL "
"command\\\"\\>SQL command\\</link\\> directly.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3145419.32.help.text
msgid "Additional commands in the context menu of an individual query"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3154819.21.help.text
msgid "Edit Query"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3153969.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_RENAME_ENTRY\\\"\\>Opens the query in the "
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Design View\\\"\\>Query Design View\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3144762.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12000000.xhp#hd_id3144762.24.help.text\n"
"Delete Query"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3150497.25.help.text
msgid "Queries are physically deleted."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3148452.26.help.text
msgid "Copy Query"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3151041.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_QUERY_COPY\\\"\\>Copies the query to the "
"clipboard.\\</ahelp\\> From there it can be inserted into another document. "
"Choosing the insert command opens the \\<link "
"href=\\\"text/shared/02/12070000.xhp\\\" name=\\\"Insert Database "
"Columns\\\"\\>\\<emph\\>Insert Database Columns\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3154910.33.help.text
msgid "Additional commands in the context menu of \"Tables\""
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3155133.34.help.text
msgid "New View Design"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3149984.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_VIEW_CREATE_DESIGN\\\"\\>Opens the "
"\\<emph\\>View Design\\</emph\\> window.\\</ahelp\\> This window is "
"controlled the same way as the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>Query Design\\</link\\> window. The view is designed and used "
"like a query."
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3154471.36.help.text
msgid "Insert Table"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3147348.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_TABLE_PASTE\\\"\\>Inserts a table from the "
"clipboard to the selected table container. You will see the \\<link "
"href=\\\"text/shared/explorer/database/05030100.xhp\\\" name=\\\"Copy "
"Table\\\"\\>\\<emph\\>Copy Table\\</emph\\>\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3147213.38.help.text
msgid "Relation Design"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3153190.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_RELATION_DESIGN\\\"\\>Opens the "
"\\<emph\\>Relation Design\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3146974.40.help.text
msgid "Additional commands in the context menu of an individual table"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3149483.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12000000.xhp#hd_id3149483.41.help.text\n"
"Copy Table"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3147317.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_TABLE_COPY\\\"\\>Copies the selected table to "
"the clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3154321.43.help.text
msgid "Additional commands in the context menu of a view"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3154921.44.help.text
msgid "Delete View"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3155512.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_VIEW_DELETE\\\"\\>Deletes the selected "
"view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3083444.46.help.text
msgid "Copy View"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3154150.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_VIEW_COPY\\\"\\>Copies the selected view to the "
"clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#hd_id3155740.48.help.text
msgid "Insert View"
msgstr ""

#: helpcontent2/source/text/shared/02/12000000.xhp#par_id3148775.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_VIEW_PASTE\\\"\\>Pastes a view from the "
"clipboard to the selected table container. You will see the \\<link "
"href=\\\"text/shared/explorer/database/05030100.xhp\\\" name=\\\"Copy "
"Table\\\"\\>\\<emph\\>Copy Table\\</emph\\>\\</link\\> dialog.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12010000.xhp#tit.help.text\n"
"Sort Ascending"
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#hd_id3152594.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12010000.xhp\\\" name=\\\"Sort "
"Ascending\\\"\\>Sort Ascending\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#par_id3150693.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Sorts the data of the "
"selected field in ascending order. \\</ahelp\\> Text fields are sorted "
"alphabetically (A-Z), numerical fields in ascending order (0-9)."
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#par_id3154749.help.text
msgid ""
"\\<image id=\\\"img_id3147276\\\" "
"src=\\\"res/commandimagelist/sc_sortascending.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3147276\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#par_id3159158.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12010000.xhp#par_id3159158.3.help.text\n"
"Sort Ascending"
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#par_id3154380.4.help.text
msgid ""
"\\<variable id=\\\"selektionsortieren\\\"\\>Data of the currently selected "
"field are always sorted. A field is always selected as soon as you place the "
"cursor in the field. To sort within tables, you can also click the "
"corresponding column header.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12010000.xhp#par_id3150504.5.help.text
msgid ""
"\\<variable id=\\\"dialogsortieren\\\"\\>To sort more than one data field, "
"choose \\<emph\\>Data - Sort\\</emph\\>, then choose the \\<link "
"href=\\\"text/shared/02/12100100.xhp\\\" name=\\\"Sort Criteria\\\"\\>Sort "
"Criteria\\</link\\> tab, where you can combine several sort "
"criteria.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12020000.xhp#tit.help.text\n"
"Sort Descending"
msgstr ""

#: helpcontent2/source/text/shared/02/12020000.xhp#hd_id3154689.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12020000.xhp\\\" name=\\\"Sort "
"Descending\\\"\\>Sort Descending\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12020000.xhp#par_id3149987.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SortDown\\\" visibility=\\\"hidden\\\"\\>Sorts the "
"data of the selected field in descending order.\\</ahelp\\> Text fields are "
"sorted alphabetically (Z-A), number fields in numerically descending order "
"(9-0)."
msgstr ""

#: helpcontent2/source/text/shared/02/12020000.xhp#par_id3149496.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_sortdescending.png\\\" "
"id=\\\"img_id3153255\\\"\\>\\<alt "
"id=\\\"alt_id3153255\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12020000.xhp#par_id3144436.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12020000.xhp#par_id3144436.3.help.text\n"
"Sort Descending"
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12030000.xhp#tit.help.text\n"
"AutoFilter"
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#hd_id3149495.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12030000.xhp#hd_id3149495.1.help.text\n"
"\\<link href=\\\"text/shared/02/12030000.xhp\\\" "
"name=\\\"AutoFilter\\\"\\>AutoFilter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3148983.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoFilter\\\" visibility=\\\"visible\\\"\\>Filters "
"the records based on the content of the currently selected data "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3151234.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_formfiltered.png\\\" "
"id=\\\"img_id3147261\\\"\\>\\<alt "
"id=\\\"alt_id3147261\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3147043.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12030000.xhp#par_id3147043.3.help.text\n"
"AutoFilter"
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3155355.4.help.text
msgid ""
"Place the cursor in a field name whose content you want to filter and then "
"click the \\<emph\\>AutoFilter\\</emph\\> icon. Only those records with "
"content identical to the selected field name are visible."
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3159234.5.help.text
msgid ""
"For example, to view all the customers from New York, click a field name "
"with the entry \"New York\". AutoFilter then filters all customers from New "
"York from the database."
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3153577.6.help.text
msgid ""
"You can remove the current AutoFilter with the\\<emph\\> \\</emph\\>\\<link "
"href=\\\"text/shared/02/12040000.xhp\\\" name=\\\"Remove "
"Filter/Sorting\\\"\\>\\<emph\\>Remove Filter/Sorting\\</emph\\>\\</link\\> "
"icon or with \\<emph\\>Data - Filter - Remove Filter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12030000.xhp#par_id3145345.7.help.text
msgid ""
"To filter with several field names simultaneously, click the "
"\\<emph\\>Default Filter \\</emph\\>icon. The \\<link name=\\\"Default "
"Filter dialog\\\" "
"href=\\\"text/shared/02/12090000.xhp\\\"\\>\\<emph\\>Default Filter "
"\\</emph\\>dialog\\</link\\> appears, in which you can combine several "
"filter criteria."
msgstr ""

#: helpcontent2/source/text/shared/02/12040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12040000.xhp#tit.help.text\n"
"Remove Filter/Sorting"
msgstr ""

#: helpcontent2/source/text/shared/02/12040000.xhp#hd_id3155069.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12040000.xhp\\\" name=\\\"Remove "
"Filter/Sorting\\\"\\>Remove Filter/Sorting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12040000.xhp#par_id3154094.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RemoveFilterSort\\\" "
"visibility=\\\"visible\\\"\\>Cancels the filter settings and displays all of "
"the records in the current table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12040000.xhp#par_id3146130.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_removefilter.png\\\" "
"id=\\\"img_id3151315\\\"\\>\\<alt "
"id=\\\"alt_id3151315\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12040000.xhp#par_id3153750.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12040000.xhp#par_id3153750.3.help.text\n"
"Remove Filter/Sorting"
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12050000.xhp#tit.help.text\n"
"Refresh"
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#hd_id3154926.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12050000.xhp\\\" "
"name=\\\"Refresh\\\"\\>Refresh\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#par_id3156183.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Refresh\\\"\\>Refreshes the displayed "
"data.\\</ahelp\\> In a multi-user environment, refreshing the data ensures "
"that it remains current."
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#par_id3147261.help.text
msgid ""
"\\<image id=\\\"img_id3153910\\\" "
"src=\\\"res/commandimagelist/sc_reload.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153910\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#par_id3145090.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12050000.xhp#par_id3145090.3.help.text\n"
"Refresh"
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#par_id3145345.4.help.text
msgid ""
"Click the arrow next to the \\<emph\\>Refresh \\</emph\\>icon to open a "
"submenu with the following commands:"
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#par_id3156426.5.help.text
msgid ""
"\\<emph\\>Refresh\\</emph\\> - Displays the refreshed contents of the "
"database table."
msgstr ""

#: helpcontent2/source/text/shared/02/12050000.xhp#par_id3147088.6.help.text
msgid ""
"\\<emph\\>Rebuild\\</emph\\> - \\<ahelp "
"hid=\\\"HID_BROWSER_REFRESH_REBUILDVIEW\\\"\\>Rebuilds the view of the "
"database table. Use this command when you have changed the structure of the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070000.xhp#tit.help.text\n"
"Insert Database Columns"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#hd_id3147000.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070000.xhp#hd_id3147000.1.help.text\n"
"Insert Database Columns"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3143284.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SbaBrwInsert\\\"\\>\\<variable "
"id=\\\"datenintext\\\"\\>Inserts all fields of the marked record into the "
"current document at the cursor position.\\</variable\\>\\</ahelp\\> The icon "
"is only visible if the current document is a text document or a spreadsheet."
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3154186.help.text
msgid ""
"\\<image id=\\\"img_id3147291\\\" "
"src=\\\"res/commandimagelist/sc_sbabrwinsert.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147291\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3153527.3.help.text
msgid "Data to Text"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3153577.4.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>In "
"the data source browser, select the record that you want to insert into the "
"document and then click the \\<emph\\>Data to Text\\</emph\\> icon. The "
"record is inserted in the document at the cursor position, with the contents "
"of each individual field of the record copied to a table column. You can "
"also select multiple records and transfer them into the document by clicking "
"the \\<emph\\>Data to Text \\</emph\\>icon. Each individual record is then "
"written to a new row.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3145345.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>In the data source browser, select the records that "
"you want to insert into the document and then click the \\<emph\\>Data to "
"Text\\</emph\\> icon, or drag-and-drop data from the data source browser "
"into the document. This opens the \\<emph\\>Insert Database Columns "
"\\</emph\\>dialog. Select whether the data should be inserted as a \\<link "
"href=\\\"text/shared/02/12070100.xhp\\\" "
"name=\\\"table\\\"\\>table\\</link\\>, as \\<link "
"href=\\\"text/shared/02/12070200.xhp\\\" "
"name=\\\"fields\\\"\\>fields\\</link\\> or as \\<link "
"href=\\\"text/shared/02/12070300.xhp\\\" "
"name=\\\"text\\\"\\>text\\</link\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3153031.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The preferences you set in the\\<emph\\> Insert "
"Database Columns \\</emph\\>dialog are saved and will be active the next "
"time the dialog is called. This save process is independent of the database "
"and can record the preferences for a maximum of 5 "
"databases.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070000.xhp#par_id3156326.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If data is inserted into the document as a table, "
"the table properties are not saved along with the data in the document. If "
"you select the \\<emph\\>AutoFormat\\</emph\\> function for formatting the "
"table, $[officename] will note the name of the format template. This "
"template will then be used automatically if you insert data as a table "
"again, unless the preferences have been "
"changed.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#tit.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3151299.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3151299.1.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#bm_id3156183.help.text
msgid ""
"\\<bookmark_value\\>database contents; inserting as "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3156183.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TABLE\\\" "
"visibility=\\\"hidden\\\"\\>Inserts data selected from the data source "
"browser into the document as a table.\\</ahelp\\>In the \\<emph\\>Insert "
"Database Columns\\</emph\\> dialog, select the \\<emph\\>Table\\</emph\\> "
"option to insert the selected data into the document as a table. In the "
"dialog, you can decide which database fields or columns are transferred, and "
"how the text table is formatted."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3152594.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3152594.2.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3152918.19.help.text
msgid ""
"In the \\<emph\\>Table\\</emph\\> area, use the arrow keys to select the "
"columns of the database table that you want to apply to the text table."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3156042.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3156042.3.help.text\n"
"Database columns"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3152425.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_TBL_DB_COLUMN\\\"\\>Specifies the "
"database columns to be inserted into the text table.\\</ahelp\\> All "
"database table columns that have not been accepted in the \\<emph\\>Table "
"column(s)\\</emph\\> list box are listed here. The entries are sorted "
"alphabetically. "
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3147577.4.help.text
msgid "Table column(s)"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3153527.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_TABLE_COL\\\"\\>Lists "
"all database columns to be inserted into the document.\\</ahelp\\> A column "
"will be assigned to each corresponding entry in the table. The entry order "
"in the \\<emph\\>Table column(s)\\</emph\\> list box determines the data "
"order in the text table."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3146958.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3146958.5.help.text\n"
">>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3149750.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ALL_TO\\\"\\>Moves all "
"listed database fields into the \\<emph\\>Table column(s)\\</emph\\> list "
"box.\\</ahelp\\> All fields listed in the \\<emph\\>Table "
"column(s)\\</emph\\> list box are inserted into the document."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3163802.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3163802.6.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3153662.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ONE_TO\\\"\\>Moves the "
"selected database field into the \\<emph\\>Table column(s)\\</emph\\> list "
"box. \\</ahelp\\> You can also double click an entry to move it to the "
"\\<emph\\>Table column(s)\\</emph\\> list box. All fields listed in the "
"\\<emph\\>Table column(s)\\</emph\\> list box are inserted into the document."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3149732.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3149732.7.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3148685.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ONE_FROM\\\"\\>Removes "
"the selected database field from the\\<emph\\> Table column(s)\\</emph\\> "
"list box\\</ahelp\\> The removed field is not inserted into the document."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3150771.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3150771.8.help.text\n"
"<<"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3154897.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_ALL_FROM\\\"\\>Removes "
"all database fields from the \\<emph\\>Table column(s)\\</emph\\> list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3159399.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12070100.xhp#hd_id3159399.13.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3154380.30.help.text
msgid ""
"Specifies the format for inserting the database fields into the document."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3156329.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12070100.xhp#hd_id3156329.14.help.text\n"
"From database"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3149415.31.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_DBFMT_FROM_DB\\\"\\>Accepts "
"the database formats.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3159148.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12070100.xhp#hd_id3159148.15.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3152349.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:LISTBOX:DLG_AP_INSERT_DB_SEL:LB_DBFMT_FROM_USR\\\"\\>Specifies a "
"format from the list, if the format information of certain data fields is "
"not accepted.\\</ahelp\\> The formats supplied here are only available for "
"certain database fields, such as numeric or Boolean fields. If you select a "
"database field in text format, you will not be able to select any format "
"from the selection list, since the text format will be automatically "
"maintained."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3144511.33.help.text
msgid ""
"If the format you want is not listed, select \"Other Formats...\" and define "
"the desired format in the \\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Number Format\\\"\\>\\<emph\\>Number Format\\</emph\\>\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3154282.34.help.text
msgid ""
"The number format assigned using the selection list always refers to the "
"database field selected in the \\<emph\\>Database columns\\</emph\\> list "
"box."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3154138.35.help.text
msgid ""
"To insert the data into the document in the form of a table, the correct "
"\\<emph\\>Table\\</emph\\> option must be active. You can then select a "
"database field from the \\<emph\\>Table column(s)\\</emph\\> list box to "
"define the formatting of the database field. The changes to the number "
"formats will be applied to the last selection. It does not matter whether "
"the database field was selected from the \\<emph\\>Database "
"columns\\</emph\\> list box or from the \\<emph\\>Table column(s)\\</emph\\> "
"list box."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3156280.10.help.text
msgid "Insert table heading"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3150497.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:CHECKBOX:DLG_AP_INSERT_DB_SEL:CB_TABLE_HEADON\\\"\\>Specifies "
"whether to insert a heading line for the columns in the text "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3153178.11.help.text
msgid "Apply column name"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3152922.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_HEADL_COLNMS\\\"\\>Uses the "
"field names of the database table as headings for each of the text table "
"columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3158407.12.help.text
msgid "Create row only"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3153194.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_HEADL_EMPTY\\\"\\>Inserts an "
"empty heading line into the text table.\\</ahelp\\> Using the\\<emph\\> "
"Create row only \\</emph\\>option, you can define headings in the document, "
"which do not correspond to the names of the database field."
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3153369.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12070100.xhp#hd_id3153369.16.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3154299.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:PUSHBUTTON:DLG_AP_INSERT_DB_SEL:PB_TBL_FORMAT\\\"\\>Opens the "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/01/05090000.xhp\\\" "
"name=\\\"Table Format\\\"\\>\\<emph\\>Table "
"Format\\</emph\\>\\</link\\>\\</ca"
"seinline\\>\\<defaultinline\\>\\<emph\\>Table "
"Format\\</emph\\>\\</defaultinline\\>\\</switchinline\\> dialog, which "
"enables you to define the table properties such as borders, background, and "
"column width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#hd_id3153728.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12070100.xhp#hd_id3153728.17.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/shared/02/12070100.xhp#par_id3154988.37.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:PUSHBUTTON:DLG_AP_INSERT_DB_SEL:PB_TBL_AUTOFMT\\\"\\>Opens the "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/01/05150101.xhp\\\" "
"name"
"=\\\"AutoFormat\\\"\\>\\<emph\\>AutoFormat\\</emph\\>\\</link\\>\\</casein"
"line"
"\\>\\<defaultinline\\>\\<emph\\>AutoFormat\\</emph\\>\\</defaultinline\\>\"
"\</switchinline\\> dialog, in which you can select format styles that are "
"immediately applied when inserting the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#tit.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3149991.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3149991.1.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#bm_id3149987.help.text
msgid ""
"\\<bookmark_value\\>database contents; inserting as "
"fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3149987.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_DLG_AP_INSERT_DB_SEL_RB_AS_FIELD\\\" "
"visibility=\\\"hidden\\\"\\>Inserts data selected from the data source "
"browser into the document as fields.\\</ahelp\\>In the \\<emph\\>Insert "
"Database Columns\\</emph\\> dialog, select the \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\> to insert the selected data into the "
"document as fields. These \\<link href=\\\"text/swriter/01/04090006.xhp\\\" "
"name=\\\"database fields\\\"\\>database fields\\</link\\> work as wildcards "
"for the individual database columns and can be used for form letters. Click "
"the \\<link href=\\\"text/shared/02/12080000.xhp\\\" name=\\\"Data to "
"Fields\\\"\\>\\<emph\\>Data to Fields\\</emph\\>\\</link\\> icon to match "
"the contents of the fields to the currently selected record."
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3153114.9.help.text
msgid ""
"If several records are selected when you choose the \\<emph\\>Data to "
"Text\\</emph\\> function, the mail merge fields will be inserted according "
"to the number of records. Also, a field command such as \"Next record\" will "
"be inserted automatically between individual field command blocks."
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3145090.10.help.text
msgid ""
"The \\<emph\\>Insert Database Columns\\</emph\\> dialog lets you define "
"which database fields to insert into the document and how to format the "
"paragraphs."
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3156136.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3156136.2.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3147571.11.help.text
msgid ""
"In the \\<emph\\>Fields\\</emph\\> area, use the arrow button to select the "
"database table columns into which you want to insert field contents."
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3153345.3.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3153345.3.help.text\n"
"Database columns"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3155535.12.help.text
msgid ""
"Lists all columns of the database table, which can be accepted in the "
"selection list box to insert them into the document. \\<ahelp "
"hid=\\\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_TXT_DB_COLUMN\\\" "
"visibility=\\\"visible\\\"\\>Select the database columns that you want to "
"insert it in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3152551.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3152551.4.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3145345.13.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW_IMAGEBUTTON_DLG_AP_INSERT_DB_SEL_IB_DBCOL_TOEDIT\\\"\\>Moves the "
"fields that you selected in the \\<emph\\>Database columns\\</emph\\> list "
"box into the selection field.\\</ahelp\\> You can also double-click the "
"entry to select it."
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3166411.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3166411.5.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3163802.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW_MULTILINEEDIT_DLG_AP_INSERT_DB_SEL_ED_DB_TEXT\\\" "
"visibility=\\\"visible\\\"\\>Lists the database columns that you selected to "
"be inserted into the document. You can also enter text here. This text will "
"be also inserted into the document.\\</ahelp\\> The entries' order in the "
"selection field corresponds to the data order in the document."
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3153257.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070200.xhp#hd_id3153257.7.help.text\n"
"Paragraph Style"
msgstr ""

#: helpcontent2/source/text/shared/02/12070200.xhp#par_id3158430.15.help.text
msgid ""
"By default, the inserted paragraphs are formatted with the current Paragraph "
"Styles. This format corresponds to the \"none\" entry in the "
"\\<emph\\>Paragraph Style\\</emph\\> list box. \\<ahelp "
"hid=\\\"SW_LISTBOX_DLG_AP_INSERT_DB_SEL_LB_DB_PARA_COLL\\\" "
"visibility=\\\"visible\\\"\\>This is where you can select other Paragraph "
"Styles to apply to the paragraph you want to insert into the "
"document.\\</ahelp\\> The list box displays the available Paragraph Styles "
"defined in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> and "
"managed in the \\<link href=\\\"text/swriter/01/05130000.xhp\\\" "
"name=\\\"Style Catalog\\\"\\>Style Catalog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070300.xhp#tit.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#hd_id3154873.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070300.xhp#hd_id3154873.1.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#bm_id3143284.help.text
msgid ""
"\\<bookmark_value\\>database contents; inserting as text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#par_id3143284.3.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_AP_INSERT_DB_SEL:RB_AS_TEXT\\\" "
"visibility=\\\"hidden\\\"\\>Inserts data selected from the data source "
"browser into the document as text.\\</ahelp\\>If you select the "
"\\<emph\\>Text\\</emph\\> option in the \\<emph\\>Insert Database "
"Columns\\</emph\\> dialog, the content of the data selected in the data "
"source browser is inserted into the document as text. In the dialog, you can "
"decide which database fields or columns are transferred, and how the text is "
"formatted."
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#par_id3154289.4.help.text
msgid ""
"If several records are selected when you choose the \\<emph\\>Data to "
"Text\\</emph\\> function, the mail merge fields will be inserted according "
"to the number of records."
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#hd_id3155392.2.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12070300.xhp#hd_id3155392.2.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/02/12070300.xhp#par_id3143267.5.help.text
msgid ""
"In the \\<emph\\>Text\\</emph\\> area, use the arrow button to select the "
"database table columns into which you want to insert field contents."
msgstr ""

#: helpcontent2/source/text/shared/02/12080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12080000.xhp#tit.help.text\n"
"Data to Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/12080000.xhp#hd_id3149031.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12080000.xhp\\\" name=\\\"Data to "
"Fields\\\"\\>Data to Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12080000.xhp#par_id3150476.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataSourceBrowser/InsertContent\\\"\\>Updates the "
"contents of the existing database fields by the marked records.\\</ahelp\\> "
"The \\<emph\\>Data to Fields \\</emph\\>icon is only available if the "
"current document is a text document."
msgstr ""

#: helpcontent2/source/text/shared/02/12080000.xhp#par_id3149205.help.text
msgid ""
"\\<image id=\\\"img_id3154398\\\" "
"src=\\\"res/commandimagelist/sc_dsbinsertcontent.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154398\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12080000.xhp#par_id3145669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12080000.xhp#par_id3145669.3.help.text\n"
"Data to Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090000.xhp#tit.help.text\n"
"Standard Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#bm_id3109850.help.text
msgid ""
"\\<bookmark_value\\>databases; default "
"filters\\</bookmark_value\\>\\<bookmark_value\\>default filters; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>databases; standard "
"filters\\</bookmark_value\\>\\<bookmark_value\\>standard filters; "
"databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#hd_id3109850.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12090000.xhp\\\" name=\\\"Standard "
"Filter\\\"\\>Standard Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3143281.2.help.text
msgid ""
"\\<variable id=\\\"standardfilter\\\"\\>\\<ahelp "
"hid=\\\".uno:FilterCrit\\\"\\>Allows you to set the filtering "
"options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3149549.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12090000.xhp#par_id3149549.8.help.text\n"
"Use the \\<emph\\>Standard Filter\\</emph\\> to refine and to combine "
"\\<emph\\>AutoFilter \\</emph\\>search options."
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3152801.help.text
msgid ""
"\\<image id=\\\"img_id3147291\\\" "
"src=\\\"res/commandimagelist/sc_formfiltered.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147291\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3149183.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12090000.xhp#par_id3149183.3.help.text\n"
"Standard Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3143267.6.help.text
msgid ""
"$[officename] saves the current filter settings for the next time that you "
"open this dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3156410.7.help.text
msgid ""
"To remove the current filter, click\\<emph/\\>\\<link "
"href=\\\"text/shared/02/12040000.xhp\\\" name=\\\"Remove "
"Filter/Sorting\\\"\\>\\<emph\\>Remove Filter/Sorting\\</emph\\>\\</link\\> "
"icon."
msgstr ""

#: helpcontent2/source/text/shared/02/12090000.xhp#par_id3152996.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090000.xhp#par_id3152996.help.text\n"
"\\<link href=\\\"text/shared/02/12030000.xhp\\\" "
"name=\\\"AutoFilter\\\"\\>AutoFilter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090100.xhp#tit.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3151097.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3151097.1.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3149716.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataFilterStandardFilter\\\"\\>Specifies the logical "
"conditions to filter your table data.\\</ahelp\\> This dialog is called "
"\\<emph\\>Standard Filter\\</emph\\> in Spreadsheet documents and "
"\\<emph\\>Filter\\</emph\\> in database tables or database forms. The "
"\\<emph\\>Filter\\</emph\\> dialog does not contain the "
"\\<emph\\>More\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_idN105EE.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090100.xhp#par_idN105EE.help.text\n"
"\\<embedvar href=\\\"text/scalc/guide/filters.xhp#filters\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3155555.3.help.text
msgid "Filter criteria"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3147834.4.help.text
msgid ""
"You can define a filter by indicating the type of line, the name of the "
"field, a logical condition and a value or a combination of arguments."
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3149751.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3149751.5.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3149177.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOND3\\\"\\>For the "
"following arguments, you can choose between the logical operators AND / "
"OR.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3149182.7.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3149182.7.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3149398.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHEREFIELD3\\\"\\>Specifies the "
"field names from the current table to set them in the argument.\\</ahelp\\> "
"You will see the column identifiers if no text is available for the field "
"names."
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3147653.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3147653.9.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3150254.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_LISTBOX_DLG_FILTERCRIT_LB_WHERECOMP3\\\"\\>Specifies the "
"\\<link href=\\\"text/shared/02/12090101.xhp\\\" name=\\\"comparative "
"operators\\\"\\>comparative operators\\</link\\> through which the entries "
"in the \\<emph\\>Field name\\</emph\\> and \\<emph\\>Value\\</emph\\> fields "
"can be linked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3149166.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12090100.xhp#hd_id3149166.11.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3149795.12.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_FILTERCRIT_ET_WHEREVALUE3\\\"\\>Specifies "
"a value to filter the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3150976.14.help.text
msgid ""
"The\\<emph\\> Value \\</emph\\>list box contains all possible values for the "
"specified \\<emph\\>Field name\\</emph\\> . Choose the value to be used in "
"the filter. You can also choose the \\<emph\\>- empty -\\</emph\\> or "
"\\<emph\\>-not empty -\\</emph\\> entries.."
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3156118.15.help.text
msgid ""
"If you use the filter function in database tables or forms, then type the "
"value in the \\<emph\\>Value \\</emph\\>text box to be used for filtering."
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#par_id3154897.16.help.text
msgid ""
"The \\<emph\\>Filter\\</emph\\> dialog does not contain the "
"\\<emph\\>Options\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/02/12090100.xhp#hd_id3153061.13.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12040201.xhp\\\" "
"name=\\\"More>>\\\"\\>More>>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090101.xhp#tit.help.text\n"
"Comparison Operators"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#bm_id3148983.help.text
msgid ""
"\\<bookmark_value\\>comparison operators; default "
"filters\\</bookmark_value\\>\\<bookmark_value\\>operators; default "
"filters\\</bookmark_value\\>\\<bookmark_value\\>default filters; comparison "
"operators\\</bookmark_value\\>\\<bookmark_value\\>filters; comparison "
"operators\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#hd_id3148983.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12090101.xhp#hd_id3148983.1.help.text\n"
"Comparison Operators"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3155364.2.help.text
msgid ""
"The following comparative operators can be set under "
"\\<emph\\>Condition\\</emph\\> in the \\<emph\\>Default Filter\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3145313.3.help.text
msgid "\\<emph\\>Comparative operator\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3147089.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12090101.xhp#par_id3147089.4.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3147209.5.help.text
msgid "Equal (=)"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3146797.6.help.text
msgid "Shows values equal to the condition."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3143271.7.help.text
msgid "Less than (<)"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3153761.8.help.text
msgid "Shows values less than the condition."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3146807.9.help.text
msgid "Greater than (>)"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3154852.10.help.text
msgid "Shows values greater than the condition."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3155342.11.help.text
msgid "Less than or equal to (< =)"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3154381.12.help.text
msgid "Shows values that are less than or equal to the condition."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3153823.13.help.text
msgid "Greater than or equal to (> =)"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3154143.14.help.text
msgid "Shows values that are greater than or equal to the condition."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3154811.15.help.text
msgid "Not equal (< >)"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3148944.16.help.text
msgid "Shows the values not equal to the condition."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3149669.17.help.text
msgid "Largest"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3159413.18.help.text
msgid "Shows the N (numeric value as parameter) largest values."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3151054.19.help.text
msgid "Smallest"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3161657.20.help.text
msgid "Shows the N (numeric value as parameter) smallest values."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3150400.21.help.text
msgid "Largest %"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3161645.22.help.text
msgid ""
"Shows the largest N% (numeric value as parameter) of the total values."
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3149202.23.help.text
msgid "Smallest %"
msgstr ""

#: helpcontent2/source/text/shared/02/12090101.xhp#par_id3151176.24.help.text
msgid ""
"Shows the smallest N% (numeric value as parameter) of the entire values."
msgstr ""

#: helpcontent2/source/text/shared/02/12100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12100000.xhp#tit.help.text\n"
"Sort Order"
msgstr ""

#: helpcontent2/source/text/shared/02/12100000.xhp#hd_id3149988.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12100000.xhp\\\" name=\\\"Sort "
"Order\\\"\\>Sort Order\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100000.xhp#par_id3144436.help.text
msgid ""
"\\<image src=\\\"res/sc10714.png\\\" id=\\\"img_id3153894\\\"\\>\\<alt "
"id=\\\"alt_id3153894\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100000.xhp#par_id3147143.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100000.xhp#par_id3147143.3.help.text\n"
"Sort Order"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12100100.xhp#tit.help.text\n"
"Sort Order"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#bm_id3147000.help.text
msgid ""
"\\<bookmark_value\\>sorting; "
"database\\</bookmark_value\\>\\<bookmark_value\\>databases; "
"sorting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3147000.1.help.text
msgid ""
"\\<variable id=\\\"sortierung\\\"\\>\\<link "
"href=\\\"text/shared/02/12100100.xhp\\\" name=\\\"Sort Order\\\"\\>Sort "
"Order\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3163829.2.help.text
msgid ""
"\\<variable id=\\\"sortierentext\\\"\\>\\<ahelp "
"hid=\\\".uno:OrderCrit\\\"\\>Specifies the sort criteria for the data "
"display.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3149549.12.help.text
msgid ""
"While the functions \\<link href=\\\"text/shared/02/12010000.xhp\\\" "
"name=\\\"Sort in Ascending Order\\\"\\>\\<emph\\>Sort in Ascending "
"Order\\</emph\\>\\</link\\> and \\<link "
"href=\\\"text/shared/02/12020000.xhp\\\" name=\\\"Sort in Descending "
"Order\\\"\\>\\<emph\\>Sort in Descending Order\\</emph\\>\\</link\\> sort by "
"one criterion only, you can combine several criteria in the\\<emph\\> Sort "
"Order \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3145136.13.help.text
msgid ""
"You can remove a sorting that has been performed with the \\<link "
"href=\\\"text/shared/02/12040000.xhp\\\" name=\\\"Remove "
"Filter/Sorting\\\"\\>\\<emph\\>Remove Filter/Sorting\\</emph\\>\\</link\\> "
"icon."
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3148548.4.help.text
msgid "Sorting"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3155941.5.help.text
msgid ""
"Use this area to enter search criteria. If you enter additional sorting "
"criteria under \\<emph\\>and then\\</emph\\>, the data matching the content "
"of the higher-order criterion is ordered according to the next criterion."
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3148620.14.help.text
msgid ""
"If you sort the field name \"First name\" in ascending order and the field "
"name \"last name\" in descending order, all records will be sorted in "
"ascending order by first name, and then within the first names, in "
"descending order by last name."
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3145345.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3145345.6.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3159233.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OrderCrit\\\"\\>Specifies the data field name whose "
"content will determine the sort order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3150774.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3150774.8.help.text\n"
"Order"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3149177.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OrderCrit\\\"\\>Specifies the sort order (either "
"ascending or descending).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#hd_id3147275.10.help.text
msgid "and then"
msgstr ""

#: helpcontent2/source/text/shared/02/12100100.xhp#par_id3166460.11.help.text
msgid "Specifies additional subordinate sort criteria from the other fields."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12100200.xhp#tit.help.text\n"
"Find Record"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#bm_id3146936.help.text
msgid ""
"\\<bookmark_value\\>database tables; "
"searching\\</bookmark_value\\>\\<bookmark_value\\>forms; "
"browsing\\</bookmark_value\\>\\<bookmark_value\\>records; searching in "
"databases\\</bookmark_value\\>\\<bookmark_value\\>searching; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>databases; searching "
"records\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3146936.1.help.text
msgid ""
"\\<variable id=\\\"datensatzsuche\\\"\\>\\<link "
"href=\\\"text/shared/02/12100200.xhp\\\" name=\\\"Find Record\\\"\\>Find "
"Record\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3147588.2.help.text
msgid ""
"\\<variable id=\\\"suchentext\\\"\\>\\<ahelp hid=\\\".uno:RecSearch\\\" "
"visibility=\\\"hidden\\\"\\>Searches database tables and "
"forms.\\</ahelp\\>In forms or database tables, you can search through data "
"fields, list boxes, and check boxes for specific values. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149355.3.help.text
msgid ""
"When searching a table, the data fields of the current table are searched. "
"When searching in a form, the data fields of the table linked with the form "
"are searched."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153394.111.help.text
msgid ""
"The search described here is carried out by \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>. If you want to use the "
"SQL server to search in a database, then you should use the \\<link "
"href=\\\"text/shared/02/12110000.xhp\\\" name=\\\"Form-based "
"Filters\\\"\\>Form-based Filters\\</link\\> icon on the \\<link "
"href=\\\"text/shared/main0213.xhp\\\" name=\\\"Form Bar\\\"\\>Form "
"Bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149095.110.help.text
msgid ""
"The search function is also available for table controls. When calling the "
"search function from a table control, you can search each column of the "
"table control corresponding to the database columns of the linked database "
"table."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3143267.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3143267.112.help.text\n"
"Search for"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153527.113.help.text
msgid "Specifies the type of search."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3153683.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3153683.6.help.text\n"
"Text:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154823.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORTEXT\\\"\\>Enter "
"the search term in the box or select it from the list.\\</ahelp\\> The text "
"under the cursor is already copied into the \\<emph\\>Text\\</emph\\> combo "
"box. Note that while running a search in a form, tabs and line breaks cannot "
"be processed."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148539.8.help.text
msgid ""
"Your search terms will be saved as long as the table or the formula document "
"is open. If you are running more than one search and you would like to "
"repeat the search term, you can select a previously used search term from "
"the combo box."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3153662.114.help.text
msgid "Field content is NULL"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153543.115.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNULL\\\"\\>"
"Specifies that fields will be found that contain no data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3153717.116.help.text
msgid "Field content is not NULL"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3143270.117.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SEARCHFORNOTNULL\\\""
"\\>Specifies that fields will be found that contain data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3156153.9.help.text
msgid "Where to search"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149164.10.help.text
msgid "Specifies the fields for the search."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3154564.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3154564.105.help.text\n"
"Form"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3159176.106.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXDLG_SEARCHFORM_LB_FORM\\\"\\>Specifies "
"the logical form in which you want the search to take place.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155434.107.help.text
msgid ""
"The\\<emph\\> Form \\</emph\\>combo box is only visible if the current "
"document is a form document with more than one logical form. It does not "
"appear during a search in tables or queries."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151384.108.help.text
msgid ""
"Form documents may contain multiple logical forms. These are individual form "
"components, which are each linked to a table."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3145086.109.help.text
msgid ""
"The \\<emph\\>Form\\</emph\\> combo box contains the names of all logical "
"forms for which controls exist."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3159414.11.help.text
msgid "All Fields"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153896.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_ALLFIELDS\\\"\\>Searches through all "
"fields.\\</ahelp\\> If you are running a search in a table, all fields in "
"the table will be searched. If you are running a search in a form, all "
"fields of the logical form (entered under \\<emph\\>Form\\</emph\\>) will be "
"searched. If you are running a search in a table control field, all columns "
"that are linked to a valid database table field will be searched."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151054.13.help.text
msgid ""
"Note that the fields of the current logical form do not have to be identical "
"to the fields of the form document. If the form document contains fields "
"that point to multiple data sources (that is, multiple logical forms), the "
"\\<emph\\>All Fields\\</emph\\> option will only search for the fields "
"linked to data sources in the form document."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3150865.15.help.text
msgid "Single field"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153360.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXDLG_SEARCHFORM_RB_SINGLEFIELD\\\"\\>Searches "
"through a specified data field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3154365.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3154365.17.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3158408.18.help.text
msgid "Defines settings to control the search."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3149809.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3149809.19.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148673.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_POSITION\\\"\\>Specifies the relationship of the "
"search term and the field contents.\\</ahelp\\> The following options are "
"available:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3156280.21.help.text
msgid "anywhere in the field"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3145744.22.help.text
msgid ""
"Returns all fields containing the search pattern anywhere in the field."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148451.23.help.text
msgid "beginning of field"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155429.24.help.text
msgid ""
"Returns all fields containing the search pattern at the beginning of the "
"field."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155131.74.help.text
msgid "end of field"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153726.75.help.text
msgid ""
"Returns all fields containing the search pattern at the end of the field."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3147317.25.help.text
msgid "entire field"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154127.26.help.text
msgid ""
"Returns all fields containing the search pattern as an exact match to the "
"contents of the field."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3152886.27.help.text
msgid ""
"If the \\<emph\\>Wildcard expression\\</emph\\> check box is marked, this "
"function is not available."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3149664.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3149664.28.help.text\n"
"Apply field format"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3146975.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_FORMATTER\\\"\\>Specifies that all field formats "
"are considered when searching in the current document.\\</ahelp\\> Field "
"formats are all visible formats that are created using the following "
"possibilities:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150103.78.help.text
msgid "in table design mode for field properties,"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150488.79.help.text
msgid "in data source view on column formatting,"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3152941.80.help.text
msgid "in forms on control properties."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3156736.81.help.text
msgid ""
"If the \\<emph\\>Apply field format\\</emph\\> box is marked, the data "
"source view of the table or form is searched using the formatting set there. "
"If the box is not marked, the database is searched using the formatting "
"saved in the database."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151280.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3151280.82.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149959.83.help.text
msgid ""
"You have a date field, which is saved in \"DD.MM.YY\" format in the database "
"(for example, 17.02.65). The format of the entry is changed in the data "
"source view to \"DD. MMM YYYY\" (17 Feb 1965). Following this example, a "
"record containing February 17 is only found when the \\<emph\\>Apply field "
"format\\</emph\\> option is on:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150593.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3150593.84.help.text\n"
"Apply field format"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3145253.85.help.text
msgid "Search Pattern"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3083279.86.help.text
msgid "on"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155850.87.help.text
msgid "\"Feb\" is returned, but not \"2\"."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148590.88.help.text
msgid "off"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153418.89.help.text
msgid "\"2\" is returned, but not \"Feb\"."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151321.90.help.text
msgid "It is recommended that you always search using field formatting."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149401.91.help.text
msgid ""
"The following examples show possible issues when searching without field "
"formatting. These issues depend on the database used and only occur for "
"certain internal default formatting:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3152971.92.help.text
msgid "Search Results"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154273.93.help.text
msgid "Cause"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153836.94.help.text
msgid "\"5\" returns \"14:00:00\" as a time"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3156332.95.help.text
msgid ""
"Time fields are not defined for dBase databases and must be simulated. To "
"internally display the time \"14:00:00\", a 5 is necessary."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3157965.96.help.text
msgid "\"00:00:00\" returns all records of a standard date field"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3146081.97.help.text
msgid ""
"The database stores a date value internally using a combined date/time field."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155764.98.help.text
msgid ""
"\"45.79\" does not return \"45.79\" although the \\<emph\\>entire "
"field\\</emph\\> option is selected under \\<emph\\>Position\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155518.99.help.text
msgid ""
"The view shown does not match what is stored internally. For example, if "
"value 45.789 is stored in the database as a field of type Number/Double and "
"the shown formatting is set to display only two decimals, \"45.79\" is only "
"returned in searches with field formatting."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148481.100.help.text
msgid ""
"In this case, standard formatting is formatting that refers to the "
"internally stored data. It is not always visible to the user, especially if "
"it is used for simulating data types (for example, time fields in dBase "
"databases). This depends on the database used and the individual data type. "
"Searching with field formatting is appropriate if you only want to find what "
"is actually shown. This includes fields of type Date, Time, Date/Time and "
"Number/Double."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154507.31.help.text
msgid ""
"However, searching without \\<emph\\>Apply field format \\</emph\\>is "
"appropriate for larger databases with no formatting issues, because it is "
"faster."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153355.118.help.text
msgid ""
"If you are searching check boxes with \\<emph\\>Apply field "
"format\\</emph\\>, you will receive a \"1\" for marked check boxes, a \"0\" "
"for unmarked check boxes, and an empty string for undefined (tristate) check "
"boxes. If the search has been carried out without \\<emph\\>Apply field "
"format\\</emph\\>, you will see language-dependent default values \"TRUE\" "
"or \"FALSE\"."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150995.119.help.text
msgid ""
"If you use \\<emph\\>Apply field format\\</emph\\> when searching in list "
"boxes, you find the text displayed in list boxes. If you do not use "
"\\<emph\\>Apply field format,\\</emph\\> you will find the contents "
"corresponding to the standard field format."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3150387.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3150387.32.help.text\n"
"Match case"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3159267.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_CASE\\\"\\>Specifies that upper and lower case "
"are taken into consideration during the search.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3145297.34.help.text
msgid "Search backwards"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151249.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_BACKWARD\\\"\\>Specifies that the search process "
"will run in reverse direction, from the last to the first record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3152484.36.help.text
msgid "From top / From bottom"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3156316.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_STARTOVER\\\"\\>Restarts the search. A forward "
"search restarts with the first record. A backwards search restarts with the "
"last record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3163724.38.help.text
msgid "Wildcard expression"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149255.64.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_WILDCARD\\\" visibility=\\\"hidden\\\"\\>Allows "
"a search with a * or ? wildcard.\\</ahelp\\> You can use the following "
"wildcards:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3146317.39.help.text
msgid "Wildcards"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150298.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3150298.40.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153919.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3153919.41.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3158411.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3158411.42.help.text\n"
"?"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148874.43.help.text
msgid "for exactly one arbitrary character"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150365.44.help.text
msgid "\"?loppy\" returns \"Floppy\""
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3166426.65.help.text
msgid "\"M?ller\" returns, for example, Miller and Moller"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3148803.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3148803.45.help.text\n"
"*"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3156138.46.help.text
msgid "for 0 or more arbitrary characters"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3146135.47.help.text
msgid "\"*-*\" returns \"ZIP-Drive\" and \"CD-ROM\""
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3155582.66.help.text
msgid ""
"\"M*er\" returns all entries starting with an \"M\" and ending in \"er\" "
"(for example, Miller, Moller, Mather)"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3145762.48.help.text
msgid ""
"If you want to search for the actual characters ? or *, preface them with a "
"backslash: \"\\\\?\" or \"\\\\*\". However, this is only necessary when "
"\\<emph\\>Wildcard expression \\</emph\\>is enabled. When the option is not "
"enabled, the wildcard characters are processed like normal characters."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3147130.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3147130.49.help.text\n"
"Regular expression"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150982.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_REGULAR\\\"\\>Searches with regular "
"expressions.\\</ahelp\\> The same regular expressions that are supported "
"here are also supported in the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\<link "
"href=\\\"text/shared/01/02100000.xhp\\\" name=\\\"Find & Replace "
"dialog\\\"\\>Find & Replace dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154718.67.help.text
msgid ""
"Searching with regular expressions offers more options than searching with "
"wildcard expressions. If you search with regular expressions, the following "
"characters correspond to those used in searches with wildcards:"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153705.68.help.text
msgid "Search with wildcard expression"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3149209.69.help.text
msgid "Search with regular expressions"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151045.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3151045.70.help.text\n"
"?"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150384.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3150384.71.help.text\n"
"."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3153793.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#par_id3153793.72.help.text\n"
"*"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3150428.73.help.text
msgid ".*"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3150861.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3150861.101.help.text\n"
"State"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154477.102.help.text
msgid ""
"The \\<emph\\>State\\</emph\\> line shows the records returned by the "
"search. If the search reaches the end (or the beginning) of a table, the "
"search is automatically continued at the other end."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3163720.103.help.text
msgid ""
"In very large databases, finding the record in reverse search order can take "
"some time. In this case, the status bar informs you that the records are "
"still being counted."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3147389.51.help.text
msgid "Search / Cancel"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3154368.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_BTN_SEARCH\\\" "
"visibility=\\\"hidden\\\"\\>Starts or cancels the search.\\</ahelp\\> If the "
"search is successfully completed, the corresponding field in the table is "
"highlighted. You can continue the search by clicking the "
"\\<emph\\>Search\\</emph\\> button again. You can cancel a search process by "
"clicking the \\<emph\\>Cancel\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#hd_id3145080.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12100200.xhp#hd_id3145080.53.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3156166.54.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEARCH_BTN_CLOSE\\\"\\>Closes the dialog. The settings "
"of the last search will be saved until you quit \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12100200.xhp#par_id3151183.104.help.text
msgid ""
"If several tables or forms are open, you can set different search options "
"for each document. When you close the documents only the search options of "
"the document last closed are saved."
msgstr ""

#: helpcontent2/source/text/shared/02/12110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12110000.xhp#tit.help.text\n"
"Form-based Filters"
msgstr ""

#: helpcontent2/source/text/shared/02/12110000.xhp#hd_id3147000.1.help.text
msgid ""
"\\<variable id=\\\"formfilter\\\"\\>\\<link "
"href=\\\"text/shared/02/12110000.xhp\\\" name=\\\"Form-based "
"Filters\\\"\\>Form-based Filters\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12110000.xhp#par_id3154230.2.help.text
msgid ""
"\\<variable id=\\\"formfiltertext\\\"\\>\\<ahelp "
"hid=\\\".uno:FormFilter\\\"\\>Prompts the database server to filter the "
"visible data by specified criteria.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12110000.xhp#par_id3152918.3.help.text
msgid ""
"Unlike the normal search, which is activated by the \\<link "
"href=\\\"text/shared/02/12100200.xhp\\\" name=\\\"Find Record\\\"\\>Find "
"Record\\</link\\> icon on the \\<emph\\>Form\\</emph\\> Bar, you can search "
"more quickly by using the form-based filter. Usually a quick database server "
"is charged with the search. Also, you can enter more complex search "
"conditions."
msgstr ""

#: helpcontent2/source/text/shared/02/12110000.xhp#par_id3153394.help.text
msgid ""
"\\<image id=\\\"img_id3147226\\\" "
"src=\\\"res/commandimagelist/sc_formfilter.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3147226\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12110000.xhp#par_id3149751.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12110000.xhp#par_id3149751.4.help.text\n"
"Form-based Filters"
msgstr ""

#: helpcontent2/source/text/shared/02/12120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12120000.xhp#tit.help.text\n"
"Apply Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/12120000.xhp#hd_id3149748.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12120000.xhp\\\" name=\\\"Apply "
"Filter\\\"\\>Apply Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12120000.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormFiltered\\\" visibility=\\\"visible\\\"\\>Switches "
"between the filtered and unfiltered view of the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12120000.xhp#par_id3149999.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_formfiltered.png\\\" "
"id=\\\"img_id3146130\\\"\\>\\<alt "
"id=\\\"alt_id3146130\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12120000.xhp#par_id3145090.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12120000.xhp#par_id3145090.3.help.text\n"
"Apply Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/12120000.xhp#par_id3147226.4.help.text
msgid ""
"The\\<emph\\> Apply Filter \\</emph\\>function retains \\<link "
"href=\\\"text/shared/02/12110000.xhp\\\" name=\\\"form-based "
"filters\\\"\\>form-based filters\\</link\\> that have been set. You do not "
"need to redefine them."
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12130000.xhp#tit.help.text\n"
"Data source as table"
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#bm_id3152895.help.text
msgid "\\<bookmark_value\\>data sources; as tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12130000.xhp\\\" name=\\\"Data source as "
"table\\\"\\>Data source as table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3163829.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ViewFormAsGrid\\\"\\>Activates an additional table "
"view when in the form view.\\</ahelp\\> When the\\<emph\\> Data source as "
"table\\</emph\\> function is activated, you see the table in an area above "
"the form."
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3093440.help.text
msgid ""
"\\<image id=\\\"img_id3156414\\\" "
"src=\\\"res/commandimagelist/sc_viewformasgrid.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156414\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3152801.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12130000.xhp#par_id3152801.3.help.text\n"
"Data source as table"
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3147576.4.help.text
msgid ""
"The table view and form view reflect the same data. Changes made in the "
"table are also visible in the form, and changes to the form are visible in "
"the table."
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3153748.5.help.text
msgid ""
"If there are several logical forms in a document, the table is only able to "
"show one at a time."
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3150506.6.help.text
msgid ""
"You can move the border of the table view by mouse. If you double-click in a "
"free area of the docked frame, it is changed into a floating window. If you "
"double-click again, the frame will be re-docked to its last position."
msgstr ""

#: helpcontent2/source/text/shared/02/12130000.xhp#par_id3153577.7.help.text
msgid ""
"Dividing the view between form and table is also available, if you have "
"created your own form based on text, spreadsheet or presentation documents "
"by using the \\<emph\\>Form Controls\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/12140000.xhp#tit.help.text\n"
"Data Source of Current Document"
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#bm_id3151262.help.text
msgid ""
"\\<bookmark_value\\>data sources; displaying current\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#hd_id3154682.2.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12140000.xhp\\\" name=\\\"Data Source of "
"Current Document\\\"\\>Data Source of Current Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#par_id3150247.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DataSourceBrowser/DocumentDataSource\\\"\\>Displays, "
"in the data source browser, the table that is linked to the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#par_id3155616.help.text
msgid ""
"\\<image id=\\\"img_id3147043\\\" "
"src=\\\"res/commandimagelist/sc_dsbdocumentdatasource.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147043\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#par_id3155391.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/12140000.xhp#par_id3155391.4.help.text\n"
"Data Source of Current Document"
msgstr ""

#: helpcontent2/source/text/shared/02/12140000.xhp#par_id3145211.5.help.text
msgid ""
"Choose \\<emph\\>Edit - Exchange Database\\</emph\\> to select another table."
msgstr ""

#: helpcontent2/source/text/shared/02/13010000.xhp#tit.help.text
msgid "Setting Tabs"
msgstr ""

#: helpcontent2/source/text/shared/02/13010000.xhp#hd_id3148668.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/13010000.xhp\\\" name=\\\"Setting "
"Tabs\\\"\\>Setting Tabs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13010000.xhp#par_id3154873.2.help.text
msgid ""
"On the ruler, set the tabs for the current paragraph, or all selected "
"paragraphs, using the mouse."
msgstr ""

#: helpcontent2/source/text/shared/02/13010000.xhp#par_id3148520.3.help.text
msgid ""
"Initially the default tabs are shown on the horizontal ruler. Once you set a "
"tab, only the default tabs to the right of the tab that you have set are "
"available."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#tit.help.text
msgid "Setting Indents, Margins, and Columns"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#bm_id3148668.help.text
msgid ""
"\\<bookmark_value\\>margins; "
"setting\\</bookmark_value\\>\\<bookmark_value\\>columns; "
"setting\\</bookmark_value\\>\\<bookmark_value\\>text;indents, margins and "
"columns\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; indents, margins "
"and columns\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#hd_id3148668.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/13020000.xhp\\\" name=\\\"Setting Indents, "
"Margins, and Columns\\\"\\>Setting Indents, Margins, and Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3155364.2.help.text
msgid ""
"You can define the indents and margins for the current paragraph, or for all "
"selected paragraphs, using the mouse."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3152594.3.help.text
msgid ""
"If you split the page into columns, or the cursor is placed in a multiple-"
"column text frame, you can change the column width and the column spacing by "
"dragging them on the ruler with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3154398.4.help.text
msgid ""
"When an object, an image, or a draw object is selected, you will see the "
"borders of the object in the ruler. You can change the borders by dragging "
"them on the ruler with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3146130.5.help.text
msgid ""
"If the cursor is placed in a table cell, you can change the indents for the "
"contents of the cell by dragging them with the mouse on the ruler. You can "
"change the boundary lines of the table on the ruler or by dragging the "
"actual boundary line."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3156136.help.text
msgid ""
"\\<image id=\\\"img_id3153750\\\" src=\\\"res/helpimg/linleft.png\\\" "
"width=\\\"4.23mm\\\" height=\\\"5.82mm\\\"\\>\\<alt "
"id=\\\"alt_id3153750\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3150693.6.help.text
msgid ""
"These icons mark the left indent for the first line of the current paragraph "
"(top triangle) and the left indent for the other lines of the paragraph "
"(bottom triangle)."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3150774.help.text
msgid ""
"\\<image id=\\\"img_id3145071\\\" src=\\\"res/helpimg/linright.png\\\" "
"width=\\\"9.26mm\\\" height=\\\"6.61mm\\\"\\>\\<alt "
"id=\\\"alt_id3145071\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3166460.7.help.text
msgid ""
"This icon on the right of the ruler marks the right indent of the current "
"paragraph."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3146949.8.help.text
msgid "\\<emph\\>Task\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3153087.9.help.text
msgid "\\<emph\\>Procedure\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3154143.10.help.text
msgid "Set left indent"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3154307.11.help.text
msgid ""
"Drag the bottom left mark to the right while pressing the mouse button"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3155449.12.help.text
msgid "Set left indent of first line"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3145673.13.help.text
msgid "Drag the top left mark to the right while pressing the mouse button"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3156156.14.help.text
msgid "Set right indent"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3153761.15.help.text
msgid ""
"Drag the mark on the right to the left while pressing the mouse button"
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3154760.16.help.text
msgid ""
"In order to change the left indent starting with the second line of a "
"paragraph, hold down the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command \\</caseinline\\>\\<defaultinline\\>Ctrl "
"\\</defaultinline\\>\\</switchinline\\> key, click the triangle on the "
"bottom left, and drag it to the right."
msgstr ""

#: helpcontent2/source/text/shared/02/13020000.xhp#par_id3148453.17.help.text
msgid ""
"Tabs that have been set are not changed when indenting a paragraph. If the "
"set tabs end up outside the margins of the paragraph, they are no longer "
"displayed, but they still exist."
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14010000.xhp#tit.help.text\n"
"Run"
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#hd_id3156183.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14010000.xhp\\\" name=\\\"Run\\\"\\>Run "
"Query\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#par_id3109850.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SbaExecuteSql\\\"\\>Runs the SQL query and displays "
"the query result.\\</ahelp\\> The \\<emph\\>Run Query\\</emph\\> function "
"does not save the query."
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#par_id3149893.5.help.text
msgid ""
"The\\<emph\\> Run Query \\</emph\\>function allows you to check the query. "
"When you save the query, it is stored in the \\<emph\\>Query\\</emph\\> tab "
"page."
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#par_idN10621.help.text
msgid ""
"Choose \\<emph\\>View - Preview\\</emph\\> to run the query from the menu "
"bar of a query design window."
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#par_id3155941.help.text
msgid ""
"\\<image id=\\\"img_id3153311\\\" "
"src=\\\"res/commandimagelist/sc_sbaexecutesql.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153311\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14010000.xhp#par_id3153684.4.help.text
msgid "Run Query"
msgstr ""

#: helpcontent2/source/text/shared/02/14020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14020000.xhp#tit.help.text\n"
"Clear query"
msgstr ""

#: helpcontent2/source/text/shared/02/14020000.xhp#hd_id3146946.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14020000.xhp\\\" name=\\\"Clear "
"query\\\"\\>Clear query\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020000.xhp#par_id3155934.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DBClearQuery\\\" visibility=\\\"visible\\\"\\>Clears "
"the query and removes all tables from the design window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020000.xhp#par_id3154422.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_dbclearquery.png\\\" "
"id=\\\"img_id3149205\\\"\\>\\<alt "
"id=\\\"alt_id3149205\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020000.xhp#par_id3150789.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14020000.xhp#par_id3150789.3.help.text\n"
"Clear query"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14020100.xhp#tit.help.text\n"
"Add Tables"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#bm_id3154788.help.text
msgid ""
"\\<bookmark_value\\>tables in databases; adding to "
"queries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3154788.1.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3154788.1.help.text\n"
"Add Tables"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#par_id3152821.2.help.text
msgid ""
"\\<variable id=\\\"tabellehinzufuegentext\\\"\\>\\<ahelp "
"hid=\\\"HID_JOINSH_ADDTAB_TABLELIST\\\" "
"visibility=\\\"hidden\\\"\\>Specifies the tables to be inserted into the "
"design window.\\</ahelp\\> In the\\<emph\\> Add Tables \\</emph\\>dialog, "
"select the tables you need for your current task. \\</variable\\> When "
"creating a query or a new table presentation, select the corresponding table "
"to which the query or table presentation should refer. When working with "
"relational databases, select the tables between which you want to build "
"relationships."
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#par_id3149760.15.help.text
msgid ""
"The inserted tables appear in a separate window in the query design or "
"relational windows, along with a list of the fields contained in the table. "
"You can determine the size and order of this window."
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3154927.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3154927.5.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3150713.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3150713.9.help.text\n"
"Table name"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#par_id3156042.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_JOINSH_ADDTAB_TABLELIST\\\"\\>Lists the available "
"tables.\\</ahelp\\> To insert a table, select one from the list and click "
"\\<emph\\>Add\\</emph\\>. You can also double-click the table name, and a "
"window will be displayed containing the table fields at the top of the query "
"design or the relational window."
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3151226.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14020100.xhp#hd_id3151226.11.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#par_id3153683.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_PUSHBUTTON_DLG_JOIN_TABADD_PB_ADDTABLE\\\"\\>Inserts the "
"currently selected table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#hd_id3153527.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14020100.xhp#hd_id3153527.13.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/02/14020100.xhp#par_id3156410.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_JOINSH_ADDTAB_CLOSE\\\"\\>Closes the \\<emph\\>Add "
"Tables\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14020200.xhp#tit.help.text\n"
"Switch Design View On / Off"
msgstr ""

#: helpcontent2/source/text/shared/02/14020200.xhp#hd_id3159411.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14020200.xhp\\\" name=\\\"Switch Design View "
"On / Off\\\"\\>Switch Design View On / Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020200.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DBChangeDesignMode\\\" "
"visibility=\\\"visible\\\"\\>Displays the design view of the "
"query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020200.xhp#par_id3149140.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_sourceview.png\\\" "
"id=\\\"img_id3152918\\\"\\>\\<alt "
"id=\\\"alt_id3152918\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14020200.xhp#par_id3147399.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14020200.xhp#par_id3147399.3.help.text\n"
"Switch Design View On / Off"
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14030000.xhp#tit.help.text\n"
"Run SQL command directly"
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14030000.xhp\\\" name=\\\"Run SQL command "
"directly\\\"\\>Run SQL command directly\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#par_id3155364.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SbaNativeSql\\\"\\>In Native SQL mode you can enter "
"SQL commands that are not interpreted by $[officename], but are instead "
"passed directly to the data source.\\</ahelp\\> If you do not display these "
"changes in the design view, you cannot change back to the design view."
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#par_id3149999.5.help.text
msgid ""
"For native SQL, the SQL string is forwarded directly to the connected "
"database system without a previous evaluation by $[officename]. For example, "
"if you access a database through an ODBC interface, the SQL string is passed "
"to the ODBC driver and processed by it."
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#par_id3145136.help.text
msgid ""
"\\<image id=\\\"img_id3147226\\\" "
"src=\\\"res/commandimagelist/sc_sbanativesql.png\\\"\\>\\<alt "
"id=\\\"alt_id3147226\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#par_id3155893.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14030000.xhp#par_id3155893.4.help.text\n"
"Run SQL command directly"
msgstr ""

#: helpcontent2/source/text/shared/02/14030000.xhp#par_id3155535.3.help.text
msgid ""
"Click the icon again to return to normal mode, in which the changes in the "
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"New "
"Query Design\\\"\\>New Query Design\\</link\\> are synchronized with the "
"permitted changes through SQL."
msgstr ""

#: helpcontent2/source/text/shared/02/14040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14040000.xhp#tit.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/shared/02/14040000.xhp#hd_id3153514.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14040000.xhp\\\" "
"name=\\\"Functions\\\"\\>Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14040000.xhp#par_id3159224.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:DBViewFunctions\\\"\\>Displays the \"Function\" row in the "
"lower part of the design view of the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>Query Design\\</link\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14040000.xhp#par_id3149205.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_dbviewfunctions.png\\\" "
"id=\\\"img_id3154399\\\"\\>\\<alt "
"id=\\\"alt_id3154399\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14040000.xhp#par_id3145669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14040000.xhp#par_id3145669.3.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/shared/02/14050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14050000.xhp#tit.help.text\n"
"Table Name"
msgstr ""

#: helpcontent2/source/text/shared/02/14050000.xhp#hd_id3149991.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14050000.xhp\\\" name=\\\"Table "
"Name\\\"\\>Table Name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14050000.xhp#par_id3154232.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the \"Table\" row in the lower part of the "
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Design\\\"\\>Query Design\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14050000.xhp#par_id3154116.help.text
msgid ""
"\\<image id=\\\"img_id3149760\\\" "
"src=\\\"res/commandimagelist/sc_dbviewtablenames.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149760\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14050000.xhp#par_id3157896.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14050000.xhp#par_id3157896.3.help.text\n"
"Table Name"
msgstr ""

#: helpcontent2/source/text/shared/02/14060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14060000.xhp#tit.help.text\n"
"Alias"
msgstr ""

#: helpcontent2/source/text/shared/02/14060000.xhp#hd_id3150758.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14060000.xhp\\\" "
"name=\\\"Alias\\\"\\>Alias\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14060000.xhp#par_id3148731.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:DBViewAliases\\\"\\>Displays the \"Alias\" row in the lower "
"part of the \\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Design\\\"\\>Query Design\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14060000.xhp#par_id3150808.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_dbviewaliases.png\\\" "
"id=\\\"img_id3151315\\\"\\>\\<alt "
"id=\\\"alt_id3151315\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14060000.xhp#par_id3151234.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14060000.xhp#par_id3151234.3.help.text\n"
"Alias"
msgstr ""

#: helpcontent2/source/text/shared/02/14070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/14070000.xhp#tit.help.text\n"
"Distinct Values"
msgstr ""

#: helpcontent2/source/text/shared/02/14070000.xhp#bm_id3149991.help.text
msgid ""
"\\<bookmark_value\\>SQL; DISTINCT "
"parameter\\</bookmark_value\\>\\<bookmark_value\\>distinct values in SQL "
"queries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14070000.xhp#hd_id3149991.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/14070000.xhp\\\" name=\\\"Distinct "
"Values\\\"\\>Distinct Values\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14070000.xhp#par_id3154894.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DBDistinctValues\\\"\\>Expands the created select "
"statement of the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"SQL "
"Query\\\"\\>SQL Query\\</link\\> in the current column by the parameter "
"DISTINCT.\\</ahelp\\> The consequence is that identical values occurring "
"multiple times are listed only once."
msgstr ""

#: helpcontent2/source/text/shared/02/14070000.xhp#par_id3149511.help.text
msgid ""
"\\<image id=\\\"img_id3156302\\\" "
"src=\\\"res/commandimagelist/sc_dbdistinctvalues.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156302\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/14070000.xhp#par_id3147226.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/14070000.xhp#par_id3147226.3.help.text\n"
"Distinct Values"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/18010000.xhp#tit.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#hd_id3151299.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/18010000.xhp\\\" "
"name=\\\"Selection\\\"\\>Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#par_id3148520.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SelectObject\\\" visibility=\\\"visible\\\"\\>Allows "
"you to select objects in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#par_id3149511.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_drawselect.png\\\" "
"id=\\\"img_id3159194\\\"\\>\\<alt "
"id=\\\"alt_id3159194\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#par_id3147571.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/18010000.xhp#par_id3147571.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#par_id3155555.5.help.text
msgid ""
"To select an object, click the object with the arrow. To select more than "
"one object, drag a selection frame around the objects. To add an object to a "
"selection, press Shift, and then click the object. \\<switchinline "
"select=\\\"appl\\\"\\> \\<caseinline select=\\\"WRITER\\\"/\\> \\<caseinline "
"select=\\\"CALC\\\"/\\> \\<caseinline select=\\\"CHART\\\"/\\> \\<caseinline "
"select=\\\"MATH\\\"/\\> \\<defaultinline\\>The objects selected together can "
"then be defined as a \\<link href=\\\"text/shared/01/05290000.xhp\\\" "
"name=\\\"group\\\"\\>group\\</link\\>, turning them into a single group "
"object.\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#par_id3143267.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"/\\> \\<caseinline select=\\\"CALC\\\"/\\> "
"\\<caseinline select=\\\"CHART\\\"/\\> \\<caseinline select=\\\"MATH\\\"/\\> "
"\\<defaultinline\\>You can edit individual elements of a group. You can also "
"delete elements from a group with \\<switchinline select=\\\"sys\\\"\\> "
"\\<caseinline select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Shift\\</defaultinline\\> "
"\\</switchinline\\>+click.\\</defaultinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18010000.xhp#par_id3166460.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"WRITER\\\"/\\> \\<caseinline select=\\\"CALC\\\"/\\> "
"\\<caseinline select=\\\"CHART\\\"/\\> \\<caseinline select=\\\"MATH\\\"/\\> "
"\\<defaultinline\\>You can select single objects from a group by double-"
"click, if you first disable the icon \\<emph\\>Double-click to edit "
"Text\\</emph\\> in the \\<emph\\>Option\\</emph\\> Bar.\\</defaultinline\\> "
"\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/18030000.xhp#tit.help.text\n"
"AutoSpellcheck On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/18030000.xhp#hd_id3155599.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/18030000.xhp\\\" name=\\\"AutoSpellcheck "
"On/Off\\\"\\>AutoSpellcheck On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18030000.xhp#par_id3150040.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_spellonline.png\\\" "
"id=\\\"img_id3150808\\\"\\>\\<alt "
"id=\\\"alt_id3150808\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/18030000.xhp#par_id3147571.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/18030000.xhp#par_id3147571.2.help.text\n"
"AutoSpellcheck On/Off"
msgstr ""

#: helpcontent2/source/text/shared/02/19090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/19090000.xhp#tit.help.text\n"
"HTML Source"
msgstr ""

#: helpcontent2/source/text/shared/02/19090000.xhp#bm_id3154788.help.text
msgid "\\<bookmark_value\\>HTML source text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/19090000.xhp#hd_id3154788.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/19090000.xhp\\\" name=\\\"HTML "
"Source\\\"\\>HTML Source\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/19090000.xhp#par_id3156183.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SourceView\\\"\\>Displays the source text of the "
"current HTML document. To view the HTML source of a new document, you must "
"first save the new document as an HTML document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/19090000.xhp#par_id3149760.3.help.text
msgid ""
"In HTML Source mode, you can view and edit the \\<link "
"href=\\\"text/shared/00/00000002.xhp#tags\\\" "
"name=\\\"tags\\\"\\>tags\\</link\\> of \\<link "
"href=\\\"text/shared/00/00000002.xhp#html\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\>. Save the document as a plain text "
"document. Assign an .html or .htm extension to designate the document as "
"HTML."
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#tit.help.text
msgid "Current Page Style"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#bm_id3083278.help.text
msgid ""
"\\<bookmark_value\\>page styles;editing and applying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#hd_id3083278.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20020000.xhp\\\" name=\\\"Current Page "
"Style\\\"\\>Current Page Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#par_id3148731.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LayoutStatus\\\"\\>Displays the current Page Style. "
"Double-click to edit\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>, a right-click "
"switches to another style (if multiple styles are "
"listed)\\</defaultinline\\>\\</switchinline\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#par_id3149283.3.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Double-click the\\<emph\\> Page Style field "
"\\</emph\\>to open the \\<link href=\\\"text/swriter/01/05040000.xhp\\\" "
"name=\\\"Page Style\\\"\\>Page Style\\</link\\> dialog, in which you can "
"edit the style for the current page. In the context menu of this field, you "
"can apply a Page Style to the active "
"page.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#par_id3151234.4.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>Double-click the \\<emph\\>Page Style\\</emph\\> field "
"to open the \\<link href=\\\"text/scalc/01/05070000.xhp\\\" name=\\\"Page "
"Style\\\"\\>Page Style\\</link\\> dialog, in which you can edit the style "
"for the current page.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#par_id3149346.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Double-click the\\<emph\\> Page Style "
"\\</emph\\>field to open the \\<link "
"href=\\\"text/simpress/01/05120000.xhp\\\" name=\\\"Page Style\\\"\\>Page "
"Style\\</link\\> dialog in which you can select the style for the active "
"page. You can select a different paper format or "
"background.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20020000.xhp#par_id3147008.6.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Double-click the\\<emph\\> Page Style \\</emph\\>field "
"to open the \\<link href=\\\"text/simpress/01/05120000.xhp\\\" name=\\\"Page "
"Style\\\"\\>Page Style\\</link\\> dialog in which you select the style for "
"the current page. You can select a different paper format or "
"background.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/20030000.xhp#tit.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/shared/02/20030000.xhp#bm_id3155619.help.text
msgid ""
"\\<bookmark_value\\>scaling; status "
"bar\\</bookmark_value\\>\\<bookmark_value\\>zooming; status "
"bar\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20030000.xhp#hd_id3155619.1.help.text
msgid ""
"  \\<link href=\\\"text/shared/02/20030000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20030000.xhp#par_id3148983.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StateZoom\\\" visibility=\\\"visible\\\"\\>Specifies "
"the current page display zoom factor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20030000.xhp#par_id3150935.3.help.text
msgid ""
"Double-clicking this\\<emph\\> \\</emph\\>field opens the \\<link "
"href=\\\"text/shared/01/03010000.xhp\\\" name=\\\"Zoom\\\"\\>Zoom\\</link\\> "
"dialog, where you can change the current zoom factor."
msgstr ""

#: helpcontent2/source/text/shared/02/20030000.xhp#par_id3159194.4.help.text
msgid ""
"Open the context menu on this field to see a selection of available zoom "
"factors."
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#tit.help.text
msgid "Insert Mode"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#hd_id3149748.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20040000.xhp\\\" name=\\\"Insert "
"Mode\\\"\\>Insert Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3152363.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertMode\\\"\\>Displays the current insert mode. You "
"can toggle between INSRT = insert and OVER = "
"overwrite.\\</ahelp\\>\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>This field is only active if the cursor is in the "
"input line of the formula bar or in a "
"cell.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3154422.3.help.text
msgid ""
"Click in the field to toggle the modes (except in the $[officename] Basic "
"IDE, since only the \\<emph\\>Insert\\</emph\\> key is active). "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>If the cursor is "
"positioned in a document, you may also use the Insert key to toggle the "
"modes."
"\\</defaultinline\\>\\</switchinline\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3149177.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20040000.xhp#par_id3149177.4.help.text\n"
"\\<emph\\>Mode\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3155391.5.help.text
msgid "\\<emph\\>Result\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3149388.6.help.text
msgid "INSRT"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3147243.7.help.text
msgid ""
"In the insert mode, new text is inserted at the cursor position and the "
"following text is shifted to the right. The cursor is displayed as a "
"vertical line."
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3148539.8.help.text
msgid "OVER"
msgstr ""

#: helpcontent2/source/text/shared/02/20040000.xhp#par_id3156327.9.help.text
msgid ""
"In the overwrite mode, any existing text is replaced by new text. The cursor "
"is displayed as a thick vertical line."
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#tit.help.text
msgid "Selection Mode"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#bm_id3148668.help.text
msgid ""
"\\<bookmark_value\\>selection modes in "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; selection "
"modes\\</bookmark_value\\>\\<bookmark_value\\>extension mode in "
"text\\</bookmark_value\\>\\<bookmark_value\\>additional selection "
"mode\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#hd_id3148668.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20050000.xhp\\\" name=\\\"Selection "
"Mode\\\"\\>Selection Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3146130.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StatusSelectionMode\\\"\\>Displays the current "
"selection mode. You can toggle between STD = Standard, EXT = Extend and ADD "
"= Add.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3153894.3.help.text
msgid "Each click in the field cycles through the available options:"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3153394.4.help.text
msgid "\\<emph\\>Display\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3149095.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20050000.xhp#par_id3149095.5.help.text\n"
"\\<emph\\>Mode\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3155941.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20050000.xhp#par_id3155941.6.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3149827.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20050000.xhp#par_id3149827.7.help.text\n"
"STD"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3152780.8.help.text
msgid "Standard mode"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3147209.9.help.text
msgid ""
"Click in text where you want to position the cursor; click in a cell to make "
"it the active cell. Any other selection is then deselected."
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3149763.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20050000.xhp#par_id3149763.10.help.text\n"
"EXT"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3149580.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20050000.xhp#par_id3149580.11.help.text\n"
"Extension mode"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3153717.12.help.text
msgid "Clicking in the text extends or crops the current selection."
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3154047.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/20050000.xhp#par_id3154047.13.help.text\n"
"ADD"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3147620.14.help.text
msgid "Additional selection mode"
msgstr ""

#: helpcontent2/source/text/shared/02/20050000.xhp#par_id3154307.15.help.text
msgid ""
"A new selection is added to an existing selection. The result is a multiple "
"selection."
msgstr ""

#: helpcontent2/source/text/shared/02/20060000.xhp#tit.help.text
msgid "Document Modification"
msgstr ""

#: helpcontent2/source/text/shared/02/20060000.xhp#hd_id3147477.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20060000.xhp\\\" name=\\\"Document "
"Modification\\\"\\>Document Modification\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20060000.xhp#par_id3148731.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_MODIFYSTATUS\\\" visibility=\\\"visible\\\"\\>If "
"changes to the document have not yet been saved on the hard drive, a \"*\" "
"is displayed in this field on the Status Bar. This also applies to new, not "
"yet saved documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/20080000.xhp#tit.help.text\n"
"Combined Display"
msgstr ""

#: helpcontent2/source/text/shared/02/20080000.xhp#hd_id3148410.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20080000.xhp\\\" name=\\\"Combined "
"Display\\\"\\>Combined Display\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20080000.xhp#par_id3154788.2.help.text
msgid ""
"Displays information about the current document.The field displays the "
"current date and time."
msgstr ""

#: helpcontent2/source/text/shared/02/20090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/20090000.xhp#tit.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/02/20090000.xhp#hd_id3152823.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20090000.xhp\\\" "
"name=\\\"Time\\\"\\>Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20090000.xhp#par_id3151299.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CurrentTime\\\" visibility=\\\"visible\\\"\\>Displays "
"the current time.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/20100000.xhp#tit.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/02/20100000.xhp#hd_id3146902.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20100000.xhp\\\" "
"name=\\\"Date\\\"\\>Date\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20100000.xhp#par_id3154926.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CurrentDate\\\" visibility=\\\"visible\\\"\\>Displays "
"the current date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/20110000.xhp#tit.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/02/20110000.xhp#hd_id3154545.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20110000.xhp\\\" "
"name=\\\"Time\\\"\\>Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20110000.xhp#par_id3152895.2.help.text
msgid "$[officename] displays the current time in this box."
msgstr ""

#: helpcontent2/source/text/shared/02/20120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/20120000.xhp#tit.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/02/20120000.xhp#hd_id3147090.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/20120000.xhp\\\" "
"name=\\\"Size\\\"\\>Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/20120000.xhp#par_id3154840.2.help.text
msgid ""
"Displays summarized information about the displayed drives, folders, and "
"files."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#tit.help.text
msgid "Graphic Filter Bar"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3151299.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24010000.xhp\\\" name=\\\"Graphic Filter "
"Bar\\\"\\>Graphic Filter Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3156183.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterToolbox\\\"\\>Opens the \\<emph\\>Graphic "
"Filter\\</emph\\> bar, where you can use various filters on the selected "
"graphic image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3154673.help.text
msgid ""
"\\<image id=\\\"img_id3152924\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltertoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152924\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3155805.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3155805.3.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3155535.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3155535.help.text\n"
"Invert"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3145345.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterInvert\\\"\\>Inverts the color values of "
"a color image, or the brightness values of a grayscale image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3153681.help.text
msgid ""
"\\<image id=\\\"img_id3145313\\\" "
"src=\\\"res/commandimagelist/sc_graphicfilterinvert.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145313\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3147275.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3147275.6.help.text\n"
"Invert"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3153541.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3153541.help.text\n"
"Smooth"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3159399.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterSmooth\\\"\\>Softens the contrast in an "
"image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3149514.help.text
msgid ""
"\\<image id=\\\"img_id3154285\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltersmooth.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154285\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3148492.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3148492.9.help.text\n"
"Smooth"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3156329.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3156329.help.text\n"
"Sharpen"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3153760.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterSharpen\\\"\\>Increases the contrast in "
"an image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3153480.help.text
msgid ""
"\\<image id=\\\"img_id3156023\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltersharpen.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156023\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3147265.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3147265.12.help.text\n"
"Sharpen"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3148946.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3148946.help.text\n"
"Remove Noise"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3150866.14.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterRemoveNoise\\\"\\>Removes single pixels "
"from an image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3154938.help.text
msgid ""
"\\<image id=\\\"img_id3153797\\\" "
"src=\\\"res/commandimagelist/sc_graphicfilterremovenoise.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153797\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3149810.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3149810.15.help.text\n"
"Remove Noise"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3144760.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3144760.help.text\n"
"Solarization"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3159150.74.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterSolarize\\\"\\>Opens a dialog for "
"defining solarization.\\</ahelp\\> Solarization refers to an effect that "
"looks like what can happen when there is too much light during photo "
"development. The colors become partly inverted."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3148453.help.text
msgid ""
"\\<image id=\\\"img_id3154329\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltersolarize.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154329\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3150439.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3150439.75.help.text\n"
"Solarization"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3145785.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#hd_id3145785.76.help.text\n"
"Parameters"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3147352.77.help.text
msgid "Specifies the degree and type of solarization."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3153370.78.help.text
msgid "Threshold Value"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3083443.79.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLA"
"RIZE_MTR_THRESHOLD\\\"\\>Specifies the degree of brightness, in percent, "
"above which the pixels are to be solarized.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3152596.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#hd_id3152596.80.help.text\n"
"Invert"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3146921.81.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_SOLARIZE_DLG_FILTERSOLARIZ"
"E_CBX_INVERT\\\"\\>Specifies whether the pixels to be solarized are also to "
"be inverted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3150875.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3150875.help.text\n"
"Aging"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3163712.83.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterSepia\\\"\\>Opens a dialog for setting "
"the aging function.\\</ahelp\\> Each time you call this function, the image "
"appears a little bit darker; the colors can be made more gray or brown."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3153139.help.text
msgid ""
"\\<image id=\\\"img_id3159196\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltersepia.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159196\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3145365.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3145365.72.help.text\n"
"Aging"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3156443.84.help.text
msgid "Aging Degree"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3155411.85.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_SEPIA_DLG_FILTERSEPIA_M"
"TR_SEPIA\\\"\\>Defines the intensity of aging, in percent. The higher the "
"value, the more the image ages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3146119.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3146119.help.text\n"
"Posterize"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3147396.87.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterPoster\\\"\\>Opens a dialog to determine "
"the number of poster colors.\\</ahelp\\> This effect is based on the "
"reduction of the number of colors. It makes photos look like paintings."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3155851.help.text
msgid ""
"\\<image id=\\\"img_id3150658\\\" "
"src=\\\"res/commandimagelist/sc_graphicfilterposter.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150658\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3156284.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3156284.88.help.text\n"
"Posterize"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3156736.89.help.text
msgid "Poster Colors"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3151280.90.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_NUMERICFIELD_RID_SVX_GRFFILTER_DLG_POSTER_DLG_FILTERPOSTE"
"R_NUM_POSTER\\\"\\>Specifies the number of colors to which the image is to "
"be reduced.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3144767.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3144767.help.text\n"
"Pop Art"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3153512.92.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterPopart\\\"\\>Converts an image to a pop-"
"art format.\\</ahelp\\> By applying color alienation, the image acquires a "
"completely new character. This function can be applied to the whole image or "
"to parts of it."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3148495.help.text
msgid ""
"\\<image id=\\\"img_id3156437\\\" "
"src=\\\"res/commandimagelist/sc_graphicfilterpopart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156437\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3151207.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3151207.93.help.text\n"
"Pop Art"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3153003.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3153003.help.text\n"
"Charcoal Sketch"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3152971.96.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterSobel\\\"\\>Displays the image as a "
"charcoal sketch.\\</ahelp\\> The contours of the image are drawn in black, "
"and the original colors are suppressed. You can apply this function to the "
"whole image or to a part of it."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3150327.help.text
msgid ""
"\\<image id=\\\"img_id3154636\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltersobel.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154636\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3163825.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3163825.97.help.text\n"
"Charcoal Sketch"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3154360.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3154360.help.text\n"
"Relief"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3153714.120.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterRelief\\\"\\>Displays a dialog for "
"creating reliefs.\\</ahelp\\> You can choose the position of the imaginary "
"light source that determines the type of shadow created, and how the graphic "
"image looks in relief."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3154756.help.text
msgid ""
"\\<image id=\\\"img_id3154256\\\" "
"src=\\\"res/commandimagelist/sc_graphicfilterrelief.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3150043.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3150043.100.help.text\n"
"Relief"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3166447.101.help.text
msgid "Light Source"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3145295.102.help.text
msgid ""
"Specifies the light source position. A dot represents the light source."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3146919.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3146919.help.text\n"
"Mosaic"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3163807.104.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GraphicFilterMosaic\\\"\\>Joins small groups of pixels "
"into rectangular areas of the same color.\\</ahelp\\> The larger the "
"individual rectangles are, the fewer details the graphic image has."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3146316.help.text
msgid ""
"\\<image id=\\\"img_id3155939\\\" "
"src=\\\"res/commandimagelist/sc_graphicfiltermosaic.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155939\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3155901.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#par_id3155901.105.help.text\n"
"Mosaic"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3153922.106.help.text
msgid "Element resolution"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3150646.107.help.text
msgid "Determines the number of pixels to be joined into rectangles."
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3159336.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#hd_id3159336.108.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3150939.109.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC"
"_MTR_WIDTH\\\"\\>Defines the width of the individual tiles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3150827.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24010000.xhp#hd_id3150827.110.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3149735.111.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC"
"_MTR_HEIGHT\\\"\\>Defines the height of the individual tiles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#hd_id3157972.121.help.text
msgid "Enhance edges"
msgstr ""

#: helpcontent2/source/text/shared/02/24010000.xhp#par_id3151216.122.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVX_GRFFILTER_DLG_MOSAIC_DLG_FILTERMOSAIC_CB"
"X_EDGES\\\"\\>Enhances, or sharpens, the edges of the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#tit.help.text
msgid "Graphics Mode"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3149762.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24020000.xhp\\\" name=\\\"Graphics "
"Mode\\\"\\>Graphics Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3150255.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafMode\\\" visibility=\\\"visible\\\"\\>Lists view "
"attributes for the selected graphic object. The embedded or linked graphic "
"object in the current file will not be changed, only the view of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3150275.help.text
msgid ""
"\\<image src=\\\"res/helpimg/zellvor.png\\\" id=\\\"img_id3154515\\\" "
"localize=\\\"true\\\"\\>\\<alt id=\\\"alt_id3154515\\\"\\>Cell "
"Styles\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3150771.3.help.text
msgid "Graphics mode"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3155262.4.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3155262.4.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3155434.5.help.text
msgid "The view of the graphic object is not changed."
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3147574.6.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3147574.6.help.text\n"
"Grayscale"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3153760.7.help.text
msgid ""
"The graphic object is shown in grayscale. A color graphic object can become "
"monochrome in grayscale. You can also achieve tinted grayscale colors by "
"raising one of the color parameters."
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3151246.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3151246.8.help.text\n"
"Black and White"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3153062.9.help.text
msgid ""
"The graphic object is shown in black and white. All brightness values below "
"50% will appear black, all over 50% will appear white."
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#hd_id3146795.10.help.text
msgid "Watermark"
msgstr ""

#: helpcontent2/source/text/shared/02/24020000.xhp#par_id3149670.11.help.text
msgid ""
"The graphic object is reduced in brightness and contrast so that is suitable "
"to be used in the background as a watermark."
msgstr ""

#: helpcontent2/source/text/shared/02/24030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24030000.xhp#tit.help.text\n"
"Red"
msgstr ""

#: helpcontent2/source/text/shared/02/24030000.xhp#hd_id3151097.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24030000.xhp\\\" "
"name=\\\"Red\\\"\\>Red\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24030000.xhp#par_id3151100.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafRed\\\"\\>Specifies the amount of red RGB color "
"components for the selected graphic object.\\</ahelp\\> Values from -100% "
"(no red) to +100% (full red) are possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24030000.xhp#par_id3149511.help.text
msgid ""
"\\<image id=\\\"img_id3146130\\\" src=\\\"res/sc10865.png\\\"\\>\\<alt "
"id=\\\"alt_id3146130\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24030000.xhp#par_id3147571.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24030000.xhp#par_id3147571.3.help.text\n"
"Red"
msgstr ""

#: helpcontent2/source/text/shared/02/24040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24040000.xhp#tit.help.text\n"
"Green"
msgstr ""

#: helpcontent2/source/text/shared/02/24040000.xhp#hd_id3154840.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24040000.xhp\\\" "
"name=\\\"Green\\\"\\>Green\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24040000.xhp#par_id3143284.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafGreen\\\" visibility=\\\"visible\\\"\\>Specifies "
"the amount of green RGB color components for the selected graphic "
"object.\\</ahelp\\> Values from -100% (no green) to +100% (full green) are "
"possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24040000.xhp#par_id3148585.help.text
msgid ""
"\\<image src=\\\"res/sc10866.png\\\" id=\\\"img_id3152594\\\"\\>\\<alt "
"id=\\\"alt_id3152594\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24040000.xhp#par_id3156136.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24040000.xhp#par_id3156136.3.help.text\n"
"Green"
msgstr ""

#: helpcontent2/source/text/shared/02/24050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24050000.xhp#tit.help.text\n"
"Blue"
msgstr ""

#: helpcontent2/source/text/shared/02/24050000.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24050000.xhp\\\" "
"name=\\\"Blue\\\"\\>Blue\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24050000.xhp#par_id3155934.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafBlue\\\" visibility=\\\"visible\\\"\\>Specifies "
"the amount of blue RGB color components for the selected "
"graphic.\\</ahelp\\> Values from -100% (no blue) to +100% (full blue) are "
"possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24050000.xhp#par_id3152372.help.text
msgid ""
"\\<image src=\\\"res/sc10867.png\\\" id=\\\"img_id3149549\\\"\\>\\<alt "
"id=\\\"alt_id3149549\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24050000.xhp#par_id3154751.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24050000.xhp#par_id3154751.3.help.text\n"
"Blue"
msgstr ""

#: helpcontent2/source/text/shared/02/24060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24060000.xhp#tit.help.text\n"
"Brightness"
msgstr ""

#: helpcontent2/source/text/shared/02/24060000.xhp#hd_id3153514.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24060000.xhp\\\" "
"name=\\\"Brightness\\\"\\>Brightness\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24060000.xhp#par_id3152821.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafLuminance\\\" "
"visibility=\\\"visible\\\"\\>Specifies the brightness for the selected "
"graphic object.\\</ahelp\\> Values from -100% (only black) to +100% (only "
"white) are possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24060000.xhp#par_id3150808.help.text
msgid ""
"\\<image src=\\\"res/sc10863.png\\\" id=\\\"img_id3146130\\\"\\>\\<alt "
"id=\\\"alt_id3146130\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24060000.xhp#par_id3154927.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24060000.xhp#par_id3154927.3.help.text\n"
"Brightness"
msgstr ""

#: helpcontent2/source/text/shared/02/24070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24070000.xhp#tit.help.text\n"
"Contrast"
msgstr ""

#: helpcontent2/source/text/shared/02/24070000.xhp#hd_id3154926.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24070000.xhp\\\" "
"name=\\\"Contrast\\\"\\>Contrast\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24070000.xhp#par_id3149495.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafContrast\\\" "
"visibility=\\\"visible\\\"\\>Specifies the contrast for viewing the selected "
"graphic image.\\</ahelp\\> Values from -100% (no contrast at all) to +100% "
"(full contrast) are possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24070000.xhp#par_id3156027.help.text
msgid ""
"\\<image src=\\\"res/sc10864.png\\\" id=\\\"img_id3154398\\\"\\>\\<alt "
"id=\\\"alt_id3154398\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24070000.xhp#par_id3157991.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24070000.xhp#par_id3157991.3.help.text\n"
"Contrast"
msgstr ""

#: helpcontent2/source/text/shared/02/24080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24080000.xhp#tit.help.text\n"
"Gamma"
msgstr ""

#: helpcontent2/source/text/shared/02/24080000.xhp#hd_id3154100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24080000.xhp\\\" "
"name=\\\"Gamma\\\"\\>Gamma\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24080000.xhp#par_id3154873.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafGamma\\\" visibility=\\\"visible\\\"\\>Specifies "
"the gamma value for the view of the selected object, which affects the "
"brightness of the midtone values.\\</ahelp\\> Values from 0,10 (minimum "
"Gamma) to 10 (maximum Gamma) are possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24080000.xhp#par_id3149760.help.text
msgid ""
"\\<image src=\\\"res/sc10868.png\\\" id=\\\"img_id3159194\\\"\\>\\<alt "
"id=\\\"alt_id3159194\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24080000.xhp#par_id3149798.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24080000.xhp#par_id3149798.3.help.text\n"
"Gamma"
msgstr ""

#: helpcontent2/source/text/shared/02/24090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24090000.xhp#tit.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/02/24090000.xhp#hd_id3159411.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24090000.xhp\\\" "
"name=\\\"Transparency\\\"\\>Transparency\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24090000.xhp#par_id3150445.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafTransparence\\\" "
"visibility=\\\"visible\\\"\\>Specifies the transparency in the graphic "
"object.\\</ahelp\\> Values from 0% (opaque) to +100% (transparent) are "
"possible."
msgstr ""

#: helpcontent2/source/text/shared/02/24090000.xhp#par_id3154116.help.text
msgid ""
"\\<image src=\\\"res/sc10869.png\\\" id=\\\"img_id3152372\\\"\\>\\<alt "
"id=\\\"alt_id3152372\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24090000.xhp#par_id3156302.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/24090000.xhp#par_id3156302.3.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/02/24100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/24100000.xhp#tit.help.text\n"
"Crop"
msgstr ""

#: helpcontent2/source/text/shared/02/24100000.xhp#hd_id3154044.1.help.text
msgid ""
"\\<link href=\\\"text/shared/02/24100000.xhp\\\" "
"name=\\\"Crop\\\"\\>Crop\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24100000.xhp#par_id3154863.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GrafAttrCrop\\\" visibility=\\\"visible\\\"\\>Opens a "
"dialog to crop pixel graphics.\\</ahelp\\> The function is available only if "
"the pixel graphic is marked."
msgstr ""

#: helpcontent2/source/text/shared/02/24100000.xhp#par_id3154422.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_grafattrcrop.png\\\" "
"id=\\\"img_id3149549\\\"\\>\\<alt "
"id=\\\"alt_id3149549\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/24100000.xhp#par_id3154927.3.help.text
msgid "crop"
msgstr ""

#: helpcontent2/source/text/shared/02/basicshapes.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/basicshapes.xhp#tit.help.text\n"
"Basic Shapes"
msgstr ""

#: helpcontent2/source/text/shared/02/basicshapes.xhp#par_idN10557.help.text
msgid ""
"\\<link href=\\\"text/shared/02/basicshapes.xhp\\\"\\>Basic Shapes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/basicshapes.xhp#par_idN10567.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Basic Shapes toolbar which you can use to "
"insert graphics into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/basicshapes.xhp#par_idN10591.help.text
msgid ""
"Click an icon on the Basic Shapes toolbar, and then drag in the document to "
"draw the shape."
msgstr ""

#: helpcontent2/source/text/shared/02/basicshapes.xhp#par_idN10594.help.text
msgid ""
"Some shapes have a handle which you can drag to change the properties of the "
"shape. The mouse pointer changes to a hand symbol over these special handles."
msgstr ""

#: helpcontent2/source/text/shared/02/blockarrows.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/blockarrows.xhp#tit.help.text\n"
"Block Arrows"
msgstr ""

#: helpcontent2/source/text/shared/02/blockarrows.xhp#par_idN1055A.help.text
msgid ""
"\\<link href=\\\"text/shared/02/blockarrows.xhp\\\"\\>Block Arrows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/blockarrows.xhp#par_idN1056A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Block Arrows toolbar from which you can "
"insert graphics into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/blockarrows.xhp#par_idN1059A.help.text
msgid ""
"Click an icon from the Block Arrows toolbar, then drag in the document to "
"draw the shape."
msgstr ""

#: helpcontent2/source/text/shared/02/blockarrows.xhp#par_idN1059D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/blockarrows.xhp#par_idN1059D.help.text\n"
"Some shapes have a special handle which you can drag to change properties of "
"the shape. The mouse pointer changes to a hand symbol over these special "
"handles."
msgstr ""

#: helpcontent2/source/text/shared/02/callouts.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/callouts.xhp#tit.help.text\n"
"Callouts"
msgstr ""

#: helpcontent2/source/text/shared/02/callouts.xhp#par_idN1055A.help.text
msgid ""
"\\<link href=\\\"text/shared/02/callouts.xhp\\\"\\>Callouts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/callouts.xhp#par_idN1056A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Callouts toolbar from which you can "
"insert graphics into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/callouts.xhp#par_idN10594.help.text
msgid ""
"Click an icon from the Callouts toolbar, then drag in the document to draw "
"the shape."
msgstr ""

#: helpcontent2/source/text/shared/02/callouts.xhp#par_idN10597.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/callouts.xhp#par_idN10597.help.text\n"
"Some shapes have a special handle which you can drag to change properties of "
"the shape. The mouse pointer changes to a hand symbol over these special "
"handles."
msgstr ""

#: helpcontent2/source/text/shared/02/flowcharts.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/flowcharts.xhp#tit.help.text\n"
"Flowcharts"
msgstr ""

#: helpcontent2/source/text/shared/02/flowcharts.xhp#par_idN10557.help.text
msgid ""
"\\<link href=\\\"text/shared/02/flowcharts.xhp\\\"\\>Flowcharts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/flowcharts.xhp#par_idN10567.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Flowcharts toolbar from which you can "
"insert graphics into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/flowcharts.xhp#par_idN10597.help.text
msgid ""
"Click an icon from the Flowcharts toolbar, then drag in the document to draw "
"the shape."
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/fontwork.xhp#tit.help.text\n"
"Fontwork Gallery"
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10557.help.text
msgid ""
"\\<link href=\\\"text/shared/02/fontwork.xhp\\\"\\>Fontwork "
"Gallery\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10567.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The icon opens the Fontwork Gallery from which you "
"can insert graphical text art into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10591.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10591.help.text\n"
"Fontwork Gallery"
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10595.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Fontwork Gallery displays previews of Fontwork "
"objects. To insert an object into your document, select the object, and then "
"click OK.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN105AF.help.text
msgid "\\<embedvar href=\\\"text/shared/guide/fontwork.xhp#fontwork\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10623.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/fontwork.xhp#par_idN10623.help.text\n"
"\\<link href=\\\"text/shared/fontwork_toolbar.xhp\\\"\\>Fontwork "
"toolbar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/paintbrush.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/paintbrush.xhp#tit.help.text\n"
"Format Paintbrush"
msgstr ""

#: helpcontent2/source/text/shared/02/paintbrush.xhp#par_idN1056A.help.text
msgid ""
"\\<link href=\\\"text/shared/02/paintbrush.xhp\\\"\\>Format "
"Paintbrush\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/paintbrush.xhp#par_idN1057A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Copies the formatting of the selected text or "
"object and applies the formatting to another text selection or "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/paintbrush.xhp#par_idN10617.help.text
msgid ""
"Click the \\<emph\\>Format Paintbrush\\</emph\\> icon \\<image "
"id=\\\"img_id3610034\\\" "
"src=\\\"res/commandimagelist/sc_formatpaintbrush.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3610034\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Standard\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/shared/02/paintbrush.xhp#par_idN10639.help.text
msgid ""
"\\<image id=\\\"img_id5406964\\\" "
"src=\\\"res/commandimagelist/sc_formatpaintbrush.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id5406964\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/paintbrush.xhp#par_idN10657.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/paintbrush.xhp#par_idN10657.help.text\n"
"Format Paintbrush"
msgstr ""

#: helpcontent2/source/text/shared/02/stars.xhp#tit.help.text
msgid "Stars & Banners"
msgstr ""

#: helpcontent2/source/text/shared/02/stars.xhp#par_idN1055A.help.text
msgid "\\<link href=\\\"text/shared/02/stars.xhp\\\"\\>Stars\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/stars.xhp#par_idN1056A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Stars toolbar from which you can insert "
"graphics into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/stars.xhp#par_idN10594.help.text
msgid ""
"Click an icon on the Stars toolbar, and then drag in the document to draw "
"the shape."
msgstr ""

#: helpcontent2/source/text/shared/02/stars.xhp#par_idN10597.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/stars.xhp#par_idN10597.help.text\n"
"Some shapes have a special handle which you can drag to change the "
"properties of the shape. The mouse pointer changes to a hand symbol over "
"these special handles."
msgstr ""

#: helpcontent2/source/text/shared/02/symbolshapes.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/02/symbolshapes.xhp#tit.help.text\n"
"Symbol Shapes"
msgstr ""

#: helpcontent2/source/text/shared/02/symbolshapes.xhp#par_idN1055A.help.text
msgid ""
"\\<link href=\\\"text/shared/02/symbolshapes.xhp\\\"\\>Symbol "
"Shapes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/symbolshapes.xhp#par_idN1056A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Symbol Shapes toolbar from which you can "
"insert graphics into your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/02/symbolshapes.xhp#par_idN105EB.help.text
msgid ""
"Click an icon on the Symbol Shapes toolbar, and then drag in the document to "
"draw the shape."
msgstr ""

#: helpcontent2/source/text/shared/02/symbolshapes.xhp#par_idN1059D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/02/symbolshapes.xhp#par_idN1059D.help.text\n"
"Some shapes have a special handle which you can drag to change the "
"properties of the shape. The mouse pointer changes to a hand symbol over "
"these special handles."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#tit.help.text
msgid "General Shortcut Keys in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#bm_id3149991.help.text
msgid ""
"\\<bookmark_value\\>keyboard;general "
"commands\\</bookmark_value\\>\\<bookmark_value\\>shortcut "
"keys;general\\</bookmark_value\\>\\<bookmark_value\\>text input "
"fields\\</bookmark_value\\>\\<bookmark_value\\>AutoComplete function in text "
"and list boxes\\</bookmark_value\\>\\<bookmark_value\\>macros; "
"interrupting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149991.1.help.text
msgid ""
"\\<variable id=\\\"common_keys\\\"\\>\\<link "
"href=\\\"text/shared/04/01010000.xhp\\\" name=\\\"General Shortcut Keys in "
"$[officename]\\\"\\>General Shortcut Keys in "
"$[officename]\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150702.3.help.text
msgid "Using Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3151299.4.help.text
msgid ""
"A great deal of your application's functionality can be called up by using "
"shortcut keys. For example, the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command+O "
"\\</caseinli"
"ne\\>\\<defaultinline\\>Ctrl+O\\</defaultinline\\>\\</switchinline\\> "
"shortcut keys are shown next to the \\<emph\\>Open\\</emph\\> entry in the "
"\\<emph\\>File\\</emph\\> menu. If you want to access this function by using "
"the shortcut keys, press and hold down the key \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> and then "
"press the O key. Release both keys after the dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153894.5.help.text
msgid ""
"When operating your application, you can choose between using the mouse or "
"the keyboard for almost all of the operations available."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154186.6.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Calling Menus With "
"Shortcut Keys\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3152425.7.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Some of the "
"characters shown on the menu bar are underlined. You can access these menus "
"directly by pressing the underlined character together with the ALT key. "
"Once the menu is opened, you will again find underlined characters. You can "
"access these menu items directly by simply pressing the underlined character "
"key.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156410.9.help.text
msgid "Using Shortcut Keys to Control Dialogs"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154288.10.help.text
msgid ""
"There is always one element highlighted in any given dialog - usually shown "
"by a broken frame. This element, which can be either a button, an option "
"field, an entry in a list box or a check box, is said to have the focus on "
"it. If the focal point is a button, pressing Enter runs it as if you had "
"clicked it. A check box is toggled by pressing the spacebar. If an option "
"field has the focus, use the arrow keys to change the activated option field "
"in that area. Use the Tab key to go from one element or area to the next "
"one, use Shift + Tab to go in the reverse direction."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149177.11.help.text
msgid ""
"Pressing ESC closes the dialog without saving changes. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>If you place the "
"focus on a button, not only will you see the dotted line framing the name of "
"the button, but also a thicker shadow under the button selected. This "
"indicates that if you exit the dialog by pressing the Enter key, it is the "
"equivalent of pressing that button "
"itself.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147209.105.help.text
msgid "Shortcut Keys for Mouse Actions"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154749.106.help.text
msgid ""
"If you are using drag-and-drop, selecting with the mouse or clicking objects "
"and names, you can use the keys Shift, \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> and "
"occasionally \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> to access additional functionality. The "
"modified functions available when holding down keys during drag-and-drop are "
"indicated by the mouse pointer changing form. When selecting files or other "
"objects, the modifier keys can extend the selection - the functions are "
"explained where applicable. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>\\<embedvar "
"href=\\\""
"text/shared/00/00000099.xhp#winmanager\\\"/\\>\\</caseinline\\>\\</sw"
"itchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154046.127.help.text
msgid "Practical Text Input Fields"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145673.129.help.text
msgid ""
"You can open a context menu, which contains some of the most often-used "
"commands."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150085.130.help.text
msgid ""
"Use the shortcut keys Shift+\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+S to open "
"the \\<emph\\>Special Characters\\</emph\\> dialog to insert one or more "
"special characters."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153088.131.help.text
msgid ""
"Use \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+A to select the entire text. Use the right or "
"left arrow key to remove the selection."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149514.132.help.text
msgid "Double-click a word to select it."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149785.133.help.text
msgid ""
"A triple-click in a text input field selects the entire field. A triple-"
"click in a text document selects the current sentence."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150976.134.help.text
msgid ""
"Use \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Del to delete everything from the cursor "
"position to the end of the word."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3147264.135.help.text
msgid ""
"By using \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> and right or left arrow key, the cursor will "
"jump from word to word; if you also hold down the Shift key, one word after "
"the other is selected."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154346.136.help.text
msgid ""
"INSRT is used to switch between the insert mode and the overwrite mode and "
"back again."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148757.137.help.text
msgid "Drag-and-drop can be used within and outside of a text box."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150358.138.help.text
msgid ""
"The \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Z shortcut keys are used to undo "
"modifications one step at a time; the text will then have the status it had "
"before the first change."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153968.139.help.text
msgid ""
" $[officename] has an AutoComplete function which activates itself in some "
"text and list boxes. For example, enter c:\\\\a into the URL field and the "
"AutoComplete function displays the first file or first directory found on "
"the C: drive that starts with the letter \"a\"."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3144760.140.help.text
msgid ""
"Use the down arrow key to scroll through the other files and directories. "
"Use the right arrow key to also display an existing subdirectory in the URL "
"field. Quick AutoComplete is available if you press the End key after "
"entering part of the URL. Once you find the program, document or directory "
"you want, press Enter."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150767.163.help.text
msgid "Interrupting Macros"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3159150.164.help.text
msgid ""
"If you want to terminate a macro that is currently running, press Shift+ "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Q."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154123.12.help.text
msgid "List of General Shortcut Keys in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145421.13.help.text
msgid ""
"The shortcut keys are shown on the right hand side of the menu lists next to "
"the corresponding menu command. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>(Not all of the "
"mentioned keys for controlling dialogs are available on the Macintosh.) "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153367.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153367.14.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3156060.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3156060.15.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149260.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149260.16.help.text\n"
"Enter key"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153727.17.help.text
msgid "Activates the focused button in a dialog"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153142.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153142.18.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3155412.19.help.text
msgid ""
"Terminates the action or dialog. If in $[officename] Help: goes up one level."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3151118.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3151118.20.help.text\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3147435.21.help.text
msgid "Toggles the focused check box in a dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3152791.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3152791.22.help.text\n"
"Arrow keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3151113.23.help.text
msgid "Changes the active control field in an option section of a dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154188.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154188.24.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3146975.25.help.text
msgid "Advances focus to the next section or element in a dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153363.26.help.text
msgid "Shift + Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149665.27.help.text
msgid "Moves the focus to the previous section or element in a dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147317.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147317.153.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Down Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153224.154.help.text
msgid ""
"Opens the list of the control field currently selected in a dialog. These "
"shortcut keys apply not only to combo boxes but also to icon buttons with "
"pop-up menus. Close an opened list by pressing the Escape key."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3159348.172.help.text
msgid "Del"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3144765.171.help.text
msgid "Deletes the selected item(s) into the recycle bin."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149379.174.help.text
msgid "Shift+Del"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149412.173.help.text
msgid "Deletes the selected item(s) without putting them in the recycle bin."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154792.176.help.text
msgid "Backspace"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149582.175.help.text
msgid "When a folder is shown: goes up one level (goes back)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN10BC0.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Space"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN10BE8.help.text
msgid ""
"Removes direct formatting from selected text or objects (as in "
"\\<emph\\>Format - Default Formatting\\</emph\\>)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149488.141.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149912.142.help.text
msgid "When positioned at the start of a header, a tab is inserted."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148573.289.help.text
msgid "Enter (if an OLE object is selected)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154162.288.help.text
msgid "Activates the selected OLE object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3146990.290.help.text
msgid "Enter (if a drawing object or text object is selected)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153839.291.help.text
msgid "Activates text input mode."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156437.28.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + O"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149123.29.help.text
msgid "Opens a document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155064.30.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + S"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150749.31.help.text
msgid "Saves the current document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156377.32.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + N"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3155764.33.help.text
msgid "Creates a new document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3151357.178.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+N"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148408.177.help.text
msgid "Opens \\<emph\\>Templates and Documents\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150043.34.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + P"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3147100.35.help.text
msgid "Prints document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149258.113.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Q"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153966.114.help.text
msgid "Exits application."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153538.36.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + X"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3166450.37.help.text
msgid "Cuts out the selected elements."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155904.38.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + C"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148537.39.help.text
msgid "Copies the selected items."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156318.40.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + V"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3147005.41.help.text
msgid "Pastes from the clipboard."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN10F47.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Shift + V"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN10F4B.help.text
msgid "Opens the \\<emph\\>Paste Special\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153789.42.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + A"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3155581.43.help.text
msgid "Selects all."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149738.44.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Z"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149816.45.help.text
msgid "Undoes last action."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147095.351.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + Y"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150345.352.help.text
msgid "Redoes last action."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3158414.165.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3158414.165.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150090.166.help.text
msgid "Calls the \\<emph\\>Find & Replace\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148800.167.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149527.168.help.text
msgid "Searches for the last entered search term."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154198.48.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</ca"
"seinline\\>\\<defaultinline\\>Ctrl+Shift+J\\</defau"
"ltinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150567.49.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Toggles the view "
"between fullscreen mode and normal "
"mode\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3151049.50.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+R"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148462.51.help.text
msgid "Redraws the document view."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149035.349.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+I"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150665.350.help.text
msgid ""
"Enable or disable the selection cursor in read-only text or in the Help "
"viewer."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145588.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145588.90.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+I"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148753.91.help.text
msgid ""
"The \\<emph\\>Italic\\</emph\\> attribute is applied to the selected area. "
"If the cursor is positioned in a word, this word is also marked in italic."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3166428.92.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+B"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150490.93.help.text
msgid ""
"The \\<emph\\>Bold\\</emph\\> attribute is applied to the selected area. If "
"the cursor is positioned in a word, this word is also put in bold."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154815.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154815.94.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+U"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153228.95.help.text
msgid ""
"The \\<emph\\>Underlined\\</emph\\> attribute is applied to the selected "
"area. If the cursor is positioned in a word, this word is also underlined."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3152891.60.help.text
msgid "Shortcut Keys Using the Function Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3152457.59.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Not "
"all of the function shortcut keys are available on the Mac. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149726.183.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149726.183.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153756.184.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3153756.184.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149404.61.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</ca"
"seinline\\>\\<defaultinline\\>F1\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145410.62.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Starts the "
"$[officename] Help\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153697.152.help.text
msgid "In the $[officename] Help: jumps to main help page."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154951.63.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Shift + "
"F1\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153309.64.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>Context "
"Help\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3159220.292.help.text
msgid "Shift+F2"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3151241.293.help.text
msgid ""
"Turns on Extended Tips for the currently selected command, icon or control."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3146871.68.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F4 or \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>+F4"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3157978.69.help.text
msgid ""
"Closes the current document (close $[officename] when the last open document "
"is closed)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154532.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154532.180.help.text\n"
"F6"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3144506.179.help.text
msgid "Sets focus in next subwindow (for example, document/data source view)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3144771.182.help.text
msgid "Shift+F6"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3147075.181.help.text
msgid "Sets focus in previous subwindow."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156191.294.help.text
msgid "F10"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3156172.295.help.text
msgid "Activates the first menu (File menu)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3159093.146.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3159093.146.help.text\n"
"Shift+F10"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148606.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3148606.147.help.text\n"
"Opens the context menu."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148822.353.help.text
msgid "Ctrl+F11"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149156.354.help.text
msgid "Opens the Style Catalog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153288.287.help.text
msgid "Shortcut keys in the Gallery"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156308.286.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156308.286.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149440.285.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3149440.285.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149971.284.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149971.284.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153110.283.help.text
msgid "Moves between areas."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148971.282.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148971.282.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154059.281.help.text
msgid "Moves between areas (backwards)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3152368.280.help.text
msgid "Shortcut keys in the New Theme area of the Gallery:"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN11555.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN11555.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN1155B.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN1155B.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3159192.279.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3159192.279.help.text\n"
"Up arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3152540.278.help.text
msgid "Moves the selection up one."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150892.277.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150892.277.help.text\n"
"Down arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3151004.276.help.text
msgid "Moves the selection down."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153976.275.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153976.275.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3146894.274.help.text
msgid "Opens the Properties dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148652.273.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148652.273.help.text\n"
"Shift+F10"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153250.272.help.text
msgid "Opens a context menu."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155614.271.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155614.271.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+U"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150099.270.help.text
msgid "Refreshes the selected theme."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145755.269.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145755.269.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+R"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3146776.268.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3146776.268.help.text\n"
"Opens the \\<emph\\>Enter Title\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154642.267.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154642.267.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+D"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153653.266.help.text
msgid "Deletes the selected theme."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155946.265.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155946.265.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145372.264.help.text
msgid "Inserts a new theme"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150633.263.help.text
msgid "Shortcut keys in the Gallery preview area:"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN116D6.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN116D6.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN116DC.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN116DC.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149343.262.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149343.262.help.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153241.261.help.text
msgid "Jumps to the first entry."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148809.260.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148809.260.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3148902.259.help.text
msgid "Jumps to the last entry."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149382.258.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149382.258.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150048.257.help.text
msgid "Selects the next Gallery element on the left."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3152926.256.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3152926.256.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153802.255.help.text
msgid "Selects the next Gallery element on the right."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150776.254.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150776.254.help.text\n"
"Up Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149800.253.help.text
msgid "Selects the next Gallery element above."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147517.252.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147517.252.help.text\n"
"Down Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3151223.251.help.text
msgid "Selects the next Gallery element below."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145602.250.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145602.250.help.text\n"
"Page Up"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3147081.249.help.text
msgid "Scroll up one screen."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153045.355.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153045.355.help.text\n"
"Page Down"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150411.248.help.text
msgid "Scroll down one screen."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147278.246.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Insert"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153614.245.help.text
msgid ""
"Inserts the selected object as a linked object into the current document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155345.244.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3155345.244.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+I"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153608.243.help.text
msgid "Inserts a copy of the selected object into the current document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3143278.242.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+T"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3156370.241.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3156370.241.help.text\n"
"Opens the \\<emph\\>Enter Title\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145114.240.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145114.240.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+P"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3146107.239.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3146107.239.help.text\n"
"Switches between themes view and object view."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147552.238.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147552.238.help.text\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145324.237.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3145324.237.help.text\n"
"Switches between themes view and object view."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148978.236.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148978.236.help.text\n"
"Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3155743.235.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#par_id3155743.235.help.text\n"
"Switches between themes view and object view."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154108.234.help.text
msgid "Step backward (only in object view)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153294.233.help.text
msgid "Switches back to main overview."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149722.330.help.text
msgid "Selecting Rows and Columns in a Table"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN11906.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN11906.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN1190C.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN1190C.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150963.331.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150963.331.help.text\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3146883.332.help.text
msgid "Toggles row selection, except when the row is in edit mode."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149787.333.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149028.334.help.text
msgid "Toggles row selection"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147482.335.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147482.335.help.text\n"
"Shift+Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149319.336.help.text
msgid "Selects the current column"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147411.230.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147411.230.help.text\n"
"Shortcut Keys for Drawing Objects"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN1199F.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN1199F.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_idN119A5.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01010000.xhp#par_idN119A5.help.text\n"
"Result"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149684.229.help.text
msgid ""
"Select the toolbar with F6. Use the Down Arrow and Right Arrow to select the "
"desired toolbar icon and press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3155994.228.help.text
msgid "Inserts a Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150264.227.help.text
msgid ""
"Select the document with \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F6 and press Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154055.226.help.text
msgid "Selects a Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149242.225.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149242.225.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3157902.224.help.text
msgid "Selects the next Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149349.223.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3149349.223.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150836.222.help.text
msgid "Selects the previous Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3109846.221.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3109846.221.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Home"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154276.220.help.text
msgid "Selects the first Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145829.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3145829.219.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+End"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3161664.218.help.text
msgid "Selects the last Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153099.217.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153099.217.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149009.216.help.text
msgid "Ends Drawing Object selection."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3156271.338.help.text
msgid "Esc (in Handle Selection Mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3152818.339.help.text
msgid "Exit Handle Selection Mode and return to Object Selection Mode."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3151258.192.help.text
msgid "Up/down/left/right arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3159162.191.help.text
msgid ""
"Move the selected point (the snap-to-grid functions are temporarily "
"disabled, but end points still snap to each other)."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3146874.213.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Up/Down/Left/Right Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3144422.212.help.text
msgid "Moves the selected Drawing Object one pixel (in Selection Mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153386.211.help.text
msgid "Re-sizes a Drawing Object (in Handle Selection Mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145306.210.help.text
msgid "Rotates a Drawing Object (in Rotation Mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3159244.209.help.text
msgid "Opens the properties dialog for a Drawing Object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150763.208.help.text
msgid "Activates the Point Selection mode for the selected drawing object."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153580.207.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3153580.207.help.text\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3153053.206.help.text
msgid ""
"Select a point of a drawing object (in Point Selection mode) / Cancel "
"selection."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145629.205.help.text
msgid "The selected point blinks once per second."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148624.204.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148624.204.help.text\n"
"Shift+Spacebar"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3154842.203.help.text
msgid "Select an additional point in Point Selection mode."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147424.202.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147424.202.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3152955.201.help.text
msgid "Select the next point of the drawing object (Point Selection mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149753.200.help.text
msgid "In Rotation mode, the center of rotation can also be selected."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147233.199.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147233.199.help.text\n"
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3151296.198.help.text
msgid ""
"Select the previous point of the drawing object (Point Selection mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150933.340.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3150933.340.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3145662.341.help.text
msgid ""
"A new drawing object with default size is placed in the center of the "
"current view."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3147563.342.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter at the Selection icon"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3150860.343.help.text
msgid "Activates the first drawing object in the document."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154569.196.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01010000.xhp#hd_id3154569.196.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3149994.195.help.text
msgid ""
"Leave the Point Selection mode. The drawing object is selected afterwards."
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3155512.193.help.text
msgid "Edit a point of a drawing object (Point Edit mode)"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#hd_id3148580.344.help.text
msgid "Any text or numerical key"
msgstr ""

#: helpcontent2/source/text/shared/04/01010000.xhp#par_id3152918.345.help.text
msgid ""
"If a drawing object is selected, switches to edit mode and places the cursor "
"at the end of the text in the drawing object. A printable character is "
"inserted."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#tit.help.text
msgid "Database Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#bm_id3149809.help.text
msgid ""
"\\<bookmark_value\\>shortcut keys; in "
"databases\\</bookmark_value\\>\\<bookmark_value\\>databases; shortcut "
"keys\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149809.1.help.text
msgid ""
"\\<variable id=\\\"DB_keys\\\"\\>\\<link "
"href=\\\"text/shared/04/01020000.xhp\\\" name=\\\"Database Shortcut "
"Keys\\\"\\>Database Shortcut Keys\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3152462.2.help.text
msgid "The following a list of shortcut keys available within databases."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3147350.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3147350.3.help.text\n"
"The general \\<link href=\\\"text/shared/04/01010000.xhp\\\" "
"name=\\\"shortcut keys in $[officename]\\\"\\>shortcut keys in "
"$[officename]\\</link\\> also apply."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3159155.4.help.text
msgid "Shortcut keys for databases"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149378.8.help.text
msgid "In the query design"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3148389.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3148389.5.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3151051.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3151051.6.help.text\n"
"Results"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149417.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149417.9.help.text\n"
"F6"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3155852.10.help.text
msgid "Jump between the query design areas."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149583.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149583.11.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3150593.12.help.text
msgid "Deletes a table from the query design."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3148879.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3148879.13.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3145645.14.help.text
msgid "Selects the connection line."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3157975.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3157975.15.help.text\n"
"Shift+F10"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3150418.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3150418.16.help.text\n"
"Opens the context menu."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3151318.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3151318.17.help.text\n"
"F4"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3157846.18.help.text
msgid "Show/hide data source view."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3149403.19.help.text
msgid "Control Properties Window"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_idN1075E.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01020000.xhp#par_idN1075E.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_idN10764.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01020000.xhp#par_idN10764.help.text\n"
"Results"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3153510.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3153510.20.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Down Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3148572.21.help.text
msgid "Opens the combo box."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3151205.22.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Up Arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3145302.23.help.text
msgid "Closes the combo box."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3158416.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3158416.24.help.text\n"
"Shift+Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3153948.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3153948.25.help.text\n"
"Inserts a new line."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3150327.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3150327.26.help.text\n"
"Up arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3145168.27.help.text
msgid "Positions the cursor in the previous line."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3157866.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3157866.28.help.text\n"
"Down arrow"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3154480.29.help.text
msgid "Puts the cursor into the next line."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3154756.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3154756.30.help.text\n"
"Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3152962.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3152962.31.help.text\n"
"Completes the input in the field and places the cursor into the next field."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3155766.57.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F6"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3149018.58.help.text
msgid ""
"Sets the focus (if not in design mode) to the first control. The first "
"control is the first one listed in the Form Navigator."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3148996.32.help.text
msgid "Shortcuts for creating Basic dialogs"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_idN1089C.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01020000.xhp#par_idN1089C.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_idN108A2.help.text
msgid ""
"_: helpcontent2/source/text/shared/04/01020000.xhp#par_idN108A2.help.text\n"
"Results"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3156054.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3156054.33.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+PageUp"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3150389.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3150389.34.help.text\n"
"Jumps between tabs."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3156384.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3156384.35.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+PageDown"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3151251.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#par_id3151251.36.help.text\n"
"Jumps between tabs."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3145297.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3145297.37.help.text\n"
"F6"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3151016.38.help.text
msgid "Jump between windows."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3153965.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3153965.39.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3153535.40.help.text
msgid "Selection of the control fields."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3152484.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3152484.41.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3149257.42.help.text
msgid "Selection of the control fields in opposite direction."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3154967.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3154967.43.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3147255.44.help.text
msgid "Inserts the selected control."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3163726.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3163726.45.help.text\n"
"Arrow key"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_idN109BA.help.text
msgid "Ctrl + arrow key"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3145791.46.help.text
msgid ""
"Moves the selected control in steps of 1 mm in the respective direction. In "
"point edit mode, it changes the size of the selected control."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3159336.47.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+arrow key"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3150644.48.help.text
msgid "Moves the selected control in the respective direction of one pixel."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3154665.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3154665.49.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3155581.50.help.text
msgid "In point edit mode, jumps to next handle."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3150208.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3150208.51.help.text\n"
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3147506.52.help.text
msgid "In point edit mode, jumps to previous handle."
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#hd_id3153231.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/04/01020000.xhp#hd_id3153231.53.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/shared/04/01020000.xhp#par_id3152969.54.help.text
msgid "Leaves the current selection."
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#tit.help.text
msgid "Getting Support"
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#bm_id3143272.help.text
msgid "\\<bookmark_value\\>support for %PRODUCTNAME\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#hd_id3146873.1.help.text
msgid ""
"\\<variable id=\\\"00000001\\\"\\>\\<link "
"href=\\\"text/shared/05/00000001.xhp\\\" name=\\\"Getting "
"Support\\\"\\>Getting Support\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#par_id3150667.8.help.text
msgid ""
"You can find help and support on the OpenOffice.org website at \\<link "
"href=\\\"http://www.openoffice.org\\\"\\>www.openoffice.org\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#par_id3143284.2.help.text
msgid ""
"The Sun Microsystems Support Center can help you solve problems you may "
"encounter while working with \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#par_id3154230.3.help.text
msgid ""
"For a summary of the current support services refer to the "
"\\<emph\\>Readme\\</emph\\> file in the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> folder."
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#par_id3149140.4.help.text
msgid ""
"Visit \\<link "
"href=\\\"http://www.sun.com/star/support\\\"\\>www.sun.com/star/"
"support\\</link\\> in the Internet for more information."
msgstr ""

#: helpcontent2/source/text/shared/05/00000001.xhp#par_id3147291.6.help.text
msgid ""
"You can always find current information about Sun Microsystems and \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> on the Sun Microsystems "
"homepage \\<link href=\\\"http://www.sun.com\\\"\\>www.sun.com\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/05/00000002.xhp#tit.help.text\n"
"Icons in the Documentation"
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#hd_id3153116.1.help.text
msgid ""
"\\<link href=\\\"text/shared/05/00000002.xhp\\\" name=\\\"Icons in the "
"Documentation\\\"\\>Icons in the Documentation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#hd_id3154962.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/05/00000002.xhp#hd_id3154962.8.help.text\n"
"Icons in the Documentation"
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#par_id3146961.9.help.text
msgid ""
"There are three icons used to call your attention to additional helpful "
"information."
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#par_id3156152.10.help.text
msgid ""
"The \"Important!\" icon points out important information regarding data and "
"system security."
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#par_id3153897.11.help.text
msgid ""
"The \"Note\" icon points out extra information: for example, alternative "
"ways to reach a certain goal."
msgstr ""

#: helpcontent2/source/text/shared/05/00000002.xhp#par_id3154216.12.help.text
msgid ""
"The \"Tip\" icon points out tips for working with the program in a more "
"efficient manner."
msgstr ""

#: helpcontent2/source/text/shared/05/00000100.xhp#par_id3150618.1.help.text
msgid ""
"The \\<emph\\>$[officename] Help system\\</emph\\> provides easy access to "
"information and support. There are several ways to find what you are looking "
"for in the \\<link href=\\\"text/shared/05/00000110.xhp\\\" name=\\\"Help "
"environment\\\"\\>Help environment\\</link\\>: You can search for a specific "
"keyword in the \\<link href=\\\"text/shared/05/00000130.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>, carry out a full-text search under "
"\\<link href=\\\"text/shared/05/00000140.xhp\\\" "
"name=\\\"Find\\\"\\>Find\\</link\\>, or look through a hierarchical list of "
"the \\<link href=\\\"text/shared/05/00000160.xhp\\\" "
"name=\\\"Topics\\\"\\>Topics\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#tit.help.text
msgid "The %PRODUCTNAME Help Window"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#hd_id3153884.1.help.text
msgid ""
"\\<variable id=\\\"00000110\\\"\\>\\<link "
"href=\\\"text/shared/05/00000110.xhp\\\" name=\\\"The %PRODUCTNAME Help "
"Window\\\"\\>The \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Help Window\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3156183.25.help.text
msgid ""
"The Help system describes commercial software from Sun Microsystems, Inc. "
"Due to license restrictions, some of the functions described here may not be "
"included in this particular \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> distribution."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3147143.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelpOnHelp\\\" visibility=\\\"hidden\\\"\\>Provides an "
"overview of the Help system\\</ahelp\\>The Help window shows the currently "
"selected Help page."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3159201.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOX\\\"\\>The \\<emph\\>Toolbar\\</emph\\> "
"contains important functions for controlling the Help system\\</ahelp\\>:"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3153311.help.text
msgid ""
"\\<image id=\\\"img_id3155892\\\" "
"src=\\\"sfx2/res/indexon_small.png\\\"\\>\\<alt "
"id=\\\"alt_id3155892\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3147089.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOXITEM_INDEX\\\"\\>Hides and shows the "
"\\<emph\\>navigation pane\\</emph\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3152781.help.text
msgid ""
"\\<image id=\\\"img_id3149811\\\" src=\\\"res/sc06301.png\\\"\\>\\<alt "
"id=\\\"alt_id3149811\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3151111.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOXITEM_BACKWARD\\\"\\>Moves back to the "
"\\<emph\\>previous\\</emph\\> page\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3149415.help.text
msgid ""
"\\<image id=\\\"img_id3159399\\\" "
"src=\\\"res/commandimagelist/sc_browseforward.png\\\"\\>\\<alt "
"id=\\\"alt_id3159399\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3154514.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOXITEM_FORWARD\\\"\\>Moves forward to the "
"\\<emph\\>next\\</emph\\> page\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3149580.help.text
msgid ""
"\\<image id=\\\"img_id3148642\\\" src=\\\"res/sc06303.png\\\"\\>\\<alt "
"id=\\\"alt_id3148642\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3154285.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOXITEM_START\\\"\\>Moves to the "
"\\<emph\\>first page\\</emph\\> of the current Help topic\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3149797.help.text
msgid ""
"\\<image id=\\\"img_id3155434\\\" "
"src=\\\"res/commandimagelist/sc_print.png\\\"\\>\\<alt "
"id=\\\"alt_id3155434\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3148563.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"HID_HELP_TOOLBOXITEM_PRINT\\\"\\>\\<emph\\>Prints\\</emph\\> the "
"current page\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3145068.help.text
msgid ""
"\\<image id=\\\"img_id3149294\\\" "
"src=\\\"sfx2/res/favourite.png\\\"\\>\\<alt "
"id=\\\"alt_id3149294\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3154939.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOXITEM_BOOKMARKS\\\"\\>Adds this page to your "
"bookmarks\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN108D9.help.text
msgid ""
"\\<image id=\\\"img_id7358623\\\" "
"src=\\\"res/commandimagelist/sc_recsearch.png\\\"\\>\\<alt "
"id=\\\"alt_id7358623\\\"\\>Search icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN108FE.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TOOLBOXITEM_SEARCHDIALOG\\\"\\>Opens the "
"\\<emph\\>Find on this page\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3154366.21.help.text
msgid ""
"These commands can also be found in the context menu of the Help document."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10922.help.text
msgid "Help Page"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10926.help.text
msgid ""
"You can copy from the Help Viewer to the clipboard on your operating system "
"with standard copy commands. For example:"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN1092C.help.text
msgid "On a Help page, select the text that you want to copy."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10930.help.text
msgid "Press Ctrl+C."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10933.help.text
msgid "To search the current Help page:"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10906.help.text
msgid ""
"\\<ahelp hid=\\\"sfx2:ComboBox:RID_DLG_SEARCH:ED_SEARCH\\\" "
"visibility=\\\"hidden\\\"\\>Enter the text that you want to search for or "
"select a text entry in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10993.help.text
msgid ""
"\\<ahelp hid=\\\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WHOLEWORDS\\\" "
"visibility=\\\"hidden\\\"\\>Finds complete words only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN109AA.help.text
msgid ""
"\\<ahelp hid=\\\"sfx2:CheckBox:RID_DLG_SEARCH:CB_MATCHCASE\\\" "
"visibility=\\\"hidden\\\"\\>Distinguishes between uppercase text and "
"lowercase text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN109C1.help.text
msgid ""
"\\<ahelp hid=\\\"sfx2:CheckBox:RID_DLG_SEARCH:CB_WRAPAROUND\\\" "
"visibility=\\\"hidden\\\"\\>Searches the entire Help page, starting at the "
"current position of the cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN109D8.help.text
msgid ""
"\\<ahelp hid=\\\"sfx2:CheckBox:RID_DLG_SEARCH:CB_BACKWARDS\\\" "
"visibility=\\\"hidden\\\"\\>Searches backwards from the current position of "
"the cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN109F5.help.text
msgid ""
"\\<ahelp hid=\\\"sfx2:PushButton:RID_DLG_SEARCH:PB_FIND\\\" "
"visibility=\\\"hidden\\\"\\>Finds the next occurrence of the search "
"term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10939.help.text
msgid "Click the \\<emph\\>Find on this Page\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10940.help.text
msgid "The \\<emph\\>Find on this Page\\</emph\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10A36.help.text
msgid "You can also click in the Help page and press Ctrl+F."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10A22.help.text
msgid ""
"In the \\<emph\\>Search for\\</emph\\> box, enter the text that you want to "
"find."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10A48.help.text
msgid "Select the search options that you want to use."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10A26.help.text
msgid ""
"_: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10A26.help.text\n"
"Click \\<emph\\>Find\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_idN10A59.help.text
msgid ""
"To find the next occurrence of the search term on the page, click "
"\\<emph\\>Find\\</emph\\> again."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#hd_id3149202.8.help.text
msgid "Navigation Pane"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3148673.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TABCONTROL\\\"\\>The navigation pane of the Help "
"window contains the tab pages \\<emph\\>Contents\\</emph\\>, "
"\\<emph\\>Index\\</emph\\>, \\<emph\\>Find\\</emph\\> and "
"\\<emph\\>Bookmarks\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3159149.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_LISTBOX\\\"\\>The list box located at the very top "
"is where you can select other \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Help modules.\\</ahelp\\> "
"The \\<emph\\>Index\\</emph\\> and \\<emph\\>Find\\</emph\\> tab pages only "
"contain the data for the selected \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> module."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3149983.14.help.text
msgid ""
"\\<link href=\\\"text/shared/05/00000160.xhp\\\" "
"name=\\\"Contents\\\"\\>Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3145748.15.help.text
msgid "Displays the tree structure of the main Help pages."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3155366.10.help.text
msgid ""
"\\<link href=\\\"text/shared/05/00000130.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3151351.11.help.text
msgid "Contains an index of keywords."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3149260.12.help.text
msgid ""
"\\<link href=\\\"text/shared/05/00000140.xhp\\\" "
"name=\\\"Find\\\"\\>Find\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3154188.13.help.text
msgid ""
"Allows you to carry out a full-text search. The search will include the "
"entire Help contents of the currently selected \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> module."
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3154985.16.help.text
msgid ""
"\\<link href=\\\"text/shared/05/00000150.xhp\\\" "
"name=\\\"Bookmarks\\\"\\>Bookmarks\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000110.xhp#par_id3156062.17.help.text
msgid ""
"Contains user-defined bookmarks. You can edit or delete bookmarks, or click "
"them to go to the corresponding pages."
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#tit.help.text
msgid "Help Agent, Tips and Extended Tips"
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#bm_id3150672.help.text
msgid ""
"\\<bookmark_value\\>Help; Help "
"tips\\</bookmark_value\\>\\<bookmark_value\\>Help tips; "
"help\\</bookmark_value\\>\\<bookmark_value\\>Help Agent; "
"help\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#hd_id3155599.1.help.text
msgid ""
"\\<variable id=\\\"00000120\\\"\\>\\<link "
"href=\\\"text/shared/05/00000120.xhp\\\" name=\\\"Help Agent, Tips and "
"Extended Tips\\\"\\>Help Agent, Tips and Extended "
"Tips\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_id3148520.2.help.text
msgid "The Help Agent, Tips, and Extended Tips provide help while you work. "
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#hd_id3147285.7.help.text
msgid "The Help Agent"
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_id3149716.8.help.text
msgid ""
"The \\<link href=\\\"text/shared/optionen/01010600.xhp\\\" name=\\\"Help "
"Agent\\\"\\>Help Agent\\</link\\> starts automatically when you are "
"performing a task that might require some assistance. The Help Agent appears "
"in a small window in a corner of the document. To view the help for the "
"task, click inside the Help Agent window."
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_idN10634.help.text
msgid ""
"The Help Agent automatically closes after a short delay. If you ignore the "
"Help Agent each you time you perform a certain task, the Help Agent no "
"longer opens for that task."
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#hd_id3149140.3.help.text
msgid "Tips"
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_id3157896.4.help.text
msgid ""
"Tips provide you with the names of toolbar buttons. To display a tip, rest "
"the pointer over a toolbar button until the name of the button appears."
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_id3153910.9.help.text
msgid ""
"Tips are also displayed for some elements in a document, such as chapter "
"names when you scroll through a long document."
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#hd_id3147571.5.help.text
msgid "Extended Tips"
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_id3149346.6.help.text
msgid ""
"Extended tips provide a brief description about buttons and commands. To "
"display an extended tip, press Shift+F1, then point to a button or command."
msgstr ""

#: helpcontent2/source/text/shared/05/00000120.xhp#par_idN10666.help.text
msgid ""
"If you always want extended tips instead of tips, enable the extended tips "
"on \\<emph\\>Tools - Options - %PRODUCTNAME - General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#tit.help.text
msgid "Index - Keyword Search in the Help"
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#bm_id3149428.help.text
msgid ""
"\\<bookmark_value\\>Help; "
"index\\</bookmark_value\\>\\<bookmark_value\\>Help; "
"keywords\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#hd_id3153884.5.help.text
msgid ""
"\\<variable id=\\\"00000130\\\"\\>\\<link "
"href=\\\"text/shared/05/00000130.xhp\\\" name=\\\"Index - Keyword Search in "
"the Help\\\"\\>Index - Keyword Search in the Help\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#par_id3150960.3.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_COMBOBOX_TP_HELP_INDEX_CB_INDEX\\\" "
"visibility=\\\"hidden\\\"\\>Double-click an entry or type the word you want "
"to find in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#par_id3148668.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_PUSHBUTTON_TP_HELP_INDEX_PB_OPEN_INDEX\\\" "
"visibility=\\\"hidden\\\"\\>Click to display the selected topic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#par_id3155934.1.help.text
msgid ""
"You can search for a specific topic by typing a word into the "
"\\<emph\\>Search term\\</emph\\> text box. The window contains an "
"alphabetical list of index terms."
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#par_id3145669.6.help.text
msgid ""
"If the cursor is in the index list when you type the search term, the "
"display will jump directly to the next match. When you type a word in the "
"\\<emph\\>Search term\\</emph\\> text box, the focus will jump to the best "
"match in the index list."
msgstr ""

#: helpcontent2/source/text/shared/05/00000130.xhp#par_id3147653.7.help.text
msgid ""
"The index and full-text searches always apply to the currently selected "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> application. "
"Select the appropriate application using the list box on the help viewer's "
"toolbar."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#tit.help.text
msgid "Find - The Full-Text Search"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#bm_id3148532.help.text
msgid ""
"\\<bookmark_value\\>Help; find "
"tab\\</bookmark_value\\>\\<bookmark_value\\>Help; full-text "
"search\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#hd_id3148523.7.help.text
msgid ""
"\\<variable id=\\\"00000140\\\"\\>\\<link "
"href=\\\"text/shared/05/00000140.xhp\\\" name=\\\"Find - The Full-Text "
"Search\\\"\\>Find - The Full-Text Search\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3155599.2.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_COMBOBOX_TP_HELP_SEARCH_ED_SEARCH\\\" "
"visibility=\\\"hidden\\\"\\>Enter the search term here. The search is not "
"case-sensitive.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3153323.3.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_SEARCH\\\" "
"visibility=\\\"hidden\\\"\\>Click to start a full-text search for the term "
"you entered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3150499.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_LISTBOX_TP_HELP_SEARCH_LB_RESULT\\\" "
"visibility=\\\"hidden\\\"\\>Lists the headings of the pages found in your "
"full-text search. They are sorted according to relevance with the best "
"matches at the top of the list. To display a page, double-click its "
"entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3156027.14.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_TP_HELP_SEARCH_CB_FULLWORDS\\\" "
"visibility=\\\"hidden\\\"\\>Specifies whether to carry out an exact search "
"for the word you entered. Incomplete words will not be found.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3155552.5.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_TP_HELP_SEARCH_CB_SCOPE\\\" "
"visibility=\\\"hidden\\\"\\>Specifies whether to only search in document "
"headings for the search term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3155555.6.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_PUSHBUTTON_TP_HELP_SEARCH_PB_OPEN_SEARCH\\\" "
"visibility=\\\"hidden\\\"\\>Displays the entry selected in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3152552.8.help.text
msgid ""
"The full text search function in $[officename] Help allows you to find Help "
"documents that contain any combination of search terms. To do this, type one "
"or more words into the \\<emph\\>Search term\\</emph\\> text field."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3153345.9.help.text
msgid ""
"The \\<emph\\>Search term\\</emph\\> text field stores the words you entered "
"last. To repeat a previous search, click the arrow icon and select the term "
"from the list."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3155941.10.help.text
msgid ""
"After the search has been carried out, the document headings of the results "
"appear in a list sorted with the best matches at the top. Either double-"
"click an entry, or select it and click \\<emph\\>Display\\</emph\\> to load "
"the corresponding Help document."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3157958.11.help.text
msgid ""
"Use the check box \\<emph\\>Find in headings only\\</emph\\> to limit the "
"search to document headings."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3147210.15.help.text
msgid ""
"The \\<emph\\>Complete words only\\</emph\\> check box allows you to perform "
"an exact search. If this box is marked, incomplete words will not be found. "
"Do not mark this check box if the search term you enter should also be found "
"as part of a longer word."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3146798.12.help.text
msgid ""
"You can enter any combination of search terms, separated by spaces. "
"Searching is \\<emph\\>not\\</emph\\> case-sensitive."
msgstr ""

#: helpcontent2/source/text/shared/05/00000140.xhp#par_id3149732.13.help.text
msgid ""
"The index and full-text searches always apply to the currently selected "
"%PRODUCTNAME application. Select the appropriate application using the list "
"box on the help viewer's toolbar."
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#tit.help.text
msgid "Managing Bookmarks"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#bm_id3153244.help.text
msgid ""
"\\<bookmark_value\\>Help; "
"bookmarks\\</bookmark_value\\>\\<bookmark_value\\>bookmarks; "
"Help\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#hd_id3154349.2.help.text
msgid ""
"\\<variable id=\\\"doc_title\\\"\\>\\<link "
"href=\\\"text/shared/05/00000150.xhp\\\" name=\\\"Managing "
"Bookmarks\\\"\\>Managing Bookmarks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3154840.11.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_EDIT_DLG_HELP_ADDBOOKMARK_ED_BOOKMARK_TITLE\\\" "
"visibility=\\\"hidden\\\"\\>Displays the name of the bookmarked page. You "
"can also type a new name for the bookmark.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3149140.help.text
msgid ""
"\\<image src=\\\"sfx2/res/favourite.png\\\" "
"id=\\\"img_id3149549\\\"\\>\\<alt "
"id=\\\"alt_id3149549\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3145314.10.help.text
msgid ""
"Use the \\<emph\\>Add to Bookmarks\\</emph\\> icon to set a bookmark for the "
"current page shown in the Help."
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3149827.3.help.text
msgid ""
"You can find the bookmarks on the \\<emph\\>Bookmarks\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3145345.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_LISTBOX_TP_HELP_BOOKMARKS_LB_BOOKMARKS\\\" "
"visibility=\\\"visible\\\"\\>Double-clicking a bookmark or pressing the "
"Return key opens the assigned page in Help. A right-click opens the context "
"menu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3166410.5.help.text
msgid "Use the Del key to delete a selected bookmark."
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3145382.6.help.text
msgid "The following commands are on the context menu of a bookmark:"
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3147573.7.help.text
msgid ""
"\\<emph\\>Display\\</emph\\> - \\<ahelp hid=\\\"HID_HELP_BOOKMARKS_OPEN\\\" "
"visibility=\\\"visible\\\"\\>displays the selected help subject\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3150771.8.help.text
msgid ""
"\\<emph\\>Rename\\</emph\\> - \\<ahelp hid=\\\"HID_HELP_BOOKMARKS_RENAME\\\" "
"visibility=\\\"visible\\\"\\>opens a dialog for entering another name for "
"the bookmark\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000150.xhp#par_id3153087.9.help.text
msgid ""
"\\<emph\\>Delete\\</emph\\> - \\<ahelp hid=\\\"HID_HELP_BOOKMARKS_DELETE\\\" "
"visibility=\\\"visible\\\"\\>deletes the bookmark selected \\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#tit.help.text
msgid "Contents - The Main Help Topics"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#bm_id3147090.help.text
msgid ""
"\\<bookmark_value\\>Help; "
"topics\\</bookmark_value\\>\\<bookmark_value\\>tree view of "
"Help\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#hd_id3146856.2.help.text
msgid ""
"\\<variable id=\\\"doc_title\\\"\\>\\<link "
"href=\\\"text/shared/05/00000160.xhp\\\" name=\\\"Contents - The Main Help "
"Topics\\\"\\>Contents - The Main Help Topics\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3147000.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HELP_TABPAGE_CONTENTS\\\"\\>Displays the main help "
"themes, arranged in a similar way to folders in a file manager.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3151315.help.text
msgid ""
"\\<image id=\\\"img_id3152924\\\" src=\\\"sfx2/res/sn050.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3152924\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3150774.4.help.text
msgid ""
"Double-click a closed folder to open it and display the subfolders and Help "
"pages."
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3150506.help.text
msgid ""
"\\<image id=\\\"img_id3156426\\\" src=\\\"sfx2/res/hlpbookopen.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156426\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3154749.5.help.text
msgid ""
"Double-click an open folder to close it and hide the subfolders and Help "
"pages."
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3166410.help.text
msgid ""
"\\<image id=\\\"img_id3150255\\\" src=\\\"sfx2/res/hlpdoc.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3150255\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3152909.6.help.text
msgid "Double-click a document icon to display the corresponding Help page."
msgstr ""

#: helpcontent2/source/text/shared/05/00000160.xhp#par_id3158432.7.help.text
msgid ""
"Use the arrow keys in combination with the Return key to drop down and roll "
"up entries and to open documents."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/05/err_html.xhp#tit.help.text\n"
"Chart Module not Available"
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#hd_id3149662.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/05/err_html.xhp#hd_id3149662.18.help.text\n"
"Chart Module not Available"
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3156014.19.help.text
msgid ""
"$[officename] Chart is not available as a standalone module any longer. You "
"can open your existing charts produced with earlier versions in a read-only "
"mode where the chart can be displayed and printed."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3151097.20.help.text
msgid ""
"To insert an existing chart document created with a previous version of the "
"software:"
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3154894.21.help.text
msgid "Open a $[officename] Calc document."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3147285.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/05/err_html.xhp#par_id3147285.22.help.text\n"
"Choose \\<emph\\>Insert - Object - OLE Object\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3159194.23.help.text
msgid ""
"In the dialog, click \\<emph\\>Create from file\\</emph\\>. Click the "
"\\<emph\\>Search\\</emph\\> button and select the .sds file. The chart is "
"inserted and selected."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3154751.24.help.text
msgid ""
"The chart data can be retrieved or edited after clicking the \\<emph\\>Chart "
"Data\\</emph\\> icon on the \\<emph\\>Formatting\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#hd_id3146957.1.help.text
msgid "Could not find Help page."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3147088.2.help.text
msgid ""
"Unfortunately the Help page you selected was not found. The following data "
"could be helpful in locating the error:"
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3143268.3.help.text
msgid "Help ID: \\<emph\\>\\<help-id-missing/\\>\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_idN10681.help.text
msgid "We apologize for any inconvenience."
msgstr ""

#: helpcontent2/source/text/shared/05/err_html.xhp#par_id3150541.16.help.text
msgid ""
"Click \\<image id=\\\"img_id3148946\\\" src=\\\"res/sc06301.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148946"
"\\\"\\>Icon\\</alt\\>\\</image\\>\\<emph\\>Back\\</emph\\> to return to the "
"previous page."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#tit.help.text
msgid "$[officename] HTML Templates"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#bm_id3156014.help.text
msgid ""
"\\<bookmark_value\\>HTML; templates "
"overview\\</bookmark_value\\>\\<bookmark_value\\>templates; HTML default "
"template\\</bookmark_value\\>\\<bookmark_value\\>character styles; "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>HTML; character "
"styles\\</bookmark_value\\>\\<bookmark_value\\>formatting; "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>HTML; "
"formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#hd_id3156014.1.help.text
msgid ""
"\\<link href=\\\"text/shared/07/09000000.xhp\\\" name=\\\"$[officename] HTML "
"Templates\\\"\\>$[officename] HTML Templates\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3146946.2.help.text
msgid ""
"To create a new web page for the Internet, open a new \\<emph\\>HTML "
"Document\\</emph\\> by choosing \\<emph\\>File - New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3143284.3.help.text
msgid ""
"A tool for creating new web pages is the Online-Layout-Mode, which you can "
"open by choosing \\<emph\\>View - Online Layout\\</emph\\>. As soon as you "
"have activated this mode you will see only those options in the menus and "
"dialogs of $[officename] which can be used on HTML pages."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#hd_id3147285.8.help.text
msgid "Creating a New Web Page"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150808.9.help.text
msgid ""
"Switch to the online layout mode by choosing \\<emph\\>View - Online "
"Layout\\</emph\\> or by opening a new HTML document. $[officename] will then "
"internally use the html.stw template."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154673.14.help.text
msgid ""
"You can enter text and insert objects into the new page as if it were a "
"normal text page. Use the special paragraph and character templates that are "
"provided by the HTML template. When the HTML is exported, $[officename] will "
"try to convert the document as close to the original as possible, depending "
"on what the HTML format permits."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145136.15.help.text
msgid ""
"To create an HTML page from your $[officename] document, save the page using "
"one of the \"HTML Document\" file types, such as the .HTM or .HTML "
"extensions."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#hd_id3155805.16.help.text
msgid "HTML Template (Standard)"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3156411.17.help.text
msgid ""
"The pages of the HTML standard template have no margins and unlimited length "
"so that your pages will not have page breaks."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#hd_id3157958.18.help.text
msgid "HTML Paragraph Styles"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153311.19.help.text
msgid ""
"The special Paragraph Styles for HTML pages have the following meaning:"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154823.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3154823.20.help.text\n"
"Paragraph Styles"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151111.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3151111.21.help.text\n"
"Definition"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148538.22.help.text
msgid "BLOCKQUOTE"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3155421.23.help.text
msgid "The text will be indented and in italics."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150276.24.help.text
msgid "DD 1-3, DT 1-3"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154047.25.help.text
msgid ""
"Glossaries can be structured using DT and DD formats. The first level will "
"be titled DT1; the corresponding glossary text will be titled DD1. The first "
"sublevel will be titled DT2 for the title and DD2 for the text. The third "
"level will be formatted using DT3 and DD3."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3156305.26.help.text
msgid ""
"DT1 is left justified, DD1 is indented once, DT2 is indented like DD1, and "
"so on. DD is followed by a line break <p>, whereas DT is not."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149763.27.help.text
msgid "HR"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154898.28.help.text
msgid "Inserts a horizontal line the entire width of the page."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153562.29.help.text
msgid "PRE"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3146775.30.help.text
msgid ""
"Text is formatted as preformatted text in the unproportional (TrueType) "
"font, Courier. Since all spaces also appear in HTML text, this format is "
"suitable for program listings with spaces and other similar types of texts."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#hd_id3145673.31.help.text
msgid "Character Styles for HTML Pages"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3152472.32.help.text
msgid "There are specific font styles for HTML pages available:"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154758.33.help.text
msgid "Font Styles"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148755.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3148755.34.help.text\n"
"Definition"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150791.35.help.text
msgid "Internet Link"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153178.36.help.text
msgid "Blue underlined font"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151380.37.help.text
msgid "Visited Internet link"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154329.38.help.text
msgid "Red underlined font"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3147084.39.help.text
msgid "ABBREV"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149807.40.help.text
msgid "Logical markup for abbreviations"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3156280.41.help.text
msgid "ACRONYM"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3157892.42.help.text
msgid "Logical markup for acronyms "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145272.43.help.text
msgid "AU"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148616.44.help.text
msgid "Logical markup for author names"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153091.45.help.text
msgid "BLINK"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3156005.46.help.text
msgid "Logical markup for blinking text."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145261.47.help.text
msgid "QUOTE"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153142.48.help.text
msgid "Logical markup for quotations "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3147426.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3147426.49.help.text\n"
"CODE"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3155306.50.help.text
msgid "Logical markup for source code "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3146974.51.help.text
msgid "DEL"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3146146.52.help.text
msgid "Logical markup for deletions (revision marks)"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3157974.53.help.text
msgid "DFN"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153221.54.help.text
msgid "Logical markup for definitions"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3083279.55.help.text
msgid "EM"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150422.56.help.text
msgid "Logical markup for highlighting "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3166413.57.help.text
msgid "INS"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3152374.58.help.text
msgid "Logical markup for insertions (revision marks)"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150572.59.help.text
msgid "KBD"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151281.60.help.text
msgid "Logical markup for terminal characters "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154513.61.help.text
msgid "LANG"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151320.62.help.text
msgid "Logical markup for foreign languages"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145165.63.help.text
msgid "PERSON"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3146898.64.help.text
msgid "Logical markup for people's names"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149121.65.help.text
msgid "Q"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145652.66.help.text
msgid "Logical markup for short quotations"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3146080.67.help.text
msgid "SAMP"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148432.68.help.text
msgid "Logical markup for examples "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3156054.69.help.text
msgid "STRONG"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153737.70.help.text
msgid "Logical markup for important text "
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154756.71.help.text
msgid "TT"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145643.72.help.text
msgid "Logical markup for text in teletype fonts"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3147097.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3147097.73.help.text\n"
"VAR"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3163724.help.text
msgid "Logical markup for names of variables"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3145150.75.help.text
msgid ""
"Most of the formatting codes will be exported as HTML tags, but many Web "
"browsers will display it in normal text."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#hd_id3154967.76.help.text
msgid "Converting Formatting to HTML"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149106.77.help.text
msgid ""
"$[officename] is able to create the correct HTML code from your document. "
"This means that listings in your documents will be exported as HTML tags "
"which can then be displayed as either listings or lists in the Web browsers. "
"Below you will find a selection of some of these formats:"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3147001.78.help.text
msgid "Formatting in a $[officename] Document"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150942.79.help.text
msgid "HTML Tag Types"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151348.80.help.text
msgid "(Automatically creating headers)"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148420.81.help.text
msgid "<head>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3159239.82.help.text
msgid "Titles in the Document Properties dialog."
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154657.83.help.text
msgid "<title>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3147095.84.help.text
msgid "Paragraph formatting for headers 1 to x"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151277.85.help.text
msgid "<H1> to <Hx>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149737.86.help.text
msgid "Sender Paragraph Style"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3159091.87.help.text
msgid "<address>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150382.88.help.text
msgid "Text document tables"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148633.89.help.text
msgid "<table ...>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154205.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3154205.90.help.text\n"
"Bold"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153705.91.help.text
msgid "<b>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3155112.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3155112.92.help.text\n"
"Italic"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149449.93.help.text
msgid "<i>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3148460.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3148460.94.help.text\n"
"Underline"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150369.95.help.text
msgid "<u>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3166437.96.help.text
msgid "Bulleted list"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3153657.97.help.text
msgid "<ul> as the introduction, <li> for each list item"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154816.98.help.text
msgid "Numbered list"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150426.99.help.text
msgid "<ol> as the introduction, <li> for each list item"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150518.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3150518.100.help.text\n"
"Subscript"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3149490.101.help.text
msgid "<sub>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150522.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/07/09000000.xhp#par_id3150522.102.help.text\n"
"Superscript"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3151182.103.help.text
msgid "<super>"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3166419.104.help.text
msgid "Inserted comments"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3152456.105.help.text
msgid "<!-- becomes a comment -->"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3154805.106.help.text
msgid "Inserted sections"
msgstr ""

#: helpcontent2/source/text/shared/07/09000000.xhp#par_id3150975.107.help.text
msgid "<div ID=\"section name\">.....</div>"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/01000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/01000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/01000000.xhp#hd_id3148410.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/01000000.xhp#hd_id3148410.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/01000000.xhp#hd_id3146946.2.help.text
msgid "TWo INitial CApitals have been corrected"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/01000000.xhp#par_id3158397.3.help.text
msgid ""
"Typing errors such as \"WOrd\" have been corrected and replaced by the "
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> function to \"Word\"."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/02000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/02000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/02000000.xhp#hd_id3155354.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/02000000.xhp#hd_id3155354.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/02000000.xhp#hd_id3150502.2.help.text
msgid "Start each sentence with a capital letter"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/02000000.xhp#par_id3158397.3.help.text
msgid ""
"Your text was corrected with \\<link "
"href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> so that each word after "
"the character at the end of a sentence (period, exclamation point, question "
"mark) began with a capital letter."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/03000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/03000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/03000000.xhp#hd_id3152459.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/03000000.xhp#hd_id3152459.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/03000000.xhp#hd_id3146946.2.help.text
msgid ""
"Two capital letters at the beginning of a word and a sentence have been "
"corrected to one capital letter"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/03000000.xhp#par_id3158397.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has modified your text so "
"that a word beginning with two capital letters at the beginning of a "
"sentence now starts with one capital letter."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/04000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/04000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/04000000.xhp#hd_id3154283.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/04000000.xhp#hd_id3154283.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/04000000.xhp#hd_id3154812.2.help.text
msgid "A replacement has been carried out"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/04000000.xhp#par_id3159241.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has replaced a word."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/05000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/05000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/05000000.xhp#hd_id3155354.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/05000000.xhp#hd_id3155354.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/05000000.xhp#hd_id3156418.2.help.text
msgid ""
"AutoCorrect has performed a replacement. The beginning of the sentence now "
"starts with a capital letter"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/05000000.xhp#par_id3153341.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has performed a "
"replacement, and the beginning of the sentence now starts with a capital "
"letter."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/06000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/06000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/06000000.xhp#hd_id3148932.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/06000000.xhp#hd_id3148932.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/06000000.xhp#hd_id3158421.2.help.text
msgid "Double quotation marks (\") have been replaced"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/06000000.xhp#par_id3146060.3.help.text
msgid ""
"Your text was corrected by \\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"Autocorrect\\\"\\>Autocorrect\\</link\\> so that double quotation "
"marks were replaced by \\<link href=\\\"text/shared/01/06040400.xhp\\\" "
"name=\\\"typographical quotation marks\\\"\\>typographical quotation "
"marks\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/07000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/07000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/07000000.xhp#hd_id3153629.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/07000000.xhp#hd_id3153629.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/07000000.xhp#hd_id3149987.2.help.text
msgid "Single quotes have been replaced"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/07000000.xhp#par_id3154688.3.help.text
msgid ""
"You text was corrected by \\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"Autocorrect\\\"\\>Autocorrect\\</link\\> so that single quotation "
"marks were replaced by \\<link href=\\\"text/shared/01/06040400.xhp\\\" "
"name=\\\"typographical quotation marks\\\"\\>typographical quotation "
"marks\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/08000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/08000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/08000000.xhp#hd_id3147240.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/08000000.xhp#hd_id3147240.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/08000000.xhp#hd_id3152823.2.help.text
msgid "An URL has been detected and a hyperlink attribute has been set"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/08000000.xhp#par_id3150278.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has modified your text. A "
"string has been detected as an URL and is now shown as a hyperlink."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/09000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/09000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/09000000.xhp#hd_id3149976.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/09000000.xhp#hd_id3149976.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/09000000.xhp#hd_id3147543.2.help.text
msgid "Double spaces have been ignored"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/09000000.xhp#par_id3149297.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has corrected your text so "
"that the multiple spaces you have entered have now been reduced to one "
"single space."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/10000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/10000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/10000000.xhp#hd_id3147446.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/10000000.xhp#hd_id3147446.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/10000000.xhp#hd_id3155577.2.help.text
msgid "Bold and underline attributes have been recognized and applied"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/10000000.xhp#par_id3156014.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has modified your text, "
"and the bold and/or underline text attributes have been automatically "
"applied."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/11000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/11000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/11000000.xhp#hd_id3146856.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/11000000.xhp#hd_id3146856.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/11000000.xhp#hd_id3155271.2.help.text
msgid "1/2 ... has been replaced with ½ ..."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/11000000.xhp#par_id3153220.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has replaced text and "
"character combinations that are found in the font as a single character, "
"such as 1/2, with the appropriate character."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/12000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/12000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/12000000.xhp#hd_id3153116.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/12000000.xhp#hd_id3153116.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/12000000.xhp#hd_id3149551.2.help.text
msgid "Dashes have been replaced"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/12000000.xhp#par_id3148932.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has modified your text, "
"and minus signs have been replaced with dashes."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/13000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autokorr/13000000.xhp#tit.help.text\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/13000000.xhp#hd_id3149513.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autokorr/13000000.xhp#hd_id3149513.1.help.t"
"ext\n"
"AutoCorrect has been activated"
msgstr ""

#: helpcontent2/source/text/shared/autokorr/13000000.xhp#hd_id3147090.2.help.text
msgid "1st ... has been replaced with 1st ..."
msgstr ""

#: helpcontent2/source/text/shared/autokorr/13000000.xhp#par_id3153220.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\> has corrected your text so "
"that ordinal number suffixes have been superscripted."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#tit.help.text
msgid "Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#bm_id3152551.help.text
msgid ""
"\\<bookmark_value\\>wizards; "
"overview\\</bookmark_value\\>\\<bookmark_value\\>AutoPilots, see "
"wizards\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3152551.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3152551.1.help.tex"
"t\n"
"\\<link href=\\\"text/shared/autopi/01000000.xhp\\\" "
"name=\\\"AutoPilot\\\"\\>Wizards\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#par_id3153527.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoPilotMenu\\\"\\>Guides you through creating "
"business and personal letters, faxes, agendas, presentations, and "
"more.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3154750.3.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010000.xhp\\\" "
"name=\\\"Letter\\\"\\>Letter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3153662.4.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020000.xhp\\\" "
"name=\\\"Fax\\\"\\>Fax\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3153561.6.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040000.xhp\\\" "
"name=\\\"Agenda\\\"\\>Agenda\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3146948.7.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050000.xhp\\\" "
"name=\\\"Presentation\\\"\\>Presentation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3147530.16.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01130000.xhp\\\" name=\\\"Document "
"Converter\\\"\\>Document Converter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3147303.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01000000.xhp#hd_id3147303.18.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/01150000.xhp\\\" name=\\\"Euro "
"Converter\\\"\\>Euro Converter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01010000.xhp#tit.help.text\n"
"Letter Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#bm_id3151100.help.text
msgid ""
"\\<bookmark_value\\>wizards; "
"letters\\</bookmark_value\\>\\<bookmark_value\\>letters; "
"wizards\\</bookmark_v"
"alue\\>\\<bookmark_value\\>templates;letters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3151100.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3151100.1.help.tex"
"t\n"
"Letter Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3093440.2.help.text
msgid ""
"\\<variable id=\\\"brief\\\"\\>\\<ahelp "
"hid=\\\".uno:AutoPilotLetter\\\"\\>Starts the wizard for a letter "
"template.\\</ahelp\\>\\</variable\\> You can use this template for both "
"business and personal correspondence."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3149178.3.help.text
msgid ""
"$[officename] comes with sample templates for personal or business letters, "
"which you can customize to your own needs with the help of the wizard. The "
"wizard leads you step-by-step in creating a document template and offers "
"numerous layout and design options. The preview gives you an impression of "
"how the finished letter will appear according to the settings you choose."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3153748.4.help.text
msgid ""
"Within the wizard, you can modify your entries and options at any time. You "
"may also skip an entire page or even all the wizard pages, in which case the "
"current (or default) settings will remain in effect."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3153824.5.help.text
msgid ""
"If you are creating a business letter, you can select a variety of elements "
"to include in your document, which usually do not apply to personal letters, "
"such as a subject line. If you choose the \\<emph\\>Personal\\</emph\\> "
"letter option, some pages which contain elements specific to business "
"letters will not be included in the wizard dialog."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3159176.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3159176.6.help.tex"
"t\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3153543.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZARD_BACK\\\"\\>Allows you to view the selections "
"that you made on the previous steps.\\</ahelp\\> The current settings will "
"be saved. "
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3150254.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3150254.8.help.tex"
"t\n"
"Next"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3155923.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZARD_NEXT\\\"\\>Saves the current settings and "
"continues to the next page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3148944.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010000.xhp#hd_id3148944.10.help.te"
"xt\n"
"Finish"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3149669.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZARD_CREATE\\\"\\>According to your selections, "
"the wizard creates a new document template and saves it on your hard "
"disk.\\</ahelp\\> $[officename] creates a new document based on the existing "
"templates with the \"Untitled X\" name (X stands for the consecutive "
"numbering) and displays it on the work area."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010000.xhp#par_id3144433.16.help.text
msgid ""
"$[officename] saves the current settings in the wizard according to the "
"chosen template. These settings are used as the default settings the next "
"time you activate the wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#tit.help.text
msgid "Letter Wizard - Page 1"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#hd_id3147102.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010100.xhp\\\" name=\\\"AutoPilot "
"Letter - Page 1\\\"\\>Letter Wizard - Page design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_id3147226.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LETTER_PAGE1\\\"\\>Specifies whether you want to create "
"a personal or a business letter.\\</ahelp\\> The available options on the "
"following pages vary depending on your choice."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#hd_id3149183.3.help.text
msgid "Please choose the type of letter and page design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_id3145346.4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specify whether you want to create a business or "
"personal letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#hd_id3155941.5.help.text
msgid "Business letter"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_id3153681.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTBUSINESSLETTER\\\"\\>Specifies that you want "
"to create a business letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_idN10616.help.text
msgid "Formal personal letter"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_idN1061D.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTPRIVOFFICIALLETTER\\\"\\>Specifies that you "
"want to create a formal personal letter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#hd_id3147275.7.help.text
msgid "Personal letter"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_id3148538.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTPRIVATELETTER\\\"\\>Specifies that you want "
"to create a personal letter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#hd_id3155628.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010100.xhp#hd_id3155628.9.help.tex"
"t\n"
"Page design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_id3149415.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_LSTBUSINESSSTYLE\\\"\\>Select the design for "
"your letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_idN106A7.help.text
msgid "Use letterhead paper with pre-printed elements"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_idN106AB.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKBUSINESSPAPER\\\"\\>Specifies whether paper "
"is used that already contains an imprinted logo, address, or footer line. "
"The Wizard shows the Letterhead layout page next.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010100.xhp#par_id3150254.17.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010200.xhp\\\" name=\\\"Go to "
"AutoPilot Letter - Page 2\\\"\\>Go to Letter Wizard - Letterhead "
"layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#tit.help.text
msgid "Letter Wizard - Page 2"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3155354.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010200.xhp\\\" name=\\\"AutoPilot "
"Letter - Page 2\\\"\\>Letter Wizard - Letterhead layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3146856.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LETTER_PAGE2\\\"\\>Allows you to specify the elements "
"that are already imprinted on your letterhead paper.\\</ahelp\\> Those "
"elements are not printed, and the space they occupy is left blank by the "
"printer."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3156211.3.help.text
msgid "Specify items already on your letterhead paper"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3149549.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3149549.4.help.tex"
"t\n"
"Logo"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3154186.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKPAPERCOMPANYLOGO\\\"\\>Specifies that a logo "
"is already printed on your letterhead paper. %PRODUCTNAME does not print a "
"logo.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3151245.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3151245.33.help.te"
"xt\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3148944.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_NUMLOGOHEIGHT\\\"\\>Defines the height of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3149415.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3149415.31.help.te"
"xt\n"
"Width"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3156192.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_NUMLOGOWIDTH\\\"\\>Defines the width of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3152922.43.help.text
msgid "Spacing to left margin"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3149766.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_NUMLOGOX\\\"\\>Sets the object distance from the "
"left page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#hd_id3150449.45.help.text
msgid "Spacing to top margin"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3156423.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_NUMLOGOY\\\"\\>Sets the object distance from the "
"top page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106CB.help.text
msgid "Own address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106CF.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKPAPERCOMPANYADDRESS\\\"\\>Specifies that an "
"address is already printed on your letterhead paper. %PRODUCTNAME does not "
"print an address.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106D2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106D2.help.text\n"
"Return address in envelope window"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106D6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKCOMPANYRECEIVER\\\"\\>Specifies that your own "
"address is imprinted in small size above the sender address. %PRODUCTNAME "
"does not print an address in small size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106D9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106D9.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106DD.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKPAPERFOOTER\\\"\\>Specifies that a footer "
"area is already printed on your letterhead paper. %PRODUCTNAME does not "
"print a footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106E0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106E0.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_idN106E4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_NUMFOOTERHEIGHT\\\"\\>Enter the height of the "
"footer area that is already imprinted on your letterhead paper. %PRODUCTNAME "
"does not print in that area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010200.xhp#par_id3153367.47.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010300.xhp\\\" name=\\\"Go to "
"AutoPilot Letter - Page 3\\\"\\>Go to Letter Wizard - Printed "
"items\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#tit.help.text
msgid "Letter Wizard - Page 3"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010300.xhp\\\" name=\\\"AutoPilot "
"Letter - Page 3\\\"\\>Letter Wizard - Printed items\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_id3152594.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LETTER_PAGE3\\\"\\>Defines the items to be included in "
"the letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN105DF.help.text
msgid "Use a typical letter format for this country"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN105E3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_LSTLETTERNORM\\\"\\>Select a country in order to "
"use a typical letter layout from that country.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN105FA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN105FA.help.text\n"
"Logo"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN105FE.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSELOGO\\\"\\>Includes a logo on the letter "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10615.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10615.help.text\n"
"Return address in envelope window"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10619.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSEADDRESSRECEIVER\\\"\\>Includes a small "
"size return address on the letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10630.help.text
msgid "Letter signs"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10634.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSESIGNS\\\"\\>Includes a line with "
"references to a business letter on the letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN1064B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN1064B.help.text\n"
"Subject line"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN1064F.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSESUBJECT\\\"\\>Includes a subject line on "
"the letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN1066E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN1066E.help.text\n"
"Salutation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10672.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSESALUTATION\\\"\\>Includes a salutation on "
"the letter template. Select the salutation from the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN10689.help.text
msgid "Fold marks"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN1068D.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSEBENDMARKS\\\"\\>Includes fold marks on the "
"letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN106AC.help.text
msgid "Complimentary close"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN106B0.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSEGREETING\\\"\\>Includes a complimentary "
"close on the letter template. Select the text from the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN106C7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN106C7.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_idN106CB.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKUSEFOOTER\\\"\\>Includes a footer on the "
"letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010300.xhp#par_id3149666.31.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010400.xhp\\\" name=\\\"Go to "
"AutoPilot Letter - Page 4\\\"\\>Go to Letter Wizard - Recipient and "
"sender\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#tit.help.text
msgid "Letter Wizard - Page 4"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#hd_id3154288.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010400.xhp\\\" name=\\\"AutoPilot "
"Letter - Page 4\\\"\\>Letter Wizard - Recipient and sender\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_id3159233.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LETTER_PAGE4\\\"\\>Specifies the sender and recipient "
"information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN105DA.help.text
msgid "Sender's address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN105DE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies your address information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN105E9.help.text
msgid "Use user data for return address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN105EC.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTSENDERPLACEHOLDER\\\"\\>Use the address data "
"from Tools - Options - %PRODUCTNAME - User data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10603.help.text
msgid "New sender address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10606.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTSENDERDEFINE\\\"\\>Use the address data from "
"the following text boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN1061D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN1061D.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10620.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_TXTSENDERNAME\\\"\\>Specifies the name of the "
"sender.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10637.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10637.help.text\n"
"Street"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN1063A.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_TXTSENDERSTREET\\\"\\>Specifies the street "
"address of the sender.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10661.help.text
msgid "Postcode/State/City"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10664.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_TXTSENDERPOSTCODE\\\"\\>Specifies the address "
"data of the sender.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10673.help.text
msgid "Recipient's address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10677.help.text
msgid "Specifies the recipient's address information."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10682.help.text
msgid "Use placeholders for recipient's address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN10685.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTRECEIVERPLACEHOLDER\\\"\\>Specifies that "
"placeholder fields are inserted into the letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN1069C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN1069C.help.text\n"
"Use address database for mail merge"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_idN1069F.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTRECEIVERDATABASE\\\"\\>Address database "
"fields are inserted into the letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010400.xhp#par_id3154365.18.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010500.xhp\\\" name=\\\"Go to "
"AutoPilot Letter - Page 5\\\"\\>Go to Letter Wizard - Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#tit.help.text
msgid "Letter Wizard - Page 5"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#hd_id3143281.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010500.xhp\\\" name=\\\"AutoPilot "
"Letter  - Page 5\\\"\\>Letter Wizard - Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_id3147834.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LETTER_PAGE5\\\"\\>Specifies the information to include "
"in the footer space.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_idN105DF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010500.xhp#par_idN105DF.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_idN105E3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_TXTFOOTER\\\"\\>Enter the text for the footer "
"lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_idN105FA.help.text
msgid "Include only on second and following pages"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_idN10600.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to suppress the footer on the first "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#hd_id3153093.31.help.text
msgid "Include page numbers"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_id3155414.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_CHKFOOTERPAGENUMBERS\\\"\\>Includes page numbers "
"in your letter template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010500.xhp#par_id3154988.41.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010600.xhp\\\" name=\\\"Go to "
"AutoPilot Letter - Page 6\\\"\\>Go to Letter Wizard - Name and "
"location\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#tit.help.text
msgid "Letter Wizard - Page 6"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#hd_id3150355.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010600.xhp\\\" name=\\\"AutoPilot "
"Letter - Page 6\\\"\\>Letter Wizard - Name and Location\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_id3152996.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LETTER_PAGE6\\\"\\>Specifies where and under which name "
"you want to save the document and template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#hd_id3154047.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010600.xhp#hd_id3154047.10.help.te"
"xt\n"
"Template name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_id3159157.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_TXTTEMPLATENAME\\\"\\>Specifies the title of the "
"document template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#hd_id3151043.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01010600.xhp#hd_id3151043.31.help.te"
"xt\n"
"Path"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_idN1061A.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_TXTPATH\\\"\\>Enter the path and file name for "
"the template, or click the \\<emph\\>...\\</emph\\> button to select the "
"path and file name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_idN10639.help.text
msgid "Create a letter from this template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_idN1063C.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTCREATELETTER\\\"\\>Saves and closes the "
"template, and then opens a new untitled document based on the "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_idN10653.help.text
msgid "Make manual changes to this letter template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_idN10656.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LTRWIZ_OPTMAKECHANGES\\\"\\>Saves the template and "
"keeps it open for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01010600.xhp#par_idN10665.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01010000.xhp\\\"\\>Letter Wizard "
"overview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01020000.xhp#tit.help.text\n"
"Fax Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#bm_id3150445.help.text
msgid ""
""
"\\<bookmark_value\\>wizards;faxes\\</bookmark_value\\>\\<bookmark_value\\>faxe"
"s"
";wizards\\</bookmark_value\\>\\<bookmark_value\\>templates;faxes\\</bookmark_"
"value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3150445.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3150445.1.help.tex"
"t\n"
"Fax Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3153394.2.help.text
msgid ""
"\\<variable id=\\\"fax\\\"\\>\\<ahelp hid=\\\".uno:AutoPilotFax\\\"\\>Opens "
"the wizard for faxes.\\</ahelp\\> The wizard can help you create document "
"templates for fax documents. You can then print the fax documents to a "
"printer or to a fax machine, if fax driver software is available. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3154824.3.help.text
msgid ""
"$[officename] comes with a template for fax documents, which you can modify "
"with the wizard to suit your own needs. The wizard leads you step-by-step in "
"creating a document template, and offers numerous layout and design options. "
"The document preview gives you an impression of how the finished fax will "
"appear."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3147088.4.help.text
msgid ""
"Within the dialog you can modify your entries and options at any time. You "
"can also skip an entire page or even all the wizard pages, in which case the "
"current (or default) settings will remain in effect."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3156156.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3156156.5.help.tex"
"t\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3155628.6.help.text
msgid ""
"Click the\\<emph\\> Back \\</emph\\>button to view the settings chosen on "
"the previous page. The current settings will not be modified or deleted if "
"you click this button.\\<emph\\> Back \\</emph\\>will be active from the "
"second page onwards."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3147335.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3147335.7.help.tex"
"t\n"
"Next"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3156117.8.help.text
msgid ""
"The wizard saves the current settings and goes to the next page. "
"The\\<emph\\> Next \\</emph\\>button will become inactive once you have "
"reached the last page."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3152350.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020000.xhp#hd_id3152350.9.help.tex"
"t\n"
"Finish"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3146948.10.help.text
msgid ""
"According to your selections, the wizard creates a document template and "
"saves it. A new document based on the template appears in the work area, "
"with the filename \"UntitledX\"."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020000.xhp#par_id3149457.15.help.text
msgid ""
"$[officename] saves the current settings in the wizard according to the "
"selected document template. These settings are used as the default settings "
"the next time you activate the wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#tit.help.text
msgid "Fax Wizard - Page 1"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#hd_id3109850.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020100.xhp\\\" name=\\\"AutoPilot Fax -"
" Page 1\\\"\\>Fax Wizard - Page Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_id3156027.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FAX_PAGE1\\\"\\>Defines the style of your fax "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105D7.help.text
msgid "Business Fax"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a fax template for a business-style "
"fax.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105DE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105DE.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105E2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105E2.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Specifies the predefined style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105E5.help.text
msgid "Private Fax"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105E9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a fax template for a private "
"fax.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105EC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105EC.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105F0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020100.xhp#par_idN105F0.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Specifies the predefined style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020100.xhp#par_id3156002.15.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020200.xhp\\\" name=\\\"Go to "
"AutoPilot Fax - Page 2\\\"\\>Go to Fax Wizard - Printed items\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#tit.help.text
msgid "Fax Wizard - Page 2"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#hd_id3157898.4.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020200.xhp\\\" name=\\\"AutoPilot Fax -"
" Page 2\\\"\\>Fax Wizard - Printed Items\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_id3147571.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FAX_PAGE2\\\"\\>Specifies the fax elements to be "
"printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105D7.help.text
msgid "Company logo"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105DB.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Includes a company logo.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105DE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105DE.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105E2.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Includes a date field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105E5.help.text
msgid "Communication Type"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105E9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Includes a communication type line. Select the line "
"from the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105EC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105EC.help.text\n"
"Subject line"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105F0.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Includes a subject line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105F3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105F3.help.text\n"
"Salutation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105F7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Includes a salutation. Select the salutation from "
"the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105FA.help.text
msgid "Greeting"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN105FE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Includes a greeting. Select the greeting from the "
"list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN10601.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN10601.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_idN10605.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Includes a footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020200.xhp#par_id3148491.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020300.xhp\\\" name=\\\"Go to "
"AutoPilot Fax - Page 3\\\"\\>Go to Fax Wizard - Recipient and "
"sender\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#tit.help.text
msgid "Fax Wizard - Page 3"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020300.xhp\\\" name=\\\"AutoPilot Fax -"
" Page 3\\\"\\>Fax Wizard - Recipient and Sender\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_id3150808.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FAX_PAGE3\\\"\\>Specifies the receiver and sender "
"information for the fax.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105D7.help.text
msgid "Sender address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies options for the sender address on the fax "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105DE.help.text
msgid "Use placeholders for sender address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105E2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105E2.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Inserts placeholders for the address on the fax "
"template. Later in the fax document, click the placeholder to enter the "
"actual data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105E5.help.text
msgid "Define sender address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105E9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to enter the address data in the following "
"text boxes. The data is inserted as normal text in the fax "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105EC.help.text
msgid "(Address data fields)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105EF.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the sender address data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105F2.help.text
msgid "Receiver address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105F6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies options for the receiver address on the "
"fax template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105F9.help.text
msgid "Use placeholders as receiver address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105FD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN105FD.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Inserts placeholders for the address on the fax "
"template. Later in the fax document, click the placeholder to enter the "
"actual data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN10600.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN10600.help.text\n"
"Use address database for mail merge"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_idN10604.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts database fields for a later mail merge with "
"the fax document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020300.xhp#par_id3154938.21.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020400.xhp\\\" name=\\\"Go to "
"AutoPilot Fax - Page 4\\\"\\>Go to Fax Wizard - Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#tit.help.text
msgid "Fax Wizard - Page 4"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#hd_id3147143.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020400.xhp\\\" name=\\\"AutoPilot Fax -"
" Page 4\\\"\\>Fax Wizard - Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_id3155805.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FAX_PAGE4\\\"\\>Specifies the footer data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105D7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105D7.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the text to be printed in the footer "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105DE.help.text
msgid "Only on second and following pages"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105E1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Suppresses the footer on the first page of a "
"multipage fax document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105E4.help.text
msgid "Include page number"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_idN105E7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Prints a page number in the footer area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020400.xhp#par_id3152812.19.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020500.xhp\\\" name=\\\"Go to "
"AutoPilot Fax - Page 5\\\"\\>Go to Fax Wizard - Name and location\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#tit.help.text
msgid "Fax Wizard - Page 5"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#hd_id3150247.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020500.xhp\\\" name=\\\"AutoPilot Fax -"
" Page 5\\\"\\>Fax Wizard - Name and Location\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_id3155552.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FAX_PAGE5\\\"\\>Defines the template name and "
"location.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105D7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105D7.help.text\n"
"Template name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the fax template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105DE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105DE.help.text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105E2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter or select the complete path, including the "
"file name of the fax template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105E5.help.text
msgid "Create a fax out of this template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105E9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates and saves the fax template, then opens a "
"new fax document based on that template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105EC.help.text
msgid "Make manual changes to this fax template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_idN105F0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates and saves the fax template, then opens the "
"template for further editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01020500.xhp#par_id3151119.35.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01020000.xhp\\\" name=\\\"Go to "
"AutoPilot Fax\\\"\\>Go to Fax Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01040000.xhp#tit.help.text\n"
"Agenda Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#bm_id3149031.help.text
msgid ""
""
"\\<bookmark_value\\>wizards;agendas\\</bookmark_value\\>\\<bookmark_value\\>Ag"
"enda "
"Wizard\\</bookmark_value\\>\\<bookmark_value\\>templates;agendas\\</bookm"
"ark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3149031.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3149031.1.help.tex"
"t\n"
"Agenda Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3147102.2.help.text
msgid ""
"\\<variable id=\\\"agenda\\\"\\>\\<ahelp "
"hid=\\\".uno:AutoPilotAgenda\\\"\\>Starts the wizard to help you create an "
"agenda template.\\</ahelp\\>\\</variable\\> You can use an agenda to specify "
"discussion topics for conferences and meetings."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3156414.3.help.text
msgid ""
"$[officename] comes with a sample template for agendas that you can modify "
"to suit your own needs. The wizard offers numerous layout and design options "
"for creating document templates. The preview gives you an impression of how "
"the finished agenda will appear."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3147571.4.help.text
msgid ""
"Within the wizard, you can modify your entries at any time. You may also "
"skip an entire page or even all the pages, in which case the current (or "
"default) settings remain in effect."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3147088.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3147088.5.help.tex"
"t\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3149177.6.help.text
msgid ""
"Returns to the selections made on the previous page. The current settings "
"remain in effect. This button only becomes active after the first page."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3155391.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3155391.7.help.tex"
"t\n"
"Next"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3156426.8.help.text
msgid ""
"The wizard saves the current settings and goes to the next page. Once you "
"reach the last page, this button will become inactive."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3145382.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040000.xhp#hd_id3145382.9.help.tex"
"t\n"
"Finish"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3156346.10.help.text
msgid ""
"According to your selections, the wizard creates a document template and "
"saves it on your hard disk. A new document based on the template appears in "
"the work area, with the filename \"UntitledX\" (X stands for an automatic "
"number)."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040000.xhp#par_id3149235.13.help.text
msgid ""
"$[officename] saves the current settings in the wizard according to the "
"selected document template. These will be used as the default settings the "
"next time you activate the wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#tit.help.text
msgid "Agenda Wizard - Page Design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040100.xhp\\\" name=\\\"AutoPilot "
"Agenda - Page 1\\\"\\>Agenda Wizard - Page Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#par_id3152594.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AGENDA_PAGE1\\\"\\>Specifies a page design for the "
"agenda.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#par_idN105D7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040100.xhp#par_idN105D7.help.text\n"
"Page design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the page design from the list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#par_idN105DE.help.text
msgid "Include form for recording minutes"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#par_idN105E2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Prints out a page on which you can write down the "
"minutes during the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040100.xhp#par_id3153087.23.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040200.xhp\\\" name=\\\"Go to "
"AutoPilot Agenda - Page 2\\\"\\>Go to Agenda Wizard - General "
"attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#tit.help.text
msgid "Agenda Wizard - General Attributes"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3150247.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040200.xhp\\\" name=\\\"AutoPilot "
"Agenda - Page 2\\\"\\>Agenda Wizard - General Attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_id3150616.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AGENDA_PAGE2\\\"\\>Specifies the date, time, title, and "
"location of the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3153748.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3153748.5.help.tex"
"t\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_id3153311.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:DATEFIELD:DLG_WIZARD_AG:DLG_AG2_DFLD_METDAT\\\"\\>Specifies the "
"date of the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3154749.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3154749.7.help.tex"
"t\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_id3166460.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:TIMEFIELD:DLG_WIZARD_AG:DLG_AG2_TFLD_METTIM\\\"\\>Specifies the "
"time of the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_idN10625.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040200.xhp#par_idN10625.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_idN10629.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the title of the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3150355.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040200.xhp#hd_id3150355.9.help.tex"
"t\n"
"Location"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_id3159400.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_WIZARD_AG:DLG_AG2_EDIT_METORT\\\"\\>Specifies "
"the location of the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040200.xhp#par_id3148946.21.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040300.xhp\\\" name=\\\"Go to "
"AutoPilot Agenda - Page 3\\\"\\>Go to Agenda Wizard - Headings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#tit.help.text
msgid "Agenda Wizard - Headings"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#hd_id3109850.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040300.xhp\\\" name=\\\"AutoPilot "
"Agenda - Page 3\\\"\\>Agenda Wizard - Headings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AGENDA_PAGE3\\\"\\>Specifies the headings that you want "
"to include in the agenda.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105DA.help.text
msgid "Type of meeting"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105DE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print the type of meeting "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105E1.help.text
msgid "Please read"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105E5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a Please read "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105E8.help.text
msgid "Please bring"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105EC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a Please bring "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105EF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105EF.help.text\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_idN105F3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a Notes line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040300.xhp#par_id3163802.5.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040400.xhp\\\" name=\\\"Go to "
"AutoPilot Agenda - Page 4\\\"\\>Go to Agenda Wizard - Names\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#tit.help.text
msgid "Agenda Wizard - Names"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#hd_id3143284.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040400.xhp\\\" name=\\\"AutoPilot "
"Agenda - Page 4\\\"\\>Agenda Wizard - Names\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_id3152363.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AGENDA_PAGE4\\\"\\>Specifies the names to be printed on "
"the agenda.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105DA.help.text
msgid "Meeting called by"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105DE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the person who called the meeting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105E1.help.text
msgid "Facilitator"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105E5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the facilitator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105E8.help.text
msgid "Note taker"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105EC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the note taker.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105EF.help.text
msgid "Timekeeper"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105F3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the timekeeper.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105F6.help.text
msgid "Attendees"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105FA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the attendees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN105FD.help.text
msgid "Observers"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN10601.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the observers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN10604.help.text
msgid "Resource persons"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_idN10608.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to print a line where you can "
"enter the resource persons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040400.xhp#par_id3150275.9.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040500.xhp\\\" name=\\\"Go to "
"AutoPilot Agenda - Page 5\\\"\\>Go to Agenda Wizard - Topics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#tit.help.text
msgid "Agenda Wizard - Topics"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#hd_id3159224.3.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040500.xhp\\\" name=\\\"AutoPilot "
"Agenda - Page 5\\\"\\>Agenda Wizard - Topics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_id3147143.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AGENDA_PAGE5\\\"\\>Specifies the topics to be printed "
"on the agenda template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105D7.help.text
msgid "Topics"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105DA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the agenda topics. Use the Move up and Move "
"down buttons to sort the topics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105DD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105DD.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105E0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts a new empty topic row above the current "
"row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105E3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105E3.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105E6.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Removes the current topic row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105E9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105E9.help.text\n"
"Move up"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105EC.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Moves the current topic row up.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105EF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105EF.help.text\n"
"Move down"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_idN105F2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Moves the current topic row down.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040500.xhp#par_id3146798.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040600.xhp\\\" name=\\\"Go to "
"AutoPilot Agenda - Page 6\\\"\\>Go to Agenda Wizard - Title and "
"location\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#tit.help.text
msgid "Agenda Wizard - Title and Location"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#hd_id3144740.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040600.xhp\\\" name=\\\"AutoPilot "
"Agenda - Page 6\\\"\\>Agenda Wizard - Title and Location\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_id3147102.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AGENDA_PAGE6\\\"\\>Choose the title and location for "
"the agenda template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105DA.help.text
msgid "Template title"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105DE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the name of the agenda "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105E1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105E1.help.text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105E5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the complete path, including the file "
"name of the agenda template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105E8.help.text
msgid "Create an agenda from this template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105EC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates and saves the agenda template, then opens a "
"new agenda document based on that template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105EF.help.text
msgid "Make manual changes to this template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105F3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates and saves the agenda template, then opens "
"the template for further editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01040600.xhp#par_idN105F6.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01040000.xhp\\\" name=\\\"Go to "
"AutoPilot Agenda\\\"\\>Go to Agenda Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#tit.help.text
msgid "Presentation Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#bm_id3159224.help.text
msgid ""
"\\<bookmark_value\\>wizards; "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"wizards\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3159224.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050000.xhp\\\" name=\\\"AutoPilot "
"Presentation\\\"\\>Presentation Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3156027.2.help.text
msgid ""
"\\<variable id=\\\"autopilot\\\"\\>\\<ahelp hid=\\\"SID_AUTOPILOT\\\"\\>Use "
"the wizard to interactively create a presentation. With the wizard, you can "
"modify the sample templates to suit your needs.\\</ahelp\\>\\</variable\\> "
"The wizard takes you step by step through the design elements and offers "
"various editing options."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3154289.11.help.text
msgid ""
"The Presentation Wizard starts automatically when you open a new "
"presentation. You can deactivate this function if you choose \\<link "
"href=\\\"text/shared/optionen/01070500.xhp\\\" name=\\\"Tools - Options - "
"Presentation - General\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME "
"Impress - General\\</emph\\>\\</link\\> and deselect the \\<emph\\>Start "
"with Wizard\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3166410.3.help.text
msgid ""
"Within each wizard page, you can undo, modify, or skip altogether the "
"editing steps. If you decide to skip over one of the pages, the wizard uses "
"the default settings."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3159269.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3159269.4.help.tex"
"t\n"
"<< Back"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3150504.5.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_ASS:BUT_LAST\\\"\\>Returns to the "
"previous step without deleting your current settings.\\</ahelp\\> You can "
"only select this button after the second editing step."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3153349.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3153349.6.help.tex"
"t\n"
"Next >>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3156307.7.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_ASS:BUT_NEXT\\\"\\>Accepts the new "
"settings and moves to the next page.\\</ahelp\\> You will not be able to "
"select this button in the last editing step."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3156327.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050000.xhp#hd_id3156327.8.help.tex"
"t\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3153087.9.help.text
msgid ""
"The wizard creates a new document based on the specified settings. You can "
"later specify a name for the document and save it."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050000.xhp#par_id3149656.10.help.text
msgid ""
"$[officename] saves the current wizard settings and uses them as default the "
"next time you open the wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#tit.help.text
msgid "Presentation Wizard Page 1"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3155320.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050100.xhp\\\" name=\\\"AutoPilot "
"Presentation Page 1\\\"\\>Presentation Wizard Page 1\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3152594.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_AUTOPILOT_PAGE1\\\"\\>Specifies the presentation "
"type and allows you to select a template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3145090.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3145090.15.help.te"
"xt\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3153684.23.help.text
msgid "You can determine the presentation type in this area."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3153527.16.help.text
msgid "Empty presentation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3149388.24.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_EMPTY\\\"\\>Creates a new "
"(empty) presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3147008.17.help.text
msgid "From template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3154318.25.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_TEMPLATE\\\"\\>Opens a list "
"box containing various modifiable presentations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3153662.18.help.text
msgid "Open existing presentation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3147275.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE1_OPEN\\\"\\>Displays a list "
"of previously created presentations.\\</ahelp\\> To load a presentation "
"created in another area of your hard disk, double-click \\<emph\\>Other "
"Position.\\</emph\\> The \\<emph\\>Open\\</emph\\> dialog then appears."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3149763.19.help.text
msgid ""
"List of template categories (only available when you select the From "
"template option)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3150503.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_AUTOPILOT_TEMPLATES\\\"\\>Lists the available "
"template categories for presentations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3153349.20.help.text
msgid ""
"List of existing presentations (only available when you select the Open "
"existing presentation option)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3145317.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_AUTOPILOT_OPEN\\\"\\>Lists the presentations that "
"you created and saved to the Templates directory that is specified under "
"\\<emph\\>Tools - Options - %PRODUCTNAME - Paths\\</emph\\>. To edit the "
"layout and formatting of a presentation with the wizard, select the "
"presentation, and then click \\<emph\\>Next\\</emph\\>. If the presentation "
"is located in a different directory, double-click the \\<emph\\>Other "
"Position\\</emph\\> entry and locate the presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3155388.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3155388.21.help.te"
"xt\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3150256.29.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_ASS:CB_PREVIEW\\\"\\>Specifies that "
"templates appear in the preview window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#hd_id3153561.22.help.text
msgid "Do not show this dialog again"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3153061.30.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_ASS:CB_STARTWITH\\\"\\>Specifies that you "
"only want the Wizard to start when you expressly request it with "
"\\<emph\\>File - Wizard - Presentation\\</emph\\>.\\</ahelp\\> This field is "
"only visible when you create a presentation by choosing \\<emph\\>File - New "
"- Presentation\\</emph\\>. You can also specify whether to show the dialog "
"with the \\<emph\\>Start with Wizard\\</emph\\> check box in \\<emph\\>Tools "
"- Options - %PRODUCTNAME Impress - General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050100.xhp#par_id3159414.13.help.text
msgid ""
"Continue here to \\<link href=\\\"text/shared/autopi/01050200.xhp\\\" "
"name=\\\"AutoPilot Page 2\\\"\\>Wizard Page 2\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#tit.help.text
msgid "Presentation Wizard Page 2"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050200.xhp\\\" name=\\\"AutoPilot "
"Presentation Page 2\\\"\\>Presentation Wizard Page 2\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3156027.19.help.text
msgid "Selects the medium and the background of your presentation."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3153749.20.help.text
msgid "Select a slide design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3155338.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_ASS:LB_PAGE2_LAYOUT\\\" "
"visibility=\\\"visible\\\"\\>Allows you to select a slide design for the "
"presentation you selected on page 1 of the Wizard.\\</ahelp\\> In the upper "
"list box you can choose from three slide design types (education, "
"presentation backgrounds and presentations). In the lower list box, you can "
"select one of the templates for your presentation."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3149177.21.help.text
msgid "Select an output medium"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3153681.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3153681.32.help.te"
"xt\n"
"Original"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3156347.33.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM5\\\" "
"visibility=\\\"visible\\\"\\>Uses the original page format of the "
"template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3147653.23.help.text
msgid "Overhead sheet"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3153032.30.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM3\\\" "
"visibility=\\\"visible\\\"\\>Creates a presentation to be used as overhead "
"transparencies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3148685.24.help.text
msgid "Paper"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3155419.31.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM4\\\" "
"visibility=\\\"visible\\\"\\>Creates a presentation that can be printed on "
"paper.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3148491.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3148491.25.help.te"
"xt\n"
"Screen"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3145119.28.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM1\\\" "
"visibility=\\\"visible\\\"\\>Creates a computer screen presentation "
"only.\\</ahelp\\> The screen is adjusted by default."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3154898.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050200.xhp#hd_id3154898.22.help.te"
"xt\n"
"Slide"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3153821.29.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE2_MEDIUM2\\\" "
"visibility=\\\"visible\\\"\\>Creates a presentation to be used as "
"slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050200.xhp#par_id3155388.12.help.text
msgid ""
"Continue to \\<link href=\\\"text/shared/autopi/01050300.xhp\\\" "
"name=\\\"AutoPilot Presentation Page 3\\\"\\>Presentation Wizard Page "
"3\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#tit.help.text
msgid "Presentation Wizard Page 3"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3153323.21.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050300.xhp\\\" name=\\\"AutoPilot "
"Presentation Page 3\\\"\\>Presentation Wizard Page 3\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3159201.2.help.text
msgid "Select a slide transition"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3145669.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_AUTOPILOT_PAGE3\\\" "
"visibility=\\\"visible\\\"\\>Assigns special effects to your presentation "
"and determines its speed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3147088.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3147088.4.help.tex"
"t\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3153683.5.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_ASS:LB_PAGE3_EFFECT\\\" "
"visibility=\\\"visible\\\"\\>Specifies an effect for your "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3153346.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3153346.6.help.tex"
"t\n"
"Speed"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3153311.7.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_ASS:LB_PAGE3_SPEED\\\" "
"visibility=\\\"visible\\\"\\>Determines the effect speed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3147275.8.help.text
msgid "Select the presentation type"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3153662.9.help.text
msgid "Determines the timing for the presentation."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3150984.22.help.text
msgid ""
"You can change the settings later under the menu \\<link "
"href=\\\"text/simpress/main0114.xhp\\\" "
"name=\\\"Presentation\\\"\\>Presentation\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3149784.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3149784.10.help.te"
"xt\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3150503.11.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE3_LIVE\\\"\\>The "
"\\<emph\\>Default\\</emph\\> option runs the presentation as a full screen "
"presentation with the specified speed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3154047.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3154047.12.help.te"
"xt\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3149578.13.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_ASS:RB_PAGE3_KIOSK\\\" "
"visibility=\\\"visible\\\"\\>Runs the presentation automatically, and "
"restarts it again after a break.\\</ahelp\\> You can specify related "
"settings in the adjacent spin boxes."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3150085.14.help.text
msgid "Duration of page"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3153562.15.help.text
msgid ""
"\\<ahelp hid=\\\"SD:TIMEFIELD:DLG_ASS:TMF_PAGE3_TIME\\\" "
"visibility=\\\"visible\\\"\\>Defines the duration of each presentation "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3155922.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3155922.16.help.te"
"xt\n"
"Duration of pause"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3153061.17.help.text
msgid ""
"\\<ahelp hid=\\\"SD:TIMEFIELD:DLG_ASS:TMF_PAGE3_BREAK\\\" "
"visibility=\\\"visible\\\"\\>Defines the pause between each "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3148946.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01050300.xhp#hd_id3148946.18.help.te"
"xt\n"
"Show logo"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3145068.19.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_ASS:CB_PAGE3_LOGO\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether to display the $[officename] "
"logo during the pause between each presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050300.xhp#par_id3151054.20.help.text
msgid ""
"Click here to continue to \\<link "
"href=\\\"text/shared/autopi/01050400.xhp\\\" name=\\\"page 4 of the "
"AutoPilot Presentation\\\"\\>page 4 of the Presentation Wizard\\</link\\>. "
"The Wizard ends here if you selected the \"Empty presentation\" option on "
"page 1 of the Wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#tit.help.text
msgid "Presentation Wizard Page 4"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#hd_id3149119.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050400.xhp\\\" name=\\\"AutoPilot "
"Presentation Page 4\\\"\\>Presentation Wizard Page 4\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#par_id3150247.28.help.text
msgid ""
"You can specify the name of your company, your presentation topic, and the "
"basic ideas you want to cover."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#hd_id3147571.29.help.text
msgid "Describe your basic ideas"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#hd_id3153345.30.help.text
msgid "What is your name or the name of your company?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#par_id3149182.34.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_ASS:EDT_PAGE4_ASKNAME\\\" "
"visibility=\\\"visible\\\"\\>Specifies your name or the name of your "
"company.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#hd_id3156410.31.help.text
msgid "What is the subject of your presentation?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#par_id3149177.35.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_ASS:EDT_PAGE4_ASKTOPIC\\\" "
"visibility=\\\"visible\\\"\\>Specifies the topic of your "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#hd_id3146797.32.help.text
msgid "Further ideas to be presented?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#par_id3149398.36.help.text
msgid ""
"\\<ahelp hid=\\\"SD:MULTILINEEDIT:DLG_ASS:EDT_PAGE4_ASKINFORMATION\\\" "
"visibility=\\\"visible\\\"\\>Use this field for further thoughts and ideas "
"that you would like to cover later in your presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050400.xhp#par_id3157909.11.help.text
msgid ""
"Continue to \\<link href=\\\"text/shared/autopi/01050500.xhp\\\" "
"name=\\\"AutoPilot Presentation Page 5\\\"\\>Presentation Wizard Page "
"5\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#tit.help.text
msgid "Presentation Wizard Page 5"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#hd_id3159224.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01050500.xhp\\\" name=\\\"AutoPilot "
"Presentation Page 5\\\"\\>Presentation Wizard Page 5\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#par_id3150247.18.help.text
msgid "You can determine which pages to include in the created presentation."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#hd_id3150178.19.help.text
msgid "Choose your pages"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#par_id3155552.21.help.text
msgid ""
"In the list field, you see all pages belonging to the selected presentation "
"template. All pages with a checkmark in the check box next to their names "
"will be included in the created presentation. To not include a page, clear "
"the check box in front of the page name. Click the small plus sign that is "
"next to the page name to display the corresponding sub-items."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#hd_id3149346.20.help.text
msgid "Create summary"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#par_id3150774.22.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_ASS:CB_PAGE5_SUMMARY\\\"\\>Creates a "
"summary of all presentation contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01050500.xhp#par_id3156426.23.help.text
msgid ""
"Return to the \\<link href=\\\"text/shared/autopi/01050000.xhp\\\" "
"name=\\\"AutoPilot Presentation\\\"\\>Presentation Wizard\\</link\\> title "
"page."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01090000.xhp#tit.help.text\n"
"Form Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090000.xhp#bm_id9834894.help.text
msgid ""
""
"\\<bookmark_value\\>forms;wizards\\</bookmark_value\\>\\<bookmark_value\\>wiza"
"rds;forms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090000.xhp#hd_id3109850.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090000.xhp#hd_id3109850.1.help.tex"
"t\n"
"Form Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090000.xhp#par_id3150247.2.help.text
msgid ""
"\\<variable id=\\\"formular\\\"\\>\\<ahelp "
"hid=\\\"HID_DLGFORM_DIALOG\\\"\\>Activates the Wizard for creating "
"forms.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090000.xhp#par_id3152801.3.help.text
msgid "Select the form properties using the following steps:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#tit.help.text
msgid "Form Wizard - Field Selection"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3155599.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090100.xhp\\\" name=\\\"Form AutoPilot "
"- Choose Database\\\"\\>Form Wizard - Field Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3150445.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>On this page of the \\<link "
"href=\\\"text/shared/autopi/01090000.xhp\\\"\\>Form Wizard\\</link\\>, you "
"can specify the table or query that you need to create the form as well as "
"the fields that you want to include in the form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3153750.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3153750.5.help.tex"
"t\n"
"Tables or queries"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3147399.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_LBTABLES\\\"\\>Specifies the table or query "
"that you want to create the form for.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3153527.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3153527.8.help.tex"
"t\n"
"Available fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3149095.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_FIELDSAVAILABLE\\\"\\>Lists the names of the "
"data base fields in the selected table or query.\\</ahelp\\> Click to select "
"a field or hold down the Shift or the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> key while "
"you click to select more than one field."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3150443.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3150443.10.help.te"
"xt\n"
">"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3148538.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDMOVESELECTED\\\"\\>Click to add the selected "
"field(s) to the right box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3154142.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3154142.12.help.te"
"xt\n"
">>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3145121.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDMOVEALL\\\"\\>Click to add all fields to the "
"right box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3155419.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3155419.14.help.te"
"xt\n"
"<"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3149763.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDREMOVESELECTED\\\"\\>Click to remove the "
"selected field from the right box.\\</ahelp\\> Removed fields are listed in "
"the left box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3159399.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3159399.16.help.te"
"xt\n"
"<<"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3156329.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDREMOVEALL\\\"\\>Click to remove all fields "
"from the right box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_idN1074A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090100.xhp#par_idN1074A.help.text\n"
"^"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_idN1074E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to move the selected field up one entry in "
"the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_idN10751.help.text
msgid "v"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_idN10755.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to move the selected field down one entry in "
"the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#hd_id3147618.18.help.text
msgid "Fields in my form"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3156194.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_FIELDSSELECTED\\\"\\>Displays the fields that "
"are in the new form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090100.xhp#par_id3150398.7.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090200.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Set up a subform\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#tit.help.text
msgid "Form Wizard - Set up a Subform"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090200.xhp\\\"\\>Form Wizard - Set up "
"a Subform\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN10553.help.text
msgid ""
"Specify if you want to use a subform and enter the subform's properties. A "
"subform is a form that is inserted in another form."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105BD.help.text\n"
"\\<link "
"href=\\\"text/shared/00/00000401.xhp#autopilotformular\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN10556.help.text
msgid "Add subform"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105B4.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select to add a subform.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN1055A.help.text
msgid "Sub form based on existing relation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105C5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to add a subform based on an existing "
"relation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN1055E.help.text
msgid "Which relation do you want to add?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105D2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the relation on which the subform is "
"based.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105D1.help.text
msgid "Sub form based on manual selection of fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105DF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to add a subform based on a manual selection "
"of fields. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090200.xhp#par_idN105E2.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090210.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Add subform fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#tit.help.text
msgid "Form Wizard - Add Subform Fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10546.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090210.xhp\\\"\\>Form Wizard - Add "
"Subform Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10556.help.text
msgid ""
"Specify the table or query you need to create the subform, and which fields "
"you wish to include in the subform."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN105BD.help.text\n"
"\\<link "
"href=\\\"text/shared/00/00000401.xhp#autopilotformular\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10559.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10559.help.text\n"
"Tables or queries"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the table or query for which the subform "
"is to be created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10590.help.text
msgid "Fields in my subform"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10594.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays all fields that will be included in the "
"new subform.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090210.xhp#par_idN10597.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090220.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Get joined fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#tit.help.text
msgid "Form Wizard - Get Joined Fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090220.xhp\\\"\\>Form Wizard - Get "
"Joined Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN10553.help.text
msgid ""
"If you chose in step 2 to set up a subform based on manual selection of "
"fields, you can select the joined fields on this wizard page."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105BD.help.text\n"
"\\<link "
"href=\\\"text/shared/00/00000401.xhp#autopilotformular\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN10556.help.text
msgid "First joined subform field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105B4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105B4.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the subform field that is joined to the main "
"form field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105B9.help.text
msgid "First joined main form field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105BF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105BF.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the main form field that is joined to the "
"subform field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105CE.help.text
msgid "Second joined subform field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105D2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105D2.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the subform field that is joined to the main "
"form field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105D5.help.text
msgid "Second joined main form field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105D9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105D9.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the main form field that is joined to the "
"subform field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105DC.help.text
msgid "Third joined subform field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105E0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105E0.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the subform field that is joined to the main "
"form field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105E3.help.text
msgid "Third joined main form field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105E7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105E7.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the main form field that is joined to the "
"subform field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105EA.help.text
msgid "Fourth joined subform field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105EE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105EE.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the subform field that is joined to the main "
"form field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105F1.help.text
msgid "Fourth joined main form field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105F5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105F5.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the main form field that is joined to the "
"subform field, which you select in the list box next to this list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090220.xhp#par_idN105F8.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090300.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Arrange controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#tit.help.text
msgid "Form Wizard - Arrange Controls"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3163829.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090300.xhp\\\" name=\\\"Form AutoPilot "
"- Choose Layout \\\"\\>Form Wizard - Arrange Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3153539.2.help.text
msgid ""
"On this page of the Wizard, you can select the layout of the created form. "
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3150791.27.help.text
msgid "Label placement"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3153379.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3153379.28.help.te"
"xt\n"
"Align left"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3151210.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDALIGNLEFT\\\"\\>The labels are left-"
"aligned.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3149169.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3149169.30.help.te"
"xt\n"
"Align right"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3148672.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDALIGNRIGHT\\\"\\>The labels are right-"
"aligned.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3153682.3.help.text
msgid "Arrangement of the main form"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3155892.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3155892.4.help.tex"
"t\n"
"Columnar - Labels Left"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3149388.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDLEFTLABELED\\\"\\>Aligns the database fields "
"column-wise with the labels to the left of the fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3145345.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3145345.5.help.tex"
"t\n"
"Columnar - Labels on Top"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3150355.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDTOPLABELED\\\"\\>Aligns the database fields "
"column-wise with the labels above the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3147209.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3147209.16.help.te"
"xt\n"
"As Data Sheet"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3153824.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDTABLESTYLE\\\"\\>Aligns the database fields "
"in a tabular form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3154897.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#hd_id3154897.8.help.tex"
"t\n"
"In Blocks - Labels Above"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_id3155421.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGFORM_CMDTOPJUSTIFIED\\\"\\>Arranges the labels above "
"the corresponding data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106C9.help.text
msgid "Arrangement of the subform"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106D5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106D5.help.text\n"
"Columnar - Labels Left"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106D9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Aligns the database fields column-wise with the "
"labels to the left of the fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106DC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106DC.help.text\n"
"Columnar - Labels on Top"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106E0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Aligns the database fields column-wise with the "
"labels above the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106E3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106E3.help.text\n"
"As Data Sheet"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106E7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Aligns the database fields in a tabular "
"form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106EA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106EA.help.text\n"
"In Blocks - Labels Above"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106EE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Arranges the labels above the corresponding "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090300.xhp#par_idN106F3.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090400.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Set data entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#tit.help.text
msgid "Form Wizard - Set Data Entry"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090400.xhp\\\"\\>Form Wizard - Set "
"Data Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN10553.help.text
msgid "Specifies the data handling mode for the new form."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105BD.help.text\n"
"\\<link "
"href=\\\"text/shared/00/00000401.xhp#autopilotformular\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN10558.help.text
msgid ""
"The form is to be used for entering new data only. Existing data will not be "
"displayed"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105B6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a form that is only used for entering new "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105BB.help.text
msgid "The form is to display all data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105C1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a form that can be used to display existing "
"data and to enter new data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN1055C.help.text
msgid "Do not allow modification of existing data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105DA.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select to disallow editing data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105DD.help.text
msgid "Do not allow deletion of existing data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105E3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to disallow deleting data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105E6.help.text
msgid "Do not allow addition of new data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105EC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to disallow adding new data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090400.xhp#par_idN105E4.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090500.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Apply styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#tit.help.text
msgid "Form Wizard - Apply Styles"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090500.xhp\\\"\\>Form Wizard - Apply "
"Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10553.help.text
msgid "Specifies the form style."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN105BD.help.text\n"
"\\<link "
"href=\\\"text/shared/00/00000401.xhp#autopilotformular\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10556.help.text
msgid "Apply styles"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the page style for the form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN1055D.help.text
msgid "Field border"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the field border style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10564.help.text
msgid "No border"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies that the fields have no "
"border.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN1056B.help.text
msgid "3D look"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN1056F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies that the field borders have a 3D "
"look.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10572.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10572.help.text\n"
"Flat"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10576.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies that the field borders look "
"flat.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090500.xhp#par_idN10579.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090600.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard - Set name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#tit.help.text
msgid "Form Wizard - Set Name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090600.xhp\\\"\\>Form Wizard - Set "
"Name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN10553.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the name of the form and how to "
"proceed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN105C9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN105C9.help.text\n"
"\\<link "
"href=\\\"text/shared/00/00000401.xhp#autopilotformular\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN10556.help.text
msgid "Name of the form"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN1055A.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Specifies the name of the form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN1055D.help.text
msgid "Work with the form"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN105C5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the form, and opens it as a form document to "
"enter and display data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN10563.help.text
msgid "Modify the form"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN105D2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the form, and opens it in edit mode to change "
"the layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01090600.xhp#par_idN10569.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090000.xhp\\\" name=\\\"More about "
"AutoPilot Forms - Subform\\\"\\>Form Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01100000.xhp#tit.help.text\n"
"Report Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100000.xhp#hd_id3150499.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100000.xhp#hd_id3150499.3.help.tex"
"t\n"
"Report Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100000.xhp#par_id3145071.1.help.text
msgid ""
"\\<variable id=\\\"report\\\"\\>\\<ahelp "
"hid=\\\"HID_DOCUMENT_CREATE_REPWIZ\\\"\\>Activates the Wizard for creating "
"reports.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100000.xhp#par_id3152780.2.help.text
msgid "Select the report properties in the following steps:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#tit.help.text
msgid "Report Wizard - Choose Database"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3155599.19.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100100.xhp\\\" name=\\\"Report "
"AutoPilot - Choose Database\\\"\\>Report Wizard - Choose Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3150476.1.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the table or query for which you are "
"creating the report, and which fields you wish to include in the "
"report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3152594.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3152594.2.help.tex"
"t\n"
"Data source"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3156042.3.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_CMBAVAILDATABASE\\\"\\>Select the data "
"source for which you want to create the report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3156136.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3156136.4.help.tex"
"t\n"
"Tables or queries"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3147043.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_LBTABLES\\\"\\>Select the table or query "
"for which the report is to be created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3147008.6.help.text
msgid "Existing fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3155338.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_FIELDSAVAILABLE\\\"\\>Displays the names of "
"the data base fields in the selected table or query.\\</ahelp\\> Click to "
"select a field or press the Shift or \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> key while "
"clicking to select multiple fields."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3153031.8.help.text
msgid "Fields in report"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3147275.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_FIELDSSELECTED\\\"\\>Displays all fields "
"that are included in the new report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3147209.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3147209.10.help.te"
"xt\n"
"->"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3152350.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_CMDMOVESELECTED\\\"\\>Click to transfer the "
"selected field(s) to the right box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3159269.12.help.text
msgid "=>>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3149784.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_CMDMOVEALL\\\"\\>Click to transfer all "
"fields to the right box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3153146.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3153146.14.help.te"
"xt\n"
"<-"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3150275.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_CMDREMOVESELECTED\\\"\\>Click to remove the "
"selected field from the right box.\\</ahelp\\> The fields will be displayed "
"again in the left box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#hd_id3149233.16.help.text
msgid "<<="
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3150084.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_1_CMDREMOVEALL\\\"\\>Click to remove all "
"fields from the right box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100100.xhp#par_id3145609.18.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100150.xhp\\\" name=\\\"More about "
"Report AutoPilot - Labeling Fields\\\"\\>More about Report Wizard - Labeling "
"Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100150.xhp#tit.help.text
msgid "Report Wizard - Labeling Fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100150.xhp#hd_id3144415.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100150.xhp\\\" name=\\\"Report "
"AutoPilot - Labeling Fields\\\"\\>Report Wizard - Labeling Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100150.xhp#par_id3147102.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies how you want to label the "
"fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100150.xhp#hd_id3155805.3.help.text
msgid "Field list"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100150.xhp#par_id3150774.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_6_TXTTITLE_6\\\"\\>Displays the names of the "
"fields to be included in the report. At the right you can enter a label for "
"each field that will be printed in the report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100150.xhp#par_id3153748.5.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100200.xhp\\\" name=\\\"More about "
"Report AutoPilot - Grouping\\\"\\>More about Report Wizard - "
"Grouping\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#tit.help.text
msgid "Report Wizard - Grouping"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3147000.7.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100200.xhp\\\" name=\\\"Report "
"AutoPilot - Grouping\\\"\\>Report Wizard - Grouping\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#par_id3163829.1.help.text
msgid ""
"You can group records in a report based on the values in one or more fields. "
"\\<ahelp hid=\\\"\\\"\\>Select the fields by which the resulting report will "
"be grouped. You can group up to four fields in a report.\\</ahelp\\> When "
"you group more than one field, $[officename] nests the groups according to "
"their group level."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3149760.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3149760.2.help.tex"
"t\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#par_id3155805.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_2_GROUPING\\\"\\>Lists the fields from your "
"selection on the previous page of the Wizard. To group the report by a "
"field, select the field name, then click the \\<emph\\>->\\</emph\\> button. "
"You may select up to four levels of grouping.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3155552.3.help.text
msgid "Groupings"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#par_id3155892.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_2_PREGROUPINGDEST\\\"\\>Lists the fields by "
"which the report will be grouped. To remove one level of grouping, select "
"the field name, then click the \\<emph\\><-\\</emph\\> button. You may "
"select up to four levels of grouping.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3154289.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3154289.4.help.tex"
"t\n"
"->"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#par_id3157958.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_2_CMDGROUP\\\"\\>Click to move a field from "
"the left box to the right box, or double-click the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3154823.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100200.xhp#hd_id3154823.5.help.tex"
"t\n"
"<-"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#par_id3149811.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_2_CMDUNGROUP\\\"\\>Click to move a field from "
"the right box to the left box, or double-click the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100200.xhp#par_id3150355.6.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100300.xhp\\\" name=\\\"More about "
"Report AutoPilot - Sort Options\\\"\\>More about Report Wizard - Sort "
"Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#tit.help.text
msgid "Report Wizard - Sort Options"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3148668.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100300.xhp\\\" name=\\\"Report "
"AutoPilot - Sort Options\\\"\\>Report Wizard - Sort Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#par_id3148520.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Select the fields by which to sort the report. "
"Fields can be sorted by up to four levels, each either ascending or "
"descending. Grouped fields can only be sorted within each group.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3149205.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3149205.3.help.tex"
"t\n"
"Sort by"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#par_id3155555.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_3_SORT1\\\"\\>Select the first field by which "
"to sort the report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3154751.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3154751.4.help.tex"
"t\n"
"And then by"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#par_id3149182.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_3_SORT4\\\"\\>Select an additional field by "
"which to sort the report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3146957.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3146957.5.help.tex"
"t\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#par_id3155338.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_3_OPTASCEND4\\\"\\>Sorts the field contents "
"in ascending order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3147653.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100300.xhp#hd_id3147653.6.help.tex"
"t\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#par_id3156113.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_3_OPTDESCEND4\\\"\\>Sorts the field contents "
"in descending order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100300.xhp#par_id3156329.11.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100400.xhp\\\" name=\\\"More about "
"Report AutoPilot - Choose Layout\\\"\\>More about Report Wizard - Choose "
"Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#tit.help.text
msgid "Report Wizard - Choose Layout"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3148668.7.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100400.xhp\\\" name=\\\"Report "
"AutoPilot - Choose Layout\\\"\\>Report Wizard - Choose Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3154894.1.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Enter a title for the report, choose the layout from "
"different templates and styles, and choose landscape or portrait page "
"orientation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3145669.2.help.text
msgid "Title of report"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3156136.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_4_TITLE\\\"\\>Specifies the title that is "
"printed at the title line of each page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3145345.3.help.text
msgid "Layout of data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3153681.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_4_DATALAYOUT\\\"\\>Defines a set of styles "
"for the report. The styles assign fonts, indents, table background, and "
"more.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3145071.4.help.text
msgid "Layout of headers and footers"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3152551.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_4_PAGELAYOUT\\\"\\>Defines a page layout for "
"the report. The page layouts are loaded from template files, which assign a "
"header, footer, and page background.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3152996.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3152996.11.help.te"
"xt\n"
"Orientation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3154749.12.help.text
msgid "Choose the page orientation for the report."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3156347.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3156347.5.help.tex"
"t\n"
"Landscape"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3145382.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_4_LANDSCAPE\\\"\\>Selects a landscape page "
"orientation for the report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3149233.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100400.xhp#hd_id3149233.6.help.tex"
"t\n"
"Portrait"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3154285.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_4_PORTRAIT\\\"\\>Selects a portrait page "
"orientation for the report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100400.xhp#par_id3148491.15.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100500.xhp\\\" name=\\\"More about "
"Report AutoPilot - Save Report\\\"\\>More about Report Wizard - Save "
"Report\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#tit.help.text
msgid "Report Wizard - Save Report"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3156211.11.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100500.xhp\\\" name=\\\"Report "
"AutoPilot - Save Report\\\"\\>Report Wizard - Save Report\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3159224.1.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>You can save the report as a template or as a "
"document. When you open a report template, it will display a new document "
"with the current data contents. When you open a static report document, it "
"will always display the same data from the time when the static report "
"document was created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3154751.2.help.text
msgid "Dynamic report template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3155805.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_OPTDYNTEMPLATE\\\"\\>Saves the report as a "
"template inside your template folder. When you open a report template, it "
"will display a new document with the current data contents.\\</ahelp\\> Also "
"creates a new entry for the template under the \\<emph\\>Links\\</emph\\> "
"heading in the \\<link href=\\\"text/shared/guide/database_main.xhp\\\" "
"name=\\\"data source explorer\\\"\\>data source explorer\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3153748.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3153748.3.help.tex"
"t\n"
"Save as"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3147088.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_TXTTEMPLATEPATH\\\"\\>Displays the path and "
"filename of the template. You may edit the path and filename.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3153683.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3153683.4.help.tex"
"t\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3145071.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_CMDTEMPLATEPATH\\\"\\>Click to select a "
"path and filename for the template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3148538.5.help.text
msgid "Modify report template"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3163802.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_OPTEDITTEMPLATE\\\"\\>When you click "
"\\<emph\\>Create\\</emph\\>, the template will be saved and opened for "
"edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3153127.6.help.text
msgid "Use report template immediately"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3156194.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_OPTUSETEMPLATE\\\"\\>When you click "
"\\<emph\\>Create\\</emph\\>, the template will be saved. Then a new report "
"document based on that template will be opened.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3157910.7.help.text
msgid "Static report"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3149580.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_OPTSTATDOCUMENT\\\"\\>Saves the report as a "
"static report document. When you open a static report document, it will "
"always display the data from the time the document was created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3158432.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3158432.8.help.tex"
"t\n"
"Save as"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3155419.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_TXTDOCUMENTPATH\\\"\\>Displays the path and "
"filename of the document. You may edit the path and filename.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3154286.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3154286.9.help.tex"
"t\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3149795.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_CMDDOCUMENTPATH\\\"\\>Click to select a "
"path and filename for the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#hd_id3156329.10.help.text
msgid "Create link to database"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01100500.xhp#par_id3155922.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGREPORT_5_CHKLINKTODB\\\"\\>Creates a new entry for "
"the static report document under the \\<emph\\>Links\\</emph\\> heading in "
"the \\<link href=\\\"text/shared/guide/database_main.xhp\\\" name=\\\"data "
"source explorer\\\"\\>data source explorer\\</link\\>. Keep in mind that "
"those links are only bookmarks to load the respective documents. No dynamic "
"database link will be created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01110000.xhp#tit.help.text\n"
"HTML Export"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3154788.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3154788.1.help.tex"
"t\n"
"HTML Export"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Determines the settings for publishing $[officename] "
"Draw or $[officename] Impress documents in HTML format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#par_id3155391.10.help.text
msgid ""
"The pages displayed differ depending on what you select on the second page "
"of the Wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3146797.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3146797.3.help.tex"
"t\n"
"<< Back"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#par_id3150444.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_LAST\\\"\\>Returns to the "
"selections made on the previous page.\\</ahelp\\> The current settings "
"remain saved. You can select this button once you are in the second editing "
"step."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3147242.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3147242.5.help.tex"
"t\n"
"Next >>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#par_id3147574.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT\\\"\\>Saves the "
"current settings and moves to the next page.\\</ahelp\\> This button becomes "
"inactive on the last page of the dialog."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3154046.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110000.xhp#hd_id3154046.7.help.tex"
"t\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#par_id3157909.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:BUT_NEXT\\\"\\>Creates new "
"documents according to your selections and saves them on the hard "
"drive.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110000.xhp#par_id3154897.9.help.text
msgid ""
"$[officename] saves the current Wizard settings and uses them as default the "
"next time that you open the Wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#tit.help.text
msgid "HTML Export - Page 1"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#hd_id3153323.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110100.xhp\\\" name=\\\"HTML Export - "
"Page 1\\\"\\>HTML Export - Page 1\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3163829.2.help.text
msgid ""
"On the first page you can select an existing design or create a new one."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3152363.14.help.text
msgid ""
"The settings you select for the export will be automatically saved as a "
"design for other exports. You can enter the design name after clicking "
"\\<emph\\>Create\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#hd_id3151226.12.help.text
msgid "Assign design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3152801.13.help.text
msgid ""
"In this area, you can choose to create a new design and select or delete an "
"existing design."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3147291.3.help.text
msgid ""
"If you delete a design, you will only delete the design information in the "
"Wizard. An export file will not be deleted by this action."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#hd_id3153681.4.help.text
msgid "New design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3149827.5.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE1_NEW_DESIGN\\\" "
"visibility=\\\"visible\\\"\\>Creates a new design in the next pages of the "
"Wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#hd_id3149388.6.help.text
msgid "Existing Design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3155535.7.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE1_OLD_DESIGN\\\" "
"visibility=\\\"visible\\\"\\>Loads an existing design from the design list "
"to use as a starting point for the steps to follow on the next pages of the "
"Wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#hd_id3152996.8.help.text
msgid "Design list"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3153031.9.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_PUBLISHING:PAGE1_DESIGNS\\\" "
"visibility=\\\"visible\\\"\\>Displays all existing designs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#hd_id3154514.10.help.text
msgid "Delete Selected Design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110100.xhp#par_id3148473.11.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE1_DEL_DESIGN\\\" "
"visibility=\\\"visible\\\"\\>Deletes the selected design from the design "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#tit.help.text
msgid "HTML Export - Page 2"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#bm_id3149233.help.text
msgid ""
"\\<bookmark_value\\>kiosk "
"export\\</bookmark_value\\>\\<bookmark_value\\>HTML; live "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>live presentations in "
"the Internet\\</bookmark_value\\>\\<bookmark_value\\>showing;live "
"presentations in the "
"Internet\\</bookmark_value\\>\\<bookmark_value\\>presentations; live in the "
"Internet\\</bookmark_value\\>\\<bookmark_value\\>Internet; "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>WebCast "
"export\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3154840.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110200.xhp\\\" name=\\\"HTML Export - "
"Page 2\\\"\\>HTML Export - Page 2\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154094.2.help.text
msgid "Determines the type of publication."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3151330.73.help.text
msgid ""
"You can specify if you want to include frames, create a title, or display "
"presentation notes."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3152924.9.help.text
msgid "Publication type"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154751.10.help.text
msgid "Defines the basic settings for the intended export."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3147399.3.help.text
msgid "Standard HTML format"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3147088.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_STANDARD\\\"\\>Creates "
"standard HTML pages from export pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3145071.5.help.text
msgid "Standard HTML with frames"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154824.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_FRAMES\\\"\\>Creates "
"standard HTML pages with frames. The exported page will be placed in the "
"main frame, and the frame to the left will display a table of contents in "
"the form of hyperlinks.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3149398.11.help.text
msgid "Create title page"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3152780.12.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_CONTENT\\\"\\>Creates a "
"title page for your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3163804.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Show notes \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3157909.14.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_NOTES\\\"\\>Specifies that "
"your notes are also displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3156117.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3156117.15.help.te"
"xt\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3149233.16.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_KIOSK\\\"\\>Creates a "
"default HTML presentation as a kiosk export, in which the slides are "
"automatically advanced after a specified amount of time.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3155421.17.help.text
msgid "As stated in document"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3150275.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_CHG_DEFAULT\\\"\\>The "
"slide transition depends on the timing that you set for each slide in the "
"presentation. If you set a manual page transition, the HTML presentation "
"introduces a new page by pressing any key from your keyboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3156307.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3156307.19.help.te"
"xt\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3153126.20.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_CHG_AUTO\\\"\\>The page "
"transition takes place automatically after the specified period of time "
"elapses and does not depend on the presentation's contents\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3150503.21.help.text
msgid "Slide view time"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3151245.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:TIMEFIELD:DLG_PUBLISHING:PAGE2_DURATION_TMF\\\"\\>Defines the "
"amount of time for each slide display.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3154347.23.help.text
msgid "Endless"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3149655.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_PUBLISHING:PAGE2_ENDLESS\\\"\\>Automatically "
"restarts the HTML presentation after the last slide has been "
"displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3151054.25.help.text
msgid "WebCast"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3150543.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_WEBCAST\\\"\\>In a "
"WebCast export, automatic scripts will be generated with Perl or ASP "
"support.\\</ahelp\\> This enables the speaker (for example, a speaker in a "
"telephone conference using a slide show in the Internet) to change the "
"slides in the audience's web browsers. You will find more information on "
"\\<link href=\\\"text/shared/autopi/01110200.xhp\\\" "
"name=\\\"WebCast\\\"\\>WebCast\\</link\\> later in this section."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3154365.27.help.text
msgid "Active Server Pages (ASP)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3148922.28.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_ASP\\\"\\>When you "
"select the\\<emph\\> ASP \\</emph\\>option, the WebCast export creates ASP "
"pages. Note that the HTML presentation can only be offered by a web server "
"supporting ASP.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3149765.29.help.text
msgid "Perl"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3145174.30.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE2_PERL\\\"\\>Used by "
"WebCast export to create HTML pages and Perl scripts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3150868.31.help.text
msgid "URL for listeners"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3149203.32.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_PUBLISHING:PAGE2_INDEX\\\"\\>Specifies the URL "
"(absolute or relative) to be entered by the viewer in order to see the "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3147228.33.help.text
msgid "URL for presentation"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3156214.34.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_PUBLISHING:PAGE2_URL\\\"\\>Specifies the URL "
"(absolute or relative), where the created HTML presentation on the web "
"server has been saved.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3153367.35.help.text
msgid "URL for Perl scripts"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3159255.36.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_PUBLISHING:PAGE2_CGI\\\"\\>Specifies the URL "
"(absolute or relative) for the generated Perl scripts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3150486.37.help.text
msgid "More Information on WebCast Export"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3152578.38.help.text
msgid ""
"There are two possible options for exporting $[officename] Impress "
"presentations using WebCast technology: Active Server Pages (ASP) and Perl."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3153364.71.help.text
msgid ""
"In either case, the WebCast needs an HTTP server offering either Perl or ASP "
"as scripting. Therefore, the exporting option depends on the HTTP server "
"used."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3151112.39.help.text
msgid "WebCast in ASP"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3159197.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3159197.40.help.te"
"xt\n"
"Exporting"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3146119.41.help.text
msgid ""
"To export to ASP, in a $[officename] Impress document choose \\<emph\\>File -"
" Export\\</emph\\>. You then see the \\<emph\\>Export\\</emph\\> dialog in "
"which you select \\<emph\\>HTML Document\\</emph\\> as the file type. Once "
"you have selected a directory and entered a file name, click "
"\\<emph\\>Save\\</emph\\>. For export as ASP, we recommend selecting a "
"\"secret\" file name for the HTML file (see below for more details). You "
"then see the \\<emph\\>HTML Export\\</emph\\> dialog. Several files will be "
"written to the directory you have just selected."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3149410.42.help.text
msgid ""
"The presenter uses the entered file name to change between the slides viewed "
"by the audience. You can save the WebCast files locally or save them "
"directly to an HTTP server. You can later transfer locally saved files to "
"the HTTP server by FTP. Note that WebCast only works if the files are "
"requested over an HTTP server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3157974.43.help.text
msgid "Do not use the same directory for two different HTML exports."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3153157.44.help.text
msgid ""
"Select \\<emph\\>WebCast\\</emph\\> as a publishing type on the second page "
"of the HTML Export Wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154790.45.help.text
msgid ""
"In the options area for WebCast, select the \\<emph\\>Active Server Pages "
"(ASP)\\</emph\\> option. You can now continue defining other settings or "
"start the export by clicking the \\<emph\\>Create\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3153281.46.help.text
msgid "Using ASP WebCast"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3149910.47.help.text
msgid ""
"You can use WebCast as soon as the exported files can be accessed from an "
"HTTP server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154503.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154503.48.help.t"
"ext\n"
"\\<emph\\>Example\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3152375.49.help.text
msgid ""
"Let's assume that you installed the Microsoft Internet Information Server on "
"your computer. You entered the \"c:\\\\Inet\\\\wwwroot\\\\presentation\" "
"directory as an HTML output directory during the IIS setup. The URL of your "
"computer is assumed as follows: \"http://myserver.com\"."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3150715.50.help.text
msgid ""
"You have saved the files that have been created during the Export process in "
"the c:\\\\Inet\\\\wwwroot\\\\presentation\\\\ directory. In this directory, "
"the Export creates an HTML file that can be named, for example, as "
"\"secret.htm\". You entered this name in the Save dialog (see above). The "
"presenter can now browse to the HTML Export files by entering the "
"http://myserver.com/presentation/secret.htm URL in any HTTP Browser having "
"JavaScript support. The presenter is now able to modify the page using some "
"form controls."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3159110.51.help.text
msgid ""
"The audience can now view the slide selected by the presenter through the "
"URL http://myserver.com/presentation/webcast.asp. They cannot move to other "
"slides found at this URL, unless the file names are known. Please ensure "
"that the HTTP server does not show the directory listing."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3153732.52.help.text
msgid "WebCast over Perl"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3152999.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3152999.53.help.te"
"xt\n"
"Exporting"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3146972.54.help.text
msgid ""
"To export, in a $[officename] Impress document choose \\<emph\\>File - "
"Export\\</emph\\>. This opens the \\<emph\\>Export\\</emph\\> dialog, in "
"which you select \\<emph\\>HTML Document\\</emph\\> as the file type. After "
"selecting a folder and entering a file name, click "
"\\<emph\\>Save\\</emph\\>. This opens the \\<emph\\>HTML Export "
"Wizard\\</emph\\>. This will write some files to the folder you have just "
"selected."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3156362.55.help.text
msgid ""
"The entered file name will be used by the presenter to switch through the "
"slides. Please select an empty directory."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3148432.56.help.text
msgid ""
"In the second page of the HTML Export, select \\<emph\\>WebCast\\</emph\\> "
"as the publication type."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3149018.57.help.text
msgid "In the option area for WebCast, select \\<emph\\>Perl\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3154509.58.help.text
msgid ""
"In the \\<emph\\>URL for listeners\\</emph\\> text box, enter the file name "
"of the HTML document that will be used by the audience. In \\<emph\\>URL for "
"presentation\\</emph\\>, enter the URL of the directory that will be used "
"for the presentation and, in \\<emph\\>URL for Perl scripts\\</emph\\>, "
"enter the URL for the CGI script directory. You can now define further "
"settings on the following pages of the Wizard or start the export process by "
"clicking the \\<emph\\>Create\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#hd_id3148996.59.help.text
msgid "Using Perl WebCast"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3159268.60.help.text
msgid ""
"The files that have been created during the export must now be set up in the "
"Perl enabled HTTP server. This cannot be done automatically because of the "
"variety of different HTTP servers having Perl support. The steps to follow "
"will be described next. Please refer to your server manual or ask your "
"network administrator how to apply these steps on your server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3147340.61.help.text
msgid ""
"You should first move the files that have been created during the export "
"into the correct directory on the HTTP server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3155936.62.help.text
msgid ""
"Move all files having the htm, jpg and gif extensions into the directory on "
"your HTTP server that has been referred to in the text box \\<emph\\>URL for "
"presentation\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3151014.63.help.text
msgid ""
"All files having the pl and txt extensions have to be moved into the "
"directory on your HTTP server that has been referred to in the \\<emph\\>URL "
"for Perl scripts\\</emph\\> text box. This directory has to be configured in "
"a way that the Perl scripts contained there can also be run by an HTTP "
"request."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3151250.64.help.text
msgid ""
"On UNIX systems grant the files with the pl extension the rights to be "
"executable by the HTTP server. Normally, this is done with the chmod "
"command. The rights of the currpic.txt file must be set to be writable by "
"the HTTP server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3153534.65.help.text
msgid "Now you should be able to use WebCast."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3156711.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3156711.66.help.t"
"ext\n"
"\\<emph\\>Example\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3147313.67.help.text
msgid ""
"In this example, you have a Linux computer with an HTTP server. The URL of "
"your HTTP server is http://myserver.com and the output directory of your "
"HTML documents is the //user/local/http/ directory. Your Perl scripts are "
"contained in the //user/local/http/cgi-bin/ directory. Enter secret.htm as "
"an export file name and presentation.htm as \\<emph\\>URL for "
"listeners\\</emph\\>. In the \\<emph\\>URL for presentation\\</emph\\> text "
"box enter http://myserver.com/presentation/ and for the \\<emph\\>URL for "
"Perl scripts\\</emph\\> enter http://myserver.com/cgi-bin/."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3145792.68.help.text
msgid ""
"Now, copy all *.htm, *.jpg and *.gif files from the directories that were "
"specified during the export into the //user/local/http/presentation/ "
"directory on your HTTP Server and copy all files with the *.pl and *.txt "
"extensions into the //user/local/http/cgi-bin/ directory."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3153920.69.help.text
msgid ""
"Login on your server as root and switch to the //user/local/http/cgi-bin/ "
"directory. You can define the corresponding rights using the chmod command."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110200.xhp#par_id3148479.70.help.text
msgid ""
"Once you have finished installing the Perl files, the presenter will be able "
"to give the presentation. The listeners can view this presentation under the "
"URL http://myserver.com/presentation/presentation.htm."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#tit.help.text
msgid "HTML Export - Page 3"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3153323.27.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110300.xhp\\\" name=\\\"HTML Export - "
"Page 3\\\"\\>HTML Export - Page 3\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3147102.28.help.text
msgid "Specifies the graphics type and the target screen resolution."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3155341.11.help.text
msgid "Save graphics as"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3157909.12.help.text
msgid ""
"Determines the image format. You can also define the compression value for "
"the export."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3147618.13.help.text
msgid "GIF - Graphics Interchange Format"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3154860.14.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_GIF\\\" "
"visibility=\\\"visible\\\"\\>The files are exported as GIF files\\</ahelp\\> "
"GIF files are compressed without loss of data, and have a maximum of 256 "
"colors."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3154306.15.help.text
msgid "JPG - Compressed file format"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3153665.16.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_JPG\\\" "
"visibility=\\\"visible\\\"\\>The files are exported as JPEG "
"files.\\</ahelp\\> JPEG files are compressed, with adjustable compression "
"and can contain more than 256 colors."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3149763.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3149763.17.help.te"
"xt\n"
"Quality"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3151384.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD:COMBOBOX:DLG_PUBLISHING:PAGE3_QUALITY\\\" "
"visibility=\\\"visible\\\"\\>Specifies the compression factor of the JPEG "
"graphic.\\</ahelp\\> A 100% value offers the best quality for a large data "
"range. The 25% factor indicates small files with inferior image quality."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3148552.19.help.text
msgid "Monitor resolution"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3148947.20.help.text
msgid ""
"Defines the resolution for the target screen. Depending on the selected "
"resolution, the image will be displayed in a reduced size. You can specify a "
"reduction of up to 80% from the original size."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3152361.21.help.text
msgid "Low resolution (640x480 Pixel)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3153380.22.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_1\\\" "
"visibility=\\\"visible\\\"\\>Select the low resolution to keep the file size "
"small, even for presentations with many slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3153361.23.help.text
msgid "Medium resolution (800x600 Pixel)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3154686.24.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_2\\\" "
"visibility=\\\"visible\\\"\\>Select the medium resolution for a medium-sized "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3153968.25.help.text
msgid "High resolution (1024x768 Pixel)"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3149810.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE3_RESOLUTION_3\\\" "
"visibility=\\\"visible\\\"\\>Select a high resolution for a high quality "
"slide display.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3154946.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3154946.31.help.te"
"xt\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#hd_id3151381.29.help.text
msgid "Export sounds when slide advances"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110300.xhp#par_id3150449.30.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_PUBLISHING:PAGE3_SLD_SOUND\\\" "
"visibility=\\\"visible\\\"\\>Specifies that the sound files that are defined "
"as an effect for slide transitions are exported.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#tit.help.text
msgid "HTML Export - Page 4"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110400.xhp\\\" name=\\\"HTML Export - "
"Page 4\\\"\\>HTML Export - Page 4\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3109850.2.help.text
msgid ""
"Specifies the information to be displayed on the title page of the "
"publication."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3149549.19.help.text
msgid ""
"You can skip this page if you unmark the \\<emph\\>Create title "
"page\\</emph\\> option, or if you select Automatic or WebCast, in previous "
"pages of the Wizard."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3155392.15.help.text
msgid "Information for the title page"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3155941.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3155941.3.help.tex"
"t\n"
"Author"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3154288.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_PUBLISHING:PAGE4_AUTHOR\\\" "
"visibility=\\\"visible\\\"\\>Specifies the name of the publication's "
"author.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3147089.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3147089.5.help.tex"
"t\n"
"E-mail address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3166460.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_PUBLISHING:PAGE4_EMAIL_EDIT\\\" "
"visibility=\\\"visible\\\"\\>Specifies the e-mail address.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3147242.7.help.text
msgid "Your homepage"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3150355.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_PUBLISHING:PAGE4_WWW_EDIT\\\" "
"visibility=\\\"visible\\\"\\>Specifies your homepage. A hyperlink will be "
"inserted in the publication.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3150504.9.help.text
msgid "Additional information"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3153823.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD:MULTILINEEDIT:DLG_PUBLISHING:PAGE4_MISC\\\" "
"visibility=\\\"visible\\\"\\>Specifies additional text to appear on the "
"title page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#hd_id3153824.17.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"IMPRESS\\\"\\>Link to a copy of the original "
"presentation\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110400.xhp#par_id3147619.18.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_PUBLISHING:PAGE4_DOWNLOAD\\\" "
"visibility=\\\"visible\\\"\\>Inserts a hyperlink to download a copy of the "
"presentation file.\\</ahelp\\>\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#tit.help.text
msgid "HTML Export - Page 5"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#hd_id3144415.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110500.xhp\\\" name=\\\"HTML Export - "
"Page 5\\\"\\>HTML Export - Page 5\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#par_id3151100.2.help.text
msgid ""
"Defines a button style for navigation through the presentation slides."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#par_id3155351.9.help.text
msgid ""
"This page is not visible if you have unmarked the \\<emph\\>Create title "
"page\\</emph\\> check box, or if you have selected either automatic or "
"WebCast export."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#hd_id3145090.7.help.text
msgid "Select button style"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#par_id3155805.8.help.text
msgid ""
"Specifies whether you want to insert navigation buttons in your "
"presentation. You can also select the style of the buttons."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#hd_id3149095.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110500.xhp#hd_id3149095.3.help.tex"
"t\n"
"Text only"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#par_id3147576.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_PUBLISHING:PAGE5_TEXTONLY\\\" "
"visibility=\\\"visible\\\"\\>Inserts only text hyperlinks instead of "
"buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#hd_id3156411.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110500.xhp#hd_id3156411.5.help.tex"
"t\n"
"Selection field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110500.xhp#par_id3153681.6.help.text
msgid ""
"Displays the available button styles. Click on a button style to select it."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#tit.help.text
msgid "HTML Export - Page 6"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3154926.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110600.xhp\\\" name=\\\"HTML Export - "
"Page 6\\\"\\>HTML Export - Page 6\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3155934.2.help.text
msgid "Defines the colors for the publication."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3150247.28.help.text
msgid ""
"Text formatting is obtained from the drawing or presentation. This page is "
"skipped if you unmark the \\<emph\\>Create title page\\</emph\\> check box "
"or if you select automatic or WebCast export."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3152924.21.help.text
msgid "Select color scheme"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3153049.22.help.text
msgid "Determines the color scheme and the colors for text and background."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3147291.23.help.text
msgid "Apply color scheme from document"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3153748.24.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_DOCCOLORS\\\" "
"visibility=\\\"visible\\\"\\>Determines the colors from the styles used in "
"the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3149095.25.help.text
msgid "Use browser colors"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3155338.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_DEFAULT\\\" "
"visibility=\\\"visible\\\"\\>Uses the default colors of the viewer's Web "
"Browser.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3149388.27.help.text
msgid "Use custom color scheme"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3149399.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_PUBLISHING:PAGE6_USER\\\" "
"visibility=\\\"visible\\\"\\>Allows you to define your own colors for some "
"presentation objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3166410.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3166410.8.help.tex"
"t\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3149762.9.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_TEXT\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog, where you "
"can select the text color of the presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3156192.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3156192.10.help.te"
"xt\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3143270.11.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_LINK\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog, where you "
"can select the hyperlink color of the presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3149234.14.help.text
msgid "Active Link"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3156152.15.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_ALINK\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog, where you "
"can select the active link color of the presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3148474.12.help.text
msgid "Visited Link"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3150670.13.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_VLINK\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog, where you "
"can select the visited link color of the presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3156024.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01110600.xhp#hd_id3156024.7.help.tex"
"t\n"
"Background"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01110600.xhp#par_id3159413.20.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:PUSHBUTTON:DLG_PUBLISHING:PAGE6_BACK\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Color\\\"\\>\\<emph\\>Color\\</emph\\>\\</link\\> dialog, where you "
"can select the background color of the presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01120000.xhp#tit.help.text\n"
"Group Element Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120000.xhp#hd_id3149031.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120000.xhp#hd_id3149031.1.help.tex"
"t\n"
"Group Element Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120000.xhp#par_id3151097.2.help.text
msgid ""
"The Group Element Wizard starts automatically when you insert a \\<link "
"href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"Group Box\\\"\\>Group "
"Box\\</link\\> into a document."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120000.xhp#hd_id3145071.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120000.xhp#hd_id3145071.5.help.tex"
"t\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120000.xhp#par_id3149811.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_LISTWIZARD_FINISH\\\" "
"visibility=\\\"visible\\\"\\>Creates the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#tit.help.text
msgid "Group Element Wizard: Data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3155599.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01120100.xhp\\\" name=\\\"AutoPilot "
"Group Element: Data\\\"\\>Group Element Wizard: Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3154894.2.help.text
msgid "Specifies which option fields are contained inside the group box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3153894.3.help.text
msgid "Which names do you want to give the option fields?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3154673.4.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_EDIT_RID_PAGE_GROUPRADIOSELECTION_ET_RADIOLABELS\\\" "
"visibility=\\\"visible\\\"\\>Specifies the respective label for each option "
"field. You will see the label of the option field in the form.\\</ahelp\\> "
"This entry corresponds to the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Label\\\"\\>Label\\</link\\> property of the option field."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3155805.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3155805.10.help.te"
"xt\n"
"Accept"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3147008.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3147008.12.help.t"
"ext\n"
">>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3153345.5.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"DBP_PUSHBUTTON_RID_PAGE_GROUPRADIO"
"SELECTION_PB_MOVETORIGHT\\\"\\>Confirms the current label and copies the "
"label to the \\<emph\\>Option fields\\</emph\\> list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3154749.6.help.text
msgid ""
"Enter the label for each option field of the group that you want to create "
"and copy the label to the list by clicking the arrow button. Repeat this "
"procedure until all the option fields are defined."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3150443.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3150443.7.help.tex"
"t\n"
"Option fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3152996.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_LISTBOX_RID_PAGE_GROUPRADIOSELECTION_LB_RADIOBUTTONS\\\" "
"visibility=\\\"visible\\\"\\>Displays all option fields which have to be "
"included in the group box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3146949.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120100.xhp#hd_id3146949.11.help.te"
"xt\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3153561.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3153561.13.help.t"
"ext\n"
"<<"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120100.xhp#par_id3159157.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_PUSHBUTTON_RID_PAGE_GROUPRADIOSELECTION_PB_MOVETOLEFT\\\" "
"visibility=\\\"visible\\\"\\>Removes the selected option fields from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#tit.help.text
msgid "Group Element Wizard: Default Field Selection"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#hd_id3151299.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01120200.xhp\\\" name=\\\"AutoPilot "
"Group Element: Default Field Selection\\\"\\>Group Element Wizard: Default "
"Field Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#par_id3144740.2.help.text
msgid ""
"Determines that you want one option field to be selected as the default "
"choice."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#par_id3154094.11.help.text
msgid ""
"The default settings will be accepted if you open the form in the user mode. "
"With these settings you determine the control property \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"Default "
"Status\\\"\\>Default Status\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#hd_id3157896.3.help.text
msgid "Should one option field be selected as a default?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#par_id3149346.4.help.text
msgid ""
"Specifies whether you want to set default settings for the option box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#hd_id3147226.5.help.text
msgid "Yes, the following:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#par_id3150774.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_RADIOBUTTON_RID_PAGE_DEFAULTFIELDSELECTION_RB_DEFSELECTIO"
"N_YES\\\" visibility=\\\"visible\\\"\\>Specifies that you want an option "
"field to be selected as a default after opening the form.\\</ahelp\\> Choose "
"the option field from the box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#hd_id3153345.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120200.xhp#hd_id3153345.6.help.tex"
"t\n"
"List box"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#par_id3146957.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_LISTBOX_RID_PAGE_DEFAULTFIELDSELECTION_LB_DEFSELECTIONFIELD\\\" "
"visibility=\\\"visible\\\"\\>Select the option field that you want to have "
"as the default when opening the form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#hd_id3147242.8.help.text
msgid "No, one particular field is not going to be selected"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120200.xhp#par_id3163802.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_RADIOBUTTON_RID_PAGE_DEFAULTFIELDSELECTION_RB_DEFSELECTIO"
"N_NO\\\" visibility=\\\"visible\\\"\\>Specifies that you do not want any "
"option field to be the default choice.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#tit.help.text
msgid "Group Element Wizard: Field Values"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#hd_id3151097.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01120300.xhp\\\" name=\\\" AutoPilot "
"Group Element: Field Values\\\"\\>Group Element Wizard: Field "
"Values\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#par_id3151100.2.help.text
msgid "Assigns a reference value to each option field."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#par_id3153323.7.help.text
msgid ""
"Select a field from the option fields list and enter the corresponding "
"\\<link href=\\\"text/shared/02/01170101.xhp\\\" name=\\\"reference "
"value\\\"\\>reference value\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#hd_id3152594.3.help.text
msgid "Which value do you want to assign to each option?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#par_id3152425.4.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_EDIT_RID_PAGE_OPTIONVALUES_ET_OPTIONVALUE\\\" "
"visibility=\\\"visible\\\"\\>Select a number or a text as a reference value "
"for the selected option field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#hd_id3155555.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120300.xhp#hd_id3155555.5.help.tex"
"t\n"
"Option fields"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120300.xhp#par_id3155941.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_LISTBOX_RID_PAGE_OPTIONVALUES_LB_RADIOBUTTONS\\\" "
"visibility=\\\"visible\\\"\\>Select the option field for which you want to "
"assign the reference value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#tit.help.text
msgid "Group Element Wizard: Database Field"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3149748.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01120400.xhp\\\" name=\\\"AutoPilot "
"Group Element: Database Field\\\"\\>Group Element Wizard: Database "
"Field\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#par_id3154094.2.help.text
msgid ""
"This page is only visible if the document is linked to a database. It "
"specifies whether the reference values should be saved in the database."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#par_id3153255.12.help.text
msgid ""
"Indicate where to save the \\<link href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"reference values\\\"\\>reference values\\</link\\>. A reference "
"value can represent the current state of the group box in a database."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#par_id3149828.11.help.text
msgid ""
"This page is only displayed if the document is already linked to a database."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3152551.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3152551.3.help.tex"
"t\n"
"Do you want to save the value in a database field?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3154823.5.help.text
msgid "Yes, I want to save it in the following database field:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#par_id3156346.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_YES\\\" "
"visibility=\\\"visible\\\"\\>Specifies that you want to save the reference "
"values in a database.\\</ahelp\\> The values are written in the data field "
"selected in the list box. The list box displays all the field names from the "
"database table  that the form is linked to."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3145382.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3145382.7.help.tex"
"t\n"
"List box"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#par_id3149398.8.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_LISTBOX_RID_PAGE_OPTION_DBFIELD_LB_STOREINFIELD\\\" "
"visibility=\\\"hidden\\\"\\>Select the data field in which the reference "
"values have to be saved.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#hd_id3153881.9.help.text
msgid "No, I only want to save the value in the form."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120400.xhp#par_id3153146.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBP_RADIOBUTTON_RID_PAGE_OPTION_DBFIELD_RB_STOREINFIELD_NO\\\" "
"visibility=\\\"visible\\\"\\>Specifies that you want to save the reference "
"values in the form only, and not in the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120500.xhp#tit.help.text
msgid "Group Element Wizard: Create Option Group"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120500.xhp#hd_id3143206.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01120500.xhp\\\" name=\\\" AutoPilot "
"Group Element: Create Option Group\\\"\\>Group Element Wizard: Create Option "
"Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120500.xhp#par_id3154812.2.help.text
msgid "Specifies a label for the option group."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120500.xhp#hd_id3144415.3.help.text
msgid "Which caption is to be given to your option group?"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01120500.xhp#par_id3163829.4.help.text
msgid ""
"\\<ahelp hid=\\\"DBP_EDIT_RID_PAGE_OPTIONS_FINAL_ET_NAMEIT\\\" "
"visibility=\\\"visible\\\"\\>Specifies the label for the option box. You "
"will see the label of the group box displayed in the form.\\</ahelp\\> The "
"text you enter here will correspond to the \\<link "
"href=\\\"text/shared/02/01170101.xhp\\\" "
"name=\\\"Label\\\"\\>Label\\</link\\> property of the group box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01130000.xhp#tit.help.text\n"
"Document Converter"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#bm_id3151097.help.text
msgid ""
"\\<bookmark_value\\>wizards; Microsoft "
"import\\</bookmark_value\\>\\<bookmark_value\\>Microsoft Office; wizard to "
"import files\\</bookmark_value\\>\\<bookmark_value\\>file "
"import\\</bookmark_value\\>\\<bookmark_value\\>importing; Microsoft document "
"wizard\\</bookmark_value\\>\\<bookmark_value\\>XML "
"converters\\</bookmark_value\\>\\<bookmark_value\\>converters; "
"XML\\</bookmark_value\\>\\<bookmark_value\\>wizards; XML "
"converters\\</bookmark_value\\>\\<bookmark_value\\>Document Converter "
"Wizard\\</bookmark_value\\>\\<bookmark_value\\>wizards; document "
"converter\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#hd_id3149798.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130000.xhp#hd_id3149798.9.help.tex"
"t\n"
"Document Converter"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#par_id3149346.2.help.text
msgid ""
"\\<variable id=\\\"ms\\\"\\>Copies and converts documents into the "
"OpenDocument XML format used by $[officename]. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#par_id3150775.3.help.text
msgid ""
"The wizard converts documents and templates from the binary format from "
"previous $[officename] versions (StarOffice 5.2 and before), as well as "
"documents from Microsoft Word, Excel and PowerPoint. The source files are "
"only read, not edited. New target files are written with the new file name "
"extension in the same or a new folder."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#par_id3156410.4.help.text
msgid "The Document Converter Wizard contains the following pages:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#hd_id3154318.7.help.text
msgid "Document Converter Summary"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130000.xhp#par_id3145313.8.help.text
msgid ""
"Displays a summary which shows what will be converted when you click "
"\\<emph\\>Convert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#tit.help.text
msgid "Document Converter Page 1"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3151299.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01130100.xhp\\\" name=\\\"Document "
"Converter Page 1\\\"\\>Document Converter Page 1\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3150445.2.help.text
msgid ""
"Specifies whether to convert documents from $[officename] or Microsoft "
"Office, and specifies the document type."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3155364.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3155364.27.help.te"
"xt\n"
"$[officename]"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3149205.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_0_OPTSODOCUMENTS\\\"\\>Converts binary "
"$[officename] documents (StarOffice 5.2 and before) into the OpenDocument "
"format used by $[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3153049.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3153049.29.help.te"
"xt\n"
"Text documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3145669.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_0_CHKWRITER\\\"\\>Converts documents in the "
"old format of $[officename] Writer *.sdw into OpenDocument *.odt "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3151226.31.help.text
msgid "Spreadsheets"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3155391.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_0_CHKCALC\\\"\\>Converts documents in the old "
"format of $[officename] Calc *.sdc into OpenDocument *.ods "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3145211.33.help.text
msgid "Drawing/presentation documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3154289.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_0_CHKIMPRESS\\\"\\>Converts documents in the "
"old format of $[officename] Draw *.sda into OpenDocument *.odg documents, "
"and $[officename] Impress *.sdd into OpenDocument *.odp "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3143267.35.help.text
msgid "Master documents/formulas"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3156114.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_0_CHKMATHGLOBAL\\\"\\>Converts documents in "
"the old format of $[officename] Writer master documents *.sgl into "
"OpenDocument *.odm documents, and $[officename] Math *.smf into OpenDocument "
"*.odf documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3166410.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3166410.37.help.te"
"xt\n"
"Microsoft Office"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3150771.38.help.text
msgid "Converts Microsoft Office documents into the OpenDocument format."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3150984.3.help.text
msgid "Word documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3150255.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CHKWORD\\\"\\>Converts documents in "
"Microsoft Word format *.doc into OpenDocument *.odt documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3155421.4.help.text
msgid "Excel documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3155630.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CHKEXCEL\\\"\\>Converts documents in "
"Microsoft Excel format *.xls into OpenDocument *.ods documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3153127.5.help.text
msgid "PowerPoint documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3149786.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CHKPOWERPOINT\\\"\\>Converts documents in "
"Microsoft PowerPoint format *.ppt into OpenDocument *.odp "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#hd_id3153088.39.help.text
msgid "Create Logfile"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3149797.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_0_CHKLOGFILE\\\"\\>Creates a log file in your "
"work directory showing which documents have been converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130100.xhp#par_id3149578.26.help.text
msgid ""
"Continue to the next page of the \\<link "
"href=\\\"text/shared/autopi/01130200.xhp\\\" name=\\\"Document "
"Converter\\\"\\>Document Converter\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#tit.help.text
msgid "Document converter continuation pages"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3149748.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01130200.xhp\\\" name=\\\"Document "
"converter continuation pages\\\"\\>Document converter continuation "
"pages\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3147143.2.help.text
msgid ""
"Specifies, for each template type and document type, the directory to be "
"read from and the directory to be written to."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3156027.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3156027.4.help.tex"
"t\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3153681.14.help.text
msgid ""
"Determines whether templates are to be converted, and how they are converted."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3146957.15.help.text
msgid "Text templates"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3153345.16.help.text
msgid ""
"Note that the \"Text templates\" label can change, depending on the "
"selections from the previous page. For example, if Microsoft Word documents "
"have been selected, the label reads \"Word templates\"."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3149182.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CBTEMPLATE\\\" "
"visibility=\\\"visible\\\"\\>Specifies that templates are to be "
"converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3153683.18.help.text
msgid "Including subdirectories"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3149811.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CBDOCUMENTRECURSE\\\" "
"visibility=\\\"visible\\\"\\>Indicates that the subdirectories of the "
"selected directory are also searched for matching files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3159269.20.help.text
msgid "Import from"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3153821.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_LBDOCUMENTPATH\\\" "
"visibility=\\\"visible\\\"\\>Specifies the directory containing the source "
"files. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3149732.22.help.text
msgid "Save to"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3155449.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_EDDOCUMENTPATH\\\" "
"visibility=\\\"visible\\\"\\>Specifies the directory to which the "
"destination files are written.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3153126.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3153126.24.help.te"
"xt\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3155388.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CMDDOCUMENTPATHSELECT\\\" "
"visibility=\\\"visible\\\"\\>Opens a dialog to select the desired "
"path.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3149416.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3149416.26.help.te"
"xt\n"
"Documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3159176.27.help.text
msgid "Determines whether and how documents are converted."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3149236.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01130200.xhp#hd_id3149236.28.help.te"
"xt\n"
"Text documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3148564.29.help.text
msgid ""
"Note that the \"Text documents\" label can change, depending on the "
"selections from the previous page. For example, if Microsoft Word documents "
"have been selected, the label reads \"Word documents\"."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3148944.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIMPORT_2_CBDOCUMENT\\\" "
"visibility=\\\"visible\\\"\\>Indicates that the documents are to be "
"converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01130200.xhp#par_id3156344.13.help.text
msgid ""
"Here you can return to the main page of the \\<link "
"href=\\\"text/shared/autopi/01130000.xhp\\\" name=\\\"Document "
"Converter\\\"\\>Document Converter Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01150000.xhp#tit.help.text\n"
"Euro Converter Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#bm_id3154840.help.text
msgid ""
"\\<bookmark_value\\>Euro; Euro Converter "
"Wizard\\</bookmark_value\\>\\<bookmark_value\\>wizards; Euro "
"Converter\\</bookmark_value\\>\\<bookmark_value\\>converters; Euro "
"converter\\</bookmark_value\\>\\<bookmark_value\\>currencies; "
"converters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3154840.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3154840.1.help.tex"
"t\n"
"Euro Converter Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3149140.2.help.text
msgid ""
"\\<variable id=\\\"eurokonv\\\"\\>\\<ahelp "
"hid=\\\".uno:EuroConverter\\\"\\>Converts the currency amounts found in "
"$[officename] Calc documents and in fields and tables of $[officename] "
"Writer documents into euros.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3145669.54.help.text
msgid ""
"Only closed files are converted. It is possible, however, to use the Euro "
"Converter in an open $[officename] Calc document. In this case, a separate "
"dialog opens. This dialog is described \\<link "
"href=\\\"text/shared/autopi/01150000.xhp\\\" name=\\\"at the end of this "
"section\\\"\\>at the end of this section\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3147275.25.help.text
msgid ""
"Only the currencies of the countries participating in the European Monetary "
"Union are converted."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3156152.3.help.text
msgid "Extent"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3156155.5.help.text
msgid "Single $[officename] Calc document"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3155420.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_OBFILE\\\"\\>Converts a single $[officename] "
"Calc file.\\</ahelp\\> To convert fields and tables in $[officename] Writer, "
"first mark the \\<emph\\>Also Convert fields and tables in text documents "
"\\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3153541.7.help.text
msgid "Complete Directory"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3150670.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_OBDIR\\\"\\>Converts all $[officename] Calc "
"and $[officename] Writer documents and templates in the selected "
"directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3149516.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3149516.9.help.tex"
"t\n"
"Currencies"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3156002.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3156002.10.help.t"
"ext\n"
"\\<ahelp hid=\\\"HID_DLGCONVERT_COMBOBOX1\\\"\\>Specifies the currency to be "
"converted into euros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3150275.11.help.text
msgid "Source directory / Source Document"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3154898.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_TBSOURCE\\\"\\>Indicates the directory or "
"the name of the single document to be converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3151385.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3151385.13.help.te"
"xt\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3147264.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBSOURCEOPEN\\\"\\>Opens a dialog to select "
"the desired directory or document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3147560.15.help.text
msgid "Including Subfolders"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3152771.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CHECKRECURSIVE\\\"\\>Specifies whether all "
"subfolders of the selected directory are included.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3150542.55.help.text
msgid "Also Convert fields and tables in text documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3150398.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CHKTEXTDOCUMENTS\\\"\\>Converts currency "
"amounts found in fields and tables of $[officename] Writer "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3148453.59.help.text
msgid ""
"Values in the text document that are not in fields or tables are not "
"converted."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3151382.49.help.text
msgid "Temporarily unprotect sheet without query"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3153192.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CHKPROTECT\\\"\\>Specifies that sheet "
"protection will be disabled during conversion and thereafter re-enabled. If "
"sheet protection is covered by a password, you will see a dialog for "
"entering the password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3147288.17.help.text
msgid "Target Directory"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3153771.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_TBTARGET\\\"\\>Specifies the folder and path "
"in which the converted files are to be saved.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3154151.19.help.text
msgid "\\<emph\\>...\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3147427.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBTARGETOPEN\\\"\\>Opens a dialog in which "
"you can select a directory to hold the converted files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155854.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155854.27.help.te"
"xt\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3153190.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBCANCEL\\\"\\>Closes the Euro "
"Converter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3154986.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3154986.29.help.te"
"xt\n"
"Help"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3155413.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBHELP\\\"\\>Activates the help for the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3148616.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3148616.21.help.te"
"xt\n"
"Convert"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3150011.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBGOON\\\"\\>Starts the "
"conversion.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3146975.51.help.text
msgid "During conversion, a page showing the progress status is displayed."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155308.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155308.52.help.te"
"xt\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3153953.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBBACK\\\"\\>Returns to the first page of "
"the Euro Converter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3154640.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CBBACK\\\"\\>If the current document is a "
"$[officename] Calc document or template, you can call up the Euro Converter "
"using the corresponding icon in the Tools bar.\\</ahelp\\> This icon is "
"hidden by default. To display the Euro Converter icon, click the arrow at "
"the end of the Tools bar, select the \\<emph\\>Visible Buttons\\</emph\\> "
"command and activate the \\<emph\\>Euro Converter\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3155415.help.text
msgid ""
"\\<image id=\\\"img_id3150417\\\" "
"src=\\\"res/commandimagelist/sc_euroconverter.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150417\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3149418.31.help.text
msgid "Euro Converter"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3144766.32.help.text
msgid ""
"The \\<emph\\>Euro Converter\\</emph\\> dialog contains the following "
"functions:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3148387.33.help.text
msgid "Entire document"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3150113.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_CHECKBOX1\\\"\\>Converts the entire "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3159110.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3159110.47.help.te"
"xt\n"
"Currencies"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3148834.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3148834.48.help.t"
"ext\n"
"\\<ahelp hid=\\\"HID_DLGCONVERT_COMBOBOX1\\\"\\>Specifies the currency to be "
"converted into euros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155084.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155084.35.help.te"
"xt\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3152999.36.help.text
msgid ""
"Select the cells you want to convert in this range, if you did not mark the "
"\\<emph\\>Entire document\\</emph\\> check box. Select an option and then "
"click the desired entries in the \\<emph\\>Templates\\</emph\\> / "
"\\<emph\\>Currency ranges\\</emph\\> field. The selected range will be "
"visible as such in the document. Click \\<emph\\>Convert\\</emph\\> to carry "
"out the conversion."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3153950.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3153950.37.help.te"
"xt\n"
"Cell Styles"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3145162.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_OPTIONBUTTON1\\\"\\>All cells with the "
"selected Cell Styles are converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3152974.39.help.text
msgid "Currency cells in the current sheet"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3154479.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_OPTIONBUTTON2\\\"\\>All currency cells in "
"the active spreadsheet will be converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3156276.41.help.text
msgid "Currency cells in the entire document"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3146912.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_OPTIONBUTTON3\\\"\\>All currency cells in "
"the active document will be converted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3155444.43.help.text
msgid "Selected range"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3153736.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_OPTIONBUTTON4\\\"\\>All currency cells in "
"the range selected before the converter was called will be "
"converted.\\</ahelp\\> All cells must have the same format so that they can "
"be recognized as a selected range."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#hd_id3153927.45.help.text
msgid "Templates / Currency ranges"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01150000.xhp#par_id3154756.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGCONVERT_LISTBOX1\\\"\\>Displays the ranges to be "
"converted from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#tit.help.text
msgid "Address Data Source"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3147285.2.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01170000.xhp\\\" name=\\\"Address Data "
"Source\\\"\\>Address Data Source\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3153910.3.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>This wizard registers an existing address book as a "
"data source in $[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3151226.4.help.text
msgid ""
"You can also register address data and other data sources in $[officename] "
"at any time without the wizard:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3153527.9.help.text
msgid "Please select the type of your external address book"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3154288.10.help.text
msgid "Mozilla / Netscape"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3145071.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_MORK\\\"\\>Select "
"this option if you already use an address book in Mozilla or "
"Netscape.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3149182.12.help.text
msgid "LDAP address data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3147209.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_LDAP\\\"\\>Select "
"this option if you already have address data on an LDAP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3152780.14.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Outlook address book "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3159176.15.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>\\<ahelp "
"hid=\\\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_OUTLOOK\\\"\\>Select "
"this option if you already use an address book in Microsoft Outlook (not "
"Outlook Express).\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3154860.16.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Windows system address book "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3150254.17.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>\\<ahelp "
"hid=\\\"extensions:RadioButton:RID_PAGE_SELECTAB"
"TYPE:RB_OUTLOOKEXPRESS\\\"\\>Select this option if you already use an "
"address book in Microsoft Outlook "
"Express.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3150976.18.help.text
msgid "Other external data source"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3156192.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:RadioButton:RID_PAGE_SELECTABTYPE:RB_OTHER\\\"\\>Select "
"this option if you want to register another data source as address book in "
"$[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3145674.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3145674.21.help.te"
"xt\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3154306.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ABSPILOT_CANCEL\\\"\\>Exits the wizard without "
"implementing any changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3148943.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ABSPILOT_PREVIOUS\\\" visibility=\\\"hidden\\\"\\>Go to "
"previous step.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3148946.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ABSPILOT_NEXT\\\" visibility=\\\"hidden\\\"\\>Go to "
"next step.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3147303.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170000.xhp#hd_id3147303.5.help.tex"
"t\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170000.xhp#par_id3149795.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ABSPILOT_FINISH\\\"\\>Establishes the connection to the "
"data source and closes the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01170200.xhp#tit.help.text\n"
"Additional Settings"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#hd_id3154094.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01170200.xhp\\\" name=\\\"Additional "
"Settings\\\"\\>Additional Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#par_id3143281.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows you to enter additional settings for LDAP "
"address data and other external data sources.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#hd_id3155555.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170200.xhp#hd_id3155555.3.help.tex"
"t\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#par_id3153311.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:PushButton:RID_PAGE_ADMININVOKATION:PB_INVOKE_ADMI"
"N_DIALOG\\\"\\>Calls a dialog in which you can enter additional "
"settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#par_id3159233.5.help.text
msgid ""
"If you selected \\<emph\\>LDAP\\</emph\\> on the first page, you will see "
"the \\<link href=\\\"text/shared/explorer/database/11190000.xhp\\\" "
"name=\\\"LDAP\\\"\\>LDAP\\</link\\> page."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170200.xhp#par_id3147576.6.help.text
msgid ""
"If you selected \\<emph\\>Other external data source\\</emph\\> on the first "
"page, you will see part of the \\<link "
"href=\\\"text/shared/explorer/database/11060000.xhp\\\" name=\\\"Data "
"Sources Administration\\\"\\>Data Sources Administration\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01170300.xhp#tit.help.text\n"
"Select Table"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#hd_id3149748.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01170300.xhp\\\" name=\\\"Select "
"Table\\\"\\>Select Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#par_id3156211.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies a table from the Mozilla / Netscape 6.x "
"address book source that is used as the address book in "
"$[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#par_id3155150.3.help.text
msgid ""
"All tables from the first user profile will be registered for this data "
"source in $[officename]. You must specify one as the table that will be used "
"in the $[officename] templates."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#hd_id3154927.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170300.xhp#hd_id3154927.4.help.tex"
"t\n"
"List box"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#par_id3147043.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:ListBox:RID_PAGE_TABLESELECTION:LB_TABLELIST\\\"\\"
">Specifies the table that is to serve as the address book for the "
"$[officename] templates.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170300.xhp#par_id3152801.6.help.text
msgid ""
"You can make changes to the templates and documents at a later time by "
"choosing \\<emph\\>Edit - Exchange Database\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#tit.help.text
msgid "Data Source Name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#hd_id3147000.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01170400.xhp\\\" name=\\\"Data Source "
"Name\\\"\\>Data Source Name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_id3144740.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies a location for the address book file and a "
"name under which the data source will be listed in the data source "
"explorer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105B7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105B7.help.text\n"
"Location"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105BB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the location of the database "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105BE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105BE.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105C2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the location using a file "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105C5.help.text
msgid "Make this address book available to all modules in %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_idN105C9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Registers the newly created database file in "
"%PRODUCTNAME. The database will then be listed in the data source window "
"(F4). If this check box is cleared, the database will be available only by "
"opening the database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#hd_id3144436.3.help.text
msgid "Address book name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170400.xhp#par_id3154673.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:Edit:RID_PAGE_FINAL:ET_DATASOURCENAME\\\"\\>Specifies the "
"data source name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/01170500.xhp#tit.help.text\n"
"Field Assignment"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170500.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01170500.xhp\\\" name=\\\"Field "
"Assignment\\\"\\>Field Assignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170500.xhp#par_id3143284.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Opens a dialog that allows you to specify the field "
"assignment.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170500.xhp#hd_id3152372.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/01170500.xhp#hd_id3152372.3.help.tex"
"t\n"
"Field Assignment"
msgstr ""

#: helpcontent2/source/text/shared/autopi/01170500.xhp#par_id3149549.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"extensions:PushButton:RID_PAGE_FIELDMAPPING:PB_INVOKE_FIELDS_"
"DIALOG\\\"\\>Opens the \\<link href=\\\"text/shared/01/01110101.xhp\\\" "
"name=\\\"Templates: Address Book Assignment\\\"\\>Templates: Address Book "
"Assignment\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/purchase.xhp#tit.help.text\n"
"Purchase %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN10564.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/purchase.xhp\\\"\\>Purchase "
"%PRODUCTNAME\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN10574.help.text
msgid ""
"This wizard is visible for the evaluation version of %PRODUCTNAME. If you "
"are using a time-limited evaluation version of %PRODUCTNAME, you can "
"purchase a license online. You will get a serial number to change your "
"%PRODUCTNAME to a full version."
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN10577.help.text
msgid ""
"The wizard can be called any time from the Help menu. The wizard will be "
"offered automatically starting five days before the evaluation period "
"expires."
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN1057A.help.text
msgid "The wizard consists of the following steps:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN1057D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN1057D.help.text\n"
"Purchase %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN10581.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>This is the welcome page of the wizard. If you want "
"to buy a serial number online, click the button. If you already have a "
"serial number, click Next to enter the number on the next page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN10590.help.text
msgid "Get your serial number online"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN10594.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to enter a web page, where you can purchase a "
"serial number online.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105A3.help.text
msgid "Unlock %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105A7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter your serial number or copy and paste the "
"number from the online web page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105B6.help.text
msgid "License Agreement"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105BA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Please read the license text (scroll down the text "
"accordingly), then accept the license to continue unlocking. If you do not "
"accept the license, the software will not be unlocked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105C9.help.text
msgid "Personal Data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105CD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>This step of the wizard appears when the unlocking "
"program finds an installed version of %PRODUCTNAME where some user settings "
"can be copied to the new installation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105DC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105DC.help.text\n"
"Copy personal data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105E0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select this box to copy your user name and other "
"data from a previous installation to your new installation of "
"%PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105EF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105EF.help.text\n"
"Summary"
msgstr ""

#: helpcontent2/source/text/shared/autopi/purchase.xhp#par_idN105F3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>This is the last page of the Purchase %PRODUCTNAME "
"Wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#tit.help.text
msgid "Start-up Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN1054C.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/startup.xhp\\\"\\>Start-up "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN1055C.help.text
msgid ""
"The Start-up Wizard opens when you start %PRODUCTNAME for the first time."
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN1055F.help.text
msgid "The wizard consists of the following pages:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN10562.help.text
msgid "Welcome"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN10566.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Start-up Wizard helps you to specify the user "
"settings for %PRODUCTNAME. This wizard only runs once.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN10575.help.text
msgid "License"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN10579.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Read and accept the license text. You need to "
"scroll to the end of the license text before you can continue.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN10588.help.text
msgid "Migration"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN1058C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>You can use this page to import user data from a "
"previously installed version of %PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN1059F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/startup.xhp#par_idN1059F.help.text\n"
"Copy personal data"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN105A3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Copies the user name and other data from a previous "
"%PRODUCTNAME installation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN105B2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/startup.xhp#par_idN105B2.help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN105B6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The user name is used for the document properties, "
"templates, and when you record changes made to documents. This page is only "
"displayed if a previous installation of %PRODUCTNAME is not found on your "
"computer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/startup.xhp#par_idN105C8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter your personal data into the text "
"boxes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard00.xhp#tit.help.text
msgid "Web Wizard"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard00.xhp#par_idN1054D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard00.xhp#par_idN1054D.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard00.xhp\\\"\\>Web "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard00.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\"34200\\\"\\>The Web Wizard helps you to maintain a web site "
"on an Internet server.\\</ahelp\\>The Web Wizard converts files in a local "
"folder to a web format and uploads the files to the server. The wizard also "
"uses one of the supplied templates to create an index page that contains "
"hyperlinks to the uploaded files."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard00.xhp#par_idN10560.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000401.xhp#webwizard\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard00.xhp#par_idN105C4.help.text
msgid ""
"The Web Wizard uses the File Transfer Protocol (FTP) to upload files to a "
"server. You cannot use the wizard to upload the files if you connect to the "
"internet through a proxy server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard00.xhp#par_idN10574.help.text
msgid "The wizard involves the following steps:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#tit.help.text
msgid "Web Wizard - Introduction"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard01.xhp\\\"\\>Web Wizard - "
"Introduction\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN10554.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>You can use the Web Wizard to maintain a web page "
"on server.\\</ahelp\\> You can also load previously saved Web Wizard "
"settings to maintain an existing web page. These settings include "
"information about the local folder and the ftp server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN10557.help.text
msgid "Choose Web Wizard settings"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"34207\\\"\\>Select the settings that you want to load and "
"then click \\<emph\\>Load\\</emph\\>. To start the wizard with the default "
"settings, select \"none\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN1055E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN1055E.help.te"
"xt\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\"34209\\\"\\>Deletes the selected settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN10565.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard01.xhp#par_idN10565.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard02.xhp\\\"\\>Web Wizard - "
"Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#tit.help.text
msgid "Web Wizard - Documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10547.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10547.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard02.xhp\\\"\\>Web Wizard - "
"Documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10557.help.text
msgid ""
"Select the files that you want to upload to your web site. You can upload "
"the files to a server or to a local directory."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1055A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1055A.help.te"
"xt\n"
"Documents"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1055E.help.text
msgid ""
"\\<ahelp hid=\\\"34210\\\"\\>Lists the documents that you want to publish to "
"your web site. The wizard can convert %PRODUCTNAME documents to HTML, PDF, "
"or, in some cases, Flash format before the documents are uploaded. All other "
"files are uploaded in their original file format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10561.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10561.help.te"
"xt\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10565.help.text
msgid ""
"\\<ahelp hid=\\\"34211\\\"\\>Opens a dialog where you can select the files "
"that you want to have to your web site. The order of the list determines the "
"order in which the hyperlinks to the documents are displayed on the index "
"page of your web site.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10568.help.te"
"xt\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\"34212\\\"\\>Removes the selected file from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10577.help.text
msgid "Export to file format"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1057B.help.text
msgid ""
"\\<ahelp hid=\\\"34218\\\"\\>Select the file format that you want to export "
"the selected file to.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1057E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1057E.help.te"
"xt\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10582.help.text
msgid ""
"\\<ahelp hid=\\\"34215\\\"\\>Enter the title for the selected document. The "
"title appears as a hyperlink to the selected document on the index page of "
"your web site.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10585.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10585.help.te"
"xt\n"
"Summary"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10589.help.text
msgid ""
"\\<ahelp hid=\\\"34216\\\"\\>Enter a description for the selected "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1058C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN1058C.help.te"
"xt\n"
"Author"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\"34217\\\"\\>Enter the name of the author for the selected "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard02.xhp#par_idN10593.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard03.xhp\\\"\\>Web Wizard - Main "
"layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard03.xhp#tit.help.text
msgid "Web Wizard - Main Layout"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard03.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard03.xhp\\\"\\>Web Wizard - Main "
"Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard03.xhp#par_idN10554.help.text
msgid ""
"Select the formatting template that you want to use for the layout of the "
"index page of your site. The template defines the text formatting and the "
"position of elements on the page. Some of the available layouts use frames."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard03.xhp#par_idN10557.help.text
msgid "Layouts"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard03.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"34220\\\"\\>Select the layout for the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard03.xhp#par_idN1055E.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard04.xhp\\\"\\>Web Wizard - "
"Layout details\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#tit.help.text
msgid "Web Wizard - Layout Details"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard04.xhp\\\"\\>Web Wizard - "
"Layout Details\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10554.help.text
msgid ""
"Use this page of the wizard to customize the layout options for the index "
"page of your web site."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10557.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10557.help.te"
"xt\n"
"File name"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"34235\\\"\\>Includes the file names of the documents on the "
"index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1055E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1055E.help.te"
"xt\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\"34236\\\"\\>Includes the summary information of the "
"documents on the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10565.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10565.help.te"
"xt\n"
"Author"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10569.help.text
msgid ""
"\\<ahelp hid=\\\"34237\\\"\\>Includes the names of the people who created "
"the documents on the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1056C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1056C.help.te"
"xt\n"
"Creation date"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10570.help.text
msgid ""
"\\<ahelp hid=\\\"34238\\\"\\>Includes the creation dates of the documents on "
"the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10573.help.text
msgid "Last change date"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10577.help.text
msgid ""
"\\<ahelp hid=\\\"34239\\\"\\>Includes the date of the last time a file was "
"modified on the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1057A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1057A.help.te"
"xt\n"
"File format"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1057E.help.text
msgid ""
"\\<ahelp hid=\\\"34240\\\"\\>Displays the format of the files on the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10581.help.text
msgid "File format icon"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10585.help.text
msgid ""
"\\<ahelp hid=\\\"34241\\\"\\>Displays the file format icon on the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10588.help.text
msgid "No. of pages"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1058C.help.text
msgid ""
"\\<ahelp hid=\\\"34242\\\"\\>Displays the number of pages in your site on "
"the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1058F.help.text
msgid "Size in KB"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10593.help.text
msgid ""
"\\<ahelp hid=\\\"34243\\\"\\>Displays the file size in kilobytes on the "
"index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN10596.help.text
msgid "Optimize the layout for screen resolution:"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1059A.help.text
msgid "640x480"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN1059E.help.text
msgid ""
"\\<ahelp hid=\\\"34244\\\"\\>Optimizes the web site for a 640x480 pixel "
"screen resolution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN105A1.help.text
msgid "800x600"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN105A5.help.text
msgid ""
"\\<ahelp hid=\\\"34245\\\"\\>Optimizes the web site for a 800x600 pixel "
"screen resolution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN105A8.help.text
msgid "1024x768"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN105AC.help.text
msgid ""
"\\<ahelp hid=\\\"34246\\\"\\>Optimizes the web site for a 1024x768 pixel "
"screen resolution.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN105AF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard04.xhp#par_idN105AF.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard05.xhp\\\"\\>Web Wizard - "
"Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#tit.help.text
msgid "Web Wizard - Design"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10544.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10544.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard05.xhp\\\"\\>Web Wizard - "
"Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10554.help.text
msgid "Select a style for the index page."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10557.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10557.help.te"
"xt\n"
"Style"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"34247\\\"\\>Select the color scheme for the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN1055E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN1055E.help.te"
"xt\n"
"Background"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\"34248\\\"\\>Select a \\<link "
"href=\\\"text/shared/autopi/webwizard05bi.xhp\\\"\\>Background "
"image\\</link\\> for the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10573.help.text
msgid "Icon set"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10577.help.text
msgid ""
"\\<ahelp hid=\\\"34249\\\"\\>Select the \\<link "
"href=\\\"text/shared/autopi/webwizard05is.xhp\\\"\\>Icons\\</link\\> that "
"you want to use for the navigation elements on the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05.xhp#par_idN10588.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard06.xhp\\\"\\>Web Wizard - Web "
"site information\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#tit.help.text\n"
"Background Images"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN1053A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN1053A.help."
"text\n"
"Background Images"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN1053E.help.text
msgid ""
"\\<ahelp hid=\\\"34290\\\"\\>Specifies a background image for the \\<link "
"href=\\\"text/shared/autopi/webwizard05.xhp\\\"\\>Web Wizard "
"style\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN1054F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN1054F.help."
"text\n"
"Other"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN10553.help.text
msgid ""
"\\<ahelp hid=\\\"34291\\\"\\>Opens a file open dialog to select a background "
"image file for the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN10556.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN10556.help."
"text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05bi.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\"34292\\\"\\>Clears the background image from the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05is.xhp#tit.help.text
msgid "Icon Set"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05is.xhp#par_idN1053A.help.text
msgid "Icon Sets"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05is.xhp#par_idN1053E.help.text
msgid ""
"\\<ahelp hid=\\\"41000\\\"\\>Select an icon set for navigation on HTML "
"presentations documents in the \\<link "
"href=\\\"text/shared/autopi/webwizard05.xhp\\\"\\>Web "
"Wizard\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05is.xhp#par_idN1054F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard05is.xhp#par_idN1054F.help."
"text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard05is.xhp#par_idN10553.help.text
msgid ""
"\\<ahelp hid=\\\"41002\\\"\\>Clears the icon set from the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#tit.help.text
msgid "Web Wizard - Web Site Information"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/webwizard06.xhp\\\"\\>Web Wizard - Web "
"Site Information\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10554.help.text
msgid "Enter the title and meta information for your web site."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10557.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10557.help.te"
"xt\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"34250\\\"\\>Enter the title for the index page. This "
"element is displayed on the title bar of web browsers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1055E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1055E.help.te"
"xt\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\"34253\\\"\\>Enter a description for the index page. The "
"description is stored in an HTML meta tag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10565.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10565.help.te"
"xt\n"
"Keywords"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10569.help.text
msgid ""
"Enter keywords for the index page. Keywords are stored in HTML meta tags."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1056C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1056C.help.te"
"xt\n"
"Created"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10570.help.text
msgid ""
"\\<ahelp hid=\\\"34255\\\"\\>Enter the creation date for the index page. The "
"date is stored in an HTML meta tag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10573.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10573.help.te"
"xt\n"
"Modified"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10577.help.text
msgid ""
"\\<ahelp hid=\\\"34256\\\"\\>Enter the modified date for the index page. The "
"date is stored in an HTML meta tag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1057A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1057A.help.te"
"xt\n"
"E-mail"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN1057E.help.text
msgid ""
"\\<ahelp hid=\\\"34258\\\"\\>Enter the e-mail address for the index page. "
"The address is stored in an HTML meta tag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10581.help.text
msgid "Copyright notice"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10585.help.text
msgid ""
"\\<ahelp hid=\\\"34259\\\"\\>Enter the copyright notice for the index page. "
"The notice is stored in an HTML meta tag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10588.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard06.xhp#par_idN10588.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard07.xhp\\\"\\>Web Wizard - "
"Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#tit.help.text
msgid "Web Wizard - Preview"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10544.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10544.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard07.xhp\\\"\\>Web Wizard - "
"Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10554.help.text
msgid ""
"Specify where you want to publish your web site as well as preview your site."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10557.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10557.help.te"
"xt\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\"34260\\\"\\>Opens your web page in the default web browser "
"of your operating system.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1055E.help.text
msgid "Local directory"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\"34261\\\"\\>Uploads your index page and files to a local "
"directory. The index page is saved to the location that you specified. All "
"other files are saved to the \"myWebsite\" directory in the directory that "
"contains the index page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10565.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10565.help.te"
"xt\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10569.help.text
msgid ""
"\\<ahelp hid=\\\"34263\\\"\\>Opens a dialog to select a folder.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1056C.help.text
msgid "Archive file"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10570.help.text
msgid ""
"\\<ahelp hid=\\\"34265\\\"\\>Adds your index page and files to a compressed "
"archive file and uploads the file to your web site. The index page is saved "
"to the location that you specified. All other files are saved to the "
"\"myWebsite\" directory in the directory that contains the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10573.help.text
msgid ""
"Depending on your operating system, the available archive file formats are "
"zip, gzip, and war."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10576.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10576.help.te"
"xt\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1057A.help.text
msgid ""
"\\<ahelp hid=\\\"34266\\\"\\>Opens a dialog where you can specify the "
"location of the archive file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1057D.help.text
msgid "The web via FTP"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10581.help.text
msgid ""
"\\<ahelp hid=\\\"34268\\\"\\>Uploads your files to an FTP server. The index "
"page is saved to the location that you specified. All other files are saved "
"to the \"myWebsite\" directory in the directory that contains the index "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10584.help.text
msgid ""
"You cannot use the FTP option if you connect to the internet through a proxy "
"server."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN10587.help.text
msgid "Configure"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1058B.help.text
msgid ""
"\\<ahelp hid=\\\"34269\\\"\\>Opens the \\<link "
"href=\\\"text/shared/autopi/webwizard07fc.xhp\\\"\\>FTP "
"Connection\\</link\\> dialog where you can edit and test the connection "
"settings for the FTP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN1059C.help.text
msgid "Save settings"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN105A0.help.text
msgid ""
"\\<ahelp hid=\\\"34270\\\"\\>Saves the settings that you specified in this "
"wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN105A3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN105A3.help.te"
"xt\n"
"Save as"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN105A7.help.text
msgid ""
"\\<ahelp hid=\\\"34271\\\"\\>Enter the name for the settings "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN105AA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07.xhp#par_idN105AA.help.te"
"xt\n"
"\\<link href=\\\"text/shared/autopi/webwizard00.xhp\\\"\\>Web "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#tit.help.text\n"
"FTP Connection"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10543.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10543.help."
"text\n"
"FTP Connection"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10547.help.text
msgid ""
"\\<ahelp hid=\\\"41040\\\"\\>Edit and test the FTP server connection "
"settings for the \\<link "
"href=\\\"text/shared/autopi/webwizard07.xhp\\\"\\>Web "
"Wizard\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10558.help.text
msgid "Server name or IP address"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN1055C.help.text
msgid ""
"\\<ahelp hid=\\\"41041\\\"\\>Enter the name or IP address of the FTP "
"server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10571.help.text
msgid "Username"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10575.help.text
msgid ""
"\\<ahelp hid=\\\"41042\\\"\\>Enter the user name that is required to access "
"the FTP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10578.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10578.help."
"text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN1057C.help.text
msgid ""
"\\<ahelp hid=\\\"41043\\\"\\>Enter the password that is required to access "
"the FTP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN1057F.help.text
msgid "Test"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10583.help.text
msgid ""
"\\<ahelp hid=\\\"41044\\\"\\>Tests the FTP connection with the current "
"settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10586.help.text
msgid "Choose a remote directory"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN1058A.help.text
msgid ""
"\\<ahelp hid=\\\"41045\\\"\\>Enter the location of a directory on the FTP "
"server where you want to store your files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN1058D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN1058D.help."
"text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/autopi/webwizard07fc.xhp#par_idN10591.help.text
msgid ""
"\\<ahelp hid=\\\"41046\\\"\\>Opens a dialog where you can specify the FTP "
"server directory to store the files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02000000.xhp#tit.help.tex"
"t\n"
"Queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#bm_id3150445.help.text
msgid ""
""
"\\<bookmark_value\\>queries;overview\\</bookmark_value\\>\\<bookmark_value\\>t"
"ables in databases; printing "
"queries\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"queries\\</bookmark_value\\>\\<bookmark_value\\>queries; "
"printing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3150445.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/02000000.xhp\\\" "
"name=\\\"Queries\\\"\\>Queries\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3150499.2.help.text
msgid ""
"A \"query\" is special view of a table. Queries can display certain records "
"or only a few fields per record and, if required, also sort those records. A "
"query can apply to one table to multiple tables, if they are linked by "
"common data fields."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3147399.12.help.text
msgid ""
"Use queries to find records from data tables based on certain criteria. All "
"queries created for a database are listed under the "
"\\<emph\\>Queries\\</emph\\> entry. Since this entry contains the database "
"queries, it is also called the \"query container\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3153750.39.help.text
msgid "Printing Queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3149183.40.help.text
msgid "To print a query or table:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3156426.41.help.text
msgid ""
"Open a text document (or a spreadsheet document if you prefer the specific "
"printing functions of this type of document)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3149827.42.help.text
msgid ""
"Open the database so that you can see the name of the query or table as an "
"entry."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3149398.43.help.text
msgid ""
"Drag the name into the open document. You now see the dialog \\<link "
"href=\\\"text/shared/02/12070000.xhp\\\" name=\\\"Insert Database "
"Columns\\\"\\>Insert Database Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3150443.44.help.text
msgid ""
"Decide which columns = data fields you want to include. You can also click "
"the \\<emph\\>AutoFormat\\</emph\\> button and select a corresponding "
"formatting type. Close the dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3153561.49.help.text
msgid "The query or table will be inserted into your document."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3150503.50.help.text
msgid "Print the document by choosing \\<emph\\>File - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3153146.47.help.text
msgid ""
"You can also select the entire database table in the data source view "
"(button in the top left corner of the table) and then drag this to a text "
"document or spreadsheet."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3155923.23.help.text
msgid ""
"The $[officename] Help provides you with further information about the "
"following subjects:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3148946.46.help.text
msgid ""
"\\<link href=\\\"text/shared/main0212.xhp\\\" name=\\\"Sorting and Filtering "
"Data\\\"\\>Sorting and Filtering Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3149655.28.help.text
msgid "Allows you to sort and filter the data in a query table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3153379.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3153379"
".14.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Design\\\"\\>Query Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3151211.18.help.text
msgid ""
"With the \\<emph\\>Query Design\\</emph\\>, you can create and edit a query "
"or view."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3153968.29.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Through Several Tables\\\"\\>Query Through Several "
"Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3151043.30.help.text
msgid ""
"The query result can contain data from several tables if these are linked to "
"each other by suitable data fields."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3159149.31.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Formulating Query Criteria\\\"\\>Formulating Query "
"Criteria\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3154910.32.help.text
msgid ""
"You can find out which operators and commands can be used to formulate the "
"filter conditions for a query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#hd_id3156212.33.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Executing Functions\\\"\\>Executing Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000000.xhp#par_id3144762.34.help.text
msgid ""
"You can perform calculations with the data of a table and store the results "
"as a query result."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02000002.xhp#tit.help.tex"
"t\n"
"Missing Element"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#bm_id3150445.help.text
msgid "\\<bookmark_value\\>queries; missing elements\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3150445.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3150445"
".1.help.text\n"
"Missing Element"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3150247.2.help.text
msgid ""
"If a query in which tables or fields no longer exist is opened, "
"the\\<emph\\> Missing Element \\</emph\\>dialog appears. This dialog names "
"the missing table or the field which cannot be interpreted and allows you to "
"decide how to continue with the procedure."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3145072.3.help.text
msgid "How to continue?"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3149177.4.help.text
msgid "There are three options available for answering this question:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3147576.5.help.text
msgid "Do you really want to open the query in the graphic view?"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3166461.6.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows you to open the query in the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Design "
"View\\\"\\>Design View\\</link\\> in spite of missing elements.\\</ahelp\\> "
"This option also allows you to specify if other errors need to be ignored."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3153031.7.help.text
msgid ""
"The query is opened in the Design View (the graphical interface). Missing "
"tables appear blank and invalid fields appear with their (invalid) names in "
"the list of fields. This lets you work with exactly those fields that caused "
"the error."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3149578.8.help.text
msgid "Open the query in the SQL View"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3159157.9.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows you to open the query design in the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"SQL "
"Mode\\\"\\>SQL Mode\\</link\\> and to interpret the query as a \\<link "
"href=\\\"text/shared/02/14030000.xhp\\\" name=\\\"Native SQL\\\"\\>Native "
"SQL\\</link\\>.\\</ahelp\\> You can only quite the native SQL mode when the "
"$[officename] statement is completely interpreted (only possible if the used "
"tables or fields in the query really exist)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3150984.10.help.text
msgid "Do not open the query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3156329.11.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows you to cancel the procedure and specify that "
"the query should not be opened.\\</ahelp\\> This option corresponds to the "
"function of the \\<emph\\>Cancel\\</emph\\> dialog button."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#hd_id3148492.12.help.text
msgid "Also ignore similar errors"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02000002.xhp#par_id3154285.13.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>If you selected the first option, but you still want "
"to open the query in the graphics view in spite of missing elements, you can "
"specify whether other errors are ignored.\\</ahelp\\> Therefore, in the "
"current opening process, no error message will be displayed if the query can "
"not be correctly interpreted."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#tit.help.text
msgid "Query Design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#bm_id3153323.help.text
msgid ""
"\\<bookmark_value\\>views; creating database "
"views\\</bookmark_value\\>\\<bookmark_value\\>queries; creating in design "
"view\\</bookmark_value\\>\\<bookmark_value\\>designing; "
"queries\\</bookmark_value\\>\\<bookmark_value\\>design view; "
"queries/views\\</"
"bookmark_value\\>\\<bookmark_value\\>joining;tables\\</bookma"
"rk_value\\>\\<bookmark_value\\>tables in databases; joining for "
"queries\\</bookmark_value\\>\\<bookmark_value\\>queries; joining "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables in databases; "
"relations\\</bookmark_value\\>\\<bookmark_value\\>relations; joining "
"tables\\</bookmark_value\\>\\<bookmark_value\\>queries; deleting table "
"links\\</bookmark_value\\>\\<bookmark_value\\>criteria of query "
"design\\</bookmark_value\\>\\<bookmark_value\\>queries; formulating filter "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>filter conditions in "
"queries\\</bookmark_value\\>\\<bookmark_value\\>parameters; "
"queries\\</bookmark_value\\>\\<bookmark_value\\>queries; parameter "
"queries\\</bookmark_value\\>\\<bookmark_value\\>SQL; "
"queries\\</bookmark_value\\>\\<bookmark_value\\>native "
"SQL\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3153394.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3153394"
".1.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Design\\\"\\>Query Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156411.288.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>The \\<emph\\>Query Design View \\</emph\\>allows "
"you to create and edit a database query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159176.276.help.text
msgid ""
"Some databases also support the creation of a new table view. Selecting the "
"\\<emph\\>Create View\\</emph\\> command from the "
"\\<emph\\>Tables\\</emph\\> tab page of a database document, you see the "
"\\<emph\\>View Design\\</emph\\> window that resembles the \\<emph\\>Query "
"Design\\</emph\\> window described here."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3149233.3.help.text
msgid "The Design View"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145673.4.help.text
msgid ""
"To create a query, click the \\<emph\\>Queries\\</emph\\> icon in a database "
"document, then click \\<emph\\>Create Query in Design View\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150255.5.help.text
msgid ""
"The lower pane of the Design View is where you \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"define\\\"\\>define\\</link\\> the query. To define a query, "
"specify the database \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"field "
"names\\\"\\>field names\\</link\\> to include and the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"criteria\\\"\\>criteria\\</link\\> for displaying the fields. To "
"rearrange the columns in the lower pane of the Design View, drag a column "
"header to a new location, or select the column and press Ctrl+arrow key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152474.6.help.text
msgid ""
"In the top of the query Design View window, the \\<link "
"href=\\\"text/shared/main0214.xhp\\\" name=\\\"icons\\\"\\>icons\\</link\\> "
"of the \\<emph\\>Query Design\\</emph\\> Bar and the "
"\\<emph\\>Design\\</emph\\> bar are displayed."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147559.287.help.text
msgid ""
"If you want to test a query, double-click the query name in the database "
"document. The query result is displayed in a table similar to the Data "
"Source View. Note: the table displayed is only temporary."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154939.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154939"
".7.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148799.8.help.text
msgid ""
"When you open the query design for the first time, in order to create a new "
"query, you can click \\<link href=\\\"text/shared/02/14020100.xhp\\\" "
"name=\\\"Add Tables\\\"\\>\\<emph\\>Add Tables\\</emph\\>\\</link\\>. You "
"then see a dialog in which you must first select the table that will be the "
"basis for the query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3144762.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CTL_QRYDGNTAB\\\"\\>Double-click fields to add them to "
"the query. Drag-and-drop to define relations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157894.141.help.text
msgid "While designing a query, you cannot modify the selected tables."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3149562.11.help.text
msgid "Remove tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150685.12.help.text
msgid ""
"To remove the table from Design View, click the upper border of the table "
"window and display the context menu. You can use the "
"\\<emph\\>Delete\\</emph\\> command to remove the table from the Design "
"View. Another option is to press the Delete key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3150012.142.help.text
msgid "Move table and modify table size"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146922.143.help.text
msgid ""
"You can resize and arrange the tables according to your preferences. To move "
"tables, drag the upper border to the desired position. Enlarge or reduce the "
"size in which the table is displayed by positioning the mouse cursor on a "
"border or on a corner and dragging the table until it is the desired size."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3145365.13.help.text
msgid "Table Relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154145.14.help.text
msgid ""
"If there are data relations between a field name in one table and a field "
"name in another table, you can use these relations for your query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152577.15.help.text
msgid ""
"If, for example, you have a spreadsheet for articles identified by an "
"article number, and a spreadsheet for customers in which you record all "
"articles that a customer orders using the corresponding article numbers, "
"then there is a relationship between the two \"article number\" data fields. "
"If you now want to create a query that returns all articles that a customer "
"has ordered, you must retrieve data from two spreadsheets. To do this, you "
"must tell $[officename] what the relationship exists between the data in the "
"two spreadsheets."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155302.16.help.text
msgid ""
"To do this, click a field name in a table (for example, the field name "
"\"Item-Number\" from the Customer table), hold down the mouse button and "
"then drag the field name to the field name of the other table (\"Item-"
"Number\" from the Item table). When you release the mouse button, a line "
"connecting the two fields in the two windows appears. The corresponding "
"condition that the content of the two field names must be identical is "
"entered in the resulting SQL query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153876.137.help.text
msgid ""
"The creation of a query that is based on several related sheets is only "
"possible if you use $[officename] as the interface for a relational database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145646.246.help.text
msgid ""
"You cannot access tables from different databases in a query. Queries "
"involving multiple tables can only be created within one database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3153279.224.help.text
msgid "Specifying link type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154791.225.help.text
msgid ""
"If you double-click the line connecting two linked fields or call the menu "
"command \\<emph\\>Insert - New Relation\\</emph\\>, you can specify the type "
"of link in the \\<link "
"href=\\\"text/shared/explorer/database/02010101.xhp\\\" "
"name=\\\"Relations\\\"\\>\\<emph\\>Relations\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150094.285.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QUERY_EDIT_JOINCONNECTION\\\" "
"visibility=\\\"hidden\\\"\\>Edit Joint Properties.\\</ahelp\\>Alternatively, "
"press Tab until the joint vector is selected (it is displayed enlarged), "
"then press Shift+F10 to display the context menu and there choose the "
"command \\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3155851.145.help.text
msgid "Deleting relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156178.146.help.text
msgid ""
"To delete a relation between two tables, click the connection line and then "
"press the Delete key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150715.284.help.text
msgid ""
"Alternatively, delete the respective entries in \\<emph\\>Fields involved "
"\\</emph\\>in the \\<emph\\>Relations\\</emph\\> dialog. Or press Tab until "
"the connecting vector is displayed highlighted, then press Shift+F10 to open "
"the context menu and select \\<emph\\>Delete \\</emph\\>command."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3151208.17.help.text
msgid "Define query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3158416.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CTL_QRYDGNCRIT\\\"\\>Select conditions to define the "
"query.\\</ahelp\\> Each column of the design table accepts a data field for "
"the query. The conditions in one row are linked with a Boolean AND."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154161.19.help.text
msgid "Specify field name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146791.20.help.text
msgid ""
"First, select all field names from the tables that you want to add to the "
"query. You can do this either with drag-and-drop or by double-clicking a "
"field name in the table window. With the drag-and-drop method, use the mouse "
"to drag a field name from the table window into the lower area of the query "
"design. As you do this, you can decide which column you want to add the "
"field to. Select a field name by double-clicking. It will then be added to "
"the next free column."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3150750.21.help.text
msgid "Deleting field names"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154479.22.help.text
msgid ""
"To remove a field name from the query, click the column header of the field "
"and choose the \\<emph\\>Delete\\</emph\\> command on the context menu for "
"the column."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3155764.277.help.text
msgid "Save query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148481.278.help.text
msgid ""
"Use the \\<emph\\>Save\\</emph\\> icon on the Standard Bar to save the "
"query. You see a dialog that asks you to enter a name for the query. If the "
"database supports schemas, you can also enter a schema."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154362.279.help.text
msgid "Schema"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154754.280.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_COMBOBOX_DLG_SAVE_AS_ET_SCHEMA\\\"\\>Enter the "
"name of the schema that is assigned to the query or table view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3156717.281.help.text
msgid "Query name or table view name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154253.282.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_SAVE_AS_ET_TITLE\\\"\\>Enter the name of "
"the query or table view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3163805.23.help.text
msgid "Filtering data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154964.24.help.text
msgid ""
"To filter data for the query, set the desired preferences in the lower area "
"of the Design View. The following lines are available:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3146916.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3146916"
".25.help.text\n"
"Field"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156372.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FIELD\\\"\\>Enter the name of the data field "
"that you referred to in the Query. All settings made in the lower rows refer "
"to this field.\\</ahelp\\> If you activate a cell with a mouse click you'll "
"see an arrow button, which enables you to select a field. The \"Table "
"name.*\" option selects all data fields and the criteria is valid for all "
"table fields."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3145150.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3145150"
".148.help.text\n"
"Alias"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146315.149.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_ALIAS\\\"\\>Specifies an alias. This alias "
"will be listed in a query instead of the field name. This makes it possible "
"to use user-defined column labels.\\</ahelp\\> For example, if the data "
"field has the name PtNo and, instead of that name, you would like to have "
"PartNum appear in the query, enter PartNum as alias."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155959.193.help.text
msgid "In an SQL statement, aliases are defined as following:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149922.194.help.text
msgid "SELECT column AS alias FROM table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159335.195.help.text
msgid "For example:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148478.196.help.text
msgid "SELECT \"PtNo\" AS \"PartNum\" FROM \"Parts\""
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3148485.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3148485"
".27.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3163665.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_TABLE\\\"\\>The corresponding database table "
"of the selected data field is listed here.\\</ahelp\\> If you activate the a "
"cell with a mouse click, an arrow will appear which enables you to select "
"another table of the current query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154207.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154207"
".29.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150979.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_ORDER\\\"\\>If you click the cell, you can "
"select among the sorting options: ascending, descending and not "
"sorted.\\</ahelp\\> Text fields will be sorted alphabetically (A to Z) and "
"numerical fields numerically (0 to 9)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3150384.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3150384"
".31.help.text\n"
"Visible"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146133.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_VISIBLE\\\"\\>If you mark the "
"\\<emph\\>Visible\\</emph\\> property for a data field, that field will be "
"visible in the query\\</ahelp\\>. If you only use a data field to formulate "
"a condition, you do not necessarily need to show it."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154714.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154714"
".33.help.text\n"
"Criteria"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145134.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_CRIT\\\"\\>Specifies the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"criteria "
"\\\"\\>criteria \\</link\\>by which the content of the data field should be "
"filtered.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3152477.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3152477"
".35.help.text\n"
"or"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154585.36.help.text
msgid ""
"Here you can enter one additional criterion for filtering in each line. "
"Multiple criteria in one column will be connected by an OR link."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148800.150.help.text
msgid ""
"You can also use the context menu of the line headers in the lower area of "
"the query design to insert another line for functions:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3148419.151.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3148419"
".151.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153233.152.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FUNCTION\\\" "
"visibility=\\\"hidden\\\"\\>Select a function to run in the query "
"here.\\</ahelp\\> The functions you can run here depend on the database. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id8760818.help.text
msgid ""
"If you are working with the Adabas database, the list box in the "
"\\<emph\\>Function\\</emph\\> row offers you the following options:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150307.179.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315030"
"7.179.help.text\n"
"Option"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3166430.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id316643"
"0.180.help.text\n"
"SQL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152993.181.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315299"
"3.181.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155377.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315537"
"7.162.help.text\n"
"No function"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151065.182.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315106"
"5.182.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155533.163.help.text
msgid "No function will be executed."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3166420.164.help.text
msgid "Average"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145268.183.help.text
msgid "AVG"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154486.165.help.text
msgid "Calculates the arithmetic mean of a field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149979.166.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314997"
"9.166.help.text\n"
"Count"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154260.184.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315426"
"0.184.help.text\n"
"COUNT"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155810.167.help.text
msgid ""
"Determines the number of records in the table. Empty fields can either be "
"counted (a) or not (b)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151333.197.help.text
msgid ""
"a) COUNT(*): Passing an asterisk as the argument counts all records in the "
"table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152889.198.help.text
msgid ""
"b) COUNT(column): Passing a field name as an argument counts only fields in "
"which the field name in question contains a value. Null values (empty "
"fields) will not be counted."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153067.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315306"
"7.168.help.text\n"
"Maximum"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148840.185.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314884"
"0.185.help.text\n"
"MAX"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159221.169.help.text
msgid "Determines the highest value of a field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146866.170.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314686"
"6.170.help.text\n"
"Minimum"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148604.186.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314860"
"4.186.help.text\n"
"MIN"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157982.171.help.text
msgid "Determines the lowest value of a field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154828.172.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315482"
"8.172.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147070.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314707"
"0.187.help.text\n"
"SUM"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154536.173.help.text
msgid "Calculates the sum of values of associated fields."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148820.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314882"
"0.174.help.text\n"
"Group"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145375.188.help.text
msgid "GROUP BY"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149438.175.help.text
msgid ""
"Groups query data according to the field name selected. Functions are "
"executed according to the specified groups. In SQL, this option corresponds "
"to the GROUP BY clause. If a criterion is added, this entry appears in the "
"SQL HAVING."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156038.189.help.text
msgid ""
"You can also enter function calls directly into the SQL statement. The "
"syntax is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156340.190.help.text
msgid "SELECT FUNCTION(column) FROM table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155075.191.help.text
msgid "For example, the function call in SQL for calculating a sum is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154591.192.help.text
msgid "SELECT SUM(\"Price\") FROM \"Article\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159205.176.help.text
msgid ""
"Except for the \\<emph\\>Group\\</emph\\> function, the above functions are "
"so-called Aggregate functions. These are functions that calculate data to "
"create summaries from the results. Additional functions that are not listed "
"in the list box are also possible. These depend on the specific database "
"system in use. To get information about driver specific functions refer to "
"the documentation of your database system."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148651.177.help.text
msgid ""
"To use other functions not listed in the list box, you must enter them under "
"\\<emph\\>Field\\</emph\\>. They will then appear automatically in the "
"\\<emph\\>Function\\</emph\\> line."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155098.178.help.text
msgid ""
"You can also assign aliases to function calls. If the query is not to be "
"displayed in the column header, enter the desired name under "
"\\<emph\\>Alias\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155539.199.help.text
msgid "The corresponding function in an SQL statement is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149425.200.help.text
msgid "SELECT FUNCTION() AS alias FROM table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3144431.201.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314443"
"1.201.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154614.202.help.text
msgid "SELECT COUNT(*) AS count FROM \"Item\""
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154610.203.help.text
msgid ""
"If you run this function, you cannot insert any additional columns for the "
"query other than receiving these columns as a \"Group\" function."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154644.204.help.text
msgid "\\<emph\\>Examples\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151120.205.help.text
msgid ""
"In the following example, a query is run through two tables: an \"Item\" "
"table with the \"Item_No\" field and a \"Suppliers\" table with the "
"\"Supplier_Name\" field. In addition, both tables have a common field name "
"\"Supplier_No.\""
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155144.206.help.text
msgid ""
"The following steps are required to create a query containing all suppliers "
"who deliver more than three items."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153240.207.help.text
msgid "Insert the \"Item\" and \"Suppliers\" tables into the query design."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148807.208.help.text
msgid ""
"Link the \"Supplier_No\" fields of the two tables if there is not already a "
"relation of this type."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3161652.209.help.text
msgid ""
"Double-click the \"Item_No\" field from the \"Item\" table. Display the "
"\\<emph\\>Function\\</emph\\> line using the context menu and select the "
"Count function."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151009.210.help.text
msgid "Enter >3 as a criterion and disable the Visible field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145601.211.help.text
msgid ""
"Double-click the \"Supplier_Name\" field in the \"Suppliers\" table and "
"choose the Group function."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147512.212.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314751"
"2.212.help.text\n"
"Run the query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148638.213.help.text
msgid ""
"If the \"price\" (for the individual price of an article) and "
"\"Supplier_No\" (for the supplier of the article) fields exist in the "
"\"Item\" table, you can obtain the average price of the item that a supplier "
"provides with the following query:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153045.214.help.text
msgid "Insert the \"Item\" table into the query design."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149802.215.help.text
msgid "Double-click the \"Price\" and \"Supplier_No\" fields."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153554.216.help.text
msgid ""
"Enable the \\<emph\\>Function\\</emph\\> line and select the Average "
"function from the \"Price\" field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155597.217.help.text
msgid ""
"You can also enter \"Average\" in the line for the alias name (without "
"quotation marks)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151191.218.help.text
msgid "Choose Group for the \"Supplier_No\" field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155547.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315554"
"7.219.help.text\n"
"Run the query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147549.247.help.text
msgid "The following context menu commands and symbols are available:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154172.248.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3154172"
".248.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150414.249.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FUNCTION\\\"\\>Shows or hides a row for "
"selection of functions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3149872.153.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3149872"
".153.help.text\n"
"Table Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147246.154.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FUNCTION\\\"\\>Shows or hides the row for "
"the table name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3145117.155.help.text
msgid "Alias Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155754.156.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FUNCTION\\\"\\>Shows or hides the row for "
"the alias name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3153298.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3153298"
".157.help.text\n"
"Distinct Values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147500.158.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FUNCTION\\\"\\>Applies only distinct values "
"to the query.\\</ahelp\\> This applies to records containing data that "
"appears several times in the selected fields. If the \\<emph\\>Distinct "
"Values\\</emph\\> command is active, you will see only one record in the "
"query (DISTINCT). Otherwise, you will see all records corresponding to the "
"query criteria (ALL)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150436.159.help.text
msgid ""
"For example, if the name \"Smith\" occurs several times in your address "
"database, you can choose the\\<emph\\> Distinct Values\\</emph\\> command to "
"specify in the query that the name \"Smith\" will occur only once."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152352.160.help.text
msgid ""
"For a query involving several fields, the combination of values from all "
"fields must be unique so that the result can be formed from a specific "
"record. For example, you have \"Smith in Chicago\" once in your address book "
"and \"Smith in London\" twice. With the\\<emph\\> Distinct Values\\</emph\\> "
"command, the query will use the two fields \"last name\" and \"city\" and "
"return the query result \"Smith in Chicago\" once and \"Smith in London\" "
"once."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149825.161.help.text
msgid "In SQL, this command corresponds to the DISTINCT predicate."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3148926.37.help.text
msgid "Formulating filter conditions"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153162.38.help.text
msgid ""
"When formulating filter conditions, various operators and commands are "
"available to you. Apart from the relational operators, there are SQL-"
"specific commands that query the content of database fields. If you use "
"these commands in the $[officename] syntax, $[officename] automatically "
"converts these into the corresponding SQL syntax. You can also enter the SQL "
"command directly. The following tables give an overview of the operators and "
"commands:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149044.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314904"
"4.39.help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152471.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315247"
"1.40.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147407.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314740"
"7.41.help.text\n"
"Condition is satisfied if..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156161.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315616"
"1.42.help.text\n"
"="
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153026.43.help.text
msgid "equal to"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148895.44.help.text
msgid ""
"... the content of the field is identical to the indicated expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153120.250.help.text
msgid ""
"The operator = will not be displayed in the query fields. If you enter a "
"value without any operator, the operator = will be automatically adopted."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150470.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315047"
"0.45.help.text\n"
"<>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145223.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314522"
"3.46.help.text\n"
"not equal to"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145635.47.help.text
msgid ""
"... the content of the field does not correspond to the specified expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153015.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315301"
"5.48.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146815.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314681"
"5.49.help.text\n"
"greater than"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149150.50.help.text
msgid ""
"... the content of the field is greater than the specified expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147270.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314727"
"0.51.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147379.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314737"
"9.52.help.text\n"
"less than"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150375.53.help.text
msgid "... the content of the field is less than the specified expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149787.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314978"
"7.54.help.text\n"
">="
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150636.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315063"
"6.55.help.text\n"
"greater than or equal to"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154584.56.help.text
msgid ""
"... the content of the field is greater than or equal to the specified "
"expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157964.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315796"
"4.57.help.text\n"
"<="
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154052.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315405"
"2.58.help.text\n"
"less than or equal to"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157902.59.help.text
msgid ""
"... the content of the field is less than or equal to the specified "
"expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154630.60.help.text
msgid "$[officename] command"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150484.61.help.text
msgid "SQL command"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154158.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315415"
"8.62.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149433.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314943"
"3.63.help.text\n"
"Condition is satisfied if..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154275.64.help.text
msgid "IS EMPTY"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149893.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314989"
"3.65.help.text\n"
"IS NULL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3143236.66.help.text
msgid "is null"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154744.67.help.text
msgid ""
"... The field name is empty. For Yes/No fields with three states, this "
"command automatically queries the undetermined state (neither Yes nor No)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146940.68.help.text
msgid "IS NOT EMPTY"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147471.69.help.text
msgid "IS NOT NULL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151229.70.help.text
msgid "is not empty"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145304.71.help.text
msgid "... the field name is not empty."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153578.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315357"
"8.72.help.text\n"
"LIKE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153891.73.help.text
msgid "(placeholder * for any number of characters"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148887.74.help.text
msgid "placeholder ? for exactly one character)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148623.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314862"
"3.75.help.text\n"
"LIKE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#bm_id3157985.help.text
msgid "\\<bookmark_value\\>placeholders; in SQL queries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157985.76.help.text
msgid "(% placeholder for any number of characters"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147422.77.help.text
msgid "Placeholder _ for exactly one character)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154845.78.help.text
msgid "is an element of"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156130.79.help.text
msgid ""
"... the data field contains the indicated expression. The (*) placeholder "
"indicates whether the expression x occurs at the beginning of (x*), at the "
"end of (*x) or inside the field content (*x*). You can enter as a "
"placeholder in SQL queries either the SQL % character or the familiar (*) "
"file system placeholder in the $[officename] interface."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150271.80.help.text
msgid ""
"The * or % placeholder stands for any number of characters. The question "
"mark (?) in the $[officename] interface or the underscore (_) in SQL queries "
"is used to represent exactly one character."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152954.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315295"
"4.81.help.text\n"
"NOT LIKE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3161669.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id316166"
"9.82.help.text\n"
"NOT LIKE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159141.83.help.text
msgid "Is not an element of"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3161664.84.help.text
msgid "... the field name does not contain the specified expression."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149185.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314918"
"5.85.help.text\n"
"BETWEEN x AND y"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151259.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315125"
"9.86.help.text\n"
"BETWEEN x AND y"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159184.87.help.text
msgid "falls within the interval [x,y]"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154395.88.help.text
msgid ""
"... the field name contains a value that lies between the two values x and y."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154561.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315456"
"1.89.help.text\n"
"NOT BETWEEN x AND y"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148753.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314875"
"3.90.help.text\n"
"NOT BETWEEN x AND y"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155498.91.help.text
msgid "Does not fall within the interval [x,y]"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148992.92.help.text
msgid ""
"... the field name contains a value that does not lie between the two values "
"x and y."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149995.93.help.text
msgid "IN (a; b; c...)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159167.251.help.text
msgid "Note that the semicolons are used as separators in all value lists!"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159085.94.help.text
msgid "IN (a, b, c...)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154809.95.help.text
msgid "contains a, b, c..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148399.96.help.text
msgid ""
"... the field name contains one of the specified expressions a, b, c,... Any "
"number of expressions can be specified, and the result of the query is "
"determined by an Or link. The expressions a, b, c... can be either numbers "
"or characters"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154112.97.help.text
msgid "NOT IN (a; b; c...)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153544.98.help.text
msgid "NOT IN (a, b, c...)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150679.99.help.text
msgid "does not contain a, b, c..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3158439.100.help.text
msgid ""
"... the field name does not contain one of the specified expressions a, b, "
"c,..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3145145.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314514"
"5.101.help.text\n"
"= TRUE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146804.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314680"
"4.102.help.text\n"
"= TRUE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149248.103.help.text
msgid "has the value True"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148524.104.help.text
msgid "... the field name has the value True."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159212.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315921"
"2.105.help.text\n"
"= FALSE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3144751.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314475"
"1.106.help.text\n"
"= FALSE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149955.107.help.text
msgid "has the value false"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146850.108.help.text
msgid "... the field name has the value false."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3155954.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3155954"
".117.help.text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153792.118.help.text
msgid "='Ms.'"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150948.119.help.text
msgid "returns field names with the field content \"Ms.\""
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150333.120.help.text
msgid "LIKE 'g?ve'"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147332.121.help.text
msgid "returns field names with field content such as \"give\" and \"gave\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146062.122.help.text
msgid "LIKE 'S*'"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155350.123.help.text
msgid "returns data fields with field contents such as \"Sun\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152883.124.help.text
msgid "BETWEEN 10 AND 20"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159406.125.help.text
msgid ""
"returns field names with field content between the values 10 and 20. (The "
"fields can be either text fields or number fields)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148765.126.help.text
msgid "IN (1; 3; 5; 7)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149712.127.help.text
msgid ""
"returns field names with the values 1, 3, 5, 7. If the field name contains "
"an item number, for example, you can create a query that returns the item "
"having the specified number."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152948.128.help.text
msgid "NOT IN ('Smith')"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147279.129.help.text
msgid "returns field names that do not contain \"Smith\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157998.252.help.text
msgid ""
"\\<emph\\>Date fields\\</emph\\> are represented as #Date# to clearly "
"identify them as dates. The date condition will be reproduced in the "
"resulting SQL statement in the following ODBC - compliant way:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153734.253.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315373"
"4.253.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159131.254.help.text
msgid "{D'YYYY-MM-DD'}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153937.255.help.text
msgid "Date time"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146090.256.help.text
msgid "{D'YYYY-MM-DD HH:MM:SS'}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155947.257.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315594"
"7.257.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150964.258.help.text
msgid "{D'HH:MM:SS'}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151220.260.help.text
msgid ""
"$[officename] also supports the following \\<emph\\>Escape "
"sequences\\</emph\\> known from ODBC and JDBC:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157975.261.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315797"
"5.261.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149753.262.help.text
msgid "{d 'YYYY-MM-DD'}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156318.263.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315631"
"8.263.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151280.264.help.text
msgid "{t 'HH:MI:SS[.SS]'} - [ ] optional"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153264.265.help.text
msgid "DateTime"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153981.266.help.text
msgid "{ts 'YYYY-MM-DD HH:MI:SS[.SS]'} - [ ] optional"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149539.267.help.text
msgid "Example: select {d '1999-12-31'} from world.years"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146073.268.help.text
msgid ""
"\\<emph\\>Like \\</emph\\>Escape Sequence: {escape 'escape-character'}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150661.269.help.text
msgid "Example: select * from Item where ItemName like 'The *%' {escape '*'}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3148541.270.help.text
msgid ""
"The example will give you all of the entries where the item name begins with "
"'The *'. This means that you can also search for characters that would "
"otherwise be interpreted as placeholders, such as *, ?, _, % or the period."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150572.271.help.text
msgid "\\<emph\\>Outer Join\\</emph\\> Escape Sequence: {oj outer-join}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156052.272.help.text
msgid ""
"Example: select Article.* from {oj item LEFT OUTER JOIN orders ON "
"item.no=orders.ANR}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3153674.109.help.text
msgid "Querying text fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149134.110.help.text
msgid ""
"To query the content of a text field, you must put the expression between "
"single quotes. The distinction between uppercase and lowercase letters "
"depends on the database in use. LIKE, by definition, is case-sensitive "
"(though some databases don't see it that strict)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3149302.111.help.text
msgid "Querying date fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150510.112.help.text
msgid ""
"Even if you want to filter by a date, you must place the expression between "
"single quotation marks. The following formats are valid: YYYY-MM-DD HH:MM:SS "
"and YYYY/MM/DD HH:MM:SS as well as YYYY.MM.DD HH:MM:SS"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3150427.228.help.text
msgid "Querying Yes/No fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149523.229.help.text
msgid "To query Yes/No fields, use the following syntax for dBase tables:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153180.230.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315318"
"0.230.help.text\n"
"Status"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147481.231.help.text
msgid "Query criterion"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155187.232.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315518"
"7.232.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156092.233.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315609"
"2.233.help.text\n"
"Yes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152414.234.help.text
msgid "for dBase tables: not equal to any given value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3151265.236.help.text
msgid ""
"=1 returns all records where the Yes/No field has the status \"Yes\" or "
"\"On\" (selected in black),"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152450.238.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315245"
"0.238.help.text\n"
"No"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150997.239.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315099"
"7.239.help.text\n"
"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3155331.240.help.text
msgid ""
"=0 returns all records for which the Yes/No field has the status \"No\" or "
"\"Off\" (no selection)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3154179.241.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id315417"
"9.241.help.text\n"
"Null"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147035.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id314703"
"5.242.help.text\n"
"IS NULL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3159385.243.help.text
msgid ""
"IS NULL returns all records for which the Yes/No field has neither of the "
"states Yes or No (selected in gray)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157888.244.help.text
msgid ""
"The syntax depends on the database system used. You should also note that "
"Yes/No fields can be defined differently (only 2 states instead of 3)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3145772.113.help.text
msgid "Parameter queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157312.114.help.text
msgid ""
"You must place the variable between square brackets (=[x]) to create a query "
"with variable parameters. Alternatively, you can use an equal sign followed "
"by a colon (=:x). When the query is executed, the program will display a "
"dialog asking you for the expression to which the variable x should be "
"assigned."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150818.273.help.text
msgid ""
"If you query several parameters at the same time, you will see a list field "
"in the dialog containing all of the parameters and an input line alongside "
"each one. Enter the values, preferably from top to bottom, and press the "
"Enter key after each line."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157855.115.help.text
msgid ""
"Parameter queries with placeholders (*, _) or special characters (for "
"example, ?) are not possible."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3157537.116.help.text
msgid ""
"If you formulate a parameter query and you save it with the variables, you "
"can later create a query in which only the variables have to be replaced by "
"the expressions that you want. $[officename] asks for these variables in a "
"dialog as soon as you open the query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3151035.139.help.text
msgid "Parameter Input"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153596.140.help.text
msgid ""
"\\<ahelp hid=\\\"HID_QRYDGN_ROW_FUNCTION\\\"\\>The \\<emph\\>Parameter "
"Input\\</emph\\> dialog asks you which variables you defined in the query. "
"Enter a value for each query variable and confirm by clicking "
"\\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3150585.138.help.text
msgid ""
"Parameter queries are also used for \\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"subforms\\\"\\>subforms\\</link\\>, since they work exclusively "
"with queries for which the values to be invoked are read internally from a "
"variable."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3153645.274.help.text
msgid "A parameter query can have the following form in an SQL statement:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3156731.275.help.text
msgid "select * from 'addresses' where 'name' = :placeholder"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#hd_id3145181.135.help.text
msgid "SQL Mode"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3147013.220.help.text
msgid ""
"SQL stands for \"Structured Query Language\" and describes instructions for "
"updating and administering relational databases."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152570.136.help.text
msgid ""
"In $[officename] you do not need any knowledge of SQL for most queries, "
"since you do not have to enter the SQL code. If you create a query in the "
"query design, $[officename] automatically converts your instructions into "
"the corresponding SQL syntax. If, with the help of the \\<emph\\>Switch "
"Design View On/Off \\</emph\\>button, you change to the SQL view, you can "
"see the SQL commands for a query that has been created previously."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3152412.226.help.text
msgid ""
"You can formulate your query directly in the SQL code. Note, however, that "
"the special syntax is dependent upon the database system that you use."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3146842.227.help.text
msgid ""
"If you enter the SQL code manually, you can create SQL-specific queries that "
"are not supported by the graphical interface in \\<emph\\>Query "
"design\\</emph\\>. These queries must be executed in native SQL mode."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010100.xhp#par_id3149632.223.help.text
msgid ""
"By clicking the \\<link href=\\\"text/shared/02/14030000.xhp\\\" "
"name=\\\"Run SQL command directly\\\"\\>\\<emph\\>Run SQL command "
"directly\\</emph\\>\\</link\\> icon in the SQL view, you can formulate a "
"query that is not processed by $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010101.xhp#tit.help.tex"
"t\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#bm_id3154015.help.text
msgid ""
"\\<bookmark_value\\>join "
"properties\\</bookmark_value\\>\\<bookmark_value\\>link properties in "
"relational databases\\</bookmark_value\\>\\<bookmark_value\\>inner "
"joins\\</bookmark_value\\>\\<bookmark_value\\>joins in "
"databases\\</bookmark_value\\>\\<bookmark_value\\>left "
"joins\\</bookmark_value\\>\\<bookmark_value\\>right "
"joins\\</bookmark_value\\>\\<bookmark_value\\>full joins\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3154015.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3154015"
".1.help.text\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3151205.2.help.text
msgid ""
"If you double-click a connection between two linked fields in the query "
"design, or if you choose \\<emph\\>Insert - New Relation\\</emph\\>, the "
"\\<emph\\>Relations\\</emph\\> dialog appears. These properties will be used "
"in all queries created in the future."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3155066.17.help.text
msgid "Tables involved"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3153924.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_QRY_RIGHT_TABLE\\\"\\>Specifies two different "
"tables that you want to join.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3155766.15.help.text
msgid "Fields involved"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3148994.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_RELDLG_KEYFIELDS\\\"\\>Specifies two data fields that "
"will be joined by a relation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3159267.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3159267"
".3.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3147340.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3147340"
".13.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3152482.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_QRY_JOINTYPE\\\"\\>Specifies the link type of the "
"selected link.\\</ahelp\\> Queries about the various types of links differ "
"in the number of records displayed. The following options are available:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3155334.5.help.text
msgid "Inner Join"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3155936.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_QRY_JOINTYPE\\\"\\>With the internal join, the "
"results table contains only the records for which the content of the linked "
"fields is the same.\\</ahelp\\> In $[officename] SQL this type of link is "
"created by a corresponding WHERE clause."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3156372.7.help.text
msgid "Left Join"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3166450.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_QRY_JOINTYPE\\\"\\>With the left join, the results "
"table contains all fields of the left table and only those fields of the "
"right table for which the content of the linked fields is the "
"same.\\</ahelp\\> In $[officename] SQL this type of link corresponds to the "
"LEFT OUTER JOIN command."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3155607.9.help.text
msgid "Right Join"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3150647.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_QRY_JOINTYPE\\\"\\>With the right join, the results "
"table contains all fields of the right table and only those fields of the "
"left table for which the content of the linked fields is the "
"same.\\</ahelp\\> In $[officename] SQL this type of link corresponds to the "
"RIGHT OUTER JOIN command."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#hd_id3158215.11.help.text
msgid "Full Join"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/02010101.xhp#par_id3163665.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_QRY_JOINTYPE\\\"\\>For a full join, the results "
"table contains all fields of the left and right tables.\\</ahelp\\> In the "
"SQL of $[officename] this type of link corresponds to the FULL OUTER JOIN "
"command."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/04000000.xhp#tit.help.tex"
"t\n"
"Forms"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3150476.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/04000000.xhp\\\" "
"name=\\\"Forms\\\"\\>Forms\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#bm_id3156136.help.text
msgid "\\<bookmark_value\\>forms; general information\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#par_id3156136.2.help.text
msgid ""
"Forms can be used to enter or to edit existing database contents easily."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3157910.12.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090000.xhp\\\" name=\\\"Form "
"Wizard\\\"\\>FormWizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3156003.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3156003"
".14.help.text\n"
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"Form "
"Controls\\\"\\>Form Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#par_id3156156.23.help.text
msgid ""
"The Form Controls toolbar offers the tools required to create a form in a "
"text, table, drawing, or presentation document."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3155388.24.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/04030000.xhp\\\" "
"name=\\\"Form in Design Mode\\\"\\>Form in Design Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#par_id3150504.25.help.text
msgid ""
"In design mode, the form is designed and the properties of the form and the "
"controls contained in it are defined."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3149784.30.help.text
msgid ""
"\\<link href=\\\"text/shared/main0213.xhp\\\" name=\\\"Sorting and Filtering "
"Data\\\"\\>Sorting and Filtering Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#par_id3151384.28.help.text
msgid ""
"You will find the sorting and filter functions in the toolbar when you open "
"a form in user mode."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04000000.xhp#hd_id3148944.29.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"OS2\\\"\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"Subforms\\\"\\>Subforms\\</l"
"ink\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/04030000.xhp#tit.help.tex"
"t\n"
"Form Design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#bm_id3148668.help.text
msgid "\\<bookmark_value\\>forms; designing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#hd_id3148668.1.help.text
msgid ""
"\\<variable id=\\\"formularentwurf\\\"\\>\\<link "
"href=\\\"text/shared/explorer/database/04030000.xhp\\\" name=\\\"Form "
"Design\\\"\\>Form Design\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#par_id3154230.2.help.text
msgid ""
"Any $[officename] document can be expanded into a form. Simply add one or "
"more form controls."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#par_id3145382.3.help.text
msgid ""
"Open the Form Controls toolbar. The Form Controls toolbar contains the "
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" "
"name=\\\"functions\\\"\\>functions\\</link\\> needed to edit a form. More "
"functions can be found in the \\<emph\\>Form Design\\</emph\\> bar and "
"\\<emph\\>More Controls\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#par_id3153146.5.help.text
msgid ""
"In the form design you can \\<link href=\\\"text/shared/02/01170000.xhp\\\" "
"name=\\\"include controls\\\"\\>include controls\\</link\\>, \\<link "
"href=\\\"text/shared/02/01170100.xhp\\\" name=\\\"apply "
"properties\\\"\\>apply properties\\</link\\> to them, define \\<link "
"href=\\\"text/shared/02/01170200.xhp\\\" name=\\\"Form properties\\\"\\>Form "
"properties\\</link\\>, and \\<link href=\\\"text/shared/02/01170203.xhp\\\" "
"name=\\\"define subforms\\\"\\>define subforms\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#par_id3154924.9.help.text
msgid ""
"The\\<emph\\> Form Navigator\\</emph\\> icon \\<image "
"id=\\\"img_id3156002\\\" "
"src=\\\"res/commandimagelist/sc_showfmexplorer.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3156002\\\"\\>Icon\\</alt\\>\\</image\\> on the Form Object bar "
"opens the \\<link href=\\\"text/shared/02/01170600.xhp\\\" name=\\\"Form "
"Navigator\\\"\\>\\<emph\\>Form Navigator\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#par_id3153968.6.help.text
msgid ""
"The \\<link href=\\\"text/shared/02/01171000.xhp\\\" name=\\\"Open in Design "
"Mode\\\"\\>\\<emph\\>Open in Design Mode\\</emph\\>\\</link\\> icon \\<image "
"id=\\\"img_id1871395\\\" "
"src=\\\"res/commandimagelist/sc_openreadonly.png\\\" "
"width=\\\"0.2201inch\\\" height=\\\"0.2201inch\\\"\\>\\<alt "
"id=\\\"alt_id1871395\\\"\\>Icon\\</alt\\>\\</image\\> allows you to save a "
"form document so that it always opens in editing mode."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/04030000.xhp#par_id3154948.8.help.text
msgid ""
"If there is an error when assigning properties to the objects contained in "
"the form (for example, when assigning a non-existent database table to an "
"object), a corresponding error message appears. This error message may "
"contain a \\<emph\\>More\\</emph\\> button. \\<ahelp hid=\\\"dummy\\\"\\>If "
"you click \\<emph\\>More\\</emph\\>, a dialog displaying more information "
"about the current problem appears.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000000.xhp#tit.help.tex"
"t\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05000000.xhp\\\" "
"name=\\\"Tables\\\"\\>Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#par_id3147102.2.help.text
msgid ""
"Data sources tables allow you see your data line by line. You can make new "
"entries and deletions."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#par_id3147226.43.help.text
msgid ""
"In the $[officename] Help, you will find further information on the "
"following subjects:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#hd_id3152425.54.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05010000.xhp\\\" "
"name=\\\"Create new or edit table design\\\"\\>Create new or edit table "
"design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#hd_id3149095.53.help.text
msgid ""
"\\<link href=\\\"text/shared/main0212.xhp\\\" name=\\\"Sort and Filter "
"Data\\\"\\>Sort and Filter Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000000.xhp#hd_id3154288.40.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05020000.xhp\\\" "
"name=\\\"Relations, Primary and External Key\\\"\\>Relations, Primary and "
"External Key\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000001.xhp#tit.help.text
msgid "Table Context Menus"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000001.xhp#hd_id3148983.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05000001.xhp\\\" "
"name=\\\"Table Context Menus\\\"\\>Table Context Menus\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000001.xhp#par_id3163829.2.help.text
msgid ""
"The context menu of the table container offers various functions that apply "
"to all database tables. To edit a special table within the database, select "
"the corresponding table and open its context menu."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000001.xhp#par_id3146958.4.help.text
msgid ""
"Depending on the context, it is possible that not all the functions for your "
"current database are listed in the context menus. For example, the "
"\\<emph\\>Relationships\\</emph\\> command for defining relationships "
"between various tables is only available with relational databases."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000001.xhp#par_id3145382.3.help.text
msgid ""
"Depending on the database system used, you will find the following entries "
"on the context menus:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000001.xhp#par_id3166461.9.help.text
msgid ""
"If a \\<link href=\\\"text/shared/01/05340400.xhp\\\" name=\\\"table is "
"open\\\"\\>table is open\\</link\\>, there are several functions available "
"to edit the data."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000002.xhp#tit.help.tex"
"t\n"
"User Settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3159411.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3159411"
".1.help.text\n"
"User Settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3163829.2.help.text
msgid "Use this dialog to define the user settings for an Adabas table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3147143.3.help.text
msgid "User Selection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3150789.4.help.text
msgid ""
"Allows you to select the user, define a new user, delete a user, and change "
"a password."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3156136.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3156136"
".5.help.text\n"
"User"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3155805.6.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the user, whose settings you want to "
"edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3147576.9.help.text
msgid "New user"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3149095.10.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Creates a new user.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/explorer/database/05000003.xhp\\\" name=\\\"Enter "
"Password\\\"\\>Enter Password\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3149182.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3149182"
".11.help.text\n"
"Change password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3152780.12.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Changes the password for the selected "
"user.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/explorer/database/05000003.xhp\\\" name=\\\"Change "
"Password\\\"\\>Change Password\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3149398.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3149398"
".13.help.text\n"
"Delete user"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3145382.14.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Deletes the selected user.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#hd_id3156152.15.help.text
msgid "Access rights for user selected"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000002.xhp#par_id3150275.16.help.text
msgid "Allows you to view and assign access rights for the selected user."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000003.xhp#tit.help.tex"
"t\n"
"Enter / change password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3163829.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3163829"
".1.help.text\n"
"Enter / change password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#par_id3148520.2.help.text
msgid ""
"Allows you to enter and confirm a new or changed password. If you have "
"defined a new user, enter the user's name in this dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3157898.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3157898"
".3.help.text\n"
"User"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#par_id3149346.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:EDIT:DLG_PASSWD:ED_PASSWD_USER\\\" "
"visibility=\\\"visible\\\"\\>Specifies the name of the new user.\\</ahelp\\> "
"This field is only visible if you have defined a new user."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3153681.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3153681"
".9.help.text\n"
"Old password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#par_id3147576.10.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_PASSWORD_ED_OLDPASSWORD\\\" "
"visibility=\\\"visible\\\"\\>Enter the old password.\\</ahelp\\> This field "
"is visible when you have started the dialog via \\<emph\\>Change "
"password\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3153311.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3153311"
".5.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#par_id3147243.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD\\\" "
"visibility=\\\"visible\\\"\\>Enter the new password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#hd_id3147275.7.help.text
msgid "Confirm (password)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05000003.xhp#par_id3153541.8.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_PASSWORD_ED_PASSWORD_REPEAT\\\" "
"visibility=\\\"visible\\\"\\>Enter the new password again.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#tit.help.tex"
"t\n"
"Table Design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3154228.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05010000.xhp\\\" "
"name=\\\"Table Design\\\"\\>Table Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3152363.2.help.text
msgid ""
"In the \\<emph\\>Table Design\\</emph\\> window you define new tables or "
"edit the structure of a table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3146957.3.help.text
msgid ""
"The window has its own menu bar. It also contains the following new command: "
"\\<link href=\\\"text/shared/explorer/database/05010100.xhp\\\" "
"name=\\\"Index Design\\\"\\>\\<emph\\>Index Design\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3152551.4.help.text
msgid "Table definition area"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3153681.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDESIGN_BACKGROUND\\\"\\>This area is where you "
"define the table structure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3153031.6.help.text
msgid "Field Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3156113.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDESIGN_NAMECELL\\\"\\>Specifies the name of the data "
"field. Note the database restrictions, such as the length of the name, "
"special characters and spaces.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3147618.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3147618"
".8.help.text\n"
"Field type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3154897.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDESIGN_TYPECELL\\\"\\>Specifies the field "
"type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156119.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156119"
".10.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3145315.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABDESIGN_COMMENTCELL\\\"\\>Specifies an optional "
"description.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3155630.12.help.text
msgid "The row headers contain the following context menu commands:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156330.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156330"
".13.help.text\n"
"Cut"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3159157.14.help.text
msgid "Cuts the selected row(s) to the clipboard."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3159177.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3159177"
".15.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3148685.16.help.text
msgid "Copies the selected row(s) to the clipboard."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156327.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156327"
".17.help.text\n"
"Paste"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3152472.18.help.text
msgid "Pastes the content of the clipboard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3144511.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3144511"
".19.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3148550.20.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Delete\\\"\\>Deletes the selected row(s)\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3147303.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3147303"
".21.help.text\n"
"Insert Rows"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3149456.22.help.text
msgid ""
"\\<ahelp hid=\\\"SID_TABLEDESIGN_INSERTROWS\\\"\\>Inserts rows in front of "
"the marked cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3153524.23.help.text
msgid "Primary Key"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3150398.24.help.text
msgid ""
"\\<ahelp hid=\\\"SID_TABLEDESIGN_TABED_PRIMARYKEY\\\"\\>If this command has "
"a check mark, the data field in this line is a primary key.\\</ahelp\\> By "
"clicking the command you activate/deactivate the status. The command is only "
"visible if the data source supports primary keys."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3153104.25.help.text
msgid "Field properties"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3148922.26.help.text
msgid "Defines the field properties of the currently selected field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3150767.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3150767"
".27.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3144761.28.help.text
msgid "Specifies the length of the data field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3154948.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3154948"
".29.help.text\n"
"Decimal places"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3149203.30.help.text
msgid ""
"Specifies the number of decimal places for a numerical field or decimal "
"field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156422.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3156422"
".31.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3125863.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_DEFAULT\\\"\\>Specifies the value that is the "
"default in new data records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3147289.33.help.text
msgid "Format example"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3155131.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_FORMAT_SAMPLE\\\"\\>Displays the format code "
"that you can select with the\\<emph\\> ... \\</emph\\>button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3154129.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3154129"
".35.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3154146.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_FORMAT\\\"\\>This button opens the \\<link "
"href=\\\"text/shared/01/05340405.xhp\\\" name=\\\"Field "
"Format\\\"\\>\\<emph\\>Field Format\\</emph\\>\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#hd_id3152576.37.help.text
msgid "Help area"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010000.xhp#par_id3150685.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABLE_DESIGN_HELP_WINDOW\\\"\\>Displays help "
"texts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#tit.help.text
msgid "Index design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05010100.xhp\\\" "
"name=\\\"Index design\\\"\\>Index design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3166460.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:DBIndexDesign\\\"\\>The "
"\\<emph\\>Index Design \\</emph\\>dialog allows you edit the indexes for the "
"current table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3149578.3.help.text
msgid "Index list"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3155342.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIDX_INDEXLIST\\\" "
"visibility=\\\"visible\\\"\\>Displays the available indexes. Select an index "
"from the list to edit.\\</ahelp\\> The corresponding details of the selected "
"index are then visible on the right side of the dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3149795.5.help.text
msgid "New Index"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3150085.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIDX_NEWINDEX\\\" "
"visibility=\\\"visible\\\"\\>Creates a new index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3145317.7.help.text
msgid "Delete Current Index"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3154860.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIDX_DROPINDEX\\\" "
"visibility=\\\"visible\\\"\\>Deletes the current index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3150986.9.help.text
msgid "Rename Current Index"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3148685.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIDX_RENAMEINDEX\\\" "
"visibility=\\\"visible\\\"\\>Renames the current index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3153628.11.help.text
msgid "Save Current Index"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3148563.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIDX_SAVEINDEX\\\" visibility=\\\"visible\\\"\\>Saves "
"the current index in the data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3154924.13.help.text
msgid "Reset Current Index"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3154758.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGIDX_RESETINDEX\\\" "
"visibility=\\\"visible\\\"\\>Resets the current index to the setting that it "
"had when the dialog was started.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3152812.15.help.text
msgid "Index details"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3154938.16.help.text
msgid ""
"As soon as you change a detail of the current index and then select another "
"index, the change is immediately passed to the data source. You can only "
"leave the dialog, or select another index, if the change has been "
"successfully acknowledged by the data source. However, you can undo the "
"change by clicking  the \\<emph\\>Reset Current Index \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3154138.17.help.text
msgid "Unique"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3156282.18.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_CHECKBOX_DLG_INDEXDESIGN_CB_UNIQUE\\\" "
"visibility=\\\"visible\\\"\\>Specifies whether the current index allows only "
"unique values.\\</ahelp\\> Checking the \\<emph\\>Unique \\</emph\\>option "
"prevents duplicate data from being entered in the field and ensures data "
"integrity."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3150448.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3150448"
".19.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3147085.20.help.text
msgid ""
"The\\<emph\\> Fields\\</emph\\> area displays a list of fields in the "
"current table. You can also select multiple fields. In order to remove a "
"field from the selection, select the empty entry at the start of the list."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3149765.21.help.text
msgid "Index field"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3158408.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGINDEX_INDEXDETAILS_FIELD\\\" "
"visibility=\\\"visible\\\"\\>Displays the a list fields in the current "
"table. You can select more than one field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3153192.23.help.text
msgid "Sort order"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3149561.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLGINDEX_INDEXDETAILS_SORTORDER\\\" "
"visibility=\\\"visible\\\"\\>Determines the sort order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3155132.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05010100.xhp#hd_id3155132"
".25.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05010100.xhp#par_id3154190.26.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_PUSHBUTTON_DLG_INDEXDESIGN_PB_CLOSE\\\" "
"visibility=\\\"visible\\\"\\>Closes the dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020000.xhp#tit.help.tex"
"t\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#hd_id3153323.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05020000.xhp\\\" "
"name=\\\"Relations\\\"\\>Relations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#bm_id3146957.help.text
msgid "\\<bookmark_value\\>relational databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3146957.2.help.text
msgid ""
"This command opens the \\<emph\\>Relation Design \\</emph\\>window, which "
"allows you to define relationships between various database tables."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3154823.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CTL_RELATIONTAB\\\"\\>Here you can link together tables "
"from the current database through common data fields.\\</ahelp\\> Click the "
"\\<emph\\>New Relationship\\</emph\\> icon to create the relationships, or "
"simply drag-and-drop with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3145316.3.help.text
msgid ""
"This function is only available if you are working with a relational "
"database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3149235.4.help.text
msgid ""
"If you click the \\<emph\\>Relation Design\\</emph\\> command in the context "
"menu of the table container, a window opens in which all the existing "
"relationships between the tables of the current database are shown. If no "
"relationships have been defined, or if you want to relate other tables of "
"the database to each other, then click the \\<emph\\>Add Tables\\</emph\\> "
"icon. The \\<link href=\\\"text/shared/02/14020100.xhp\\\" name=\\\"Add "
"Tables\\\"\\>Add Tables\\</link\\> dialog opens in which you can select the "
"tables that you want."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3152812.17.help.text
msgid ""
"If the \\<emph\\>Relation Design\\</emph\\> window is open, the selected "
"tables cannot be modified, even in table Design Mode. This ensures that "
"tables are not changed while the relations are being created."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3150541.5.help.text
msgid ""
"The selected tables are shown in the top area of the design view. You can "
"close a table window through the context menu or with the Delete key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#bm_id3148922.help.text
msgid ""
"\\<bookmark_value\\>primary "
"keys;inserting\\</bookmark_value\\>\\<bookmark_value\\>keys;primary "
"keys\\</bookmark_value\\>\\<bookmark_value\\>external "
"keys\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#hd_id3148922.6.help.text
msgid "Primary key and other key"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3149168.7.help.text
msgid ""
"If you want to define a relation among the different tables, you should "
"enter a \\<link href=\\\"text/shared/00/00000005.xhp#primaerschluessel\\\" "
"name=\\\"primary key\\\"\\>primary key\\</link\\> that clearly identifies a "
"data field of the existing table. You can refer to the primary key from "
"other tables to access the data of this table. All data fields referring to "
"this primary key will be identified as an external key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3147085.8.help.text
msgid ""
"All data fields referring to a primary key will be identified in the table "
"window by a small key symbol."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3152933.9.help.text
msgid ""
"For example, consider the \"Item\" table, where each individual record can "
"be defined by an item number. The \"Item-Number\" field is a unique key in "
"this table, and is referred to as a \"primary key\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3158410.10.help.text
msgid ""
"There is an additional table with the name \"Orders\" in the database. The "
"number of the ordered item is assigned to each record in this table through "
"an \"Item-Number\" field. This field is also a key field. It contains a key "
"used to access the records of another table, in this case the \"Item\" "
"table. For this reason, this field is referred to as the \"foreign key\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3151177.11.help.text
msgid ""
"A relation is used to relate the primary key of the \"Article\" sheet and "
"the other key of the \"Orders\" sheet."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#hd_id3153193.12.help.text
msgid "Define relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#bm_id3155430.help.text
msgid ""
"\\<bookmark_value\\>relations; creating and deleting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3155430.13.help.text
msgid ""
"All existing relations are shown in the relations windows by a line that "
"connects the primary and other key fields. You can add a relation by using "
"drag-and-drop to drop the field of one table onto the field of the other "
"table. A relation is removed again by selecting it and pressing the Delete "
"key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3149984.18.help.text
msgid ""
"Alternatively, you can also click the \\<emph\\>New Relation\\</emph\\> icon "
"in the top area of the relation field and define the relation between two "
"tables in the \\<link "
"href=\\\"text/shared/explorer/database/05020100.xhp\\\" "
"name=\\\"Relations\\\"\\>\\<emph\\>Relations\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3153093.14.help.text
msgid ""
"If you use $[officename] as the front-end for a relational database, the "
"creation and deletion of relationships is not placed in an intermediate "
"memory by $[officename], but is forwarded directly to the external database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020000.xhp#par_id3155856.15.help.text
msgid ""
"By double-clicking a connection line, you can assign certain properties to "
"the relation. The \\<emph\\>Relations \\</emph\\>dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#tit.help.tex"
"t\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#bm_id3150499.help.text
msgid ""
"\\<bookmark_value\\>relations; "
"properties\\</bookmark_value\\>\\<bookmark_value\\>key fields for "
"relations\\</bookmark_value\\>\\<bookmark_value\\>cascading "
"update\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3150445.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3150445"
".1.help.text\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3150499.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DBAddRelation\\\"\\>Allows you to define and edit a "
"relation between two tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3155136.3.help.text
msgid ""
"The update and delete options are only available if they are supported by "
"the database used."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3155341.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3155341"
".27.help.text\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3153880.28.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_LISTBOX_DLG_REL_PROPERTIES_LB_RIGHT_TABLE\\\" "
"visibility=\\\"hidden\\\"\\>This is where the two related tables are "
"listed.\\</ahelp\\>If you create a new relation, you can select one table "
"from each of the combo boxes in the top part of the dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3154047.29.help.text
msgid ""
"If you opened the \\<emph\\>Relations\\</emph\\> dialog for an existing "
"relation by double-clicking the connection lines in the Relation window, "
"then the tables involved in the relation cannot be modified."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3153822.4.help.text
msgid "Key fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3159157.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_RELDLG_KEYFIELDS\\\"\\>Defines the key fields for the "
"relation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3149235.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_RELATIONDIALOG_RIGHTFIELDCELL\\\"\\>The names of the "
"tables selected for the link appear here as column names.\\</ahelp\\> If you "
"click a field, you can use the arrow buttons to select a field from the "
"table. Each relation is written in a row."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3145609.6.help.text
msgid "Update options"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3153061.7.help.text
msgid ""
"Here you can select options that take effect when there are changes to a "
"primary key field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3149046.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3149046"
".8.help.text\n"
"No action"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3152360.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_UPD\\\"\\>"
"Specifies that any change made to a primary key does not affect other "
"external key fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3148664.10.help.text
msgid "Updating cascade"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3154073.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD\\\"\\>Updates "
"all the external key fields if the value of the corresponding primary key "
"has been modified (Cascading Update).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3145171.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3145171"
".12.help.text\n"
"Set null"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3154123.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD_NULL\\\"\\> If "
"the corresponding primary key has been modified, use this option to set the "
"\"IS NULL\" value to all external key fields. IS NULL means that the field "
"is empty.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3150448.14.help.text
msgid "Set default"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3151041.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_UPD_DEFAULT\\\"\\> "
"If the corresponding primary key has been modified, use this option to set a "
"default value to all external key fields.\\</ahelp\\> During the creation of "
"the corresponding table, the default value of an external key field will be "
"defined when you assign the field properties."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3125863.16.help.text
msgid "Delete options"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3153193.17.help.text
msgid ""
"Here you can select options that take effect when a primary key field is "
"deleted."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3159252.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3159252"
".18.help.text\n"
"No action"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3145785.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_NO_CASC_DEL\\\"\\>"
"Specifies that the deletion of a primary key will not have any effect on "
"other external key fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3154146.20.help.text
msgid "Delete cascade"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3155309.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL\\\"\\>Specifies "
"that all external key fields will be deleted if you delete the corresponding "
"primary key field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3153140.22.help.text
msgid ""
"When you delete a primary key field with the\\<emph\\> Delete cascade "
"\\</emph\\>option, all records from other tables that have this key as their "
"foreign key are also deleted. Use this option with great care; it is "
"possible that a major portion of the database can be deleted."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3152596.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3152596"
".23.help.text\n"
"Set null"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3153363.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL_NULL\\\"\\>If "
"you delete the corresponding primary key, the \"IS NULL\" value will be "
"assigned to all external key fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#hd_id3145272.25.help.text
msgid "Set Default"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05020100.xhp#par_id3154320.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_DLG_REL_PROPERTIES_RB_CASC_DEL_DEFAULT\\\"\\>If "
"you delete the corresponding primary key, a set value will be set to all "
"external key fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#tit.help.text
msgid "Copy Query or Table by Drag-and-Drop"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#hd_id3154894.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030000.xhp\\\" "
"name=\\\"Copy Query or Table by Drag-and-Drop\\\"\\>Copy Query or Table by "
"Drag-and-Drop\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#bm_id3155535.help.text
msgid ""
"\\<bookmark_value\\>queries; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>tables in databases; copying "
"database tables \\</bookmark_value\\>\\<bookmark_value\\>database tables; "
"copying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#par_id3155535.2.help.text
msgid ""
"Dragging-and-dropping a query or table opens the \\<emph\\>Copy Table "
"\\</emph\\>dialog, which allows you to define the options for copying a "
"query or a table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#par_id3148539.16.help.text
msgid "With the \\<emph\\>Copy Table \\</emph\\>dialog you can:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#par_id3149233.17.help.text
msgid "create a query copy,"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#par_id3153147.18.help.text
msgid "copy the data from the query into another query,"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#par_id3150504.19.help.text
msgid "use the structure of the table as the basis for creating a new table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030000.xhp#par_id3155628.20.help.text
msgid ""
"You can copy within the same database or between different databases. Select "
"the query and drag it into the table container of the desired database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030100.xhp#tit.help.tex"
"t\n"
"Copy Table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3085157.28.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030100.xhp\\\" "
"name=\\\"Copy Table\\\"\\>Copy Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3149264.29.help.text
msgid ""
"If you copy a query or table in the data source view by dragging and "
"dropping to a table container, the Copy\\<emph\\> Table\\</emph\\> dialog "
"appears."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3154926.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3154926"
".3.help.text\n"
"Table name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3144740.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_WIZ_TABLENAME_EDIT\\\"\\>Specifies a name for the "
"copy.\\</ahelp\\> Some databases only accept names containing eight or fewer "
"characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3154228.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3154228"
".5.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3157898.7.help.text
msgid "Definition and data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3150178.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_DEFDATA\\\"\\>Creates a "
"1:1 copy of the database table.\\</ahelp\\> The table definition and the "
"complete data are copied. The table definition includes the table structure "
"and format from different data fields, including special field properties. "
"The field contents supply the data."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3149346.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3149346"
".9.help.text\n"
"Definition"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3156426.10.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_DEF\\\"\\>Copies "
"only the table definition and not the corresponding data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3143267.22.help.text
msgid "As table view"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3153311.23.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_VIEW\\\"\\>If the "
"database supports Views, you can select this option only when a query is "
"copied in a table container. This option enables you to see and edit a query "
"as a normal table view.\\</ahelp\\> The table will be filtered in the view "
"with a \"Select\" SQL statement."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3155535.11.help.text
msgid "Attach data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3166410.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\\\"\\>Appends "
"the data of the table to be copied to an existing table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3147275.13.help.text
msgid ""
"The table definition must be exactly the same so that data can be copied. "
"Data cannot be copied if a data field in the target table has another format "
"than the datafield in the source table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3156117.31.help.text
msgid ""
"Match the data field names in the\\<emph\\> Copy Table\\</emph\\> dialog on "
"the \\<link href=\\\"text/shared/explorer/database/05030400.xhp\\\" "
"name=\\\"Apply Columns\\\"\\>Apply Columns\\</link\\> page."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3153252.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_TAB_WIZ_COPYTABLE_RB_APPENDDATA\\\"\\>If the "
"data cannot be attached, you will see a list of fields in the "
"\\<emph\\>Column Info\\</emph\\> dialog whose data cannot be "
"copied.\\</ahelp\\> If you confirm this dialog with OK, only the data that "
"does not appear in the list will be attached."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3158430.15.help.text
msgid ""
"If the fields of the target table have a smaller field length than in the "
"source table when data is being attached, the source data fields will "
"automatically be truncated to match the field lengths in the target table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#bm_id3149164.help.text
msgid "\\<bookmark_value\\>primary keys; defining\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3149164.24.help.text
msgid "Create primary key"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3155922.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_CHECKBOX_TAB_WIZ_COPYTABLE_CB_PRIMARY_COLUMN\\\"\\> "
"Automatically generates a primary key data field and fills it with "
"values.\\</ahelp\\>\\<switchinline select=\\\"distrib\\\"\\>\\<caseinline "
"select=\\\"COMMERCIAL\\\"\\>You should use this field if you copy a dBase "
"table to the Adabas format, since in the Adabas format a primary key must "
"always be available in order to edit the "
"table.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3146794.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030100.xhp#hd_id3146794"
".26.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3156343.27.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_TAB_WIZ_COPYTABLE_ET_KEYNAME\\\"\\>Specifies "
"a name for the primary key generated. This name is optional.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030100.xhp#par_id3151056.33.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030200.xhp\\\" "
"name=\\\"Next page\\\"\\>Next page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#tit.help.text
msgid "Apply columns"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#hd_id3150445.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030200.xhp\\\" "
"name=\\\"Apply columns\\\"\\>Apply columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#par_id3147143.2.help.text
msgid ""
"In the data source explorer, you can copy a table by dragging and dropping "
"the table onto the table container. The \\<emph\\>Apply columns "
"\\</emph\\>dialog is the second window of the \\<emph\\>Copy "
"table\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#hd_id3155552.3.help.text
msgid "Existing columns"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#hd_id3154751.4.help.text
msgid "Left list box"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#par_id3147088.5.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"DBACCESS_MULTILISTBOX_TAB_WIZ_COLU"
"MN_SELECT_LB_ORG_COLUMN_NAMES\\\"\\>Lists the available data fields that you "
"can include in the copied table. To copy a data field, click its name, and "
"then click > button. To copy all of the fields, click the "
"\\<emph\\>>>\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#hd_id3154823.6.help.text
msgid "Right list box"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#par_id3156426.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_MULTILISTBOX_TAB_WIZ_COLUMN_SELECT_LB_NEW_COLUMN_NAMES\\\" "
"visibility=\\\"visible\\\"\\>Lists the fields that you want to include in "
"the copied table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#hd_id3147242.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030200.xhp#hd_id3147242"
".8.help.text\n"
"Buttons"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#par_id3146797.9.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"DBACCESS_IMAGEBUTTON_TAB_WIZ_COLUMN_SELECT_IB_COLUMNS_LH\\\"\\>Adds "
"or removes the selected field (\\<emph\\>> or < \\</emph\\>button) or all of "
"the fields (<< or \\<emph\\>>> \\</emph\\>button).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030200.xhp#par_id3153561.10.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030300.xhp\\\" "
"name=\\\"Next page\\\"\\>Next page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#tit.help.text
msgid "Type formatting"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3163829.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030300.xhp\\\" "
"name=\\\"Type formatting\\\"\\>Type formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3150247.2.help.text
msgid ""
"In the data source explorer, you can copy a table by dragging and dropping "
"the table onto the table container. The\\<emph\\> Type formatting "
"\\</emph\\>dialog is the third window of the \\<emph\\>Copy table\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3152801.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3152801"
".3.help.text\n"
"List box"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3145313.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_MULTILISTBOX_TAB_WIZ_TYPE_SELECT_LB_NEW_COLUMN_NAMES\\\" "
"visibility=\\\"visible\\\"\\>Lists the data fields that will be included in "
"to the copied table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3155535.5.help.text
msgid "Column information"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3156426.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3156426"
".7.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3153681.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_COLUMNNAME\\\" "
"visibility=\\\"visible\\\"\\>Displays the name of the selected data field. "
"If you want, you can enter a new name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3156113.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3156113"
".9.help.text\n"
"Field type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3149811.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_TYPE\\\" visibility=\\\"visible\\\"\\>Select a "
"field type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3149763.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3149763"
".11.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3155449.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_LEN\\\" visibility=\\\"visible\\\"\\>Enter the "
"number of characters for the data field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3159176.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3159176"
".13.help.text\n"
"Decimal places"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3153666.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_SCALE\\\" visibility=\\\"visible\\\"\\>Enter "
"the number of decimal places for the data field. This option is only "
"available for numerical or decimal data fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3150276.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3150276"
".15.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3147620.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_ENT_BOOL_DEFAULT\\\" "
"visibility=\\\"visible\\\"\\>Select the default value for a Yes/No "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3153087.17.help.text
msgid "Automatic type recognition"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3153561.18.help.text
msgid ""
"$[officename] can automatically recognize field contents when you copy "
"database tables by drag and drop."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3156023.19.help.text
msgid "(max.) lines"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3155923.20.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_NUMERICFIELD_TAB_WIZ_TYPE_SELECT_ET_AUTO\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of lines to use for automatic "
"type recognition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3154347.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05030300.xhp#hd_id3154347"
".21.help.text\n"
"Auto"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030300.xhp#par_id3152361.22.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_PUSHBUTTON_TAB_WIZ_TYPE_SELECT_PB_AUTO\\\" "
"visibility=\\\"visible\\\"\\>Enables automatic type recognition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#tit.help.text
msgid "Assign columns"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3151100.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05030400.xhp\\\" "
"name=\\\"Assign columns\\\"\\>Assign columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3156027.2.help.text
msgid ""
"In the data source explorer, you can copy a table by dragging and dropping "
"the table onto the table container. If you select the \\<emph\\>Attach data "
"\\</emph\\>check box on the first page of the \\<emph\\>Copy table "
"\\</emph\\>dialog, the \\<emph\\>Assign columns \\</emph\\>dialog opens as "
"the second window. You can use this dialog to map the contents of a data "
"field in the source table to a different data field in the destination table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3157958.4.help.text
msgid "Source table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3145071.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_NAMEMATCHING_COLS_AVAIL\\\" "
"visibility=\\\"visible\\\"\\>Lists the data fields in the source table. To "
"include a data field from the source table in the destination table, select "
"the check box in front of the data field name. To map the contents of a data "
"field in the source table to a different data field in the destination "
"table, click the data field in the source table list, and then click the up "
"or down arrow.\\</ahelp\\> To include all of the source data fields in the "
"destination table, click \\<emph\\>All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3166410.6.help.text
msgid "Destination table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3154749.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_NAMEMATCHING_COLS_ASSIGN\\\" "
"visibility=\\\"visible\\\"\\>Lists the possible data fields in the "
"destination table. Only the data fields that are selected in the source "
"table list will be included the destination table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3150670.8.help.text
msgid "up"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3155628.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_IMAGEBUTTON_TAB_WIZ_NAME_MATCHING_IB_COLUMN_UP_RIGHT\\\" "
"visibility=\\\"visible\\\"\\>Moves the selected entry up one position in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3149580.10.help.text
msgid "down"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3150984.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_IMAGEBUTTON_TAB_WIZ_NAME_MATCHING_IB_COLUMN_DOWN_RIGHT\\\" "
"visibility=\\\"visible\\\"\\>Moves the selected entry down one position in "
"the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3156156.12.help.text
msgid "all"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3154514.13.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_PUSHBUTTON_TAB_WIZ_NAME_MATCHING_PB_ALL\\\" "
"visibility=\\\"visible\\\"\\>Selects all of the data fields in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#hd_id3153541.14.help.text
msgid "none"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05030400.xhp#par_id3148563.15.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_PUSHBUTTON_TAB_WIZ_NAME_MATCHING_PB_NONE\\\" "
"visibility=\\\"visible\\\"\\>Clears all of the check boxes in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040000.xhp#tit.help.tex"
"t\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040000.xhp#hd_id3149031.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05040000.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040100.xhp#tit.help.tex"
"t\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3153255.25.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05040100.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3157898.11.help.text
msgid ""
"When you create a database table as an administrator, you can use this tab "
"to determine user access, and to edit the data or the table structure."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#bm_id3152594.help.text
msgid ""
"\\<bookmark_value\\>access rights for database "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables in databases; access "
"rights to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3152594.12.help.text
msgid ""
"If you are not the administrator, you can use the "
"\\<emph\\>General\\</emph\\> tab to view your access rights for the selected "
"table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3145669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3145669"
".3.help.text\n"
"Table name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3147834.13.help.text
msgid "Displays the name of the selected database table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3156426.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3156426"
".14.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3154823.15.help.text
msgid "Displays the type of database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3149095.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3149095"
".16.help.text\n"
"Location"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3153311.17.help.text
msgid "Displays the complete path of the database table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3153528.4.help.text
msgid "Read data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3163802.18.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Allows a user to read the data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3150355.5.help.text
msgid "Insert data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3149398.19.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Allows a user to insert new data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3155420.6.help.text
msgid "Change data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3158430.20.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Allows a user to change data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3149516.7.help.text
msgid "Delete data"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3155449.21.help.text
msgid "\\<ahelp hid=\\\"\\\"\\>Allows a user to delete data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3145674.8.help.text
msgid "Change table structure"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3153146.22.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows a user to change the table "
"structure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3143270.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3143270"
".9.help.text\n"
"Definition"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3154897.23.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows the user to delete the table "
"structure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#hd_id3153126.10.help.text
msgid "Modify references"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040100.xhp#par_id3159399.24.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Allows the user to modify the defined references, "
"for example, to enter new relations for the table or to delete existing "
"relations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040200.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/05040200.xhp#tit.help.tex"
"t\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040200.xhp#hd_id3109850.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05040200.xhp\\\" "
"name=\\\"Description\\\"\\>Description\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040200.xhp#hd_id3157898.3.help.text
msgid "Table description"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/05040200.xhp#par_id3154422.4.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Displays the description "
"for the selected table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#tit.help.text
msgid "Databases"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3159411.1.help.text
msgid ""
"\\<variable id=\\\"datenbank\\\"\\>\\<link "
"href=\\\"text/shared/explorer/database/11000000.xhp\\\" "
"name=\\\"Databases\\\"\\>Databases\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#par_id3148983.2.help.text
msgid ""
"\\<variable id=\\\"datenbanktext\\\"\\>To register a database so that you "
"can use it in $[officename], choose \\<emph\\>Tools - Data "
"sources\\</emph\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3150713.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3150713"
".89.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/11000002.xhp\\\" "
"name=\\\"Data sources in $[officename]\\\"\\>Data sources in "
"$[officename]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3153049.91.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11060000.xhp\\\" "
"name=\\\"Data sources - Properties\\\"\\>Data sources - Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3147043.93.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11000002.xhp\\\" "
"name=\\\"Copy or Move Database Objects with Drag&Drop\\\"\\>Copy or Move "
"Database Objects with Drag&Drop\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3155535.99.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11080000.xhp\\\" "
"name=\\\"Entering SQL Administration Commands\\\"\\>Entering SQL "
"Administration Commands\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#hd_id3150774.100.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11010000.xhp\\\" "
"name=\\\"Database Systems Supported\\\"\\>Database Systems "
"Supported\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000000.xhp#par_id3153311.104.help.text
msgid ""
"\\<link href=\\\"text/shared/main0300.xhp\\\" name=\\\"Data "
"sources\\\"\\>Data sources\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#tit.help.text
msgid "Data sources in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#bm_id3155449.help.text
msgid "\\<bookmark_value\\>databases;drag and drop\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3151299.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3151299"
".93.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/11000002.xhp\\\" "
"name=\\\"Data sources in $[officename]\\\"\\>Data sources in "
"$[officename]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3150445.94.help.text
msgid ""
"You can register a database with $[officename] and then insert records from "
"the database into a document."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3150616.49.help.text
msgid "Selecting the Address Book"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3153049.101.help.text
msgid ""
"To select the address address book that you want to use, choose \\<link "
"href=\\\"text/shared/01/01110101.xhp\\\" name=\\\"File - Templates - Address "
"Book Source\\\"\\>\\<emph\\>File - Templates - Address Book "
"Source\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3153748.19.help.text
msgid "Creating a New Data Source"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3153311.25.help.text
msgid ""
"When you register a data source, $[officename] creates a link to the "
"database so that you can access its data."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3147576.8.help.text
msgid ""
"To select and specify the properties of a data source, such as the name that "
"$[officename] uses for the data source, choose \\<emph\\>Tools - Data "
"Sources \\</emph\\>to open the \\<emph\\>Data Source Administration "
"\\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3147209.3.help.text
msgid ""
"To use an existing database, type the path to the database in the "
"\\<emph\\>Data source URL \\</emph\\>box. If the data source is a text or "
"dBase database, specify the folder that contains the database and its tables."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3147275.26.help.text
msgid "Opening a Data Source"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3154143.102.help.text
msgid ""
"To open the data source view, press F4 in a text, spreadsheet or form "
"document."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3154046.11.help.text
msgid ""
"To view the contents of a database, click the plus sign (+) in front it name "
"in the data source view."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3155449.28.help.text
msgid "Copying and Moving Database Objects"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3149164.14.help.text
msgid ""
"In the data source view, you can copy database objects by drag and drop, "
"even within the same database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3154897.100.help.text
msgid ""
"To quickly add a record from a table cell in a $[officename] Writer "
"document, an HTML document or from $[officename] Calc, select the cell, and "
"then drag it into a database table in data source view. You can also drag a "
"record from a database table into a document."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3153561.52.help.text
msgid "To move a database object, hold down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3147559.53.help.text
msgid ""
"Field naming conventions are different for different database types. For "
"example, in dBase tables, field names can only be 10 characters long."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#hd_id3145069.40.help.text
msgid "Copying database queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3151056.31.help.text
msgid ""
"To create a new query that is similar to an existing one, simply drag the "
"existing query onto the Queries container in the data source view."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11000002.xhp#par_id3150085.34.help.text
msgid ""
"If you drag the query onto a table container, the query is treated as a "
"table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010000.xhp#tit.help.tex"
"t\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#bm_id3150476.help.text
msgid ""
"\\<bookmark_value\\>databases; "
"connecting\\</bookmark_value\\>\\<bookmark_value\\>databases; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>dBase; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>text "
"databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3150476.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11010000.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3152594.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the name, type, and location of the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3154289.22.help.text
msgid "In $[officename], there are several ways to access a database:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3153681.24.help.text
msgid ""
"Convert the database into the \\<link "
"href=\\\"text/shared/explorer/database/11030000.xhp\\\" "
"name=\\\"dBase\\\"\\>dBase\\</link\\> or \\<link "
"href=\\\"text/shared/explorer/database/11040000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\> format"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3149398.25.help.text
msgid ""
"Through \\<link href=\\\"text/shared/explorer/database/11020000.xhp\\\" "
"name=\\\"ODBC\\\"\\>ODBC\\</link\\> or \\<link "
"href=\\\"text/shared/explorer/database/11110000.xhp\\\" "
"name=\\\"JDBC\\\"\\>JDBC\\</link\\>\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>. "
"\\</caseinline\\>\\<defaultinline/\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3147573.26.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Through an \\<link "
"href=\\\"text/shared/explorer/database/11160000.xhp\\\" "
"name=\\\"ADO\\\"\\>ADO\\</link\\> database "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3155628.9.help.text
msgid ""
"A data source can be a directory that contains dBase or text files, or a "
"directory that contains an existing database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3155135.36.help.text
msgid "\\<emph\\>Adabas D format\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3143271.37.help.text
msgid ""
"In Windows and Unix, you can use the \\<link "
"href=\\\"text/shared/explorer/database/30000000.xhp\\\" name=\\\"Adabas "
"D\\\"\\>Adabas D\\</link\\> database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3153541.29.help.text
msgid "\\<emph\\>dBase or Text format\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3154306.10.help.text
msgid ""
"To add a data source that consists of a dBase or a text files, add the path "
"to the directory that contains the file(s). $[officename] treats every file "
"in the directory as a table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3147618.30.help.text
msgid "\\<emph\\>Accessing external databases\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3152472.11.help.text
msgid ""
"When you access an external database, such as SQL, you still need to enter a "
"data source. In this case, the data source is specified by its label, rather "
"than a directory path."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3151246.12.help.text
msgid ""
"If your system has the appropriate \\<link "
"href=\\\"text/shared/00/00000005.xhp#odbc\\\" "
"name=\\\"ODBC\\\"\\>ODBC\\</link\\> driver, you can access most external "
"databases that recognize ODBC, for example a \\<link "
"href=\\\"text/shared/00/00000005.xhp#sqlserver\\\" name=\\\"SQL "
"database\\\"\\>SQL database\\</link\\>. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3145068.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3145068"
".42.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3152811.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DSNAME\\\"\\>Type the name that you want to use "
"for referring to the database from $[officename].\\</ahelp\\> The name that "
"you type here is only a reference name, and does not change the name of the "
"actual database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3150791.44.help.text
msgid "Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3151210.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3151210"
".3.help.text\n"
"Database type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3147085.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DSTYPE\\\"\\>Select the type of database that "
"you want to register.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3154686.5.help.text
msgid "Data Source URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3147228.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_PAGE_GENERAL_ET_CONNECTURL\\\"\\>Type the URL "
"of the database that you want to register, or click the browse button "
"(\\<emph\\>...\\</emph\\>), and then locate the directory containing the "
"data source. Depending on the database type that you selected, a protocol "
"schema is added to the beginning of the URL, for example "
"\"sdbc:dbase:\"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3144760.15.help.text
msgid ""
"To access an Adabas database that is on a different computer, use the form "
"\"Computer name:Database name\" when you enter the data source URL."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3151176.16.help.text
msgid ""
"For databases in dBase or text format, enter the complete path to the "
"directory containing the files. If you want to access an external database "
"through ODBC, enter the URL for the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3145172.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3145172"
".7.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3147289.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_BROWSECONN\\\"\\>Locate the data source that "
"you want to add, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3155306.21.help.text
msgid ""
"For databases in dBase or text format, locate the directory containing the "
"files, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#hd_id3148645.46.help.text
msgid "New database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010000.xhp#par_id3156443.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_CREATEDATABASE\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/30100000.xhp\\\" name=\\\"Create New "
"Adabas Database\\\"\\>\\<emph\\>Create New Adabas "
"Database\\</emph\\>\\</link\\> dialog, where you can create a new "
"database.\\</ahelp\\> This button is only available for the Adabas database "
"type."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010100.xhp#tit.help.tex"
"t\n"
"Data Source"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#hd_id3144740.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010100.xhp#hd_id3144740"
".1.help.text\n"
"Data Source"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#par_id3157898.2.help.text
msgid "Choose the data source you want to access in $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#par_id3149183.3.help.text
msgid ""
"If you want to register an external database in $[officename], you first "
"have to indicate the data source to the program. The data source covers both "
"the data, which you want to access, as well as the information that enables "
"the data to be accessed."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#par_id3153681.4.help.text
msgid ""
"Accessing a database through ODBC requires the corresponding driver for this "
"database. You can define multiple data sources for each installed driver. "
"The data sources defined for all installed drivers are listed in this dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#hd_id3147008.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010100.xhp#hd_id3147008"
".5.help.text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#par_id3147275.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_LISTBOX_DLG_DATASOURCE_SELECTION_LB_DATASOURCE\\\"\\>All "
"data sources that you can access are listed here.\\</ahelp\\> Apart from the "
"designation of the data source the associated drivers are listed in each "
"case. Select the data source that you want to register in $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#hd_id3153031.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11010100.xhp#hd_id3153031"
".7.help.text\n"
"Organizer"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11010100.xhp#par_id3166460.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_PUSHBUTTON_DLG_DATASOURCE_SELECTION_PB_MANAGE\\\"\\>This "
"button opens an operating system-specific dialog for administration of your "
"data sources. Here you can add, delete or configure data sources. You can "
"find a description of this in your operating system Help. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#tit.help.tex"
"t\n"
"ODBC"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#bm_id3149031.help.text
msgid ""
""
"\\<bookmark_value\\>ODBC;database\\</bookmark_value\\>\\<bookmark_value\\>data"
"bases;ODBC\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3149031.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11020000.xhp\\\" "
"name=\\\"ODBC\\\"\\>ODBC\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3150499.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the settings for \\<link "
"href=\\\"text/shared/00/00000005.xhp#odbc\\\" "
"name=\\\"ODBC\\\"\\>ODBC\\</link\\> databases. This includes your user "
"access data, driver settings, and font definitions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3153049.35.help.text
msgid ""
"Before you can edit or add record to a database table in $[officename], the "
"table must have a unique index."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3149828.20.help.text
msgid ""
"On Solaris and Linux platforms, try to use a JDBC driver instead of an ODBC "
"driver. See http://www.unixodbc.org for an ODBC implementation on Solaris or "
"Linux."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3143267.21.help.text
msgid ""
"To connect to a Microsoft Access database, use the ADO database interface, "
"rather than ODBC."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3145315.14.help.text
msgid ""
"Drivers for ODBC are supplied and supported by the manufacturer of the "
"database. $[officename] only supports the ODBC 3 standard."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3148642.4.help.text
msgid "User Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3154514.5.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Type the user name for accessing the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3153665.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3153665"
".6.help.text\n"
"Password required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3145119.7.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Prevents an unauthorized user from accessing the "
"database. You only need to enter the password once per session.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3153087.10.help.text
msgid "Driver Settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3143271.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_ODBC_OPTIONS\\\"\\>Use this text field to enter "
"additional optional driver settings if this is necessary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3152472.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3152472"
".12.help.text\n"
"Character Set"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3151245.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_CHARSET_ODBC\\\"\\>Select the code conversion "
"that you want to use to view the database in $[officename]. This does not "
"affect the database.\\</ahelp\\> Choose \"System\" to use the default "
"character set of your operating system. Text and dBase databases are "
"restricted to character sets with a fixed-size character length, where all "
"characters are encoded with the same number of bytes."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3149669.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3149669"
".22.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3147265.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3147265"
".24.help.text\n"
"Retrieve generated values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3151054.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_AUTORETRIEVEENABLED\\\"\\>Enables $[officename] "
"support of auto-incremented data fields for the current ODBC or JDBC data "
"source.\\</ahelp\\> Select this check box if the database does not support "
"the auto-increment feature in its SDBCX layer. In general, the auto-"
"increment is selected for the primary key field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3150400.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3150400"
".26.help.text\n"
"Auto-increment statement"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3154366.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_AUTOINCREMENTVALUE\\\"\\>Enter the SQL command "
"specifier that instructs the data source to auto-increment a specified "
"Integer data field.\\</ahelp\\> For example, a typical SQL statement to "
"create a data field is: "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3159149.28.help.text
msgid "CREATE TABLE \"table1\" (\"id\" INTEGER)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3147084.29.help.text
msgid ""
"To auto-increment the \"id\" data field in a MySQL database, change the "
"statement to:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3154909.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id315490"
"9.30.help.text\n"
"CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3152933.31.help.text
msgid ""
"In other words, enter AUTO_INCREMENT into \\<emph\\>Auto-increment "
"statement\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3149765.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3149765"
".32.help.text\n"
"Query of generated values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3145171.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_RETRIEVE_AUTO\\\"\\>Enter an SQL statement that "
"returns the last auto-incremented value for the primary key data "
"field.\\</ahelp\\> For example:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3150769.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id315076"
"9.34.help.text\n"
"SELECT LAST_INSERT_D();"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3157892.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3157892"
".18.help.text\n"
"Use SQL92 naming constraints"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3153368.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_SQL92CHECK\\\"\\>Only allows names that use "
"characters that conform to the SQL92 naming constraints in the data source. "
"All other characters are rejected.\\</ahelp\\> Each name must begin with a "
"lower or upper case letter, or an underline ( _ ). The remaining characters "
"can be ASCII letters, underlines, and numbers."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#hd_id3154011.15.help.text
msgid "Use Catalog for file-based databases"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11020000.xhp#par_id3148618.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_USECATALOG\\\"\\>Uses the current data source "
"of the Catalog. This is useful when the ODBC data source is a database "
"server. If the ODBC data source is a dBase driver, leave this check box "
"clear.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#tit.help.text
msgid "dBase"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#bm_id3153539.help.text
msgid ""
"\\<bookmark_value\\>dBase; database "
"settings\\</bookmark_value\\>\\<bookmark_value\\>databases; "
"dBase\\</bookmark_value\\>\\<bookmark_value\\>dBase; deleted "
"records\\</bookmark_value\\>\\<bookmark_value\\>deleted records; displaying "
"in dBase\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#hd_id3153539.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11030000.xhp\\\" "
"name=\\\"dBase\\\"\\>dBase\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3147088.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specify the settings for a dBase "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3152781.3.help.text
msgid ""
"A dBase is a relational database management system that was first introduced "
"by the Ashton-Tate corporation."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3151110.18.help.text
msgid ""
"To be able to define relations between tables, use JDBC or ODBC from within "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3156118.13.help.text
msgid "Ensure that dBase tables use the .dbf extension in lower case."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#hd_id3149233.4.help.text
msgid "Display inactive records"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3153823.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_SHOWDELETED\\\"\\>Displays all the records in a "
"file, including those marked as deleted. If you select this check box, you "
"cannot delete records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3156023.17.help.text
msgid "In dBase format, deleted records remain in the file. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3151384.15.help.text
msgid ""
"To view any changes that you make to the database, close the connection to "
"the database, and then reconnect the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#hd_id3149047.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030000.xhp#hd_id3149047"
".8.help.text\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030000.xhp#par_id3161656.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DBASE_INDICIES\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/11030100.xhp\\\" "
"name=\\\"Indexes\\\"\\>\\<emph\\>Indexes\\</emph\\>\\</link\\> dialog, where "
"you can organize the table indexes in the current dBase database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030100.xhp#tit.help.tex"
"t\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3148983.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11030100.xhp\\\" "
"name=\\\"Indexes\\\"\\>Indexes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3150247.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Lets you organize dBase database "
"indexes.\\</ahelp\\> An index allow you to quickly access a database, "
"provided that you query the data in the selection that was defined through "
"the index. When you design a table, you can define the indexes on the "
"\\<emph\\>Indexes \\</emph\\>tab page."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3155339.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3155339"
".3.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3152551.10.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_COMBOBOX_DLG_DBASE_INDEXES_CB_TABLES\\\"\\>Select "
"the database table that you want to index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3159233.4.help.text
msgid "Table Indexes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3143267.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_LISTBOX_DLG_DBASE_INDEXES_LB_TABLEINDEXES\\\"\\>Lists the "
"current indexes for the selected database table.\\</ahelp\\> To remove an "
"index from the list, click the index, and then click the right arrow."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3148538.5.help.text
msgid "Free Indexes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3151110.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_LISTBOX_DLG_DBASE_INDEXES_LB_FREEINDEXES\\\"\\>Lists the "
"available indexes that you can assign to a table.\\</ahelp\\> To assign an "
"index to a selected table, click the left arrow icon. The left double arrow "
"assigns all available indexes."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3156152.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3156152"
".6.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3150984.13.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADD\\\"\\>Moves "
"the selected index to the \\<emph\\>Table Indexes\\</emph\\> "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3149416.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3149416"
".7.help.text\n"
"<<"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3145315.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_ADDALL\\\"\\>Moves all of "
"the free indexes to the \\<emph\\>Table Indexes\\</emph\\> list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3149579.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3149579"
".8.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3149795.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVE\\\"\\>Moves the "
"selected table indexes to the \\<emph\\>Free Indexes\\</emph\\> "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3155629.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11030100.xhp#hd_id3155629"
".9.help.text\n"
">>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11030100.xhp#par_id3151245.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_IMAGEBUTTON_DLG_DBASE_INDEXES_IB_REMOVEALL\\\"\\>Moves all "
"of the table indexes to the \\<emph\\>Free Indexes\\</emph\\> "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#tit.help.tex"
"t\n"
"Text"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#bm_id3156211.help.text
msgid ""
"\\<bookmark_value\\>editing; text format database tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3156211.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11040000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3144436.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the settings for importing a database in "
"text format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3156411.4.help.text
msgid ""
"In a text format database, data is stored in an unformatted ASCII file, "
"where each record comprises a row. The data fields are divided by "
"separators, and text in the data fields by quotation marks."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3149827.3.help.text
msgid ""
"You can use the text format database to import data from other databases, or "
"applications."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3156156.25.help.text
msgid ""
"You can use $[officename] Calc to \\<link "
"href=\\\"text/shared/explorer/database/11040000.xhp\\\" "
"name=\\\"edit\\\"\\>edit\\</link\\> ASCII files or text format databases."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3154860.5.help.text
msgid "Text contains header"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3148644.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_TEXT_HEADER\\\"\\>Select this check box if the "
"first line of the text file contains field names.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3149516.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3149516"
".7.help.text\n"
"Field separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3153349.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id315334"
"9.8.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_FIELD_SEPARATOR\\\"\\>Enter or select the "
"character that separates data fields in the text file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3154143.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3154143"
".9.help.text\n"
"Text separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3154515.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id315451"
"5.10.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_TEXT_SEPARATOR\\\"\\>Enter or select the "
"character that identifies a text field in the text file.\\</ahelp\\> You "
"cannot use the same character as the field separator."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3153062.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3153062"
".11.help.text\n"
"Decimal separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3149669.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id314966"
"9.12.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_DECIMAL_SEPARATOR\\\"\\>Enter or select the "
"character that is used as a decimal separator in the text file, for example, "
"a period (0.5) or a comma (0,5).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3149655.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3149655"
".13.help.text\n"
"Thousands separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3154346.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id315434"
"6.14.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_THOUSANDS_SEPARATOR\\\"\\>Enter or select the "
"character that is used as a thousands separator in the text file, for "
"example a comma (1,000), or a period (1.000).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3150358.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3150358"
".15.help.text\n"
"Extension"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3153379.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_EXTENSION\\\"\\>Select the format for the text "
"file.\\</ahelp\\> The extension that you select affects some of the default "
"settings in this dialog. For example, the *.csv extension changes the "
"character set to system and the field delimiter to comma (,), and the *.txt "
"and *.sdf extensions change the field delimiter to a semicolon (;)."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#hd_id3154821.18.help.text
msgid "To edit a database table in text format"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3148673.19.help.text
msgid ""
"You cannot edit a text format database table after you register it in "
"$[officename]. However, you can import the table into $[officename] Calc, "
"edit it there, and then save it as a text format database table with a new "
"name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3149807.20.help.text
msgid "Create a new $[officename] Calc spreadsheet."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3154908.21.help.text
msgid "Press F4 to open the data source view."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3156422.26.help.text
msgid ""
"Display the text format database table that you want to edit in the data "
"source view."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3153367.22.help.text
msgid ""
"In the data source view, click the column and row header button at the top "
"left to select the entire table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3155430.28.help.text
msgid "Drag the table to cell A1 in the spreadsheet, and then release."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3156444.23.help.text
msgid "Make the changes that you want."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3156061.24.help.text
msgid ""
"Choose \\<emph\\>File - Save as\\</emph\\>, and in the \\<emph\\>File "
"type\\</emph\\> box, select the \"Text CSV\" filter."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id3155411.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11040000.xhp#par_id315541"
"1.29.help.text\n"
"Click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11060000.xhp#tit.help.tex"
"t\n"
"Data Source Administration"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#hd_id3159224.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11060000.xhp#hd_id3159224"
".1.help.text\n"
"Data Source Administration"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3152594.2.help.text
msgid ""
"\\<variable id=\\\"databasetext\\\"\\>\\<ahelp "
"hid=\\\"SID_EXPLORER_CREATEDATABASE\\\"\\>Lets you organize the data sources "
"that are registered in $[officename].\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3153682.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DATASOURCE_DSLIST\\\"\\>Lists the available "
"data sources.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3144432.27.help.text
msgid "Ensure that each data source has a unique name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3145608.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DATASOURCE_NEWDS\\\"\\>Registers a new data "
"source with $[officename]. You can also click in the data source list, and "
"press the Insert key, or right-click, and then choose \\<emph\\>New data "
"source\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3149807.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DSACTIONS_DELETEDS\\\"\\>Marks the selected "
"data source for deletion from the list. You can also press the Delete key. "
"Only the reference to the data source is deleted, and not the data "
"source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3156423.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_DSACTIONS_RESTOREDS\\\"\\>Undoes the "
"\\<emph\\>Delete Data Source \\</emph\\>command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3153770.19.help.text
msgid ""
"Depending on the database type that you select, the dialog contains the "
"following tab pages:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#hd_id3150487.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11060000.xhp#hd_id3150487"
".34.help.text\n"
"Spreadsheet"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3155366.35.help.text
msgid ""
"Select this database type to use a $[officename] Calc or MS Excel "
"spreadsheet as a data source. Click the \\<emph\\>Tables\\</emph\\> tab "
"select the tables that you want to make available to $[officename] "
"applications."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11060000.xhp#par_id3145750.36.help.text
msgid ""
"If you want to use an entire sheet as a data source, ensure that the data "
"starts in cell A1, and that the headings appear in row 1. You can also use "
"defined data ranges in a sheet as a database table. Data that you access "
"from a spreadsheet is read-only."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#tit.help.text
msgid "Execute SQL statement"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#bm_id3148983.help.text
msgid ""
"\\<bookmark_value\\>SQL; executing SQL "
"statements\\</bookmark_value\\>\\<bookmark_value\\>databases; administration "
"through SQL\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3153345.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11080000.xhp\\\" "
"name=\\\"Execute SQL statement\\\"\\>Execute SQL statement\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3154288.2.help.text
msgid ""
"\\<variable id=\\\"sqltext\\\"\\>\\<ahelp hid=\\\"\\\"\\>Opens a dialog "
"where you can enter an SQL command for administering a "
"database.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3147275.23.help.text
msgid ""
"You can only enter administration commands in this dialog, such as Grant, "
"Create Table, or Drop Table, and not filter commands. The commands that you "
"can enter depend on the data source, for example, dBase can only run some of "
"the SQL commands list here."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3154860.10.help.text
msgid ""
"To run an SQL query for filtering data in the database, use the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>Query Design\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3149514.3.help.text
msgid "Command to execute"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3147618.4.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_SQL\\\"\\>Enter the "
"SQL administration command that you want to run.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3153087.24.help.text
msgid ""
"For example, for a \"Bibliography\" data source, you can enter the following "
"SQL command:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3145673.25.help.text
msgid "SELECT \"Address\" FROM \"biblio\" \"biblio\""
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3145611.21.help.text
msgid ""
"For more information on SQL commands, please consult the documentation that "
"came with the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3156024.26.help.text
msgid "Previous commands"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3149045.27.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_LISTBOX_DLG_DIRECTSQL_LB_HISTORY\\\"\\>Lists the "
"previously executed SQL commands. To run a command again, click the command, "
"and then click \\<emph\\>Run\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3154348.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3154348"
".5.help.text\n"
"Status"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3151054.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_MULTILINEEDIT_DLG_DIRECTSQL_ME_STATUS\\\"\\>Displays the "
"results, including errors, of the SQL command that you ran.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3154071.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11080000.xhp#hd_id3154071"
".7.help.text\n"
"Run"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11080000.xhp#par_id3151210.8.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_PUSHBUTTON_DLG_DIRECTSQL_PB_EXECUTE\\\"\\>Runs the "
"command that you entered in the \\<emph\\>Command to execute "
"\\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11090000.xhp#tit.help.tex"
"t\n"
"Table Filter"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3150702.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11090000.xhp\\\" "
"name=\\\"Tables\\\"\\>Table Filter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#par_id3146946.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Lists the available tables in the current "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#par_id3149031.12.help.text
msgid ""
"To make a table available to \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>, select the check box in "
"front of the table name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#par_id3154422.6.help.text
msgid "Tables that support catalogs or schemes are displayed as hierarchy. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3148685.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3148685"
".21.help.text\n"
"Display version columns (when available)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#par_id3149164.22.help.text
msgid ""
"Some databases track changes to each record by assigning version number to "
"fields that are changed. This number is incremented by 1 each time the field "
"is changed \\<ahelp hid=\\\"HID_DSADMIN_SUPPRESS_VERSIONCL\\\"\\>Displays "
"the internal version number of the record in the database table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3154923.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3154923"
".8.help.text\n"
"Sort Ascending"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#par_id3147559.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_SUPPRESS_VERSIONCL\\\"\\>Sorts the list of "
"table names in ascending order starting at the beginning of the "
"alphabet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3148550.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11090000.xhp#hd_id3148550"
".10.help.text\n"
"Sort Descending"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11090000.xhp#par_id3148664.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_SUPPRESS_VERSIONCL\\\"\\>Sorts the list of "
"table names in descending order starting at the end of the "
"alphabet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#tit.help.tex"
"t\n"
"JDBC"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#bm_id3148522.help.text
msgid ""
"\\<bookmark_value\\>JDBC; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>databases; "
"JDBC\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3148522.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11110000.xhp\\\" "
"name=\\\"JDBC\\\"\\>JDBC\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3151262.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the options for accessing \\<link "
"href=\\\"text/shared/00/00000005.xhp#jdbc\\\" "
"name=\\\"JDBC\\\"\\>JDBC\\</link\\> databases.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3154422.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3154422"
".34.help.text\n"
"JDBC Examples"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3157958.9.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> can communicate "
"with a database through a JDBC driver class, that is provided by the "
"database manufacturer. Below are two examples of JDBC driver classes."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3153527.32.help.text
msgid ""
"The driver classes must be added to \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME in \\</item\\>\\<item "
"type=\\\"productname\\\"\\>Tools - Options - %PRODUCTNAME - Java\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3145313.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3145313"
".10.help.text\n"
"Oracle database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3147088.11.help.text
msgid ""
"Use JDBC to access an Oracle database from Solaris or Linux, and ODBC to "
"access the database from Microsoft Windows."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3148538.12.help.text
msgid ""
"Under UNIX, ensure that the Oracle database client is installed with JDBC "
"support. The JDBC driver class from the Solaris Oracle client version 8.x is "
"located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. "
"You can also download the latest version from the Oracle web site:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3152780.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315278"
"0.13.help.text\n"
"http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3147243.14.help.text
msgid ""
"Enter the location of the Oracle database server in the \\<emph\\>Data "
"source URL\\</emph\\> box. The syntax of the URL depends on the database "
"type. See the documentation that came with the JDBC driver for more "
"information. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3148642.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id314864"
"2.15.help.text\n"
"For an Oracle database, the syntax of the URL is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3147619.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id314761"
"9.16.help.text\n"
"oracle:thin:@hostname:port:database_name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3156118.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315611"
"8.35.help.text\n"
"Where:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3154897.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315489"
"7.33.help.text\n"
"hostname is the name of the machine that runs the Oracle database. You can "
"also replace hostname with the IP address of the server."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3150670.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315067"
"0.17.help.text\n"
"port is the port where the Oracle database listens. Ask your database "
"administrator for the correct port address."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3154286.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315428"
"6.18.help.text\n"
"database_name is the name of the Oracle database. Ask your database "
"administrator for the correct name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3158432.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3158432"
".22.help.text\n"
"MySQL database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3159157.23.help.text
msgid ""
"Use the mm.mysql-2.0.4-bin.jar driver archive available on the following web "
"site:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3150771.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315077"
"1.24.help.text\n"
"http://mmmysql.sourceforge.net/oldDist.html"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3151385.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315138"
"5.25.help.text\n"
"The syntax for a MySQL database is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3152474.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315247"
"4.26.help.text\n"
"mysql://hostname:port/database_name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3156024.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315602"
"4.36.help.text\n"
"Where:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3149655.27.help.text
msgid ""
"hostname is the name of the machine that runs the MySQL database. You can "
"also replace hostname with the IP address of the server."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3161656.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id316165"
"6.28.help.text\n"
"port is the default port for MySQL databases, namely 3306."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3154071.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315407"
"1.29.help.text\n"
"database_name is the name of the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3148798.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3148798"
".3.help.text\n"
"JDBC Driver Class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3159150.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id315915"
"0.4.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_DRIVERCLASS\\\"\\>Enter the name of the JDBC "
"driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3154948.7.help.text
msgid ""
"Before you can use a JDBC driver, you need to add its class path to the "
"java.ini file. You can also choose \\<emph\\>Tools - Options - "
"\\</emph\\>\\<emph\\>%PRODUCTNAME\\</emph\\>\\<emph\\> - "
"Security\\</emph\\>, and then enter its path in the \\<emph\\>Class "
"path\\</emph\\> box. After you add the path information, restart \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3153191.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11110000.xhp#hd_id3153191"
".5.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11110000.xhp#par_id3152596.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_CONNURL_JDBCPAGE\\\"\\>Enter the URL for "
"connecting to the database, for example, for the MySQL-JDBC-Driver, enter "
"\"jdbc:mysql://<Servername>/<DB-Name>\", where \"DB-Name\" is the name of "
"the database. For more information on the JDBC driver, consult the "
"documentation that came with the driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#tit.help.text
msgid "MySQL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#bm_id3149119.help.text
msgid ""
"\\<bookmark_value\\>MySQL "
"databases\\</bookmark_value\\>\\<bookmark_value\\>da"
"tabases;MySQL\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3149119.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11120000.xhp\\\" "
"name=\\\"MySQL\\\"\\>MySQL\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#par_id3152801.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the options for MySQL "
"databases.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3159234.8.help.text
msgid "Type of connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3153527.3.help.text
msgid "Use existing MyODBC data source"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#par_id3149182.9.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_RADIOBUTTON_PAGE_MYSQL_RB_USEMYODBC\\\"\\>Connects "
"to an existing MyODBC data source that was set on a system level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3156113.4.help.text
msgid "Use Connector/J3"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#par_id3147209.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_RADIOBUTTON_PAGE_MYSQL_RB_USECONNECTORJ3\\\"\\>Connects to "
"the MySQL database using Connector/J3 by http://www.mysql.com.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3150986.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3150986"
".5.help.text\n"
"MySQL JDBC driver class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#par_id3156156.11.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_PAGE_MYSQL_ET_JDBCDRIVERCLASS\\\"\\>Enter the "
"JDBC driver class for the MySQL database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3155449.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3155449"
".12.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3156002.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11120000.xhp#hd_id3156002"
".6.help.text\n"
"Data source URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11120000.xhp#par_id3154860.7.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_PAGE_MYSQL_ET_CONNECTURL\\\"\\>For a JDBC "
"connection, enter the host name, the port number, and the database name "
"using the form <host>:<3306>/<DBNAME>. For an ODBC connection, enter the "
"name of the ODBC data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150000.xhp#tit.help.text
msgid "Adabas D"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150000.xhp#hd_id3153255.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11150000.xhp\\\" "
"name=\\\"Adabas D\\\"\\>Adabas D\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150000.xhp#par_id3144436.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the log on settings for an Adabas "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150000.xhp#par_id3154514.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11150000.xhp#par_id315451"
"4.4.help.text\n"
"A user name can have a maximum of 18 characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150000.xhp#par_id3154285.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11150000.xhp#par_id315428"
"5.5.help.text\n"
"A password must contain 3 to 18 characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150000.xhp#par_id3144510.3.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/30000000.xhp\\\" "
"name=\\\"Adabas D database format\\\"\\>Adabas D database format\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11150200.xhp#tit.help.tex"
"t\n"
"User settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3153255.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11150200.xhp\\\" "
"name=\\\"User settings\\\"\\>User settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3153539.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Manages user data for accessing Adabas or ADO "
"databases.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3154751.4.help.text
msgid "User selection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3153312.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3153312"
".5.help.text\n"
"User"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3154288.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_PAGE_LBUSER\\\"\\>Select the user whose settings "
"you want to modify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3154824.7.help.text
msgid "Add user"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3149095.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_PAGE_PBUSER\\\"\\>Adds a new user for accessing the "
"selected database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3150355.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3150355"
".9.help.text\n"
"Change password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3147209.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_PAGE_PBCHGPWD\\\"\\>Changes the current user "
"password for accessing the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3163662.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3163662"
".11.help.text\n"
"Delete user"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3156327.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_PAGE_PBUSERDELETE\\\"\\>Removes the selected "
"user.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#hd_id3149166.13.help.text
msgid "Access rights for selected user."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3155136.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TAB_PAGE_TBLGRANTS\\\"\\>Displays and lets you edit the "
"database access rights for the selected user.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11150200.xhp#par_id3159157.3.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/30000000.xhp\\\" "
"name=\\\"Adabas D database format\\\"\\>Adabas D database format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#tit.help.tex"
"t\n"
"ADO"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#bm_id3155934.help.text
msgid ""
"\\<bookmark_value\\>ADO databases\\</bookmark_value\\>\\<bookmark_value\\>MS "
"ADO "
"interface\\</bookmark_value\\>\\<bookmark_value\\>databases;ADO\\</bookmar"
"k_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#hd_id3155934.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11160000.xhp\\\" "
"name=\\\"ADO\\\"\\>ADO\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3147834.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the options for adding an ADO (Microsoft "
"ActiveX Data Objects) database, such as MS Access.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3155339.13.help.text
msgid ""
"The ADO interface is a Microsoft Windows proprietary container for "
"connecting to databases. The container implements an interface to data "
"providers, which behave like drivers and allow ADO to interact with a "
"database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3157958.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id315795"
"8.15.help.text\n"
"$[officename] requires the Microsoft Data Access Components (MDAC) to use "
"the ADO interface. Microsoft Windows 2000 and XP include these components by "
"default. For earlier visions of Windows, you need to install MDAC "
"separately. You can download MDAC from the Microsoft web site."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#hd_id3150774.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#hd_id3150774"
".3.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3156426.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_CONNURL_ADOPAGE\\\"\\>Enter the URL for the ADO "
"database.\\</ahelp\\> You can also click the \\<emph\\>...\\</emph\\> button "
"and browse to the directory that contains the ADO database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#hd_id3149398.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#hd_id3149398"
".18.help.text\n"
"Example URLs"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3147653.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id314765"
"3.9.help.text\n"
"To connect to an Access 2000 file, use the format:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3163803.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id316380"
"3.8.help.text\n"
"PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\\\\Access\\\n"
"wind2000.mdb"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3149234.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id314923"
"4.17.help.text\n"
"To connect with a name to a catalog on a Microsoft SQL server that has a "
"name turner, enter:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3152349.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id315234"
"9.16.help.text\n"
"PROVIDER=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3149236.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id314923"
"6.11.help.text\n"
"To access an ODBC driver as a provider:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3153253.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id315325"
"3.10.help.text\n"
"DSN=SQLSERVER"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3144511.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id314451"
"1.5.help.text\n"
"A user name can have a maximum of 18 characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id3156215.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11160000.xhp#par_id315621"
"5.6.help.text\n"
"A password must contain 3 to 18 characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#tit.help.text
msgid "Adabas D Statistics"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3150445.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11170000.xhp\\\" "
"name=\\\"Adabas D Statistics\\\"\\>Adabas D Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the access options for the Adabas "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3153750.4.help.text
msgid "Data Buffer Size"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3155892.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_CACHE_SIZE\\"
"\"\\>Enter the size of the data buffer for the database.\\</ahelp\\> The "
"setting takes effect after you restart the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3149095.6.help.text
msgid "Increment size"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3149177.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_NUMERICFIELD_TAB_PAG_ADABAS_SETTINGS_NF_DATA_INCREME"
"NT\\\"\\>Enter the size by which you want to automatically increment the "
"database. The maximum increment size is 100 MB.\\</ahelp\\> The setting "
"takes effect after you restart the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3156346.8.help.text
msgid "Control User Name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3150355.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLUSERNAME\\\"\\>Enter "
"the name of a user that you want to give limited control to modify some "
"parameters of the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3153146.10.help.text
msgid "Control Password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3153821.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_EDIT_TAB_PAG_ADABAS_SETTINGS_ET_CTRLPASSWORD\\\"\\>Enter "
"the password of the Control User.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3149235.12.help.text
msgid "Shut down the service when closing $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3153254.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_CHECKBOX_TAB_PAG_ADABAS_SETTINGS_CB_SHUTDB\\\"\\>Exits the "
"Adabas database server when you exit $[officename].\\</ahelp\\> This option "
"is only available if you start the database server from $[officename] with a "
"control user and password."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3146948.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11170000.xhp#hd_id3146948"
".14.help.text\n"
"Extended"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170000.xhp#par_id3156002.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_PUSHBUTTON_TAB_PAG_ADABAS_SETTINGS_PB_STAT\\\"\\>Opens the "
"\\<link href=\\\"text/shared/explorer/database/11170100.xhp\\\" "
"name=\\\"Database Statistics\\\"\\>Database Statistics\\</link\\> dialog, "
"where you can view statistics about the Adabas database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11170100.xhp#tit.help.tex"
"t\n"
"Database Statistics"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3147000.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3147000"
".1.help.text\n"
"Database Statistics"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3155934.2.help.text
msgid "Displays statistics about the Adabas database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3150040.3.help.text
msgid "Database files"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3152594.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3152594"
".5.help.text\n"
"SYSDEVSPACE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3155552.6.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_SYSDEVSPACE\\\"\\>Displays "
"the path and the name of the SYSDEVSPACE file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3153345.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3153345"
".7.help.text\n"
"TRANSACTIONLOG"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3155892.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_TRANSACTIONLOG\\\"\\>Displays the "
"path and the name of the TRANSACTIONLOG file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3150774.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3150774"
".9.help.text\n"
"DATADEVSPACE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3147209.10.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_LISTBOX_DLG_ADABASSTAT_LB_DATADEVS\\\"\\>Displays "
"the path and the name of the DATADEVSPACE file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3152996.11.help.text
msgid "Database sizes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3145382.13.help.text
msgid "Size (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3149415.14.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_SIZE\\\"\\>Displays the "
"full size (in megabytes) of the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3154285.15.help.text
msgid "Free space (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3149514.16.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_ADABASSTAT_ET_FREESIZE\\\"\\>Displays the "
"amount of free space (in megabytes) that is available in the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#hd_id3149237.17.help.text
msgid "Memory utilization (in %)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11170100.xhp#par_id3148473.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"DBACCESS_NUMERICFIELD_DLG_ADABASSTAT_ET_MEMORYUSING\\\"\\>Displays "
"the amount of used space in the database as a percentage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11180000.xhp#tit.help.tex"
"t\n"
"Queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3148520.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11180000.xhp\\\" "
"name=\\\"Queries\\\"\\>Queries\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3150040.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Lists the queries for the current "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3145090.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3145090"
".4.help.text\n"
"Queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3153748.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_QUERIES\\\"\\>Select the query that you want to "
"modify, and then click an icon above the query list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3145313.6.help.text
msgid "New query design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3156426.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_QUERY_CREATE_DESIGN\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>Query Design\\</link\\> dialog, where you can create a new "
"query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3163803.12.help.text
msgid "Enter new SQL command"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3147276.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_QUERY_CREATE_TEXT\\\"\\>Opens a dialog where "
"you can enter a new SQL query command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3153880.8.help.text
msgid "Edit query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3159157.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DBMakeDisjunct\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>Query Design\\</link\\> dialog, where you can edit the selected "
"query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3154047.13.help.text
msgid "Enter SQL command"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3147619.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DBShowParseTree\\\"\\>Opens a dialog where you can "
"edit the current query in SQL language.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3143271.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3143271"
".10.help.text\n"
"Delete Query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3149236.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_QUERY_DELETE\\\"\\>Deletes the select "
"query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3156156.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3156156"
".16.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3156023.help.text
msgid ""
"\\<image id=\\\"img_id3155922\\\" "
"src=\\\"res/commandimagelist/sc_dbtablerename.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155922\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3149046.17.help.text
msgid "Opens a dialog where you can change the name of the selected query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#hd_id3161657.18.help.text
msgid "Query name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180000.xhp#par_id3150358.19.help.text
msgid ""
"\\<ahelp hid=\\\"DBACCESS_EDIT_DLG_SAVE_AS_ET_TITLE\\\"\\>Enter the name of "
"the query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180500.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11180500.xhp#tit.help.tex"
"t\n"
"Links"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180500.xhp#hd_id3144740.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11180500.xhp\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180500.xhp#hd_id3151210.24.help.text
msgid "New form"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11180500.xhp#par_id3154684.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_BEW_DOCUMENT\\\"\\>Creates a new $[officename] "
"document and adds a link to the document. Click the arrow next to this icon "
"to select the type of document that you want to create.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#tit.help.text
msgid "LDAP"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#bm_id3155150.help.text
msgid ""
"\\<bookmark_value\\>LDAP server; address "
"books\\</bookmark_value\\>\\<bookmark_value\\>address books; LDAP "
"server\\</bookmark_value\\>\\<bookmark_value\\>data sources; LDAP "
"server\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3149183.2.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11190000.xhp\\\" "
"name=\\\"LDAP\\\"\\>LDAP\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_id3149827.3.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the settings for the LDAP "
"server.\\</ahelp\\> This tab is only available if you registered an LDAP "
"server as an address database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN10622.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN10622"
".help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN10626.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_USER_LDAP\\\"\\>If required, enter a user name "
"that can access the LDAP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN1063D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN1063D"
".help.text\n"
"Password required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN10640.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_PWDREC_LDAP\\\"\\>Prompts you for a password "
"when you try to access the LDAP server from %PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3148538.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3148538"
".4.help.text\n"
"Host name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_id3166460.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_HOSTNAME\\\"\\>Enter the name of the LDAP "
"server using the format ldap.server.com.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3153349.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3153349"
".6.help.text\n"
"Base DN"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_id3150504.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_BASEDN\\\"\\>Enter the starting point to "
"search the LDAP database, for example, dc=com.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN106A5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN106A5"
".help.text\n"
"Use secure connection (SSL)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN106A8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_idN106A8"
".help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_USESSL_LDAP\\\"\\>Creates a secure connection "
"to the LDAP server through the Secure Sockets Layer (SSL).\\</ahelp\\> By "
"default, an SSL connection uses port 636. A regular connection uses port 389."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3150256.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3150256"
".8.help.text\n"
"Port number"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_id3156117.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_id315611"
"7.9.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_PORTNUMBER\\\"\\>Enter the port of the "
"LDAP server, normally 389.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#hd_id3154285.10.help.text
msgid "Records (max.)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/11190000.xhp#par_id3153824.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_ROWCOUNT\\\"\\>Enter the maximum number of "
"records that you want to load when you access the LDAP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#tit.help.text
msgid "Adabas D Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3151262.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/30000000.xhp\\\" "
"name=\\\"Adabas D Database\\\"\\>Adabas D Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3150499.2.help.text
msgid ""
"The Adabas D database that you may have installed together with "
"$[officename] is a limited version of the database. For more information on "
"Adabas, visit the Software AG Web site at http://www.softwareag.com/adabas/."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3152997.3.help.text
msgid "About Adabas"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3151111.4.help.text
msgid ""
"The Adabas database that you may have installed together with $[officename] "
"is restricted to a size of 100 MB, and a maximum of three users on a "
"network. See the \"License.txt\" file in the Adabas directory for more "
"details. The Adabas database must be installed in a separate directory from "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3154749.97.help.text
msgid ""
"The name of an Adabas file cannot exceed 8 characters. The path to the "
"Adabas file, including the file name, cannot exceed 30 characters, and must "
"be compliant with the 7-bit ASCII code. Both the path and the file name "
"cannot contain spaces."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3153254.6.help.text
msgid ""
"Under Windows, the Adabas setup application adds the DBROOT environment "
"variable that contains the path information for the database. If the setup "
"application finds this variable, it does not install the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3154729.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3154729"
".37.help.text\n"
"Create New Adabas Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3149378.38.help.text
msgid ""
"Use the \\<link href=\\\"text/shared/explorer/database/30100000.xhp\\\" "
"name=\\\"Create New Adabas Database\\\"\\>\\<emph\\>Create New Adabas "
"Database\\</emph\\>\\</link\\> dialog to create an Adabas database:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147045.39.help.text
msgid ""
"Choose \\<emph\\>Tools - Data Sources\\</emph\\>, and then click "
"the\\<emph\\> General\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147394.98.help.text
msgid ""
"Click \\<emph\\>New Data Source\\</emph\\>, and then select \"Adabas\" in "
"the \\<emph\\>Database type\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3155600.99.help.text
msgid "Click the \\<emph\\>New Database\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3153415.40.help.text
msgid ""
"Type the name of the database in the \\<emph\\>Database name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3156332.100.help.text
msgid ""
"In the \\<emph\\>Administrator\\</emph\\> box, type the name of the "
"administrator."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147173.101.help.text
msgid "In the same row, click the\\<emph\\> Password\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147494.102.help.text
msgid "Enter a password, and then click\\<emph\\> OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3154270.42.help.text
msgid "Deleting an Adabas Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3157869.43.help.text
msgid ""
"To delete the reference to an Adabas database, right-click the name of the "
"database in the data source view, and then choose \\<emph\\>Delete Data "
"Source\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3150327.103.help.text
msgid "To delete an Adabas database:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3148405.44.help.text
msgid ""
"If you do not know the name of the Adabas database that you want to delete, "
"choose \\<emph\\>Tools - Data Sources\\</emph\\>, click the "
"\\<emph\\>General\\</emph\\> tab, and look at the \\<emph\\>Data Source URL "
"\\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3153927.45.help.text
msgid ""
"Determine which directories are referred to by the system variables DBCONFIG "
"and DBWORK. \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Under Windows these variables are defined in the system "
"settings or in the c:\\\\Autoexec.bat file. "
"\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\> Under Unix these "
"variables are defined in a start script. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3159264.94.help.text
msgid ""
"In the $DBCONFIG$ directory, delete the three files that have the same name "
"as the database, but with different extensions. For example, for a database "
"named \"Big\", delete the \"Big.sys\", \"Big.trs\", and \"Big.dat\" files in "
"the \"C:\\\\Adabas\\\\\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3156374.46.help.text
msgid ""
"In the $DBCONFIG$\\\\Config directory, delete the file that has the same "
"name as the database, for example, \" C:\\\\Adabas\\\\Sql\\\\Config\\\\Big\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3156712.47.help.text
msgid ""
"In the $DBWORKS$\\\\Wrk directory, delete the directory that has the same "
"name as the database., for example \"C:\\\\Adabas\\\\Sql\\\\Wrk\\\\Big\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3166447.71.help.text
msgid "Starting and Shutting Down an Adabas Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147361.72.help.text
msgid "strt -d <DBNAME> -NoDBWindow -NoDBService"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3145298.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id314529"
"8.73.help.text\n"
"switches the database to COLD."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3155961.74.help.text
msgid "xutil -d <DBNAME> -u <CONTROLUSER>,<CONTROLPASSWORD> shutdown"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3154965.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id315496"
"5.75.help.text\n"
"switches the database to COLD."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147252.76.help.text
msgid "xutil -d <DBNAME> -u <CONTROLUSER>,<CONTROLPASSWORD> restart"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3154663.77.help.text
msgid "switches the database to WARM."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3155608.78.help.text
msgid "stp -d <DBNAME> -NoDBService"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3148479.79.help.text
msgid "completely shuts down the database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3154020.61.help.text
msgid "Error Messages in an Adabas Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3147004.62.help.text
msgid ""
"The following is a list of possible error messages and solutions for working "
"with the Adabas D database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3153273.69.help.text
msgid ""
"The database cannot be shut down / restarted as a user is still connected to "
"it."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3145761.70.help.text
msgid ""
"Close any other open tasks that show the database contents. On multi-user "
"systems, ensure that all users are disconnected from the database, and then "
"restart $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3157971.63.help.text
msgid ""
"Client unable to establish connection; -813 SERVERDB MUST BE RESTARTED"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3153268.64.help.text
msgid ""
"This error occurs if you try to access an Adabas D database that has not "
"been started. Ensure that you have defined a Control User for the database, "
"and then start the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3149529.65.help.text
msgid "Client unable to establish connection; -8022 USER ALREADY CONNECTED"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3153197.66.help.text
msgid ""
"This error occurs if you try to access an Adabas D database more than one "
"time."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3152581.86.help.text
msgid "Errors occurring when writing the data in the database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3150787.87.help.text
msgid "Restart $[officename], and then change the database properties."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3155582.80.help.text
msgid "Running an Adabas Server on a Network"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3154200.81.help.text
msgid ""
"To run Adabas on a network, you need to install the Adabas server on one "
"machine and the client on the workstations that you want to access the "
"database from."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3149337.92.help.text
msgid "You can only create a new database on the server."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#hd_id3148630.82.help.text
msgid "Enabling a Remote Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3149210.83.help.text
msgid ""
"Under Windows, start the xtcpupd.exe support program on both the client and "
"the server, and ensure that \"Remote SQL via TCP/IP\" is selected in the "
"xtcpupd.exe dialog."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3146135.84.help.text
msgid ""
"On the server, start the x_server program in \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>adabas\\\\bin "
"\\</cas"
"einline\\>\\<defaultinline\\>Adabas\\\\bin\\</defaultinline\\>\\</switc"
"hinline\\> directory."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3155141.104.help.text
msgid ""
"Choose \\<emph\\>Tools - Data Source\\</emph\\>, and then click the "
"\\<emph\\>General \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3166428.88.help.text
msgid ""
"In the \\<emph\\>Data source \\</emph\\>box, enter the name of the server, a "
"colon, and the name of the database on the server, for example, "
"computername:database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3155508.105.help.text
msgid ""
"Click the \\<emph\\>Adabas D\\</emph\\> tab, and then enter a name in the "
"\\<emph\\>User Name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30000000.xhp#par_id3154816.106.help.text
msgid ""
"Select the \\<emph\\>Password\\</emph\\> checkbox, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#tit.help.tex"
"t\n"
"Create New Adabas Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3159176.1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/30100000.xhp\\\" "
"name=\\\"Create New Adabas Database\\\"\\>Create New Adabas "
"Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3154515.2.help.text
msgid ""
"Creates a new \\<link "
"href=\\\"text/shared/explorer/database/30000000.xhp\\\" name=\\\"Adabas "
"database\\\"\\>Adabas database\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3156117.37.help.text
msgid "Database name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3158432.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_DBNAME\\\"\\>Type the name of the "
"database.\\</ahelp\\> The name is added to the \\<emph\\>Data source "
"URL\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3150256.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3150256"
".3.help.text\n"
"User settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3155628.5.help.text
msgid "Administrator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3145609.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_SYSUSR\\\" visibility=\\\"hidden\\\"\\>Enter "
"the name of the database administrator.\\</ahelp\\> The administrator name "
"and password is assigned when you create an Adabas database. Apart from the "
"administrator, two more users can access the Adabas database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3149045.7.help.text
msgid "Control User"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3149294.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_CONUSR\\\"\\>Enter the name of a user that "
"you want to give limited control to modify some parameters of the database. "
"Normally, the default settings for the name and the password of the control "
"user are not changed.\\</ahelp\\> The control user does not affect the three-"
"user limitation."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3153379.9.help.text
msgid "Domain User"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3153362.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_USR\\\"\\>Enter the name of the domain user "
"that is used by Adabas internally. Normally, the default settings for the "
"name and password of the domain user are not changed.\\</ahelp\\> The domain "
"user does not affect the three-user limit."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3147084.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3147084"
".11.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3148674.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_DOMAINPWD\\\"\\>Enter a password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3144433.13.help.text
msgid "Database settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3145607.15.help.text
msgid ""
"Drives containing parts of the Serverdb are called DEVSPACEs. To improve "
"performance, store each DEVSPACE on separate drives."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3146985.36.help.text
msgid ""
"The file path for a DEVSPACE, including its file name, cannot exceed 40 "
"characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3146148.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3146148"
".16.help.text\n"
"SYSDEVSPACE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3149064.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_SYSDEVSPACE\\\"\\>Enter the path for the "
"system DEVSPACE.\\</ahelp\\> The SYSDEVSPACE manages the configuration data "
"for the database. The size of the SYSDEVSPACE depends on the size of the "
"database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3147319.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3147319"
".18.help.text\n"
"TRANSACTIONLOG"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3154190.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_TRANSACTIONLOG\\\"\\>Enter the path for the "
"transaction log file.\\</ahelp\\> This file records all modifications that "
"are made to the database during a transaction, and overwrites them when the "
"transaction is completed. The TRANSACTIONLOG is also used for the rollback "
"of a transaction."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3145748.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3145748"
".20.help.text\n"
"DATADEVSPACE"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3152597.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_DATADEVSPACE\\\"\\>Enter the path for the "
"data DEVSPACE.\\</ahelp\\> This file stores user data, such as tables and "
"indexes, as well as the SQL catalog (schema info). The data contained in one "
"user table is evenly distributed across all DATADEVSPACEs. The combined size "
"of all DATADEVSPACEs corresponds to the size of the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3150103.22.help.text
msgid ""
"The maximum size for a DATADEVSPACE in the limited version Adabas database "
"is 100MB."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3147426.23.help.text
msgid ""
"If the DATADEVSPACE reaches full capacity during a database operation, "
"Adabas shuts down, increases the capacity of the DATADEVSPACE (up to 100 "
"MB), and restarts the database. Saved data is not lost."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3153189.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3153189"
".24.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3153091.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_PBDATADEVSPACE\\\"\\>Locate the directory "
"where you want to save the file, and then click "
"\\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3150686.26.help.text
msgid "Transaction file (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3147396.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_TRANSACTIONLOG_SIZE\\\"\\>Enter the size of "
"the transaction file in megabytes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3157977.28.help.text
msgid "Database size (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3150115.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_DATADEVSPACE_SIZE\\\"\\>Enter the size of "
"the database in megabytes here. The maximum size is 100 MB.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3155415.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/30100000.xhp#hd_id3155415"
".30.help.text\n"
"Data buffer size (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/30100000.xhp#par_id3149378.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADABAS_CACHE_SIZE\\\"\\>Enter the size of the data "
"cache in megabytes. \\</ahelp\\> The data buffer can be simultaneously "
"accessed by all users and stores the most recently accessed pages from the "
"DATADEVSPACEs."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp#tit.help."
"text\n"
"Advanced Properties"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp#par_idN10550.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/dabaadvprop.xhp\\\"\\>Advanced "
"Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvprop.xhp#par_idN10560.help.text
msgid "Specifies advanced properties for the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#tit.help.text
msgid "Data Handling"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10556.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabaadvpropdat.xhp\\\"\\>Data "
"Handling\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10566.help.text
msgid "Specifies the way you can work with data in a database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10590.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_id"
"N10590.help.text\n"
"Use SQL92 naming constraints"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10594.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Only allows characters that conform to the SQL92 "
"naming convention in a name in a data source. All other characters are "
"rejected. Each name must begin with a lowercase letter, an uppercase letter, "
"or an underscore ( _ ). The remaining characters can be ASCII letters, "
"numbers, and underscores.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN1059E.help.text
msgid "Append the table alias name in SELECT statements"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105A2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Appends the alias to the table name in SELECT "
"statements.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105A5.help.text
msgid "Use Outer Join syntax '{OJ }'"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105A9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Use escape sequences for outer joins. The syntax "
"for this escape sequence is {oj outer-join}\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105BE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_id"
"N105BE.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105C1.help.text
msgid ""
"select Article.* from {oj item LEFT OUTER JOIN orders ON item.no=orders.ANR}"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105C4.help.text
msgid "Ignore the privileges from the database driver"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105C8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Ignores access privileges that are provided by the "
"database driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105CB.help.text
msgid "Replace named parameters with ?"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105CF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Replaces named parameters in a data source with a "
"question mark (?).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105D2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_id"
"N105D2.help.text\n"
"Display version columns (when available)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105D6.help.text
msgid ""
"Some databases assign version numbers to fields to track changes to records. "
"The version number of a field is incremented by one each time the contents "
"of the field are changed. \\<ahelp "
"hid=\\\"HID_DSADMIN_SUPPRESS_VERSIONCL\\\"\\>Displays the internal version "
"number of the record in the database table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105FA.help.text
msgid "Use the catalog name in SELECT statements"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN105FE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_id"
"N105FE.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Uses the current data source of the catalog. This "
"option is useful when the ODBC data source is a database server. Do not "
"select this option if the ODBC data source is a dBase driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10613.help.text
msgid "Use the schema name in SELECT statements"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10617.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Allows you to use the schema name in SELECT "
"statements.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN1061A.help.text
msgid "Create index with ASC or DESC statement"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN1061E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates an index with ASC or DESC "
"statements.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10621.help.text
msgid "Comparison of Boolean values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropdat.xhp#par_idN10625.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the type of Boolean comparison that you want "
"to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#tit.help.text
msgid "Generated Values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10553.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/dabaadvpropgen.xhp\\\"\\>Generated "
"Values\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10563.help.text
msgid ""
"Specifies the options for automatically generated values for new data "
"records."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN1058C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_id"
"N1058C.help.text\n"
"Retrieve generated values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enables $[officename] support for auto-incremented "
"data fields in the current ODBC or JDBC data source. Select this option if "
"the auto-increment feature in the SDBCX layer of the database is not "
"supported. In general, the auto-increment is selected for the primary key "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10593.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_id"
"N10593.help.text\n"
"Auto-increment statement"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10597.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the SQL command specifier that instructs the "
"data source to auto-increment a specified Integer data field.\\</ahelp\\> "
"For example, the following MySQL statement used the AUTO_INCREMENT statement "
"to increase the \"id\" field each time the statement creates a data field:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN105A0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_id"
"N105A0.help.text\n"
"CREATE TABLE \"table1\" (\"id\" INTEGER AUTO_INCREMENT)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10634.help.text
msgid ""
"For this example, you must enter AUTO_INCREMENT into the \\<emph\\>Auto-"
"increment statemen\\</emph\\>t box."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN105AA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_id"
"N105AA.help.text\n"
"Query of generated values"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN10645.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter an SQL statement that returns the last auto-"
"incremented value for the primary key data field.\\</ahelp\\> For example:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_idN105B1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabaadvpropgen.xhp#par_id"
"N105B1.help.text\n"
"SELECT LAST_INSERT_D();"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabadoc.xhp#tit.help.text
msgid "Database File"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabadoc.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabadoc.xhp\\\"\\>Database "
"File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabadoc.xhp#par_idN10554.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The database file window organizes the tables, "
"views, queries, links, and reports of a database in %PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabadoc.xhp#par_idN105B7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabadoc.xhp#par_idN105B7."
"help.text\n"
"\\<link href=\\\"text/shared/explorer/database/main.xhp\\\"\\>Working with "
"databases in %PRODUCTNAME\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaprop.xhp#tit.help.text
msgid "Database Properties"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaprop.xhp#par_idN10550.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabaprop.xhp\\\"\\>Database "
"Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabaprop.xhp#par_idN10560.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the properties of a database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#tit.help."
"text\n"
"Additional Settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/dabapropadd.xhp\\\"\\>Additional "
"Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies additional options for a data "
"source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10572.help.text
msgid ""
"The availability of the following controls depends on the database format of "
"the data source:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10575.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"575.help.text\n"
"Host name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105D7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the host name of the server that contains the "
"database, for example ldap.server.com.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10579.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"579.help.text\n"
"Port number"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105F6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the port number for the server that hosts the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1057D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"57D.help.text\n"
"MySQL JDBC driver class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10615.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the JDBC driver for the MySQL "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10581.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"581.help.text\n"
"Character set"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10634.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the character set that you want to use to "
"view the database in $[officename].\\</ahelp\\> This setting does not affect "
"the database. To use the default character set of your operating system, "
"select \"System\"."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10651.help.text
msgid ""
"Text and dBase databases are restricted to character sets with a fixed-size "
"character length, where all characters are encoded with the same number of "
"bytes."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10585.help.text
msgid "Oracle JDBC driver class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10653.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the JDBC driver for the Oracle "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10589.help.text
msgid "Driver settings"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10672.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specify additional driver options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1058D.help.text
msgid "Use catalog for file-based databases"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10691.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"691.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Uses the current data source of the catalog. This "
"option is useful when the ODBC data source is a database server. Do not "
"select this option if the ODBC data source is a dBase driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10591.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"591.help.text\n"
"Base DN"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN106B0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the starting point to search the LDAP "
"database, for example, dc=com.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10595.help.text
msgid "Maximum number of records"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN106F3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the maximum number of records that you want "
"to load when you access the LDAP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10599.help.text
msgid "Display deleted records as well"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10700.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays all the records in a file, including those "
"marked as deleted. If you select this check box, you cannot delete "
"records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10715.help.text
msgid "In dBase format, deleted records remain in the file."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10718.help.text
msgid ""
"To view changes that you make to the database, close the connection to the "
"database, and then reconnect to the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1059D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"59D.help.text\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10725.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/11030100.xhp\\\" "
"name=\\\"Indexes\\\"\\>Indexes\\</link\\> dialog, where you can organize the "
"table indexes in the current dBase database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105A1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5A1.help.text\n"
"Data buffer size (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10742.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the size of the data buffer for the database. "
"The setting takes effect after you restart the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105A5.help.text
msgid "Data increment (MB)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10761.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the size by which you want to automatically "
"increment the database. The maximum increment size is 100 MB. The setting "
"takes effect after you restart the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105A9.help.text
msgid "Control user name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1076E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of a user that you want to give "
"limited control to modify some parameters of the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105AD.help.text
msgid "Control password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN1077B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the password for the Control User.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105B1.help.text
msgid "Shut down service when closing %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10788.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Exits the Adabas database server when you exit "
"$[officename]. This option is only available if you start the database "
"server from $[officename] with a control user and password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105B5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5B5.help.text\n"
"Extended"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10795.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/11170100.xhp\\\" name=\\\"Database "
"Statistics\\\"\\>Database Statistics\\</link\\> dialog, where you can view "
"statistics about the Adabas database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105B9.help.text
msgid "Text contains headers"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN107B0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select this check box if the first line of the text "
"file contains field names.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5BD.help.text\n"
"Field separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN107CF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter or select the character that separates data "
"fields in the text file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105C1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5C1.help.text\n"
"Text separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN107DC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter or select the character that identifies a "
"text field in the text file. You cannot use the same character as the field "
"separator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105C5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5C5.help.text\n"
"Decimal separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN107E9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter or select the character that is used as a "
"decimal separator in the text file, for example, a period (0.5) or a comma "
"(0,5).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105C9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5C9.help.text\n"
"Thousands separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN107F6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter or select the character that is used as a "
"thousands separator in the text file, for example a comma (1,000), or a "
"period (1.000).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN105CD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10"
"5CD.help.text\n"
"File extension"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropadd.xhp#par_idN10803.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the format for the text file.\\</ahelp\\> "
"The extension that you select affects some of the default settings in this "
"dialog. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#tit.help."
"text\n"
"Connection Type Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN1054D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN10"
"54D.help.text\n"
"Connection Type Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN10551.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Changes the type of connection for the current "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN10569.help.text
msgid ""
"The Connection Type Wizard consists of three pages. You cannot transfer all "
"settings from one database type to another."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN1056C.help.text
msgid ""
"For example, you can use the wizard to open a database file that is in a "
"format that is usually not recognized by an installed database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN1056F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN10"
"56F.help.text\n"
"Database type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropcon.xhp#par_idN10573.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the type of database that you want to "
"connect to.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#tit.help."
"text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/dabapropgen.xhp\\\"\\>General\\"
"</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN1055D.help.text
msgid "Specifies basic options for a database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10572.help.text
msgid ""
"The availability of the following controls depends on the type of database:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10575.help.text
msgid "Path to dBASE files"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10579.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path to the directory that contains the "
"dBASE files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN1057C.help.text
msgid ""
"Ensure that the *.dbf file name extension of the dBase files is lowercase."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10591.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"591.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10595.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can select a file or a "
"directory.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105AA.help.text
msgid "Test Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105AE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Tests the database connection with the current "
"settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105B1.help.text
msgid "Path to the text files"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105B5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path to the text files that the database "
"uses.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105B8.help.text
msgid "Path to the spreadsheet document"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105BC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path to the spreadsheet document that you "
"want to use as a database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105BF.help.text
msgid "Name of the ODBC data source on your system"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105C3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the ODBC data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105C6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5C6.help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105CA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the user name that is required to access the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105CD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5CD.help.text\n"
"Password required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105D1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the password that is required to access the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105D4.help.text
msgid "Name of the MySQL database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105D8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the MySQL database that you want "
"to use as a data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105DB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5DB.help.text\n"
"Name of the Oracle database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105DF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the Oracle database that you want "
"to use as a data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105E9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5E9.help.text\n"
"Microsoft Access database file"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105ED.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the Microsoft Access database "
"file that you want to use as a data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105F0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5F0.help.text\n"
"Host name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105F4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the host name for the LDAP data "
"source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105F7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5F7.help.text\n"
"Data source URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105FB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the location of the JDBC data source as a "
"URL.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN105FE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"5FE.help.text\n"
"JDBC driver class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10602.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the JDBC driver class that "
"connects to the data source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10605.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"605.help.text\n"
"Test Class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10609.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Tests the database connection through the JDBC "
"driver class.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10613.help.text
msgid "Choose a database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10617.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a database from the list or click "
"\\<emph\\>Create\\</emph\\> to create a new database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN1061E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10"
"61E.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabapropgen.xhp#par_idN10622.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/30100000.xhp\\\"\\>Create New Adabas "
"D Database\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#tit.help.text
msgid "Database Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#bm_id2026429.help.text
msgid ""
""
"\\<bookmark_value\\>wizards;databases\\</bookmark_value\\>\\<bookmark_value\\>"
"Database Wizard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105B4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105B"
"4.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105C4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Database Wizard creates a \\<link "
"href=\\\"text/shared/explorer/database/dabadoc.xhp\\\"\\>database "
"file\\</link\\> that contains information about a database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105D5.help.text
msgid ""
"Depending on the type of operation and the type of database, the Database "
"Wizard consists of a varying number of steps."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105DB.help.text
msgid "If you create a new database file, the wizard contains two steps."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105DF.help.text
msgid ""
"If you open the Database Wizard to create a database file for an existing "
"database connection, there may be more steps to specify paths, "
"authentication information, and more."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105F2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN105F"
"2.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02text.xhp\\\"\\>Set "
"up text file connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN10601.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1060"
"1.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02access.xhp\\\"\\>Set "
"up Microsoft Access connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN10610.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1061"
"0.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02ldap.xhp\\\"\\>Set "
"up LDAP connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1061F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1061"
"F.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02adabas.xhp\\\"\\>Set "
"up Adabas D connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1062E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1062"
"E.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02ado.xhp\\\"\\>Set up "
"ADO connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1070F.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabawiz02dbase.xhp\\\"\\>Set "
"up dBase connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1063D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1063"
"D.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02jdbc.xhp\\\"\\>Set "
"up JDBC connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1064C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1064"
"C.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02oracle.xhp\\\"\\>Set "
"up Oracle database connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1065B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1065"
"B.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz02mysql.xhp\\\"\\>MySQL "
"settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1066A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1066"
"A.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02odbc.xhp\\\"\\>ODBC "
"settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN10679.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz00.xhp#par_idN1067"
"9.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\\\"\\>Set up "
"Spreadsheet connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#tit.help.te"
"xt\n"
"Database Selection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1054D.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabawiz01.xhp\\\"\\>Database "
"Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a new database, opens a database file, or "
"connects to an existing database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10585.help.text
msgid "Create a new database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10589.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to create a new database. \\</ahelp\\>This "
"option uses the HSQL database engine with default settings. The final page "
"of the wizard appears next."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN105F9.help.text
msgid "Open an existing database file"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN105FD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to open a database file from a list of "
"recently used files or from a file selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10614.help.text
msgid "Recently used"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10618.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a database file to open from the list of "
"recently used files. Click Finish to open the file immediately and to exit "
"the wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1062F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1062"
"F.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10633.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a file selection dialog where you can select "
"a database file. Click Open or OK in the file selection dialog to open the "
"file immediately and to exit the wizard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1058C.help.text
msgid "Connect to an existing database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to create a database document for an "
"existing database connection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10593.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1059"
"3.help.text\n"
"Database type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10597.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the database type for the existing database "
"connection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1059A.help.text
msgid ""
"The Outlook, Evolution, KDE Address Book, and Mozilla database types do not "
"need additional information. For other database types, the wizard contains "
"additional pages to specify the required information."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10611.help.text
msgid "The next wizard page is one of the following pages:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1061C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1061"
"C.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02text.xhp\\\"\\>Set "
"up text file connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1062B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1062"
"B.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02access.xhp\\\"\\>Set "
"up Microsoft Access connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1063A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1063"
"A.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02ldap.xhp\\\"\\>Set "
"up LDAP connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10649.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1064"
"9.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02adabas.xhp\\\"\\>Set "
"up Adabas D connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10658.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1065"
"8.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02ado.xhp\\\"\\>Set up "
"ADO connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10667.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1066"
"7.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02jdbc.xhp\\\"\\>Set "
"up JDBC connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10676.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1067"
"6.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02oracle.xhp\\\"\\>Set "
"up Oracle database connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10685.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1068"
"5.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz02mysql.xhp\\\"\\>MySQL "
"settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN10694.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN1069"
"4.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz02odbc.xhp\\\"\\>ODBC "
"settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN106A3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz01.xhp#par_idN106A"
"3.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz02spreadsheet.xhp\\\"\\>Set up "
"Spreadsheet connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#tit.help.text
msgid "Next Steps"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabawiz02.xhp\\\"\\>Next "
"Steps\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN10554.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether you want to register the "
"database, open the database for editing, or insert a new table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN10557.help.text
msgid "Yes, register the Database for me"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN105B4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to register the database within your user "
"copy of %PRODUCTNAME. After registering, the database is displayed in the "
"\\<emph\\>View - Data Sources\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN105B7.help.text
msgid "No, do not register the database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN105BB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to keep the database information only within "
"the created database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN1055B.help.text
msgid "Open the database for editing"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN105C6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to display the database file, where you can "
"edit the database structure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN1055F.help.text
msgid "Create tables using the table wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN105D1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to call the \\<link "
"href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\"\\>Table "
"Wizard\\</link\\> after the Database Wizard is finished.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN1061A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02.xhp#par_idN1061"
"A.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#tit.h"
"elp.text\n"
"Microsoft Access Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN1053D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_i"
"dN1053D.help.text\n"
"Microsoft Access Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN10541.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the settings for importing a database "
"file in Microsoft Access format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN10544.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_i"
"dN10544.help.text\n"
"Microsoft Access database file"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN10548.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the path to the database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN1054B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_i"
"dN1054B.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN1054F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_i"
"dN1054F.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Click to open a file selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_idN10552.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02access.xhp#par_i"
"dN10552.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#tit.h"
"elp.text\n"
"Adabas D Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN1053A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_i"
"dN1053A.help.text\n"
"Adabas D Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN1053E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the settings for importing an Adabas D "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN10541.help.text
msgid "Name of the Adabas D database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN10545.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN10548.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_i"
"dN10548.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN1054C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_i"
"dN1054C.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Click to open a file selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN1054F.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz03auth.xhp\\\"\\>Authent"
"ification\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_idN10560.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02adabas.xhp#par_i"
"dN10560.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#tit.help"
".text\n"
"ADO Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1054C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"054C.help.text\n"
"ADO Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10550.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the options for adding an ADO (Microsoft "
"ActiveX Data Objects) database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10565.help.text
msgid ""
"The ADO interface is a Microsoft Windows proprietary container for "
"connecting to databases."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0568.help.text\n"
"$[officename] requires the Microsoft Data Access Components (MDAC) to use "
"the ADO interface. Microsoft Windows 2000 and XP include these components by "
"default. For earlier visions of Windows, you need to install MDAC "
"separately. You can download MDAC from the Microsoft web site."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1056B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"056B.help.text\n"
"Data source URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1056F.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the data source URL.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN105BB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"05BB.help.text\n"
"JDBC driver class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10572.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0572.help.text\n"
"Example URLs"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10576.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0576.help.text\n"
"To connect to an Access 2000 file, use the format:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10579.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0579.help.text\n"
"PROVIDER=Microsoft.Jet.OLEDB.4.0;DATA SOURCE=c:\\\\Access\\\n"
"wind2000.mdb"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1057C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"057C.help.text\n"
"To connect with a name to a catalog on a Microsoft SQL server that has a "
"name turner, enter:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1057F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"057F.help.text\n"
"PROVIDER=sqloledb;DATA SOURCE=turner;INITIAL CATALOG=First"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10582.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0582.help.text\n"
"To access an ODBC driver as a provider:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10585.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0585.help.text\n"
"DSN=SQLSERVER"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10588.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0588.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1058C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to open a database selection "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10596.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0596.help.text\n"
"A user name can have a maximum of 18 characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN10599.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"0599.help.text\n"
"A password must contain 3 to 18 characters."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1059C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ado.xhp#par_idN1"
"059C.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#tit.he"
"lp.text\n"
"Dbase Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_idN1054A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_id"
"N1054A.help.text\n"
"Dbase Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_idN10556.help.text
msgid "Path to the dBASE files"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path to the dBase *.dbf files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_idN10571.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_id"
"N10571.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_idN10575.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Open a path selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_idN10584.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02dbase.xhp#par_id"
"N10584.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#tit.hel"
"p.text\n"
"JDBC Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN105FC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"105FC.help.text\n"
"JDBC Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10600.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the options to access a \\<link "
"href=\\\"text/shared/00/00000005.xhp#jdbc\\\" "
"name=\\\"JDBC\\\"\\>JDBC\\</link\\> database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10623.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10623.help.text\n"
"JDBC Examples"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10627.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>You can use a JDBC driver class to "
"connect to a JDBC database from %PRODUCTNAME\\</item\\>. The driver class is "
"provided by the database manufacturer. Two examples of JDBC databases are "
"Oracle and MySQL."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1062D.help.text
msgid ""
"The driver classes must be added to %PRODUCTNAME in Tools - Options - "
"%PRODUCTNAME - Java."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10634.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10634.help.text\n"
"Oracle database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10638.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10638.help.text\n"
"You can use a JDBC driver to access an Oracle database from Solaris or "
"Linux. To access the database from Windows, you need an ODBC driver."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1064B.help.text
msgid ""
"On UNIX, ensure that the Oracle database client is installed with JDBC "
"support. The JDBC driver class for the Solaris Oracle client version 8.x is "
"located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. "
"You can also download the latest version of the version from the Oracle web "
"site:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1064E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"1064E.help.text\n"
"http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10661.help.text
msgid ""
"In the \\<emph\\>Data source URL\\</emph\\> box, enter the location of the "
"Oracle database server. The syntax of the URL depends on the database type. "
"See the documentation that came with the JDBC driver for more information. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10668.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10668.help.text\n"
"For an Oracle database, the syntax of the URL is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1066B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"1066B.help.text\n"
"oracle:thin:@hostname:port:database_name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10674.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10674.help.text\n"
"hostname is the name of the machine that runs the Oracle database. You can "
"also replace hostname with the IP address of the server."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10678.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10678.help.text\n"
"port is the port where the Oracle database listens. Ask your database "
"administrator for the correct port address."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1067C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"1067C.help.text\n"
"database_name is the name of the Oracle database. Ask your database "
"administrator for the correct name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1067F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"1067F.help.text\n"
"MySQL database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10683.help.text
msgid ""
"The mm.mysql-2.0.4-bin.jar driver archive for the MySQL database is "
"available on the following web site:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10686.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10686.help.text\n"
"http://mmmysql.sourceforge.net/oldDist.html"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10689.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10689.help.text\n"
"The syntax for a MySQL database is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1068C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"1068C.help.text\n"
"mysql://hostname:port/database_name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10695.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>hostname is the name of the machine that runs the "
"MySQL database.\\</ahelp\\> You can also replace hostname with the IP "
"address of the server."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN10699.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"10699.help.text\n"
"port is the default port for MySQL databases, namely 3306."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN1069D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"1069D.help.text\n"
"database_name is the name of the database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106A0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106A0.help.text\n"
"Data source URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106A4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_CONNURL_JDBCPAGE\\\"\\>Enter the URL for the "
"database. For example, for the MySQL JDBC driver, enter "
"\"jdbc:mysql://<Servername>/<name of the database>\". For more information "
"on the JDBC driver, consult the documentation that came with the "
"driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106BB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106BB.help.text\n"
"JDBC Driver Class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106BF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106BF.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_DRIVERCLASS\\\"\\>Enter the name of the JDBC "
"driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106CE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106CE.help.text\n"
"Test Class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106E4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106E4.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Tests the connection with the current "
"settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106E7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106E7.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz03auth.xhp\\\"\\>Authent"
"ication\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN106F6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02jdbc.xhp#par_idN"
"106F6.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#tit.hel"
"p.text\n"
"LDAP Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN10554.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"10554.help.text\n"
"LDAP Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN10558.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the settings for importing a database "
"using LDAP\\</ahelp\\> (\\<emph\\>Lightweight Directory Access "
"Protocol)\\</emph\\>. This page is only available if you registered an LDAP "
"server as an address database."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN10579.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"10579.help.text\n"
"Server URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN1057D.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_HOSTNAME\\\"\\>Enter the name of the LDAP "
"server using the format \"ldap.server.com\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN10594.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"10594.help.text\n"
"Base DN"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN10598.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_BASEDN\\\"\\>Enter the starting point to "
"search the LDAP database, for example, \"dc=com\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN105B7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"105B7.help.text\n"
"Port number"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN105BB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"105BB.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_LDAP_PORTNUMBER\\\"\\>Enter the port of the "
"LDAP server, normally 389.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN105CA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"105CA.help.text\n"
"Use secure connection (SSL)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN105CE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"105CE.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_USESSL_LDAP\\\"\\>Creates a secure connection "
"to the LDAP server through the Secure Sockets Layer (SSL).\\</ahelp\\> By "
"default, an SSL connection uses port 636. A regular connection uses port 389."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN105DE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"105DE.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz03auth.xhp\\\"\\>Authent"
"ication\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN105F5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02ldap.xhp#par_idN"
"105F5.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#tit.he"
"lp.text\n"
"MySQL Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10549.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_id"
"N10549.help.text\n"
"MySQL Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN1054D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the options for MySQL "
"databases.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10562.help.text
msgid "Connect using ODBC (Open Database Connectivity)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10566.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Connects to an existing ODBC data source that was "
"set on a system level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10569.help.text
msgid "Connect using JDBC (Java Database Connectivity)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN1056D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Connects to an existing JDBC data source that was "
"set on a system level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10570.help.text
msgid "The next wizard page depends on your choice of ODBC or JDBC:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10573.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabawiz02odbc.xhp\\\"\\>ODBC "
"Connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10582.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabawiz02jdbc.xhp\\\"\\>JDBC "
"Connection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN10591.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_id"
"N10591.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz03auth.xhp\\\"\\>Authent"
"ication\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_idN105A0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02mysql.xhp#par_id"
"N105A0.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#tit.hel"
"p.text\n"
"ODBC Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN1053D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN"
"1053D.help.text\n"
"ODBC Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10541.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the settings for \\<link "
"href=\\\"text/shared/00/00000005.xhp#odbc\\\" "
"name=\\\"ODBC\\\"\\>ODBC\\</link\\> databases.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10552.help.text
msgid "Name of the ODBC database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10556.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path to the database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10559.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN"
"10559.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to open an ODBC data source selection "
"dialog:\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10560.help.text
msgid "Choose a data source"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10564.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a data source to which you want to connect "
"using ODBC. Then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10567.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN"
"10567.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz03auth.xhp\\\"\\>Authent"
"ication\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN10576.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02odbc.xhp#par_idN"
"10576.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#tit.h"
"elp.text\n"
"Oracle Database Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105A4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105A4.help.text\n"
"Oracle Database Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105A8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the options to access an Oracle "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105BD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105BD.help.text\n"
"Oracle database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105C1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105C1.help.text\n"
"You can use a JDBC driver to access an Oracle database from Solaris or "
"Linux. To access the database from Windows, you need an ODBC driver."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105D4.help.text
msgid ""
"On UNIX, ensure that the Oracle database client is installed with JDBC "
"support. The JDBC driver class for the Solaris Oracle client version 8.x is "
"located in the <Oracle client>/product/jdbc/lib/classes111.zip directory. "
"You can also download the latest version of the driver from the Oracle web "
"site:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105D7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105D7.help.text\n"
"http://otn.oracle.com/tech/java/sqlj_jdbc/content.html"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105EA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>In the \\<emph\\>Data source URL\\</emph\\> box, "
"enter the location of the Oracle database server. The syntax of the URL "
"depends on the database type. See the documentation that came with the JDBC "
"driver for more information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105F1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105F1.help.text\n"
"For an Oracle database, the syntax of the URL is:"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105F4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105F4.help.text\n"
"oracle:thin:@hostname:port:database_name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN105FD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN105FD.help.text\n"
"hostname is the name of the machine that runs the Oracle database. You can "
"also replace hostname with the IP address of the server."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10601.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10601.help.text\n"
"port is the port where the Oracle database listens. Ask your database "
"administrator for the correct port address."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10605.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10605.help.text\n"
"database_name is the name of the Oracle database. Ask your database "
"administrator for the correct name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10608.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10608.help.text\n"
"Name of the Oracle database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN1060C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the name of the Oracle database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN1060F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN1060F.help.text\n"
"Server URL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10613.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the URL for the database server. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10616.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10616.help.text\n"
"Port number"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN1061A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the port number for the database "
"server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN1061D.help.text
msgid "Oracle JDBC Driver Class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10621.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10621.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_DRIVERCLASS\\\"\\>Enter the name of the JDBC "
"driver.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10630.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10630.help.text\n"
"Test Class"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10634.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10634.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Tests the connection with the current "
"settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10637.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10637.help.text\n"
"\\<link "
"href=\\\"text/shared/explorer/database/dabawiz03auth.xhp\\\"\\>Authent"
"ication\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_idN10646.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02oracle.xhp#par_i"
"dN10646.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#"
"tit.help.text\n"
"Spreadsheet Database Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN1053A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#"
"par_idN1053A.help.text\n"
"Spreadsheet Database Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN1053E.help.text
msgid "Location and file name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN10542.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path and file name to the spreadsheet "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN10545.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#"
"par_idN10545.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN10549.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#"
"par_idN10549.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Click to open a file selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN1054C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#"
"par_idN1054C.help.text\n"
"Password required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN10550.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to request a password from the user of the "
"database document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#par_idN10553.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02spreadsheet.xhp#"
"par_idN10553.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#tit.hel"
"p.text\n"
"Text File Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN1054F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"1054F.help.text\n"
"Text File Connection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10553.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the settings for importing a database in "
"text format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10568.help.text
msgid ""
"In a text format database, data is stored in an unformatted ASCII file, "
"where each record comprises a row. The data fields are divided by "
"separators. Text in the data fields is divided by quotation marks."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN1056B.help.text
msgid "Path to text files"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN1056F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the path to the text file or files. If you "
"just want one text file, you can use any extension of the file name. If you "
"enter a folder name, the text files in that folder must have the extension "
"*.csv to be recognized as files of the text database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10572.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"10572.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10576.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"10576.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Click to open a file selection dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10616.help.text
msgid "Plain text files (*.txt)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN1061A.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Click to access txt files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10643.help.text
msgid "'Comma separated value' files (*.csv)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10647.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Click to access csv files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10666.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"10666.help.text\n"
"Custom"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN1066A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to access custom files. Enter the extension "
"in the text box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10581.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"10581.help.text\n"
"Field separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN10585.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"10585.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_FIELD_SEPARATOR\\\"\\>Enter or select the "
"character that separates data fields in the text file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN1059C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"1059C.help.text\n"
"Text separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN105A0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"105A0.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_TEXT_SEPARATOR\\\"\\>Enter or select the "
"character that identifies a text field in the text file.\\</ahelp\\> You "
"cannot use the same character as the field separator."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN105B8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"105B8.help.text\n"
"Decimal separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN105BC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"105BC.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_DECIMAL_SEPARATOR\\\"\\>Enter or select the "
"character that is used as a decimal separator in the text file, for example, "
"a period (0.5) or a comma (0,5).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN105D3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"105D3.help.text\n"
"Thousands separator"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN105D7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"105D7.help.text\n"
"\\<ahelp hid=\\\"HID_DSADMIN_THOUSANDS_SEPARATOR\\\"\\>Enter or select the "
"character that is used as a thousands separator in the text file, for "
"example a comma (1,000), or a period (1.000).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN105E6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz02text.xhp#par_idN"
"105E6.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#tit.help.text
msgid "Authentification"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN1053A.help.text
msgid "Authentication"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN1053E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Some databases require a user name and "
"password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN10541.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN"
"10541.help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN10545.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the user name to access the "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN10548.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN"
"10548.help.text\n"
"Password required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN1054C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to prompt a user for a password to access "
"the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN1054F.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/dabawiz02.xhp\\\"\\>Next "
"steps\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN10566.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/dabawiz03auth.xhp#par_idN"
"10566.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#tit.help.text
msgid "%PRODUCTNAME Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#bm_id8622089.help.text
msgid ""
"\\<bookmark_value\\>databases;main "
"page\\</bookmark_value\\>\\<bookmark_value\\>$[officename] Base data "
"sources\\</bookmark_value\\>\\<bookmark_value\\>Base; data sources in "
"$[office"
"name]\\</bookmark_value\\>\\<bookmark_value\\>queries;databases\\</boo"
"kmark_va"
"lue\\>\\<bookmark_value\\>tables;databases\\</bookmark_value\\>\\<book"
"mark_value\\>forms;databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10579.help.text
msgid ""
"\\<variable id=\\\"base\\\"\\>\\<link "
"href=\\\"text/shared/explorer/database/main.xhp\\\"\\>Using Databases in "
"%PRODUCTNAME Base\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN107BD.help.text
msgid ""
"In %PRODUCTNAME Base, you can access data that is stored in a wide variety "
"of database file formats. %PRODUCTNAME Base natively supports some flat file "
"database formats, such as the dBase format. You can also use %PRODUCTNAME "
"Base to connect to external relational databases, such as databases from "
"MySQL or Oracle."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN107C0.help.text
msgid "Using a Database in %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10838.help.text
msgid ""
"To create a new database file, choose \\<emph\\>File - New - "
"Database\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN1083B.help.text
msgid ""
"The \\<link "
"href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\> helps you to create a database file and to register a new "
"database within %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN107E7.help.text
msgid ""
"The database file contains queries, reports, and forms for the database as "
"well as a link to the database where the records are stored. Formatting "
"information is also stored in the database file."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN1084A.help.text
msgid ""
"To open a database file, choose \\<emph\\>File - Open\\</emph\\>. In the "
"\\<emph\\>File type\\</emph\\> list box, select to view only \\<item "
"type=\\\"literal\\\"\\>Database documents\\</item\\>. Select a database "
"document and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN1075F.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/data_view.xhp#data_view\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10767.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/guide/data_register.xhp#data_register\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN1076F.help.text
msgid "\\<embedvar href=\\\"text/shared/guide/data_new.xhp#data_new\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10777.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/data_tables.xhp#data_tables\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN1077F.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/data_queries.xhp#data_queries\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10787.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/data_forms.xhp#data_forms\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN1078F.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/data_reports.xhp#data_reports\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10797.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN10797.hel"
"p.text\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN107AD.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/explorer/database/menubar.xhp#titletext\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/main.xhp#par_idN107BB.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/explorer/database/toolbars.xhp#toolbars\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menubar.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menubar.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menubar.xhp#par_idN10552.help.text
msgid ""
"\\<variable id=\\\"titletext\\\"\\>\\<link "
"href=\\\"text/shared/explorer/datab"
"ase/menubar.xhp\\\"\\>Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menubar.xhp#par_idN10562.help.text
msgid ""
"In the database window, you see a new set of menu commands for working on "
"the current database file."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#tit.help.tex"
"t\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/menuedit.xhp\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Edit menu of a database window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10560.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10560"
".help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10564.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Copies the selected object to the "
"clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10567.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10567"
".help.text\n"
"Paste"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1056B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1056B"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Inserts an item from the clipboard. If you want, "
"you can insert forms and reports, including subfolders, from one database "
"file to another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1056E"
".help.text\n"
"Paste Special"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10572.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10572"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Inserts an item from the clipboard. If you want, "
"you can insert forms and reports, including subfolders, from one database "
"file to another.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#hd_id3153683.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#hd_id3153683"
".27.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_id3147209.28.help.text
msgid ""
"Opens a window where you can edit the selected table, query, form, or report."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#hd_id3145315.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#hd_id3145315"
".29.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_id3153666.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BROWSER_TABLE_DELETE\\\"\\>Deletes the selected table, "
"query, form, or report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1057C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1057C"
".help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10580.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Renames the selected object. Depending on the "
"database, some names, characters, and name length might be "
"invalid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1058A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1058A"
".help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN1058E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected object in the last saved "
"state.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN10591.help.text
msgid "Create as View"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105A7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Converts the selected query to a view. The original "
"query remains in your database file and an additional view is generated on "
"the database server. You must have write permission to add a view to a "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105AA.help.text
msgid ""
"Most databases use queries to filter or to sort database tables to display "
"records on your computer. Views offer the same functionality as queries, but "
"on the server side. If your database is on a server that supports views, you "
"can use views to filter the records on the server to speed up the display "
"time."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105AD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105AD"
".help.text\n"
"Form Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105B1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Starts the \\<link "
"href=\\\"text/shared/autopi/01090000.xhp\\\"\\>Form Wizard\\</link\\> for "
"the selected table, query, or view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105C2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105C2"
".help.text\n"
"Report Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105C6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Starts the \\<link "
"href=\\\"text/shared/autopi/01100000.xhp\\\"\\>Report Wizard\\</link\\> for "
"the selected table, query, or view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105D7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105D7"
".help.text\n"
"Select All"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects all entries, including subfolders, in the "
"lower part of the database window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105DE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105DE"
".help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105E2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105E2"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105E5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105E5"
".help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105E9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/dabaprop.xhp\\\"\\>Database "
"Properties\\</link\\> dialog where you can specify settings for the selected "
"database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105EC.help.text
msgid "Connection Type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105F0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/dabapropcon.xhp\\\"\\>Connection Type "
"Wizard\\</link\\> which helps you to open a database file that is in an "
"unsupported format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105F3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105F3"
".help.text\n"
"Advanced Properties"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuedit.xhp#par_idN105F7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/dabaadvprop.xhp\\\"\\>Advanced "
"Properties\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#tit.help.tex"
"t\n"
"File"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/menufile.xhp\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN1055D.help.text
msgid ""
"The File menu of a database window. Only entries specific to databases are "
"listed."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105C0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105C0"
".help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105C4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the current database file, query, form or "
"report. For the database file, you see the \\<link "
"href=\\\"text/shared/01/01070000.xhp\\\"\\>file save\\</link\\> dialog. For "
"the other objects, you see the \\<link "
"href=\\\"text/shared/explorer/database/"
"menufilesave.xhp\\\"\\>Save\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105D5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105D5"
".help.text\n"
"Save As"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105D9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the current database file with another name. "
"In the \\<link href=\\\"text/shared/01/01070000.xhp\\\"\\>file "
"save\\</link\\> dialog, select a path and file name to save.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105EA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105EA"
".help.text\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105EE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Exports the selected report or form to a text "
"document. A dynamic report is exported as a copy of the database contents at "
"the time of export.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105F1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105F1"
".help.text\n"
"Send"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105F5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105F5"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105F8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105F8"
".help.text\n"
"Document as E-mail"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105FC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the default e-mail application to send a new "
"e-mail. The current database file is appended as an attachment. You can "
"enter the subject, the recipients and a mail body.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN105FF.help.text
msgid "Report as E-mail"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN10603.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the default e-mail application to send a new "
"e-mail. The selected report is appended as an attachment. You can enter the "
"subject, the recipients and a mail body. A dynamic report is exported as a "
"copy of the database contents at the time of export.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN10606.help.text
msgid "Report to Text Document"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufile.xhp#par_idN1060A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Exports the selected report to a text document. A "
"dynamic report is exported as a copy of the database contents at the time of "
"export.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#tit.help"
".text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN10547.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1"
"0547.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1054B.help.text
msgid ""
"In this dialog, you can specify the position and name of a form  that you "
"save within a \\<link "
"href=\\\"text/shared/explorer/database/dabadoc.xhp\\\"\\>database "
"file\\</link\\>. The dialog opens automatically when you save a form the "
"first time."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN10564.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1"
"0564.help.text\n"
"Create New Directory"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to create a new folder within the database "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1057F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1"
"057F.help.text\n"
"Up One Level"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN10583.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to go up one level in the folder "
"hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1059A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1"
"059A.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1059E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the file name for the saved form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN105B5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN1"
"05B5.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menufilesave.xhp#par_idN105B9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to save the form into the database "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#tit.help.t"
"ext\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/menuinsert.xhp\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Insert menu of a database window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN10560.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105"
"60.help.text\n"
"Form"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN10576.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a new text document in form mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN1058B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105"
"8B.help.text\n"
"Report Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN1058F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Starts the \\<link "
"href=\\\"text/shared/autopi/01100000.xhp\\\"\\>Report Wizard\\</link\\> for "
"the selected table, view, or query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105A0.help.text
msgid "Query (Design View)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105A4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a new query in design mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105A7.help.text
msgid "Query (SQL View)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105AB.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Opens a new query in SQL mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105AE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105"
"AE.help.text\n"
"Table Design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105C4.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Opens the table design view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105C7.help.text
msgid "View Design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN10669.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Opens a new view in design mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105E0.help.text
msgid "View (Simple)"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105F6.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Opens a new view in SQL mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN105F9.help.text
msgid "Folder"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuinsert.xhp#par_idN1060F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog where you can save a new folder in "
"the database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menutools.xhp#tit.help.te"
"xt\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/menutools.xhp\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Tools menu of a database window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN10560.help.text
msgid "Relationships"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN10576.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/explorer/database/05020000.xhp\\\"\\>Relation "
"Design\\</link\\> view and checks whether the database connection supports "
"relations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN1058A.help.text
msgid "User Administration"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN1058E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the User Administration dialog if the "
"database supports this feature.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#hd_id3153880.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menutools.xhp#hd_id315388"
"0.13.help.text\n"
"Table Filter"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_id3153252.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DSADMIN_TABLE_SELECTOR\\\"\\>Opens the Table Filter "
"dialog where you can specify which tables of the database to show or to "
"hide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_id3150670.20.help.text
msgid ""
"Select the tables that you want to filter in the \\<emph\\>Filter\\</emph\\> "
"list."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_id3150985.23.help.text
msgid ""
"If you select the topmost table in a hierarchy, all of the tables in the "
"hierarchy are selected."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_id3152349.24.help.text
msgid ""
"If you select a table that is at a lower level in the hierarchy, the tables "
"that occur above it in the hierarchy are not selected."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN105BC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN105B"
"C.help.text\n"
"SQL"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menutools.xhp#par_idN105C0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the SQL dialog where you can enter SQL "
"statements.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#tit.help.tex"
"t\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1054D.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/explorer/database/menuview.xhp\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The View menu of a database window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10560.help.text
msgid "Database Objects"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10564.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10564"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10567.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10567"
".help.text\n"
"Forms"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1056B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the forms container and shows all forms in "
"the detail view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1056E.help.text
msgid "Reports"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10572.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the reports container and shows all reports "
"in the detail view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10575.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10575"
".help.text\n"
"Queries"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10579.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the queries container and shows all queries "
"in the detail view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1057C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1057C"
".help.text\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10580.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the tables container and shows all tables "
"in the detail view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10583.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10583"
".help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10587.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10587"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1058A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1058A"
".help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1058E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sorts the entries in the detail view in ascending "
"order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10591.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10591"
".help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10595.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sorts the entries in the detail view in descending "
"order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10598.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN10598"
".help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1059C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1059C"
".help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1059F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN1059F"
".help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105B5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Disables the preview in the database "
"window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105B8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105B8"
".help.text\n"
"Document Information"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105BC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The preview window displays the document "
"information of a form or report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105BF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105BF"
".help.text\n"
"Document"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105C3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The preview displays the document of a form or "
"report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105C6.help.text
msgid "Refresh Tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/menuview.xhp#par_idN105CA.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Refreshes the tables. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/password.xhp#tit.help.tex"
"t\n"
"User Name and Password Required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10541.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10541"
".help.text\n"
"User Name and Password Required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN1054D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN1054D"
".help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10551.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the user name to connect to the data "
"source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10568"
".help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the password to connect to the data "
"source.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10583.help.text
msgid "Remember password till end of session"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/password.xhp#par_idN10587.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to use the same user name and password "
"without further dialog, when you connect again to the same data source in "
"the current %PRODUCTNAME session.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard00.xhp#tit.help.text
msgid "Query Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard00.xhp#bm_id5757316.help.text
msgid ""
"\\<bookmark_value\\>wizards;database "
"queries\\</bookmark_value\\>\\<bookmark_value\\>Query "
"Wizard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard00.xhp#par_idN1054C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard00.xhp#par_idN"
"1054C.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/querywizard00.xhp\\\"\\>Query "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard00.xhp#par_idN1055C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Query Wizard helps you to design a database "
"query.\\</ahelp\\> The saved query can be called later, either from the "
"graphical user interface, or using the automatically created SQL language "
"command."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard00.xhp#par_idN105D2.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard01.xhp\\\" "
"name=\\\"Query Wizard - Field Selection\\\"\\>Query Wizard - Field "
"selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#tit.help.text
msgid "Query Wizard - Field Selection"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN10546.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard01.xhp\\\"\\>Query "
"Wizard - Field Selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN10556.help.text
msgid ""
"Specifies the table to create the query, and specifies which fields you wish "
"to include in the query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN10559.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN"
"10559.help.text\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the table for which the query is to be "
"created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN10590.help.text
msgid "Fields in the Query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN10594.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays all fields that will be included in the "
"new query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard01.xhp#par_idN10597.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard02.xhp\\\" "
"name=\\\"Query Wizard - Sorting order\\\"\\>Query Wizard - Sorting "
"order\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#tit.help.text
msgid "Query Wizard - Sorting Order"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard02.xhp\\\"\\>Query "
"Wizard - Sorting Order\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN10553.help.text
msgid "Specifies the sorting order for the data records in your query."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN10556.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN"
"10556.help.text\n"
"Sort by"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN105B2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the field by which the created query is "
"sorted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN1055C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN"
"1055C.help.text\n"
"Ascending"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN105BF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to sort in alphabetically or numerically "
"ascending order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN10562.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN"
"10562.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN105CC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click to sort in alphabetically or numerically "
"descending order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN"
"10568.help.text\n"
"And then by"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN105D9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies additional fields by which the created "
"query is sorted, if previous sort fields are equal.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard02.xhp#par_idN1056E.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard03.xhp\\\" "
"name=\\\"Query Wizard - Search conditions\\\"\\>Query Wizard - Search "
"conditions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#tit.help.text
msgid "Query Wizard - Search Conditions"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard03.xhp\\\"\\>Query "
"Wizard - Search Conditions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN10553.help.text
msgid "Specifies the search conditions to filter the query. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN10556.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN"
"10556.help.text\n"
"Match all of the following"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN105B2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to filter the query by all the conditions "
"using a logical AND.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN1055C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN"
"1055C.help.text\n"
"Match any of the following"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN105BF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to filter the query by any of the conditions "
"using a logical OR.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN10562.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN"
"10562.help.text\n"
"Field"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN105CC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the field name for the filter "
"condition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN"
"10568.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN105D9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the condition for the filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN"
"1056E.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN105E6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the value for the filter "
"condition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard03.xhp#par_idN10574.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard04.xhp\\\" "
"name=\\\"Query Wizard - Detail or Summary\\\"\\>Query Wizard - Detail or "
"summary\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#tit.help.text
msgid "Query Wizard - Detail or Summary"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard04.xhp\\\"\\>Query "
"Wizard - Detail or Summary\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN10553.help.text
msgid ""
"Specifies whether to display all records of the query, or only the results "
"of aggregate functions. "
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN10556.help.text
msgid ""
"This page is only displayed when there are numerical fields in the query "
"that allow the use of aggregate functions."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN10559.help.text
msgid "Detailed query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105BD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to show all records of the query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105C2.help.text
msgid "Summary query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105C8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to show only results of aggregate "
"functions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105D7.help.text
msgid ""
"Select the aggregate function and the field name of the numeric field in the "
"list box. You can enter as many aggregate functions as you want, one in each "
"row of controls."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN1055D.help.text
msgid "Aggregate function"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105E4.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select the aggregate function.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105DD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN"
"105DD.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN10656.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select the numeric field name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105E7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN"
"105E7.help.text\n"
"+"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105FE.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Appends a new row of controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN105F1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN"
"105F1.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN1060B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Removes the last row of controls.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard04.xhp#par_idN1060E.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard05.xhp\\\" "
"name=\\\"Query Wizard - Grouping\\\"\\>Query Wizard - Grouping\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#tit.help.text
msgid "Query Wizard - Grouping"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#par_idN10546.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard05.xhp\\\"\\>Query "
"Wizard - Grouping\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#par_idN10556.help.text
msgid ""
"Specifies whether to group the query. The data source must support the SQL "
"statement \"Order by clauses\" to enable this page of the Wizard."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#par_idN10589.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#par_idN"
"10589.help.text\n"
"Group by"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#par_idN1058D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays all fields that are to be used to group "
"the query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard05.xhp#par_idN10590.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard06.xhp\\\" "
"name=\\\"Query Wizard - Grouping conditions\\\"\\>Query Wizard - Grouping "
"conditions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#tit.help.text
msgid "Query Wizard - Grouping Conditions"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10546.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard06.xhp\\\"\\>Query "
"Wizard - Grouping Conditions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10556.help.text
msgid ""
"Specifies the conditions to group the query. The data source must support "
"the SQL statement \"Order by clauses\" to enable this page of the Wizard."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10559.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN"
"10559.help.text\n"
"Match all of the following"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to group the query by all the conditions "
"using a logical AND.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10560.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN"
"10560.help.text\n"
"Match any of the following"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10564.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to group the query by any of the conditions "
"using a logical OR.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10567.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN"
"10567.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN1056B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the field name for the grouping "
"condition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN"
"1056E.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10572.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the condition for the grouping.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10575.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN"
"10575.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN10579.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the value for the grouping "
"condition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard06.xhp#par_idN1057C.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard07.xhp\\\" "
"name=\\\"Query Wizard - Aliases\\\"\\>Query Wizard - Aliases\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#tit.help.text
msgid "Query Wizard - Aliases"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard07.xhp\\\"\\>Query "
"Wizard - Aliases\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#par_idN10553.help.text
msgid ""
"Assigns aliases to field names. Aliases are optional, and can provide more "
"user-friendly names, which are displayed in place of field names. For "
"example, an alias can be used when fields from different tables have the "
"same name."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#par_idN10556.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#par_idN"
"10556.help.text\n"
"Alias"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the alias for the field name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard07.xhp#par_idN1055D.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard08.xhp\\\" "
"name=\\\"Query Wizard - Overview\\\"\\>Query Wizard - Overview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#tit.help.text
msgid "Query Wizard - Overview"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard08.xhp\\\"\\>Query "
"Wizard - Overview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10553.help.text
msgid ""
"Enter a name of the query, and specify whether you want to display or to "
"modify the query after the Wizard is finished."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10556.help.text
msgid "Name of the query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN1055A.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the name of the query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN1055D.help.text
msgid "Display query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to save and display the query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10564.help.text
msgid "Modify query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to save the query and open it for "
"editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN1056B.help.text
msgid "Overview"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN1056F.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Displays a summary of the query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/querywizard08.xhp#par_idN10572.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/querywizard00.xhp\\\" "
"name=\\\"Query Wizard\\\"\\>Query Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard00.xhp#tit.help.text
msgid "Table Wizard"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard00.xhp#bm_id6009094.help.text
msgid ""
"\\<bookmark_value\\>wizards;database "
"tables\\</bookmark_value\\>\\<bookmark_value\\>Table "
"Wizard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard00.xhp#par_idN1054C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard00.xhp#par_idN"
"1054C.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\"\\>Table "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard00.xhp#par_idN1055C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Table Wizard helps you to create a database "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard00.xhp#par_idN105AF.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard01.xhp\\\" "
"name=\\\"Table Wizard - Select table scenario\\\"\\>Query Wizard - Field "
"selection\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#tit.help.text
msgid "Table Wizard - Select Table Scenario"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN10546.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard01.xhp\\\"\\>Table "
"Wizard - Select Table Scenario\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN10556.help.text
msgid ""
"Select fields from the provided sample tables as a starting point to create "
"your own table."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN10559.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN"
"10559.help.text\n"
"Business"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the business category to see only business "
"sample tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN10560.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN"
"10560.help.text\n"
"Private"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN10564.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the private category to see only private "
"sample tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN10567.help.text
msgid "Sample tables"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN1056B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select one of the sample tables. Then select fields "
"from that table from the left list box. Repeat this step until you have "
"selected all the fields that you need.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN1059E.help.text
msgid "Fields in my new table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN105A4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays all fields that will be included in the "
"new table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard01.xhp#par_idN105A9.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard02.xhp\\\" "
"name=\\\"Table Wizard - Set type formatting\\\"\\>Table Wizard - Set type "
"formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#tit.help.text
msgid "Table Wizard - Set Type Formatting"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10552.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard02.xhp\\\"\\>Table "
"Wizard - Set Type Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10562.help.text
msgid "Specifies the field information for your selected fields."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10565.help.text
msgid "Selected fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10569.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a field in order to edit the field "
"information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10574.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"10574.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10578.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Remove the selected field from the list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN1057B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"1057B.help.text\n"
"+"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN1057F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Add a new text field to the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10582.help.text
msgid "Field information"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10586.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"10586.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN1058A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the name of the selected data field. If "
"you want, you can enter a new name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN1058D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"1058D.help.text\n"
"Field type"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10591.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select a field type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN106A0.help.text
msgid "Entry required"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN106A6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>If set to Yes, this field must not be "
"empty.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10594.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"10594.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10598.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the number of characters for the data "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN1059B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"1059B.help.text\n"
"Decimal places"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN1059F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the number of decimal places for the data "
"field. This option is only available for numerical or decimal data "
"fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN105A2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"105A2.help.text\n"
"Default value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN105A6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the default value for a Yes/No "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10730.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN"
"10730.help.text\n"
"Auto-increment statement"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN10736.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the statement used by the database to auto-"
"increment this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard02.xhp#par_idN105A9.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard03.xhp\\\" "
"name=\\\"Table Wizard - Set primary key\\\"\\>Table Wizard - Set primary "
"key\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#tit.help.text
msgid "Table Wizard - Set Primary Key"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10546.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard03.xhp\\\"\\>Table "
"Wizard - Set Primary Key\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10556.help.text
msgid "Specifies a field in the table to be used as a primary key."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10559.help.text
msgid "Create a primary key"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to create a primary key. Add a primary key "
"to every database table to uniquely identify each record. For some database "
"systems within %PRODUCTNAME, a primary key is mandatory for editing the "
"tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10560.help.text
msgid "Add a primary key automatically"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10564.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to automatically add a primary key as an "
"additional field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10567.help.text
msgid "Use an existing field as primary key"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN1056B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to use an existing field with unique values "
"as a primary key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN"
"1056E.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10572.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select the field name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10575.help.text
msgid "Auto value"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10579.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to automatically insert a value and "
"increment the field's value for each new record. The database must support "
"automatic incrementation in order to use the \\<emph\\>Auto value\\</emph\\> "
"feature.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN1057C.help.text
msgid "Define primary key by several fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10580.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to create a primary key from a concatenation "
"of several existing fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10583.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN"
"10583.help.text\n"
"Available fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN10587.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a field and click > to add it to the list of "
"primary key fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN1059A.help.text
msgid "Primary key fields"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN1059E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a field and click < to remove it from the "
"list of primary key fields. The primary key is created as a concatenation of "
"the fields in this list, from top to bottom.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard03.xhp#par_idN105A1.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard04.xhp\\\" "
"name=\\\"Table Wizard - Create table\\\"\\>Table Wizard - Create "
"table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#tit.help.text
msgid "Table Wizard - Create Table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard04.xhp\\\"\\>Table "
"Wizard - Create Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10553.help.text
msgid ""
"Enter a name of the table and specify whether you want to modify the table "
"after the wizard is finished."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10556.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN"
"10556.help.text\n"
"Table name"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN1055A.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Specifies the table name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN105E4.help.text
msgid "Catalog of the table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN105EA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the catalog for the table. (Available only "
"if the database supports catalogs)\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10605.help.text
msgid "Schema of the table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN1060B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the schema for the table. (Available only if "
"the database supports schemas)\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN1055D.help.text
msgid "Modify the table design"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to save and edit the table "
"design.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10564.help.text
msgid "Insert data immediately"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to save the table design and open the table "
"to enter data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN1056B.help.text
msgid "Create a form based on this table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN1056F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to create a form based on this table. The "
"form is created on a text document with the last used settings of the "
"\\<link href=\\\"text/shared/autopi/01090000.xhp\\\"\\>Form "
"Wizard\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/tablewizard04.xhp#par_idN10580.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\" "
"name=\\\"Table Wizard\\\"\\>Table Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#tit.help.tex"
"t\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10541.help.text
msgid ""
"\\<variable id=\\\"toolbars\\\"\\>\\<link "
"href=\\\"text/shared/explorer/databa"
"se/toolbars.xhp\\\"\\>Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10545.help.text
msgid "In a database file window, you can see the following toolbars."
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10548.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10548"
".help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10554.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10554"
".help.text\n"
"Open database object"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10558.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected table so you can enter, edit, or "
"delete records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1056F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1056F"
".help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10573.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected table so you can change the "
"structure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1058A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1058A"
".help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1058E.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105A5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105A5"
".help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105A9.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Renames the selected table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105B8.help.text
msgid "Query"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105C4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105C4"
".help.text\n"
"Open database object"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105C8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected query so you can enter, edit, or "
"delete records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105DF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105DF"
".help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105E3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected query so you can change the "
"structure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105FA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105FA"
".help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN105FE.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10615.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10615"
".help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10619.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Renames the selected query.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10628.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10628"
".help.text\n"
"Form"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10634.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10634"
".help.text\n"
"Open database object"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10638.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected form so you can enter, edit, or "
"delete records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1064F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1064F"
".help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10653.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected form so you can change the "
"layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1066A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1066A"
".help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN1066E.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10685.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10685"
".help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10689.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Renames the selected form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN10698.help.text
msgid "Report"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106A4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106A4"
".help.text\n"
"Open database object"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106A8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected report so you can enter, edit, "
"or delete records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106BF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106BF"
".help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106C3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the selected report so you can change the "
"layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106DA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106DA"
".help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106DE.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106F5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106F5"
".help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/shared/explorer/database/toolbars.xhp#par_idN106F9.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Renames the selected report.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#tit.help.text
msgid "First Steps"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#bm_id3156324.help.text
msgid ""
"\\<bookmark_value\\>samples and "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates; new documents "
"from templates\\</bookmark_value\\>\\<bookmark_value\\>business cards; using "
"templates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#hd_id3156324.1.help.text
msgid ""
"\\<variable id=\\\"aaa_start\\\"\\>\\<link "
"href=\\\"text/shared/guide/aaa_start.xhp\\\" name=\\\"First "
"Steps\\\"\\>First Steps\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#hd_id3156211.2.help.text
msgid "How to simplify your work using samples and templates"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3144436.3.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> includes many "
"sample documents and ready-to-use templates. You can access these by "
"choosing \\<emph\\>File - New - \\</emph\\>\\<link "
"href=\\\"text/shared/01/01010100.xhp\\\" name=\\\"Templates and "
"Documents\\\"\\>\\<emph\\>Templates and Documents\\</emph\\>\\</link\\>, or "
"press Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+N."
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3147291.4.help.text
msgid ""
"When you call up one of the templates, a new document is created based on "
"this template. You can also use the various Wizards (under the "
"\\<emph\\>File\\</emph\\> menu) to create user-defined templates such as "
"faxes and letters, which you can use as a basis for further documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3149177.6.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/main.xhp\\\" name=\\\"Working with "
"%PRODUCTNAME\\\"\\>Working with \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3149095.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/guide/main.xhp\\\" "
"name=\\\"Working with Text Documents\\\"\\>Working with Text "
"Documents\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3152997.8.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/scalc/guide/main.xhp\\\" "
"name=\\\"Working with Spreadsheets\\\"\\>Working with "
"Spreadsheets\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3147243.9.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link href=\\\"text/simpress/guide/main.xhp\\\" "
"name=\\\"Working with Presentations\\\"\\>Working with "
"Presentations\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3154047.10.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/sdraw/guide/main.xhp\\\" "
"name=\\\"Working with Drawings\\\"\\>Working with "
"Drawings\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/aaa_start.xhp#par_id3153824.11.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\<link href=\\\"text/smath/guide/main.xhp\\\" "
"name=\\\"Working with Formulas\\\"\\>Working with "
"Formulas\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#tit.help.text
msgid "Accessibility in %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#bm_id3150502.help.text
msgid ""
"\\<bookmark_value\\>accessibility; %PRODUCTNAME features\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#hd_id3150502.7.help.text
msgid ""
"\\<variable id=\\\"accessibility\\\"\\>\\<link name=\\\"Accessibility in "
"%PRODUCTNAME\\\" "
"href=\\\"text/shared/guide/accessibility.xhp\\\"\\>Accessibility in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3154894.6.help.text
msgid ""
"The following accessibility features are part of \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>:"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3153894.5.help.text
msgid ""
"Support of \\<link href=\\\"text/shared/guide/assistive.xhp\\\" "
"name=\\\"external devices and applications\\\"\\>external devices and "
"applications\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3155552.4.help.text
msgid ""
"Access to all functions by keyboard. The keys that replace the mouse actions "
"are listed in the \\<link name=\\\"%PRODUCTNAME Help\\\" "
"href=\\\"text/shared/guide/keyboard.xhp\\\"\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Help\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3149177.3.help.text
msgid "Improved readability of screen contents"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3146957.8.help.text
msgid "Zooming of on-screen user interface for menus, icons, and documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3145071.12.help.text
msgid ""
"The user interface is scalable through your \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>Window "
"Manager\\</caseinline\\>\\<defaultinline\\>operating "
"system\\</defaultinline\\>\\</switchinline\\> settings. The default font "
"size for dialogs is 12pt, corresponding to a scale of 100%. You can also "
"change the font size for dialogs in \\<emph\\>Tools - Options - \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> - View\\</emph\\>. The "
"zoom factor of a document can be changed in \\<emph\\>View - "
"Zoom\\</emph\\>, or by double-clicking the zoom factor displayed in the "
"Status Bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3152349.2.help.text
msgid ""
"Please note that accessibility support relies on Sun Microsystems Java "
"technology for communications with assistive technology tools. This means "
"that the first program startup may take a few seconds longer, because the "
"Java runtime environment has to be started as well."
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3149578.9.help.text
msgid ""
"\\<link name=\\\"Tools - Options - %PRODUCTNAME - View\\\" "
"href=\\\"text/shared/optionen/01010800.xhp\\\"\\>Tools - Options - \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> - View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3150084.10.help.text
msgid ""
"\\<link name=\\\"Tools - Options - %PRODUCTNAME - Appearance\\\" "
"href=\\\"text/shared/optionen/01012000.xhp\\\"\\>Tools - Options - \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> - Appearance\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/accessibility.xhp#par_id3150771.11.help.text
msgid ""
"\\<link name=\\\"Tools - Options - %PRODUCTNAME - Accessibility\\\" "
"href=\\\"text/shared/optionen/01013000.xhp\\\"\\>Tools - Options - \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> - Accessibility\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#tit.help.text
msgid "Turning Extended Tips On and Off"
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#bm_id3156414.help.text
msgid ""
"\\<bookmark_value\\>Help; extended tips "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>extended tips in "
"Help\\</bookmark_value\\>\\<bookmark_value\\>tips;extended tips in "
"Help\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#hd_id3156414.1.help.text
msgid ""
"\\<variable id=\\\"active_help_on_off\\\"\\>\\<link "
"href=\\\"text/shared/guide/active_help_on_off.xhp\\\" name=\\\"Turning "
"Extended Tips On and Off\\\"\\>Turning Extended Tips On and "
"Off\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#par_id3157958.2.help.text
msgid ""
"\\<emph\\>Extended tips\\</emph\\> provide a brief description of the "
"function of a particular icon, text box or menu command when you rest your "
"cursor on that item."
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#hd_id3155339.3.help.text
msgid "To turn Extended Tips on and off:"
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#par_id3154823.4.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - %PRODUCTNAME - General\\</emph\\>, and "
"check \\<emph\\>Extended tips\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#par_id3149398.5.help.text
msgid "A check mark indicates that the extended tips are activated."
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#hd_id3149811.6.help.text
msgid "To turn Extended Tips on temporarily:"
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#par_id3153541.7.help.text
msgid "Press the shortcut keys Shift+F1 to activate extended tips once."
msgstr ""

#: helpcontent2/source/text/shared/guide/active_help_on_off.xhp#par_id3153825.8.help.text
msgid ""
"A question mark appears beside the mouse pointer. You can move this "
"\\<emph\\>Help Mouse Pointer\\</emph\\> over all controls, icons and menu "
"commands to obtain a description of the command. The \\<emph\\>Help Mouse "
"Pointer\\</emph\\> is disabled the next time you click the mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#tit.help.text
msgid "ActiveX Control to Display Documents in Internet Explorer"
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#bm_id3143267.help.text
msgid ""
"\\<bookmark_value\\>ActiveX "
"control\\</bookmark_value\\>\\<bookmark_value\\>installing;ActiveX "
"control\\</bookmark_value\\>\\<bookmark_value\\>Internet; Internet Explorer "
"for displaying $[officename] "
"documents\\</bookmark_value\\>\\<bookmark_value\\>$[officename] "
"documents;viewing and editing in Internet "
"Explorer\\</bookmark_value\\>\\<bookmark_value\\>viewing;%PRODUCTNAME "
"documents in Internet "
"Explorer\\</bookmark_value\\>\\<bookmark_value\\>editing;%PRODUCTNAME "
"documents in Internet Explorer\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#hd_id3143267.1.help.text
msgid ""
"\\<variable id=\\\"activex\\\"\\>\\<link "
"href=\\\"text/shared/guide/activex.xhp\\\" name=\\\"ActiveX Control to "
"Display Documents in Internet Explorer\\\"\\>ActiveX Control to Display "
"Documents in Internet Explorer\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3166410.2.help.text
msgid ""
"Under Windows only, you can view any $[officename] document in a window of "
"the Microsoft Internet Explorer. Install the ActiveX control in the "
"$[officename] Setup program."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#hd_id3156346.3.help.text
msgid "Installing the ActiveX control"
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3153821.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/activex.xhp#par_id3153821.4.help.text\n"
"Close $[officename] and the Quickstarter."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3150771.5.help.text
msgid ""
"Click the Start button on the Windows taskbar. Choose \\<emph\\>Control "
"Panel\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_idN106E8.help.text
msgid ""
"In the Control Panel, click \\<emph\\>Add or Remove Programs\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3156155.6.help.text
msgid ""
"In the list, click %PRODUCTNAME, then click \\<emph\\>Change\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_idN10706.help.text
msgid "In the Installation Wizard, select \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3159399.7.help.text
msgid ""
"Open the \\<emph\\>Optional Components\\</emph\\> entry and find the "
"\\<emph\\>ActiveX Control\\</emph\\> entry. Open the sub menu of the icon "
"and select to install the feature."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3153561.8.help.text
msgid "Click \\<emph\\>Next\\</emph\\> and \\<emph\\>Install\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#hd_id3151384.9.help.text
msgid "Viewing $[officename] documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3149669.10.help.text
msgid ""
"In Internet Explorer, browse to a web page that contains a link to a "
"$[officename] Writer document, for example."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3148550.11.help.text
msgid "Click the link to view the document in the Internet Explorer window."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3154072.12.help.text
msgid "You may still right-click the link to save the file on your harddisk."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#hd_id3153361.13.help.text
msgid "Editing $[officename] documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3154367.14.help.text
msgid ""
"The $[officename] document inside the Internet Explorer shows a set of read-"
"only toolbar icons."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3148451.15.help.text
msgid ""
"Click the \\<emph\\>Edit file\\</emph\\> icon in the document's toolbar to "
"open a copy of the document in a new $[officename] window."
msgstr ""

#: helpcontent2/source/text/shared/guide/activex.xhp#par_id3144760.16.help.text
msgid "Edit the copy of the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#tit.help.text
msgid "Assistive Tools in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#bm_id3147399.help.text
msgid ""
"\\<bookmark_value\\>accessibility; $[officename] assistive "
"technology\\</bookmark_value\\>\\<bookmark_value\\>assistive technology in "
"$[officename]\\</bookmark_value\\>\\<bookmark_value\\>screen "
"readers\\</bookmark_value\\>\\<bookmark_value\\>screen "
"magnifiers\\</bookmark_"
"value\\>\\<bookmark_value\\>readers;accessibility\\</bo"
"okmark_value\\>\\<bookmark_value\\>magnifiers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#hd_id3147399.22.help.text
msgid ""
"\\<variable id=\\\"assistive\\\"\\>\\<link "
"href=\\\"text/shared/guide/assistive.xhp\\\" name=\\\"Assistive Tools in "
"$[officename]\\\"\\>Assistive Tools in "
"$[officename]\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3143267.25.help.text
msgid ""
"$[officename] supports some assistive technology tools like screen "
"magnification software, screen readers, and on-screen keyboards. Most of "
"these tools communicate with $[officename] by means of the Java(TM) Access "
"Bridge software, that uses the Java Accessibility API, a part of the Java "
"runtime environment."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#hd_id3145345.12.help.text
msgid "Requirements to use assistive tools in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3147209.13.help.text
msgid ""
"Java Runtime Environment (JRE) version 1.4.1_01 and higher, or version "
"1.4.0_02 with the locale set to \"en_us\"."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3146797.26.help.text
msgid "Most recent version of the software for your assistive tool"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3149578.15.help.text
msgid ""
"On Windows systems, \\<link "
"href=\\\"http://www.sun.com/access/downloads/\\\" name=\\\"Java Access "
"Bridge\\\"\\>Java Access Bridge\\</link\\> software version 1.0.3 or higher "
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3149762.16.help.text
msgid ""
"On UNIX(R) systems, the GNOME 2 desktop environment with the Java Access "
"Bridge software for GNOME"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#hd_id3149795.23.help.text
msgid "Supported Assistive Tools"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3155419.2.help.text
msgid ""
"On Windows systems, $[officename] directly supports most on-screen keyboard "
"software. Additional support for assistive tools is provided by the Java "
"Access Bridge software. The following is a list of some assistive tools that "
"use the Java Access Bridge software to exchange data with $[officename]:"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3156329.4.help.text
msgid "ZoomText Screen Magnifier (version 7.11 or higher)(Windows)"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3155628.5.help.text
msgid ""
"Gnopernicus Screen Reader and Magnifier, using GNOME Assistive Technology "
"Service Provider Interface (at-spi) and Java Accessibility API software"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3148474.6.help.text
msgid ""
"GNOME On Screen Keyboard (GOK), using GNOME at-spi and Java Accessibility "
"API software"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#hd_id3153061.24.help.text
msgid "Supported Input Devices"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3156024.7.help.text
msgid ""
"$[officename] provides the ability to use alternative input devices for "
"access to all functions of $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3149045.8.help.text
msgid ""
"Screen magnification software allow users with low vision to work in "
"$[officename] with caret and focus tracking."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3152811.9.help.text
msgid ""
"On-screen keyboards enable users to perform almost all data input and "
"commands with a mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3153379.10.help.text
msgid ""
"Screen readers allow visually impaired users to access $[officename] with "
"text-to-speech and Braille displays."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3149808.11.help.text
msgid ""
"When accessibility support in $[officename] is enabled, the Java Runtime "
"Environment is loaded, and increases the startup time for $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3152933.18.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010800.xhp\\\" name=\\\"Tools - "
"Options - $[officename] - View\\\"\\>Tools - Options - $[officename] - "
"View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3155430.19.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01012000.xhp\\\" name=\\\"Tools - "
"Options - $[officename] - Appearance\\\"\\>Tools - Options - $[officename] - "
"Appearance\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/assistive.xhp#par_id3148617.20.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01013000.xhp\\\" name=\\\"Tools - "
"Options - $[officename] - Accessibility\\\"\\>Tools - Options - "
"$[officename] - Accessibility\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#tit.help.text
msgid "Turning off Automatic URL Recognition"
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#bm_id3149346.help.text
msgid ""
"\\<bookmark_value\\>AutoCorrect function; URL "
"recognition\\</bookmark_value\\>\\<bookmark_value\\>recognizing URLs "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>Internet; turning off "
"recognition of addresses\\</bookmark_value\\>\\<bookmark_value\\>automatic "
"hyperlink formatting\\</bookmark_value\\>\\<bookmark_value\\>URL;turning off "
"URL recognition\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; "
"automatic recognition\\</bookmark_value\\>\\<bookmark_value\\>links; "
"automatic recognition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#hd_id3149346.6.help.text
msgid ""
"\\<variable id=\\\"autocorr_url\\\"\\>\\<link "
"href=\\\"text/shared/guide/autocorr_url.xhp\\\" name=\\\"Turning off "
"Automatic URL Recognition\\\"\\>Turning off Automatic URL "
"Recognition\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3166410.7.help.text
msgid ""
"When you enter text, $[officename] automatically recognizes a word that may "
"be a \\<link href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\> and replaces the word with a hyperlink. "
"$[officename] formats the hyperlink with direct font attributes (color and "
"underline) the properties of which are obtained from certain Character "
"Styles."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3153561.2.help.text
msgid ""
"If you do not want $[officename] to automatically recognize URLs as you are "
"typing, there are several ways of turning off this feature."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#hd_id3154306.8.help.text
msgid "Undo URL Recognition"
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3149233.3.help.text
msgid ""
"When you are typing and notice that a text has just been automatically "
"converted into a hyperlink, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Z to undo "
"this formatting."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3149235.4.help.text
msgid ""
"If you do not notice this conversion until later, select the hyperlink and "
"choose the menu command \\<emph\\>Format - Default Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#hd_id3152350.9.help.text
msgid "Turn off URL Recognition"
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3149514.10.help.text
msgid ""
"Load a document of the type for which you want to modify the URL recognition."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3151246.11.help.text
msgid ""
"If you want to modify the URL recognition for text documents, open a text "
"document."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3159413.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3159413.12.hel"
"p.text\n"
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3148550.13.help.text
msgid ""
"In the \\<emph\\>AutoCorrect\\</emph\\> dialog, select the "
"\\<emph\\>Options\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3153360.14.help.text
msgid ""
"If you unmark \\<emph\\>URL Recognition\\</emph\\>, words will no longer be "
"automatically replaced with hyperlinks."
msgstr ""

#: helpcontent2/source/text/shared/guide/autocorr_url.xhp#par_id3156423.15.help.text
msgid ""
"In $[officename] Writer there are two check boxes in front of \\<emph\\>URL "
"Recognition\\</emph\\>. The box in the first column is for later post-"
"editing and the box in the second column is for AutoCorrect as you type."
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#tit.help.text
msgid "Showing, Docking and Hiding Windows"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#bm_id3150713.help.text
msgid ""
"\\<bookmark_value\\>Gallery; "
"hiding/showing\\</bookmark_value\\>\\<bookmark_value\\>data source view; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>Navigator; "
"docking\\</bookmark_value\\>\\<bookmark_value\\>Styles and Formatting "
"window; docking\\</bookmark_value\\>\\<bookmark_value\\>windows; "
"hiding/showing/docking\\</bookmark_value\\>\\<bookmark_value\\>docking; "
"windows\\</bookmark_value\\>\\<bookmark_value\\>undocking "
"windows\\</bookmark_value\\>\\<bookmark_value\\>showing;docked "
"windows\\</bookmark_value\\>\\<bookmark_value\\>hiding;docked "
"windows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#hd_id3145346.71.help.text
msgid ""
"\\<variable id=\\\"autohide\\\"\\>\\<link "
"href=\\\"text/shared/guide/autohide.xhp\\\" name=\\\"Showing, Docking and "
"Hiding Windows\\\"\\>Showing, Docking and Hiding "
"Windows\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3147242.52.help.text
msgid ""
"Some windows in $[officename] are dockable, such as the Navigator window. "
"You can move these windows, re-size them or dock them to an edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#hd_id3154750.65.help.text
msgid "Docking and Undocking Windows"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3166460.66.help.text
msgid "To dock a window, do one of the following:"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3150503.67.help.text
msgid "Drag the window by its title bar to the side, or"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3150275.68.help.text
msgid ""
"Double-click inside a vacant area of the window; in the Styles and "
"Formatting window, double-click a gray part of the window next to the icons."
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3147335.69.help.text
msgid "These methods can also be used to undock a currently docked window."
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#hd_id3149796.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/autohide.xhp#hd_id3149796.70.help.tex"
"t\n"
"Showing and Hiding Docked Windows"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3149045.help.text
msgid ""
"\\<image id=\\\"img_id3149655\\\" src=\\\"res/helpimg/ein.png\\\" "
"width=\\\"0.1043inch\\\" height=\\\"0.4272inch\\\"\\>\\<alt "
"id=\\\"alt_id3149655\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/autohide.xhp#par_id3152921.64.help.text
msgid ""
"Click the button on the edge of the docked window to show or hide the docked "
"window. The AutoHide function allows you to temporarily show a hidden window "
"by clicking on its edge. When you click in the document, the docked window "
"hides again. "
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#tit.help.text
msgid "Defining Background Colors or Background Graphics"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#bm_id3149346.help.text
msgid ""
"\\<bookmark_value\\>backgrounds; defining "
"colors/pictures\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>text;  "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>colors; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>pages; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"backgrounds\\</book"
"mark_value\\>\\<bookmark_value\\>watermarks\\</bookmark_val"
"ue\\>\\<bookmark_value\\>adding;backgrounds\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3149346.1.help.text
msgid ""
"\\<variable id=\\\"background\\\"\\>\\<link "
"href=\\\"text/shared/guide/background.xhp\\\" name=\\\"Defining Background "
"Colors or Background Graphics\\\"\\>Defining Background Colors or Background "
"Graphics\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3149812.2.help.text
msgid ""
"You can define a background color or use a graphic as a background for "
"various objects in $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3147653.3.help.text
msgid "Applying a Background To Text Characters"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3150669.4.help.text
msgid "Select the characters."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3155390.5.help.text
msgid "Choose \\<emph\\>Format - Character\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3153665.6.help.text
msgid ""
"Click the \\<emph\\>Background\\</emph\\> tab, select the background color."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3153541.7.help.text
msgid "Applying a Background To a Paragraph"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3145119.8.help.text
msgid "Place the cursor in the paragraph or select several paragraphs."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3158430.9.help.text
msgid "Choose \\<emph\\>Format - Paragraph\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3151245.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/background.xhp#par_id3151245.10.help."
"text\n"
"On the \\<emph\\>Background\\</emph\\> tab page, select the background color "
"or a background graphic."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3149294.11.help.text
msgid "Applying a Background To All or Part of a Text Table"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3154346.12.help.text
msgid "Place the cursor in the table in your text document."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3148664.13.help.text
msgid "Choose \\<emph\\>Table - Table Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3154938.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/background.xhp#par_id3154938.14.help."
"text\n"
"On the \\<emph\\>Background\\</emph\\> tab page, select the background color "
"or a background graphic."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3156280.15.help.text
msgid ""
"In the \\<emph\\>For\\</emph\\> box, choose whether the color or graphic "
"should apply to the current cell, the current row or the whole table. If you "
"select several cells or rows before opening the dialog, the change applies "
"to the selection."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3151041.31.help.text
msgid "Applying a Background to Parts of a Text Table Using an Icon"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3150767.32.help.text
msgid ""
"To apply a background color to cells, select the cells and click the color "
"on the \\<emph\\>Background Color\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3147084.33.help.text
msgid ""
"To apply a background color to a text paragraph within a cell, place the "
"cursor into the text paragraph, then click the color on the "
"\\<emph\\>Background Color \\</emph\\>toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3144760.16.help.text
msgid "Applying a Background To a $[officename] Calc Spreadsheet"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3155429.17.help.text
msgid "Select the cells."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3149260.18.help.text
msgid ""
"Choose \\<emph\\>Format - Cells\\</emph\\> (or \\<emph\\>Format "
"Cells\\</emph\\> from the context menu)."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3152938.19.help.text
msgid ""
"On the \\<emph\\>Background\\</emph\\> tab page, select the background color."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3146974.20.help.text
msgid "Graphics in the Background of Cells"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3155414.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/background.xhp#par_id3155414.21.help."
"text\n"
"Choose \\<emph\\>Insert - Picture - From File\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3149664.22.help.text
msgid "Select the graphic and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3153575.23.help.text
msgid ""
"The graphic is inserted anchored to the current cell. You can move and scale "
"the graphic as you want. In your context menu you can use the "
"\\<emph\\>Arrange - To Background\\</emph\\> command to place this in the "
"background. To select a graphic that has been placed in the background, use "
"the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"
""Navigator\\\"\\>Navigator\\</link\\>\\</caseinline\\>\\<defaultinline"
"\\>Navigator\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3150010.24.help.text
msgid "Graphic in the Background of Printed Pages (Watermark)"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3153878.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/background.xhp#par_id3153878.25.help."
"text\n"
"Choose \\<emph\\>Format - Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3149581.26.help.text
msgid ""
"On the \\<emph\\>Background\\</emph\\> tab page, select a background color "
"or a background graphic."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3154097.27.help.text
msgid ""
"This background appears only in the print behind the cells not formatted "
"elsewhere."
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#hd_id3150592.28.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Applying Backgrounds To Presentation Pages "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3148457.29.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>See \\<embedvar "
"href=\\\"text/simpress/guide/background.xhp#background\\\"/\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_idN10A56.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02160000.xhp\\\"\\>Highlighting "
"icon\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/background.xhp#par_id3156180.30.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030600.xhp\\\" name=\\\"Background tab "
"page\\\"\\>\\<emph\\>Background\\</emph\\> tab page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#tit.help.text
msgid "Defining Borders for Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#bm_id3146957.help.text
msgid ""
"\\<bookmark_value\\>objects; defining "
"borders\\</bookmark_value\\>\\<bookmark_value\\>borders; for "
"objects\\</bookmark_value\\>\\<bookmark_value\\>frames; around "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#hd_id3146957.17.help.text
msgid ""
"\\<variable id=\\\"border_object\\\"\\>\\<link "
"href=\\\"text/shared/guide/border_object.xhp\\\" name=\\\"Defining Borders "
"for Objects\\\"\\>Defining Borders for Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3146797.1.help.text
msgid ""
"You can define borders around OLE objects, plug-ins, diagrams/charts, "
"graphics and frames. The name of the menu to be used depends on the object "
"selected."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#hd_id3145673.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#hd_id3145673.2.help"
".text\n"
"Setting a Predefined Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3155388.3.help.text
msgid "Select the object for which you want to define a border."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3149578.4.help.text
msgid ""
"Click the \\<emph\\>Borders\\</emph\\> icon on the \\<emph\\>OLE-"
"Object\\</emph\\> toolbar or \\<emph\\>Frame\\</emph\\> toolbar to open the "
"\\<emph\\>Borders\\</emph\\> window. "
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3159176.6.help.text
msgid ""
"Click one of the predefined border styles. This replaces the current border "
"style of the object with the selected style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#hd_id3152474.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#hd_id3152474.7.help"
".text\n"
"Setting a Customized Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3153896.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#par_id3153896.8.hel"
"p.text\n"
"Select the table cells that you want to modify."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3156344.9.help.text
msgid "Choose \\<emph\\>Format - (object name) - Borders\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3154071.10.help.text
msgid ""
"Replace (object name) with the actual name of the object type you selected."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3148797.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#par_id3148797.11.he"
"lp.text\n"
"In the \\<emph\\>User-defined\\</emph\\> area select the edge(s) that you "
"want to appear in a common layout. Click on an edge in the preview to toggle "
"the selection of an edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3152933.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#par_id3152933.12.he"
"lp.text\n"
"Select a line style and color for the selected border style in the "
"\\<emph\\>Line\\</emph\\> area. These settings apply to all border lines "
"that are included in the selected border style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3125865.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#par_id3125865.13.he"
"lp.text\n"
"Repeat the last two steps for every border edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3150447.14.help.text
msgid ""
"Select the distance between the border lines and the page contents in the "
"\\<emph\\>Spacing to Contents\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_object.xhp#par_id3154908.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_object.xhp#par_id3154908.15.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\> to apply the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#tit.help.text
msgid "Defining Borders for Pages"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#bm_id3156136.help.text
msgid ""
"\\<bookmark_value\\>pages;defining "
"borders\\</bookmark_value\\>\\<bookmark_value\\>borders; for "
"pages\\</bookmark_value\\>\\<bookmark_value\\>frames; around "
"pages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#hd_id3156136.15.help.text
msgid ""
"\\<variable id=\\\"border_page\\\"\\>\\<link "
"href=\\\"text/shared/guide/border_page.xhp\\\" name=\\\"Defining Borders for "
"Pages\\\"\\>Defining Borders for Pages\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3148473.1.help.text
msgid ""
"You can only define borders for page styles, not individual pages. All "
"changes made to borders apply to all pages that use the same page style. "
"Note that page style changes cannot be undone by the Undo function in "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#hd_id3150503.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#hd_id3150503.2.help.t"
"ext\n"
"Setting a Predefined Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3148491.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3148491.3.help."
"text\n"
"Choose \\<emph\\>Format - Page - Borders\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3150771.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3150771.4.help."
"text\n"
"Select one of the default border styles in the \\<emph\\>Default\\</emph\\> "
"area."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3154046.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3154046.5.help."
"text\n"
"Select a line style and color for the selected border style in the "
"\\<emph\\>Line\\</emph\\> area. These settings apply to all border lines "
"that are included in the selected border style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3152472.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3152472.6.help."
"text\n"
"Select the distance between the border lines and the page contents in the "
"\\<emph\\>Spacing to contents\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3156023.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3156023.7.help."
"text\n"
"Click \\<emph\\>OK\\</emph\\> to apply the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#hd_id3145068.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#hd_id3145068.8.help.t"
"ext\n"
"Setting a Customized Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3148663.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3148663.9.help."
"text\n"
"Choose \\<emph\\>Format - Page - Borders\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3150541.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3150541.10.help"
".text\n"
"In the \\<emph\\>User-defined\\</emph\\> area select the edge(s) that you "
"want to appear in a common layout. Click on an edge in the preview to toggle "
"the selection of an edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3159149.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3159149.11.help"
".text\n"
"Select a line style and color for the selected border style in the "
"\\<emph\\>Line\\</emph\\> area. These settings apply to all border lines "
"that are included in the selected border style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3156282.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3156282.12.help"
".text\n"
"Repeat the last two steps for every border edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3151041.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3151041.13.help"
".text\n"
"Select the distance between the border lines and the page contents in the "
"\\<emph\\>Spacing to contents\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_page.xhp#par_id3145606.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_page.xhp#par_id3145606.14.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\> to apply the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#tit.help.text
msgid "Defining Borders for Paragraphs"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#bm_id3147571.help.text
msgid ""
"\\<bookmark_value\\>paragraphs; defining "
"borders\\</bookmark_value\\>\\<bookmark_value\\>borders; for "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>frames; around "
"paragraphs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#hd_id3147571.15.help.text
msgid ""
"\\<variable id=\\\"border_paragraph\\\"\\>\\<link "
"href=\\\"text/shared/guide/border_paragraph.xhp\\\" name=\\\"Defining "
"Borders for Paragraphs\\\"\\>Defining Borders for "
"Paragraphs\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#hd_id3159233.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#hd_id3159233.1.h"
"elp.text\n"
"Setting a Predefined Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3156113.2.help.text
msgid ""
"Place the cursor in the paragraph for which you want to define a border."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3149398.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3149398.3."
"help.text\n"
"Choose \\<emph\\>Format - Paragraph - Borders\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3156326.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3156326.4."
"help.text\n"
"Select one of the default border styles in the \\<emph\\>Default\\</emph\\> "
"area."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3154285.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3154285.5."
"help.text\n"
"Select a line style and color for the selected border style in the "
"\\<emph\\>Line\\</emph\\> area. These settings apply to all border lines "
"that are included in the selected border style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3153665.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3153665.6."
"help.text\n"
"Select the distance between the border lines and the page contents in the "
"\\<emph\\>Spacing to contents\\</emph\\> area. You can only change distances "
"to edges that have a border line defined."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3153543.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3153543.7."
"help.text\n"
"Click \\<emph\\>OK\\</emph\\> to apply the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#hd_id3149237.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#hd_id3149237.8.h"
"elp.text\n"
"Setting a Customized Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3155388.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3155388.9."
"help.text\n"
"Choose \\<emph\\>Format - Paragraph - Borders\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3148943.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3148943.10"
".help.text\n"
"In the \\<emph\\>User-defined\\</emph\\> area select the edge(s) that you "
"want to appear in a common layout. Click on an edge in the preview to toggle "
"the selection of an edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3148948.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3148948.11"
".help.text\n"
"Select a line style and color for the selected border style in the "
"\\<emph\\>Line\\</emph\\> area. These settings apply to all border lines "
"that are included in the selected border style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3152811.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3152811.12"
".help.text\n"
"Repeat the last two steps for every border edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3150793.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3150793.13"
".help.text\n"
"Select the distance between the border lines and the page contents in the "
"\\<emph\\>Spacing to contents\\</emph\\> area. You can only change distances "
"to edges that have a border line defined."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3151178.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_paragraph.xhp#par_id3151178.14"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\> to apply the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#tit.help.text
msgid "Defining Borders for Tables and Table Cells"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#bm_id3155805.help.text
msgid ""
"\\<bookmark_value\\>tables; defining "
"borders\\</bookmark_value\\>\\<bookmark_value\\>borders; for "
"tables\\</bookmark_value\\>\\<bookmark_value\\>frames; around "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#hd_id3155805.16.help.text
msgid ""
"\\<variable id=\\\"border_table\\\"\\>\\<link "
"href=\\\"text/shared/guide/border_table.xhp\\\" name=\\\"Defining Borders "
"for Tables and Table Cells\\\"\\>Defining Borders for Tables and Table "
"Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#hd_id3147008.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#hd_id3147008.1.help."
"text\n"
"Setting a Predefined Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3146957.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3146957.2.help"
".text\n"
"Select the table cells that you want to modify."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3156346.3.help.text
msgid ""
"Click the \\<emph\\>Borders\\</emph\\> icon on the \\<emph\\>Table "
"\\</emph\\>toolbar (Writer) or on the \\<emph\\>Formatting\\</emph\\> bar to "
"open the \\<emph\\>Borders\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3143270.5.help.text
msgid "Click one of the predefined border styles."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3156156.6.help.text
msgid ""
"This \\<emph\\>adds\\</emph\\> the selected style to the current border "
"style of the table cells. Select the blank border style at the top left of "
"the \\<emph\\>Borders\\</emph\\> window to clear all border styles."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#hd_id3153666.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#hd_id3153666.7.help."
"text\n"
"Setting a Customized Border Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3152472.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3152472.8.help"
".text\n"
"Select the table cells that you want to modify."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3147265.9.help.text
msgid ""
"Choose \\<emph\\>Table - Table Properties - Borders\\</emph\\> (Writer) or "
"\\<emph\\>Format - Cells - Borders\\</emph\\> (Calc)."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3159413.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3159413.10.hel"
"p.text\n"
"In the \\<emph\\>User-defined\\</emph\\> area select the edge(s) that you "
"want to appear in a common layout. Click on an edge in the preview to toggle "
"the selection of an edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3153526.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3153526.11.hel"
"p.text\n"
"Select a line style and color for the selected border style in the "
"\\<emph\\>Line\\</emph\\> area. These settings apply to all border lines "
"that are included in the selected border style."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3145606.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3145606.12.hel"
"p.text\n"
"Repeat the last two steps for every border edge."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3156422.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3156422.13.hel"
"p.text\n"
"Select the distance between the border lines and the page contents in the "
"\\<emph\\>Spacing to contents\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/shared/guide/border_table.xhp#par_id3149807.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/border_table.xhp#par_id3149807.14.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\> to apply the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#tit.help.text
msgid "Inserting Line Breaks in Cells"
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#bm_id6305734.help.text
msgid ""
"\\<bookmark_value\\>line breaks; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; line "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>text flow; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>text breaks in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>wrapping text; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>words; wrapping in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>automatic line "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>new lines in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>inserting;line breaks in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>tables;inserting line "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106D5.help.text
msgid ""
"\\<variable id=\\\"breaking_lines\\\"\\>\\<link "
"href=\\\"text/shared/guide/breaking_lines.xhp\\\"\\>Inserting Line Breaks in "
"Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106D9.help.text
msgid "Inserting line breaks in $[officename] Calc spreadsheet cells"
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106E0.help.text
msgid ""
"To insert a line break in a spreadsheet cell, press the Ctrl+Enter keys. "
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106E3.help.text
msgid ""
"This will work only with the text edit cursor inside the cell, not at the "
"input line. So first double-click the cell, then single-click at the text "
"position where you want the line break."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106E6.help.text
msgid "Formatting $[officename] Calc cells for automatic line wrapping"
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106ED.help.text
msgid "Select the cells for which you want an automatic line break."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106F1.help.text
msgid "Choose \\<emph\\>Format - Cells - Alignment\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN106F9.help.text
msgid "Select \\<emph\\>Automatic line break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN10700.help.text
msgid "Inserting line breaks in $[officename] Writer text document tables"
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN10707.help.text
msgid ""
"To insert a line break in a text document table cell, press the Enter key."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN1070A.help.text
msgid ""
"An automatic line break will be performed while you type across the end of "
"each cell."
msgstr ""

#: helpcontent2/source/text/shared/guide/breaking_lines.xhp#par_idN10718.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340300.xhp\\\"\\>Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#tit.help.text
msgid "Changing the Title of a Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#bm_id3156324.help.text
msgid ""
"\\<bookmark_value\\>titles; "
"changing\\</bookmark_value\\>\\<bookmark_value\\>changing;document "
"titles\\</bookmark_value\\>\\<bookmark_value\\>documents; changing "
"titles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#hd_id3156324.1.help.text
msgid ""
"\\<variable id=\\\"change_title\\\"\\>\\<link "
"href=\\\"text/shared/guide/change_title.xhp\\\" name=\\\"Changing the Title "
"of a Document\\\"\\>Changing the Title of a "
"Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#par_id3152801.3.help.text
msgid ""
"You can specify a title for your document. Some file manager utilities can "
"display the titles next to the filenames of your documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#hd_id3156136.4.help.text
msgid "How to change the title of the current document"
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#par_id3153345.5.help.text
msgid ""
"Choose \\<emph\\>File - Properties\\</emph\\>. This opens the "
"\\<emph\\>Properties of\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#par_id3156410.6.help.text
msgid "Select the \\<emph\\>Description\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#par_id3147242.7.help.text
msgid ""
"Type the new title in the \\<emph\\>Title\\</emph\\> box and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/change_title.xhp#par_id3163802.8.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" name=\\\"Properties "
"of\\\"\\>Properties of\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#tit.help.text
msgid "Editing Chart Axes"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#bm_id3155555.help.text
msgid ""
"\\<bookmark_value\\>charts; editing "
"axes\\</bookmark_value\\>\\<bookmark_value\\>axes in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>editing; chart "
"axes\\</bookmark_value\\>\\<bookmark_value\\>formatting; axes in "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#hd_id3155555.1.help.text
msgid ""
"\\<variable id=\\\"chart_axis\\\"\\>\\<link "
"href=\\\"text/shared/guide/chart_axis.xhp\\\" name=\\\"Editing Chart "
"Axes\\\"\\>Editing Chart Axes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3156426.2.help.text
msgid "To edit the axes of a chart that you have inserted:"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3155535.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3155535.3.help.t"
"ext\n"
"Double-click on the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3147242.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3147242.4.help.t"
"ext\n"
"A gray border appears around the chart and the menu bar now contains "
"commands for editing the objects in the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3154749.5.help.text
msgid ""
"Choose \\<emph\\>Format - Axis\\</emph\\>, then select the axis (or axes) "
"that you would like to edit. A dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3154285.6.help.text
msgid ""
"Select from the available sections and make the required changes (for "
"example, select the \\<emph\\>Scale\\</emph\\> tab if you want to modify the "
"scale of the axis)."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3156327.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3156327.7.help.t"
"ext\n"
"Click \\<emph\\>OK\\</emph\\>. In your document, click outside the chart to "
"exit chart editing mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3147335.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_axis.xhp#par_id3147335.8.help.t"
"ext\n"
"\\<link href=\\\"text/schart/01/05010000.xhp\\\" name=\\\"Format - Object "
"properties\\\"\\>Format - Object properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#tit.help.text
msgid "Adding Texture to Chart Bars"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#bm_id3149798.help.text
msgid ""
"\\<bookmark_value\\>charts; bars with "
"textures\\</bookmark_value\\>\\<bookmark_value\\>textures on chart "
"bars\\</bookmark_value\\>\\<bookmark_value\\>adding;textures on chart "
"bars\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#hd_id3149798.1.help.text
msgid ""
"\\<variable id=\\\"chart_barformat\\\"\\>\\<link "
"href=\\\"text/shared/guide/chart_barformat.xhp\\\" name=\\\"Adding Texture "
"to Chart Bars\\\"\\>Adding Texture to Chart Bars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3156136.3.help.text
msgid ""
"You can add texture to the bars in a graph or chart (instead of the default "
"colors) via bitmap graphics:"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3153748.4.help.text
msgid "Enter edit mode by double-clicking on the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3149182.5.help.text
msgid ""
"Double-click on the bar you want to edit. All bars of this series are now "
"selected."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3147275.6.help.text
msgid ""
"In the context menu choose \\<emph\\>Object Properties\\</emph\\>. Then "
"choose the \\<emph\\>Area\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3146797.7.help.text
msgid ""
"Click on \\<emph\\>Bitmap\\</emph\\>. In the list box select a bitmap as a "
"texture for the currently selected bars. Click \\<emph\\>OK\\</emph\\> to "
"accept the setting."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3153088.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_barformat.xhp#par_id3153088.8.h"
"elp.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" name=\\\"AutoPilot "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#tit.help.text
msgid "Inserting Charts"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#bm_id3153910.help.text
msgid ""
"\\<bookmark_value\\>charts; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>plotting data as "
"charts\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"charts\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; inserting "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; editing "
"data\\</bookmark_value\\>\\<bookmark_value\\>editing; chart "
"data\\</bookmark_value\\>\\<bookmark_value\\>data; in "
"columns\\</bookmark_value\\>\\<bookmark_value\\>columns; putting data "
"in\\</bookmark_value\\>\\<bookmark_value\\>rows; putting data "
"in\\</bookmark_value\\>\\<bookmark_value\\>data; putting in "
"rows\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"marking\\</bookmark_value\\>\\<bookmark_value\\>ordering; data "
"series\\</bookmark_value\\>\\<bookmark_value\\>data series; changing order "
"of\\</bookmark_value\\>\\<bookmark_value\\>values; changing in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>numbers; changing in a "
"chart\\</bookmark_value\\>\\<bookmark_value\\>charts; selecting and changing "
"types\\</bookmark_value\\>\\<bookmark_value\\>2D charts "
"selection\\</bookmark_value\\>\\<bookmark_value\\>3D charts; "
"selecting\\</bookmark_value\\>\\<bookmark_value\\>types of "
"charts\\</bookmark_value\\>\\<bookmark_value\\>XY "
"charts\\</bookmark_value\\>\\<bookmark_value\\>stock "
"charts\\</bookmark_value\\>\\<bookmark_value\\>line "
"charts\\</bookmark_value\\>\\<bookmark_value\\>pie "
"charts\\</bookmark_value\\>\\<bookmark_value\\>circle charts "
"selection\\</bookmark_value\\>\\<bookmark_value\\>combination "
"charts\\</bookmark_value\\>\\<bookmark_value\\>bar "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"variants\\</bookmark_value\\>\\<bookmark_value\\>3D "
"charts;inserting\\</bookmark_value\\>\\<bookmark_value\\>statistics; "
"charts\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"statistics\\</bookmark_value\\>\\<bookmark_value\\>selecting;XY "
"charts\\</bookmark_value\\>\\<bookmark_value\\>error indicators in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>error bars in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>logarithmic axes in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>averages in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>showing; statistics in a 2D "
"chart\\</bookmark_value\\>\\<bookmark_value\\>variances in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>standard deviation in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>regression curves in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>trend lines in "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#hd_id3153910.34.help.text
msgid ""
"\\<variable id=\\\"chart_insert\\\"\\>\\<link "
"href=\\\"text/shared/guide/chart_insert.xhp\\\" name=\\\"Inserting "
"Charts\\\"\\>Inserting Charts\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3153662.3.help.text
msgid "Open a spreadsheet and enter some data with row and column headings."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3150275.4.help.text
msgid ""
"Select the cells that contain the data that you want to present in your "
"chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id7211218.help.text
msgid ""
"Click the \\<emph\\>Insert Chart\\</emph\\> icon on the "
"\\<emph\\>Standard\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_idN109C9.help.text
msgid ""
"The mouse pointer changes to a cross-hair symbol with a small chart symbol."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3147303.6.help.text
msgid ""
"Click in the spreadsheet and drag open a rectangle where you want to display "
"the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3145419.7.help.text
msgid ""
"Follow the instructions in the dialog that opens to create the chart. "
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3149562.9.help.text
msgid ""
"If you want to exchange the horizontal and the vertical axes of a chart, "
"double-click the chart, and then click \\<emph\\>Data in Columns\\</emph\\> "
"or \\<emph\\>Data in Rows\\</emph\\> icon on the "
"\\<emph\\>Formatting\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3148645.30.help.text
msgid ""
"Suppose you placed the chart in your $[officename] Calc spreadsheet in the "
"background, and now you are wondering how to select it for further editing. "
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3152376.55.help.text
msgid ""
"Open the \\<emph\\>Drawing \\</emph\\>toolbar and click the "
"\\<emph\\>Select\\</emph\\> arrow \\<image id=\\\"img_id3155415\\\" "
"src=\\\"res/commandimagelist/sc_selectobject.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155415\\\"\\>Icon\\</alt\\>\\</image\\>. Now you can click on "
"the chart to select it."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3156283.31.help.text
msgid ""
"In a Calc chart, you can move a data series forward or backward. You can "
"arrange the series in such a way that the lowest 3D bars are placed in the "
"foreground and the higher ones in the background. To change the arrangement "
"in the chart, use a command in the context menu of a data series or choose "
"\\<emph\\>Format - Arrangement\\</emph\\>. The corresponding cell ranges in "
"the $[officename] Calc spreadsheet will not be rearranged."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3155066.32.help.text
msgid ""
"In $[officename] Writer documents, you can insert a chart obtained from the "
"data of a Writer table. If you have not selected any data in a Writer table, "
"choosing \\<emph\\>Insert - Object - Chart\\</emph\\> inserts a chart "
"containing sample data."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3152960.29.help.text
msgid ""
"You can change the sample data values by double-clicking on the chart and "
"then choosing \\<link href=\\\"text/schart/01/03010000.xhp\\\" name=\\\"Edit "
"- Chart Data\\\"\\>\\<emph\\>Edit - Chart Data\\</emph\\>\\</link\\>. If you "
"want to change the values of a chart obtained from selected cells, you have "
"to change the values in the table cells. If the chart is in a text document, "
"press F9 to update the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3153714.47.help.text
msgid ""
"An easy method to change the numbers in a chart is \\<emph\\>drag-and-"
"drop\\</emph\\>: select any table cell range, then drag and drop them at the "
"chart. The chart updates with the new values."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3150042.23.help.text
msgid ""
"Modification of chart data is also possible if you, for example, have copied "
"a chart from a Calc document into a Writer document and now double-click the "
"chart in the $[officename] Writer document. Remember, however, you are only "
"editing the copy and not the original document."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3163726.11.help.text
msgid ""
"You can change the type of chart any time. When you double-click on the "
"chart and choose \\<emph\\>Format - Chart Type\\</emph\\>, a dialog appears, "
"presenting you with various types to choose from."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3146314.12.help.text
msgid ""
"Try out the different options in the \\<emph\\>Chart Type\\</emph\\> dialog. "
"You can also switch between 2D and 3D representation. With the "
"\\<emph\\>Columns\\</emph\\> chart type you can select a "
"\\<emph\\>Combination Chart\\</emph\\> of lines and columns."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3149032.20.help.text
msgid ""
"3D charts can be rotated and tilted with the mouse for an optimal point of "
"view."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3151346.33.help.text
msgid ""
"In Line Charts you can use the data series symbols that are applied "
"automatically by $[officename] Chart. You can also select symbols yourself "
"from graphic files or from the Gallery."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3166428.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_insert.xhp#par_id3166428.35.hel"
"p.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" name=\\\"AutoPilot "
"Chart\\\"\\>AutoFormat Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#tit.help.text
msgid "Editing Chart Legends"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#bm_id3147291.help.text
msgid ""
"\\<bookmark_value\\>charts; editing "
"legends\\</bookmark_value\\>\\<bookmark_value\\>legends; in "
"charts\\</bookmark_value\\>\\<bookmark_value\\>editing; chart "
"legends\\</bookmark_value\\>\\<bookmark_value\\>formatting; chart "
"legends\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#hd_id3147291.1.help.text
msgid ""
"\\<variable id=\\\"chart_legend\\\"\\>\\<link "
"href=\\\"text/shared/guide/chart_legend.xhp\\\" name=\\\"Editing Chart "
"Legends\\\"\\>Editing Chart Legends\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3147008.2.help.text
msgid "To edit a chart legend:"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3146957.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3146957.3.help"
".text\n"
"Double-click on the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3154824.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3154824.4.help"
".text\n"
"A gray border appears around the chart and the menu bar now contains "
"commands for editing the objects in the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3153031.5.help.text
msgid ""
"Choose \\<emph\\>Format - Legend\\</emph\\> or double-click on the legend. "
"This opens the \\<emph\\>Legend\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3147210.6.help.text
msgid ""
"Choose from the available tabs to make modifications, then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3145674.9.help.text
msgid ""
"To select the legend, first double-click on the chart (see step 1), then "
"click on the legend. You can now move the legend within the chart using the "
"mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3153349.10.help.text
msgid ""
"If you move the legend over another object of the chart, you can no longer "
"open its \\<emph\\>Properties\\</emph\\> dialog by double-clicking on it. To "
"open the \\<emph\\>Properties\\</emph\\> dialog either use the "
"\\<emph\\>Format\\</emph\\> menu or click once on the legend, then open the "
"context menu and select \\<emph\\>Object Properties\\</emph\\>. The same "
"applies to all other objects of the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_legend.xhp#par_id3154347.11.help.text
msgid ""
"\\<link href=\\\"text/schart/01/05010000.xhp\\\" name=\\\"Format - Object "
"Properties\\\"\\>Format - Object Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#tit.help.text
msgid "Editing Chart Titles"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#bm_id3156136.help.text
msgid ""
"\\<bookmark_value\\>charts; editing "
"titles\\</bookmark_value\\>\\<bookmark_value\\>editing; chart "
"titles\\</bookmark_value\\>\\<bookmark_value\\>titles; editing in "
"charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#hd_id3156136.1.help.text
msgid ""
"\\<variable id=\\\"chart_title\\\"\\>\\<link "
"href=\\\"text/shared/guide/chart_title.xhp\\\" name=\\\"Editing Chart "
"Titles\\\"\\>Editing Chart Titles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3153527.2.help.text
msgid ""
"To edit a chart title that you have inserted into a $[officename] document:"
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3153681.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3153681.3.help."
"text\n"
"Double-click on the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3145345.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3145345.4.help."
"text\n"
"A gray border appears around the chart and the menu bar now contains "
"commands for editing the objects in the chart."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3149811.5.help.text
msgid ""
"Double-click on the default title text. A gray border appears around the "
"text and you can now make changes. Press Enter to create a new line."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3145382.6.help.text
msgid "A single-click on the title allows you to move it with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3155341.7.help.text
msgid ""
"If you want to change the formatting of the main title, choose "
"\\<emph\\>Format - Title - Main Title\\</emph\\>. This opens the "
"\\<emph\\>Title\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3147336.8.help.text
msgid "Select one of the available tabs in the dialog to make modifications."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3155135.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3155135.9.help."
"text\n"
"Click \\<emph\\>OK\\</emph\\>. In your document, click outside the chart to "
"exit chart editing mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3154046.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/chart_title.xhp#par_id3154046.10.help"
".text\n"
"\\<link href=\\\"text/schart/01/05010000.xhp\\\" name=\\\"Format - Object "
"properties\\\"\\>Format - Object properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#tit.help.text
msgid "Configuring $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#bm_id3152801.help.text
msgid ""
"\\<bookmark_value\\>configuring; "
"$[officename]\\</bookmark_value\\>\\<bookmark_value\\>customizing; "
"$[officename]\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#hd_id3152801.44.help.text
msgid ""
"\\<variable id=\\\"configure_overview\\\"\\>\\<link "
"href=\\\"text/shared/guide/configure_overview.xhp\\\" name=\\\"Configuring "
"$[officename]\\\"\\>Configuring $[officename]\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3153345.43.help.text
msgid "You can customize your $[officename] to suit your needs."
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3145071.46.help.text
msgid ""
"You are free to change the items on the menu bar. You can delete items, add "
"new ones, copy items from one menu to another, rename them, and so on."
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3149811.47.help.text
msgid "The toolbars may be freely configured."
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3150443.48.help.text
msgid "You can change the shortcut keys."
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3155421.49.help.text
msgid ""
"To change these, choose \\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Tools - Customize\\\"\\>\\<emph\\>Tools - "
"Customize\\</emph\\>\\</link\\> to open the \\<emph\\>Customize\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3155388.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/configure_overview.xhp#par_id3155388."
"45.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" name=\\\"Tools - "
"Customize\\\"\\>Tools - Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/contextmenu.xhp#tit.help.text
msgid "Using Context Menus"
msgstr ""

#: helpcontent2/source/text/shared/guide/contextmenu.xhp#bm_id3153394.help.text
msgid ""
"\\<bookmark_value\\>context "
"menus\\</bookmark_value\\>\\<bookmark_value\\>menus;context "
"menus\\</bookmark_value\\>\\<bookmark_value\\>opening; context "
"menus\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/contextmenu.xhp#hd_id3153394.5.help.text
msgid ""
"\\<variable id=\\\"contextmenu\\\"\\>\\<link "
"href=\\\"text/shared/guide/contextmenu.xhp\\\" name=\\\"Using Context "
"Menus\\\"\\>Using Context Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#tit.help.text
msgid "Copying Drawing Objects Into Other Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#bm_id3153394.help.text
msgid ""
"\\<bookmark_value\\>draw objects; copying between "
"documents\\</bookmark_value\\>\\<bookmark_value\\>copying; draw objects "
"between documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#hd_id3153394.27.help.text
msgid ""
"\\<variable id=\\\"copy_drawfunctions\\\"\\>\\<link "
"href=\\\"text/shared/guide/copy_drawfunctions.xhp\\\" name=\\\"Copying "
"Drawing Objects Into Other Documents\\\"\\>Copying Drawing Objects Into "
"Other Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3153345.28.help.text
msgid ""
"In $[officename] it is possible to copy drawing objects between text, "
"spreadsheets and presentation documents. "
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3145345.29.help.text
msgid "Select the drawing object or objects."
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3156426.31.help.text
msgid ""
"Copy the drawing object to the clipboard, for example, by using "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+C."
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3152996.32.help.text
msgid ""
"Switch to the other document and place the cursor where the drawing object "
"is to be inserted."
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3149234.33.help.text
msgid ""
"Insert the drawing object, for example, by using \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+V."
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#hd_id3147573.34.help.text
msgid "Inserting into a text document"
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3150276.35.help.text
msgid ""
"An inserted drawing object is anchored to the current paragraph. You can "
"change the anchor by selecting the object and clicking the \\<emph\\>Change "
"Anchor\\</emph\\> icon on the \\<emph\\>OLE-Object\\</emph\\> toolbar or the "
"\\<emph\\>Frame\\</emph\\> toolbar. This opens a popup menu where you can "
"select the anchor type."
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#hd_id3145609.36.help.text
msgid "Inserting into a spreadsheet"
msgstr ""

#: helpcontent2/source/text/shared/guide/copy_drawfunctions.xhp#par_id3151210.30.help.text
msgid ""
"An inserted drawing object is anchored to the current cell. You can change "
"the anchor between cell and page by selecting the object and clicking the "
"\\<emph\\>Change Anchor\\</emph\\> icon \\<image id=\\\"img_id3149456\\\" "
"src=\\\"res/commandimagelist/sc_toggleanchortype.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149456\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#tit.help.text
msgid "Inserting Data From Spreadsheets"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#bm_id3154186.help.text
msgid ""
"\\<bookmark_value\\>tables; inserting spreadsheet "
"cells\\</bookmark_value\\>\\<bookmark_value\\>inserting; cell ranges from "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#hd_id3154186.9.help.text
msgid ""
"\\<variable id=\\\"copytable2application\\\"\\>\\<link "
"href=\\\"text/shared/guide/copytable2application.xhp\\\" name=\\\"Inserting "
"Data From Spreadsheets\\\"\\>Inserting Data From "
"Spreadsheets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#par_id3147088.10.help.text
msgid ""
"Use the clipboard to copy the contents of a single cell. You can also copy a "
"formula from a cell into the clipboard (for example, from the input line of "
"the formula bar) so that the formula can be inserted into a text."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#par_id3145345.11.help.text
msgid ""
"To copy a cell range into a text document, select the cell range in the "
"sheet and then use either the clipboard or drag-and-drop to insert the cells "
"into the text document. You will then find an OLE object in the text "
"document, which you can edit further."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#par_id3146957.12.help.text
msgid ""
"If you drag cells to the normal view of a presentation document, the cells "
"will be inserted there as an OLE object. If you drag cells into the outline "
"view, each cell will form a line of the outline view. If you just drag the "
"cells you will move the cells. The cells will only be copied if you press "
"the Shift key when dragging."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#par_id3148538.13.help.text
msgid ""
"When you copy a cell range from $[officename] Calc to the clipboard, the "
"drawing objects, OLE objects and charts within this range are also copied. "
"They are also copied when you start a drag-and-drop action. However, the "
"objects will be inserted only if you drop them within the same document."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytable2application.xhp#par_id3153031.14.help.text
msgid ""
"If you insert a cell range with an enclosed chart, the chart will keep its "
"link to the source cell range only if you copied the chart and the source "
"cell range together."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#tit.help.text
msgid "Inserting Data From Text Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#bm_id3152924.help.text
msgid ""
"\\<bookmark_value\\>sending; AutoAbstract function in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>AutoAbstract function "
"for sending text to "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>outlines; sending to "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>text; copying by drag "
"and drop\\</bookmark_value\\>\\<bookmark_value\\>drag and drop; copying "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#hd_id3152924.3.help.text
msgid ""
"\\<variable id=\\\"copytext2application\\\"\\>\\<link "
"href=\\\"text/shared/guide/copytext2application.xhp\\\" name=\\\"Inserting "
"Data From Text Documents\\\"\\>Inserting Data From Text "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3156426.4.help.text
msgid ""
"You can insert text into other document types, such as spreadsheets and "
"presentations. Note that there is a difference between whether the text is "
"inserted into a text frame, a spreadsheet cell, or into the outline view of "
"a presentation."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3147576.5.help.text
msgid ""
"If you copy text to the clipboard, you can paste it with or without text "
"attributes. Use the shortcut keys \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+C to copy "
"and \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+V to paste."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3152349.help.text
msgid ""
"\\<image id=\\\"img_id3143270\\\" "
"src=\\\"res/commandimagelist/sc_paste.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3143270\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3158430.12.help.text
msgid ""
"To select the format in which the clipboard contents will be pasted, click "
"the arrow next to the \\<emph\\>Paste\\</emph\\> icon on the Standard bar, "
"or choose \\<emph\\>Edit - Paste Special\\</emph\\>, then select the proper "
"format."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3156155.6.help.text
msgid ""
"If a text document contains headings formatted with the Heading Paragraph "
"Style, choose \\<emph\\>File - Send - Outline to Presentation\\</emph\\>. A "
"new presentation document is created, which contains the headings as an "
"outline."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3145316.9.help.text
msgid ""
"If you want to transfer each heading together with its accompanying "
"paragraphs, select the \\<emph\\>File - Send - AutoAbstract to "
"Presentation\\</emph\\> command. You must have formatted the headings with a "
"corresponding Paragraph Style to be able to see this command."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#hd_id3156024.10.help.text
msgid "Copying Text Using Drag-and-Drop"
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3147303.7.help.text
msgid ""
"If you select text and drag it into a spreadsheet with drag-and-drop, it "
"will be inserted as text into the cell where you release the mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3149655.8.help.text
msgid ""
"If you drag text to the normal view of a presentation, an OLE object is "
"inserted as a $[officename] plug-in."
msgstr ""

#: helpcontent2/source/text/shared/guide/copytext2application.xhp#par_id3150793.11.help.text
msgid ""
"If you drag the text to the outline view of a presentation, it will be "
"inserted at the cursor location."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#tit.help.text
msgid "Languages Using Complex Text Layout"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#bm_id3153662.help.text
msgid ""
"\\<bookmark_value\\>CTL;complex text layout "
"languages\\</bookmark_value\\>\\<bookmark_value\\>languages;complex text "
"layout\\</bookmark_value\\>\\<bookmark_value\\>text;CTL "
"languages\\</bookmark_value\\>\\<bookmark_value\\>text layout for special "
"languages\\</bookmark_value\\>\\<bookmark_value\\>right-to-left text;complex "
"text layout\\</bookmark_value\\>\\<bookmark_value\\>entering text from right "
"to left\\</bookmark_value\\>\\<bookmark_value\\>bi-directional "
"writing\\</bookmark_value\\>\\<bookmark_value\\>Hindi;entering "
"text\\</bookmark_value\\>\\<bookmark_value\\>Hebrew;entering "
"text\\</bookmark_value\\>\\<bookmark_value\\>Arabic;entering "
"text\\</bookmark_value\\>\\<bookmark_value\\>Thai;entering "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#hd_id3153662.13.help.text
msgid ""
"\\<variable id=\\\"ctl\\\"\\>\\<link href=\\\"text/shared/guide/ctl.xhp\\\" "
"name=\\\"Languages Using Complex Text Layout\\\"\\>Languages Using Complex "
"Text Layout\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3147618.10.help.text
msgid ""
"Currently, $[officename] supports Hindi, Thai, Hebrew, and Arabic as \\<link "
"href=\\\"text/shared/00/00000005.xhp#ctl\\\" name=\\\"CTL "
"languages\\\"\\>CTL languages\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3155420.11.help.text
msgid ""
"If you select the text flow from right to left, embedded Western text still "
"runs from left to right. The cursor responds to the arrow keys in that Right "
"Arrow moves it \"to the text end\" and Left Arrow \"to the text start\"."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3145609.1.help.text
msgid ""
"You can change the text writing direction directly be pressing one of the "
"following keys:"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3154758.2.help.text
msgid ""
"Ctrl+Shift+D or Ctrl+Right Shift Key - switch to right-to-left text entry"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3149047.3.help.text
msgid ""
"Ctrl+Shift+A or Ctrl+Left Shift Key - switch to left-to-right text entry"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3149656.4.help.text
msgid ""
"The modifier-only key combinations only work when CTL support is enabled."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3150541.5.help.text
msgid ""
"In multicolumn pages, sections or frames that are formatted with text flow "
"from right to left, the first column is the right column and the last column "
"is the left column."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3148797.6.help.text
msgid ""
"In $[officename] Writer text formatted in \\<emph\\>Thai language\\</emph\\> "
"has the following features:"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3156280.7.help.text
msgid ""
"In paragraphs with justified alignment, the characters are stretched to "
"flush the lines at the margins. In other languages the spaces between words "
"are stretched."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3154909.8.help.text
msgid ""
"Use the Delete key to delete a whole composite character. Use the Backspace "
"key to delete the last part of the previous composite character."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3149809.9.help.text
msgid ""
"Use the Right or Left Arrow key to jump to the next or previous whole "
"composite character. To position the cursor into a composite character, use "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Arrow key."
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3145786.12.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3145786.12.help.text\n"
"\\<link href=\\\"text/shared/optionen/01140000.xhp\\\" name=\\\"Tools - "
"Options - Language Settings - Languages\\\"\\>Tools - Options - Language "
"Settings - Languages\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ctl.xhp#par_id3153770.14.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01150300.xhp\\\" name=\\\"Tools - "
"Options - Language Settings - Complex Text Layout\\\"\\>Tools - Options - "
"Language Settings - Complex Text Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#tit.help.text
msgid "Registering an Address Book"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#bm_id3152823.help.text
msgid ""
"\\<bookmark_value\\>data sources; registering address "
"books\\</bookmark_value\\>\\<bookmark_value\\>address books; "
"registering\\</bookmark_value\\>\\<bookmark_value\\>system address book "
"registration\\</bookmark_value\\>\\<bookmark_value\\>registering; address "
"books\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#hd_id3154228.2.help.text
msgid ""
"\\<variable id=\\\"data_addressbook\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_addressbook.xhp\\\" name=\\\"Registering an "
"Address Book\\\"\\>Registering an Address Book\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3154927.3.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> you can "
"register different data sources. The contents of the data fields are then "
"available to you for use in various fields and controls. Your system address "
"book is such a data source."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3149346.4.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> templates and "
"Wizards use fields for the contents of the address book. When activated, the "
"general fields in the templates are automatically replaced with the fields "
"from the data source of your address book."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3147399.5.help.text
msgid ""
"In order for the replacement to take place, you must tell \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> which address book you "
"use. The dialog asking for this information appears automatically the first "
"time you activate, for example, a business letter template. You can also "
"call the dialog by following the steps listed below."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#hd_id3149096.35.help.text
msgid "Address Data Source Wizards"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3147008.36.help.text
msgid ""
"To call the Address Data Source Wizards, choose \\<emph\\>File - Wizards - "
"Address Data Source\\</emph\\>. For more information, see section \\<link "
"href=\\\"text/shared/autopi/01170000.xhp\\\" name=\\\"Address Data "
"Source\\\"\\>Address Data Source\\</link\\> in the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Help."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#hd_id3149811.6.help.text
msgid "Registering An Existing Address Book Manually"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3150771.8.help.text
msgid ""
"Choose \\<emph\\>File - Templates - Address Book Source\\</emph\\>. The "
"\\<link href=\\\"text/shared/01/01110101.xhp\\\" name=\\\"Templates: Address "
"Book Assignment\\\"\\>\\<emph\\>Templates: Address Book "
"Assignment\\</emph\\>\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3148491.10.help.text
msgid ""
"In the \\<emph\\>Data source\\</emph\\> combo box, select the system address "
"book or the data source you want to use as an address book."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3149669.11.help.text
msgid ""
"If you have not yet registered the system address book in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> as the data source, click "
"the \\<emph\\>Administrate\\</emph\\> button. This takes you to the "
"\\<emph\\>Data Source Administration\\</emph\\> dialog, in which you can "
"register your address book as a new data source in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>. You can find more "
"information in the following section, \\<emph\\>System Address Book as Data "
"Source\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3154365.13.help.text
msgid ""
"In the \\<emph\\>Table\\</emph\\> combo box, select the database table you "
"want to use as the address book."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3147084.15.help.text
msgid ""
"Under \\<emph\\>Field assignment\\</emph\\>, match the fields for first "
"name, company, department, and so on to the actual field names used in your "
"address book."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_idN10784.help.text
msgid "When finished, close the dialog with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_addressbook.xhp#par_id3149983.18.help.text
msgid ""
"Now your data source is registered in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> as the address book. If "
"you now open a template from the \\<emph\\>Business "
"Correspondence\\</emph\\> category, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> can automatically insert "
"the correct fields for a form letter."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#tit.help.text
msgid "Importing and Exporting Data in Text Format"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#bm_id3157896.help.text
msgid ""
"\\<bookmark_value\\>databases; text "
"formats\\</bookmark_value\\>\\<bookmark_value\\>text formats; "
"databases\\</bookmark_value\\>\\<bookmark_value\\>importing; tables in text "
"format\\</bookmark_value\\>\\<bookmark_value\\>exporting; spreadsheets to "
"text format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#hd_id3154824.55.help.text
msgid ""
"\\<variable id=\\\"data_dbase2office\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_dbase2office.xhp\\\" name=\\\"Importing and "
"Exporting Data in Text Format\\\"\\>Importing and Exporting Data in Text "
"Format\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3147088.54.help.text
msgid ""
"If you want to exchange data with a database that does not have an ODBC link "
"and does not allow dBase import and export, you can use a common text format."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#hd_id3145313.41.help.text
msgid "Importing Data Into $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3147275.40.help.text
msgid ""
"To exchange data in a text format use the $[officename] Calc import/export "
"filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3145382.42.help.text
msgid ""
"Export the desired data from the source database in a text format. The CSV "
"text format is recommended. This format separates data fields by using "
"delimiters such as commas or semi-colons, and separates records by inserting "
"line breaks."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3153821.43.help.text
msgid ""
"Choose \\<emph\\>File - \\</emph\\>\\<link "
"href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>\\<emph\\>Open\\</emph\\>\\</link\\> and select \"Text "
"CSV\" from the \\<emph\\>File type\\</emph\\> combo box. Select the file and "
"click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3150771.44.help.text
msgid ""
"The \\<link href=\\\"text/shared/00/00000208.xhp\\\" name=\\\"Text "
"Import\\\"\\>\\<emph\\>Text Import\\</emph\\>\\</link\\> dialog appears. "
"Decide which data to include from the text document."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3150986.45.help.text
msgid ""
"Once the data is in a $[officename] Calc spreadsheet, you can edit it as "
"needed. You have two ways of saving the data as a $[officename] data source:"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3149762.56.help.text
msgid ""
"Save the current $[officename] Calc spreadsheet in dBase format in the "
"folder of a dBase database. To do this, choose \\<emph\\>File - Save "
"As\\</emph\\>, then select the \\<emph\\>File type\\</emph\\> \"dBase\" and "
"the folder of the dBase database."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3145609.57.help.text
msgid ""
"Select the data range in the $[officename] Calc spreadsheet and drag the "
"range to a table container in a database file. A \\<link "
"href=\\\"text/shared/explorer/database/05030100.xhp\\\" "
"name=\\\"AutoPilot\\\"\\>Wizard\\</link\\> starts automatically."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#hd_id3150400.58.help.text
msgid "Exporting in CSV Text Format"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3154140.59.help.text
msgid ""
"You can export the current $[officename] spreadsheet in a text format which "
"can be read by many other applications."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3152933.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3152933.6"
"0.help.text\n"
"Choose \\<emph\\>File - Save as\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3154216.61.help.text
msgid ""
"In \\<emph\\>File type\\</emph\\> select the filter \"Text CSV\". Enter a "
"file name and click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_dbase2office.xhp#par_id3154908.62.help.text
msgid ""
"This opens the \\<link href=\\\"text/shared/00/00000207.xhp\\\" "
"name=\\\"dBase Export\\\"\\>\\<emph\\>dBase Export\\</emph\\>\\</link\\> "
"dialog, in which you can select the character set, field delimiter and text "
"delimiter. Click \\<emph\\>OK\\</emph\\>. A warning informs you that only "
"the active sheet was saved."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#tit.help.text
msgid "Executing SQL Commands"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#bm_id3152801.help.text
msgid "\\<bookmark_value\\>SQL; executing commands\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#hd_id3152801.67.help.text
msgid ""
"\\<variable id=\\\"data_enter_sql\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_enter_sql.xhp\\\" name=\\\"Executing SQL "
"Commands\\\"\\>Executing SQL Commands\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3147008.68.help.text
msgid ""
"With the help of SQL commands you can control the database directly, and can "
"also create and edit tables and queries."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3153562.72.help.text
msgid ""
"Not all database types support all SQL instructions. If necessary, find out "
"which SQL commands are supported by your database system."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3155390.70.help.text
msgid ""
"Choose \\<emph\\>File - Open\\</emph\\> to open the database file of the "
"database for which you want to enter an SQL query."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3156343.89.help.text
msgid ""
"Select the desired database file, and then click the "
"\\<emph\\>Queries\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3151176.91.help.text
msgid ""
"Click the \\<emph\\>Create Query in SQL View\\</emph\\> icon \\<image "
"id=\\\"img_id3154071\\\" "
"src=\\\"res/commandimagelist/sc_dbnewquerysql.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3154071\\\"\\>Icon\\</alt\\>\\</image\\> or"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3145786.92.help.text
msgid ""
"Select an existing query from the list and click the "
"\\<emph\\>Edit\\</emph\\> icon \\<image id=\\\"img_id3156212\\\" "
"src=\\\"res/commandimagelist/sc_dbqueryedit.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3156212\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3083443.94.help.text
msgid ""
"In the \\<emph\\>Query\\</emph\\> window, enter the SQL command that you "
"want to execute, or edit an existing command according to your requirements."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3152460.96.help.text
msgid ""
"Click the \\<emph\\>Run\\</emph\\> icon \\<image id=\\\"img_id3152886\\\" "
"src=\\\"res/commandimagelist/sc_sbanativesql.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3152886\\\"\\>Icon\\</alt\\>\\</image\\>. The result of the "
"query is displayed in the upper window."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3149298.98.help.text
msgid ""
"Click the \\<emph\\>Save\\</emph\\> or \\<emph\\>Save As\\</emph\\> icon "
"\\<image id=\\\"img_id3153159\\\" "
"src=\\\"res/commandimagelist/sc_save.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3153159\\\"\\>Icon\\</alt\\>\\</image\\> to save the query."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3153223.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_enter_sql.xhp#par_id3153223.105."
"help.text\n"
"\\<link href=\\\"text/shared/explorer/database/02010100.xhp\\\" "
"name=\\\"Query Design\\\"\\>Query Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#tit.help.text
msgid "Working with Forms"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#bm_id5762199.help.text
msgid ""
""
"\\<bookmark_value\\>opening;forms\\</bookmark_value\\>\\<bookmark_value\\>form"
"s;creating\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN105F9.help.text
msgid ""
"\\<variable id=\\\"data_forms\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_forms.xhp\\\"\\>Working with "
"Forms\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10617.help.text
msgid ""
"Using forms, you can define how to present the data. Open a text document or "
"a spreadsheet and insert the controls such as push buttons and list boxes. "
"In the properties dialogs of the controls, you can define what data the "
"forms should display."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1061A.help.text
msgid "Creating a New Form With the Form Wizard"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1061E.help.text
msgid ""
"In %PRODUCTNAME, you can create a new form using the \\<link "
"href=\\\"text/shared/autopi/01090000.xhp\\\"\\>Form Wizard\\</link\\>:"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10632.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10632.help.text\n"
"Open the database file where you want to create the new form."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10636.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10636.help.text\n"
"In the left pane of the database window, click the "
"\\<emph\\>Forms\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1063E.help.text
msgid "Click \\<emph\\>Use Wizard to Create Form\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10645.help.text
msgid "Creating a New Form Manually"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1064C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1064C.help.text\n"
"Open the database file where you want to create the new form."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10650.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10650.help.text\n"
"In the left pane of the database window, click the "
"\\<emph\\>Forms\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10658.help.text
msgid "Click \\<emph\\>Create Form in Design View\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1065F.help.text
msgid ""
"A new text document opens. Use the \\<link "
"href=\\\"text/shared/02/01170000.xhp\\\"\\>Form Controls\\</link\\> to "
"insert form controls."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10670.help.text
msgid ""
"Click the \\<emph\\>Forms\\</emph\\> icon to access all forms that were "
"created from within the current database window. In addition, you can use "
"the \\<emph\\>Form Controls\\</emph\\> icons to add database form controls "
"to any Writer or Calc document, but these documents will not be listed in "
"the database window. "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10682.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN10682.help.text\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1068A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_forms.xhp#par_idN1068A.help.text\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#tit.help.text
msgid "Creating a New Database"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#bm_id6911526.help.text
msgid ""
""
"\\<bookmark_value\\>databases;creating\\</bookmark_value\\>\\<bookmark_value\\"
">creating;databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105A3.help.text
msgid ""
"\\<variable id=\\\"data_new\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_new.xhp\\\"\\>Creating a New "
"Database\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105C4.help.text
msgid "Choose \\<emph\\>File - New - Database\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105CB.help.text
msgid ""
"This opens the \\<link "
"href=\\\"text/shared/explorer/database/dabawiz00.xhp\\\"\\>Database "
"Wizard\\</link\\>, where you create a new database file."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105DD.help.text
msgid ""
"In the Database Wizard, select the type of database, and select the option "
"to open the Table Wizard as the next wizard."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105E0.help.text
msgid ""
"The \\<link "
"href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\"\\>Table "
"Wizard\\</link\\> helps you to add a table to the new database file."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105FC.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_new.xhp#par_idN105FC.help.text\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_new.xhp#par_idN10604.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_new.xhp#par_idN10604.help.text\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_office2calc.xhp#tit.help.text
msgid "Exporting Data from Data Sources into $[officename] Calc"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_office2calc.xhp#bm_id3321329.help.text
msgid ""
"\\<bookmark_value\\>copying; datasource records in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>inserting; datasource "
"records in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets;inserting "
"database records\\</bookmark_value\\>\\<bookmark_value\\>data "
"sources;copying records to "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>exporting;from data "
"sources to %PRODUCTNAME Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_office2calc.xhp#hd_id3153681.47.help.text
msgid ""
"\\<variable id=\\\"data_office2calc\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_office2calc.xhp\\\" name=\\\"Exporting Data "
"from Data Sources into $[officename] Calc\\\"\\>Exporting Data from Data "
"Sources into $[officename] Calc\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_office2calc.xhp#par_id3149827.49.help.text
msgid ""
"If you want to export certain records from a data source table, select those "
"records by clicking the row headers. To select multiple records, press Shift "
"and/or \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_office2calc.xhp#par_id3166460.50.help.text
msgid ""
"Do not release the mouse button after selecting the last record. Instead, "
"drag the selected data into an open $[officename] Calc spreadsheet."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_office2calc.xhp#par_id3149398.52.help.text
msgid ""
"You can now save the $[officename] Calc spreadsheet in the desired format."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#tit.help.text
msgid "Working with Queries"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#bm_id840784.help.text
msgid ""
"\\<bookmark_value\\>databases;creating "
"queries\\</bookmark_value\\>\\<bookmark_value\\>filtering;data in "
"databases\\<"
"/bookmark_value\\>\\<bookmark_value\\>queries;defining\\</bookmark"
"_value\\>\\<bookmark_value\\>defining;queries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN105F9.help.text
msgid ""
"\\<variable id=\\\"data_queries\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_queries.xhp\\\"\\>Working with "
"Queries\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10617.help.text
msgid ""
"If you often want to access only a subset of your data that can be well "
"defined by a filter condition, you can define a query. This is basically a "
"name for the new view at the filtered data. You open the query and see the "
"current data in the table layout that you defined."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1061A.help.text
msgid "Creating a New Query With the Query Wizard"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1061E.help.text
msgid ""
"In %PRODUCTNAME you can create a new query using the \\<link "
"href=\\\"text/shared/explorer/database/querywizard00.xhp\\\"\\>Query "
"Wizard\\</link\\>:"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10632.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10632.help.te"
"xt\n"
"Open the database file where you want to create the new query."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10636.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10636.help.te"
"xt\n"
"In the left pane of the database window, click the "
"\\<emph\\>Queries\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1063E.help.text
msgid "Click \\<emph\\>Use Wizard to Create Query\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10645.help.text
msgid "Creating a New Query With the Design View"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1064C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1064C.help.te"
"xt\n"
"Open the database file where you want to create the new query."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10650.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10650.help.te"
"xt\n"
"In the left pane of the database window, click the "
"\\<emph\\>Queries\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10658.help.text
msgid "Click \\<emph\\>Create Query in Design View\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1065F.help.text
msgid ""
"You see the \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\"\\>Query Design "
"window\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1067B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN1067B.help.te"
"xt\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10683.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_queries.xhp#par_idN10683.help.te"
"xt\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#tit.help.text
msgid "Registering and Deleting a Database "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#bm_id4724570.help.text
msgid ""
""
"\\<bookmark_value\\>databases;registering\\</bookmark_value\\>\\<bookmark_valu"
"e"
"\\>registering;databases\\</bookmark_value\\>\\<bookmark_value\\>removing;dat"
"a"
"bases\\</bookmark_value\\>\\<bookmark_value\\>deleting;databases\\</bookmark_"
"value\\>\\<bookmark_value\\>databases;deleting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105A3.help.text
msgid ""
"\\<variable id=\\\"data_register\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_register.xhp\\\"\\>Registering and Deleting "
"a Database\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105C1.help.text
msgid ""
"Data from any \\<link "
"href=\\\"text/shared/explorer/database/dabadoc.xhp\\\"\\>database "
"file\\</link\\> can be registered to %PRODUCTNAME. To register means to tell "
"%PRODUCTNAME where the data is located, how it is organized, how to get that "
"data, and more. Once the database is registered, you can use the menu "
"command \\<emph\\>View - Data source\\</emph\\> to access the data records "
"from your text documents and spreadsheets."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105C8.help.text
msgid "To register an existing database file:"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105CF.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105CF.help.t"
"ext\n"
"Choose \\<link href=\\\"text/shared/optionen/01160200.xhp\\\"\\>Tools - "
"Options - %PRODUCTNAME Database - Databases\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105E1.help.text
msgid "Click \\<emph\\>Add\\</emph\\> and select the database file. "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN10700.help.text
msgid "To remove a registered database from %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN10707.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_register.xhp#par_idN10707.help.t"
"ext\n"
"Choose \\<link href=\\\"text/shared/optionen/01160200.xhp\\\"\\>Tools - "
"Options - %PRODUCTNAME Database - Databases\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN10719.help.text
msgid "Select the database file and click \\<emph\\>Delete\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105F3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105F3.help.t"
"ext\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105FB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_register.xhp#par_idN105FB.help.t"
"ext\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#tit.help.text
msgid "Using and Editing Database Reports "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#bm_id3147834.help.text
msgid ""
"\\<bookmark_value\\>database "
"reports\\</bookmark_value\\>\\<bookmark_value\\>data "
"sources;reports\\</bookmark_value\\>\\<bookmark_value\\>reports;opening and "
"ed"
"iting\\</bookmark_value\\>\\<bookmark_value\\>editing;reports\\</bookmark_va"
"lue\\>\\<bookmark_value\\>opening;reports\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#hd_id3149178.1.help.text
msgid ""
"\\<variable id=\\\"data_report\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_report.xhp\\\" name=\\\"Create, Use, and "
"Edit Database Reports\\\"\\>Using and Editing Database "
"Reports\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3145313.2.help.text
msgid ""
"The \\<link "
"href=\\\"text/shared/guide/data_reports.xhp\\\"\\>\\<emph\\>Report "
"Wizard\\</emph\\>\\</link\\> helps you to create reports on your database "
"tables or queries."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#hd_id3145609.13.help.text
msgid "Using a Report"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3147265.14.help.text
msgid "%PRODUCTNAME stores the templates for reports in a database file."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3154758.15.help.text
msgid ""
"Choose \\<emph\\>File - Open\\</emph\\> and select the database file that "
"you want to create the report for."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3151054.16.help.text
msgid ""
"In the database file window, click the \\<emph\\>Reports\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3156280.18.help.text
msgid "Double-click one of the report links to open the report."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_idN1077D.help.text
msgid "These links are added automatically by the Report Wizard."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#hd_id3153104.19.help.text
msgid "Editing a Report"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3125863.20.help.text
msgid ""
"On the \\<link href=\\\"text/shared/autopi/01100500.xhp\\\" name=\\\"last "
"dialog page of the Report AutoPilot\\\"\\>last dialog page of the Report "
"Wizard\\</link\\>, you can choose to edit the report template before you use "
"the report."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_id3155431.22.help.text
msgid ""
"You can edit the page styles for the first page and the following pages of "
"the report as well as the paragraph styles, the number formats, the printed "
"field labels, and more."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_report.xhp#par_idN107D7.help.text
msgid ""
"Unless you have a thorough understanding of the database the report "
"accesses, do not edit the SQL statement, database name, the hidden form "
"controls, or the related information on the report."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#tit.help.text
msgid "Working with Reports"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#bm_id3729667.help.text
msgid ""
"\\<bookmark_value\\>databases;creating "
"reports\\</bookmark_value\\>\\<bookmark"
"_value\\>reports;creating\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105A3.help.text
msgid ""
"\\<variable id=\\\"data_reports\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_reports.xhp\\\"\\>Working with "
"Reports\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105C1.help.text
msgid ""
"A report is a text document that either shows the current data or the data "
"at the time the report was created."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105C4.help.text
msgid "Creating a New Report With the Report Wizard"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105C8.help.text
msgid ""
"In %PRODUCTNAME you can create a new report using the \\<link "
"href=\\\"text/shared/autopi/01100000.xhp\\\"\\>Report Wizard\\</link\\>:"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105DC.help.text
msgid "Open the database file where you want to create the new report."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105E0.help.text
msgid ""
"In the left pane of the database window, click the "
"\\<emph\\>Reports\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105E8.help.text
msgid "Click \\<emph\\>Use Wizard to Create Report\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN105EF.help.text
msgid ""
"If you are in the database window, click the \\<emph\\>Reports\\</emph\\> "
"icon to find links to all reports for the current database."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN10694.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/data_report.xhp#data_report\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN10601.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN10601.help.te"
"xt\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN10609.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_reports.xhp#par_idN10609.help.te"
"xt\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search.xhp#tit.help.text
msgid "Searching Tables and Form Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search.xhp#bm_id4066896.help.text
msgid ""
"\\<bookmark_value\\>finding;records in form "
"documents\\</bookmark_value\\>\\<bookmark_value\\>forms;finding "
"records\\</bookmark_value\\>\\<bookmark_value\\>searching;tables and "
"forms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search.xhp#hd_id3154186.64.help.text
msgid ""
"\\<variable id=\\\"data_search\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_search.xhp\\\" name=\\\"Searching Tables and "
"Form Documents\\\"\\>Searching Tables and Form "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search.xhp#par_id3147088.help.text
msgid ""
"\\<image id=\\\"img_id3153311\\\" "
"src=\\\"res/commandimagelist/sc_recsearch.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153311\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search.xhp#par_id3149178.65.help.text
msgid ""
"In spreadsheets and documents in which form controls are used, you can click "
"the \\<emph\\>Find Record\\</emph\\> icon on the form bar to open a dialog "
"to find any text and values. "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search.xhp#par_id3149811.66.help.text
msgid ""
"You can search in one or in all data fields. You can select whether the text "
"must be at the beginning, end or any location of the data field. You also "
"can use the ? and * wildcards, as in the \\<emph\\>Find & Replace\\</emph\\> "
"dialog. You can find additional information about the database search "
"function in the \\<link href=\\\"text/shared/02/12100200.xhp\\\" "
"name=\\\"$[officename] Help\\\"\\>$[officename] Help\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#tit.help.text
msgid "Searching With a Form Filter"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#bm_id8772545.help.text
msgid ""
"\\<bookmark_value\\>form "
"filters\\</bookmark_value\\>\\<bookmark_value\\>databases;form "
"filters\\</bookmark_value\\>\\<bookmark_value\\>searching; form "
"filters\\</bookmark_value\\>\\<bookmark_value\\>forms;form "
"filters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#hd_id3156042.5.help.text
msgid ""
"\\<variable id=\\\"data_search2\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_search2.xhp\\\" name=\\\"Searching With a "
"Form Filter\\\"\\>Searching With a Form Filter\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3149182.17.help.text
msgid "Open a form document that contains database fields."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3159157.18.help.text
msgid ""
"As an example, open an empty text document and press F4. Open the "
"bibliography database table \\<emph\\>biblio\\</emph\\> in the data source "
"view. While pressing Shift+Ctrl, drag a few column headers into the document "
"so that the form fields are created."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3150984.19.help.text
msgid ""
"On the \\<emph\\>Form Object\\</emph\\> toolbar, click the \\<emph\\>Design "
"Mode On/Off\\</emph\\> icon \\<image id=\\\"img_id3147618\\\" "
"src=\\\"res/commandimagelist/sc_switchcontroldesignmode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147618\\\"\\>Icon\\</alt\\>\\</image\\> to turn off the design "
"mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3148672.6.help.text
msgid ""
"On the \\<emph\\>Form Navigation\\</emph\\> toolbar, click the "
"\\<emph\\>Form-Based Filters\\</emph\\> icon \\<image "
"id=\\\"img_id3149807\\\" src=\\\"res/commandimagelist/sc_formfilter.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149807\\\"\\>Icon\\</alt\\>\\</image\\>. The current document "
"is displayed with its form controls as an empty edit mask. The "
"\\<emph\\>Form Filter \\</emph\\>toolbar appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3149666.7.help.text
msgid ""
"Enter the filter conditions into one or several fields. Note that if you "
"enter filter conditions into several fields, all of the entered conditions "
"must match (Boolean AND)."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3149481.8.help.text
msgid ""
"More information about wildcards and operators can be found in \\<link "
"href=\\\"text/shared/explorer/database/02010100.xhp\\\" name=\\\"Query "
"Design\\\"\\>Query Design\\</link\\>. "
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3152462.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormFilterExecute\\\"\\>If you click the "
"\\<emph\\>Apply Form-Based Filter\\</emph\\> icon on the \\<emph\\>Form "
"Filter\\</emph\\> toolbar, the filter will be applied.\\</ahelp\\> You see "
"the \\<emph\\>Form Navigation\\</emph\\> toolbar and can browse through the "
"found records."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3145273.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormFilterExit\\\"\\>If you click on the "
"\\<emph\\>Close\\</emph\\> button on the \\<emph\\>Form Filter\\</emph\\> "
"toolbar, the form is displayed without a filter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3150114.11.help.text
msgid ""
"Click the \\<link href=\\\"text/shared/02/12120000.xhp\\\" name=\\\"Apply "
"Filter\\\"\\>\\<emph\\>Apply Filter\\</emph\\>\\</link\\> icon \\<image "
"id=\\\"img_id3144764\\\" "
"src=\\\"res/commandimagelist/sc_datafilterstandardfilter.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3144764\\\"\\>Icon\\</alt\\>\\</image\\> on the \\<emph\\>Form "
"Navigation\\</emph\\> toolbar to change to the filtered view."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_search2.xhp#par_id3146898.12.help.text
msgid ""
"The filter that has been set can be removed by clicking \\<link "
"href=\\\"text/shared/02/12040000.xhp\\\" name=\\\"Remove "
"Filter/Sort\\\"\\>\\<emph\\>Remove Filter/Sort\\</emph\\>\\</link\\> icon "
"\\<image id=\\\"img_id3151318\\\" "
"src=\\\"res/commandimagelist/sc_removefiltersort.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151318\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#tit.help.text\n"
"Table Design"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#bm_id3155448.help.text
msgid ""
"\\<bookmark_value\\>database tables; creating in design "
"view\\</bookmark_value\\>\\<bookmark_value\\>tables in databases; "
"creating\\</bookmark_value\\>\\<bookmark_value\\>table design of data "
"sources\\</bookmark_value\\>\\<bookmark_value\\>designing; database "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#hd_id3149798.104.help.text
msgid ""
"\\<variable id=\\\"data_tabledefine\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_tabledefine.xhp\\\" name=\\\"Table "
"Design\\\"\\>Table Design\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3155535.2.help.text
msgid ""
"This section contains information about how to create a new database table "
"in the \\<link href=\\\"text/shared/explorer/database/05010000.xhp\\\" "
"name=\\\"design view\\\"\\>design view\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3154288.3.help.text
msgid ""
"Open the database file of the database where you want a new table. Click the "
"\\<emph\\>Tables\\</emph\\> icon. Choose \\<emph\\>Create Table in Design "
"View\\</emph\\> to create a new table."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3146798.4.help.text
msgid "In the Design view, you can now create the fields for your table."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3153349.5.help.text
msgid ""
"Enter new fields in rows from top to bottom. Click the \\<emph\\>Field "
"Name\\</emph\\> cell and enter a field name for each data field."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3150084.6.help.text
msgid ""
"In the next cell to the right, define the \\<emph\\>Field Type\\</emph\\>. "
"When you click in the cell, you can select a field type in the combo box."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3154760.38.help.text
msgid ""
"Each field can only accept data corresponding to the specified field type. "
"For example, it is not possible to enter text in a number field. Memo fields "
"in dBase III format are references to internally-managed text files which "
"can hold up to 64KB text."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3149456.41.help.text
msgid ""
"You can enter an optional \\<emph\\>Description\\</emph\\> for each field. "
"The text of the description will appear as a tip on the column headings in "
"the table view."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#hd_id3153379.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tabledefine.xhp#hd_id3153379.42."
"help.text\n"
"Field Properties"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3148798.45.help.text
msgid ""
"Enter properties for each selected data field. Depending on the database "
"type, some input facilities may not be available."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3144762.46.help.text
msgid ""
"In the \\<emph\\>Default value\\</emph\\> box, enter the default contents "
"for every new record. This contents can be edited later."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3150869.47.help.text
msgid ""
"In the \\<emph\\>Entry required\\</emph\\> box, specify whether or not the "
"field may remain empty."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tabledefine.xhp#par_id3154908.7.help.text
msgid ""
"For the \\<emph\\>Length\\</emph\\> box, a combo box may be shown that "
"provides the available choices."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#tit.help.text
msgid "Working with Tables"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#bm_id1983703.help.text
msgid ""
"\\<bookmark_value\\>database "
"tables;creating\\</bookmark_value\\>\\<bookmark_value\\>databases;creating "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN105F9.help.text
msgid ""
"\\<variable id=\\\"data_tables\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_tables.xhp\\\"\\>Working with "
"Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10617.help.text
msgid ""
"Data is stored in tables. As an example, your system address book that you "
"use for your e-mail addresses is a table of the address book database. Each "
"address is a data record, presented as a row in that table. The data records "
"consist of data fields, for example the first and the last name fields and "
"the e-mail field."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1061A.help.text
msgid "Creating a New Table With the Table Wizard"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1061E.help.text
msgid ""
"In %PRODUCTNAME you can create a new table using the \\<link "
"href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\"\\>Table "
"Wizard\\</link\\>:"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10632.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10632.help.tex"
"t\n"
"Open the database file where you want to create the new table."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10636.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10636.help.tex"
"t\n"
"In the left pane of the database window, click the "
"\\<emph\\>Tables\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1063E.help.text
msgid "Click \\<emph\\>Use Wizard to Create Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10645.help.text
msgid "Creating a New Table With the Design View"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1064C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1064C.help.tex"
"t\n"
"Open the database file where you want to create the new table."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10650.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10650.help.tex"
"t\n"
"In the left pane of the database window, click the "
"\\<emph\\>Tables\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10658.help.text
msgid "Click \\<emph\\>Create Table in Design View\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1065F.help.text
msgid ""
"You see the \\<link "
"href=\\\"text/shared/guide/data_tabledefine.xhp\\\"\\>Table "
"Design\\</link\\> window."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1067B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN1067B.help.tex"
"t\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10683.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_tables.xhp#par_idN10683.help.tex"
"t\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#tit.help.text
msgid "Viewing a Database"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#bm_id2339854.help.text
msgid ""
"\\<bookmark_value\\>opening;database "
"files\\</bookmark_value\\>\\<bookmark_value\\>viewing; "
"databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN105A6.help.text
msgid ""
"\\<variable id=\\\"data_view\\\"\\>\\<link "
"href=\\\"text/shared/guide/data_view.xhp\\\"\\>Viewing a "
"Database\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN105C4.help.text
msgid ""
"There are two different methods of viewing a database in %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN105CA.help.text
msgid "Choose \\<emph\\>File - Open\\</emph\\> to open the database file."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN105D1.help.text
msgid ""
"The \\<link "
"href=\\\"text/shared/explorer/database/dabadoc.xhp\\\"\\>database "
"file\\</link\\> gives you full access to tables, queries, reports, and "
"forms. You can edit the structure of your tables and change the contents of "
"the data records."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN105E3.help.text
msgid ""
"Choose \\<emph\\>View - Data source\\</emph\\> to view the registered "
"databases."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN105EA.help.text
msgid ""
"The \\<link href=\\\"text/shared/guide/database_main.xhp\\\"\\>data source "
"view\\</link\\> can be used to drag-and-drop table fields from registered "
"databases into your documents and to produce mail merges."
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN10606.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_view.xhp#par_idN10606.help.text\n"
"\\<embedvar href=\\\"text/shared/explorer/database/main.xhp#base\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/data_view.xhp#par_idN1060E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/data_view.xhp#par_idN1060E.help.text\n"
"\\<embedvar "
"href=\\\"text/shared/guide/database_main.xhp#database_main\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#tit.help.text
msgid "Database Overview"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#bm_id3153031.help.text
msgid ""
"\\<bookmark_value\\>data sources; "
"overview\\</bookmark_value\\>\\<bookmark_value\\>data source view; "
"overview\\</bookmark_value\\>\\<bookmark_value\\>data source "
"explorer\\</bookmark_value\\>\\<bookmark_value\\>explorer of data "
"sources\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3148474.2.help.text
msgid ""
"\\<variable id=\\\"database_main\\\"\\>\\<link "
"href=\\\"text/shared/guide/database_main.xhp\\\" name=\\\"Data Source "
"Overview\\\"\\>Database Overview\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_idN105F1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#par_idN105F1.help.t"
"ext\n"
"\\<link href=\\\"text/shared/explorer/database/main.xhp\\\"\\>Working with "
"databases in %PRODUCTNAME\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3153821.3.help.text
msgid "Data Source View"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3149415.4.help.text
msgid ""
"Choose \\<emph\\>View - Data Sources\\</emph\\> or press F4 to call the data "
"source view from a text document or spreadsheet."
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3147531.5.help.text
msgid ""
"On the left you can see the \\<link href=\\\"text/shared/02/12000000.xhp\\\" "
"name=\\\"Data source explorer\\\"\\>Data source explorer\\</link\\>. If you "
"select a table or query there, you see the contents of this table or query "
"on the right. At the top margin is the \\<link "
"href=\\\"text/shared/main0212.xhp\\\" name=\\\"Database bar\\\"\\>Table Data "
"bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3149047.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3149047.6.help"
".text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3145069.7.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11060000.xhp\\\" "
"name=\\\"Registering new data source\\\"\\>Registering new data "
"source\\</link\\>, \\<link "
"href=\\\"text/shared/guide/data_addressbook.xhp\\\" name=\\\"address book as "
"data source\\\"\\>address book as data source\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3154940.8.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11060000.xhp\\\" "
"name=\\\"Edit data source name or type\\\"\\>Edit data source name or "
"type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3150398.9.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04180100.xhp\\\" name=\\\"View data source "
"contents\\\"\\>View data source contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_idN106A4.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/menubar.xhp\\\"\\>Menu bar of "
"a database file\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3154123.16.help.text
msgid "Forms and Reports"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3154909.17.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/04030000.xhp\\\" "
"name=\\\"Create new form document\\\"\\>Create new form document\\</link\\>, "
"\\<link href=\\\"text/shared/02/01170000.xhp\\\" name=\\\"edit form "
"functions\\\"\\>edit form controls\\</link\\>, \\<link "
"href=\\\"text/shared/autopi/01090000.xhp\\\"\\>Form Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3152920.18.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/11180500.xhp\\\" "
"name=\\\"View form document\\\"\\>View form document\\</link\\>, \\<link "
"href=\\\"text/shared/02/01170500.xhp\\\" name=\\\"entering data versus "
"editing form\\\"\\>entering data versus editing form\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3151380.23.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100000.xhp\\\" name=\\\"Report "
"AutoPilot\\\"\\>Report Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3145606.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3145606.13.hel"
"p.text\n"
"Queries"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3125864.14.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/02000000.xhp\\\" "
"name=\\\"Create new query or table view, edit query structure\\\"\\>Create "
"new query or table view, edit query structure\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_idN1072A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#par_idN1072A.help.t"
"ext\n"
"\\<link href=\\\"text/shared/explorer/database/querywizard00.xhp\\\"\\>Query "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3155430.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#par_id3155430.15.he"
"lp.text\n"
"\\<link href=\\\"text/shared/01/05340400.xhp\\\" name=\\\"Enter, edit and "
"copy records\\\"\\>Enter, edit and copy records\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3147287.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3147287.10.hel"
"p.text\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3163713.11.help.text
msgid ""
"\\<link href=\\\"text/shared/explorer/database/05010000.xhp\\\" "
"name=\\\"Create new table, edit table structure\\\"\\>Create new table, edit "
"table structure\\</link\\>, \\<link "
"href=\\\"text/shared/explorer/database/05010100.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\>, \\<link "
"href=\\\"text/shared/explorer/database/05020000.xhp\\\" "
"name=\\\"relations\\\"\\>relations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_idN1078F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#par_idN1078F.help.t"
"ext\n"
"\\<link href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\"\\>Table "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3159196.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#par_id3159196.12.he"
"lp.text\n"
"\\<link href=\\\"text/shared/01/05340400.xhp\\\" name=\\\"Enter, edit and "
"copy records\\\"\\>Enter, edit and copy records\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3153728.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/database_main.xhp#hd_id3153728.19.hel"
"p.text\n"
"Other"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3152939.20.help.text
msgid ""
"\\<link href=\\\"text/shared/02/12000000.xhp\\\" name=\\\"Context menus in "
"the data source explorer (left)\\\"\\>Context menus in the data source "
"explorer (left)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/database_main.xhp#par_id3153952.21.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05340400.xhp\\\" name=\\\"Context menus in "
"the data source browser (right)\\\"\\>Context menus in the data source "
"browser (right)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#tit.help.text
msgid "Saving Documents Automatically"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#bm_id3152924.help.text
msgid ""
"\\<bookmark_value\\>documents; saving "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>saving;documents, "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>automatic "
"saving\\</book"
"mark_value\\>\\<bookmark_value\\>backups;automatic\\</bookmark_v"
"alue\\>\\<bookmark_value\\>files; saving "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>text; saving "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; saving "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>drawings; saving "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>presentations; saving "
"automatically\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#hd_id3155536.2.help.text
msgid ""
"\\<variable id=\\\"doc_autosave\\\"\\>\\<link "
"href=\\\"text/shared/guide/doc_autosave.xhp\\\" name=\\\"Saving Documents "
"Automatically\\\"\\>Saving Documents Automatically\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#hd_id3166410.3.help.text
msgid "To create a backup file every time you save a document"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3152780.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3152780.4.help"
".text\n"
"Choose \\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools "
"- Options - Load/Save - General\\\"\\>\\<emph\\>Tools - Options - Load/Save -"
" General\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3148474.5.help.text
msgid "Mark \\<emph\\>Always create backup copy\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3149797.6.help.text
msgid ""
"If the \\<emph\\>Always create backup copy\\</emph\\> option is selected, "
"the old version of the file is saved to the backup directory whenever you "
"save the current version of the file. "
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3148685.7.help.text
msgid ""
"You can change the backup directory by choosing \\<emph\\>Tools - Options - "
"$[officename] - Paths\\</emph\\>, then change the "
"\\<emph\\>Backups\\</emph\\> path in the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3149415.8.help.text
msgid ""
"The backup copy has the same name as the document, but the extension is "
".BAK. If the backup folder already contains such a file, it will be "
"overwritten without warning."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#hd_id3149514.9.help.text
msgid "To save recovery information automatically every n minutes"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3148563.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3148563.10.hel"
"p.text\n"
"Choose \\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools "
"- Options - Load/Save - General\\\"\\>\\<emph\\>Tools - Options - Load/Save -"
" General\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3154760.11.help.text
msgid ""
"Mark \\<emph\\>Save AutoRecovery information every\\</emph\\> and select the "
"time interval."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3153526.13.help.text
msgid ""
"This command saves the information necessary to restore the current document "
"in case of a crash. Additionally, in case of a crash %PRODUCTNAME tries "
"automatically to save AutoRecovery information for all open documents, if "
"possible."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3148672.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3148672.15.hel"
"p.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3159150.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_id3159150.16.hel"
"p.text\n"
"\\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools - "
"Options - Load/Save - General\\\"\\>Tools - Options - Load/Save - "
"General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_autosave.xhp#par_idN10838.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/error_report.xhp\\\"\\>Error Report "
"Tool\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#tit.help.text
msgid "Opening Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#bm_id3147834.help.text
msgid ""
"\\<bookmark_value\\>opening; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>files; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>loading; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>text; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>drawings; "
"opening\\</bookmark_value\\>\\<bookmark_value\\>FTP; opening "
"documents\\</bookmark_value\\>\\<bookmark_value\\>new "
"documents\\</bookmark_value\\>\\<bookmark_value\\>empty "
"documents\\</bookmark_value\\>\\<bookmark_value\\>text documents; "
"new\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; "
"new\\</bookmark_value\\>\\<bookmark_value\\>drawings; creating "
"new\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"creating\\</bookmark_value\\>\\<bookmark_value\\>HTML documents; "
"new\\</bookmark_value\\>\\<bookmark_value\\>formulas; "
"new\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#hd_id3147834.1.help.text
msgid ""
"\\<variable id=\\\"doc_open\\\"\\>\\<link "
"href=\\\"text/shared/guide/doc_open.xhp\\\" name=\\\"Opening "
"Documents\\\"\\>Opening Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#hd_id3147653.12.help.text
msgid "Opening an existing document"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3149398.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3149398.2.help.tex"
"t\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_idN107A9.help.text
msgid "Choose \\<item type=\\\"menuitem\\\"\\>File - Open\\</item\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_idN107AF.help.text
msgid "Click the Open File icon"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_idN107B2.help.text
msgid "Press \\<item type=\\\"keycode\\\"\\>Ctrl+O\\</item\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3150275.3.help.text
msgid ""
"The \\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3149164.4.help.text
msgid "Select the file you want to open and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3153126.9.help.text
msgid ""
"You can also enter a URL in the \\<emph\\>File name\\</emph\\> box of the "
"\\<emph\\>Open\\</emph\\> dialog. This must start with the fully extended "
"form with file:/// or ftp:// or http://."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#hd_id3149234.13.help.text
msgid "Restrict Files to Display"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3150985.14.help.text
msgid ""
"To restrict the display of files in the \\<emph\\>Open\\</emph\\> dialog to "
"a certain type select the corresponding \\<emph\\>File type\\</emph\\> from "
"the list. Select \\<emph\\>All Files (*.*)\\</emph\\> to display all files."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#hd_id3148453.17.help.text
msgid "Opening an Empty Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3147287.19.help.text
msgid ""
"Click the \\<emph\\>New\\</emph\\> icon \\<image id=\\\"img_id3145172\\\" "
"src=\\\"sfx2/res/sn064.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145172\\\"\\>Icon\\</alt\\>\\</image\\> on the Standard bar or "
"choose \\<emph\\>File - New\\</emph\\>. This opens a document of the "
"document type specified."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3153092.20.help.text
msgid ""
"If you click the arrow next to the \\<emph\\>New\\</emph\\> icon, a submenu "
"opens in which you can select another document type."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3148616.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_open.xhp#par_id3148616.5.help.tex"
"t\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" name=\\\"File - "
"Open\\\"\\>File - Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#tit.help.text
msgid "Saving Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#bm_id3147226.help.text
msgid ""
"\\<bookmark_value\\>documents; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>saving; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>backups; "
"documents\\</bookmark_value\\>\\<bookmark_value\\>files; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>text; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>drawings; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>FTP; saving "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#hd_id3147226.4.help.text
msgid ""
"\\<variable id=\\\"doc_save\\\"\\>\\<link "
"href=\\\"text/shared/guide/doc_save.xhp\\\" name=\\\"Saving "
"Documents\\\"\\>Saving Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3156113.5.help.text
msgid ""
"Click the \\<emph\\>Save\\</emph\\> icon or press the shortcut keys "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+S."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3155450.help.text
msgid ""
"\\<image id=\\\"img_id3152349\\\" "
"src=\\\"res/commandimagelist/sc_save.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt id=\\\"alt_id3152349\\\"\\>This icon is for "
"tips on how to use the program more effectively.\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3148685.8.help.text
msgid ""
"The document is saved under its path and name on the current local data "
"medium or network drive or on the Internet, overwriting any file of the same "
"name."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3150984.2.help.text
msgid ""
"When you save a new file for the first time, the \\<link "
"href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\> dialog opens, in which you can enter a name, folder and drive "
"or volume for the file. To open this dialog, choose \\<emph\\>File - Save "
"As\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3152472.3.help.text
msgid ""
"You can set the \\<emph\\>AutoSave\\</emph\\> or automatic creation of a "
"backup copy under \\<link href=\\\"text/shared/optionen/01010200.xhp\\\" "
"name=\\\"Tools - Options - Load/Save - General\\\"\\>\\<emph\\>Tools - "
"Options - Load/Save - General\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3153524.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3153524.6.help.tex"
"t\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3154140.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/doc_save.xhp#par_id3154140.7.help.tex"
"t\n"
"\\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools - "
"Options - Load/Save - General\\\"\\>Tools - Options - Load/Save - "
"General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#tit.help.text
msgid "Dragging and Dropping Within a $[officename] Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#bm_id3154927.help.text
msgid ""
"\\<bookmark_value\\>drag and "
"drop;overview\\</bookmark_value\\>\\<bookmark_value\\>mouse; pointers when "
"using drag and drop\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#hd_id3147571.11.help.text
msgid ""
"\\<variable id=\\\"dragdrop\\\"\\>\\<link "
"href=\\\"text/shared/guide/dragdrop.xhp\\\" name=\\\"Dragging and Dropping "
"Within a $[officename] Document\\\"\\>Dragging and Dropping Within a "
"$[officename] Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3147008.3.help.text
msgid ""
"There are many options for moving or copying objects using drag-and-drop. "
"Text sections, drawing objects, graphics, form controls, hyperlinks, cell "
"ranges, and many more can be moved or copied with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3155892.12.help.text
msgid ""
"Note that the mouse pointer displays a plus sign when copying and an arrow "
"when creating a link or hyperlink."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3146798.5.help.text
msgid "Mouse Pointer"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3147618.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3147618.6.help.tex"
"t\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3159177.help.text
msgid ""
"\\<image id=\\\"img_id3147573\\\" src=\\\"res/helpimg/movedata.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147573\\\"\\>Mouse pointer moving data\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3154898.7.help.text
msgid "Moving"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3154306.help.text
msgid ""
"\\<image id=\\\"img_id3149233\\\" src=\\\"res/helpimg/copydata.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149233\\\"\\>Mouse pointer copying data\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3153627.8.help.text
msgid "Copying"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3153896.help.text
msgid ""
"\\<image id=\\\"img_id3159413\\\" src=\\\"res/helpimg/linkdata.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159413\\\"\\>Mouse pointer inserting link\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3154938.9.help.text
msgid "Creating a link"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3154366.13.help.text
msgid ""
"If you press Ctrl or Shift+Ctrl while releasing the mouse button, you can "
"control whether the object is copied, moved, or a link is created."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3148672.help.text
msgid ""
"\\<image id=\\\"img_id3158407\\\" src=\\\"sw/imglst/sc20238.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3158407\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3156422.14.help.text
msgid ""
"If you drag objects out of the \\<link "
"href=\\\"text/shared/guide/navigator.xhp\\\" "
"name=\\\"Navigator\\\"\\>\\<emph\\>Navigator\\</emph\\>\\</link\\>, you can "
"specify in the submenu of the Navigator's \\<emph\\>Drag Mode\\</emph\\> "
"icon whether to copy the object, insert it as a link or insert it as a "
"hyperlink."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop.xhp#par_id3153144.4.help.text
msgid ""
"You can cancel a drag-and-drop operation in $[officename] at any time by "
"pressing the Esc key before releasing the mouse button."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#tit.help.text
msgid "Drag-and-Drop With the Data Source View"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#bm_id3145071.help.text
msgid ""
"\\<bookmark_value\\>drag and drop; data source "
"view\\</bookmark_value\\>\\<bookmark_value\\>data source view; drag and "
"drop\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#hd_id3145071.10.help.text
msgid ""
"\\<variable id=\\\"dragdrop_beamer\\\"\\>\\<link "
"href=\\\"text/shared/guide/dragdrop_beamer.xhp\\\" name=\\\"Drag-and-Drop "
"With the Data Source View\\\"\\>Drag-and-Drop With the Data Source "
"View\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3151111.34.help.text
msgid ""
"A fast way of copying from a data source into a text or spreadsheet "
"document, or of creating forms based on a data source, is by drag-and-drop."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3147335.help.text
msgid ""
"\\<image src=\\\"res/helpimg/copydata.png\\\" "
"id=\\\"img_id3155390\\\"\\>\\<alt id=\\\"alt_id3155390\\\"\\>Mouse pointer "
"copying data\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3145315.35.help.text
msgid "Copying with Drag-and-Drop"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3149233.28.help.text
msgid ""
"If you want to reverse a drag-and-drop, position the cursor in your document "
"and choose \\<emph\\>Edit - Undo\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3149656.46.help.text
msgid ""
"It is also possible to copy by drag-and-drop from a document into a data "
"source:"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3153379.47.help.text
msgid ""
"A text table or the selected range of a spreadsheet can be dragged using "
"drag-and-drop to a table container in the data source explorer."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3151211.48.help.text
msgid ""
"Plain text can be copied using drag-and-drop from one document to a data "
"field in the data source view."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#hd_id3145421.36.help.text
msgid "Using data in a text document"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3154685.12.help.text
msgid ""
"You can insert a database field in a text document by dragging a field name "
"from the column header of the data source view into the document. This is "
"especially useful when designing form letters. Simply drag the desired "
"fields - home address, form of address, and so on - into your document."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3153105.37.help.text
msgid ""
"To insert a complete record, select the corresponding header and drag it "
"into the document. When you release the mouse button, the \\<link "
"href=\\\"text/shared/02/12070000.xhp\\\" name=\\\"Insert database "
"columns\\\"\\>\\<emph\\>Insert database columns\\</emph\\>\\</link\\> dialog "
"appears, in which you can decide whether to use all database fields, and "
"whether to copy the data into the document as text, a table or fields. All "
"currently selected records will be inserted."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#hd_id3147230.39.help.text
msgid "Applying data to a table document"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3125864.40.help.text
msgid ""
"You can insert one or more records into the current sheet of a spreadsheet "
"by selecting the rows in the data source view and dragging and dropping them "
"into the spreadsheet.  The data is inserted at the place where you release "
"the mouse button."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#hd_id3149766.42.help.text
msgid "Inserting controls in a text form"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3155132.43.help.text
msgid ""
"When you create a text form linked to a database, you can generate controls "
"by drag-and-drop from the data source view."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_beamer.xhp#par_id3149562.45.help.text
msgid ""
"When you drag a database column into the text document, you insert a field. "
"If you hold down Shift+\\<switchinline select=\\\"sys\\\"\\> \\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\\> "
"\\<defaultinline\\>Ctrl\\</defaultinline\\> \\</switchinline\\> while "
"dragging, a text field is inserted, grouped with an appropriate label field. "
"The text field already contains all the database information that you need "
"for the form."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#tit.help.text
msgid "Copying Graphics From the Gallery"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#bm_id3145345.help.text
msgid ""
"\\<bookmark_value\\>Gallery; copying "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>copying; "
"Gallery\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#hd_id3145345.40.help.text
msgid ""
"\\<variable id=\\\"dragdrop_fromgallery\\\"\\>\\<link "
"href=\\\"text/shared/guide/dragdrop_fromgallery.xhp\\\" name=\\\"Copying "
"Graphics From the Gallery\\\"\\>Copying Graphics From the "
"Gallery\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#par_id3155535.41.help.text
msgid ""
"If you drag a graphic from the Gallery into a text, spreadsheet or "
"presentation document, the graphic will be inserted there."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#par_id3149762.45.help.text
msgid ""
"If you release the graphic \\<emph\\>directly on a draw object\\</emph\\>, "
"please note the following:"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#par_id3153825.43.help.text
msgid ""
"If you move the graphic (drag it without pressing any key, in which case no "
"additional symbol appears next to the mouse pointer), only the attributes "
"are copied from the graphic and applied to the draw object on which you "
"release the mouse button."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#par_id3153665.42.help.text
msgid ""
"If you copy the graphic (drag it while holding down the Ctrl key, in which "
"case a plus sign appears next to the mouse pointer), the graphic will be "
"inserted as an object."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_fromgallery.xhp#par_id3154514.44.help.text
msgid ""
"If you create a hyperlink (drag while holding down Shift and Ctrl, in which "
"case a linking arrow appears next to the mouse pointer), the drawing object "
"is replaced by the graphic from the Gallery, but the position and size of "
"the replaced draw object are retained."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#tit.help.text
msgid "Adding Graphics to the Gallery"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#bm_id3154927.help.text
msgid ""
"\\<bookmark_value\\>drag and drop; "
"Gallery\\</bookmark_value\\>\\<bookmark_value\\>Gallery; adding "
"pictures\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#hd_id3154927.49.help.text
msgid ""
"\\<variable id=\\\"dragdrop_gallery\\\"\\>\\<link "
"href=\\\"text/shared/guide/dragdrop_gallery.xhp\\\" name=\\\"Adding Graphics "
"to the Gallery\\\"\\>Adding Graphics to the Gallery\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3143267.50.help.text
msgid ""
"You can place a graphic from a document such as an HTML page in the Gallery "
"by drag-and-drop."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3154823.56.help.text
msgid "Display the Gallery theme to which you want to add the graphic."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3153748.51.help.text
msgid "Position the mouse pointer above the graphic, without clicking."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3156346.52.help.text
msgid ""
"If the mouse pointer changes to a hand symbol, the graphic refers to a "
"hyperlink. In this case, click the graphic while pressing the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option"
"\\</caseinline\\>\\<defaultinline\\>Alt\\</defaulti"
"nline\\>\\</switchinline\\> key to select it without executing the "
"respective link."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3149578.53.help.text
msgid ""
"If the mouse pointer does not change to a hand symbol, you can simply click "
"the graphic to select it."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3145120.54.help.text
msgid ""
"Once the graphic is selected, release the mouse button. Click again on the "
"graphic image, keeping the mouse button pressed for more than two seconds. "
"The graphic image is copied to the internal memory."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_gallery.xhp#par_id3150772.55.help.text
msgid ""
"Without releasing the mouse button, drag the graphic into the Gallery."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#tit.help.text
msgid "Copying Graphics Between Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#bm_id3159201.help.text
msgid ""
"\\<bookmark_value\\>drag and drop; "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>pictures; drag and "
"drop\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#hd_id3159201.15.help.text
msgid ""
"\\<variable id=\\\"dragdrop_graphic\\\"\\>\\<link "
"href=\\\"text/shared/guide/dragdrop_graphic.xhp\\\" name=\\\"Copying "
"Graphics Between Documents\\\"\\>Copying Graphics Between "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3155805.16.help.text
msgid ""
"You can copy a graphic from one document to another by drag-and-drop. If you "
"plan to publish your document, please observe copyright laws and obtain the "
"consent of the authors."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3147576.17.help.text
msgid "Open the document in which you want to insert the graphic object."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3155338.18.help.text
msgid "Open the document from which you want to copy the graphic."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3149182.19.help.text
msgid ""
"Click the graphic while pressing the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option\\</caseinline\\"
">\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key, to "
"select it without executing any hyperlinks it may refer to."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3151110.20.help.text
msgid ""
"Keep the mouse button pressed and wait a moment while the object is copied "
"to an internal memory."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3149763.21.help.text
msgid ""
"Drag the graphic into the other document. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>If the documents are "
"not visible side by side, first move the mouse pointer to the button of the "
"target document while keeping the mouse button pressed. The document in "
"question is then displayed and you can move the mouse pointer into the "
"document.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3155628.22.help.text
msgid ""
"Release the mouse button as soon as the gray text cursor indicates the "
"position where you want to insert a copy of the picture."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_graphic.xhp#par_id3150276.56.help.text
msgid ""
"If the graphic is connected with a hyperlink, the hyperlink and not the "
"graphic is inserted."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#tit.help.text
msgid "Copying Spreadsheet Areas to Text Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#bm_id3154927.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets; copying areas to text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>copying; sheet "
"areas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#hd_id3154927.24.help.text
msgid ""
"\\<variable id=\\\"dragdrop_table\\\"\\>\\<link "
"href=\\\"text/shared/guide/dragdrop_table.xhp\\\" name=\\\"Copying "
"Spreadsheet Areas to Text Documents\\\"\\>Copying Spreadsheet Areas to Text "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3155892.25.help.text
msgid "Open both the text document and the spreadsheet."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3147088.26.help.text
msgid "Select the sheet area you want to copy."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3149827.27.help.text
msgid ""
"Point to the selected area and press the mouse button. Keep the mouse button "
"pressed for a moment, then drag the area into the text document."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3152780.32.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\> \\<caseinline select=\\\"WIN\\\"\\>If "
"the documents are not visible next to each other, first drag the mouse "
"pointer to the destination document button. Continue to hold down the mouse "
"button. The document is displayed, and you can move the mouse pointer within "
"the document.\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3156346.28.help.text
msgid ""
"Once the cursor is located in the place where you want to insert the sheet "
"area, release the mouse button. The sheet area is inserted as an OLE object."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3154047.29.help.text
msgid "You can select and edit the OLE object at any time."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3149164.30.help.text
msgid "To edit the OLE object, double-click on it."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3155389.33.help.text
msgid ""
"Alternatively, select the object and choose \\<emph\\>Edit - Object - "
"Edit\\</emph\\> or choose \\<emph\\>Edit\\</emph\\> from the context menu. "
"You edit the object in its own frame within the text document, but you see "
"the icons and menu commands needed for spreadsheets."
msgstr ""

#: helpcontent2/source/text/shared/guide/dragdrop_table.xhp#par_id3154860.31.help.text
msgid ""
"Choose \\<emph\\>Open\\</emph\\> to open the source document of the OLE "
"object."
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#tit.help.text
msgid "Customizing Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#bm_id3159201.help.text
msgid ""
"\\<bookmark_value\\>customizing; "
"toolbars\\</bookmark_value\\>\\<bookmark_valu"
"e\\>buttons;toolbars\\</bookmark_value\\>\\<bookmark_value\\>toolbars;adding "
"buttons\\</bookmark_value\\>\\<bookmark_value\\>changing; "
"toolbars\\</bookmark_value\\>\\<bookmark_value\\>configuring; "
"toolbars\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"toolbars\\</bookmark_value\\>\\<bookmark_value\\>adding;buttons in "
"toolbars\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#hd_id3159201.79.help.text
msgid ""
"\\<variable id=\\\"edit_symbolbar\\\"\\>\\<link "
"href=\\\"text/shared/guide/edit_symbolbar.xhp\\\" name=\\\"Customizing "
"Toolbars\\\"\\>Customizing Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#hd_id3153561.85.help.text
msgid "To add a button to a toolbar:"
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3159157.78.help.text
msgid ""
"Click the arrow icon at the end of a toolbar and choose \\<emph\\>Visible "
"Buttons\\</emph\\> and then select the button you want to display."
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#hd_id3151384.86.help.text
msgid "To add a button to the list of Visible Buttons:"
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3147264.87.help.text
msgid ""
"Choose \\<emph\\>Tools - Customize\\</emph\\>, and click on the "
"\\<emph\\>Toolbars\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3154071.88.help.text
msgid ""
"In the\\<emph\\> Toolbars \\</emph\\>box, select the toolbar you want to "
"change."
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3148797.89.help.text
msgid ""
"Click \\<emph\\>Add Commands\\</emph\\> , select the new command, then click "
"\\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3152922.90.help.text
msgid ""
"If you want, you can rearrange the \\<emph\\>Commands \\</emph\\>list by "
"selecting a command name and clicking \\<emph\\>Move Up\\</emph\\> and "
"\\<emph\\>Move Down\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3145171.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/edit_symbolbar.xhp#par_id3145171.91.h"
"elp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#tit.help.text
msgid "Sending Documents as E-mail"
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#bm_id3153345.help.text
msgid ""
"\\<bookmark_value\\>documents; sending as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>sending; documents as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>e-mail "
"attachments\\</bookmark_value\\>\\<bookmark_value\\>files; sending as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>text;sending as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>tables; sending as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>drawings; sending as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>presentations; sending as e-"
"mail\\</bookmark_value\\>\\<bookmark_value\\>attachments in e-"
"mails\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#hd_id3153345.1.help.text
msgid ""
"\\<variable id=\\\"email\\\"\\>\\<link "
"href=\\\"text/shared/guide/email.xhp\\\" name=\\\"Sending Documents as E-"
"mail\\\"\\>Sending Documents as E-mail\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#par_id3154897.2.help.text
msgid ""
"Working in $[officename], you can send the current document as an e-mail "
"attachment."
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#par_id3147335.3.help.text
msgid "Choose \\<emph\\>File - Send - Document as E-mail\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#par_id3153127.4.help.text
msgid ""
"$[officename] opens your default e-mail program.\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\> If you want to "
"send the current document with another e-mail program, you can select the "
"program to use with \\<emph\\>Tools - Options - Internet - E-"
"mail\\</emph\\>.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#par_id3150986.5.help.text
msgid ""
"In your e-mail program, enter the recipient, subject and any text you want "
"to add, then send the e-mail."
msgstr ""

#: helpcontent2/source/text/shared/guide/email.xhp#par_id3155449.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/email.xhp#par_id3155449.6.help.text\n"
"\\<link href=\\\"text/shared/optionen/01010950.xhp\\\" name=\\\"External "
"Programs\\\"\\>External Programs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#tit.help.text
msgid "Error Report Tool"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#bm_id3150616.help.text
msgid ""
"\\<bookmark_value\\>Error Report "
"Tool\\</bookmark_value\\>\\<bookmark_value\\>reporting "
"errors\\</bookmark_value\\>\\<bookmark_value\\>crash "
"reports\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#hd_id3150616.17.help.text
msgid ""
"\\<variable id=\\\"error_report\\\"\\>\\<link "
"href=\\\"text/shared/guide/error_report.xhp\\\" name=\\\"Error Report "
"Tool\\\"\\>Error Report Tool\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3153345.1.help.text
msgid ""
"The Error Report Tool starts automatically when a program crash occurs. If "
"the program enters into an endless loop, so that it does not respond to "
"mouse-clicks or keypresses, you can also start the Error Report Tool "
"manually."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3147088.2.help.text
msgid ""
"The Error Report Tool gathers all necessary information that can help the "
"program developers to improve the code, so that in later versions this error "
"can possibly be avoided. Please help us to improve the software and send the "
"generated error report."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3153681.3.help.text
msgid ""
"Sun Microsystems is committed to respecting your online privacy and "
"recognizes your need for appropriate protection and management of any "
"personally identifiable information you share with us. See the statement at "
"http://www.sun.com/privacy/ on your online data privacy at Sun Microsystems."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#hd_id3148538.4.help.text
msgid "Starting the Error Report Tool"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3149811.5.help.text
msgid ""
"With most program crashes the Error Report Tool will start automatically. "
"However, if the program seems to be stuck and the tool does not start "
"automatically, you can start the tool manually:"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3166460.6.help.text
msgid ""
"Go to the {office_install_path}\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>\\\\ "
"\\</caseinline\\>"
"\\<defaultinline\\>/\\</defaultinline\\>\\</switchinline\\>program folder "
"and start the crashrep\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>.exe \\</caseinline\\>\\</switchinline\\> file."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#hd_id3154046.7.help.text
msgid "Completing the Report"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3147335.8.help.text
msgid ""
"On the main Error Report Tool dialog, you can enter some additional "
"information that may help the developers to localize the error. For example, "
"if the error only appears after a change in your hardware or software "
"environment, or if you clicked on a button, please include that information."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#hd_id3159399.9.help.text
msgid "Sending the Error Report"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3150504.10.help.text
msgid ""
"The Error Report Tool uses the HTTP PUT / SOAP protocol to send the report "
"data. You may optionally enter some descriptive text that will help us to "
"identify the context of the program crash. Then click the "
"\\<emph\\>Send\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3149670.11.help.text
msgid ""
"You will not get an answer to your error report. If you need support, please "
"visit the \\<link href=\\\"text/shared/main0108.xhp\\\"\\>support "
"forum\\</link\\> on the Internet."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3153526.12.help.text
msgid ""
"You may choose to respond to questions that the developers may have about "
"the reported error. Mark the check box if you allow to be contacted by e-"
"mail, should additional information be required. By default this box is not "
"marked, so you will not get any e-mail."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#hd_id3150792.13.help.text
msgid "What Data is Sent?"
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3154366.14.help.text
msgid ""
"The error report consists of several files. The main file contains "
"information about the error type, operating system name and version, memory "
"usage, and the description that you entered. You can click the "
"\\<emph\\>Show Report\\</emph\\> button on the main dialog of the Error "
"Report Tool to view what will get sent in the main file."
msgstr ""

#: helpcontent2/source/text/shared/guide/error_report.xhp#par_id3151177.15.help.text
msgid ""
"In addition, relevant memory contents and stack traces are gathered by some "
"system standard tools (\"dbhhelp.dll\" on Windows systems, \"pstack\" on "
"UNIX systems). This information will be sent also."
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#tit.help.text
msgid "Saving Documents in Other Formats"
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#bm_id3159233.help.text
msgid ""
"\\<bookmark_value\\>documents; saving in other "
"formats\\</bookmark_value\\>\\<bookmark_value\\>saving; documents in other "
"formats\\</bookmark_value\\>\\<bookmark_value\\>files; saving in other "
"formats\\</bookmark_value\\>\\<bookmark_value\\>text; saving in other "
"formats\\</bookmark_value\\>\\<bookmark_value\\>spreadsheets; saving in "
"other formats\\</bookmark_value\\>\\<bookmark_value\\>drawings; saving in "
"other formats\\</bookmark_value\\>\\<bookmark_value\\>presentations; saving "
"in other formats\\</bookmark_value\\>\\<bookmark_value\\>exporting; to "
"Microsoft Office formats\\</bookmark_value\\>\\<bookmark_value\\>Word "
"documents; saving as\\</bookmark_value\\>\\<bookmark_value\\>Excel; saving "
"as\\</bookmark_value\\>\\<bookmark_value\\>PowerPoint; saving "
"as\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#hd_id3149416.6.help.text
msgid ""
"\\<variable id=\\\"export_ms\\\"\\>\\<link "
"href=\\\"text/shared/guide/export_ms.xhp\\\" name=\\\"Saving Documents in "
"Other Formats\\\"\\>Saving Documents in Other "
"Formats\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3150084.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3150084.2.help.te"
"xt\n"
"Choose \\<emph\\>File - Save as\\</emph\\>. You will see the \\<emph\\>Save "
"as\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3153348.3.help.text
msgid ""
"In the \\<emph\\>Save as type\\</emph\\> list box, select the desired format."
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3150985.4.help.text
msgid ""
"Enter a name in the \\<emph\\>File name\\</emph\\> box and click "
"\\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3153252.7.help.text
msgid ""
"If you want the file dialogs to offer another file format as default, select "
"that format in \\<emph\\>Tools - Options - Load/Save - General\\</emph\\> in "
"the \\<emph\\>Standard file format \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3149669.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/export_ms.xhp#par_id3149669.5.help.te"
"xt\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#tit.help.text
msgid "Sending Faxes and Configuring $[officename] for Faxing"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#bm_id3156426.help.text
msgid ""
"\\<bookmark_value\\>faxes; "
"sending\\</bookmark_value\\>\\<bookmark_value\\>faxes; "
"configuring\\</bookmark_value\\>\\<bookmark_value\\>sending; documents as "
"faxes \\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#hd_id3156426.5.help.text
msgid ""
"\\<variable id=\\\"fax\\\"\\>\\<link href=\\\"text/shared/guide/fax.xhp\\\" "
"name=\\\"Sending Faxes and Configuring $[officename] for "
"Faxing\\\"\\>Sending Faxes and Configuring $[officename] for "
"Faxing\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_id3156410.3.help.text
msgid ""
"To send a fax directly from $[officename], you need a fax modem and a fax "
"driver that allows applications to communicate with the fax modem."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#hd_id3166410.6.help.text
msgid "Sending a Fax Through the Print Dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_id3152996.7.help.text
msgid ""
"Open the \\<emph\\>Print\\</emph\\> dialog by choosing \\<emph\\>File - "
"Print\\</emph\\> and select the fax driver in the \\<emph\\>Name\\</emph\\> "
"list box."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_id3155135.8.help.text
msgid ""
"Clicking \\<emph\\>OK\\</emph\\> opens the dialog for your fax driver, where "
"you can select the fax recipient."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#hd_id3153825.9.help.text
msgid "Configuring $[officename] a Fax Icon"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_id3153822.10.help.text
msgid ""
"You can configure $[officename] so that a single click on an icon "
"automatically sends the current document as a fax:"
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_id3145315.11.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/optionen/01040400.xhp\\\" name=\\\"Tools "
"- Options - Writer - Print\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME "
"Writer - Print\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_id3150985.12.help.text
msgid ""
"Select the fax driver from the \\<emph\\>Fax\\</emph\\> list box and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN106EB.help.text
msgid ""
"Click the arrow icon at the end of the \\<emph\\>Standard\\</emph\\> bar. In "
"the drop-down menu, choose \\<emph\\>Customize\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN106F6.help.text
msgid ""
"The \\<emph\\>Toolbar\\</emph\\>s tab page of the "
"\\<emph\\>Customize\\</emph\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN106FA.help.text
msgid "Click \\<emph\\>Add Commands\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN10702.help.text
msgid ""
"Select the \"Documents\" category, then select the \"Send Default Fax\" "
"command."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN10706.help.text
msgid "Click \\<emph\\>Add\\</emph\\> and then \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN10712.help.text
msgid ""
"On the \\<emph\\>Toolbars\\</emph\\> tab page, click the down arrow button "
"to position the new icon where you want it. Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fax.xhp#par_idN10715.help.text
msgid ""
"Your \\<emph\\>Standard\\</emph\\> bar now has a new icon to send the "
"current document as a fax."
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#tit.help.text
msgid "Using the Filter Navigator"
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#bm_id3150322.help.text
msgid "\\<bookmark_value\\>filters; Navigator\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#par_idN105A3.help.text
msgid ""
"\\<variable id=\\\"filternavigator\\\"\\>\\<link "
"href=\\\"text/shared/guide/filternavigator.xhp\\\"\\>Using the Filter "
"Navigator\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#par_id3150322.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormFilterNavigator\\\"\\>To connect several filter "
"conditions with Boolean OR, click the \\<emph\\>Filter navigation\\</emph\\> "
"icon on the filter bar.\\</ahelp\\> The \\<emph\\>Filter "
"navigator\\</emph\\> window appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#par_id3153711.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FILTER_NAVIGATOR\\\"\\>The filter conditions that have "
"been set appear in the \\<emph\\>Filter navigator\\</emph\\>. As soon as a "
"filter is set, you see a blank filter entry at the bottom of the "
"\\<emph\\>Filter navigator\\</emph\\> . You can select this entry by "
"clicking the word \"Or\". Once you have selected the blank filter entry, you "
"can enter additional filter conditions in the form. These conditions are "
"linked by Boolean OR to the previously defined conditions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#par_id3145620.15.help.text
msgid ""
"The context menu can be called for each entry in the \\<emph\\>Filter "
"navigator\\</emph\\>. \\<ahelp hid=\\\"SID_FM_FILTER_IS_NOT_NULL\\\"\\>You "
"can edit the filter conditions in this area directly as text. If you wish to "
"check if a field has content or no content, you can select the filter "
"conditions \"empty\" (SQL:\"Is Null\") or \"not empty\" (SQL: \"Is not "
"Null\").\\</ahelp\\> It is also possible to delete the entry by using the "
"context menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/filternavigator.xhp#par_id3156374.16.help.text
msgid ""
"You can move filter conditions in the \\<emph\\>Filter navigator\\</emph\\> "
"by dragging and dropping, or use the keys Ctrl+Alt+ArrowUp or "
"Ctrl+Alt+ArrowDown. To copy filter conditions, drag them while holding down "
"the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> key."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#tit.help.text
msgid "Searching for Attributes"
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#bm_id5681020.help.text
msgid ""
""
"\\<bookmark_value\\>fonts;finding\\</bookmark_value\\>\\<bookmark_value\\>font"
" attributes;finding\\</bookmark_value\\>\\<bookmark_value\\>text "
"attributes;finding\\</bookmark_value\\>\\<bookmark_value\\>attributes; "
"finding\\</bookmark_value\\>\\<bookmark_value\\>finding; "
"attributes\\</bookmark_value\\>\\<bookmark_value\\>resetting;Find & Replace "
"mode\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN10663.help.text
msgid ""
"\\<variable id=\\\"find_attributes\\\"\\>\\<link "
"href=\\\"text/shared/guide/find_attributes.xhp\\\"\\>Searching for "
"Attributes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN10681.help.text
msgid ""
"You can search for text with attributes that are applied either by direct "
"formatting or by styles. For example, if you search for the "
"\\<emph\\>Font\\</emph\\> attribute, all instances of text that do not use "
"the default font are found. All text that has a directly coded font "
"attribute, and all text where a style switches the font attribute, are found."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN10688.help.text
msgid ""
"If you want to find text with any font by name, click the "
"\\<emph\\>Format\\</emph\\> button in the \\<link "
"href=\\\"text/shared/01/02100000.xhp\\\"\\>Find & Replace\\</link\\> dialog "
"of %PRODUCTNAME Writer."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN1069D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN1069D.help"
".text\n"
"After you select the attributes that you want to search for, the "
"\\<emph\\>Search for Styles\\</emph\\> box in the \\<emph\\>Options "
"\\</emph\\>area of the %PRODUCTNAME Writer \\<emph\\>Find & Replace "
"\\</emph\\>dialog changes to \\<emph\\>Including Styles\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106B0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106B0.help"
".text\n"
"If you want to search for text in which attributes were set by using direct "
"formatting and styles, select the \\<emph\\>Including Styles\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106B7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106B7.help"
".text\n"
"The search criteria for attributes are listed below the \\<emph\\>Search "
"for\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106BE.help.text
msgid "To search for all font changes"
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106C5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106C5.help"
".text\n"
"Choose \\<emph\\>Edit - Find & Replace\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106CD.help.text
msgid "Clear the \\<emph\\>Search for\\</emph\\> text box if necessary."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106D5.help.text
msgid "Click \\<emph\\>Attributes\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106DD.help.text
msgid ""
"In the \\<emph\\>Attributes\\</emph\\> dialog, select the "
"\\<emph\\>Font\\</emph\\> check box, and click OK."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106E8.help.text
msgid ""
"In the \\<emph\\>Find & Replace\\</emph\\> dialog, you now can read \"Font\" "
"below the \\<emph\\>Search for\\</emph\\> text box."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106F4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106F4.help"
".text\n"
"Click \\<emph\\>Find\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106FB.help.text
msgid ""
"All places where a font change was applied, either directly or by assigning "
"an appropriate style, are found."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN106FE.help.text
msgid "To reset the Find & Replace mode"
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN10702.help.text
msgid ""
"To stop searching for the current attributes, reset the \\<emph\\>Find & "
"Replace\\</emph\\> dialog to normal mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN1070C.help.text
msgid "Click \\<emph\\>No Format\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/find_attributes.xhp#par_idN1071E.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02100000.xhp\\\"\\>Find & Replace\\</link\\> "
"dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#tit.help.text
msgid "Changing Icon Views"
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#bm_id3145669.help.text
msgid ""
"\\<bookmark_value\\>buttons; "
"big/small\\</bookmark_value\\>\\<bookmark_value\\>views; "
"icons\\</bookmark_value\\>\\<bookmark_value\\>icons; changing "
"views\\</bookmark_value\\>\\<bookmark_value\\>changing;icon "
"sizes\\</bookmark_value\\>\\<bookmark_value\\>large "
"icons\\</bookmark_value\\>\\<bookmark_value\\>small "
"icons\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#hd_id3145669.3.help.text
msgid ""
"\\<variable id=\\\"flat_icons\\\"\\>\\<link "
"href=\\\"text/shared/guide/flat_icons.xhp\\\" name=\\\"Changing Icon "
"Views\\\"\\>Changing Icon Size\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#par_id3155535.4.help.text
msgid "You can change the icon view between small and large icons."
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#par_id3153748.5.help.text
msgid "Choose \\<emph\\>Tools - Options - $[officename]\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#par_id3163802.6.help.text
msgid ""
"On the \\<emph\\>View\\</emph\\> tab page, select the \\<emph\\>Toolbar icon "
"size\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/flat_icons.xhp#par_id3157909.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/flat_icons.xhp#par_id3157909.7.help.t"
"ext\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#tit.help.text
msgid "Using Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#bm_id3152801.help.text
msgid ""
""
"\\<bookmark_value\\>toolbars;docking/undocking\\</bookmark_value\\>\\<bookmark"
"_"
"value\\>toolbars;viewing\\</bookmark_value\\>\\<bookmark_value\\>docking;tool"
"b"
"ars\\</bookmark_value\\>\\<bookmark_value\\>moving;toolbars\\</bookmark_value"
"\\>\\<bookmark_value\\>attaching "
"toolbars\\</bookmark_value\\>\\<bookmark_value\\>floating "
"toolbars\\</bookmark"
"_value\\>\\<bookmark_value\\>viewing;toolbars\\</bookmark_"
"value\\>\\<bookmark_"
"value\\>showing;toolbars\\</bookmark_value\\>\\<bookmark_value\\>icon "
"bars;see toolbars\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#hd_id3152801.9.help.text
msgid ""
"\\<variable id=\\\"floating_toolbar\\\"\\>\\<link "
"href=\\\"text/shared/guide/floating_toolbar.xhp\\\" name=\\\"Using "
"Toolbars\\\"\\>Using Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_id3143267.7.help.text
msgid ""
"Some toolbar icons, for example the \\<emph\\>Font Color\\</emph\\> icon, "
"can open another toolbar. Click the arrow next to the icon to open a toolbar "
"containing further icons."
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_id3155450.8.help.text
msgid ""
"You now have a choice: either click the icon that you want to activate, or "
"seize the toolbar by its title bar and drag it while holding down the mouse "
"button. "
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_idN1077E.help.text
msgid "To show a closed toolbar"
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_idN10785.help.text
msgid ""
"Choose \\<emph\\>View - Toolbars\\</emph\\> and click the name of the "
"toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_idN106E9.help.text
msgid "To Make a Toolbar a Floating Toolbar"
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_idN106EF.help.text
msgid ""
"Click the handle at the start of the toolbar, and drag the toolbar into the "
"document."
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_idN106F2.help.text
msgid "To Reattach a Floating Toolbar"
msgstr ""

#: helpcontent2/source/text/shared/guide/floating_toolbar.xhp#par_idN106F7.help.text
msgid ""
"Drag the title bar of the toolbar to an edge of the document window, or "
"double-click the title bar of the toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#tit.help.text
msgid "Fontwork For Graphical Text Art"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#bm_id3696707.help.text
msgid ""
"\\<bookmark_value\\>graphical text "
"art\\</bookmark_value\\>\\<bookmark_value\\>designing; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>text art "
"creation\\</bookmark_value\\>\\<bookmark_value\\>Fontwork "
"icon\\</bookmark_value\\>\\<bookmark_value\\>text "
"effects\\</bookmark_value\\>\\<bookmark_value\\>effects; Fontwork "
"icon\\</bookmark_value\\>\\<bookmark_value\\>text; Fontwork "
"icon\\</bookmark_value\\>\\<bookmark_value\\>font "
"effects\\</bookmark_value\\>\\<bookmark_value\\>text; "
"3D\\</bookmark_value\\>\\<bookmark_value\\>3D text "
"creation\\</bookmark_value\\>\\<bookmark_value\\>rotating;3D "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN1066D.help.text
msgid ""
"\\<variable id=\\\"fontwork\\\"\\>\\<link "
"href=\\\"text/shared/guide/fontwork.xhp\\\"\\>Fontwork For Graphical Text "
"Art\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN1068B.help.text
msgid "You can use Fontwork to create graphical text art objects."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN10691.help.text
msgid "To create a Fontwork object"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN1069C.help.text
msgid ""
"On the \\<emph\\>Drawing\\</emph\\> toolbar, click the \\<emph\\>Fontwork "
"Gallery\\</emph\\> icon. \\<image id=\\\"img_id7040009\\\" "
"src=\\\"res/commandimagelist/sc_fontworkgalleryfloater.png\\\" "
"width=\\\"0.1701inch\\\" height=\\\"0.1701inch\\\"\\>\\<alt "
"id=\\\"alt_id7040009\\\"\\>Fontwork icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106A0.help.text
msgid ""
"In the \\<emph\\>Fontwork Gallery\\</emph\\> dialog, select a Fontwork style "
"and click OK."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN10755.help.text
msgid "The Fontwork object is inserted into your document."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106A4.help.text
msgid "Double-click the object to enter text edit mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN107D5.help.text
msgid "Replace the default Fontwork text with your own text."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106A8.help.text
msgid "Press Esc to exit text edit mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106AE.help.text
msgid "To edit a Fontwork object"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106B5.help.text
msgid "Click the Fontwork object."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106B8.help.text
msgid ""
"The \\<link "
"href=\\\"text/shared/fontwork_toolbar.xhp\\\"\\>\\<emph\\>Fontwork"
"\\</emph\\>\\</link\\> toolbar is displayed. If you do not see the "
"\\<emph\\>Fontwork\\</emph\\> toolbar, choose \\<emph\\>View - Toolbars - "
"Fontwork\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106BC.help.text
msgid "Click an icon in the \\<emph\\>Fontwork\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN10839.help.text
msgid "The following icons are available:"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106C5.help.text
msgid "FontWork Gallery - adds another Fontwork object"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106C9.help.text
msgid "FontWork Shape - edits the shape"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106CD.help.text
msgid "FontWork Same Letter Heights - changes the height of characters"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106D5.help.text
msgid "FontWork Alignment - aligns the text"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN106D9.help.text
msgid ""
"FontWork Character Spacing - changes the character spacing and kerning"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN108CA.help.text
msgid "To edit more Fontwork attributes"
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN108D1.help.text
msgid "Click the Fontwork object to select it."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN108D5.help.text
msgid ""
"Select the properties from the \\<emph\\>Drawing Object "
"Properties\\</emph\\> toolbar. You can change the line width, line color, "
"fill color, fill style, and more."
msgstr ""

#: helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN108E7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/fontwork.xhp#par_idN108E7.help.text\n"
"\\<link href=\\\"text/shared/fontwork_toolbar.xhp\\\"\\>Fontwork "
"toolbar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#tit.help.text
msgid "Inserting and Editing Buttons"
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#bm_id3149798.help.text
msgid ""
"\\<bookmark_value\\>command buttons in "
"documents\\</bookmark_value\\>\\<bookmark_value\\>controls;adding to "
"documents\\</bookmark_value\\>\\<bookmark_value\\>adding;command "
"buttons\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#hd_id3149798.5.help.text
msgid ""
"\\<variable id=\\\"formfields\\\"\\>\\<link "
"href=\\\"text/shared/guide/formfields.xhp\\\" name=\\\"Inserting and Editing "
"Buttons\\\"\\>Adding a Command Button to a Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN10731.help.text
msgid ""
"You can use the Form Controls toolbar to add checkboxes, buttons, tables "
"showing data records, and other controls to a document."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN1077F.help.text
msgid "To Add a Button to a Document "
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_id3154751.6.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>View - Toolbars - Form "
"Controls\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_id3145345.7.help.text
msgid ""
"On the Form Controls toolbar, click the \\<emph\\>Push Button\\</emph\\> "
"icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN107A4.help.text
msgid "The mouse pointer changes to a cross-hair."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_id3159233.8.help.text
msgid "In the document, drag to draw the button."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN107B2.help.text
msgid "Right-click the button and choose \\<emph\\>Control\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN107CD.help.text
msgid "Specify the properties of the button."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_id3154923.11.help.text
msgid ""
"To change the button label, click the \\<emph\\>General\\</emph\\> tab, and "
"edit the text in the \\<emph\\>Label\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_id3147303.12.help.text
msgid ""
"To attach a macro to the button, click the \\<emph\\>Events\\</emph\\> tab, "
"and click the \\<emph\\>... \\</emph\\>button beside the button action that "
"you want to run the macro. In the \\<emph\\>Assign Macro\\</emph\\> dialog, "
"locate the macro that you want to use, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN10814.help.text
msgid "Close the \\<emph\\>Properties\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_id3147350.76.help.text
msgid ""
"(Optional) Specify the properties of the form that the button belongs to."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN10828.help.text
msgid "Right-click the button and choose \\<emph\\>Form\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN1082F.help.text
msgid "The \\<emph\\>Form Properties\\</emph\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/guide/formfields.xhp#par_idN10837.help.text
msgid "Specify the properties for the form and then close the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#tit.help.text
msgid "Inserting Objects From the Gallery"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#bm_id3145136.help.text
msgid ""
"\\<bookmark_value\\>Gallery; inserting "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>pictures; inserting from "
"Gallery\\</bookmark_value\\>\\<bookmark_value\\>objects; inserting from "
"Gallery\\</bookmark_value\\>\\<bookmark_value\\>adding;objects from "
"Gallery\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#hd_id3145136.1.help.text
msgid ""
"\\<variable id=\\\"gallery_insert\\\"\\>\\<link "
"href=\\\"text/shared/guide/gallery_insert.xhp\\\" name=\\\"Inserting Objects "
"From the Gallery\\\"\\>Inserting Objects From the "
"Gallery\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145345.2.help.text
msgid ""
"You can insert an object in a document either as a \\<emph\\>copy\\</emph\\> "
"or as a \\<emph\\>link\\</emph\\>. A copy of an object is independent of the "
"original object. Changes to the original object have no effect on the copy. "
"A link remains dependent on the original object. Changes to the original "
"object are also reflected in the link."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#hd_id3145313.3.help.text
msgid "Inserting an object as a copy"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145382.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145382.4.he"
"lp.text\n"
"Open the Gallery by clicking the \\<emph\\>Gallery\\</emph\\> icon on the "
"\\<emph\\>Standard\\</emph\\> bar, or by selecting \\<emph\\>Tools - "
"Gallery\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3154306.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3154306.5.he"
"lp.text\n"
"Select a theme."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3154516.6.help.text
msgid "Select an object using a single click."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3153561.7.help.text
msgid ""
"Drag the object into the document, or right-click to open the context menu "
"and select \\<emph\\>Insert\\</emph\\> and \\<emph\\>Copy\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#hd_id3153061.8.help.text
msgid "Inserting an object as a link"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145068.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145068.9.he"
"lp.text\n"
"Open the Gallery by clicking the \\<emph\\>Gallery\\</emph\\> icon on the "
"\\<emph\\>Standard\\</emph\\> bar, or by selecting \\<emph\\>Tools - "
"Gallery\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3148663.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3148663.10.h"
"elp.text\n"
"Select a theme."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3150543.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3150543.11.h"
"elp.text\n"
"Select an object by a single click."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3154140.12.help.text
msgid ""
"Drag the object into the document while pressing the Shift and Ctrl keys, or "
"right-click to open the context menu and select \\<emph\\>Insert\\</emph\\> "
"and \\<emph\\>Link\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#hd_id3156282.13.help.text
msgid "Inserting an object as a background graphic"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3152920.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3152920.14.h"
"elp.text\n"
"Open the Gallery by clicking the \\<emph\\>Gallery\\</emph\\> icon on the "
"\\<emph\\>Standard\\</emph\\> bar, or by selecting \\<emph\\>Tools - "
"Gallery\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3151041.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3151041.15.h"
"elp.text\n"
"Select a theme."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145607.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3145607.16.h"
"elp.text\n"
"Select an object by a single click."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3147289.17.help.text
msgid ""
"Open the context menu and choose \\<emph\\>Insert - Background - "
"Page\\</emph\\> or \\<emph\\>Paragraph\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#hd_id3145787.18.help.text
msgid "Inserting an object as a texture (pattern) for another object"
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3159196.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3159196.19.h"
"elp.text\n"
"Open the Gallery by clicking the \\<emph\\>Gallery\\</emph\\> icon on the "
"\\<emph\\>Standard\\</emph\\> bar, or by selecting \\<emph\\>Tools - "
"Gallery\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3152596.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3152596.20.h"
"elp.text\n"
"Select a theme."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3148617.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3148617.21.h"
"elp.text\n"
"Select an object by a single click."
msgstr ""

#: helpcontent2/source/text/shared/guide/gallery_insert.xhp#par_id3147443.22.help.text
msgid ""
"Drag the object on to the other object in the document while pressing Ctrl."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#tit.help.text
msgid "Editing Hyperlinks"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#bm_id3153910.help.text
msgid ""
"\\<bookmark_value\\>hyperlinks; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>links; editing "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>changing;formats of "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>text attributes; "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>buttons;editing hyperlink "
"buttons\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#hd_id3153910.11.help.text
msgid ""
"\\<variable id=\\\"hyperlink_edit\\\"\\>\\<link "
"href=\\\"text/shared/guide/hyperlink_edit.xhp\\\" name=\\\"Editing "
"Hyperlinks\\\"\\>Editing Hyperlinks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#hd_id3145071.26.help.text
msgid "Change the text of a hyperlink as follows"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_id3166410.12.help.text
msgid ""
"Option 1: Click on the hyperlink. Then click the \\<emph\\>Hyperlink "
"\\</emph\\>icon on the Standard bar. This works only in text documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_id3147275.27.help.text
msgid ""
"Option 2: Right-click on the hyperlink. In the context menu, choose "
"\\<emph\\>Edit Hyperlink\\</emph\\>. This works only in text documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#hd_id3158432.30.help.text
msgid "Change the URL of a hyperlink as follows"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_id3150503.31.help.text
msgid ""
"Option 1: As described above, open \\<link "
"href=\\\"text/shared/02/09070000.xhp\\\" name=\\\"Hyperlink "
"Dialog\\\"\\>Hyperlink Dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_id3145119.32.help.text
msgid ""
"Option 2: Open \\<link href=\\\"text/shared/main0209.xhp\\\" "
"name=\\\"Hyperlink Bar\\\"\\>Hyperlink Bar\\</link\\> (\\<emph\\>View - "
"Toolbars - Hyperlink Bar\\</emph\\>). Click on the hyperlink, do not release "
"the mouse button and drag the hyperlink to the Hyperlink Bar. Edit the URL "
"on the Hyperlink Bar and press the Return key."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#hd_id3148686.33.help.text
msgid "Change the attribute of all hyperlinks"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_id3148943.25.help.text
msgid "Open the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_idN10826.help.text
msgid "Click the Character Styles icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_idN1082C.help.text
msgid ""
"Right-click the \"Internet Link\" or \"Visited Internet Link\" character "
"style, and choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_idN10834.help.text
msgid ""
"In the dialog, select the new attributes, and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#hd_id3147530.34.help.text
msgid "Edit a hyperlink button"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_edit.xhp#par_id3152361.13.help.text
msgid ""
"If the hyperlink is a button, click on the border to select it, or press the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> key while clicking. Open the "
"\\<emph\\>Properties\\</emph\\> dialog through the context menu. You can "
"edit the label text under \"Caption,\" and modify the address in the \"URL\" "
"field."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#tit.help.text
msgid "Inserting Hyperlinks"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#bm_id3150789.help.text
msgid ""
"\\<bookmark_value\\>hyperlinks; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>links; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"hyperlinks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#hd_id3150789.4.help.text
msgid ""
"\\<variable id=\\\"hyperlink_insert\\\"\\>\\<link "
"href=\\\"text/shared/guide/hyperlink_insert.xhp\\\" name=\\\"Inserting "
"Hyperlinks\\\"\\>Inserting Hyperlinks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3149095.5.help.text
msgid ""
"You can insert hyperlinks in two ways: as text or as a button. In both "
"cases, the visible text can be different from the URL."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3153527.7.help.text
msgid ""
"Display the \\<emph\\>Hyperlink\\</emph\\>\\<emph\\>Bar\\</emph\\> by "
"choosing \\<emph\\>View - Toolbars - Hyperlink Bar\\</emph\\>. Type the "
"visible text in the left field and the full URL in the right field, "
"including http:// or file://."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3149811.8.help.text
msgid ""
"Place the text cursor in the document at the point where you want to insert "
"the hyperlink. Click the\\<emph\\> Hyperlink\\</emph\\> icon on the "
"\\<emph\\>Hyperlink\\</emph\\>\\<emph\\>Bar\\</emph\\>. The hyperlink is "
"inserted as text."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3155421.31.help.text
msgid ""
"If you want to insert the hyperlink as a button, click and hold the "
"\\<emph\\>Hyperlink\\</emph\\> icon and select \\<emph\\>As "
"Button\\</emph\\> from the sub-menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3150275.help.text
msgid ""
"\\<image id=\\\"img_id3149763\\\" "
"src=\\\"res/commandimagelist/sc_hyperlinkdialog.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149763\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3151385.30.help.text
msgid ""
"To use the \\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink dialog\\\"\\>Hyperlink dialog\\</link\\> instead of the "
"\\<emph\\>Hyperlink\\</emph\\>\\<emph\\>Bar\\</emph\\> to define the "
"hyperlink, click the icon on the \\<emph\\>Standard\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3154685.23.help.text
msgid ""
"To jump to a specific line in a text document, first enter a bookmark at "
"that position (\\<emph\\>Insert - Bookmark\\</emph\\>). "
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_idN1076D.help.text
msgid ""
"To jump to a cell in a spreadsheet, first enter a name for the cell "
"(\\<emph\\>Insert - Names - Define\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3144432.32.help.text
msgid ""
"In the \\<emph\\>URL\\</emph\\> combo box, enter only the short form of the "
"URL when jumping within the same document: If the bookmark is called "
"\\<emph\\>Target\\</emph\\>, enter \\<emph\\>Target\\</emph\\>. To jump to "
"another document, enter the complete URL."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3151380.33.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>$[officename] can automatically help you to write the "
"URL: By entering C:\\\\Docu\\\\File1.sdw#Target, $[officename] automatically "
"inserts the correct way of writing - file:///C:/Docu/File1.sdw%23Target. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3152887.24.help.text
msgid ""
"Hyperlinks can also be inserted by drag-and-drop from the Navigator. "
"Hyperlinks can refer to references, headings, graphics, tables, objects, "
"directories or bookmarks."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_id3146975.34.help.text
msgid ""
"If you wish to insert in a text a hyperlink that refers to Table 1, drag the "
"entry Table 1 from the Navigator and drop it in the text. To do this, the "
"\\<emph\\>Insert as Hyperlink\\</emph\\> drag mode must be selected in the "
"Navigator."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_insert.xhp#par_idN107E0.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/guide/references.xhp#references\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#tit.help.text
msgid "Relative and Absolute Links"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#bm_id3147399.help.text
msgid ""
"\\<bookmark_value\\>absolute "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>relative "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; relative and "
"absolute\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks, see also "
"links\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#hd_id3147399.45.help.text
msgid ""
"\\<variable id=\\\"hyperlink_rel_abs\\\"\\>\\<link "
"href=\\\"text/shared/guide/hyperlink_rel_abs.xhp\\\" name=\\\"Relative and "
"Absolute Links\\\"\\>Relative and Absolute Links\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3153345.46.help.text
msgid ""
"When you include hyperlinks, two factors must be taken into account: whether "
"they are set as relative or absolute on saving, and whether or not the file "
"is present."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3147008.47.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools "
"- Options - Load/Save - General\\\"\\>\\<emph\\>Tools - Options - Load/Save -"
" General\\</emph\\>\\</link\\> and specify in the \\<emph\\>Save URLs "
"relative to\\</emph\\> field if $[officename] creates \\<link "
"href=\\\"text/shared/00/00000005.xhp#speichern\\\" name=\\\"relative or "
"absolute hyperlinks\\\"\\>relative or absolute hyperlinks\\</link\\>. "
"Relative linking is only possible when the document you are working on and "
"the link destination are on the same drive."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3145382.48.help.text
msgid ""
"You should create the same directory structure on your hard disk as that "
"which exists in the web space hosted by your Internet provider. Call the "
"root directory for the homepage on your hard disk \"homepage\", for example. "
"The start file is then \"index.htm\", the full path being "
"\"C:\\\\homepage\\\\index.htm\". The URL on your Internet provider's server "
"might, then be as follows: \"http://www.myprovider.com/mypage/index.htm\". "
"With relative addressing, you indicate the link relative to the location of "
"the output document. For example, if you placed all the graphics for your "
"homepage in a subfolder called \"C:\\\\homepage\\\\images\", you would need "
"to give the following path to access the graphic \"picture.gif\": "
"\"images\\\\picture.gif\". This is the relative path, starting from the "
"location of the file \"index.htm\". On the provider's server, you would "
"place the picture in the folder \"mypage/images\". When you transfer the "
"document \"index.htm\" to the provider's server through the \\<emph\\>File - "
"Save As\\</emph\\> dialog, and if you have marked the option \\<emph\\>Copy "
"local graphics to Internet\\</emph\\> under \\<emph\\>Tools - Options - "
"Load/Save - HTML Compatibility\\</emph\\>, $[officename] will automatically "
"copy the graphic to the correct directory on the server."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3159158.49.help.text
msgid ""
"An absolute path such as \"C:\\\\homepage\\\\graphics\\\\picture.gif\" would "
"no longer function on the provider server. Neither a server nor the computer "
"of a reader needs to have a C hard drive: operating systems such as Unix or "
"MacOS do not recognize drive letters, and even if the folder "
"homepage\\\\graphics existed, your picture would not be available. It is "
"better to use relative addressing for file links."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3154046.50.help.text
msgid ""
"A link to a web page, for example, \"www.sun.com\" or "
"\"www.myprovider.com/mypage/index.htm\" is an absolute link."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3155450.51.help.text
msgid ""
"$[officename] also reacts differently, depending on whether the file "
"referred to in the link exists, and where it is located. $[officename] "
"checks every new link and sets a target and protocol automatically. The "
"result can be seen in the generated HTML code after saving the source "
"document."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3145317.52.help.text
msgid ""
"The following rules apply: A relative reference (\"graphic/picture.gif\") is "
"only possible when both files exist on the same drive. If the files are on "
"different drives in your local file system, the absolute reference follows "
"the \"file:\" protocol (\"file:///data1/xyz/picture.gif\"). If the files are "
"on different servers or if the target of the link is not available, the "
"absolute reference uses the \"http:\" protocol "
"(\"http://data2/abc/picture.gif\")."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3153541.53.help.text
msgid ""
"Be sure to organize all files for your homepage on the same drive as the "
"start file of the homepage. In this way, $[officename] can set the protocol "
"and target so that the reference on the server is always correct."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_rel_abs.xhp#par_id3153897.54.help.text
msgid ""
"When you rest your mouse on a hyperlink, a help tip displays the absolute "
"reference, since $[officename] uses absolute path names internally. The "
"complete path and address can only be seen when you view the result of the "
"HTML export, by loading the HTML file as \"Text\" or opening it with a text "
"editor."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#tit.help.text
msgid "Searching With the Hyperlink Bar"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#bm_id3150789.help.text
msgid ""
"\\<bookmark_value\\>Internet; starting "
"searches\\</bookmark_value\\>\\<bookmar"
"k_value\\>searching;Internet\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#hd_id3150789.16.help.text
msgid ""
"\\<variable id=\\\"hyperlink_search\\\"\\>\\<link "
"href=\\\"text/shared/guide/hyperlink_search.xhp\\\" name=\\\"Searching With "
"the Hyperlink Bar\\\"\\>Searching With the Hyperlink "
"Bar\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3154751.17.help.text
msgid ""
"The \\<emph\\>Hyperlink\\</emph\\> Bar can be used to search for the "
"selected text in the Internet."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_idN10620.help.text
msgid ""
"Choose \\<emph\\>View - Toolbars - Hyperlink Bar\\</emph\\> to open the "
"Hyperlink Bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3143267.18.help.text
msgid ""
"Enter the text you want to find in the \\<emph\\>URL Name\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3150774.23.help.text
msgid ""
"If you select text in your document, the text is automatically entered."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3153662.19.help.text
msgid "Click the \\<emph\\>Find\\</emph\\> icon to open a submenu."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3148538.20.help.text
msgid "Select your preferred search engine from the list."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3143271.21.help.text
msgid ""
"$[officename] opens your Web Browser, which calls the selected Internet "
"search engine. After a short time you see the result of your search on "
"screen."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_idN10657.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/optionen/01020200.xhp\\\" "
"name=\\\"Search function in the Hyperlink Bar\\\"\\>\\<emph\\>Tools - "
"Options - Internet - Search\\</emph\\>\\</link\\> to define the search "
"options."
msgstr ""

#: helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3159157.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/hyperlink_search.xhp#par_id3159157.24"
".help.text\n"
"\\<link href=\\\"text/shared/main0209.xhp\\\" name=\\\"Hyperlink "
"Bar\\\"\\>Hyperlink Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#tit.help.text
msgid "Opening documents saved in other formats"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#bm_id3153988.help.text
msgid ""
"\\<bookmark_value\\>Microsoft Office;opening Microsoft "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; "
"importing\\</bookmark_value\\>\\<bookmark_value\\>importing; documents in "
"other formats\\</bookmark_value\\>\\<bookmark_value\\>opening; documents "
"from other formats\\</bookmark_value\\>\\<bookmark_value\\>loading; "
"documents from other "
"formats\\</bookmark_value\\>\\<bookmark_value\\>converting;Microsoft "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#hd_id3145313.2.help.text
msgid ""
"\\<variable id=\\\"import_ms\\\"\\>\\<link "
"href=\\\"text/shared/guide/import_ms.xhp\\\" name=\\\"Opening documents "
"saved in other formats\\\"\\>Opening documents saved in other "
"formats\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3145345.3.help.text
msgid ""
"You can open a document saved in another format by using the following "
"procedure:"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3147242.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3147242.4.help.te"
"xt\n"
"Choose \\<emph\\>File - Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3152780.5.help.text
msgid "Select a format from the\\<emph\\> Files of type\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3148491.6.help.text
msgid "Select a file name and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3159399.8.help.text
msgid ""
"If you always want the file dialogs to show another format by default, "
"choose \\<emph\\>Tools - Options - Load/Save - General\\</emph\\> and select "
"that format as \\<emph\\>Standard file format\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#hd_id3154898.9.help.text
msgid "Converting all documents of a folder"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3147336.10.help.text
msgid ""
"Open the wizard, which guides you through the operation, to copy and convert "
"all documents from Microsoft Word, Microsoft Excel or Microsoft PowerPoint "
"into OpenDocument file format documents. You can select a source and target "
"directory, specify whether to convert documents and/or templates, and more "
"besides."
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3153824.11.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/autopi/01130000.xhp\\\" name=\\\"File - "
"AutoPilot - Document Converter\\\"\\>\\<emph\\>File - Wizards - Document "
"Converter\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_idN10734.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/import_ms.xhp#par_idN10734.help.text\n"
"\\<embedvar href=\\\"text/shared/00/00000021.xhp#xmlformat\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3148944.12.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01130100.xhp\\\" name=\\\"Working with "
"VBA code\\\"\\>Working with VBA code\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3147264.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/import_ms.xhp#par_id3147264.13.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Setting the "
"default file format\\\"\\>Setting the default file format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#tit.help.text
msgid "Inserting, Editing, Saving Bitmaps"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#bm_id3154136.help.text
msgid ""
"\\<bookmark_value\\>graphics, see also "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>images; inserting and "
"editing bitmaps\\</bookmark_value\\>\\<bookmark_value\\>illustrations; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>bitmaps; inserting and "
"editing\\</bookmark_value\\>\\<bookmark_value\\>pixel graphics; inserting "
"and editing\\</bookmark_value\\>\\<bookmark_value\\>exporting; "
"bitmaps\\</bookmark_value\\>\\<bookmark_value\\>importing; "
"bitmaps\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>invert "
"filter\\</bookmark_value\\>\\<bookmark_value\\>smoothing "
"filter\\</bookmark_value\\>\\<bookmark_value\\>sharpening "
"filter\\</bookmark_value\\>\\<bookmark_value\\>remove noise "
"filter\\</bookmark_value\\>\\<bookmark_value\\>solarization "
"filter\\</bookmark_value\\>\\<bookmark_value\\>aging "
"filter\\</bookmark_value\\>\\<bookmark_value\\>posterizing "
"filter\\</bookmark_value\\>\\<bookmark_value\\>pop-art "
"filter\\</bookmark_value\\>\\<bookmark_value\\>charcoal sketches "
"filter\\</bookmark_value\\>\\<bookmark_value\\>mosaic "
"filter\\</bookmark_value"
"\\>\\<bookmark_value\\>pictures;filters\\</bookmark_va"
"lue\\>\\<bookmark_value\\>filters;pictures\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#hd_id3154136.1.help.text
msgid ""
"\\<variable id=\\\"insert_bitmap\\\"\\>\\<link "
"href=\\\"text/shared/guide/insert_bitmap.xhp\\\" name=\\\"Inserting, "
"Editing, Saving Bitmaps\\\"\\>Inserting, Editing, Saving "
"Bitmaps\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#hd_id3149811.2.help.text
msgid "Inserting Bitmaps"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3153031.3.help.text
msgid ""
"A bitmap image can be inserted in $[officename] Writer, $[officename] Calc, "
"$[officename] Draw and $[officename] Impress documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3147209.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3147209.4.hel"
"p.text\n"
"Choose \\<emph\\>Insert - Picture - From File\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3149236.5.help.text
msgid ""
"Select the file. In the \\<emph\\>File type\\</emph\\> box you can restrict "
"the selection to certain file types."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3153126.6.help.text
msgid ""
"Click the \\<emph\\>Link\\</emph\\> box if you want a link to the original "
"file."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3154306.7.help.text
msgid ""
"If the \\<emph\\>Link\\</emph\\> box is marked, whenever the document is "
"updated and loaded the bitmap image is reloaded. The editing steps that you "
"have carried out in the local copy of the image in the document are re-"
"applied and the image is displayed."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3147336.8.help.text
msgid ""
"If the \\<emph\\>Link\\</emph\\> box is not marked, you are always working "
"with the copy created when the graphic was first inserted."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3153824.26.help.text
msgid ""
"To embed graphics that were first inserted as links, go to \\<emph\\>Edit - "
"Links\\</emph\\> and click the \\<emph\\>Break Link\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3151384.9.help.text
msgid "Click \\<emph\\>Open\\</emph\\> to insert the image."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#hd_id3147303.10.help.text
msgid "Editing Bitmaps"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3148552.11.help.text
msgid ""
"When you select the bitmap image, the \\<emph\\>Picture\\</emph\\> Bar "
"offers you the tools for editing the image. Only a local copy is edited in "
"the document, even if you have inserted an image as a link."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3159413.12.help.text
msgid ""
"The \\<emph\\>Picture\\</emph\\> Bar may look slightly different depending "
"to the module you are using."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3154124.13.help.text
msgid ""
"A number of filters are located on the \\<link "
"href=\\\"text/shared/02/24010000.xhp\\\" "
"name=\\\"Filter\\\"\\>\\<emph\\>Filter\\</emph\\>\\</link\\> toolbar, which "
"you can open with the icon on the \\<emph\\>Picture\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3145273.14.help.text
msgid ""
"Some of the filters open a dialog, which you can use to select, for example, "
"the intensity of the filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3150105.15.help.text
msgid ""
"In $[officename] Draw and $[officename] Image, you can add text and "
"graphics, select these objects together with the bitmap, and export the "
"selection as a new bitmap image."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#hd_id3153574.16.help.text
msgid "Saving Bitmaps"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3152576.17.help.text
msgid ""
"If you want to save in a format such as GIF, JPEG or TIFF, you must select "
"and export the bitmap image. This is only possible in $[officename] Draw and "
"$[officename] Impress."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3155414.18.help.text
msgid ""
"Select the bitmap image. You can also select additional objects, such as "
"text, to be exported with the image by pressing the shift key while "
"selecting or by opening a selection frame around all objects."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3148618.19.help.text
msgid ""
"Choose \\<emph\\>File - Export\\</emph\\>. The \\<emph\\>Export\\</emph\\> "
"dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3083443.20.help.text
msgid ""
"In the \\<emph\\>File format\\</emph\\> field, select the file format you "
"want, for example GIF or JPEG."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3152462.21.help.text
msgid ""
"If you only want to export the selected objects, mark the "
"\\<emph\\>Selection\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3150874.22.help.text
msgid ""
"If \\<emph\\>Selection\\</emph\\> is not marked, the entire page of the "
"document is exported."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_bitmap.xhp#par_id3149417.23.help.text
msgid "Enter a name for the file and click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#tit.help.text
msgid "Drawing Graphics With the Draw Functions"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#bm_id3145136.help.text
msgid ""
"\\<bookmark_value\\>text; drawing "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"drawings\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"drawing\\</bookmark_value\\>\\<bookmark_value\\>objects; copying when moving "
"in presentations\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"adding and editing\\</bookmark_value\\>\\<bookmark_value\\>circles; "
"drawing\\</bookmark_value\\>\\<bookmark_value\\>squares; "
"drawing\\</bookmark_value\\>\\<bookmark_value\\>handles; "
"scaling\\</bookmark_value\\>\\<bookmark_value\\>scaling; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>objects; "
"scaling\\</bookmark_value\\>\\<bookmark_value\\>changing; object "
"sizes\\</bookmark_value\\>\\<bookmark_value\\>objects; moving by drag and "
"drop\\</bookmark_value\\>\\<bookmark_value\\>copying; draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>editing;draw "
"objects\\</bookmark_value\\>\\<bookmark_value\\>adding;draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#hd_id3145136.11.help.text
msgid ""
"\\<variable id=\\\"insert_graphic_drawit\\\"\\>\\<link "
"href=\\\"text/shared/guide/insert_graphic_drawit.xhp\\\" name=\\\"Drawing "
"Graphics With the Draw Functions\\\"\\>Drawing Graphics With the Draw "
"Functions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3153345.9.help.text
msgid ""
"Choose \\<emph\\>View - Toolbars - Drawing\\</emph\\> to open the "
"\\<emph\\>Drawing\\</emph\\> toolbar, if it is not already open."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3166460.2.help.text
msgid ""
"Drawing objects can be subsequently edited and modified. Drawing objects "
"created in this way are vector graphics, which you can scale freely without "
"any loss of quality."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3148491.3.help.text
msgid ""
"To create a rectangle, click the rectangle icon and move your cursor to the "
"place in the document where you want one corner of the rectangle to be. "
"Press the mouse button and hold it down while dragging to the opposite "
"corner of the rectangle. When you release the mouse button, the rectangle is "
"inserted in the document. It is selected, and you can edit its properties "
"through the context menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3149164.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>To "
"draw multiple objects of the same type, double-click the icon. "
"\\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>To draw multiple "
"objects of the same type, double-click the icon. "
"\\</caseinline\\>\\<defaultinline\\>Draw multiple objects of the same type. "
"Click the document without moving the mouse to stop drawing "
"objects.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3148473.4.help.text
msgid ""
"If you want to open up draw objects from the center instead of dragging from "
"one corner to the other, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key while "
"dragging. \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>With some window managers, you may need to hold down "
"also the meta key. \\</caseinline\\>\\</switchinline\\> Holding down the "
"Shift key while dragging limits the created object. For example, instead of "
"a rectangle with sides of different length, you obtain a square."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3153626.5.help.text
msgid ""
"To scale the objects, first select them by clicking on them with the "
"selection tool. You then see eight handles around the object. When you drag "
"one of the four corner handles, the opposite corner remains fixed while the "
"other three corners move. When you drag one of the side handles, the "
"opposite side remains fixed."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3149669.6.help.text
msgid ""
"To move draw objects, first select them. To select ,more than one object, "
"press the Shift key while clicking. Select text objects by clicking exactly "
"on their edge. While holding down the mouse button, drag the objects to the "
"new location. If you hold down Shift while dragging, the objects can only be "
"positioned in places compatible with the page margins and the other objects "
"on the page."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3151054.7.help.text
msgid ""
"Hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>the Command key "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\"
"\</defaultinline\\>\\</switchinline\\> while dragging the draw object to "
"copy the object."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3156422.8.help.text
msgid ""
"To revert to normal text mode after creating and editing draw objects, click "
"in an area of the document containing no draw or other objects. If you see a "
"drawing cursor, first exit this mode by clicking the "
"\\<emph\\>Select\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_graphic_drawit.xhp#par_id3145785.10.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01140000.xhp\\\" name=\\\"Information about "
"the individual icons\\\"\\>Information about the individual icons\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#tit.help.text
msgid "Inserting Special Characters"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#bm_id3154927.help.text
msgid ""
"\\<bookmark_value\\>characters; "
"special\\</bookmark_value\\>\\<bookmark_value\\>inserting; special "
"characters\\</bookmark_value\\>\\<bookmark_value\\>special "
"characters\\</bookmark_value\\>\\<bookmark_value\\>text; inserting special "
"cha"
"racters\\</bookmark_value\\>\\<bookmark_value\\>accents\\</bookmark_value\\"
">\\<bookmark_value\\>compose key; special characters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#hd_id3154927.1.help.text
msgid ""
"\\<variable id=\\\"insert_specialchar\\\"\\>\\<link "
"href=\\\"text/shared/guide/insert_specialchar.xhp\\\" name=\\\"Inserting "
"Special Characters\\\"\\>Inserting Special "
"Characters\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3147576.2.help.text
msgid ""
"This function allows you to insert special characters, such as check marks, "
"boxes, and telephone symbols, into your text."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3155535.3.help.text
msgid ""
"To view a selection of all characters, choose \\<emph\\>Insert - Special "
"Character\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3147275.6.help.text
msgid ""
"In the large selection field click the desired character or several "
"characters in succession. The characters are displayed at the bottom of the "
"dialog. When you close the dialog with \\<emph\\>OK\\</emph\\>, all "
"displayed characters in the selected font are inserted in the current "
"document."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3153031.4.help.text
msgid ""
"In any text input field (such as the input fields in the "
"\\<emph\\>Find&Replace\\</emph\\> dialog) you can press "
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+S to call the \\<emph\\>Special "
"Characters\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3155630.7.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>At "
"present there are three ways of entering letters with accents directly from "
"the keyboard. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3154897.8.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\<emph\\>Sun Solaris:\\</emph\\> Using a Sun "
"keyboard. First press the Compose key to the right of the space bar, then "
"enter the first and second modifiers. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3145315.9.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\<emph\\>Linux / NetBSD:\\</emph\\> Using the dead-"
"keys. In an xterm window first press the (´) or (`) key. The character "
"should not appear on the screen. Now press a letter, such as \"e\". The e is "
"given an accent, é or è. If not, then check in the XF86Config file if a "
"\"nodeadkeys\" XkbdVariant has been loaded there and replace it. You may "
"also have set the environment variable SAL_NO_DEADKEYS, which deactivates "
"the dead-keys. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3148943.10.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\<emph\\>All Unix systems:\\</emph\\> (Alt Graph) as "
"additional compose key. The (Alt Graph) key can work in $[officename] like "
"the Compose key, if you set the environment variable SAL_ALTGR_COMPOSE. The "
"(Alt Graph) key must trigger a mode_switch, so, for example, xmodmap -e "
"\"keysym Alt_R = Mode_switch\" must be set. First press (Alt Graph), then "
"the first modifier, then the second modifier. The characters are combined as "
"described on a Solaris system in the file "
"/usr/openwin/include/X11/Suncompose.h. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3149047.5.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Characters\\\"\\>Special Characters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/insert_specialchar.xhp#par_id3153896.11.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040200.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#tit.help.text
msgid "Integrating new UNO components"
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#bm_id3149760.help.text
msgid ""
"\\<bookmark_value\\>add-ons, see UNO "
"components\\</bookmark_value\\>\\<bookmark_value\\>UNO "
"components;integrating "
"new\\</bookmark_value\\>\\<bookmark_value\\>installing;UNO "
"components\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#hd_id3149760.7.help.text
msgid ""
"\\<variable id=\\\"integratinguno\\\"\\>\\<link "
"href=\\\"text/shared/guide/integratinguno.xhp\\\" name=\\\"Integrating new "
"UNO components\\\"\\>Integrating new UNO components\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#par_id3147571.1.help.text
msgid ""
"Programmers can write and integrate their own UNO (Universal Network "
"Objects) components to $[officename]. Those new components can be added to "
"the $[officename] menus and toolbars; we call them \"Add-Ons\"."
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#par_id3154751.2.help.text
msgid ""
"The integration of new components is supported by some tools and services. "
"Details can be found in the $[officename] Developer's Guide. The three main "
"steps are as follows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#par_id3153748.3.help.text
msgid ""
"Register the new components within $[officename]. This can be accomplished "
"using the tool \\<emph\\>pkgchk\\</emph\\> (short for \"package check\"), "
"which can be found in {installpath}\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>/ "
"\\</caseinline\\>\\"
"<defaultinline\\>\\\\\\</defaultinline\\>\\</switchinline\\>program."
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#par_id3153345.4.help.text
msgid ""
"Integrate the new components as services. The ProtocolHandler and "
"JobDispatch services assist you; more information can be found in the "
"$[officename] Developer's Guide."
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#par_id3166460.5.help.text
msgid ""
"Change the user interface (menus or toolbars). This can be done almost "
"automatically by writing an XML text file that describes the changes. More "
"information can be found in the $[officename] Developer's Guide."
msgstr ""

#: helpcontent2/source/text/shared/guide/integratinguno.xhp#par_id3151110.6.help.text
msgid ""
"The Add-Ons can extend the functionality of $[officename]. They are not "
"related to the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/scalc/01/04060112.xhp\\\" "
"name=\\\"Add-Ins\\\"\\>Add-"
"Ins\\</link\\>\\</caseinline\\>\\<defaultinline\\>Add-"
"Ins\\</defaultinline\\>\\</switchinline\\> that provide new functions for "
"$[officename] Calc."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#tit.help.text
msgid "Shortcuts (%PRODUCTNAME Accessibility)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#bm_id3158421.help.text
msgid ""
"\\<bookmark_value\\>accessibility; "
"shortcuts\\</bookmark_value\\>\\<bookmark_value\\>shortcut keys; "
"%PRODUCTNAME accessibility\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3158421.52.help.text
msgid ""
"\\<variable id=\\\"keyboard\\\"\\>\\<link "
"href=\\\"text/shared/guide/keyboard.xhp\\\" name=\\\"Shortcuts (%PRODUCTNAME "
"Accessibility)\\\"\\>Shortcuts (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Accessibility)\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3159201.25.help.text
msgid ""
"You can control \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"without using a mouse device, using only the keyboard."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149177.24.help.text
msgid ""
"On each module's main help page (for example, the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer or \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc main help page) "
"there is a link to access the keyboard shortcuts' help for that module."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145382.23.help.text
msgid ""
"In addition, under the keyword \"Accessibility\" you find step-by-step "
"instructions about how to control the selected module without a mouse device."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3166460.22.help.text
msgid ""
"Working with the \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"user interface without mouse"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3154749.39.help.text
msgid "Activating menu bar, toolbars, windows, and document"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156329.38.help.text
msgid ""
"Repeatedly pressing F6 switches the focus and circles through the following "
"objects:"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150669.37.help.text
msgid "menu bar,"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149234.36.help.text
msgid "every toolbar from top to bottom and from left to right,"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147618.35.help.text
msgid "every free window from left to right,"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154514.34.help.text
msgid "document"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153824.33.help.text
msgid ""
"If the focus is on a menu bar or a toolbar, and you press Ctrl+Tab, you "
"switch through the previously mentioned objects just as with F6, but without "
"switching through to the document. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>Some X Window "
"Managers evaluate this shortcut themselves, in which case you cannot use the "
"shortcut for \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153252.32.help.text
msgid ""
"Press Shift+F6 or Shift+Ctrl+Tab to switch through objects in the opposite "
"direction."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152473.31.help.text
msgid "Press Ctrl+F6 to switch to the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152360.30.help.text
msgid "Press F10 to switch to the menu bar and back."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153896.29.help.text
msgid "Escape closes an open submenu, a toolbar, or the current free window."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3161656.21.help.text
msgid "Calling a menu command"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151056.20.help.text
msgid ""
"Press Alt or F6 or F10 to select the first menu (the "
"\\<emph\\>File\\</emph\\> menu). With right arrow, the next menu to the "
"right is selected; with left arrow, the previous menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153381.19.help.text
msgid ""
"Arrow down opens a selected menu. Any additional arrow down and up arrow "
"move the selection through the menu commands. With right arrow you open any "
"existing submenus."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148798.18.help.text
msgid "Press Enter to execute the selected menu command."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3147086.17.help.text
msgid "Executing an icon command"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148922.16.help.text
msgid ""
"Press F6 repeatedly until the first icon on the toolbar is selected. Use the "
"right and left arrows to select an icon on a horizontal toolbar. Similarly, "
"use the up and down arrows to select an icon on a vertical toolbar. The Home "
"key selects the first icon on a toolbar and the End key, the last."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3144433.15.help.text
msgid ""
"Press Enter to execute the selected icon. If the selected icon normally "
"demands a consecutive mouse action, such as inserting a rectangle, then "
"pressing the Enter key is not sufficient: in these cases press Ctrl+Enter."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153968.28.help.text
msgid ""
"Pressing Ctrl+Enter on an icon for creating a draw object. A draw object "
"will be placed into the middle of the view, with a predefined size."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150449.27.help.text
msgid ""
"Press Ctrl+Enter on the Selection tool to select the first draw object in "
"the document. If you want to edit, size, or move the selected draw object, "
"first use Ctrl+F6 to set the focus into the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151041.26.help.text
msgid ""
"If a toolbar is longer than can be displayed on screen, it shows an icon at "
"the right or lower edge. Select the toolbar and press PageUp or PageDown to "
"display the remaining icons."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3150440.14.help.text
msgid "Special hints for toolbars"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149983.13.help.text
msgid ""
"Press the down arrow or right arrow to open the selected toolbar. This is "
"equivalent to a mouse click. In the toolbar use the right arrow and left "
"arrow keys. The Home and End keys select the first and last icon in the "
"toolbar, respectively."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145365.12.help.text
msgid ""
"Close the toolbar with Esc. It is not possible to move the toolbar without a "
"mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3151119.11.help.text
msgid "Selection from a combo box"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3146986.help.text
msgid ""
"\\<image id=\\\"img_id3148645\\\" src=\\\"res/helpimg/zellvor.png\\\" "
"width=\\\"1.7602inch\\\" height=\\\"0.4898inch\\\" "
"localize=\\\"true\\\"\\>\\<alt id=\\\"alt_id3148645\\\"\\>Combo "
"box\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149666.10.help.text
msgid "Select the combo box. Press Enter."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155366.9.help.text
msgid ""
"Use the down arrow or Page Down key to scroll down the combo box entries, or "
"the up arrow or Page Up key to scroll upwards. The Home key takes you to the "
"first entry and the End key takes you to the last entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145749.8.help.text
msgid "Press Enter to execute the selected entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3150685.41.help.text
msgid "Selection in Tables"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154320.42.help.text
msgid ""
"In several windows, dialogs, and in the table control field, there are "
"tables to select data, for instance, in the right part of the \\<link "
"href=\\\"text/shared/guide/database_main.xhp\\\" name=\\\"Data Source "
"View\\\"\\>Data Source View\\</link\\>. The following keys are used for "
"selections in these tables:"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154014.43.help.text
msgid ""
"Spacebar: switches from selection of the current row and cancellation of any "
"selection, but not if the current cell is in edit mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147396.44.help.text
msgid ""
"Ctrl+Spacebar: switches between selection of the current row and "
"cancellation of this selection"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149488.45.help.text
msgid "Shift+Spacebar: selection of the current column"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156286.73.help.text
msgid ""
"Alt+Up Arrow or Alt+Down Arrow: moves the window separator between table and "
"form, for instance in the bibliography database."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145251.147.help.text
msgid ""
"In a table control or in the data source view, the Tab key moves to the next "
"column. To move to the next control, press Ctrl+Tab. To move to the previous "
"control, press Shift+Ctrl+Tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3150592.7.help.text
msgid "Size and Position of Windows and Dialogs"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153221.6.help.text
msgid "First press Alt+Spacebar."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148456.5.help.text
msgid ""
"A system menu opens with menu commands like \\<emph\\>Move\\</emph\\>, "
"\\<emph\\>Resize\\</emph\\> and \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149400.4.help.text
msgid "Choose a command (down arrow, then Enter)."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155083.3.help.text
msgid ""
"Now you can use the arrow keys to move or resize the dialog or window."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147497.2.help.text
msgid "Press Enter to accept the change. Press Escape to cancel the changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3146988.150.help.text
msgid "Docking and Undocking Windows and Toolbars"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147176.151.help.text
msgid "Press F6 until the window or toolbar is selected."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153707.152.help.text
msgid "Press Ctrl+Shift+F10."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3154479.148.help.text
msgid "Selecting objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148993.149.help.text
msgid "Press Shift+F5 to select the next object in the current document."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3152962.54.help.text
msgid "Edit Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156379.53.help.text
msgid "A selected OLE object can be activated with the Enter key."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3155766.55.help.text
msgid "Edit Position and Size of Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148405.56.help.text
msgid ""
"Use the arrow keys to move the selected object by one grid resolution unit."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145619.57.help.text
msgid ""
"Set the grid resolution unit with \\<emph\\>Tools - Options - %PRODUCTNAME "
"Writer - Grid\\</emph\\> in the \\<emph\\>Resolution\\</emph\\> area. If you "
"enter a number greater than 1 in the \\<emph\\>Subdivision\\</emph\\> area, "
"you must press the arrow key as often as the number states to move the "
"selected object by one grid resolution unit."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3166450.58.help.text
msgid "Use the Alt and arrow keys to move the selected object by one pixel."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147345.59.help.text
msgid ""
"Use Ctrl+Tab to enter the handle edit mode. The upper left handle is the "
"active handle, it starts blinking. Use Ctrl+Tab to select the next handle. "
"Use (Esc) to exit the handle edit mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149565.60.help.text
msgid ""
"In the handle edit mode, the arrow keys move the selected handle, which "
"changes the object size."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3147361.61.help.text
msgid "Edit the Anchors of Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148534.62.help.text
msgid ""
"You can move the anchor of an object with the arrow keys. First enter the "
"handle edit mode and select the anchor. Depending on the type of anchor, you "
"can then move the anchor in different directions."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3163808.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3163808.63.help.te"
"xt\n"
"Select the object."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150646.64.help.text
msgid "Enter the handle edit mode with Ctrl+Tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150940.65.help.text
msgid ""
"The upper left handle starts blinking. Press Ctrl+Tab several times, until "
"no handle blinks. This signals that now the anchor of the object is "
"activated. \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>In text documents you can press Shift+Ctrl+A to "
"activate the anchor directly. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153919.66.help.text
msgid ""
"Use the arrow keys to move the anchor. The object follows the anchor as "
"appropriate."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152582.67.help.text
msgid ""
"You can change the anchor of the selected object for example in the object's "
"context menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148393.68.help.text
msgid ""
"If the object is anchored \\<emph\\>To Paragraph\\</emph\\>, the arrow keys "
"move the object to the previous or next paragraph."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145615.69.help.text
msgid ""
"If the object is anchored\\<emph\\> To page\\</emph\\>, the keys Page Up or "
"Page Down move it to the previous or next page."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145135.70.help.text
msgid ""
"If the object is anchored \\<emph\\>To character\\</emph\\>, the Arrow keys "
"move it through the current paragraph."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145256.71.help.text
msgid ""
"If the object is anchored\\<emph\\> As character\\</emph\\>, no anchor icon "
"exists. You cannot move the object."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149527.72.help.text
msgid ""
"If the object is anchored \\<emph\\>To frame\\</emph\\>, the Arrow keys move "
"it to the next frame in the respective direction."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3153270.133.help.text
msgid "Controlling the Dividing Lines"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3158413.134.help.text
msgid ""
"Documents of \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Calc, \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw, and "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Impress can be "
"split horizontally and vertically into separate views. Each view can show "
"other parts of the document. Using the mouse, you can drag a dividing line "
"from the scrollbar into the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149814.135.help.text
msgid ""
"Shift+Ctrl+F6: shows the dividing lines at default positions and focus a "
"line."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3158444.136.help.text
msgid ""
"Arrow keys: moves the current dividing line a big step in the arrow "
"direction."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3163668.137.help.text
msgid ""
"Shift+Arrow keys: moves the current dividing line a small step in the arrow "
"direction."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3148426.138.help.text
msgid "Delete: deletes the current dividing line"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151277.139.help.text
msgid "Shift+Delete: deletes both dividing lines"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150383.140.help.text
msgid "Enter: fixes the current position of the dividing lines"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150369.141.help.text
msgid "Escape: resets the current dividing line to its default position"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3154492.112.help.text
msgid "Controlling the Data Source View"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150515.113.help.text
msgid "F4: opens and closes the data source view."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3159109.114.help.text
msgid "F6: switches between document and toolbars."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153229.115.help.text
msgid "+ (plus key): expands the selected entry in the data source explorer."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150312.116.help.text
msgid ""
"- (minus key): collapses the selected entry in the data source explorer."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154368.117.help.text
msgid "Ctrl+Shift+E: switches between data source explorer and table."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3147171.118.help.text
msgid "Shortcuts in the Query Design Window"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152455.119.help.text
msgid "F6: switches between object bar, table view, and selection area."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151180.120.help.text
msgid ""
"Alt+Up arrow or Alt+Down arrow: moves the border between table view and "
"selection area up or down."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3156288.121.help.text
msgid ""
"Keys in the Table View (upper area of the query design) and in the Relations "
"window"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156166.122.help.text
msgid ""
"Ctrl+Arrow key: moves the selected table in the direction of the arrow."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147310.123.help.text
msgid "Ctrl+Shift+Arrow key: resizes the selected table in the table view."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152986.124.help.text
msgid "Del: removes the selected table or connection from the table view."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145384.125.help.text
msgid "Tab: switches between tables and connections in the table view."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154529.126.help.text
msgid ""
"Enter: when a connection is selected, the Enter key opens the "
"\\<emph\\>Properties\\</emph\\> dialog of the connection."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3159624.127.help.text
msgid ""
"Enter: when a table is selected, the Enter key enters the first data field "
"from the list box into the selection area."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3153816.128.help.text
msgid "Keys in the Selection Area (bottom area of the query design)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3159170.129.help.text
msgid ""
"Shift+Space key: selects the column in the selection area, so you can open "
"its context menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156198.130.help.text
msgid "Space key: selects the row. Cancels previous selection."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152896.146.help.text
msgid ""
"Ctrl+Arrow left or right: moves the selected column to the left or to the "
"right."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3146152.131.help.text
msgid "Keys in the Table Design Window"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151243.132.help.text
msgid "F6: switches between toolbar, column view, and properties area."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3145075.74.help.text
msgid "Controlling the ImageMap Editor"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3159096.75.help.text
msgid ""
"Press Tab to select an icon. If you selected one of the icons from "
"\\<emph\\>Rectangle\\</emph\\> to \\<emph\\>Freeform Polygon\\</emph\\> and "
"you press Ctrl+Enter, an object of the selected type is created in default "
"size."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156016.76.help.text
msgid ""
"If you press Enter while the icon \\<emph\\>Select\\</emph\\> is selected, "
"the focus is set into the image window of the ImageMap Editor. Press Esc to "
"set the focus back to the icons and input boxes."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149587.77.help.text
msgid ""
"If the icon \\<emph\\>Select\\</emph\\> is selected and you press "
"Ctrl+Enter, the first object in the image window gets selected."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154343.78.help.text
msgid ""
"Use the icon \\<emph\\>Edit Points\\</emph\\> to switch into the point edit "
"mode for polygons and back."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147073.79.help.text
msgid ""
"Use Ctrl+Tab in the image window to select the next point. Use "
"Shift+Ctrl+Tab to select the previous point."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153285.80.help.text
msgid ""
"Use the Delete key with the focus in the image window to delete the selected "
"object."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3145377.46.help.text
msgid "Controlling the Help"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3149441.47.help.text
msgid ""
"Press Shift+F2 to display the \\<link href=\\\"text/shared/main0108.xhp\\\" "
"name=\\\"Extended Tips\\\"\\>Extended Tips\\</link\\> for the currently "
"selected command, icon or control."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3154960.48.help.text
msgid "Navigating the main help pages"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151300.49.help.text
msgid ""
"In the main help pages, use Tab to jump to the next hyperlink or Shift+Tab "
"to jump to the previous link."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155537.50.help.text
msgid "Press Enter to execute the selected hyperlink."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154912.51.help.text
msgid ""
"Press Backspace above the Enter key to return to the previous help page."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3150894.81.help.text
msgid "Controlling the Text Import dialog (CSV file import)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3153975.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3153975.82.help.tex"
"t\n"
"Ruler"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3152869.83.help.text
msgid "Left or Right Arrow: go one position to the left or to the right"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151000.84.help.text
msgid ""
"Ctrl+Left Arrow or Ctrl+Right Arrow: jump to the previous or to the next "
"split"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3159203.85.help.text
msgid ""
"Ctrl+Shift+Left Arrow or Ctrl+Shift+Right Arrow: move a split one position "
"to the left or to the right"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154538.86.help.text
msgid "Home or End: jump to the first or the last possible position"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155382.87.help.text
msgid "Ctrl+Home or Ctrl+End: jump to the first or the last split"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155894.88.help.text
msgid ""
"Shift+Ctrl+Home or Shift+Ctrl+End: move split to the first or to the last "
"position"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145195.89.help.text
msgid "Space key: insert or remove a split"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154647.90.help.text
msgid "Insert key: insert a split (leave existing splits unchanged)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154765.91.help.text
msgid "Delete key: delete a split"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154650.92.help.text
msgid "Shift+Delete: delete all splits"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145368.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145368.93.help.te"
"xt\n"
"Up Arrow or Down Arrow: scroll table down or up one row"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155914.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155914.94.help.te"
"xt\n"
"Page Up or Page Down: scroll table down or up one page"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147492.95.help.text
msgid ""
"Escape key (during mouse drag): cancel drag, move split to old position"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3145216.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3145216.96.help.tex"
"t\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3155148.97.help.text
msgid ""
"Left Arrow or Right Arrow: select left or right column and clear other "
"selections"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150780.98.help.text
msgid ""
"Ctrl+Left Arrow or Ctrl+Right Arrow: move focus to the left or to the right "
"column (does not change selection)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153811.99.help.text
msgid ""
"Shift+Left Arrow or Shift+Right Arrow: expand or shrink the selected range"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3146962.100.help.text
msgid ""
"Ctrl+Shift+Left Arrow or Ctrl+Shift+Right Arrow: expand or shrink the "
"selected range (does not change other selections)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3147512.101.help.text
msgid ""
"Home or End: select the first or the last column (use Shift or Ctrl as with "
"cursor keys)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153559.102.help.text
msgid ""
"Space key: select the current column and deselect all of the other columns"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153804.103.help.text
msgid "Ctrl+Space key: select or deselect the current column"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154733.104.help.text
msgid ""
"Shift+Space key: select the range from the last selected column to the "
"current column"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3154171.105.help.text
msgid ""
"Ctrl+Shift+Space key: select the range from the last selected column to the "
"current column (does not change other selections)"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3156368.106.help.text
msgid "Ctrl+A: select all columns"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3151192.107.help.text
msgid "Shift+F10: open a context menu"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3150416.108.help.text
msgid ""
"Ctrl+1 ... Ctrl+7: set the 1st ... 7th column type for the selected columns"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3166442.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3166442.109.help.t"
"ext\n"
"Up Arrow or Down Arrow: scroll table down or up one row"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3146103.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3146103.110.help.t"
"ext\n"
"Page Up or Page Down: scroll table down or up one page"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3145116.111.help.text
msgid "Ctrl+Home or Ctrl+End: scroll to the top or bottom of a table"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#hd_id3153298.142.help.text
msgid "Controlling the Insert - Special Character Dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153073.143.help.text
msgid "Tab switches through all controls in the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153295.144.help.text
msgid ""
"Alt+Down Arrow opens a combo box. Enter selects the current entry in the "
"combo box."
msgstr ""

#: helpcontent2/source/text/shared/guide/keyboard.xhp#par_id3153958.145.help.text
msgid ""
"Arrow buttons move through the main selection area. Spacebar adds the "
"current character to the list of characters to be inserted."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#tit.help.text
msgid "Creating and Printing Labels and Business Cards"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#bm_id3150774.help.text
msgid ""
"\\<bookmark_value\\>labels; creating and "
"synchronizing\\</bookmark_value\\>\\<bookmark_value\\>business cards; "
"creating and "
"synchronizing\\</bookmark_value\\>\\<bookmark_value\\>synchronizing labels "
"and business cards\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#hd_id3150774.4.help.text
msgid ""
"\\<variable id=\\\"labels\\\"\\>\\<link "
"href=\\\"text/shared/guide/labels.xhp\\\" name=\\\"Creating and Printing "
"Labels and Business Cards\\\"\\>Creating and Printing Labels and Business "
"Cards\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#hd_id3153345.81.help.text
msgid "Designing Business Cards Through a Dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3146798.70.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/01/01010300.xhp\\\" name=\\\"File - New -"
" Business Cards\\\"\\>\\<emph\\>File - New - Business "
"Cards\\</emph\\>\\</link\\> to open the\\<emph\\> Business Cards "
"\\</emph\\>dialog, which allows you to choose how your business cards will "
"look."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#hd_id3147654.82.help.text
msgid "Designing Labels and Business Cards"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3152349.71.help.text
msgid ""
"You can design both labels and business cards through the "
"\\<emph\\>Labels\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3153880.5.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/01/01010200.xhp\\\" name=\\\"File - New -"
" Labels\\\"\\>\\<emph\\>File - New - Labels\\</emph\\>\\</link\\> to open "
"the \\<emph\\>Labels\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3149233.32.help.text
msgid ""
"On the \\<emph\\>Labels\\</emph\\> tab, under \\<emph\\>Format\\</emph\\>, "
"define the label format."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3145674.83.help.text
msgid ""
"$[officename] Writer contains many formats of commercially available sheets "
"for labels, badges, and business cards. You can also add other, user-defined "
"formats."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3143271.28.help.text
msgid ""
"On the \\<emph\\>Labels\\</emph\\> tab, under "
"\\<emph\\>Inscription\\</emph\\>, you can choose what you want written on "
"the labels."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3145610.84.help.text
msgid ""
"This often involves database fields, so that the labels can be printed with "
"varying content, when sending \"Form Letters\" for example. It is also "
"possible to have the same text printed on every label."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3151385.85.help.text
msgid ""
"Use the \\<emph\\>Database \\</emph\\>and \\<emph\\>Table \\</emph\\>list "
"boxes to select the database and table from which the data fields are "
"obtained. Click on the arrow button to transfer the selected data field into "
"the inscription area. Press Enter to insert a line break. You can also enter "
"spaces and any other fixed text."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3147560.6.help.text
msgid ""
"On the \\<emph\\>Format\\</emph\\> tab you can define your own label "
"formats, not covered by the predefined formats. To do this, select \"User\" "
"from the \\<emph\\>Type\\</emph\\> list box. On the "
"\\<emph\\>Options\\</emph\\> tab, you can specify whether all labels or only "
"certain ones are to be created."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3150358.33.help.text
msgid ""
"On the \\<emph\\>Options\\</emph\\> tab page, make sure that the "
"\\<emph\\>Synchronize contents\\</emph\\> box is selected. If this is "
"selected, a label only has to be entered (on the top left label) and edited "
"once."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3156424.86.help.text
msgid ""
"As soon as you click on \\<emph\\>New Document\\</emph\\>, you will see a "
"small window with the \\<emph\\>Synchronize Labels\\</emph\\> button. Enter "
"the first label. When you click on the \\<emph\\>Synchronize "
"Labels\\</emph\\> button, the current individual label is copied to all the "
"other labels on the sheet."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3149767.29.help.text
msgid ""
"Click on \\<emph\\>New Document\\</emph\\> to create a new document with the "
"settings you have entered."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels.xhp#par_id3150449.88.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01010300.xhp\\\" name=\\\"Business "
"Cards\\\"\\>Business Cards\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#tit.help.text
msgid "Printing Address Labels"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#bm_id3147399.help.text
msgid ""
"\\<bookmark_value\\>creating;address labels from "
"databases\\</bookmark_value\\>\\<bookmark_value\\>address labels from "
"databases\\</bookmark_value\\>\\<bookmark_value\\>labels; from "
"databases\\</bo"
"okmark_value\\>\\<bookmark_value\\>stickers\\</bookmark_value\\"
">\\<bookmark_value\\>databases;creating labels\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#hd_id3147399.34.help.text
msgid ""
"\\<variable id=\\\"labels_database\\\"\\>\\<link "
"href=\\\"text/shared/guide/labels_database.xhp\\\" name=\\\"Printing Address "
"Labels\\\"\\>Printing Address Labels\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3153824.36.help.text
msgid ""
"Choose \\<emph\\>File - New - Labels\\</emph\\> to open the "
"\\<emph\\>Labels\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3150084.37.help.text
msgid ""
"Select the format of the label sheets you want to print on. Remember to mark "
"\\<emph\\>Synchronize contents\\</emph\\> on the "
"\\<emph\\>Options\\</emph\\> tab. "
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_idN10687.help.text
msgid "Click \\<emph\\>New Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3148685.38.help.text
msgid ""
"When you see the label document, open the data source view by choosing "
"\\<emph\\>View - Data Sources\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3159413.58.help.text
msgid "In the data source view, select your address data source table."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3153524.39.help.text
msgid ""
"Drag the data fields needed for the Address individually into the top left "
"label. For example, click on the column header NAME and, keeping the mouse "
"button depressed, drag it into the label. This inserts a field. Put the "
"fields in order to complete the address in the first label at top left."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3151382.40.help.text
msgid ""
"Place the cursor at the last text position (after the last field) in the "
"first label."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3150447.41.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\>, and go to the "
"\\<emph\\>Database\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3152596.42.help.text
msgid ""
"Select the type \\<emph\\>Next record\\</emph\\>, click on "
"\\<emph\\>Insert\\</emph\\> and then on \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3083443.43.help.text
msgid ""
"You can now synchronize the labels. Click on the "
"\\<emph\\>Synchronize\\</emph\\>\\<emph\\>Labels\\</emph\\> button in the "
"small window."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3154791.44.help.text
msgid ""
"In the data source view, select the records for which you would like address "
"stickers, by clicking on the row headers to the left. Use the \\<item "
"type=\\\"keycode\\\"\\>Shift\\</item\\> or \\<item "
"type=\\\"keycode\\\"\\>Ctrl\\</item\\> key in the usual way to select "
"several records at the same time."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3146972.45.help.text
msgid ""
"On the Table Data bar, click the \\<emph\\>Data to Fields\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/labels_database.xhp#par_id3148484.25.help.text
msgid "You can then save and/or print the label document."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#tit.help.text
msgid "Selecting the Document Language"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#bm_id3083278.help.text
msgid ""
"\\<bookmark_value\\>languages; "
"selecting\\</bookmark_value\\>\\<bookmark_value\\>documents; "
"languages\\</bookmark_value\\>\\<bookmark_value\\>characters; languages "
"selection\\</bookmark_value\\>\\<bookmark_value\\>text; languages "
"selection\\</bookmark_value\\>\\<bookmark_value\\>paragraph styles; "
"languages\\</bookmark_value\\>\\<bookmark_value\\>drawings; "
"languages\\</bookmark_value\\>\\<bookmark_value\\>default "
"languages\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; default "
"languages\\</bookmark_value\\>\\<bookmark_value\\>dictionaries, see also "
"languages\\</bookmark_value\\>\\<bookmark_value\\>applying;languages, to "
"selected text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#hd_id3083278.1.help.text
msgid ""
"\\<variable id=\\\"language_select\\\"\\>\\<link "
"href=\\\"text/shared/guide/language_select.xhp\\\" name=\\\"Selecting the "
"Document Language\\\"\\>Selecting the Document "
"Language\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150040.2.help.text
msgid ""
"The language you select for your document determines the dictionary used for "
"spellcheck, thesaurus and hyphenation, the decimal and thousands delimiter "
"used and the default currency format."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3153093.3.help.text
msgid "The language you select applies to the whole document."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3152578.4.help.text
msgid ""
"Within the document, you can apply a separate language to any paragraph "
"style. This has priority over the language of the whole document."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3152886.5.help.text
msgid ""
"You can assign a language to selected pieces of text in a paragraph, either "
"by direct formatting or with a character style. This assignment has priority "
"over the paragraph style and document language."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#hd_id3146121.6.help.text
msgid "Selecting a language for the whole document"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3083443.7.help.text
msgid ""
"Choose \\<emph\\>Tools - Options\\</emph\\>. Go to \\<link "
"href=\\\"text/shared/optionen/01140000.xhp\\\" name=\\\"Language Settings - "
"Languages\\\"\\>\\<emph\\>Language Settings - "
"Languages\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3149664.8.help.text
msgid ""
"Under \\<emph\\>Default languages for documents\\</emph\\>, select the "
"document language for all newly created documents. If you mark \\<emph\\>For "
"the current document only\\</emph\\>, your choice will only apply to the "
"current document. Close the dialog with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#hd_id3152938.9.help.text
msgid "Selecting a language for a Paragraph Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150872.10.help.text
msgid ""
"Place the cursor in the paragraph whose paragraph style you want to edit."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3145367.11.help.text
msgid ""
"Open the context menu and select \\<emph\\>Edit Paragraph Style\\</emph\\>. "
"This opens the \\<emph\\>Paragraph Style\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3166413.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3166413.12."
"help.text\n"
"Select the \\<emph\\>Font\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3156283.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3156283.13."
"help.text\n"
"Select the \\<emph\\>Language\\</emph\\> and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3154942.14.help.text
msgid ""
"All paragraphs formatted with the current paragraph style will have the "
"selected language."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#hd_id3145801.15.help.text
msgid "Applying a language directly to selected text"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3148455.16.help.text
msgid "Select the text to which you want to apply a language."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3159348.17.help.text
msgid ""
"Choose \\<emph\\>Format - Character\\</emph\\>. This opens the "
"\\<emph\\>Character\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3155600.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3155600.18."
"help.text\n"
"Select the \\<emph\\>Font\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3154510.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3154510.19."
"help.text\n"
"Select the \\<emph\\>Language\\</emph\\> and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3154164.20.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc, choose "
"\\<emph\\>Format - Cells\\</emph\\> and proceed accordingly."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#hd_id3154272.21.help.text
msgid "Selecting a language for a Character Style"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3145649.22.help.text
msgid ""
"Open the Styles and Formatting window and click on the \\<emph\\>Character "
"Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3146792.23.help.text
msgid ""
"Click on the name of the character style to which you want to apply a "
"different language."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150753.24.help.text
msgid ""
"Then open the context menu in the Styles and Formatting window and select "
"\\<emph\\>Modify\\</emph\\>. This opens the \\<emph\\>Character "
"Style\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150321.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150321.25."
"help.text\n"
"Select the \\<emph\\>Font\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3154756.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3154756.26."
"help.text\n"
"Select the \\<emph\\>Language\\</emph\\> and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3155766.27.help.text
msgid "Now you can apply the character style to your selected text."
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150043.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/language_select.xhp#par_id3150043.28."
"help.text\n"
"\\<link href=\\\"text/shared/optionen/01140000.xhp\\\" name=\\\"Tools - "
"Options - Language Settings - Languages\\\"\\>Tools - Options - Language "
"Settings - Languages\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/language_select.xhp#par_id3152483.29.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" name=\\\"Format - Character "
"- Font\\\"\\>Format - Character - Font\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#tit.help.text
msgid "Drawing Lines in Text"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#bm_id3143206.help.text
msgid ""
"\\<bookmark_value\\>arrows; drawing in "
"text\\</bookmark_value\\>\\<bookmark_value\\>indicator lines in "
"text\\</bookmark_value\\>\\<bookmark_value\\>lines; drawing in "
"text\\</bookmark_value\\>\\<bookmark_value\\>lines; removing automatic "
"lines\\</bookmark_value\\>\\<bookmark_value\\>deleting; lines in "
"text\\</bookmark_value\\>\\<bookmark_value\\>drawing;lines in "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#hd_id3143206.36.help.text
msgid ""
"\\<variable id=\\\"line_intext\\\"\\>\\<link "
"href=\\\"text/shared/guide/line_intext.xhp\\\" name=\\\"Drawing Lines in "
"Text\\\"\\>Drawing Lines in Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3144436.37.help.text
msgid ""
"You can incorporate lines into your text with custom angles, width, color, "
"and other attributes."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3153345.39.help.text
msgid ""
"To define the line attributes and direction, use the "
"\\<emph\\>Line\\</emph\\> drawing object as follows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3156113.help.text
msgid ""
"\\<image id=\\\"img_id3166410\\\" "
"src=\\\"res/commandimagelist/sc_insertdraw.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3166410\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3152780.help.text
msgid ""
"\\<image id=\\\"img_id3154285\\\" "
"src=\\\"res/commandimagelist/sc_line.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154285\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3153254.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3153254.66.help"
".text\n"
"1."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3159400.41.help.text
msgid ""
"On the Tools bar, click the arrow next to the \\<emph\\>Show Draw Functions "
"\\</emph\\>icon to open the \\<emph\\>Drawing \\</emph\\>toolbar, and click "
"the \\<emph\\>Line\\</emph\\> icon. The mouse pointer changes to a cross-"
"hair symbol with a line beside it."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3156117.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3156117.67.help"
".text\n"
"2."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3152472.42.help.text
msgid ""
"In your document, click where the line should begin. Hold down the mouse "
"button and drag to the point where you want the line to end. If you also "
"hold down the Shift key, you can draw only horizontal, vertical, and "
"diagonal lines."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3149294.help.text
msgid ""
"\\<image id=\\\"img_id3159413\\\" "
"src=\\\"res/commandimagelist/sc_drawselect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159413\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3151056.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3151056.68.help"
".text\n"
"3."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3153361.43.help.text
msgid ""
"Release the mouse button once the line has the desired direction and length. "
"You can then draw more lines. End this function by pressing the Esc key or "
"by clicking the \\<emph\\>Selection\\</emph\\> icon from the "
"\\<emph\\>Drawing \\</emph\\>bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3156422.69.help.text
msgid "4."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3159149.44.help.text
msgid ""
"After clicking the \\<emph\\>Selection\\</emph\\> icon, you can select all "
"of the lines at the same time by clicking each line while holding down the "
"Shift key. This multiple selection enables you to assign all of them a "
"common color, width or other attribute."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3153049.38.help.text
msgid ""
"Create a horizontal line by applying the preset Paragraph Style "
"\\<emph\\>Horizontal Line\\</emph\\>. Click into an empty paragraph, and "
"double-click the \\<emph\\>Horizontal Line\\</emph\\> Style in the Styles "
"and Formatting window. If the entry for horizontal lines is not visible in "
"the list of Paragraph Styles, select \"All Styles\" in the lower listbox."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3153748.64.help.text
msgid ""
"You can draw a line above, beside or below a paragraph by choosing "
"\\<emph\\>Format - Paragraph - \\</emph\\>\\<link "
"href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>\\<emph\\>Borders\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_idN107C6.help.text
msgid "Automatic lines"
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_idN107CC.help.text
msgid ""
"If you start a new line by typing some consecutive hyphen or underline "
"characters and press the \\<item type=\\\"keycode\\\"\\>Enter\\</item\\> "
"key, the characters are removed and the previous paragraph gets a line as a "
"bottom border."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_idN107D0.help.text
msgid ""
"To remove an automatically drawn border, choose \\<emph\\>Format - Paragraph "
"- Border\\</emph\\> and select no border."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_idN107D8.help.text
msgid ""
"To undo an automatic border replacement once, choose \\<emph\\>Edit - "
"Undo\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_idN107E0.help.text
msgid ""
"To disable the automatic borders, choose \\<emph\\>Tools - AutoCorrect - "
"Options\\</emph\\> and clear \\<emph\\>Apply border\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3145787.45.help.text
msgid ""
"The lines and other drawing objects that you insert in text are not defined "
"in \\<link href=\\\"text/shared/00/00000002.xhp#html\\\" "
"name=\\\"HTML\\\"\\>HTML\\</link\\>, and are therefore not exported directly "
"into HTML format. Instead, they are exported as graphics."
msgstr ""

#: helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3154188.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/line_intext.xhp#par_id3154188.65.help"
".text\n"
"\\<link href=\\\"text/shared/01/05030500.xhp\\\" name=\\\"Format - Paragraph "
"- Borders\\\"\\>Format - Paragraph - Borders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#tit.help.text
msgid "Defining Line Ends"
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#bm_id3146117.help.text
msgid ""
"\\<bookmark_value\\>defining; arrowheads and other line "
"ends\\</bookmark_value\\>\\<bookmark_value\\>arrows; defining arrow "
"heads\\</bookmark_value\\>\\<bookmark_value\\>line ends; "
"defining\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#hd_id3146117.14.help.text
msgid ""
"\\<variable id=\\\"lineend_define\\\"\\>\\<link "
"href=\\\"text/shared/guide/lineend_define.xhp\\\" name=\\\"Defining Line "
"Ends\\\"\\>Defining Line Ends\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3153750.15.help.text
msgid ""
"You can define any object to be included in the list of available line ends."
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3147653.16.help.text
msgid "Use the draw functions to create an object to be used as a line end."
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3149795.17.help.text
msgid "Select the object and choose \\<emph\\>Format - Line\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3154306.18.help.text
msgid "In the dialog, click the \\<emph\\>Arrow Styles\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3149765.19.help.text
msgid ""
"Click \\<emph\\>Add\\</emph\\> and assign a name to the new arrow style."
msgstr ""

#: helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3151176.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/lineend_define.xhp#par_id3151176.20.h"
"elp.text\n"
"Click \\<emph\\>Close\\</emph\\> to close the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#tit.help.text
msgid "Defining Line Styles"
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#bm_id3153825.help.text
msgid ""
"\\<bookmark_value\\>line "
"styles;defining\\</bookmark_value\\>\\<bookmark_value\\>defining;line "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#hd_id3153825.9.help.text
msgid ""
"\\<variable id=\\\"linestyle_define\\\"\\>\\<link "
"href=\\\"text/shared/guide/linestyle_define.xhp\\\" name=\\\"Defining Line "
"Styles\\\"\\>Defining Line Styles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3153880.10.help.text
msgid "Select a line drawing object in a document."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3155419.14.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Format - Line\\</item\\> and click "
"the \\<emph\\>Line Styles\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3155449.15.help.text
msgid "Specify the line options that you want."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3150791.16.help.text
msgid ""
"To specify the length of the line as a percentage of the line width, select "
"\\<emph\\>Fit to line width\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3152920.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3152920.12"
".help.text\n"
"Click \\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3145606.17.help.text
msgid "Enter a name for the line style and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_id3149202.13.help.text
msgid ""
"To save the line style in a custom line style list, click the \\<emph\\>Save "
"Line Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_idN10671.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/linestyle_define.xhp#par_idN10671.hel"
"p.text\n"
"Click \\<emph\\>Close\\</emph\\> to close the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#tit.help.text
msgid "Applying Line Styles"
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#bm_id3153884.help.text
msgid ""
"\\<bookmark_value\\>separator lines; "
"defining\\</bookmark_value\\>\\<bookmark_value\\>reference "
"lines\\</bookmark_value\\>\\<bookmark_value\\>arrows; defining arrow "
"lines\\</bookmark_value\\>\\<bookmark_value\\>line styles; "
"applying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#hd_id3153884.3.help.text
msgid ""
"\\<variable id=\\\"linestyles\\\"\\>\\<link "
"href=\\\"text/shared/guide/linestyles.xhp\\\" name=\\\"Applying Line Styles "
"Using the Toolbar\\\"\\>Applying Line Styles Using the "
"Toolbar\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#par_id3150669.5.help.text
msgid ""
"The \\<emph\\>Drawing Object Properties\\</emph\\> toolbar contains icons "
"and combo boxes to define various line attributes."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#par_id3145068.6.help.text
msgid ""
"Click the \\<emph\\>Line\\</emph\\> icon \\<image id=\\\"img_id3144510\\\" "
"src=\\\"res/commandimagelist/sc_formatline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3144510\\\"\\>Icon\\</alt\\>\\</image\\> to open the "
"\\<emph\\>Format - Line\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#par_idN106D6.help.text
msgid ""
"Click the \\<emph\\>Arrow Styles\\</emph\\> icon \\<image "
"id=\\\"img_id5858221\\\" "
"src=\\\"res/commandimagelist/sc_lineendstyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id5858221\\\"\\>Icon\\</alt\\>\\</image\\> to select an arrow "
"style for the right and left ends of a line."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#par_id3150868.7.help.text
msgid ""
"Select a style from the \\<emph\\>Line Style\\</emph\\> box and specify the "
"width in the \\<emph\\>Line Width\\</emph\\> box. A width of 0 corresponds "
"to 1 pixel."
msgstr ""

#: helpcontent2/source/text/shared/guide/linestyles.xhp#par_idN1070A.help.text
msgid ""
"Select the line and arrow color in the \\<emph\\>Line Color\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#tit.help.text
msgid "Recording a Macro"
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#bm_id3093440.help.text
msgid ""
"\\<bookmark_value\\>macros; "
"recording\\</bookmark_value\\>\\<bookmark_value\\>recording; "
"macros\\</bookmark_value\\>\\<bookmark_value\\>Basic; recording "
"macros\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#hd_id3093440.1.help.text
msgid ""
"\\<variable id=\\\"macro_recording\\\"\\>\\<link "
"href=\\\"text/shared/guide/macro_recording.xhp\\\" name=\\\"Recording a "
"Macro\\\"\\>Recording a Macro\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3154749.4.help.text
msgid "Open the document for which you want to record a macro."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3149398.5.help.text
msgid "Choose \\<emph\\>Tools - Macros - Record Macro\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3150275.6.help.text
msgid ""
"You see the small \\<emph\\>Recording\\</emph\\> dialog with just one button "
"called \\<emph\\>Stop Recording\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3153087.7.help.text
msgid "Perform the actions you want to be recorded in the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3150504.15.help.text
msgid ""
"Press the Escape key to deselect an object, as the macro recorder currently "
"does not record this action by mouse click."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3148492.8.help.text
msgid "Click \\<emph\\>Stop Recording\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3148686.9.help.text
msgid ""
"The \\<emph\\>Macro\\</emph\\> dialog appears, in which you can save and run "
"the macro."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3159158.10.help.text
msgid ""
"If you want to abort the recording without saving a macro, click the "
"\\<emph\\>Close\\</emph\\> button of the \\<emph\\>Recording\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3144510.11.help.text
msgid ""
"To save the macro, first select the object where you want the macro to be "
"saved in the \\<emph\\>Save macro in\\</emph\\> list box."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3148550.12.help.text
msgid ""
"If you want the macro to be saved into a new library or module, click the "
"\\<emph\\>New Library \\</emph\\>or \\<emph\\>New Module \\</emph\\>button "
"and enter a name for the library or module."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3149456.13.help.text
msgid ""
"Enter a name for the new macro in the \\<emph\\>Macro name\\</emph\\> text "
"box."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3154138.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3154138.14."
"help.text\n"
"Click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3156422.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06130000.xhp\\\" "
"name=\\\"Macro\\\"\\>Macro\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id3147576.2.help.text
msgid ""
"\\<link href=\\\"text/shared/main0600.xhp\\\" name=\\\"macro programming in "
"$[officename]\\\"\\>Programming in %PRODUCTNAME\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/macro_recording.xhp#par_id7797242.help.text
msgid ""
"The macro recording functionality is only available for text documents in "
"%PRODUCTNAME Writer and for spreadsheets in %PRODUCTNAME Calc."
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#tit.help.text
msgid "General Instructions for %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#bm_id3151097.help.text
msgid "\\<bookmark_value\\>instructions; general\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3151097.1.help.text
msgid ""
"\\<variable id=\\\"main\\\"\\>\\<link "
"href=\\\"text/shared/guide/main.xhp\\\" name=\\\"General Instructions for "
"%PRODUCTNAME\\\"\\>General Instructions for \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3153681.2.help.text
msgid "Opening and Saving Documents and Templates"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3150669.3.help.text
msgid "Using Windows, Menus and Icons"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3149295.10.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#hd_id3149295.10.help.text\n"
"Accessibility"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3159149.4.help.text
msgid "Copying Data by Drag and Drop or Menu Commands"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3152576.5.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#hd_id3152576.5.help.text\n"
"Data Sources"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_idN10826.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#par_idN10826.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/main.xhp\\\"\\>Working with "
"databases in %PRODUCTNAME\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_idN10841.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#par_idN10841.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/tablewizard00.xhp\\\"\\>Table "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_idN1085B.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#par_idN1085B.help.text\n"
"\\<link href=\\\"text/shared/explorer/database/querywizard00.xhp\\\"\\>Query "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_idN10875.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01090000.xhp\\\"\\>Forms "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_id3154011.12.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01100000.xhp\\\"\\>Report "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3147216.6.help.text
msgid "Recording Changes (Revision Marking)"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3145261.7.help.text
msgid ""
"Configuring and Modifying \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3145252.8.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#hd_id3145252.8.help.text\n"
"Charts"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#hd_id3157846.9.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/main.xhp#hd_id3157846.9.help.text\n"
"Miscellaneous"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_id3147173.13.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000005.xhp\\\" name=\\\"General "
"Terminology\\\"\\>General Terminology\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/main.xhp#par_id3156332.14.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp\\\" name=\\\"Internet "
"Terminology\\\"\\>Internet Terminology\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#tit.help.text
msgid "Selecting Measurement Units"
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#bm_id3159201.help.text
msgid ""
"\\<bookmark_value\\>documents;measurement units "
"in\\</bookmark_value\\>\\<bookmark_value\\>measurement "
"units;selecting\\</bookmark_value\\>\\<bookmark_value\\>units;measurement "
"unit"
"s\\</bookmark_value\\>\\<bookmark_value\\>centimeters\\</bookmark_value\\>"
"\\<b"
"ookmark_value\\>inches\\</bookmark_value\\>\\<bookmark_value\\>distances\\"
"</bookmark_value\\>\\<bookmark_value\\>selecting;measurement "
"units\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#hd_id3159201.help.text
msgid ""
"\\<variable id=\\\"measurement_units\\\"\\>\\<link "
"href=\\\"text/shared/guide/measurement_units.xhp\\\" name=\\\"Selecting "
"Measurement Units\\\"\\>Selecting Measurement Units\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3146957.2.help.text
msgid ""
"You can select separate measurement units for $[officename] Writer, "
"$[officename] Writer/Web, $[officename] Calc, $[officename] Impress and "
"$[officename] Draw documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_idN10674.help.text
msgid ""
"Open a document of the type for which you want to change the measurement "
"units."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3153345.3.help.text
msgid "Choose \\<emph\\>Tools - Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3154749.4.help.text
msgid ""
"In the left pane of the dialog, double-click the application for which you "
"want to select the measurement unit."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3147653.5.help.text
msgid ""
"Double-click \\<emph\\>%PRODUCTNAME Writer\\</emph\\> if you want to select "
"the measurement units for text documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3150443.6.help.text
msgid "Click on \\<emph\\>General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3147335.7.help.text
msgid ""
"On the \\<emph\\>General\\</emph\\> tab page, select the measurement unit. "
"Close the dialog with \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3153126.8.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000003.xhp\\\" name=\\\"Converting "
"measurement units\\\"\\>Converting measurement units\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/measurement_units.xhp#par_id3148473.9.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040200.xhp\\\" name=\\\"Tools - "
"Options - Writer - General\\\"\\>Tools - Options - %PRODUCTNAME Writer - "
"General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#tit.help.text
msgid "Comparing Microsoft Office and $[officename] Terms"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3156136.help.text
msgid ""
"\\<bookmark_value\\>Microsoft Office;feature comparisons\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#hd_id3156136.50.help.text
msgid ""
"\\<variable id=\\\"microsoft_terms\\\"\\>\\<link "
"href=\\\"text/shared/guide/microsoft_terms.xhp\\\" name=\\\"Comparing "
"Microsoft Office and $[officename] Terms\\\"\\>Comparing Microsoft Office "
"and $[officename] Terms\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3149177.1.help.text
msgid ""
"The following tables list Microsoft Office XP features and their "
"$[officename] equivalents."
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153748.2.help.text
msgid "Microsoft Office XP"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156346.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156346.3.h"
"elp.text\n"
"$[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3153252.help.text
msgid ""
"\\<bookmark_value\\>AutoShapes feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153252.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153252.4.h"
"elp.text\n"
"AutoShapes"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3154897.5.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/gallery_insert.xhp\\\" name=\\\"Gallery "
"Objects\\\"\\>Gallery Objects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3157910.help.text
msgid ""
"\\<bookmark_value\\>Change Case feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3157910.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3157910.6.h"
"elp.text\n"
"Change Case"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153825.7.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05050000.xhp\\\" "
"name=\\\"Case/Characters\\\"\\>Case/Characters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3145674.help.text
msgid ""
"\\<bookmark_value\\>comments feature in Microsoft Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3145674.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3145674.8.h"
"elp.text\n"
"Comments"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3144510.9.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04050000.xhp\\\" "
"name=\\\"Notes\\\"\\>Notes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3148946.help.text
msgid ""
"\\<bookmark_value\\>Compare and Merge feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3148946.10.help.text
msgid "Compare and Merge Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153524.11.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/redlining_doccompare.xhp\\\" "
"name=\\\"Compare\\\"\\>Compare\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3151041.help.text
msgid ""
"\\<bookmark_value\\>Document Map feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3151041.12.help.text
msgid "Document Map"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156280.13.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/navigator_setcursor.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3153768.help.text
msgid ""
"\\<bookmark_value\\>Formula Auditing feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153768.14.help.text
msgid "Formula Auditing"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3154013.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3154013.15."
"help.text\n"
"\\<link href=\\\"text/scalc/01/06030000.xhp\\\" "
"name=\\\"Detective\\\"\\>Detective\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3153573.help.text
msgid ""
"\\<bookmark_value\\>Lines and Page Breaks feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153573.16.help.text
msgid "Lines and Page Breaks"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3151116.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3151116.17."
"help.text\n"
"\\<link href=\\\"text/swriter/01/05030200.xhp\\\" name=\\\"Text "
"Flow\\\"\\>Text Flow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3159153.help.text
msgid ""
"\\<bookmark_value\\>Mail Merge feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3159153.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3159153.18."
"help.text\n"
"Mail Merge"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3145748.19.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/form_letters_main.xhp\\\" name=\\\"Form "
"Letter\\\"\\>Form Letter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3152940.help.text
msgid ""
"\\<bookmark_value\\>Markup feature in Microsoft Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3152940.20.help.text
msgid "Markup"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3147048.21.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230200.xhp\\\" name=\\\"Changes - "
"Show\\\"\\>Changes - Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3153878.help.text
msgid ""
"\\<bookmark_value\\>Phonetic Guide feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153878.22.help.text
msgid "Phonetic Guide"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3145254.23.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05060000.xhp\\\" "
"name=\\\"Ruby\\\"\\>Ruby\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3154942.help.text
msgid ""
"\\<bookmark_value\\>Pivot tables feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3154942.51.help.text
msgid "PivotTable"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156181.52.help.text
msgid ""
"\\<link href=\\\"text/scalc/01/12090102.xhp\\\" "
"name=\\\"DataPilot\\\"\\>DataPilot\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3153950.help.text
msgid ""
"\\<bookmark_value\\>Refresh Data feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153950.26.help.text
msgid "Refresh Data"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3146913.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3146913.27."
"help.text\n"
"\\<link href=\\\"text/shared/02/07060000.xhp\\\" "
"name=\\\"Reload\\\"\\>Reload\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3145643.help.text
msgid ""
"\\<bookmark_value\\>Replace text as you type feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3145643.28.help.text
msgid "Replace text as you type"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3152962.29.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010400.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3154755.help.text
msgid ""
"\\<bookmark_value\\>Show/Hide feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3154755.30.help.text
msgid "Show/Hide"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3150045.31.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03100000.xhp\\\" name=\\\"Nonprinting "
"Characters\\\"\\>Nonprinting Characters\\</link\\>, \\<link "
"href=\\\"text/swriter/01/03140000.xhp\\\" name=\\\"Hidden "
"Paragraphs\\\"\\>Hidden Paragraphs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3156373.help.text
msgid ""
"\\<bookmark_value\\>Spelling and Grammar feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156373.34.help.text
msgid "Spelling and Grammar"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3150297.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3150297.35."
"help.text\n"
"\\<link href=\\\"text/shared/01/06010000.xhp\\\" "
"name=\\\"Spellcheck\\\"\\>Spellcheck\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3154205.help.text
msgid ""
"\\<bookmark_value\\>Track changes feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3154205.38.help.text
msgid "Track changes"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3146810.39.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230000.xhp\\\" name=\\\"Changes - "
"Record\\\"\\>Changes - Record\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3151214.help.text
msgid ""
"\\<bookmark_value\\>Validation feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3151214.40.help.text
msgid "Validation"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156138.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3156138.41."
"help.text\n"
"\\<link href=\\\"text/scalc/01/12120000.xhp\\\" "
"name=\\\"Validity\\\"\\>Validity\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3166431.help.text
msgid ""
"\\<bookmark_value\\>Workbook feature in Microsoft Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3166431.46.help.text
msgid "Workbook"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3155379.47.help.text
msgid ""
"\\<link href=\\\"text/scalc/main0503.xhp\\\" "
"name=\\\"Spreadsheet\\\"\\>Spreadsheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#bm_id3153228.help.text
msgid ""
"\\<bookmark_value\\>Worksheet feature in Microsoft "
"Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3153228.48.help.text
msgid "Worksheet"
msgstr ""

#: helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3148593.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/microsoft_terms.xhp#par_id3148593.49."
"help.text\n"
"\\<link href=\\\"text/scalc/01/04050000.xhp\\\" "
"name=\\\"Sheet\\\"\\>Sheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#tit.help.text
msgid "Mobile Devices Filters for Pocket Device Appliances"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#bm_id3147143.help.text
msgid ""
"\\<bookmark_value\\>mobile devices "
"filters\\</bookmark_value\\>\\<bookmark_value\\>pocket device "
"appliances\\</bookmark_value\\>\\<bookmark_value\\>$[officename] "
"documents;mobile devices "
"filters\\</bookmark_value\\>\\<bookmark_value\\>Palm file "
"filters\\</bookmark_value\\>\\<bookmark_value\\>Pocket PC file "
"filters\\</bookmark_value\\>\\<bookmark_value\\>saving;documents for mobile "
"devices\\</bookmark_value\\>\\<bookmark_value\\>opening;mobile device "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#hd_id3147143.33.help.text
msgid ""
"\\<variable id=\\\"mobiledevicefilters\\\"\\>\\<link "
"href=\\\"text/shared/guide/mobiledevicefilters.xhp\\\" name=\\\"Mobile "
"Devices Filters for Pocket Device Appliances\\\"\\>Mobile Devices Filters "
"for Pocket Device Appliances\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3143267.1.help.text
msgid ""
"You can save and open documents to and from several mobile devices file "
"formats."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3146957.2.help.text
msgid "Currently the following filters are available:"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3154823.3.help.text
msgid "AportisDoc for Palm OS compatible devices"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147209.4.help.text
msgid "Pocket Excel for Pocket PC compatible devices"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3166460.5.help.text
msgid "Pocket Word for Pocket PC compatible devices"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147653.6.help.text
msgid ""
"Installing the Pocket PC filters under Windows will also install a DLL file "
"that supports the synchronize software of your Pocket PC."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3153252.7.help.text
msgid ""
"The Java Runtime Environment is required to use the mobile device filters."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#hd_id3153665.8.help.text
msgid "Installing the mobile devices filters"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3148685.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3148685"
".9.help.text\n"
"Close $[officename] and the Quickstarter."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3156023.10.help.text
msgid ""
"If you have installed ActiceSync under Windows, disconnect your Pocket PC "
"device from ActiveSync."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3153061.11.help.text
msgid "Start the $[officename] Setup program:"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_idN107E7.help.text
msgid ""
"Open the Windows \\<emph\\>Start\\</emph\\> button, choose \\<emph\\>Control "
"Panel\\</emph\\>, click \\<emph\\>Add or Remove Programs\\</emph\\>, select "
"the %PRODUCTNAME %PRODUCTVERSION entry, click \\<emph\\>Change\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3146794.12.help.text
msgid ""
"In Setup, choose the \\<emph\\>Modify\\</emph\\> option and click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3151054.13.help.text
msgid ""
"Open the \\<emph\\>Optional Components\\</emph\\> entry, then open the "
"\\<emph\\>Mobile Device Filters\\</emph\\> entry. Select the filters you "
"want to install."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3154138.14.help.text
msgid "Click \\<emph\\>Next\\</emph\\>, and exit the Setup program."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#hd_id3154123.15.help.text
msgid "Saving $[officename] documents for a mobile device"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3153192.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3153192"
".16.help.text\n"
"Choose \\<emph\\>File - Save As\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3148672.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3148672"
".17.help.text\n"
"Open the \\<emph\\>File type\\</emph\\> box and select the appropriate "
"filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3145419.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3145419"
".18.help.text\n"
"Enter a name and click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#hd_id3153768.19.help.text
msgid "Opening mobile device documents in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147287.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147287"
".20.help.text\n"
"Choose \\<emph\\>File - Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147428.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147428"
".21.help.text\n"
"Open the \\<emph\\>File type\\</emph\\> box and select the appropriate "
"filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3148618.22.help.text
msgid "Select the file and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#hd_id3159196.23.help.text
msgid "Synchronizing file types"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3145272.24.help.text
msgid ""
"To convert Pocket PC formats to and from $[officename] formats, you must "
"first change some options within ActiveSync. To do this, open the ActiveSync "
"window and open its Options dialog. Perform the following steps:"
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3149064.25.help.text
msgid "Select the \\<emph\\>Rules\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3147216.26.help.text
msgid "Click the \\<emph\\>Conversion Settings\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3154145.27.help.text
msgid "Click the \\<emph\\>Device to Desktop\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3159155.28.help.text
msgid ""
"Select \\<emph\\>Pocket Word Document - Pocket PC\\</emph\\> and click "
"\\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3154638.29.help.text
msgid ""
"In the drop down list of available conversions, select "
"\\<emph\\>$[officename] Writer \\</emph\\>and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3149958.30.help.text
msgid ""
"Repeat steps 4 and 5 for \\<emph\\>Pocket Excel Workbook\\</emph\\> "
"selecting \\<emph\\>$[officename] Calc\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/mobiledevicefilters.xhp#par_id3148389.31.help.text
msgid ""
"After these steps you can copy documents between $[officename] and your "
"Pocket PC, either by the ActiveSync software or by the Windows Explorer. The "
"filters will be applied to the document files automatically."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#tit.help.text
msgid "Changing the Association of Microsoft Office Document Types"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#bm_id3143267.help.text
msgid ""
"\\<bookmark_value\\>Microsoft Office;reassigning document "
"types\\</bookmark_value\\>\\<bookmark_value\\>file associations for "
"Microsoft Office\\</bookmark_value\\>\\<bookmark_value\\>changing;file "
"associations in Setup program\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#hd_id3143267.8.help.text
msgid ""
"\\<variable id=\\\"ms_doctypes\\\"\\>\\<link "
"href=\\\"text/shared/guide/ms_doctypes.xhp\\\" name=\\\"Changing the "
"Association of Microsoft Office Document Types\\\"\\>Changing the "
"Association of Microsoft Office Document Types\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#par_id3152780.1.help.text
msgid ""
"To change the association of Microsoft Office file name extensions to open "
"the files either in $[officename] or in Microsoft Office, using Microsoft "
"Windows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#par_id3153662.2.help.text
msgid "Exit $[officename] and the $[officename] Quickstarter."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#par_id3149514.3.help.text
msgid "Run the $[officename] Setup program:"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#par_idN10665.help.text
msgid ""
"Click the Windows \\<emph\\>Start\\</emph\\> button, choose "
"\\<emph\\>Control Panel\\</emph\\>, click \\<emph\\>Add or Remove "
"Programs\\</emph\\>, select the %PRODUCTNAME %PRODUCTVERSION entry, click "
"\\<emph\\>Change\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#par_id3149762.4.help.text
msgid ""
"In the $[officename] Setup, check the \\<emph\\>Modify\\</emph\\> option and "
"click \\<emph\\>Next\\</emph\\> until you see the file types page."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_doctypes.xhp#par_id3145673.6.help.text
msgid ""
"Select or deselect the file types. Click \\<emph\\>OK\\</emph\\> and "
"complete the $[officename] Setup program."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#tit.help.text
msgid "About Converting Microsoft Office Documents"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#bm_id3149760.help.text
msgid ""
"\\<bookmark_value\\>Microsoft Office;document import "
"restrictions\\</bookmark_value\\>\\<bookmark_value\\>import restrictions for "
"Microsoft Office\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#hd_id3152425.1.help.text
msgid ""
"\\<variable id=\\\"about\\\"\\>\\<link "
"href=\\\"text/shared/guide/ms_import_export_limitations.xhp\\\" "
"name=\\\"About Converting Microsoft Office Documents\\\"\\>About Converting "
"Microsoft Office Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3147834.2.help.text
msgid ""
"$[officename] can automatically open Microsoft Office 97/2000/XP documents. "
"However, some layout features and formatting attributes in more complex "
"Microsoft Office documents are handled differently in $[officename] or are "
"unsupported. As a result, converted files require some degree of manual "
"reformatting. The amount of reformatting that can be expected is "
"proportional to the complexity of the structure and formatting of the source "
"document. $[officename] cannot run Visual Basic Scripts, but can load them "
"for you to analyze."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3155934.3.help.text
msgid ""
"The following lists provide a general overview of Microsoft Office features "
"that may cause conversion challenges. These will not affect your ability to "
"use or work with the content of the converted document."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#hd_id3155892.6.help.text
msgid "Microsoft Word"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3147088.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3147088.7.help.text\n"
"AutoShapes"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3150774.8.help.text
msgid "Revision marks"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3147209.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3147209.9.help.text\n"
"OLE objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3154749.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3154749.10.help.text\n"
"Certain controls and Microsoft Office form fields"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3149578.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3149578.11.help.text\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3155342.12.help.text
msgid "Tables, frames, and multi-column formatting"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3153541.13.help.text
msgid "Hyperlinks and bookmarks"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3154143.14.help.text
msgid "Microsoft WordArt graphics"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3156117.15.help.text
msgid "Animated characters/text"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#hd_id3150986.16.help.text
msgid "Microsoft Excel"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3148685.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3148685.17.help.text\n"
"AutoShapes"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3149514.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3149514.18.help.text\n"
"OLE objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3148943.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3148943.19.help.text\n"
"Certain controls and Microsoft Office form fields"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3155922.20.help.text
msgid "Pivot tables"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3152361.21.help.text
msgid "New chart types"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3156343.22.help.text
msgid "Conditional formatting"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3149456.23.help.text
msgid "Some functions/formulas"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#hd_id3153524.24.help.text
msgid "Microsoft PowerPoint"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3154365.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3154365.25.help.text\n"
"AutoShapes"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3156424.26.help.text
msgid "Tab, line, and paragraph spacing"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3154910.27.help.text
msgid "Master background graphics"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3159151.28.help.text
msgid "Grouped objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3156282.29.help.text
msgid "Certain multimedia effects"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3150439.30.help.text
msgid ""
"For a detailed overview of the converting documents to and from Microsoft "
"Office format, see the $[officename] Migration Guide."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_id3147318.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_import_export_limitations.xhp#par_"
"id3147318.33.help.text\n"
"\\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Setting the "
"default file format\\\"\\>Setting the default file format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#tit.help.text
msgid "Using Microsoft Office and $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#bm_id3150789.help.text
msgid ""
"\\<bookmark_value\\>Office;Microsoft Office and "
"$[officename]\\</bookmark_value\\>\\<bookmark_value\\>Microsoft Office;new "
"users information\\</bookmark_value\\>\\<bookmark_value\\>opening;Microsoft "
"Office files\\</bookmark_value\\>\\<bookmark_value\\>saving;as Microsoft "
"Office file\\</bookmark_value\\>\\<bookmark_value\\>macros; in MS Office "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3150789.30.help.text
msgid ""
"\\<variable id=\\\"ms_user\\\"\\>\\<link "
"href=\\\"text/shared/guide/ms_user.xhp\\\" name=\\\"Using Microsoft Office "
"and $[officename]\\\"\\>Using Microsoft Office and "
"$[officename]\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3152801.1.help.text
msgid ""
"$[officename] can open and save documents in the Microsoft Office file "
"formats."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3145345.2.help.text
msgid "Opening a Microsoft Office File"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3147008.3.help.text
msgid ""
"Choose \\<emph\\>File - Open\\</emph\\>. Select a Microsoft Office file in "
"the $[officename] file open dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3156346.4.help.text
msgid "MS Office file..."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3155342.5.help.text
msgid "...will open in $[officename] module"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3153543.6.help.text
msgid "MS Word, *.doc"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3147620.7.help.text
msgid "$[officename] Writer"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3154898.8.help.text
msgid "MS Excel, *.xls"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3149580.9.help.text
msgid "$[officename] Calc"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3147574.10.help.text
msgid "MS PowerPoint, *.ppt, *.pps"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3153626.11.help.text
msgid "$[officename] Impress"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3147303.12.help.text
msgid "Saving as a Microsoft Office File"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3145068.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3145068.13.help.tex"
"t\n"
"Choose \\<emph\\>File - Save As\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3153379.14.help.text
msgid ""
"In the \\<emph\\>File type\\</emph\\> box, select a Microsoft Office file "
"format."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3154138.15.help.text
msgid "Saving Documents by Default in Microsoft Office Formats"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3144760.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3144760.16.help.tex"
"t\n"
"Choose \\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Tools "
"- Options - Load/Save - General\\\"\\>\\<emph\\>Tools - Options - Load/Save -"
" General\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3148453.17.help.text
msgid ""
"In the \\<emph\\>Standard file format\\</emph\\> area, first select a "
"document type, then select the file type for saving."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3149807.18.help.text
msgid ""
"From now on, if you save a document, the \\<emph\\>File type \\</emph\\>will "
"be set according to your choice. Of course, you still can select another "
"file type in the file save dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3156423.19.help.text
msgid "Opening Microsoft Office Files by Default"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3153092.20.help.text
msgid "Converting Many Microsoft Office Files into OpenDocument Format"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3146986.21.help.text
msgid ""
"The \\<emph\\>Document Converter Wizard\\</emph\\> will copy and convert all "
"Microsoft Office files in a folder into $[officename] documents in the "
"OpenDocument file format. You can specify the folder to be read, and the "
"folder where the converted files are to be saved."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3150486.22.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/autopi/01130000.xhp\\\" name=\\\"File - "
"AutoPilot - Document Converter\\\"\\>\\<emph\\>File - Wizards - Document "
"Converter\\</emph\\>\\</link\\> to start the wizard."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3154319.23.help.text
msgid "Macros in Microsoft Office and $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3154921.24.help.text
msgid ""
"Microsoft Office and $[officename] cannot run the same macro code. Microsoft "
"Office uses VBA (Visual Basic for Applications) code, and $[officename] uses "
"Basic code based on the $[officename] API (Application Program Interface) "
"environment. Although the programming language is the same, the objects and "
"methods are different."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3152577.25.help.text
msgid ""
"If you use macros in one of the applications and want to use the same "
"functionality in the other application, you must edit the macros. "
"$[officename] can load the macros that are contained within Microsoft Office "
"files and you can then view and edit the macro code in the $[officename] "
"\\<link href=\\\"text/shared/main0600.xhp\\\" name=\\\"Basic IDE\\\"\\>Basic "
"IDE\\</link\\> editor."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#hd_id3152596.26.help.text
msgid "You can choose to preserve or delete VBA macros"
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3153144.27.help.text
msgid ""
"Open a Microsoft Office document that contains VBA macro code. Change only "
"the normal contents (text, cells, graphics), and do not edit the macros. "
"Save the document as a Microsoft Office file type. Open the file in "
"Microsoft Office, and the VBA macros will run as before."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3150011.28.help.text
msgid ""
"You may delete the VBA macros from the Microsoft Office file on loading or "
"on saving."
msgstr ""

#: helpcontent2/source/text/shared/guide/ms_user.xhp#par_id3155366.29.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/optionen/01130100.xhp\\\" name=\\\"Tools "
"- Options - Load/Save - VBA Properties\\\"\\>\\<emph\\>Tools - Options - "
"Load/Save - VBA Properties\\</emph\\>\\</link\\> to set the VBA macro "
"handling of $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#tit.help.text
msgid "Navigator for Document Overview"
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#bm_id3147008.help.text
msgid ""
"\\<bookmark_value\\>documents; contents as "
"lists\\</bookmark_value\\>\\<bookmark_value\\>Navigator; contents as "
"lists\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#hd_id3147008.4.help.text
msgid ""
"\\<variable id=\\\"navigator\\\"\\>\\<link "
"href=\\\"text/shared/guide/navigator.xhp\\\" name=\\\"Navigator for Document "
"Overview\\\"\\>Navigator for Document Overview\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#par_id3154823.3.help.text
msgid ""
"All contents of the Navigator window are referred to here as \"categories,\" "
"whether titles, sheets, tables, text frames, graphics, OLE objects, "
"sections, hyperlinks, references, indexes or notes."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#par_id3153662.5.help.text
msgid ""
"The Navigator displays all types of objects contained in a document. If a "
"plus sign appears next to a category, this indicates that at least one "
"object of this kind exists. If you rest the mouse pointer on the category "
"name, the number of objects is displayed in an extended tip."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#par_id3146797.6.help.text
msgid ""
"Open a category by clicking on the plus sign. If you only want to view the "
"entries in a certain category, select the category and click the "
"\\<emph\\>Content View\\</emph\\> icon. Until you click the icon again, only "
"the objects of this category will be displayed."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator.xhp#par_id3166461.7.help.text
msgid ""
"You may dock the Navigator to any document border or turn it back into a "
"free window (double click on the gray area). You can change the size of the "
"Navigator when it is a free window."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#tit.help.text
msgid "Navigation to Quickly Reach Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#bm_id3150774.help.text
msgid ""
"\\<bookmark_value\\>Document Map, see "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>cursor;quickly moving to "
"an object\\</bookmark_value\\>\\<bookmark_value\\>objects;quickly moving "
"to\\</bookmark_value\\>\\<bookmark_value\\>navigating;in "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#hd_id3150774.8.help.text
msgid ""
"\\<variable id=\\\"navigator_setcursor\\\"\\>\\<link "
"href=\\\"text/shared/guide/navigator_setcursor.xhp\\\" name=\\\"Navigation "
"to Quickly Reach Objects\\\"\\>Navigation to Quickly Reach "
"Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#par_id3145071.9.help.text
msgid "This is a common use of the Navigator."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#par_id3145382.10.help.text
msgid ""
"Double-click an object in the Navigator to jump directly to the position of "
"the object in the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#par_id3163802.11.help.text
msgid ""
"You can use the \\<emph\\>Navigation\\</emph\\> toolbar to scroll to the "
"previous or next object of a specific category."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#par_id3148491.12.help.text
msgid ""
"Open the toolbar using the \\<emph\\>Navigation\\</emph\\> icon below the "
"vertical scroll bar of a text document, or in the Navigator window."
msgstr ""

#: helpcontent2/source/text/shared/guide/navigator_setcursor.xhp#par_id3153348.13.help.text
msgid ""
"On the \\<emph\\>Navigation\\</emph\\> toolbar, you first select the "
"category, then click on one of the buttons, \\<emph\\>Previous "
"Object\\</emph\\> or \\<emph\\>Next Object\\</emph\\>. The names of the "
"buttons refer to the category, for example, the button \"Next Object\" is "
"named \"Next Page\" or \"Next Bookmark\" according to the category."
msgstr ""

#: helpcontent2/source/text/shared/guide/navpane_on.xhp#tit.help.text
msgid "Showing Navigation Pane of the Help"
msgstr ""

#: helpcontent2/source/text/shared/guide/navpane_on.xhp#bm_id3155364.help.text
msgid ""
"\\<bookmark_value\\>Help; navigation pane "
"showing/hiding\\</bookmark_value\\>\\<bookmark_value\\>Help; showing "
"index\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navpane_on.xhp#hd_id3150178.1.help.text
msgid ""
"\\<variable id=\\\"navpane_on\\\"\\>\\<link "
"href=\\\"text/shared/guide/navpane_on.xhp\\\" name=\\\"Showing Navigation "
"Pane of the Help\\\"\\>Showing Navigation Pane of the "
"Help\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navpane_on.xhp#par_id3147571.2.help.text
msgid ""
"In the Help window, you can show or hide the navigation pane as needed."
msgstr ""

#: helpcontent2/source/text/shared/guide/navpane_on.xhp#par_id3156411.help.text
msgid ""
"\\<image src=\\\"sfx2/res/indexon_small.png\\\" "
"id=\\\"img_id3153345\\\"\\>\\<alt "
"id=\\\"alt_id3153345\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/navpane_on.xhp#par_id3152996.3.help.text
msgid ""
"On the toolbar of the \\<emph\\>Help\\</emph\\> window, click the left icon "
"to show or hide the navigation pane."
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#tit.help.text
msgid "Turning off Bullets and Numbering for Individual Paragraphs"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#bm_id3154186.help.text
msgid ""
"\\<bookmark_value\\>numbering; turning "
"off\\</bookmark_value\\>\\<bookmark_value\\>bullets; turning "
"off\\</bookmark_value\\>\\<bookmark_value\\>removing;bullets and "
"numbering\\</bookmark_value\\>\\<bookmark_value\\>keyboard;removing "
"numbering\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#hd_id3154186.10.help.text
msgid ""
"\\<variable id=\\\"numbering_stop\\\"\\>\\<link "
"href=\\\"text/shared/guide/numbering_stop.xhp\\\" name=\\\"Turning off "
"Bullets and Numbering for Individual Paragraphs\\\"\\>Turning off Bullets "
"and Numbering for Individual Paragraphs\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3154288.help.text
msgid ""
"\\<image id=\\\"img_id3153527\\\" "
"src=\\\"res/commandimagelist/sc_removebullets.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153527\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3150443.help.text
msgid ""
"\\<image id=\\\"img_id3163802\\\" "
"src=\\\"res/commandimagelist/sc_defaultbullet.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3163802\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3147618.11.help.text
msgid ""
"For the current paragraph or selected paragraphs you can switch off the "
"automatic numbering or listing. Click the \\<emph\\>Numbering Off\\</emph\\> "
"icon in the \\<emph\\>Bullets and Numbering\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3155449.help.text
msgid ""
"\\<image id=\\\"img_id3158432\\\" "
"src=\\\"res/commandimagelist/sc_defaultbullet.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3158432\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3144511.31.help.text
msgid ""
"If the cursor is located within a numbered or bulleted list, you can turn "
"off automatic numbers or bullets for the current paragraph or selected "
"paragraphs by clicking the \\<emph\\>Bullets On/Off \\</emph\\>icon on the "
"\\<emph\\>Text Formatting\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3148946.12.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>To remove numbering from a paragraph using the "
"keyboard: \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3148663.13.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Place the cursor at the beginning of a numbered "
"paragraph and press the Backspace key. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3150543.14.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The numbering of the paragraph disappears and is "
"removed from the numbering sequence. Numbering resumes in the following "
"paragraph. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3154123.15.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>If you press the Enter key in an empty numbered "
"paragraph, the numbering stops. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/numbering_stop.xhp#par_id3151043.32.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" name=\\\"Format - "
"Bullets/Numbering\\\"\\>Format - Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#tit.help.text
msgid "Selecting the Maximum Printable Area on a Page"
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#bm_id3149180.help.text
msgid ""
"\\<bookmark_value\\>page formats; "
"maximizing\\</bookmark_value\\>\\<bookmark_value\\>formats; maximizing page "
"formats\\</bookmark_value\\>\\<bookmark_value\\>printers; maximum page "
"formats\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#hd_id3149180.35.help.text
msgid ""
"\\<variable id=\\\"pageformat_max\\\"\\>\\<link "
"href=\\\"text/shared/guide/pageformat_max.xhp\\\" name=\\\"Selecting the "
"Maximum Printable Area on a Page\\\"\\>Selecting the Maximum Printable Area "
"on a Page\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3156426.36.help.text
msgid ""
"Not all printers can print a paper up to its edges. Most of them leave an "
"unprinted margin."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3149182.37.help.text
msgid ""
"$[officename] offers a semi-automatic feature that enables you to print as "
"close to the paper's edge as is possible."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3159233.38.help.text
msgid ""
"Make sure that your printer has been setup under \\<emph\\>File - Printer "
"Settings\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3156114.39.help.text
msgid ""
"Make sure that the \\<emph\\>Online Layout\\</emph\\> in the "
"\\<emph\\>View\\</emph\\> menu is not selected."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3147653.40.help.text
msgid ""
"Select the \\<emph\\>Format - Page\\</emph\\> command, and go to the "
"\\<emph\\>Page\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3147335.41.help.text
msgid ""
"Under \\<emph\\>Margins\\</emph\\> you can define the maximum or minimum "
"possible value for the page margins (left, right, top, and bottom). Click "
"into the respective spin box, then press the (Page Up) or (Page Down) key. "
"The preview displays a dashed line around the printable range."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3145120.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3145120.42.h"
"elp.text\n"
"Click \\<emph\\>OK\\</emph\\> to close the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3155388.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/pageformat_max.xhp#par_id3155388.43.h"
"elp.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Printing\\\"\\>Printing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#tit.help.text
msgid "Copying Attributes With the Format Paintbrush"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#bm_id380260.help.text
msgid ""
"\\<bookmark_value\\>Format "
"Paintbrush\\</bookmark_value\\>\\<bookmark_value\\>"
"formatting;copying\\</bookm"
"ark_value\\>\\<bookmark_value\\>copying;formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN1053A.help.text
msgid ""
"\\<variable id=\\\"formatpaintbrush\\\"\\>\\<link "
"href=\\\"text/shared/guide/paintbrush.xhp\\\"\\>Copying Formatting With the "
"Format Paintbrush\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10655.help.text
msgid ""
"You can use the Format Paintbrush tool to copy formatting from a text "
"selection or object and apply the formatting to another text selection or "
"object."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106DD.help.text
msgid "Select the text or object whose formatting you want to copy."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10667.help.text
msgid ""
"On the \\<emph\\>Standard Bar\\</emph\\>, click the \\<emph\\>Format "
"Paintbrush\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10660.help.text
msgid "The cursor changes to a paint bucket."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10663.help.text
msgid ""
"If you want to apply the formatting to more than one selection, double-click "
"the \\<emph\\>Format Paintbrush\\</emph\\> icon \\<image "
"id=\\\"img_id209967\\\" "
"src=\\\"res/commandimagelist/sc_formatpaintbrush.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id209967\\\"\\>Icon\\</alt\\>\\</image\\>. After you apply all "
"the formatting, click the icon again."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN1066E.help.text
msgid ""
"Select or click the text or object that you want to apply the formatting to."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10716.help.text
msgid ""
"To exclude paragraph formatting, hold down Ctrl when you click. To exclude "
"character formatting, hold down Ctrl+Shift when you click."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10671.help.text
msgid ""
"The following table describes the formatting attributes that the "
"\\<emph\\>Format Paintbrush\\</emph\\> can copy:"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10691.help.text
msgid "Type of Selection"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10697.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10697.help.text\n"
"Comment"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN1069E.help.text
msgid "Nothing selected, but cursor is inside a text passage"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106A4.help.text
msgid ""
"Copies the formatting of the current paragraph and the character formatting "
"of the next character in the text flow direction."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106AB.help.text
msgid "Text is selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106B1.help.text
msgid ""
"Copies the formatting of the last selected character and of the paragraph "
"that contains the character."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106B8.help.text
msgid "Frame is selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106BE.help.text
msgid ""
"Copies the frame attributes that are defined in Format - Frame dialog. The "
"contents, size, position, linking, hyperlinks, and macros in the frame are "
"not copied."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106C5.help.text
msgid "Object is selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106CB.help.text
msgid ""
"Copies the object formatting that is defined in the Format - Graphics or "
"Format - Object dialogs. The contents, size, position, hyperlinks, and "
"macros in the object are not copied."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106D2.help.text
msgid "Form control is selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106D8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106D8.help.text\n"
"Not supported"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106DF.help.text
msgid "Drawing object is selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106E5.help.text
msgid ""
"Copies all formatting attributes. In Impress and Draw, the text contents of "
"the object is also copied."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106EC.help.text
msgid "Text within drawing object or within Calc cells is selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106F2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106F2.help.text\n"
"Not supported"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106F9.help.text
msgid "Writer table or cells are selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN106FF.help.text
msgid ""
"Copies the formatting that is specified in Table, Text Flow, Borders, and "
"Background tab pages in the Format - Table dialog. The paragraph and "
"character formatting are also copied."
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN10706.help.text
msgid "Calc table or cells are selected"
msgstr ""

#: helpcontent2/source/text/shared/guide/paintbrush.xhp#par_idN1070C.help.text
msgid ""
"Copies the formatting that is specified in the Format - Cells dialog as well "
"as the formatting of the cell contents"
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#tit.help.text
msgid "Pasting Contents in Special Formats"
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#bm_id3620715.help.text
msgid ""
"\\<bookmark_value\\>clipboard;pasting "
"options\\</bookmark_value\\>\\<bookmark_value\\>inserting;clipboard "
"options\\</bookmark_value\\>\\<bookmark_value\\>pasting;clipboard "
"options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10725.help.text
msgid ""
"\\<variable id=\\\"pasting\\\"\\>\\<link "
"href=\\\"text/shared/guide/pasting.xhp\\\"\\>Pasting Contents in Special "
"Formats\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10743.help.text
msgid ""
"Contents that are stored on the clipboard can be pasted into your document "
"using different formats. In %PRODUCTNAME you can choose how to paste the "
"contents using a dialog or a drop-down icon."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10746.help.text
msgid "The available options depend on the contents of the clipboard."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10749.help.text
msgid "Pasting clipboard contents using an icon menu"
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10750.help.text
msgid ""
"Click the arrow next to the \\<emph\\>Paste\\</emph\\> icon on the Standard "
"Bar to open the menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10758.help.text
msgid "Select one of the options."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN1075B.help.text
msgid ""
"If you do not like the result, click the \\<emph\\>Undo\\</emph\\> icon and "
"then paste again with another option."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10762.help.text
msgid "Pasting clipboard contents using a dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10769.help.text
msgid "Choose \\<emph\\>Edit - Paste special\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10771.help.text
msgid "Select one of the options and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10774.help.text
msgid ""
"If you are in a spreadsheet and the contents of the clipboard are "
"spreadsheet cells, then a different \\<emph\\>Paste Special\\</emph\\> "
"dialog appears. Use the \\<emph\\>Paste Special\\</emph\\> dialog to copy "
"cells using basic or advanced options."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN1077E.help.text
msgid ""
"\\<emph\\>Transpose\\</emph\\>: swaps the rows and the columns of the cell "
"range to be pasted."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN10785.help.text
msgid ""
"\\<emph\\>Link\\</emph\\>: pastes the cell range as a link. If the source "
"file changes, the pasted cells change also."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN1078C.help.text
msgid ""
"The other options are explained in the help, when you call the \\<link "
"href=\\\"text/shared/01/02070000.xhp\\\"\\>Paste Special\\</link\\> dialog "
"from within %PRODUCTNAME Calc."
msgstr ""

#: helpcontent2/source/text/shared/guide/pasting.xhp#par_idN107BA.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02070000.xhp\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#tit.help.text
msgid "Printing in Black and White"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#bm_id3150125.help.text
msgid ""
"\\<bookmark_value\\>printing; black and "
"white\\</bookmark_value\\>\\<bookmark_value\\>black and white "
"printing\\</bookmark_value\\>\\<bookmark_value\\>colors; not "
"printing\\</bookmark_value\\>\\<bookmark_value\\>text; printing in "
"black\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#hd_id3150125.1.help.text
msgid ""
"\\<variable id=\\\"print_blackwhite\\\"\\>\\<link "
"href=\\\"text/shared/guide/print_blackwhite.xhp\\\" name=\\\"Printing in "
"Black and White\\\"\\>Printing in Black and White\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#hd_id3150499.3.help.text
msgid "Printing text and graphics in black and white"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3149346.4.help.text
msgid ""
"Choose \\<emph\\>File - Print\\</emph\\>. The \\<emph\\>Print\\</emph\\> "
"dialog opens."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3155892.5.help.text
msgid ""
"Click on \\<emph\\>Properties\\</emph\\>. This opens the Properties dialog "
"for your printer."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3145313.6.help.text
msgid ""
"Select the option to print in black and white. For further information, "
"refer to the user's manual of your printer."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3153345.7.help.text
msgid ""
"Confirm the \\<emph\\>Properties\\</emph\\> dialog and click "
"\\<emph\\>OK\\</emph\\> in the \\<emph\\>Print\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3156113.8.help.text
msgid "The current document will be printed in black and white."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#hd_id3147653.9.help.text
msgid ""
"Printing in black and white in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Impress and \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3149233.10.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - \\</emph\\>\\<emph\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</emph\\>\\<emph\\> "
"Impress \\</emph\\>or \\<emph\\>Tools - Options - "
"\\</emph\\>\\<emph\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</emph\\>\\<emph\\> "
"Draw\\</emph\\>, as appropriate."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3150275.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3150275.11"
".help.text\n"
"Then choose \\<emph\\>Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3147573.12.help.text
msgid ""
"Under \\<emph\\>Quality,\\</emph\\> select either "
"\\<emph\\>Grayscale\\</emph\\> or \\<emph\\>Black & white\\</emph\\> and "
"click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3154307.13.help.text
msgid ""
"When either of these options is selected, all presentations or drawings will "
"be printed without color. If you only want to print in black for the "
"\\<emph\\>current\\</emph\\> print job, select the option in \\<emph\\>File -"
" Print - Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3149786.15.help.text
msgid ""
"\\<emph\\>Grayscale\\</emph\\> converts all colors to a maximum of 256 "
"gradations from black to white. All text will be printed in black. A "
"background set by \\<emph\\>Format - Page - Background\\</emph\\> will not "
"be printed."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3145610.16.help.text
msgid ""
"\\<emph\\>Black & white\\</emph\\> converts all colors into the two values "
"black and white. All borders around objects are printed black. All text will "
"be printed in black. A background set by \\<emph\\>Format - Page - "
"Background\\</emph\\> will not be printed."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#hd_id3153896.17.help.text
msgid "Printing only text in black and white"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3147559.18.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer you can "
"choose to print color-formatted text in black and white. You can specify "
"this either for all subsequent text documents to be printed, or only for the "
"current printing process."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#hd_id3150358.19.help.text
msgid "Printing all text documents with black and white text"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3150541.20.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - \\</emph\\>\\<emph\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</emph\\>\\<emph\\> "
"Writer \\</emph\\>or \\<emph\\>Tools - Options - "
"\\</emph\\>\\<emph\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</emph\\>\\<emph\\> "
"Writer/Web\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3147084.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3147084.21"
".help.text\n"
"Then choose \\<emph\\>Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3154910.22.help.text
msgid ""
"Under \\<emph\\>Contents,\\</emph\\> mark \\<emph\\>Print black\\</emph\\> "
"and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3144762.23.help.text
msgid "All text documents or HTML documents will be printed with black text."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#hd_id3148920.24.help.text
msgid "Printing the current text document with black and white text"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3152933.25.help.text
msgid ""
"Choose \\<emph\\>File - Print\\</emph\\>. This opens the "
"\\<emph\\>Print\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3149560.26.help.text
msgid ""
"Click the \\<emph\\>Options\\</emph\\> button. This opens the "
"\\<emph\\>Printer Options\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3149667.27.help.text
msgid ""
"Under \\<emph\\>Contents\\</emph\\> mark \\<emph\\>Print black\\</emph\\> "
"and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3155308.28.help.text
msgid ""
"The text document or HTML document now being printed will be printed in "
"black text."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3153726.29.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" name=\\\"Printing "
"dialogs\\\"\\>Printing dialogs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_blackwhite.xhp#par_id3154146.30.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01000000.xhp\\\" name=\\\"Tools - "
"Options dialog\\\"\\>Tools - Options dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#tit.help.text
msgid "Printing with Reduced Data"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#bm_id5201574.help.text
msgid ""
"\\<bookmark_value\\>gradients;off for faster "
"printing\\</bookmark_value\\>\\<bookmark_value\\>bitmaps;off for faster "
"printing\\</bookmark_value\\>\\<bookmark_value\\>resolution when printing "
"bitmaps \\</bookmark_value\\>\\<bookmark_value\\>transparency;off for faster "
"printing\\</bookmark_value\\>\\<bookmark_value\\>reduced printing;faster "
"printing\\</bookmark_value\\>\\<bookmark_value\\>speed of printing;faster "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing "
"speed\\</bookmark_va"
"lue\\>\\<bookmark_value\\>printing;transparencies\\</bookm"
"ark_value\\>\\<bookm"
"ark_value\\>printing;faster\\</bookmark_value\\>\\<bookmark_value\\>faster "
"printing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106AA.help.text
msgid ""
"\\<variable id=\\\"print_faster\\\"\\>\\<link "
"href=\\\"text/shared/guide/print_faster.xhp\\\"\\>Printing faster with "
"Reduced Data\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106C8.help.text
msgid ""
"You can decide to reduce the data necessary to print your document. The "
"settings can be defined differently for printing directly to the printer or "
"for printing to a file."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106CE.help.text
msgid "Choose \\<emph\\>Tools - Options - $[officename] - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106D6.help.text
msgid "Click one of the following settings options: "
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106D9.help.text
msgid ""
"\\<emph\\>Printer\\</emph\\>\\<emph\\>- \\</emph\\>to define options for "
"reducing data while printing directly to a printer"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106E2.help.text
msgid ""
"\\<emph\\>Print to file\\</emph\\>\\<emph\\>-\\</emph\\> to define options "
"for reducing data while printing to a file"
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106EC.help.text
msgid ""
"Select any combination of the four options, then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106EF.help.text
msgid ""
"All documents that you print from now on will use the changed options."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106F3.help.text
msgid "Print your document."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN106F6.help.text
msgid ""
"You can reduce data for transparency, for gradients, or for bitmaps. When "
"you reduce the data, on many printers you will not see a reduction of "
"printing quality. But the printing time is substantially shorter, and when "
"you print to a file, the file size is much smaller."
msgstr ""

#: helpcontent2/source/text/shared/guide/print_faster.xhp#par_idN10704.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010900.xhp\\\"\\>Print "
"options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#tit.help.text
msgid "Protecting Content in %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#bm_id3150620.help.text
msgid ""
"\\<bookmark_value\\>protecting; "
"contents\\</bookmark_value\\>\\<bookmark_value\\>protected "
"contents\\</bookmark_value\\>\\<bookmark_value\\>contents "
"protection\\</bookmark_value\\>\\<bookmark_value\\>encryption of "
"contents\\</bookmark_value\\>\\<bookmark_value\\>passwords for protecting "
"cont"
"ents\\</bookmark_value\\>\\<bookmark_value\\>indexes;unprotecting\\</bookm"
"ark_value\\>\\<bookmark_value\\>security;protecting "
"contents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3155364.2.help.text
msgid ""
"\\<variable id=\\\"protection\\\"\\>\\<link "
"href=\\\"text/shared/guide/protection.xhp\\\" name=\\\"Protecting Content in "
"%PRODUCTNAME\\\"\\>Protecting Content in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153394.3.help.text
msgid ""
"The following is an overview of the different ways of protecting contents in "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> from being "
"modified, deleted or viewed."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3146957.4.help.text
msgid "Protecting All Documents When Saving"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3150775.5.help.text
msgid ""
"All documents that are saved in \\<link "
"href=\\\"text/shared/00/00000021.xhp\\\" name=\\\"XML format\\\"\\>XML "
"format\\</link\\> can be saved with a password. Documents that are saved "
"with a password cannot be opened without the password. The content is "
"secured so that it cannot be read with an external editor. This applies to "
"content, graphics and OLE objects."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3166410.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3166410.6.help.t"
"ext\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3145121.7.help.text
msgid ""
"Choose \\<emph\\>File - Save As\\</emph\\> and mark the \\<emph\\>Save with "
"password\\</emph\\> check box. Save the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3154286.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3154286.8.help.t"
"ext\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3148492.9.help.text
msgid ""
"Open the document, entering the correct password. Choose \\<emph\\>File - "
"Save As\\</emph\\> and clear the \\<emph\\>Save with password\\</emph\\> "
"check box."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3145068.64.help.text
msgid ""
"Information entered in \\<emph\\>File - Properties\\</emph\\> is not "
"encrypted. This includes the name of the author, creation date, word and "
"character counts."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3149294.10.help.text
msgid "Protecting Revision Marking"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3161646.11.help.text
msgid ""
"With every change made in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc and \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer, the review "
"function records who made the change. This function can be turned on with "
"protection, so that it can only be turned off when the correct password is "
"entered. Until then, all changes will continue to be recorded. Acceptance or "
"rejection of changes is not possible."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3154684.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3154684.12.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153104.13.help.text
msgid ""
"Choose \\<emph\\>Edit - Changes - Protect Records\\</emph\\>. Enter and "
"confirm a password of at least 5 characters."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3144760.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3144760.14.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3152920.15.help.text
msgid ""
"Choose \\<emph\\>Edit - Changes - Protect Records\\</emph\\>. Enter the "
"correct password."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3155131.16.help.text
msgid ""
"Protecting Cell Ranges in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153368.17.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc you can "
"protect sheets and the document as a whole. You can choose whether the cells "
"are protected against accidental changes, whether the formulas can be "
"viewed, whether the cells are visible or whether the cells can be printed."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3145261.18.help.text
msgid ""
"Protection can be provided by means of a password, but it does not have to "
"be. If you have assigned a password, protection can only be removed once the "
"correct password has been entered."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3148576.19.help.text
msgid ""
"Note that the cell protection for cells with the "
"\\<emph\\>Protected\\</emph\\> attribute is only effective when you protect "
"the whole table. In the default condition, every cell has the "
"\\<emph\\>Protected\\</emph\\> attribute. Therefore you must remove the "
"attribute selectively for those cells where the user may make changes. You "
"then protect the whole table and save the document."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3147317.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3147317.20.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3145271.21.help.text
msgid ""
"For cells: Select cell range. Choose \\<emph\\>Format - Cells - Cell "
"Protection\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3155307.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3155307.22.help."
"text\n"
"For the current sheet: Choose \\<emph\\>Tools - Protect Document - "
"Sheet\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3163710.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3163710.23.help."
"text\n"
"For spreadsheet documents: Choose \\<emph\\>Tools - Protect Document - "
"Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3152938.24.help.text
msgid "Enter and confirm a password of at least 5 characters."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3159196.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3159196.25.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3159153.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3159153.26.help."
"text\n"
"For the current sheet: Choose \\<emph\\>Tools - Protect Document - "
"Sheet\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3159345.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3159345.27.help."
"text\n"
"For spreadsheet documents: Choose \\<emph\\>Tools - Protect Document - "
"Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3149486.28.help.text
msgid "Where a password has been assigned, enter the correct password."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3150114.29.help.text
msgid ""
"Protecting Sections in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3150592.30.help.text
msgid ""
"Any section of a \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Writer text document can be protected against changes with a password."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3166413.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3166413.31.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3144764.32.help.text
msgid ""
"Select the text. Choose \\<emph\\>Insert - Section - Section\\</emph\\>, "
"then under \\<emph\\>Write protection\\</emph\\> mark the "
"\\<emph\\>Protect\\</emph\\> and \\<emph\\>With password\\</emph\\> check "
"boxes. (If the section already exists: \\<emph\\>Format - "
"Sections\\</emph\\>.) Enter and confirm a password of at least 5 characters."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3147497.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3147497.33.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3147173.34.help.text
msgid ""
"Choose \\<emph\\>Format - Sections - Section\\</emph\\> and under "
"\\<emph\\>Write protection\\</emph\\> clear the \\<emph\\>Protect\\</emph\\> "
"check box. Enter the correct password."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3146081.35.help.text
msgid ""
"Protecting Cells in a \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer Table"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3154480.36.help.text
msgid ""
"You can protect the contents of individual cells of a \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer text table from "
"changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3154360.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3154360.37.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3145643.38.help.text
msgid ""
"Place the cursor in a cell or select cells. Choose \\<emph\\>Format - Cell - "
"Protect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3150042.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3150042.39.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3155178.40.help.text
msgid ""
"Place the cursor in the cell or select the cells. First, if necessary, "
"choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer - Formatting "
"Aids\\</emph\\> and mark \\<emph\\>Cursor in protected areas - "
"Enable\\</emph\\>. Then choose \\<emph\\>Format - Cell - "
"Unprotect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3151189.41.help.text
msgid ""
"Select the table in the Navigator, open the context menu and select "
"\\<emph\\>Table - Unprotect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3147322.42.help.text
msgid ""
"Use Shift+Ctrl+T to remove protection for the entire current table or all "
"selected tables."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3149259.43.help.text
msgid "Automatic Protection of Indexes and Tables"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153966.44.help.text
msgid ""
"Tables of contents and indexes created automatically in a \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer text are "
"automatically protected against accidental changes."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3145767.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3145767.45.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153786.46.help.text
msgid "Place the cursor in the index/table of contents."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3159088.47.help.text
msgid ""
"From the context menu choose \\<emph\\>Edit Index/Table\\</emph\\>. On the "
"Index/Table tab page, mark \\<emph\\>Protected against manual "
"changes\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3154118.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3154118.48.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3148463.49.help.text
msgid ""
"Place the cursor in the index. First of all, if necessary, under "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - Formatting Aids "
"\\</emph\\>, mark \\<emph\\>Cursor in protected areas - Enable\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3152968.50.help.text
msgid ""
"From the context menu choose \\<emph\\>Edit Index/Table\\</emph\\>. On the "
"Index/Table tab page, unmark \\<emph\\>Protected against manual "
"changes\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3152774.51.help.text
msgid ""
"In the Navigator, select the index, then open the context menu in the "
"Navigator and select \\<emph\\>Index - Read-only\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3155113.52.help.text
msgid "Protecting Frames, Graphics, and OLE Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153703.53.help.text
msgid ""
"You can protect the content, position and size of inserted graphics. The "
"same applies to frames (in Writer) and OLE objects."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3147131.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3147131.54.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3150088.55.help.text
msgid ""
"For example, for graphics inserted in Writer: Choose \\<emph\\>Format - "
"Graphics - Options\\</emph\\> tab. Under \\<emph\\>Protect\\</emph\\>, mark "
"\\<emph\\>Contents\\</emph\\>, \\<emph\\>Position\\</emph\\> and/or "
"\\<emph\\>Size\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3147510.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3147510.56.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153657.57.help.text
msgid ""
"For example, for graphics inserted in Writer: Choose \\<emph\\>Format - "
"Graphics - Options\\</emph\\> tab. Under \\<emph\\>Protect\\</emph\\>, "
"unmark as appropriate."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3152992.58.help.text
msgid "Protecting Drawing Objects and Form Objects"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3166429.59.help.text
msgid ""
"The draw objects that you insert into your documents with the "
"\\<emph\\>Drawing \\</emph\\>toolbar can be protected from being "
"accidentally moved or changed in size. You can do the same with form objects "
"inserted with the \\<emph\\>Form Controls\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3153226.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3153226.60.help."
"text\n"
"Turning on protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3148815.61.help.text
msgid ""
"Choose \\<emph\\>Format - Position and Size \\</emph\\>- \\<emph\\>Position "
"or Size\\</emph\\> tab. Mark the \\<emph\\>Protect\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3156289.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_id3156289.62.help."
"text\n"
"Turning off protection"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id3154991.63.help.text
msgid ""
"Choose \\<emph\\>Format - Position and Size \\</emph\\>- \\<emph\\>Position "
"or Size\\</emph\\> tab. Unmark the \\<emph\\>Protect\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#hd_id3151336.65.help.text
msgid "Protect Access to Servers Through WebDAV and FTP"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10A9F.help.text
msgid "Opening Microsoft Office Documents That Are Protected With a Password"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_id8699606.help.text
msgid ""
"%PRODUCTNAME %PRODUCTVERSION can open the following Microsoft Office "
"document types that are protected by a password."
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AB6.help.text
msgid "Microsoft Office format"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10ABC.help.text
msgid "Supported encryption method"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AC3.help.text
msgid "Word 6.0, Word 95"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AC9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AC9.help.text\n"
"Weak XOR encryption"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AD0.help.text
msgid "Word 97, Word 2000, Word XP, Word 2003"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AD6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AD6.help.text\n"
"Office 97/2000 compatible encryption"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10ADD.help.text
msgid "Word XP, Word 2003"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AE3.help.text
msgid "Weak XOR encryption from older Word versions"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AEA.help.text
msgid "Excel 2.1, Excel 3.0, Excel 4.0, Excel 5.0, Excel 95"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AF0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AF0.help.text\n"
"Weak XOR encryption"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AF7.help.text
msgid "Excel 97, Excel 2000, Excel XP, Excel 2003"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AFD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/protection.xhp#par_idN10AFD.help.text\n"
"Office 97/2000 compatible encryption"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10B04.help.text
msgid "Excel XP, Excel 2003"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10B0A.help.text
msgid "Weak XOR encryption from older Excel versions"
msgstr ""

#: helpcontent2/source/text/shared/guide/protection.xhp#par_idN10B0D.help.text
msgid "Other encryption methods are not supported."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#tit.help.text
msgid "Recording and Displaying Changes"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#bm_id3150499.help.text
msgid ""
"\\<bookmark_value\\>marking "
"changes\\</bookmark_value\\>\\<bookmark_value\\>changes; review "
"function\\</bookmark_value\\>\\<bookmark_value\\>review function; recording "
"changes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#hd_id3150499.7.help.text
msgid ""
"\\<variable id=\\\"redlining\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining.xhp\\\" name=\\\"Recording and "
"Displaying Changes\\\"\\>Recording and Displaying "
"Changes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#par_id3153681.2.help.text
msgid ""
"When several authors are working on the same text or spreadsheet, the review "
"function records and displays who made the various changes. On the final "
"edit of the document, it is then possible to look at each individual change "
"and decide whether it should be accepted or rejected."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#par_id3147008.3.help.text
msgid ""
"For example: You are an editor and are delivering your latest report. But "
"before publication the report must be read by the senior editor and the "
"proofreader, and both will add their changes. The senior editor writes "
"\"clarify\" after one paragraph and crosses out another entirely. The "
"proofreader corrects the spelling of your document."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#par_id3150774.4.help.text
msgid ""
"The edited document comes back to you, and you can incorporate or ignore the "
"suggestions of the two reviewers."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#par_id3146957.5.help.text
msgid ""
"Let's say you also e-mailed a copy of the report to a good friend and "
"colleague who has done research on a similar topic in the past. You asked "
"for a few suggestions, and the document is now returned by e-mail with your "
"colleague's suggestions."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining.xhp#par_id3147088.6.help.text
msgid ""
"As all your colleagues and the managers in your company work with "
"$[officename], you can produce a final version of the document from the "
"results you get back."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#tit.help.text
msgid "Accepting or Rejecting Changes"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#bm_id3150247.help.text
msgid ""
"\\<bookmark_value\\>changes; accepting or rejecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#hd_id3150247.23.help.text
msgid ""
"\\<variable id=\\\"redlining_accept\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining_accept.xhp\\\" name=\\\"Accepting or "
"Rejecting Changes\\\"\\>Accepting or Rejecting "
"Changes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3147571.24.help.text
msgid ""
"When you edit a document in which others have made changes, you can accept "
"or reject the changes individually or all together."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3147008.25.help.text
msgid ""
"If you have put multiple copies of the document in circulation, first merge "
"these into one document (see \\<embedvar "
"href=\\\"text/shared/guide/redlining_"
"docmerge.xhp#redlining_docmerge\\\"/\\>)."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3153748.26.help.text
msgid ""
"Open the document and choose \\<emph\\>Edit - Changes - Accept or "
"Reject\\</emph\\>. The \\<emph\\>Accept or Reject Changes\\</emph\\> dialog "
"appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3156346.27.help.text
msgid ""
"Select a change on the \\<emph\\>List\\</emph\\> tab. The change is selected "
"and displayed in the document and you can now enter your decision with one "
"of the buttons."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3147209.28.help.text
msgid ""
"If one author has modified another author's change, you will see the changes "
"hierarchically arranged with a plus sign for opening up the hierarchy."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3148474.29.help.text
msgid ""
"If the list of changes is too long, you can switch to the "
"\\<emph\\>Filter\\</emph\\> tab in the dialog and specify that you only want "
"to see the changes of certain authors, or only the changes of the last day, "
"or that you want the list to be restricted in some other way."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_accept.xhp#par_id3143271.42.help.text
msgid ""
"Color-coded entries display the result of the filter that is set. Entries in "
"black can be accepted or rejected and match the filter criteria. Entries in "
"blue do not themselves match the filter criteria, but have subentries that "
"are included by the filter. Gray entries cannot be accepted or rejected and "
"do not match the filter criterion. Green entries do match the filter but "
"cannot be accepted or rejected."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#tit.help.text
msgid "Comparing Versions of a Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#bm_id3154788.help.text
msgid ""
"\\<bookmark_value\\>documents; "
"comparing\\</bookmark_value\\>\\<bookmark_value\\>comparing "
"documents\\</bookmark_value\\>\\<bookmark_value\\>versions; comparing "
"documents\\</bookmark_value\\>\\<bookmark_value\\>changes; "
"comparing\\</bookmark_value\\>\\<bookmark_value\\>review function; comparing "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#hd_id3154788.32.help.text
msgid ""
"\\<variable id=\\\"redlining_doccompare\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining_doccompare.xhp\\\" name=\\\"Comparing "
"Versions of a Document\\\"\\>Comparing Versions of a "
"Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#par_id3155421.33.help.text
msgid ""
"If one of the authors has made changes to a document without recording them, "
"you can compare the changed document to your original document."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#par_id3153087.35.help.text
msgid ""
"Open your original document and then choose \\<emph\\>Edit - Compare "
"Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#par_id3145315.36.help.text
msgid ""
"A file selection dialog appears. Select the copy of the document and confirm "
"the dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#par_id3149762.37.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> combines both "
"documents into your original document. All text passages that occur in your "
"document but not in the copy are identified as having been inserted, and all "
"text passages that are missing in your original document are identified as "
"deletions."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_doccompare.xhp#par_id3145674.38.help.text
msgid ""
"You can now accept the \"insertions\", in which case the relevant texts stay "
"in their original form, or you can accept the \"deletions\", in which case "
"the marked text contained in the copy is not inserted in your document."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#tit.help.text
msgid "Merging Versions"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#bm_id3154230.help.text
msgid ""
"\\<bookmark_value\\>documents; "
"merging\\</bookmark_value\\>\\<bookmark_value\\>merging; "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#hd_id3154230.17.help.text
msgid ""
"\\<variable id=\\\"redlining_docmerge\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining_docmerge.xhp\\\" name=\\\"Merging "
"Versions\\\"\\>Merging Versions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#par_id3153049.19.help.text
msgid ""
"When a document has been edited by more than one person, it is possible to "
"merge the edited copies into the original. The only requirement is that the "
"documents differ only and exclusively in the recorded changes - all other "
"original text must be identical."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#par_id3152425.20.help.text
msgid "Open the original document into which you want to merge all copies."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#par_id3149177.21.help.text
msgid ""
"Choose \\<emph\\>Edit - Changes - Merge Document\\</emph\\>.  A file "
"selection dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#par_id3147576.23.help.text
msgid ""
"Select the copy of the document from the dialog.  If there have been no "
"subsequent changes to the original document, the copy is merged into the "
"original."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#par_id3149182.24.help.text
msgid ""
"If changes have been made to the original document, an error dialog appears "
"that informs you that the merge is unsuccessful."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_docmerge.xhp#par_id3154749.22.help.text
msgid ""
"After you merge the documents you will see the recorded changes from the "
"copy in the original document."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#tit.help.text
msgid "Recording Changes"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#bm_id3155364.help.text
msgid ""
"\\<bookmark_value\\>changes; "
"recording\\</bookmark_value\\>\\<bookmark_value\\>recording; "
"changes\\</bookmark_value\\>\\<bookmark_value\\>comments; on "
"changes\\</bookmark_value\\>\\<bookmark_value\\>settings;tracking "
"changes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#hd_id3155364.7.help.text
msgid ""
"\\<variable id=\\\"redlining_enter\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining_enter.xhp\\\" name=\\\"Recording "
"Changes\\\"\\>Recording Changes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3145669.8.help.text
msgid ""
"The review function is available in $[officename] for text documents and "
"spreadsheet documents. Not all changes are recorded. For example, the "
"changing of a tab stop from align left to align right is not recorded. "
"However, all usual changes made by a proofreader are recorded, such as "
"additions, deletions, text alterations, and usual formatting."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3147088.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3147088.17."
"help.text\n"
"1."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3149095.9.help.text
msgid ""
"To start recording changes, open the document to be edited and choose "
"\\<link href=\\\"text/shared/01/02230000.xhp\\\" name=\\\"Edit - "
"Changes\\\"\\>\\<emph\\>Edit - Changes\\</emph\\>\\</link\\> and then choose "
"\\<emph\\>Record\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3154749.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3154749.18."
"help.text\n"
"2."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3163802.10.help.text
msgid ""
"Now start making your changes. You will note that all new text passages that "
"you enter are underlined in color, while all text that you delete remains "
"visible but is crossed out and shown in color."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3152349.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3152349.19."
"help.text\n"
"3."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3149578.11.help.text
msgid ""
"If you move to a marked change with the mouse pointer, you will see a "
"reference to the type of change, the author, date and time of day for the "
"change in the Help Tip. If the Extended Tips are also enabled, you will also "
"see any available comments on this change."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3156119.12.help.text
msgid ""
"Changes in a spreadsheet document are highlighted by a border around the "
"cells; when you point to the cell you can see more detailed information on "
"this change in the Help Tip."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3148473.13.help.text
msgid ""
"You can enter a comment on each recorded change by placing the cursor in the "
"area of the change and then choosing \\<emph\\>Edit - Changes - "
"Comment\\</emph\\>. In addition to Extended Tips, the comment is also "
"displayed in the list in the \\<link "
"href=\\\"text/shared/01/02230400.xhp\\\" name=\\\"Accept or Reject "
"Changes\\\"\\>\\<emph\\>Accept or Reject Changes\\</emph\\>\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3153542.14.help.text
msgid ""
"To stop recording changes, choose \\<emph\\>Edit - Changes - "
"Record\\</emph\\> again. The check mark is removed and you can now save the "
"document."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3153627.15.help.text
msgid ""
"In a text document, you can highlight all lines that you have changed with "
"an additional colored marking. This can be in the form of a red line in the "
"margin, for example."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_enter.xhp#par_id3147530.16.help.text
msgid ""
"To change the settings for tracking changes, choose \\<emph\\>Tools - "
"Options - %PRODUCTNAME Writer\\</emph\\> - \\<link "
"href=\\\"text/shared/optionen/01040700.xhp\\\" "
"name=\\\"Changes\\\"\\>\\<emph\\>Changes\\</emph\\>\\</link\\> or on the "
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc\\</emph\\> - \\<link "
"href=\\\"text/shared/optionen/01060600.xhp\\\" "
"name=\\\"Changes\\\"\\>\\<emph\\>Changes\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_protect.xhp#tit.help.text
msgid "Protecting Records"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_protect.xhp#bm_id3159201.help.text
msgid ""
"\\<bookmark_value\\>changes; "
"protecting\\</bookmark_value\\>\\<bookmark_value\\>protecting; recorded "
"changes\\</bookmark_value\\>\\<bookmark_value\\>records; "
"protecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_protect.xhp#hd_id3159201.1.help.text
msgid ""
"\\<variable id=\\\"redlining_protect\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining_protect.xhp\\\" name=\\\"Protecting "
"Records\\\"\\>Protecting Records\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_protect.xhp#par_id3154751.2.help.text
msgid ""
"To protect the changes made in a document during editing, choose "
"\\<emph\\>Edit - Changes - Protect Records\\</emph\\>. To turn off the "
"function or to accept or reject changes it is necessary to enter the correct "
"password first."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_protect.xhp#par_id3147088.3.help.text
msgid ""
"Choose \\<emph\\>Protect Records\\</emph\\>. This opens the \\<link "
"href=\\\"text/shared/01/password_dlg.xhp\\\" "
"name=\\\"Password\\\"\\>\\<emph\\>Password\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_protect.xhp#par_id3153345.4.help.text
msgid ""
"Enter a password consisting of at least 5 characters and confirm it. Click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_versions.xhp#tit.help.text
msgid "Version Management"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_versions.xhp#bm_id3154230.help.text
msgid ""
"\\<bookmark_value\\>versions; of a "
"document\\</bookmark_value\\>\\<bookmark_value\\>documents; version "
"management\\</bookmark_value\\>\\<bookmark_value\\>version "
"management\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_versions.xhp#hd_id3154230.43.help.text
msgid ""
"\\<variable id=\\\"redlining_versions\\\"\\>\\<link "
"href=\\\"text/shared/guide/redlining_versions.xhp\\\" name=\\\"Version "
"Management\\\"\\>Version Management\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_versions.xhp#par_id3153394.40.help.text
msgid ""
"The \\<emph\\>File\\</emph\\> menu contains a \\<link "
"href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>\\<emph\\>Versions\\</emph\\>\\</link\\> command "
"that enables you to save multiple versions of a document in the same file."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_versions.xhp#par_id3149399.44.help.text
msgid ""
"You can choose to view individual versions of a document, or you can display "
"the differences between versions with color markings."
msgstr ""

#: helpcontent2/source/text/shared/guide/redlining_versions.xhp#par_id3149811.45.help.text
msgid ""
"In the dialog to open a document, you can select from a combo box which "
"version of this document you want to open."
msgstr ""

#: helpcontent2/source/text/shared/guide/round_corner.xhp#tit.help.text
msgid "Creating Round Corners"
msgstr ""

#: helpcontent2/source/text/shared/guide/round_corner.xhp#bm_id3150040.help.text
msgid ""
"\\<bookmark_value\\>corner "
"roundings\\</bookmark_value\\>\\<bookmark_value\\>rectangles;rounding "
"corners\\</bookmark_value\\>\\<bookmark_value\\>legends;rounding "
"corners\\</bookmark_value\\>\\<bookmark_value\\>round "
"corners\\</bookmark_value\\>\\<bookmark_value\\>customizing;round "
"corners\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/round_corner.xhp#hd_id3150040.6.help.text
msgid ""
"\\<variable id=\\\"round_corner\\\"\\>\\<link "
"href=\\\"text/shared/guide/round_corner.xhp\\\" name=\\\"Creating Round "
"Corners\\\"\\>Creating Round Corners\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/round_corner.xhp#par_id3156136.4.help.text
msgid ""
"When you insert a rectangle or a callout box using the drawing functions and "
"activate \\<emph\\>Edit Points\\</emph\\>, you see a small frame at the "
"upper left corner of the object. The frame indicates the amount by which the "
"corners are rounded. When the frame is positioned at the top left corner, no "
"rounding occurs. When the frame is positioned on the handle centered at the "
"top of the object, the corners are rounded as much as possible. You adjust "
"the degree of rounding by moving the frame between these two positions."
msgstr ""

#: helpcontent2/source/text/shared/guide/round_corner.xhp#par_id3156426.help.text
msgid ""
"\\<image id=\\\"img_id3150774\\\" src=\\\"res/helpimg/hand01.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3150774\\\"\\>Mouse pointer as hand\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/round_corner.xhp#par_id3148539.5.help.text
msgid ""
"If you place the cursor on the box it changes to a hand symbol. You can now "
"drag the box to change the amount of rounding. An outline shows a preview of "
"the result."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#tit.help.text
msgid "Scripting %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#bm_id5277565.help.text
msgid ""
"\\<bookmark_value\\>assigning "
"scripts\\</bookmark_value\\>\\<bookmark_value\\>"
"macros;scripting\\</bookmark_v"
"alue\\>\\<bookmark_value\\>Basic;scripting\\</bo"
"okmark_value\\>\\<bookmark_value\\>BeanShell "
"scripting\\</bookmark_value\\>\\<"
"bookmark_value\\>Java;scripting\\</bookmark_v"
"alue\\>\\<bookmark_value\\>progra"
"mming;scripting\\</bookmark_value\\>\\<bookmark_value\\>scripting in "
"programming\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1070A.help.text
msgid ""
"\\<variable id=\\\"scripting\\\"\\>\\<link "
"href=\\\"text/shared/guide/scripting.xhp\\\"\\>Scripting "
"%PRODUCTNAME\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10728.help.text
msgid ""
"You can assign custom scripts (macros) to menu items, icons, dialog "
"controls, and events in %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1072B.help.text
msgid "%PRODUCTNAME internally supports the following scripting languages:"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10731.help.text
msgid "%PRODUCTNAME Basic"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10739.help.text
msgid "JavaScript"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1073D.help.text
msgid "BeanShell"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1091F.help.text
msgid ""
"In addition, developers can use high-level languages, for example Java "
"programming language, to control %PRODUCTNAME externally. See the API "
"project at OpenOffice.org."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10751.help.text
msgid "To assign a script to a new menu entry"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10758.help.text
msgid ""
"Choose \\<emph\\>Tools - Customize\\</emph\\>, and click the "
"\\<emph\\>Menus\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1093D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1093D.help.text\n"
"Click \\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10760.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10760.help.text\n"
"In the \\<emph\\>Category\\</emph\\> list box, scroll down and open the "
"\"%PRODUCTNAME Macros\" entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10768.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10768.help.text\n"
"You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory "
"of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user "
"directory), and the current document. Open any one of them to see the "
"supported scripting languages."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1076C.help.text
msgid ""
"Open any scripting language entry to see the available scripts. Select a "
"script."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10770.help.text
msgid ""
"A list of the script functions appears in the \\<emph\\>Functions\\</emph\\> "
"list box. Select a function."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10778.help.text
msgid ""
"Click \\<emph\\>New\\</emph\\> to create a new menu assignment. The new menu "
"entry appears in the \\<emph\\>Menu entries\\</emph\\> list box. Click the "
"menu entry and enter text to rename the entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10783.help.text
msgid "To assign a script to a key combination"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10787.help.text
msgid "Choose \\<emph\\>Tools - Customize - Keyboard\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A59.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A59.help.text\n"
"In the \\<emph\\>Category\\</emph\\> list box, scroll down and open the "
"\"%PRODUCTNAME Macros\" entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A61.help.text\n"
"You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory "
"of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user "
"directory), and the current document. Open any one of them to see the "
"supported scripting languages."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A65.help.text\n"
"Open any scripting language entry to see the available scripts. Select any "
"script."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A69.help.text
msgid ""
"A list of the script functions will appear in the "
"\\<emph\\>Functions\\</emph\\> list box. Select any function."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A71.help.text
msgid ""
"Click the option button for %PRODUCTNAME or Writer (or whichever application "
"is currently open). "
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A74.help.text
msgid ""
"Selecting the option button sets the scope of the new key combination to be "
"applicable in all of %PRODUCTNAME or only in documents of the current module."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A78.help.text
msgid ""
"Select a key combination from the \\<emph\\>Shortcut keys\\</emph\\> list "
"box and click \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1078A.help.text
msgid "To assign a script to an event"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1078E.help.text
msgid "Choose \\<emph\\>Tools - Customize - Events\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A16.help.text
msgid "Click \\<emph\\>Assign Macro\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10A9E.help.text
msgid ""
"In the \\<emph\\>Library\\</emph\\> list box, scroll down and open the "
"\"%PRODUCTNAME Macros\" entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AA6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AA6.help.text\n"
"You see entries for \"%PRODUCTNAME Macros\" (scripts in the share directory "
"of your %PRODUCTNAME installation), \"My Macros\" (scripts in the user "
"directory), and the current document. Open any one of them to see the "
"supported scripting languages."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AAA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AAA.help.text\n"
"Open any scripting language entry to see the available scripts. Select any "
"script."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AAE.help.text
msgid ""
"A list of the script functions will appear in the \\<emph\\>Assigned "
"Macros\\</emph\\> list box. Select any function."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AB6.help.text
msgid "Select to save in %PRODUCTNAME or current document."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AB9.help.text
msgid ""
"This sets the scope of the new key combination to be applicable in all of "
"%PRODUCTNAME or only in documents of the current module."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10ABD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10ABD.help.text\n"
"Select an event from the list and click \\<emph\\>Assign\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10791.help.text
msgid "To assign a script to an event for an embedded object"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10795.help.text
msgid "Select the embedded object, for example a chart, in your document."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10ADB.help.text
msgid "Choose \\<emph\\>Format - Object - Macro\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10ADF.help.text
msgid ""
"In the \\<emph\\>Macros\\</emph\\> list box, open the %PRODUCTNAME Scripts "
"entry."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AE7.help.text
msgid ""
"You see entries for share (scripts in the share directory of your "
"%PRODUCTNAME installation), user (scripts in the user directory), and the "
"current document. Open any one of them to see the supported scripting "
"languages."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AEB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AEB.help.text\n"
"Open any scripting language entry to see the available scripts. Select any "
"script."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AEF.help.text
msgid ""
"A list of the script functions will appear in the \\<emph\\>Existing macros "
"in\\</emph\\> list box. Select any function."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AF7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10AF7.help.text\n"
"Select an event from the list and click \\<emph\\>Assign\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10798.help.text
msgid "To assign a script to a hyperlink"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1079C.help.text
msgid "Position the cursor inside the hyperlink. "
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B15.help.text\n"
"Choose \\<emph\\>Insert - Hyperlink\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B19.help.text
msgid "Click the \\<emph\\>Events\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B21.help.text\n"
"Select and assign as stated above."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN1079F.help.text
msgid "To assign a script to a graphic"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN107A3.help.text
msgid "Select the graphic in your document. "
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B3B.help.text
msgid "Choose \\<emph\\>Format - Picture - Macro\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B3F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B3F.help.text\n"
"Select and assign as stated above."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN107A6.help.text
msgid "To assign a script to a form control"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN107AA.help.text
msgid ""
"Insert a form control, for example a button: Open the Form Controls toolbar, "
"click the \\<emph\\>Push Button\\</emph\\> icon, drag open a button on your "
"document."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B59.help.text
msgid ""
"With the form control selected, click \\<emph\\>Control\\</emph\\> on the "
"Form Controls toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B5D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B5D.help.text\n"
"Click the \\<emph\\>Events\\</emph\\> tab of the Properties dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B61.help.text\n"
"Click one of the \\<emph\\>...\\</emph\\> buttons to open a dialog where you "
"can assign a script to the selected event."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN107AD.help.text
msgid "To assign a script to a control in the %PRODUCTNAME Basic dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN107B1.help.text
msgid ""
"Open the %PRODUCTNAME Basic dialog editor, then create a dialog with a "
"control on it."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B7F.help.text
msgid "Right-click the control, then choose \\<emph\\>Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B87.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B87.help.text\n"
"Click the \\<emph\\>Events\\</emph\\> tab of the Properties dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B8B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/scripting.xhp#par_idN10B8B.help.text\n"
"Click one of the \\<emph\\>...\\</emph\\> buttons to open a dialog where you "
"can assign a script to the selected event."
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#tit.help.text
msgid "Inserting Protected Spaces, Hyphens and Conditional Separators"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#bm_id3155364.help.text
msgid ""
"\\<bookmark_value\\>protected "
"spaces;inserting\\</bookmark_value\\>\\<bookmark_value\\>spaces; inserting "
"protected spaces\\</bookmark_value\\>\\<bookmark_value\\>hyphens; as "
"separators\\</bookmark_value\\>\\<bookmark_value\\>conditional "
"separators\\</bookmark_value\\>\\<bookmark_value\\>separators; "
"conditional\\</"
"bookmark_value\\>\\<bookmark_value\\>dashes;replacing\\</bookma"
"rk_value\\>\\<bookmark_value\\>non-breaking dashes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#hd_id3155364.30.help.text
msgid ""
"\\<variable id=\\\"space_hyphen\\\"\\>\\<link "
"href=\\\"text/shared/guide/space_hyphen.xhp\\\" name=\\\"Inserting Protected "
"Spaces, Hyphens and Conditional Separators\\\"\\>Inserting Protected Spaces, "
"Hyphens and Conditional Separators\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#hd_id3156136.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/space_hyphen.xhp#hd_id3156136.61.help"
".text\n"
"Non-breaking spaces"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#par_id3147008.31.help.text
msgid ""
"To prevent two words from being separated at the end of a line, press the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command key \\</caseinline\\>\\<defaultinline\\>Ctrl "
"key\\</defaultinline\\>\\</switchinline\\> when you type a space between the "
"words."
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#hd_id3146957.62.help.text
msgid "Non-breaking dash"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#par_id3148538.32.help.text
msgid ""
"An example of a non-breaking dash is a company name such as A-Z. Obviously "
"you would not want A- to appear at the end of a line and Z at the beginning "
"of the next line. To solve this problem, press Shift+Ctrl+ minus sign. In "
"other words, hold down the Shift and Ctrl keys and press the minus key."
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#hd_id3163802.65.help.text
msgid "Hyphen, dash"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#par_id3154749.66.help.text
msgid ""
"In order to enter longer dashes, you can find under \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>\\<emph\\>- Options\\</emph\\> the \\<emph\\>Replace "
"dashes\\</emph\\> option. This option replaces one or two minus signs under "
"certain conditions with a long dash (see \\<link "
"href=\\\"text/shared/01/06040100.xhp\\\" name=\\\"$[officename] "
"Help\\\"\\>$[officename] Help\\</link\\>)."
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#par_id3153561.67.help.text
msgid ""
"For additional replacements see the replacements table under \\<emph\\>Tools "
"- AutoCorrect\\</emph\\>\\<emph\\>- \\</emph\\>\\<link "
"href=\\\"text/shared/01/06040200.xhp\\\" "
"name=\\\"Replace\\\"\\>\\<emph\\>Replace\\</emph\\>\\</link\\>. Here you "
"can, among other things, replace a shortcut automatically by a dash, even in "
"another font."
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#hd_id3153825.63.help.text
msgid "Definite separator"
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#par_id3154306.60.help.text
msgid ""
"To support automatic hyphenation by entering a separator inside a word "
"yourself, use the keys \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+minus sign. The word is separated at this "
"position when it is at the end of the line, even if automatic hyphenation "
"for this paragraph is switched off."
msgstr ""

#: helpcontent2/source/text/shared/guide/space_hyphen.xhp#par_id3151245.64.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"characters\\\"\\>Special characters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#tit.help.text
msgid "Setting up Printer, Fax and Fonts Under UNIX Based Platforms"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#bm_id3154422.help.text
msgid ""
"\\<bookmark_value\\>printer programs under "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>font programs under "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>fax programs under "
"UNIX\\</bookma"
"rk_value\\>\\<bookmark_value\\>spadmin\\</bookmark_value\\>\\<bo"
"okmark_value\\>printers; adding, "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>default printer; "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>standard printer under "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>fax printer connection under "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>printers; faxes under "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>PostScript; PDF converter, "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>converters; PostScript, "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>PDF converter; PostScript, "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>fonts; adding under "
"UNIX\\</bookmark_value\\>\\<bookmark_value\\>typefaces; adding under "
"UNIX\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3147834.1.help.text
msgid ""
"\\<variable id=\\\"spadmin\\\"\\>\\<link "
"href=\\\"text/shared/guide/spadmin.xhp\\\" name=\\\"Setting up Printer, Fax "
"and Fonts Under UNIX Based Platforms\\\"\\>Setting up Printer, Fax and Fonts "
"Under UNIX Based Platforms\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3159233.2.help.text
msgid ""
"Under UNIX based platforms, the printer administration program "
"\\<emph\\>spadmin\\</emph\\> is provided to help you set up printers, faxes "
"and fonts for use with the $[officename] software."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3156410.117.help.text
msgid ""
"Call the printer administration program \\<emph\\>spadmin\\</emph\\> as "
"follows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147242.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147242.11.help.tex"
"t\n"
"Change to the {install_path}/program directory."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147209.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147209.12.help.tex"
"t\n"
"Enter: ./spadmin"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3152349.14.help.text
msgid ""
"After it starts, the window of the printer administration program "
"\\<emph\\>spadmin\\</emph\\> appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149580.10.help.text
msgid ""
"Following a server installation, the system administrator first logs on as "
"with root privileges, and starts the printer administration program "
"\\<emph\\>spadmin\\</emph\\>. The administrator then creates a general "
"printer configuration file called {install_path}/share/psprint/psprint.conf "
"for all users. All changes are immediately available to all users."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153822.285.help.text
msgid ""
"The system administrator can also add fonts for all users in the server "
"installation. However, these fonts are available only after restarting the "
"$[officename] software."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3159177.121.help.text
msgid "Setting up Printers"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3159157.122.help.text
msgid ""
"Under UNIX based platforms, the $[officename] software only offers direct "
"support for printers using the PostScript technology. Other printers must be "
"set up as described in the section \\<emph\\>Printer Drivers in the "
"$[officename] Software\\</emph\\>. The $[officename] software automatically "
"provides a printer with the default driver for each system queue. You can "
"add additional printers as needed."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3148564.286.help.text
msgid "Adding a Printer"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147559.353.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147559.353.help.te"
"xt\n"
"Change to the {install_path}/program directory."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3152360.354.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3152360.354.help.te"
"xt\n"
"Enter: ./spadmin"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153360.287.help.text
msgid "Click the \\<emph\\>New Printer\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151210.288.help.text
msgid ""
"Select the \\<emph\\>Create Printer\\</emph\\> option and click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153192.289.help.text
msgid ""
"Select the appropriate driver for your printer. If you are not using a "
"PostScript printer or your model is not listed, use the \\<emph\\>Generic "
"Printer\\</emph\\> driver or follow the steps below. You can also add new "
"drivers using the \\<emph\\>Import\\</emph\\> button or delete unnecessary "
"drivers using the \\<emph\\>Delete\\</emph\\> button. Click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3125863.290.help.text
msgid ""
"Choose a command line that you can use to print on your printer (for "
"example, lp -d my_queue). Click \\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150767.291.help.text
msgid ""
"Give the printer a name and determine whether it should become the default "
"printer. Click \\<emph\\>Finish\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155429.292.help.text
msgid ""
"To print a test page, click on \\<emph\\>Test Page\\</emph\\>. If the test "
"page fails to print or is incorrectly printed, check all settings as "
"described in \\<emph\\>Changing Printer Settings\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3146147.294.help.text
msgid "Printer Drivers in the $[officename] Software"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147428.124.help.text
msgid ""
"When installing a non-PostScript printer, you must set your system so that "
"PostScript can be converted into the language of the printer. We recommend "
"using current PostScript conversion software such as Ghostscript "
"(http://www.cs.wisc.edu/~ghost/)."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154639.125.help.text
msgid ""
"You should set up the \\<emph\\>Generic Printer\\</emph\\> in that case. "
"Also make sure that the page margins are set correctly."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3159153.127.help.text
msgid ""
"If you are using a printer using the PostScript technology, you should "
"install a description file for the printer (PostScript Printer Definition - "
"PPD) so that you can utilize the specific printer features like paper tray "
"selection, duplex print function and all built-in fonts. You can also use "
"the generic printer driver since it contains the most important data and is "
"suitable for most printers. In that case, you will have to do without the "
"paper tray selection and must correctly set the page margins."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3146976.128.help.text
msgid ""
"Some PPD files are installed as default files. If there is no matching PPD "
"file for your printer, you will find various PPD files at "
"http://www.adobe.com/products/printerdrivers/. You can also ask the "
"manufacturer of your printer for PPD files. "
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3147435.346.help.text
msgid "Importing Drivers When Creating a New Printer"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149484.129.help.text
msgid "Click \\<emph\\>Import\\</emph\\> in the driver selection dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149260.347.help.text
msgid ""
"Click \\<emph\\>Browse\\</emph\\> to select the directory where you unpacked "
"the PPD files. "
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147443.348.help.text
msgid ""
"In the \\<emph\\>Selection of drivers\\</emph\\> list box, select the "
"printer driver you want to install."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3145364.349.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3145364.349.help.te"
"xt\n"
"Click OK."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3152885.350.help.text
msgid "Deleting Drivers When Creating a New Printer"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154729.130.help.text
msgid "Select the printer driver."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155417.351.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155417.351.help.te"
"xt\n"
"Click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149909.352.help.text
msgid ""
"Be sure that you do not delete the generic printer driver, and remember that "
"drivers deleted from server installations are no longer available to other "
"users who are using the same server installation."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3148456.131.help.text
msgid ""
"If the printer has more fonts built in than the usual PostScript fonts, you "
"must also load the AFM files for these additional fonts. Copy the AFM files "
"into the {install_path}/share/psprint/fontmetric directory or into the "
"{install_path}/user/psprint/fontmetric directory. You can find AFM files, "
"for example, at ftp://ftp.adobe.com/pub/adobe/type/win/all/afmfiles/."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3148388.296.help.text
msgid "Changing Printer Settings"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3156284.22.help.text
msgid ""
"In the printer administration program \\<emph\\>spadmin\\</emph\\>, select "
"the printer from the \\<emph\\>Installed printers\\</emph\\> list box and "
"click \\<emph\\>Properties\\</emph\\>. The \\<emph\\>Properties\\</emph\\> "
"dialog appears containing several tab pages. This is where you can make "
"settings that are used according to the PPD file of the selected printer."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3148833.297.help.text
msgid ""
"Select the command on the \\<emph\\>Command\\</emph\\> tab page. You can "
"remove superfluous commands using the \\<emph\\>Remove\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154270.138.help.text
msgid ""
"On the \\<emph\\>Paper\\</emph\\> tab page, you can define the paper format "
"and paper tray to be used as the default settings for this printer."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3145649.265.help.text
msgid ""
"On the \\<emph\\>Device\\</emph\\> tab page, you can activate the special "
"options for your printer. If your printer can only print in black and white, "
"choose \"grayscale\" under \\<emph\\>Color\\</emph\\>, otherwise choose "
"\"color\". If switching to grayscale leads to unfavorable results, you can "
"also select \"color\" under \\<emph\\>Color\\</emph\\> and see how the "
"printer or PostScript emulator applies it. Furthermore, on this tab page you "
"can set the precision with which colors are described as well as the "
"PostScript level."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150752.284.help.text
msgid ""
"The \\<emph\\>Font Replacement\\</emph\\> tab page allows you to select a "
"printer font type available in the printer for each font type installed on "
"your computer. This way you can reduce the data volume sent to the printer. "
"Font replacement can be turned on or off for each printer individually."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153924.266.help.text
msgid ""
"You should also set the page margins correctly on the \\<emph\\>Additional "
"settings\\</emph\\> tab when using the generic printer driver so that your "
"printout is not cropped. You can also enter a description in the Comments "
"field, which will also be displayed on the \\<emph\\>Print\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155443.267.help.text
msgid ""
"Some of these settings can also be set for the current printout in the "
"\\<emph\\>Print\\</emph\\> dialog or the \\<emph\\>Printer "
"Settings\\</emph\\> dialog in the $[officename] software with the "
"\\<emph\\>Properties\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3150042.132.help.text
msgid "Renaming or Deleting Printers"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147338.134.help.text
msgid ""
"Select a printer from the \\<emph\\>Installed printers\\</emph\\> list box."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149258.136.help.text
msgid ""
"To rename the selected printer, click \\<emph\\>Rename\\</emph\\>. Enter an "
"appropriate name in the dialog that appears and click OK. The name must be "
"unique and should be chosen so that you can recognize the printer and the "
"application. Printer names must be assigned the same for all users because, "
"when documents are exchanged, the selected printer remains unchanged if the "
"recipient has it under the same name."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153963.137.help.text
msgid ""
"To delete the selected printer, click \\<emph\\>Remove\\</emph\\>. The "
"default printer or a printer that has been created by the system "
"administrator in a server installation cannot be removed using this dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3147346.140.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>Selecting a Default Printer "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3145769.31.help.text
msgid ""
"To make the printer selected from the \\<emph\\>Installed "
"printers\\</emph\\> list box the default printer, double-click its name or "
"click the \\<emph\\>Default\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3154204.141.help.text
msgid "Using Fax Functionality"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3148463.52.help.text
msgid ""
"If you have installed a fax package such as Efax or HylaFax on your "
"computer, you can send faxes with the $[officename] software."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154575.355.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154575.355.help.te"
"xt\n"
"Change to the {install_path}/program directory."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151277.356.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151277.356.help.te"
"xt\n"
"Enter: ./spadmin"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3146808.298.help.text
msgid ""
"Click \\<emph\\>New Printer\\</emph\\>. This opens the \\<emph\\>Add "
"Printer\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151070.299.help.text
msgid ""
"Select \\<emph\\>Connect a fax device\\</emph\\>. Click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150787.300.help.text
msgid ""
"Choose whether to use the default driver or another printer driver. If you "
"are not using the default driver, select the appropriate driver. Click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155111.301.help.text
msgid ""
"Enter a command line with which to communicate with the fax in the following "
"dialog. In the command line of each fax sent \"(TMP)\" is replaced by a "
"temporary file and \"(PHONE)\" by the telephone number of the recipient fax "
"machine. If \"(TMP)\" occurs in the command line, the PostScript code is "
"transmitted in a file, otherwise as standard input through a pipe. Click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3146135.302.help.text
msgid ""
"Assign a name to your new fax printer and determine whether the telephone "
"numbers (see below) marked in the text should be removed from the printout, "
"or not. Click \\<emph\\>Finish\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3147506.303.help.text
msgid ""
"You can now send faxes by printing to the printer that has just been created."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3148419.83.help.text
msgid ""
"Enter the fax number as text in the document. You can also enter a field "
"that takes the fax number from your active database. In any case, the fax "
"number must start with the characters @@# and end with @@. A valid entry "
"would have the form @@#1234567@@."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150826.304.help.text
msgid ""
"If these characters including the telephone number are not printed, activate "
"the \\<emph\\>Fax number is removed from the printout\\</emph\\> option "
"under \\<emph\\>Properties\\</emph\\> on the \\<emph\\>Command\\</emph\\> "
"tab page. If no telephone number is entered in the document, a dialog "
"prompting you for it will appear after the printout."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154196.305.help.text
msgid ""
"In $[officename] you can also activate an icon for sending faxes to a "
"default fax. To do this, choose \\<emph\\>Tools - Customize - "
"Toolbars\\</emph\\>, click \\<emph\\>Add Commands\\</emph\\> and add from "
"\"Documents\" the \\<emph\\>Send Default Fax\\</emph\\> icon. You can set "
"which fax is used when this button is pressed under \\<emph\\>Tools - "
"Options - %PRODUCTNAME Writer - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150517.84.help.text
msgid ""
"Remember to create one separate print job for each fax, otherwise, the first "
"recipient will receive all the faxes. In the \\<emph\\>Tools - Mail "
"Merge\\</emph\\> dialog select the \\<emph\\>Printer\\</emph\\> option and "
"then select the \\<emph\\>Single print jobs\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3146929.306.help.text
msgid "Connecting a PostScript to PDF Converter"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154989.307.help.text
msgid ""
"If a PostScript to PDF converter such as Ghostscript or Adobe Acrobat "
"Distiller is installed on your computer, you can quickly create PDF "
"documents in the $[officename] software."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150524.308.help.text
msgid ""
"In spadmin, click \\<emph\\>New Printer\\</emph\\>. This opens the "
"\\<emph\\>Add Printer\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3145268.309.help.text
msgid ""
"Select \\<emph\\>Connect a PDF converter\\</emph\\>. Click "
"\\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3156445.310.help.text
msgid ""
"Choose whether to use the default driver, the Acrobat Distiller driver or "
"another driver. The driver \"Generic Printer (T42 enabled)\" prefers the "
"type 42 fonts over type 3 fonts; this driver is a good choice for output to "
"a software PostScript interpreter. Click \\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155128.311.help.text
msgid ""
"In the next dialog, enter a command line for the PostScript->PDF Converter. "
"Enter the directory where the PDF files should be saved. If you do not "
"provide a directory, the user's home directory will be used. In the command "
"line \"(TMP)\" is replaced by a temporary file and \"(OUTFILE)\" by the "
"target file, the name of which is created from the document name. If "
"\"(TMP)\" occurs in the command line, the Postscript code is forwarded in a "
"file, otherwise as standard input through a pipe. If Ghostscript or Adobe "
"Acrobat Distiller is in the search path, you can use one of the predefined "
"command lines. Click \\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3152889.312.help.text
msgid ""
"Assign a name to your new PDF converter. Click \\<emph\\>Finish\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153064.313.help.text
msgid ""
"You can now create PDF documents by printing to the converter that has just "
"been created."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3156195.143.help.text
msgid "Installing Fonts"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153914.144.help.text
msgid ""
"When you are working with the $[officename] software you might notice that a "
"different number of fonts is provided depending on the document type being "
"used. This is because not all of the fonts can be used in every case."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3152382.145.help.text
msgid ""
"Therefore, only those fonts will be shown in the font selection box when "
"working with a text document which can also be printed, as it is assumed "
"that you will only want to use those fonts that you can actually have "
"printed on paper."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3157982.146.help.text
msgid ""
"In an HTML document or in online layout, only fonts that are available on "
"screen are offered."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149590.147.help.text
msgid ""
"On the other hand, when working with spreadsheets and drawings you will be "
"able to use all of the fonts that can be either printed or shown on the "
"screen."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3159093.148.help.text
msgid ""
"The $[officename] software tries to match the display on screen to the "
"printout (WYSIWYG = what you see is what you get). Possible problems are "
"shown in the bottom of the dialog \\<emph\\>Format - Character\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3156353.314.help.text
msgid "Adding Fonts"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3144503.315.help.text
msgid ""
"You can integrate additional fonts in the $[officename] software. Fonts "
"which you integrate are available exclusively to the $[officename] software "
"and can be used with various Xservers without your having to install them "
"there. To make the fonts available to other programs as well, proceed as "
"usual by adding the fonts to your Xserver. The $[officename] software can "
"display and print out PostScript Type1 fonts as well as TrueType fonts "
"(including TrueType Collections)."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3156174.316.help.text
msgid ""
"To integrate additional fonts in the $[officename] software, proceed as "
"follows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154825.357.help.text
msgid "Go to the {install_path}/program directory."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151127.317.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151127.317.help.te"
"xt\n"
"Enter: ./spadmin"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149072.318.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149072.318.help.te"
"xt\n"
"Click \\<emph\\>Fonts\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3156341.319.help.text
msgid ""
"The dialog lists all fonts added for the $[officename] software. You can "
"select and remove fonts using the \\<emph\\>Remove\\</emph\\> button or add "
"new fonts with the \\<emph\\>Add\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155118.320.help.text
msgid ""
"Click \\<emph\\>Add\\</emph\\>. The \\<emph\\>Add Fonts\\</emph\\> dialog "
"appears."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149126.321.help.text
msgid ""
"Enter the directory from which you want to add the fonts. Press the "
"\\<emph\\>...\\</emph\\> button and select the directory from the path "
"selection dialog or enter the directory directly."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154266.322.help.text
msgid ""
"A list of the fonts from this directory appears. Select the fonts you want "
"to add. To add all the fonts, click \\<emph\\>Select All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154060.323.help.text
msgid ""
"With the \\<emph\\>Create soft links only\\</emph\\> check box you can "
"determine whether the fonts are to be copied into the $[officename] "
"directory or only symbolic links are to be created there. If the fonts to be "
"added are on a data medium that is not always available (such as a CD-ROM), "
"you must copy the fonts."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155539.324.help.text
msgid "Click OK. The fonts will now be added."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3146776.325.help.text
msgid ""
"In the case of a server installation, the fonts are installed in that "
"installation if possible. If the user has no write access rights, the fonts "
"will be installed in the corresponding user installation so that only the "
"user who installed them can access them."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3152869.326.help.text
msgid "Deleting Fonts"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151302.327.help.text
msgid "To delete fonts, proceed as follows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150213.328.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3150213.328.help.te"
"xt\n"
"Start spadmin."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154608.329.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154608.329.help.te"
"xt\n"
"Click \\<emph\\>Fonts\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3145195.330.help.text
msgid ""
"All fonts added to the $[officename] software are listed in the dialog that "
"now appears. Select the fonts you want to delete and click "
"\\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153242.331.help.text
msgid ""
"You can delete only the fonts that have been added for the $[officename] "
"software."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#hd_id3147487.332.help.text
msgid "Renaming Fonts"
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3148899.333.help.text
msgid ""
"You can also rename fonts added for the $[officename] software. This is "
"especially useful for fonts that contain several localized names."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154766.334.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3154766.334.help.te"
"xt\n"
"Start spadmin."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151009.335.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151009.335.help.te"
"xt\n"
"Click \\<emph\\>Fonts\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3151120.336.help.text
msgid ""
"Select the fonts you want to rename and click \\<emph\\>Rename\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153008.337.help.text
msgid ""
"Enter a new name in the dialog that appears. If the font contains several "
"names, these names will serve as suggestions in the combo box where you "
"enter the new name."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155521.338.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3155521.338.help.te"
"xt\n"
"Click OK."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3149802.339.help.text
msgid ""
"If you select several fonts to rename, one dialog appears for each selected "
"font."
msgstr ""

#: helpcontent2/source/text/shared/guide/spadmin.xhp#par_id3153487.340.help.text
msgid ""
"If you have selected a TrueType Collection (TTC), one dialog appears for "
"each of the fonts contained in it."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#tit.help.text
msgid "Changing Default Templates"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#bm_id3154285.help.text
msgid ""
"\\<bookmark_value\\>default templates; "
"changing\\</bookmark_value\\>\\<bookmark_value\\>changing;default "
"templates\\</bookmark_value\\>\\<bookmark_value\\>default "
"documents\\</bookmark_value\\>\\<bookmark_value\\>custom "
"templates\\</bookmark_value\\>\\<bookmark_value\\>updating; "
"templates\\</bookm"
"ark_value\\>\\<bookmark_value\\>editing;templates\\</bookmar"
"k_value\\>\\<bookmark_value\\>templates;editing and "
"saving\\</bookmark_value\\"
">\\<bookmark_value\\>saving;templates\\</bookmark_va"
"lue\\>\\<bookmark_value\\>resetting;templates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#hd_id3154285.36.help.text
msgid ""
"\\<variable id=\\\"standard_template\\\"\\>\\<link "
"href=\\\"text/shared/guide/standard_template.xhp\\\" name=\\\"Changing "
"Default Templates\\\"\\>Changing Default Templates\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3152811.2.help.text
msgid ""
"When you open a new document with \\<emph\\>File - New\\</emph\\>, a blank "
"document appears based on a $[officename] template. You can edit, modify, or "
"replace this template so that the new document contains your customized "
"Styles or other contents."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#hd_id3150792.3.help.text
msgid "Modifying Default Templates"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3154365.4.help.text
msgid ""
"First, open either an existing $[officename] template and modify it, or open "
"a new document and edit it as necessary to create the desired template."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3159152.6.help.text
msgid ""
"You can define a document template for each $[officename] module. The "
"following describes how to proceed for text documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3145748.8.help.text
msgid ""
"Save the document by choosing\\<emph\\> File\\</emph\\> -\\<emph\\> "
"Templates - Save \\</emph\\>and saving the document in the \\<emph\\>My "
"Templates\\</emph\\> category."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3154011.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3154011.9"
".help.text\n"
"Choose \\<emph\\>File - Templates - Organize\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3145799.11.help.text
msgid ""
"Double-click \\<emph\\>My Templates\\</emph\\> in the list on the left. You "
"will see the user-defined templates in the user directory specified under "
"\\<emph\\>Tools - Options - %PRODUCTNAME - Paths\\</emph\\>. Select the "
"template you have just saved and open the context menu or open the submenu "
"of the \\<emph\\>Commands\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3146901.26.help.text
msgid ""
"Choose \\<emph\\>Set As Default Template\\</emph\\>. The next time you open "
"a new text document, the new document will be based on the new default "
"template."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#hd_id3153947.27.help.text
msgid "Resetting Default Templates"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3156276.12.help.text
msgid "To reset the modified text template to the original default template:"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3146792.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3146792.2"
"9.help.text\n"
"Choose \\<emph\\>File - Templates - Organize\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3153714.32.help.text
msgid ""
"Open the context menu and choose \\<emph\\>Reset default "
"template\\</emph\\>. In the submenu, select the document type whose default "
"setting you want to restore. Thereafter, when you open an empty text "
"document, it will again correspond to the $[officename] default template for "
"text documents."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#hd_id3153764.13.help.text
msgid "Using Custom Templates"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3150386.14.help.text
msgid ""
"There are several ways to make your work easier by using your own custom "
"templates. "
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#hd_id3149109.15.help.text
msgid "Templates in the Template Folder"
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3146918.16.help.text
msgid ""
"You can save a new template with \\<emph\\>File - Templates - "
"Save\\</emph\\> or by selecting \"Template\" file type in any Save dialog. "
"Save the template in the user directory specified under \\<emph\\>Tools - "
"Options - %PRODUCTNAME - Paths\\</emph\\> to be able to access the template "
"from within the \\<emph\\>File - New - From Templates and "
"Documents\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3155960.33.help.text
msgid ""
"You may need to update the view of the templates in the dialog before you "
"can see a newly created template. In this case, choose \\<emph\\>File - "
"Templates - Organize\\</emph\\> and in the submenu of the "
"\\<emph\\>Commands\\</emph\\> button, choose \\<emph\\>Update\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3147343.17.help.text
msgid ""
"To open the template for editing, choose \\<emph\\>File - Templates - "
"Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3147315.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/standard_template.xhp#par_id3147315.3"
"7.help.text\n"
"\\<link href=\\\"text/shared/01/01110000.xhp\\\" "
"name=\\\"Templates\\\"\\>Templates\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/guide/start_parameters.xhp#tit.help.text\n"
"Starting the $[officename] Software With Parameters"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#bm_id3156410.help.text
msgid ""
"\\<bookmark_value\\>start "
"parameters\\</bookmark_value\\>\\<bookmark_value\\>command line "
"parameters\\</bookmark_value\\>\\<bookmark_value\\>parameters;command "
"line\\</bookmark_value\\>\\<bookmark_value\\>arguments in command "
"line\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#hd_id3156410.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#hd_id3156410.52."
"help.text\n"
"Starting the $[officename] Software With Parameters"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147009.1.help.text
msgid ""
"By starting the $[officename] software from the command line you can assign "
"various parameters, with which you can influence the performance. The use of "
"command line parameters is only recommended for experienced users."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147618.2.help.text
msgid ""
"For normal handling, the use of command line parameters is not necessary. A "
"few of the parameters require a deeper knowledge of the technical background "
"of the $[officename] software technology."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150503.3.help.text
msgid ""
"More information on this topic can be found at \\<link "
"href=\\\"http://www.openoffice.org\\\" "
"name=\\\"www.openoffice.org\\\"\\>www.openoffice.org\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#hd_id3154898.4.help.text
msgid "Starting the $[officename] Software From the Command Line"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3156152.5.help.text
msgid ""
"Under Windows, select \\<emph\\>Run\\</emph\\> from the Windows Start menu, "
"or open a Shell under UNIX® based platforms."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3152472.6.help.text
msgid ""
"Under Windows, type the following text in the \\<emph\\>Open \\</emph\\>text "
"field and click \\<emph\\>OK\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149669.53.help.text
msgid ""
"Under UNIX based systems, type the following line of text, then press "
"\\<emph\\>Return\\</emph\\>:"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147561.7.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>{install}\\\\program\\\\soffice.exe {parameter} "
"\\</caseinline\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{install}/program/soffice {parameter} "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153360.8.help.text
msgid ""
"Replace \\<emph\\>{install}\\</emph\\> with the path to your installation of "
"the $[officename] software (for example, \\<emph\\>C:\\\\Program "
"Files\\\\Office\\</emph\\>, or \\<emph\\>~/office\\</emph\\>)"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3158407.9.help.text
msgid ""
"Where required, replace \\<emph\\>{parameter}\\</emph\\> with one or more of "
"the following command line parameters."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#hd_id3145171.10.help.text
msgid "Valid Command Line Parameters"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148451.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148451.11"
".help.text\n"
"Parameter"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149167.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149167.12"
".help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149983.73.help.text
msgid "-help / -h / -?"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147349.74.help.text
msgid ""
"Lists the available command line parameters \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>in a dialog box "
"\\</caseinline\\>\\<defaultinline\\>to the "
"console\\</defaultinline\\>\\</switchinline\\>. -help shows a long help "
"text, -h shows a short help text."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150010.59.help.text
msgid "-writer"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147213.60.help.text
msgid "Starts with an empty Writer document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148616.61.help.text
msgid "-calc"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3145261.62.help.text
msgid "Starts with an empty Calc document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3156443.63.help.text
msgid "-draw"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154011.64.help.text
msgid "Starts with an empty Draw document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153142.65.help.text
msgid "-impress"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153222.66.help.text
msgid "Starts with an empty Impress document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3155853.67.help.text
msgid "-math"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3146928.68.help.text
msgid "Starts with an empty Math document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149960.69.help.text
msgid "-global"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3151075.70.help.text
msgid "Starts with an empty global document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154510.71.help.text
msgid "-web"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148836.72.help.text
msgid "Starts with an empty HTML document."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149403.help.text
msgid "-show {filename.odp}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153838.80.help.text
msgid ""
"Starts with the Impress file \\<emph\\>{filename.odp}\\</emph\\> and starts "
"the presentation. Enters edit mode after the presentation."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3156276.13.help.text
msgid "-minimized"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3146080.14.help.text
msgid "Starts minimized. The splash screen is not displayed."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3145641.15.help.text
msgid "-invisible"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154756.16.help.text
msgid "Starts in invisible mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148914.17.help.text
msgid ""
"Neither the start-up logo nor the initial program window will be visible. "
"However, the $[officename] software can be controlled and documents and "
"dialogs opened via the \\<link href=\\\"http://api.openoffice.org\\\" "
"name=\\\"API\\\"\\>API\\</link\\>. "
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147341.18.help.text
msgid ""
"When the $[officename] software has been started with this parameter, it can "
"only be ended using the taskmanager (Windows) or the \\<emph\\>kill "
"\\</emph\\>command (UNIX based systems)."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150388.48.help.text
msgid ""
"It cannot be used in conjunction with \\<emph\\>-quickstart\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3145147.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3145147.19"
".help.text\n"
"More information is found in the \\<emph\\>$[officename] Developer's "
"Guide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3155334.77.help.text
msgid "-nocrashreport"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149259.78.help.text
msgid "Disables the error report tool."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3155903.20.help.text
msgid "-norestore"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3156374.21.help.text
msgid "Disables restart and file recovery after a system crash."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148477.25.help.text
msgid "-quickstart"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153919.26.help.text
msgid ""
"Activates the Quickstarter on Windows systems. The splash screen is not "
"displayed. "
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149925.27.help.text
msgid "-terminate_after_init"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154657.28.help.text
msgid ""
"Registers some UNO services and ends. The splash screen does not appear. "
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3151213.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3151213.29"
".help.text\n"
"More information is found in the \\<emph\\>$[officename] Developer's "
"Guide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3152479.30.help.text
msgid "-accept={UNO string}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3147130.31.help.text
msgid ""
"Notifies the $[officename] software that upon the creation of \"UNO Acceptor "
"Threads\", a \"UNO Accept String\" will be used."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148874.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3148874.32"
".help.text\n"
"More information is found in the \\<emph\\>$[officename] Developer's "
"Guide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149964.33.help.text
msgid "-userid={user id}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3152584.34.help.text
msgid ""
"Specifies a user's directory that is used instead of the data from the "
"\\<emph\\>soffice.ini\\</emph\\>, \\<emph\\>bootstrap.ini\\</emph\\> and "
"\\<emph\\>sversion.ini\\</emph\\> files."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154121.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154121.35"
".help.text\n"
"More information is found in the \\<emph\\>$[officename] Developer's "
"Guide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3159238.36.help.text
msgid "-p {filename1} {filename2} ..."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3163666.37.help.text
msgid ""
"Prints the files \\<emph\\>{filename1} {filename2} ...\\</emph\\> to the "
"default printer and ends. The splash screen does not appear."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150828.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150828.49"
".help.text\n"
"If the file name contains spaces, then it must be enclosed in quotation "
"marks."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150883.38.help.text
msgid "-pt {Printername} {filename1} {filename2} ..."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3155081.50.help.text
msgid ""
"Prints the files \\<emph\\>{filename1} {filename2} ...\\</emph\\> to the "
"printer \\<emph\\>{Printername}\\</emph\\> and ends. The splash screen does "
"not appear."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153655.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153655.51"
".help.text\n"
"If the file name contains spaces, then it must be enclosed in quotation "
"marks."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154372.39.help.text
msgid "-o {filename}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150309.40.help.text
msgid ""
"Opens \\<emph\\>{filename}\\</emph\\> for editing, even if it is a template."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3151182.54.help.text
msgid "-view {filename}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3145268.55.help.text
msgid ""
"Creates a temporary copy of \\<emph\\>{filename}\\</emph\\> and opens it "
"read-only."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3166421.41.help.text
msgid "-n {filename}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3154259.42.help.text
msgid ""
"Creates a new document using \\<emph\\>{filename}\\</emph\\> as a template."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3155126.43.help.text
msgid "-nologo"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3151334.44.help.text
msgid "Disables the splash screen at program start."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3159171.75.help.text
msgid "-nodefault"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153306.76.help.text
msgid ""
"Opens the \\<link href=\\\"text/shared/01/01050000.xhp\\\" name=\\\"backing "
"window\\\"\\>backing window\\</link\\>. The backing window opens also when "
"you call the program file directly without any start parameter."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3153915.45.help.text
msgid "-display {display}"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3146786.46.help.text
msgid ""
"Sets the \\<emph\\>DISPLAY \\</emph\\>environment variable on UNIX based "
"platforms to the value \\<emph\\>{display}\\</emph\\>. This parameter is "
"only supported by the start script for the $[officename] software on UNIX "
"based platforms."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3149595.56.help.text
msgid "-headless"
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3150530.57.help.text
msgid ""
"Starts in \"headless mode\" which allows using the application without user "
"interface."
msgstr ""

#: helpcontent2/source/text/shared/guide/start_parameters.xhp#par_id3156353.58.help.text
msgid ""
"This special mode can be used when the application is controlled by external "
"clients via the \\<link href=\\\"http://api.openoffice.org\\\" "
"name=\\\"API\\\"\\>API\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#tit.help.text
msgid "Merging and Splitting Cells"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#bm_id3147240.help.text
msgid ""
"\\<bookmark_value\\>cells; "
"merging/splitting\\</bookmark_value\\>\\<bookmark_value\\>tables; merging "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cell merges; "
"defining/splitting\\</bookmark_value\\>\\<bookmark_value\\>splitting "
"cells\\</"
"bookmark_value\\>\\<bookmark_value\\>merging;cells\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#hd_id3150445.2.help.text
msgid ""
"\\<variable id=\\\"table_cellmerge\\\"\\>\\<link "
"href=\\\"text/shared/guide/table_cellmerge.xhp\\\" name=\\\"Merging and "
"Splitting Cells\\\"\\>Merging and Splitting Cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3159201.3.help.text
msgid ""
"You can select adjacent cells, then merge them into a single cell. "
"Conversely, you can take a large cell that has been created by merging "
"single cells, and divide it back into individual cells."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3153910.4.help.text
msgid ""
"The commands are different in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer and Calc."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#hd_id3155552.5.help.text
msgid ""
"Merging Cells in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Writer"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3146957.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3146957.6.h"
"elp.text\n"
"Select the adjacent cells."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3157958.7.help.text
msgid "Choose \\<emph\\>Table - Merge Cells\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#hd_id3149827.8.help.text
msgid ""
"Splitting Cells in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3148538.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3148538.9.h"
"elp.text\n"
"Place the cursor in the cell to be split."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3147653.10.help.text
msgid "Choose \\<emph\\>Table - Split Cells\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3154897.11.help.text
msgid ""
"A dialog allows you to split the cell into two or more cells, horizontally "
"or vertically."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#hd_id3159157.12.help.text
msgid ""
"Merging Cells in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Calc"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3150254.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3150254.13."
"help.text\n"
"Select the adjacent cells."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3148492.14.help.text
msgid "Choose \\<emph\\>Format - Merge Cells - Define\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#hd_id3154286.15.help.text
msgid ""
"Canceling the merging of cells in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc"
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3153348.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3153348.16."
"help.text\n"
"Place the cursor in the cell to be split."
msgstr ""

#: helpcontent2/source/text/shared/guide/table_cellmerge.xhp#par_id3155341.17.help.text
msgid "Choose \\<emph\\>Format - Merge Cells - Remove\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#tit.help.text
msgid "Inserting and Editing Tab Stops"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#bm_id3144436.help.text
msgid ""
"\\<bookmark_value\\>tab stops; inserting and "
"editing\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; tab "
"stops\\</bookmark_value\\>\\<bookmark_value\\>text; tab "
"stops\\</bookmark_value\\>\\<bookmark_value\\>default tab stops in "
"text\\</bookmark_value\\>\\<bookmark_value\\>editing; tab "
"stops\\</bookmark_value\\>\\<bookmark_value\\>inserting;tab "
"stops\\</bookmark_value\\>\\<bookmark_value\\>decimal tab "
"stops\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#hd_id3144436.20.help.text
msgid ""
"\\<variable id=\\\"tabs\\\"\\>\\<link "
"href=\\\"text/shared/guide/tabs.xhp\\\" name=\\\"Inserting and Editing Tab "
"Stops\\\"\\>Inserting and Editing Tab Stops\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id1376079.help.text
msgid ""
"On the horizontal ruler you can see the tab stops for the current paragraph. "
"If you want to change the tab stops, you should first consider the scope to "
"which you want to change tab stops as follows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id9434492.help.text
msgid ""
"Change the default tab stops for all documents: Use the menu \\<emph\\>Tools "
"- Options - %PRODUCTNAME Writer - General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id274971.help.text
msgid ""
"Change the tab stops for all paragraphs using the current Paragraph Style: "
"Right-click the paragraph to open the context menu, choose \\<emph\\>Edit "
"Paragraph Style\\</emph\\>, click \\<emph\\>Tabs\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id5199133.help.text
msgid ""
"Change the tab stops for one or more paragraphs: Select the paragraphs, then "
"click inside the ruler."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id6178167.help.text
msgid ""
"In the following, you find instructions for all above mentioned tasks."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3147008.27.help.text
msgid ""
"You can set a tab stop by clicking on the ruler or by selecting "
"\\<emph\\>Format - Paragraph - Tabs.\\</emph\\> Both methods affect the "
"current paragraph or all selected paragraphs."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3155136.5.help.text
msgid ""
"Click the ruler once to set a left-justified tab. Right-click a tab icon on "
"the ruler to see the context menu in which you can change the tab type."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3153561.29.help.text
msgid ""
"To set several decimal tabs one after the other, keep clicking the icon to "
"the left of the ruler until the desired tab type is shown, then click on the "
"ruler."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3153349.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/tabs.xhp#par_id3153349.18.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3153254.6.help.text
msgid "Description:"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3151245.help.text
msgid ""
"\\<image id=\\\"img_id3145609\\\" src=\\\"res/helpimg/swh00177.png\\\" "
"width=\\\"5.66mm\\\" height=\\\"5.66mm\\\"\\>\\<alt "
"id=\\\"alt_id3145609\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3154760.7.help.text
msgid "Setting left tabs"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3150358.help.text
msgid ""
"\\<image id=\\\"img_id3150541\\\" src=\\\"res/helpimg/swh00178.png\\\" "
"width=\\\"5.66mm\\\" height=\\\"5.66mm\\\"\\>\\<alt "
"id=\\\"alt_id3150541\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3145419.8.help.text
msgid "Setting right tabs"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3152933.help.text
msgid ""
"\\<image id=\\\"img_id3153192\\\" src=\\\"res/helpimg/swh00179.png\\\" "
"width=\\\"5.66mm\\\" height=\\\"5.66mm\\\"\\>\\<alt "
"id=\\\"alt_id3153192\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3151043.9.help.text
msgid "Setting decimal tabs"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3150440.help.text
msgid ""
"\\<image id=\\\"img_id3149560\\\" src=\\\"res/helpimg/swh00180.png\\\" "
"width=\\\"5.66mm\\\" height=\\\"5.66mm\\\"\\>\\<alt "
"id=\\\"alt_id3149560\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3153091.10.help.text
msgid "Setting centered tabs"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3154150.11.help.text
msgid ""
"Double-click the ruler to open the \\<link "
"href=\\\"text/shared/01/05030300.xhp\\\" "
"name=\\\"Paragraph\\\"\\>\\<emph\\>Paragraph\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3154145.12.help.text
msgid ""
"Double-click the white area of the ruler to set one tab. The "
"\\<emph\\>Paragraph\\</emph\\> dialog appears with the "
"\\<emph\\>Tabs\\</emph\\> tab page open."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#hd_id3145748.21.help.text
msgid "Moving Tabs on the Ruler"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3145264.22.help.text
msgid "Move individual tab stops on the ruler using the mouse."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3159156.13.help.text
msgid ""
"To move several tab stops on the ruler, press the Shift key before you click "
"a tab. Drag one tab while continuing to press Shift to move that tab as well "
"as all the tabs to the right of it. The spacing between those tabs remains "
"the same."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3147349.23.help.text
msgid ""
"Press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> when you drag a tab on the ruler to move that "
"tab and all the tabs to the right of it. This results in the spacing between "
"those tabs changing proportionally to their distance from the margin."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#hd_id3146146.24.help.text
msgid "Changing the Properties of Tabs"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3145646.16.help.text
msgid ""
"To change tab type, click the tab you want to change on the ruler, then "
"right-click to open the context menu."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#hd_id3154729.25.help.text
msgid "Deleting Tabs"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3148879.17.help.text
msgid ""
"To delete a tab, hold down the mouse button while you drag the tab outside "
"the ruler."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#hd_id3151074.26.help.text
msgid "Changing the Defaults"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3151059.14.help.text
msgid ""
"If you want to change the settings of your default tab stops, you will find "
"further information under \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01040900.xhp\\\" name=\\\"Tools - Options - "
"Text Document - General\\\"\\>Tools - Options - %PRODUCTNAME Writer - "
"General\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/shared/optionen/01060300.xhp\\\" "
"name=\\\"Tools - Options - Spreadsheet - General\\\"\\>Tools - Options - "
"%PRODUCTNAME Calc - General\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/shared/optionen/01070500.xhp\\\" "
"name=\\\"Tools - Options - Drawing - General\\\"\\>Tools - Options - "
"%PRODUCTNAME Draw - General\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01070500.xhp\\\" name=\\\"Tools - Options - "
"Presentation - General\\\"\\>Tools - Options - %PRODUCTNAME Impress - "
"General\\</link\\>\\</caseinline\\>\\<defaultinline\\>Tools - Options - "
"(module name) - General\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#bm_id3146972.help.text
msgid ""
"\\<bookmark_value\\>rulers; default "
"settings\\</bookmark_value\\>\\<bookmark_value\\>rulers; measurement "
"units\\</bookmark_value\\>\\<bookmark_value\\>measurement units; "
"rulers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3146972.15.help.text
msgid ""
"The \\<link href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" "
"name=\\\"context menu\\\"\\>context menu\\</link\\> of the ruler allows you "
"to change the displayed units of measurement. These changes are only valid "
"until you exit $[officename], and they only apply to the ruler on whose "
"context menu you made the change. If you want to change the ruler "
"measurement units permanently, choose \\<emph\\>Tools - Options - [Document "
"type] - View\\</emph\\> and change the measurement unit there."
msgstr ""

#: helpcontent2/source/text/shared/guide/tabs.xhp#par_id3148429.30.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0213.xhp\\\" "
"name=\\\"Ruler\\\"\\>Ruler\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#tit.help.text
msgid "Changing the Color of Text"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#bm_id3156014.help.text
msgid ""
"\\<bookmark_value\\>fill format mode; text colors in %PRODUCTNAME "
"Writer\\</bookmark_value\\>\\<bookmark_value\\>colors; fill "
"format\\</bookmark_value\\>\\<bookmark_value\\>text; "
"coloring\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"coloring\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#hd_id3156014.42.help.text
msgid ""
"\\<variable id=\\\"text_color\\\"\\>\\<link "
"href=\\\"text/shared/guide/text_color.xhp\\\" name=\\\"Changing the Color of "
"Text\\\"\\>Changing the Color of Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3150040.40.help.text
msgid ""
"Click the arrow next to the \\<emph\\>Font Color\\</emph\\> icon to activate "
"a \\<link href=\\\"text/shared/00/00000001.xhp#abreissleiste\\\" "
"name=\\\"toolbar\\\"\\>toolbar\\</link\\> from which you can choose from a "
"range of colors."
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3156410.help.text
msgid ""
"\\<image id=\\\"img_id3159233\\\" "
"src=\\\"res/commandimagelist/sc_color.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159233\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3152781.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/text_color.xhp#par_id3152781.45.help."
"text\n"
"Font Color"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3154897.help.text
msgid ""
"\\<image id=\\\"img_id3150503\\\" "
"src=\\\"res/commandimagelist/sc_fillstyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150503\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#bm_id3149795.help.text
msgid "\\<bookmark_value\\>paint can symbol\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3149795.41.help.text
msgid ""
"The following only applies to \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer: If you click the "
"icon with a short-click while no text is selected, then the mouse pointer "
"changes its appearance and is displayed as a paint can. Use this paint can "
"symbol with the mouse key pressed to drag across a text area. This text area "
"takes the selected color. The function remains active for as long as the "
"icon is pressed, or until you click without dragging, or until you press the "
"Escape key."
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3145120.46.help.text
msgid ""
"The following applies to all modules (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer, Calc, Draw, "
"Impress): Select the text that is to take another color, then click the "
"color you want on the toolbar."
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_idN10707.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/guide/paintbrush.xhp#formatpaintbrush\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/text_color.xhp#par_id3154285.43.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020100.xhp\\\" name=\\\"Font "
"color\\\"\\>Font color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#tit.help.text
msgid "Switching Between Insert Mode and Overwrite Mode"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#bm_id3159233.help.text
msgid ""
"\\<bookmark_value\\>text; overwriting or "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>overwrite "
"mode\\</bookmark_value\\>\\<bookmark_value\\>insert mode for entering "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#hd_id3159233.1.help.text
msgid ""
"\\<variable id=\\\"textmode_change\\\"\\>\\<link "
"href=\\\"text/shared/guide/textmode_change.xhp\\\" name=\\\"Switching "
"Between Insert Mode and Overwrite Mode\\\"\\>Switching Between Insert Mode "
"and Overwrite Mode\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#hd_id3149811.2.help.text
msgid "With the keyboard:"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3153031.3.help.text
msgid ""
"Press Insert to toggle between overwrite mode and insert mode. The current "
"mode is displayed on the Status Bar.\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\> The text cursor "
"must be enabled in the cell or in the input line. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#hd_id3152349.4.help.text
msgid "With the mouse:"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3159157.5.help.text
msgid ""
"On the Status Bar, click on the area indicating the current mode in order to "
"switch to the other mode:"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3145673.6.help.text
msgid "\\<emph\\>INSRT\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3154307.7.help.text
msgid ""
"Insert mode is enabled. \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>The text cursor is a blinking vertical line. "
"\\</caseinline\\>\\</switchinline\\>Click on the area to enable the "
"overwrite mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3150984.8.help.text
msgid "\\<emph\\>OVER\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3148491.9.help.text
msgid ""
"The overwrite mode is enabled. \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>The text cursor "
"is a blinking block. \\</caseinline\\>\\</switchinline\\>Click on the area "
"to enable insert mode."
msgstr ""

#: helpcontent2/source/text/shared/guide/textmode_change.xhp#par_id3154346.10.help.text
msgid ""
"\\<link href=\\\"text/shared/04/01010000.xhp\\\" name=\\\"Keyboard "
"commands\\\"\\>Keyboard commands\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#tit.help.text
msgid "Undoing Direct Formatting for a Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#bm_id6606036.help.text
msgid ""
"\\<bookmark_value\\>undoing;direct "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>direct formatting;undoing "
"all\\</bookmark_value\\>\\<bookmark_value\\>removing; all direct "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>deleting;all direct "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>text "
"attributes;undoing\\</"
"bookmark_value\\>\\<bookmark_value\\>formatting;undoing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN1067F.help.text
msgid ""
"\\<variable id=\\\"undo_formatting\\\"\\>\\<link "
"href=\\\"text/shared/guide/undo_formatting.xhp\\\"\\>Undoing Direct "
"Formatting for a Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN10683.help.text
msgid ""
"You can undo all formatting that has not been made by styles in a few steps."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN10639.help.text
msgid "Removing all Direct Formatting in a $[officename] Writer Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN1063F.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>Ct\\</item\\>rl + A to select the whole "
"text."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN10643.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN10643.help"
".text\n"
"Choose \\<emph\\>Format - Default Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN1064A.help.text
msgid "Removing all Direct Formatting in a $[officename] Calc Spreadsheet"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN10650.help.text
msgid ""
"While pressing the Shift key click the first and then the last sheet tab to "
"select all sheets."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN106DD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN106DD.help"
".text\n"
"Press Ctrl + A to select the whole text."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN106F0.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN106F0.help"
".text\n"
"Choose \\<emph\\>Format - Default Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN1065F.help.text
msgid "Removing all Direct Formatting in a $[officename] Presentation"
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN10665.help.text
msgid "Click the \\<emph\\>Outline\\</emph\\> tab to open outline view."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_id3906674.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_id3906674.hel"
"p.text\n"
"Press Ctrl + A to select the whole text."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN1075E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN1075E.help"
".text\n"
"Choose \\<emph\\>Format - Default Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/undo_formatting.xhp#par_idN107B0.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01011000.xhp\\\"\\>Undo "
"Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/version_number.xhp#tit.help.text
msgid "Versions and Build Numbers"
msgstr ""

#: helpcontent2/source/text/shared/guide/version_number.xhp#bm_id3144436.help.text
msgid ""
"\\<bookmark_value\\>versions; "
"$[officename]\\</bookmark_value\\>\\<bookmark_value\\>build numbers of "
"$[officename]\\</bookmark_value\\>\\<bookmark_value\\>copyright for "
"$[officename]\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/version_number.xhp#hd_id3144436.4.help.text
msgid ""
"\\<variable id=\\\"version_number\\\"\\>\\<link "
"href=\\\"text/shared/guide/version_number.xhp\\\" name=\\\"Versions and "
"Build Numbers\\\"\\>Versions and Build Numbers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/version_number.xhp#par_id3149346.5.help.text
msgid ""
"Choose \\<emph\\>Help - About $[officename]\\</emph\\>. This opens a dialog "
"containing document information."
msgstr ""

#: helpcontent2/source/text/shared/guide/version_number.xhp#par_id3147008.3.help.text
msgid ""
"To obtain further information, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>the Command key "
"\\</caseinline\\>\\<defaultinline\\>Ctrl "
"\\</defaultinline\\>\\</switchinline\\> and press the letters S D T in "
"succession. At the beginning you will find information about the version and "
"build number. This is followed by a list of contributors. To stop the "
"information before the end, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>the Input key "
"\\</case"
"inline\\>\\<defaultinline\\>Esc\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#tit.help.text
msgid "Viewing File Properties"
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#bm_id3152594.help.text
msgid ""
""
"\\<bookmark_value\\>properties;files\\</bookmark_value\\>\\<bookmark_value\\>f"
"iles;properties\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#hd_id3152594.9.help.text
msgid ""
"\\<variable id=\\\"viewing_file_properties\\\"\\>\\<variable "
"id=\\\"viewing\\\"\\>\\<link "
"href=\\\"text/shared/guide/viewing_file_properties.xhp\\\" name=\\\"Viewing "
"File Properties\\\"\\>Viewing File "
"Properties\\</link\\>\\</variable\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id3147399.1.help.text
msgid ""
"File properties, such as author name, subject, and keywords, help you manage "
"and identify your documents. $[officename] also tracks file statistics, "
"including the number of words and the number of pages in a document, and "
"automatically adds the statistics as part of the file property."
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id3147834.2.help.text
msgid ""
"You can view file properties for the current document\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\> or for a document "
"in the Windows File Open dialog\\</caseinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#hd_id3159233.3.help.text
msgid "To view file properties for the current document:"
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id3153311.4.help.text
msgid "Choose \\<emph\\>File - Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#hd_id3150443.5.help.text
msgid ""
"To view file properties for a document listed in the Windows File Open dialog"
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id3166460.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id316"
"6460.6.help.text\n"
"Choose \\<emph\\>File - Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id3154306.7.help.text
msgid "Select a file in the list."
msgstr ""

#: helpcontent2/source/text/shared/guide/viewing_file_properties.xhp#par_id3145121.8.help.text
msgid "Right-click and choose\\<emph\\> Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#tit.help.text
msgid "Changing Your Work Directory"
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#bm_id3150789.help.text
msgid ""
"\\<bookmark_value\\>work directory "
"change\\</bookmark_value\\>\\<bookmark_value\\>My Documents folder; work "
"directory\\</bookmark_value\\>\\<bookmark_value\\>paths; changing work "
"directory\\</bookmark_value\\>\\<bookmark_value\\>pictures; changing "
"paths\\</bookmark_value\\>\\<bookmark_value\\>changing;work "
"directory\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#hd_id3149346.2.help.text
msgid ""
"\\<variable id=\\\"workfolder\\\"\\>\\<link "
"href=\\\"text/shared/guide/workfolder.xhp\\\" name=\\\"Changing Your Work "
"Directory\\\"\\>Changing Your Work Directory\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3150774.3.help.text
msgid ""
"When you start a dialog to open or save a document, $[officename] initially "
"displays your work directory. To change this directory:"
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3153681.4.help.text
msgid "Choose \\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3163802.5.help.text
msgid ""
"Click \\<emph\\>My Documents \\</emph\\>and click the\\<emph\\> Edit button, "
"or \\</emph\\>double-click on \\<emph\\>My Documents\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3153880.6.help.text
msgid ""
"In the \\<emph\\>Select Path\\</emph\\> dialog, choose the work directory "
"you want and click \\<emph\\>OK\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3158430.7.help.text
msgid ""
"You also use this procedure to change the directory displayed by "
"$[officename] when you want to insert a graphic. Choose \\<emph\\>Tools - "
"Options - $[officename] - Paths - Graphics\\</emph\\>, then follow step 3."
msgstr ""

#: helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3154286.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/workfolder.xhp#par_id3154286.8.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01010300.xhp\\\" "
"name=\\\"Paths\\\"\\>Paths\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#tit.help.text
msgid "XML Form Documents (XForms)"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#bm_id5215613.help.text
msgid ""
"\\<bookmark_value\\>web "
"documents;XForms\\</bookmark_value\\>\\<bookmark_value"
"\\>forms;XForms\\</bookmark_value\\>\\<bookmark_value\\>XML "
"Forms\\</bookmark_"
"value\\>\\<bookmark_value\\>XForms\\</bookmark_value\\>\\<bo"
"okmark_value\\>editing;XForms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN106E5.help.text
msgid ""
"\\<link href=\\\"text/shared/guide/xforms.xhp\\\"\\>XML Form Documents "
"(XForms)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN106F5.help.text
msgid ""
"XForms are a new type of web form that was developed by the World Wide Web "
"Consortium. The XForm model is defined in Extensible Markup Language (XML). "
"The model uses separate sections to describe what a form does and what a "
"form looks like. You can view the specification for XForms at: \\<link "
"href=\\"
"\"http://www.w3.org/MarkUp/Forms/\\\"\\>http://www.w3.org/MarkUp/Forms/"
"\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10746.help.text
msgid "Working with XForms"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1074A.help.text
msgid ""
"In %PRODUCTNAME, an XForms document is a special type of Writer document. "
"The Design Mode for an XForm document has additional toolbars and panes. "
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1074D.help.text
msgid ""
"After you create and save an XForms document, you can open the document, "
"fill out the form, and submit the changes to a server."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10706.help.text
msgid "To Create a New XForms Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1070D.help.text
msgid "Choose \\<emph\\>File - New - XML Form Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10714.help.text
msgid "The XForms design window opens in an empty Writer document."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10718.help.text
msgid "Design your form."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1071E.help.text
msgid ""
"Insert a control, select the default model in the property browser, and "
"enter a binding statement."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10722.help.text
msgid "In the data navigator, add an element to the instance."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10726.help.text
msgid ""
"Load a new instance from an XML file and add controls to the relevant XML "
"elements or attributes."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10729.help.text
msgid "To Open an XForms Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10730.help.text
msgid ""
"Choose \\<emph\\>File - Open\\</emph\\> and select the XForms document. An "
"XForm document has the same extension as a Writer text document (*.odt)."
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10737.help.text
msgid "To Edit an XForms Document"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1073B.help.text
msgid "Open the XForms document and use the following toolbars and windows:"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10741.help.text
msgid "Form Design toolbar"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN10757.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170000.xhp\\\"\\>Form Controls "
"toolbar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1075F.help.text
msgid ""
"\\<link href=\\\"text/shared/01/xformsdata.xhp\\\"\\>Data "
"Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xforms.xhp#par_idN1075B.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170600.xhp\\\"\\>Form Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#tit.help.text
msgid "Working With %PRODUCTNAME XML Filters"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#bm_id7007583.help.text
msgid ""
"\\<bookmark_value\\>file "
"filters;XML\\</bookmark_value\\>\\<bookmark_value\\>saving;to "
"XML\\</bookmark_value\\>\\<bookmark_value\\>loading;from "
"XML\\</bookmark_value\\>\\<bookmark_value\\>importing;from "
"XML\\</bookmark_value\\>\\<bookmark_value\\>exporting;to "
"XML\\</bookmark_value\\>\\<bookmark_value\\>XSLT filters, see also XML "
"filters\\</bookmark_value\\>\\<bookmark_value\\>distributing; XML "
"filters\\</bookmark_value\\>\\<bookmark_value\\>editing;XML "
"filters\\</bookmark_value\\>\\<bookmark_value\\>XML filters;creating, "
"editing and distributing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN1052D.help.text
msgid ""
"\\<variable id=\\\"xsltfilter\\\"\\>\\<link "
"href=\\\"text/shared/guide/xsltfilter.xhp\\\"\\>Working With %PRODUCTNAME "
"XML Filters\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10923.help.text
msgid "About XML Filters"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10927.help.text
msgid ""
"%PRODUCTNAME \\<link href=\\\"text/shared/00/00000021.xhp\\\"\\>stores "
"documents in XML format\\</link\\>. You can create customized filters that "
"convert the native OpenDocument XML file format used by %PRODUCTNAME into "
"another format. These filters can be integrated into %PRODUCTNAME seamlessly "
"so that you can save or load these formats transparently."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN1093A.help.text
msgid ""
"To create an XML filter, you must have a good understanding of XML and XSLT "
"concepts. These concepts are beyond the scope of this help."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN1093D.help.text
msgid ""
"An XML filter contains \\<emph\\>stylesheets\\</emph\\> that are written in "
"the XSLT language. The stylesheets define the transformation from the "
"OpenDocument file format to another XML format through export and import "
"filters. There are three types of XML filters:"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10947.help.text
msgid ""
"\\<emph\\>Import Filters\\</emph\\> load external XML files and transform "
"the format of the files into the OpenDocument XML file format. After you "
"install an import filter, the name of the filter is added to the list of "
"file types in the \\<link href=\\\"text/shared/01/01020000.xhp\\\"\\>File "
"Open dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10960.help.text
msgid ""
"\\<emph\\>Export Filters\\</emph\\> transform OpenDocument XML files and "
"\\<emph\\>save\\</emph\\> the files to a different XML format. After you "
"install an export filter, the name of the filter is added to the list of "
"file types in the \\<link href=\\\"text/shared/01/01070001.xhp\\\"\\>Export "
"dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10979.help.text
msgid ""
"\\<emph\\>Import/Export Filters\\</emph\\> load and save OpenDocument XML "
"files into a different XML \\<emph\\>format\\</emph\\>. After you install "
"these filters, the names of the filters are added to the list of file types "
"in the \\<link href=\\\"text/shared/01/01020000.xhp\\\"\\>File Open "
"dialog\\</link\\> and the \\<link "
"href=\\\"text/shared/01/01070000.xhp\\\"\\>File Save As dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN1053D.help.text
msgid "Creating an XML Filter for %PRODUCTNAME"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109A9.help.text
msgid ""
"When you create an XML filter for %PRODUCTNAME, you need to design an "
"\\<emph\\>XSLT stylesheet\\</emph\\> that can convert to and from the "
"OpenDocument XML file format."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109B0.help.text
msgid ""
"For more information about the OpenDocument XML format, go to \\<link "
"href=\\\"
""http://xml.openoffice.org/\\\"\\>http://xml.openoffice.org/\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109C5.help.text
msgid ""
"If you want, you can include a \\<emph\\>template\\</emph\\> with your "
"filter to apply %PRODUCTNAME styles to an XML document that you import."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109CC.help.text
msgid ""
"You can also include the \\<emph\\>Document Type Definition\\</emph\\> (DTD) "
"for the for the external XML format so you can validate the XML format, for "
"example, when you test the filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10531.help.text
msgid "To create an XML filter"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109E0.help.text
msgid ""
"Create an XSLT transformation \\<emph\\>stylesheet\\</emph\\> that maps the "
"elements of the external XML format to the elements of the OpenDocument XML "
"file format and back again."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109E8.help.text
msgid ""
"Create a template that assigns %PRODUCTNAME styles to elements in the "
"external XML format when you import a file in this format into %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109EC.help.text
msgid ""
"In %PRODUCTNAME Writer, create a text document, and choose \\<item "
"type=\\\"menuitem\\\"\\>Tools - XML Filter Settings\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109F4.help.text
msgid "Click \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN109FC.help.text
msgid ""
"In the \\<emph\\>XML Filter\\</emph\\> dialog, click the "
"\\<emph\\>General\\</emph\\> tab, and define the properties of the filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A03.help.text
msgid ""
"In the \\<emph\\>Filter Name\\</emph\\> box, enter a name for the XML filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10CA1.help.text
msgid ""
"This name is displayed in the \\<emph\\>XML Filter Settings\\</emph\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A09.help.text
msgid ""
"In the \\<emph\\>Application\\</emph\\> box, select the %PRODUCTNAME "
"application that the filter is for."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A0F.help.text
msgid ""
"In the \\<emph\\>Name of File Type\\</emph\\> box, enter the file type that "
"the filter is for."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10CC6.help.text
msgid ""
"This name is displayed in the list of file types in the "
"\\<emph\\>Open\\</emph\\>, \\<emph\\>Export\\</emph\\>, and \\<emph\\>Save "
"As\\</emph\\> dialogs."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A15.help.text
msgid ""
"In the \\<emph\\>File extension\\</emph\\> box, enter the extension for the "
"exported file."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A1B.help.text
msgid ""
"To differentiate the file from other XML files, enter an extension other "
"than *.xml."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A1F.help.text
msgid ""
"On the \\<emph\\>Transformation\\</emph\\> tab page, define the "
"transformation properties for the filter."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A26.help.text
msgid ""
"(Optional) In the \\<emph\\>DocType\\</emph\\> box, enter the document type "
"identifier for the external file format."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10D0E.help.text
msgid "This identifier is used to detect the file type on import."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A2C.help.text
msgid ""
"(Optional) In the \\<emph\\>DTD\\</emph\\> box, enter the path and file name "
"of the DTD for the external file format."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10D1F.help.text
msgid "This DTD is used to validate the files on export."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A32.help.text
msgid ""
"In the \\<emph\\>XSLT for export\\</emph\\> box, enter the path and file "
"name of the XSLT stylesheet that defines the transformation from "
"OpenDocument format to the external format."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A38.help.text
msgid ""
"In the \\<emph\\>XSLT for import\\</emph\\> box, enter the path and file "
"name to the XSLT stylesheet that defines the transformation from the "
"external format to OpenDocument format."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A3E.help.text
msgid ""
"(Optional) In the \\<emph\\>Template for import\\</emph\\> box, enter the "
"path and name of the template that defines the %PRODUCTNAME styles that are "
"used in the imported file."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A44.help.text
msgid ""
"The files that are specified on the \\<emph\\>Transformation\\</emph\\> tab "
"page are copied to the local %PRODUCTNAME users directory."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A4C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A4C.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A56.help.text
msgid "To test an XML filter"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A5A.help.text
msgid "You can perform basic tests on a custom XML filter in %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A91.help.text
msgid "The document is not altered by these tests. "
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A60.help.text
msgid "Create or open a text document."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A67.help.text
msgid ""
"Choose \\<item type=\\\"menuitem\\\"\\>Tools - XML Filter "
"Settings\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A6F.help.text
msgid ""
"In the list of filters, select the filter that you want to test, and click "
"\\<emph\\>Text XSLTs\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A82.help.text
msgid ""
"To test an \\<emph\\>Export\\</emph\\> Filter, do one of the following in "
"the \\<emph\\>Export\\</emph\\> area of the dialog:"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10DEB.help.text
msgid ""
"Click \\<emph\\>Browse\\</emph\\>, select the %PRODUCTNAME document that you "
"want to test, and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10DF7.help.text
msgid ""
"To test the current document, click \\<emph\\>Current Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10A99.help.text
msgid ""
"To test an \\<emph\\>Import\\</emph\\> Filter, click "
"\\<emph\\>Browse\\</emph\\> in the \\<emph\\>Import\\</emph\\> area of the "
"dialog, select a document, and click \\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10E32.help.text
msgid ""
"To validate the transformed file against the specified DTD, click "
"\\<emph\\>Validate\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10ABC.help.text
msgid "Distributing An XML Filter As Package"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AC0.help.text
msgid ""
"You can distribute an XML filter to multiple users using a special package "
"format."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AC3.help.text
msgid "To save an XML filter as a package"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10ACD.help.text
msgid ""
"The XML Filter Settings dialog is only available when you a text document is "
"opened."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10ACA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10ACA.help.text\n"
"In Writer, choose \\<item type=\\\"menuitem\\\"\\>Tools - XML Filter "
"Settings\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AD9.help.text
msgid ""
"Select the filter that you want to distribute and click \\<emph\\>Save As "
"Package\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AE0.help.text
msgid "To install an XML filter from a package"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AEA.help.text
msgid ""
"The XML Filter Settings dialog is only available when a text document is "
"opened."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AE7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AE7.help.text\n"
"In Writer, choose \\<item type=\\\"menuitem\\\"\\>Tools - XML Filter "
"Settings\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10AF6.help.text
msgid ""
"Click \\<emph\\>Open Package\\</emph\\> and select the package file with the "
"filter you want to install."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10535.help.text
msgid "To delete an installed XML filter"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10B0A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10B0A.help.text\n"
"In Writer, choose \\<item type=\\\"menuitem\\\"\\>Tools - XML Filter "
"Settings\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10B19.help.text
msgid ""
"Select the filter you want to delete and click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10B39.help.text
msgid ""
"\\<link href=\\\"http://www.w3.org/Style/XSL/\\\"\\>World Wide Web "
"Consortium Pages on Extensible \\<emph\\>Stylesheet\\</emph\\> Language "
"(XSL)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10B4E.help.text
msgid ""
"\\<link href=\\\"http://www.w3.org/XML/\\\"\\>World Wide Web Consortium "
"Pages on Extensible Markup Language (XML)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10D97.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/guide/xsltfilter.xhp#par_idN10D97.help.text\n"
"\\<embedvar href=\\\"text/shared/00/00000021.xhp#xmlformat\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01000000.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#bm_id3153665.help.text
msgid ""
"\\<bookmark_value\\>options; "
"tools\\</bookmark_value\\>\\<bookmark_value\\>defaults; "
"options\\</bookmark_value\\>\\<bookmark_value\\>settings; "
"options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3153665.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01000000.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#par_id3151384.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OptionsTreeDialog\\\"\\>This command opens a dialog "
"for a customized program configuration.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#par_id3156344.18.help.text
msgid ""
"All your settings will be automatically saved. To open an entry either "
"double click this entry or click the plus sign. To collapse the entry, click "
"the minus sign or double click the entry."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#par_idN10607.help.text
msgid ""
"You will only see the entries that are applicable to the current document. "
"If the current document is a text document, you will see the %PRODUCTNAME "
"Writer entry, and so on for all modules of %PRODUCTNAME. %PRODUCTNAME "
"Impress and %PRODUCTNAME Draw are treated as the same in this dialog. The "
"common entries are always visible."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#par_id3125863.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFADLG_TREELISTBOX\\\" "
"visibility=\\\"hidden\\\"\\>Select an entry to edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3159149.4.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010000.xhp\\\" "
"name=\\\"$[officename]\\\"\\>%PRODUCTNAME\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3145787.3.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01020000.xhp\\\" "
"name=\\\"Load/Save\\\"\\>Load/Save\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3153726.19.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01150000.xhp\\\" name=\\\"Language "
"Settings\\\"\\>Language Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3150872.20.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01030000.xhp\\\" "
"name=\\\"Internet\\\"\\>Internet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3153188.6.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040000.xhp\\\" name=\\\"Text "
"Document\\\"\\>%PRODUCTNAME Writer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3150104.5.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01050000.xhp\\\" name=\\\"HTML "
"Document\\\"\\>%PRODUCTNAME Writer/Web\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3154918.7.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01060000.xhp\\\" "
"name=\\\"Spreadsheet\\\"\\>%PRODUCTNAME Calc\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3153142.8.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01070000.xhp\\\" "
"name=\\\"Presentation\\\"\\>%PRODUCTNAME Impress\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3147434.12.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01080000.xhp\\\" "
"name=\\\"Drawing\\\"\\>%PRODUCTNAME Draw\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3154732.9.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01090000.xhp\\\" "
"name=\\\"Formula\\\"\\>%PRODUCTNAME Math\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3155418.15.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01110000.xhp\\\" "
"name=\\\"Chart\\\"\\>Charts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01000000.xhp#hd_id3149420.21.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01160000.xhp\\\" name=\\\"Data "
"Sources\\\"\\>%PRODUCTNAME Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010000.xhp#tit.help.text\n"
"$[officename]"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010000.xhp#hd_id3153750.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010000.xhp#hd_id3153750.1.help.t"
"ext\n"
"$[officename]"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010000.xhp#par_id3149177.2.help.text
msgid ""
"\\<variable id=\\\"optionenallgemein\\\"\\>\\<ahelp "
"hid=\\\"SID_GENERAL_OPTIONS\\\"\\>Use this dialog to create general settings "
"for working with $[officename]. The information covers topics such as user "
"data, saving, printing, paths to important files and directories, and color "
"defaults.\\</ahelp\\>\\</variable\\> These settings are saved automatically."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010100.xhp#tit.help.text\n"
"User Data"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#bm_id3155805.help.text
msgid ""
"\\<bookmark_value\\>data; user "
"data\\</bookmark_value\\>\\<bookmark_value\\>user data; "
"input\\</bookmark_value\\>\\<bookmark_value\\>personal data "
"input\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3155805.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010100.xhp\\\" name=\\\"User "
"Data\\\"\\>User Data\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3156410.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_GENERAL\\\"\\>Use this tab page to enter or "
"edit user data.\\</ahelp\\> Some of the data may have already been entered "
"by the user when installing $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3153748.27.help.text
msgid ""
"User data is used by templates and Wizards in $[officename]. For example, "
"the \"First name\" and \"Last name\" data fields are used to automatically "
"insert your name as the author of a new document. You can see this under "
"\\<emph\\>File - Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3153031.28.help.text
msgid ""
"Some of the user data is included automatically in an internal dictionary so "
"that it is recognized by the spellchecker. If typing errors are made, the "
"program can use this data to suggest replacements. Note that changes to data "
"take effect only after $[officename] is restarted."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3147653.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3147653.3.help.t"
"ext\n"
"Address"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3149762.4.help.text
msgid ""
"Use the \\<emph\\>Address\\</emph\\> field to enter and edit your personal "
"user data."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3156329.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3156329.5.help.t"
"ext\n"
"Company"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3143270.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_COMPANY\\\"\\>Type the name "
"of your company in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3145315.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3145315.7.help.t"
"ext\n"
"First name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3153821.31.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_FIRSTNAME\\\"\\>Type your "
"first name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3159158.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3159158.32.help."
"text\n"
"Last name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3145609.33.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_NAME\\\"\\>Type your last "
"name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3156344.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3156344.34.help."
"text\n"
"Initials"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3147264.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_SHORTNAME\\\"\\>Type your "
"initials.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3153526.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3153526.9.help.t"
"ext\n"
"Street"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3151212.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_STREET\\\"\\>Type the name "
"of your street in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3154909.11.help.text
msgid "ZIP"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3145607.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_PLZ\\\"\\>Type your ZIP in "
"this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3154685.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3154685.35.help."
"text\n"
"City"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3149807.36.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_US_CITY\\\"\\>Type the city "
"where you live.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3154125.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3154125.37.help."
"text\n"
"State"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3150441.38.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_US_STATE\\\"\\>Type your "
"state.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3147434.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3147434.13.help."
"text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3147317.39.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_TITLE\\\"\\>Type your title "
"in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3145364.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3145364.40.help."
"text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3147428.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_POSITION\\\"\\>Type your "
"position in the company in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3155306.17.help.text
msgid "Tel. (Home)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3154011.41.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_TELPRIVAT\\\"\\>Type your "
"private telephone number in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3151118.42.help.text
msgid "Tel. (Work)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3159153.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_TELCOMPANY\\\"\\>Type your "
"work number in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3146921.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3146921.21.help."
"text\n"
"Fax"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3153159.43.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_FAX\\\"\\>Type your fax "
"number in this field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3150592.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010100.xhp#hd_id3150592.44.help."
"text\n"
"E-mail"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010100.xhp#par_id3154942.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXPAGE_GENERAL:ED_EMAIL\\\"\\>Type your e-"
"mail address.\\</ahelp\\> For example, my.name@my.provider.com"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010200.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#bm_id3143284.help.text
msgid ""
"\\<bookmark_value\\>saving; "
"options\\</bookmark_value\\>\\<bookmark_value\\>defaults; "
"saving\\</bookmark_value\\>\\<bookmark_value\\>URL; saving absolute/relative "
"paths\\</bookmark_value\\>\\<bookmark_value\\>relative saving of "
"URLs\\</bookmark_value\\>\\<bookmark_value\\>absolute saving of "
"URLs\\</bookmark_value\\>\\<bookmark_value\\>saving; default file "
"formats\\</bookmark_value\\>\\<bookmark_value\\>file formats; default when "
"saving\\</bookmark_value\\>\\<bookmark_value\\>defaults; file "
"formats\\</bookmark_value\\>\\<bookmark_value\\>file formats; saving always "
"in other formats\\</bookmark_value\\>\\<bookmark_value\\>Microsoft Office; "
"as standard file format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3143284.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010200.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3145669.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_SAVE\\\"\\>In the\\<emph\\> General\\</emph\\> "
"section, you can select default settings for saving documents, and can "
"select default file formats.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3154824.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3154824.65.help."
"text\n"
"Load"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3153311.66.help.text
msgid "Load user-specific settings with the document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3147209.67.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_CB_LOAD_SETTINGS\\\"\\>Loads "
"the user-specific settings saved in a document with the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3166460.68.help.text
msgid ""
"If \\<emph\\>Load user-specific settings with the document \\</emph\\>is not "
"selected, the following user-specific settings still apply:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3155388.69.help.text
msgid "Settings available in \\<emph\\>File - Print - Options\\</emph\\>,"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3153348.70.help.text
msgid "Name of Fax,"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3150276.71.help.text
msgid "Spacing options for paragraphs before text tables,"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3148686.72.help.text
msgid ""
"Information about automatic updating for links, field functions and charts,"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3153254.73.help.text
msgid "Information about working with Asian character formats."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3153666.74.help.text
msgid ""
"The following settings are \\<emph\\>always\\</emph\\> loaded with a "
"document, whether or not this option is marked:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3144510.75.help.text
msgid "Printer name,"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3148946.76.help.text
msgid "Data source linked to the document and its view."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3146794.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3146794.3.help.t"
"ext\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3154071.5.help.text
msgid "Edit document properties before saving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3148798.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_DOCINFO\\\"\\>Specifies "
"that the \\<emph\\>Properties\\</emph\\> dialog will appear every time you "
"select the \\<emph\\>Save As\\</emph\\> command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3145606.7.help.text
msgid "Always create backup copy"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3154123.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_BACKUP\\\"\\>Saves the "
"previous version of a document as a backup copy whenever you save a "
"document. Every time \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> creates a backup copy, "
"the previous backup copy is replaced. The backup copy gets the extension "
".BAK.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3153192.37.help.text
msgid ""
"To change the location of the backup copy, choose \\<emph\\>Tools - Options -"
" %PRODUCTNAME\\</emph\\>\\<emph\\>- Paths\\</emph\\>, and then enter a new "
"path for the backup file."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3154908.9.help.text
msgid "Save AutoRecovery information every"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3149560.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_AUTOSAVE\\\"\\>Specifies "
"that \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> saves the "
"information needed to restore all open documents in case of a crash. You can "
"specify the saving time interval.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3146147.11.help.text
msgid "Minutes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3152460.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_NUMERICFIELD_RID_SFXPAGE_SAVE_ED_AUTOSAVE\\\"\\>Specifies the "
"time interval in minutes for the automatic recovery option.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3154920.77.help.text
msgid "Size optimization for XML format (no pretty printing)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3150488.78.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_NOPRETTYPRINTING\\\"\\>When saving "
"the document, \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"writes the XML data without indents and extra line breaks.\\</ahelp\\> This "
"allows documents to be saved and opened more quickly, and the file size is "
"smaller. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_idN1091E.help.text
msgid "Warn when not saving in OpenDocument or default format"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_idN10922.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>You can select to get a warning message when you "
"save a document in a format that is not OpenDocument or that you did not set "
"as default format in Tools - Options - Load/Save - General.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3153575.17.help.text
msgid "Save URLs relative to"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3149484.18.help.text
msgid ""
"This option allows you to select the default for \\<link "
"href=\\\"text/shared/00/00000005.xhp#speichern\\\" "
"name=\\\"relative\\\"\\>relative\\</link\\> addressing of URLs in the file "
"system and on the Internet. Relative addressing is only possible if the "
"source document and the referenced document are both on the same drive."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3145799.52.help.text
msgid ""
"A relative address always starts from the directory in which the current "
"document is located. In contrast, absolute addressing always starts from a "
"root directory. The following table demonstrates the difference in syntax "
"between relative and absolute referencing:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3149413.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3149413.53.help"
".text\n"
"Examples"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3148455.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3148455.54.help"
".text\n"
"File system"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3150715.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3150715.55.help"
".text\n"
"Internet"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3155602.56.help.text
msgid "relative"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3147176.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3147176.57.help"
".text\n"
"../images/img.jpg"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3145652.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3145652.58.help"
".text\n"
"../images/img.jpg"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3155064.59.help.text
msgid "absolute"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3154361.60.help.text
msgid "file:///c|/work/images/img.jpg"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3148408.61.help.text
msgid "http://myserver.com/work/images/img.jpg"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3145148.36.help.text
msgid ""
"The Help tip always displays an absolute path. However, if a document is "
"saved in HTML format, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> will enter a relative "
"path if the appropriate check box is selected."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3146919.19.help.text
msgid "File System"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3155176.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_FSYS\\\"\\>Select this "
"box for \\<link href=\\\"text/shared/00/00000005.xhp#speichern\\\" "
"name=\\\"relative saving\\\"\\>relative saving\\</link\\> of URLs in the "
"file system.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3155334.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3155334.21.help."
"text\n"
"Internet"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3155608.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SFXPAGE_SAVE_BTN_RELATIVE_INET\\\"\\>Select this "
"box for \\<link href=\\\"text/shared/00/00000005.xhp#speichern\\\" "
"name=\\\"relative saving\\\"\\>relative saving\\</link\\> of URLs in the "
"Internet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3150297.49.help.text
msgid "Standard file format"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3158444.62.help.text
msgid ""
"You can choose which file format will be applied as the default when saving "
"documents of various document types. If you always exchange your documents "
"with other persons who use Microsoft Office, for example, you may specify "
"here that %PRODUCTNAME only uses the Microsoft Office file formats as a "
"default."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3153270.50.help.text
msgid "Document type"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3150828.63.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SFXPAGE_SAVE_LB_APP\\\"\\>Specifies the "
"document type for which you want to define the default file "
"format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#hd_id3149527.51.help.text
msgid "Always save as"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010200.xhp#par_id3149035.64.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SFXPAGE_SAVE_LB_FILTER\\\"\\>Specifies how "
"documents of the type selected on the left will always be saved as this file "
"type. You may select another file type for the current document in the "
"\\<emph\\>Save as\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#tit.help.text
msgid "Paths"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#bm_id3149514.help.text
msgid ""
"\\<bookmark_value\\>paths; "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>variables; for "
"paths\\</bookmark_value\\>\\<bookmark_value\\>directories;directory "
"structure\\</bookmark_value\\>\\<bookmark_value\\>files and folders in "
"$[officename]\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3149514.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3149514.1.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01010300.xhp\\\" "
"name=\\\"Paths\\\"\\>Paths\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151384.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_PATH\\\"\\>This section contains the default "
"paths to important folders in $[officename]. These paths can be edited by "
"the user.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3148946.4.help.text
msgid "Type / Path List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154923.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTPATH_CTL_PATH\\\"\\>To modify an entry in this list, "
"select it and click \\<emph\\>Edit\\</emph\\>. You can also double click the "
"entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3151210.160.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3151210.160.help"
".text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153968.161.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_STANDARD\\\"\\>The\\<emph\\> "
"Default \\</emph\\>button resets the predefined paths for all selected "
"entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3147229.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3147229.6.help.t"
"ext\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151177.7.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SFXPAGE_PATH:BTN_PATH\\\"\\>Click to "
"display the \\<link href=\\\"text/shared/01/01020101.xhp\\\" name=\\\"Select "
"Path\\\"\\>\\<emph\\>Select Path\\</emph\\>\\</link\\> or \\<link "
"href=\\\"text/shared/optionen/01010301.xhp\\\" name=\\\"Select "
"Paths\\\"\\>\\<emph\\>Select Paths\\</emph\\>\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3149810.13.help.text
msgid "Entries in the Path List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153193.162.help.text
msgid ""
"You can change the sequence of entries by clicking the bar in the "
"\\<emph\\>Type\\</emph\\> column. The column width can be changed by moving "
"the separator between the columns with the mouse."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150439.190.help.text
msgid ""
"In the following list of paths, {netinstall} stands for the main "
"$[officename] directory, which may reside on a network file server. The user "
"data for each user is stored in the {user} directory, which is located in "
"the user's \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>home\\</caseinline\\>\\<defaultinline\\>Documents and "
"Settings\\</defaultinline\\>\\</switchinline\\> directory."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3152598.198.help.text
msgid "Entries in the path list with more than one path"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153363.191.help.text
msgid ""
"Some entries may contain more than one path. The {netinstall} directory "
"contains files that can only be read, not written, by all users. The system "
"administrator can define common templates, AutoTexts, or graphics in the "
"{netinstall} directory. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id1166722.help.text
msgid ""
"Every user has an own {user} directory, to which the user also has write-"
"access. On UNIX systems, this directory is inside the Home directory, on "
"Windows systems it resides inside \"Documents and "
"Settings\\\\[username]\\\\Application Data\". When the user first starts "
"%PRODUCTNAME, the {user} directory is copied from the {netinstall}/presets "
"directory."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149260.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149260.14.help"
".text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146974.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146974.15.help"
".text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3152938.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3152938.16.help"
".text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153144.164.help.text
msgid "Add-ins"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154098.165.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/program/addin "
"\\</caseinline\\>\\<defaultin"
"line\\>{netinstall}\\\\program\\\\addin\\</defaul"
"tinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150420.166.help.text
msgid "Contains all Add-ins."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151073.23.help.text
msgid "My Documents"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149400.175.help.text
msgid "Default document folder of your system"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153418.25.help.text
msgid ""
"You can see this folder when you first call the \\<emph\\>Open\\</emph\\> or "
"\\<emph\\>Save\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154161.178.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154161.178.hel"
"p.text\n"
"AutoCorrect"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146914.179.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/user/autocorr;{user}/share/autocorr "
"\\</cas"
"einline\\>\\<defaultinline\\>{netinstall}\\\\user\\\\autocorr;{user}\\\"
"\share\\\\autocorr\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154755.180.help.text
msgid "Contains the settings of the \\<emph\\>AutoCorrect\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3155443.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3155443.50.help"
".text\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150043.51.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{neti"
"nstall}/user/autotext;{user}/share/autotext/{language} "
"\\</caseinline\\>\\<def"
"aultinline\\>{netinstall}\\\\user\\\\autotext;{user}\\\"
"\share\\\\autotext\\\\{language}\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3145232.52.help.text
msgid "Your AutoTexts are stored in the specified folders."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3147346.32.help.text
msgid "BASIC"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3155962.33.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/user/basic;{user}/share/basic "
"\\</caseinlin"
"e\\>\\<defaultinline\\>{netinstall}\\\\user\\\\basic;{user}\\\\sh"
"are\\\\basic\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154020.34.help.text
msgid ""
"Contains the $[officename] Basic files used for example by some Wizards."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149924.181.help.text
msgid "User Configuration"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3147003.182.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3147003.182.hel"
"p.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{user}/user/config "
"\\</caseinline\\>\\<defaultinline\\>{"
"user}\\\\user\\\\config\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149818.183.help.text
msgid "User Settings folder"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153233.184.help.text
msgid "User Dictionaries"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151349.185.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{user}/user/wordbook "
"\\</caseinline\\>\\<defaultinline\\"
">{user}\\\\user\\\\wordbook\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153782.186.help.text
msgid "Contains the custom dictionaries."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3145134.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3145134.47.help"
".text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150363.48.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{neti"
"nstall}/share/template/{language};{user}/user/template "
"\\</caseinline\\>\\<def"
"aultinline\\>{netinstall}\\\\share\\\\template\\\\{lang"
"uage};{user}\\\\user\\\\template\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150088.49.help.text
msgid "The templates originate from these folders and sub-folders."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150829.167.help.text
msgid "Filters"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3166424.168.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/program/filter "
"\\</caseinline\\>\\<defaulti"
"nline\\>{netinstall}\\\\program\\\\filter\\</defau"
"ltinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150369.169.help.text
msgid "All filters are located in this folder."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154493.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154493.68.help"
".text\n"
"Gallery"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154484.69.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/share/gallery;{user}/user/gallery "
"\\</casei"
"nline\\>\\<defaultinline\\>{netinstall}\\\\share\\\\gallery;{user}\\\"
"\user\\\\gallery\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3156289.70.help.text
msgid "The Gallery is contained in this folder."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151333.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151333.26.help"
".text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3152890.27.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/share/gallery "
"\\</caseinline\\>\\<defaultin"
"line\\>{netinstall}\\\\share\\\\gallery\\</defaul"
"tinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3148597.28.help.text
msgid ""
"This folder is displayed when you first call the dialog for opening or "
"saving a graphic object."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3155866.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3155866.187.hel"
"p.text\n"
"Writing aids"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3148866.188.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/share/dict "
"\\</caseinline\\>\\<defaultinlin"
"e\\>{netinstall}\\\\share\\\\dict\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3159096.189.help.text
msgid "Contains the files that are necessary for the spellcheck."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3145073.38.help.text
msgid "Palettes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3147074.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3147074.39.help"
".text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{user}/user/config "
"\\</caseinline\\>\\<defaultinline\\>{"
"user}\\\\user\\\\config\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3156029.40.help.text
msgid ""
"This is the path to the palette files containing user-defined colors and "
"patterns."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149442.173.help.text
msgid "Plug-ins"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3156037.177.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/user/plugin;{user}/share/plugin "
"\\</caseinl"
"ine\\>\\<defaultinline\\>{netinstall}\\\\user\\\\plugin;{user}\\\\s"
"hare\\\\plugin\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146780.174.help.text
msgid "Plug-ins are saved in this directory."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146891.41.help.text
msgid "Backups"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154915.42.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{user}/user/backup "
"\\</caseinline\\>\\<defaultinline\\>{"
"user}\\\\user\\\\backup\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154603.43.help.text
msgid "Automatic backup copies of documents are stored here."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149895.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149895.29.help"
".text\n"
"Icons"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3148972.30.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/share/config/symbol "
"\\</caseinline\\>\\<def"
"aultinline\\>{netinstall}\\\\share\\\\config\\\\symbol\"
"\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150625.31.help.text
msgid "This directory contains the icons for the toolbars."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154606.195.help.text
msgid "Temporary files"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149343.196.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{user}/user/temp "
"\\</caseinline\\>\\<defaultinline\\>{us"
"er}\\\\user\\\\temp\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154650.197.help.text
msgid "This is where $[officename] puts its temporary files."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154765.53.help.text
msgid "Dictionaries"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151120.54.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>{netinstall}/share/wordbook/{language} "
"\\</caseinline\\>"
"\\<defaultinline\\>{netinstall}\\\\share\\\\wordbook\\\\{lang"
"uage}\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146966.55.help.text
msgid "The provided dictionaries are stored in this folder."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#hd_id3152927.86.help.text
msgid "The $[officename] Directory Structure"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3149801.87.help.text
msgid ""
"In $[officename], the following folders and files have special meaning."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150412.88.help.text
msgid "Directory / File"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154626.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3154626.89.help"
".text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3148978.96.help.text
msgid "{user}/user/autotext"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153293.97.help.text
msgid ""
"The AutoTexts are stored in this folder as files. Save these files before a "
"new installation to keep your defined AutoText entries.\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\> See \\<link "
"href=\\\"text/swriter/01/02120000.xhp\\\" "
"name=\\\"AutoText\\\"\\>\\<emph\\>AutoText\\</emph\\>\\</link\\>. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3153165.98.help.text
msgid "{user}/user/backup"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3151362.99.help.text
msgid ""
"If automatic backups are enabled, this directory will store all "
"automatically created backup copies. For more information, see \\<link "
"href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Backup "
"copy\\\"\\>\\<emph\\>Backup copy\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3146997.132.help.text
msgid "{user}/user/wordbook"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3148930.133.help.text
msgid ""
"This folder contains all custom dictionaries for the \\<link "
"href=\\\"text/shared/01/06010000.xhp\\\" "
"name=\\\"spellcheck\\\"\\>spellcheck\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3150121.128.help.text
msgid "{netinstall}/share/plugin or {user}/user/plugin"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3166466.129.help.text
msgid ""
"This folder contains the \\<link "
"href=\\\"text/shared/00/00000002.xhp#plugin\\\" name=\\\"Plug-ins\\\"\\>Plug-"
"ins\\</link\\> that you installed in $[officename]. $[officename] recognizes "
"the plug-ins installed in Netscape, Mozilla, or the Microsoft Internet "
"Explorer, so you normally do not need to install plug-ins in this folder."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3166458.200.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>{netinstall}/share/fonts/truetype "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010300.xhp#par_id3147377.201.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>If a "
"user installed $[officename] without administrator rights, the supplied "
"Truetype Fonts will be installed here. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010301.xhp#tit.help.text\n"
"Paths / Select Files"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#hd_id3150772.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010301.xhp#hd_id3150772.1.help.t"
"ext\n"
"Paths / Select Files"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#par_id3149762.2.help.text
msgid ""
"In the \\<emph\\>Select Paths \\</emph\\>dialog, you can select the folders "
"that contain the AutoText modules or templates that are available in "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#hd_id3147559.3.help.text
msgid "Paths / Files"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#par_id3153524.4.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXDLG_MULTIPATH:LB_MULTIPATH\\\" "
"visibility=\\\"visible\\\"\\>Contains a list of the paths or files that have "
"already been added.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#hd_id3148798.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010301.xhp#hd_id3148798.5.help.t"
"ext\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010301.xhp#par_id3153106.6.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_MULTIPATH:BTN_ADD_MULTIPATH\\\"\\>Opens "
"the \\<link href=\\\"text/shared/01/01020101.xhp\\\" name=\\\"Select "
"Paths\\\"\\>\\<emph\\>Select Paths\\</emph\\>\\</link\\> dialog to select "
"another folder or the \\<emph\\>Open\\</emph\\> dialog to select another "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#tit.help.text
msgid "Writing Aids"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#bm_id7986388.help.text
msgid ""
"\\<bookmark_value\\>writing "
"aids;options\\</bookmark_value\\>\\<bookmark_value\\>custom dictionaries; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>user-defined dictionaries; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>dictionaries; editing user-"
"defined\\</bookmark_value\\>\\<bookmark_value\\>exceptions; user-defined "
"dictionaries\\</bookmark_value\\>\\<bookmark_value\\>user-defined "
"dictionaries; dictionary of "
"exceptions\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; dictionary of "
"exceptions\\</bookmark_value\\>\\<bookmark_value\\>ignore list for "
"spellcheck\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; ignore "
"list\\</bookmark_value\\>\\<bookmark_value\\>spellcheck; "
"German\\</bookmark_value\\>\\<bookmark_value\\>hyphenation; minimal number "
"of characters\\</bookmark_value\\>\\<bookmark_value\\>old German "
"spellcheck\\</bookmark_value\\>\\<bookmark_value\\>new German "
"spellcheck\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3145136.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010400.xhp\\\" name=\\\"Writing "
"Aids\\\"\\>Writing Aids\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3153527.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_LINGU\\\"\\>Specifies the properties of the "
"spellcheck, thesaurus and hyphenation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149096.33.help.text
msgid "Available Language Modules"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3154749.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CLB_LINGU_MODULES\\\"\\>Contains the installed language "
"modules.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3153663.35.help.text
msgid ""
"A language module can contain one, two or three submodules: Spellcheck, "
"hyphenation and thesaurus. Each sub-module can be available in one or more "
"languages. If you click in front of the name of the module, you activate all "
"the available sub-modules simultaneously. If you remove a set mark, you "
"deactivate all the available sub-modules simultaneously. If you wish to "
"activate or deactivate individual sub-modules, click the\\<emph\\> Edit "
"button \\</emph\\>to open the \\<link "
"href=\\\"text/shared/optionen/01010401.xhp\\\" name=\\\"Edit "
"Modules\\\"\\>\\<emph\\>Edit Modules\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3154307.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3154307.36.help."
"text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3145673.37.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_MODULES_EDIT\\\"\\>To edit "
"a language module, select it and click "
"\\<emph\\>Edit\\</emph\\>.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/optionen/01010401.xhp\\\" name=\\\"Edit "
"Modules\\\"\\>\\<emph\\>Edit Modules\\</emph\\>\\</link\\> dialog appears."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3153348.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3153348.60.help."
"text\n"
"User-defined dictionaries"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3155419.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CLB_EDIT_MODULES_DICS\\\"\\>Lists the available user "
"dictionaries.\\</ahelp\\> Mark the user dictionaries that you want to use "
"for spellcheck and hyphenation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3144511.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3144511.63.help."
"text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3146794.64.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_NEW_DIC\\\"\\>Opens "
"the \\<emph\\>New Dictionary\\</emph\\> dialog, in which you can name a new "
"user-defined dictionary or dictionary of exceptions and specify the "
"language.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3151054.65.help.text
msgid "New Dictionary"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3153360.66.help.text
msgid ""
"In the \\<emph\\>Dictionary\\</emph\\> section you can name a new user-"
"defined dictionary or dictionary of exceptions and specify the language."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150398.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150398.67.help."
"text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3153192.68.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXDLG_NEWDICT:ED_DICTNAME\\\"\\>Specifies the "
"name of the new custom dictionary.\\</ahelp\\> The file extension \"*.DIC\" "
"is automatically appended."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150767.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150767.69.help."
"text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3148920.70.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SFXDLG_NEWDICT:LB_DICTLANG\\\"\\>By "
"selecting a certain language you can limit the use of the custom "
"dictionary.\\</ahelp\\> By selecting \\<emph\\>All\\</emph\\> the custom "
"dictionary is used independently of the current language."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3153106.71.help.text
msgid "Exceptions (-)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3149561.72.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:CHECKBOX:RID_SFXDLG_NEWDICT:BTN_EXCEPT\\\"\\>Specifies "
"whether you wish to avoid certain words in your documents.\\</ahelp\\> You "
"can include in the custom dictionary defined in this way all the words to be "
"avoided. During the spellcheck, if this exception dictionary is activated, "
"you will receive a corresponding note that this word should be avoided."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3145785.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3145785.73.help."
"text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3152576.74.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_EDIT_DIC\\\"\\>Opens "
"the \\<emph\\>Edit custom dictionary\\</emph\\> dialog, in which you can add "
"to your custom dictionary or edit existing entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3147436.75.help.text
msgid ""
"In the \\<emph\\>Edit custom dictionary \\</emph\\>dialog you have the "
"option to enter new terms or edit existing entries. If you edit an exception "
"dictionary, the dialog has the added facility of defining an exception for a "
"word. During the spellcheck this exception is then listed as a suggestion."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3145750.76.help.text
msgid ""
"When a dictionary is edited, a check is made on the status of the file. If "
"the file is write-protected, it cannot be changed. The buttons "
"\\<emph\\>New\\</emph\\> and \\<emph\\>Delete\\</emph\\> are then "
"deactivated. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150116.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150116.77.help."
"text\n"
"Book"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3147394.78.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_ALLDICTS\\\"\\>Specifies "
"the book to be edited.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3154730.79.help.text
msgid ""
"\\<variable id=\\\"ignore\\\"\\>The \\<emph\\>IgnoreAllList (All) "
"\\</emph\\>includes all words that have been marked with \\<emph\\>Ignore "
"\\</emph\\>during spellcheck, This list is administered only for the current "
"spellcheck in the volatile RAM. Some user data will be entered in the list "
"at program start. \\<emph\\>IgnoreAllList (All) \\</emph\\>cannot be "
"deleted. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3154757.80.help.text
msgid ""
"The \\<emph\\>IgnoreAllList\\</emph\\> entry cannot be selected and cannot "
"be deleted. Only the words included as content can be deleted. This happens "
"automatically each time that $[officename] is closed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149018.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149018.81.help."
"text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3154255.82.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SFXDLG_EDITDICT:LB_DICTLANG\\\"\\>Assigns a "
"new language to the current custom dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3151189.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3151189.83.help."
"text\n"
"Word"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3151252.84.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_WORD\\\"\\>You can type a "
"new word for inclusion in the dictionary. In the list below you will see the "
"contents of the current custom dictionary.\\</ahelp\\> If you select a word "
"from this list it is displayed in the text field. If you type a word with an "
"equals sign after it, such as \"AutoComplete=\", the word is neither "
"automatically hyphenated nor is a hyphenation suggested. Typing "
"\"Auto=Complete\" result in the word being hyphenated, or a hyphenation "
"suggested, at this point."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3155175.85.help.text
msgid "Suggestion"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3147323.86.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SFXDLG_EDITDICT:ED_REPLACE\\\"\\>This input "
"field is only available if you are editing an exception dictionary. The "
"field takes the alterative suggestion for the word in the \"Word\" text "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3147361.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3147361.88.help."
"text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3163808.89.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_NEW_REPLACE\\\"\\>Adds the "
"word in the \\<emph\\>Word \\</emph\\>text field to your current custom "
"dictionary. The word in the \\<emph\\>Suggestion \\</emph\\>field is also "
"added when working with exception dictionaries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3147003.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3147003.90.help."
"text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3145790.91.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SFXDLG_EDITDICT:PB_DELETE_REPLACE\\\"\\>Removes "
"the marked word from the current custom dictionary.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3155580.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3155580.92.help."
"text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3151277.93.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_DICS_DEL_DIC\\\"\\>Deletes "
"the selected dictionary after a confirmation, provided it is not write-"
"protected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149032.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149032.39.help."
"text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3145259.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CLB_LINGU_OPTIONS\\\"\\>Defines the options for the "
"spellcheck and hyphenation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149965.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149965.41.help."
"text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3153231.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SFXPAGE_LINGU_PB_LINGU_OPTIONS_EDIT\\\"\\>If you "
"want to change a value, select the entry and then click "
"\\<emph\\>Edit\\</emph\\>.\\</ahelp\\> You will see a dialog for entering a "
"new value."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150983.43.help.text
msgid "Check uppercase words"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3152582.44.help.text
msgid "Specifies that capitalization is checked during spellcheck."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150826.45.help.text
msgid "Check words with numbers."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3150208.46.help.text
msgid ""
"Specifies that words that contain numbers as well as letters are to be "
"checked."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3147509.47.help.text
msgid "Check capitalization"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3154200.48.help.text
msgid ""
"Checks for the correct use of capitals at the start of words during "
"spellcheck."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3166424.49.help.text
msgid "Check special regions"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3150345.50.help.text
msgid ""
"Specifies that special regions, such as text in headers and footers, "
"document tables, and text frames, are checked during spellcheck."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3155510.51.help.text
msgid "Check in all languages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3155378.52.help.text
msgid ""
"Checks spelling against all installed language dictionaries. The "
"\"Language\" font attribute is therefore not taken into account."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3166429.21.help.text
msgid "Check spelling as you type"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3155531.6.help.text
msgid ""
"\\<variable id=\\\"automatisch\\\"\\>\\<ahelp "
"hid=\\\".uno:SpellOnline\\\"\\>Automatically checks spelling as you type, "
"and underlines errors.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3156291.32.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 suggested corrections. Select a suggested "
"correction to replace the suspect word with the suggestion. If you make the "
"same mistake again while editing the document, it will be corrected "
"automatically."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3148658.22.help.text
msgid ""
"These automatic replacements are only made during the current $[officename] "
"session."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3153815.23.help.text
msgid ""
"To place the word pair in the \\<link "
"href=\\\"text/shared/01/06040200.xhp\\\" name=\\\"AutoCorrect replacement "
"table\\\"\\>AutoCorrect replacement table\\</link\\>, open the \\<link "
"href=\\\"text/shared/01/06040500.xhp\\\" name=\\\"AutoCorrect context "
"menu\\\"\\>AutoCorrect context menu\\</link\\> and choose "
"\\<emph\\>AutoCorrect\\</emph\\>. Make your selection from the submenu. The "
"word is replaced and at the same time the word pair is placed in the "
"replacement table."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3153912.7.help.text
msgid "Do not mark errors"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3151240.8.help.text
msgid ""
"Specifies that spelling errors will not be indicated with a red underline. "
"This mode allows you to check the spelling \"in the background\" while "
"typing or loading a text, but without the time-consuming red underlining. If "
"you unmark the \\<emph\\>Do not mark errors\\</emph\\> box later, you will "
"immediately see the red underlining."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3149332.26.help.text
msgid "German spelling - old"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3156017.29.help.text
msgid ""
"Specifies that old German spelling rules are applied. If you don't check "
"this box, $[officename] follows the new spelling rules for spellcheck and "
"hyphenation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3150111.53.help.text
msgid "Minimal number of characters for hyphenation "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3150316.54.help.text
msgid ""
"Specifies the minimum number of characters required for automatic "
"hyphenation to be applied. \\<ahelp hid=\\\"HID_LNGDLG_NUM_PREBREAK\\\" "
"visibility=\\\"hidden\\\"\\> Type the minimum number of characters that must "
"come before or after the hyphen.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3148823.11.help.text
msgid "Characters before line break"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3156029.12.help.text
msgid ""
"Sets the minimum number of characters of the word to be hyphenated that must "
"remain at the end of the line."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3154956.13.help.text
msgid "Characters after line break"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3149439.14.help.text
msgid ""
"Specifies the minimum number of characters of a hyphenated word required at "
"the next line."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3156337.15.help.text
msgid "Hyphenate without inquiry"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3151130.16.help.text
msgid ""
"Specifies that you will never be asked for a manual hyphenation. If the "
"field is not marked, when a word is not recognized you will be presented "
"with a dialog for entering hyphens."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#hd_id3155900.17.help.text
msgid "Hyphenate special regions"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010400.xhp#par_id3155098.18.help.text
msgid ""
"Specifies that hyphenation will also be carried out in footnotes, headers "
"and footers."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#tit.help.text
msgid "Edit module"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#bm_id3154230.help.text
msgid ""
"\\<bookmark_value\\>spellcheck; activating for a "
"language\\</bookmark_value\\>\\<bookmark_value\\>hyphenation; activating for "
"a language\\</bookmark_value\\>\\<bookmark_value\\>thesaurus; activating for "
"a language\\</bookmark_value\\>\\<bookmark_value\\>languages; activating "
"modul"
"es\\</bookmark_value\\>\\<bookmark_value\\>dictionaries;creating\\</bookm"
"ark_value\\>\\<bookmark_value\\>user-defined "
"dictionaries;creating\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3154046.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010401.xhp\\\" name=\\\"Edit "
"module\\\"\\>Edit module\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3148685.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3148685.3.help.t"
"ext\n"
"Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3148473.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CLB_EDIT_MODULES_MODULES\\\"\\>Specifies the language "
"and the available spelling, hyphenation and Thesaurus sub-modules for the "
"selected module.\\</ahelp\\> You can arrange the sub-modules by priority."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3155449.5.help.text
msgid "Select the language from the \\<emph\\>Language\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3144510.6.help.text
msgid ""
"Mark all modules that are to be activated for this language under the "
"headings Spelling, Hyphenation and Thesaurus."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3154923.7.help.text
msgid ""
"As long as you have more than one sub-module available for one area, the sub-"
"modules for spelling and the Thesaurus are processed in the sequence in "
"which they are listed. You can change the sequence using the \\<emph\\>Move "
"Up\\</emph\\> and \\<emph\\>Move Down\\</emph\\> buttons."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3148663.8.help.text
msgid "Only one sub-module can be activated under Hyphenation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3150398.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3150398.9.help.t"
"ext\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3152933.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXDLG_EDIT_MODULES_LB_EDIT_MODULES_LANGUAGE\"
"\\"\\>Specifies the language of the module.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3156214.19.help.text
msgid ""
"For all language selection fields in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>, the following applies:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3148922.20.help.text
msgid ""
"\\<variable id=\\\"sprachenfeld\\\"\\>A language entry has a check mark in "
"front of it if the spellcheck is activated for this language.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3145419.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3145419.11.help."
"text\n"
"Move up"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3154216.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_U"
"P\\\"\\>Increases the priority of the module selected in the list box by one "
"level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3158407.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3158407.13.help."
"text\n"
"Move down"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3155429.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_D"
"OWN\\\"\\>Decreases the priority of the module selected in the list box by "
"one level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3161832.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010401.xhp#hd_id3161832.15.help."
"text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010401.xhp#par_id3155307.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXDLG_EDIT_MODULES_PB_EDIT_MODULES_PRIO_B"
"ACK\\\"\\>Click here to undo the current changes in the list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010500.xhp#tit.help.text\n"
"Colors"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150543.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010500.xhp\\\" "
"name=\\\"Colors\\\"\\>Colors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3153104.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_COLOR\\\"\\>Allows you to select a color from a "
"color table, edit an existing color, or define new colors.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150767.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150767.3.help.t"
"ext\n"
"Color table"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150869.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150869.5.help.t"
"ext\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3149809.6.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_COLOR:EDT_NAME\\\"\\>Specifies the "
"name of a selected color. You can also type a name in this field when "
"defining a new color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150447.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150447.7.help.t"
"ext\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3149560.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLOR\\\"\\>Contains a "
"list of available colors. To select a color, choose one from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#bm_id3155132.help.text
msgid ""
"\\<bookmark_value\\>colors; "
"primary\\</bookmark_value\\>\\<bookmark_value\\>colors; "
"samples\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3155132.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3155132.9.help.t"
"ext\n"
"Color table"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3153188.11.help.text
msgid "Color sample"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3152885.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_COLOR:LB_COLORMODEL\\\"\\>To "
"modify, select the color model: red-green-blue (RGB) or Cyan-Magenta-Yellow-"
"Black (CMYK).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3147426.40.help.text
msgid ""
"If you select RGB, the initials of the three colors will appear and you can "
"set the color from 0 to 255 with the spin button."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3150103.13.help.text
msgid "R"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3152462.14.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_1\\\"\\>Red\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3145366.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3145366.15.help."
"text\n"
"G"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3153144.16.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_2\\\"\\>Green\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3153573.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3153573.17.help."
"text\n"
"B"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3153726.18.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_3\\\"\\>Blue\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3152940.41.help.text
msgid ""
"If you select CMYK, the initials of the four colors will appear and you can "
"set the color from 0 to 255 with the spin button."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3154942.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3154942.42.help."
"text\n"
"C"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3145800.43.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_3\\\"\\>Cyan\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3155417.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3155417.44.help."
"text\n"
"M"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3150093.45.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_3\\\"\\>Magenta\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3147124.46.help.text
msgid "Y"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3154098.47.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_3\\\"\\>Yellow\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3154015.48.help.text
msgid "K"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3156180.49.help.text
msgid "\\<ahelp hid=\\\"HID_TPCOLOR_RGB_3\\\"\\>Black\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3156332.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3156332.27.help."
"text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3154481.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_ADD\\\"\\>Adds a new "
"color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3153708.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3153708.29.help."
"text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3148916.30.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_COLOR:BTN_MODIFY\\\"\\>Changes "
"the current color.\\</ahelp\\> Note that the color is overwritten without a "
"confirmation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3154754.31.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010501.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3159267.33.help.text
msgid "Load Color List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3154705.34.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_LOAD\\\"\\>Accesses "
"the \\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>\\<emph\\>Open\\</emph\\>\\</link\\> dialog, which "
"allows you to select a color palette\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#hd_id3147344.36.help.text
msgid "Save Color List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3163808.37.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXPAGE_COLOR:BTN_SAVE\\\"\\>Opens the "
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save "
"As\\\"\\>\\<emph\\>Save As\\</emph\\>\\</link\\> dialog, which enables you "
"to save the current color table under a specified name.\\</ahelp\\> If you "
"do not choose this command, the current color table will be automatically "
"saved as default and re-loaded the next time you start $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010500.xhp#par_id3154572.38.help.text
msgid ""
"The \\<emph\\>Load color list\\</emph\\> and \\<emph\\>Save color list "
"\\</emph\\>icons are visible only if you select the "
"\\<emph\\>Colors\\</emph\\> tab with the \\<emph\\>Format - Area\\</emph\\> "
"command."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010501.xhp#tit.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3153126.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3153126.1.help.t"
"ext\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#bm_id3150771.help.text
msgid ""
""
"\\<bookmark_value\\>defining;colors\\</bookmark_value\\>\\<bookmark_value\\>co"
"l"
"ors;selection\\</bookmark_value\\>\\<bookmark_value\\>colors;adding\\</bookma"
"rk_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3150771.2.help.text
msgid ""
"\\<variable id=\\\"farbentext\\\"\\>\\<ahelp hid=\\\"\\\"\\>Allows you to "
"define your own colors using the two-dimensional graphic and numerical "
"gradient chart.\\</ahelp\\>\\</variable\\> Click \\<emph\\>OK\\</emph\\> to "
"display the newly defined color in the preview box of the "
"\\<emph\\>Colors\\</emph\\> register, where you can then decide if you want "
"to add or replace the new color in the current color palette."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3149514.3.help.text
msgid "Color Window"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3153061.4.help.text
msgid ""
"In the two big color windows, you click to select a new color. You can "
"select the color in the left or the right color window as you wish."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3148944.5.help.text
msgid ""
"In the right color window, you will see the entire color spectrum from the "
"left to the right, with the colors at the top being fully saturated and the "
"colors at the bottom being unsaturated."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3149670.6.help.text
msgid ""
"In the left color window, you will see a selection of colors, displaying a "
"progressive spectrum, varying between the four colors in the four corners of "
"this window. You can change the colors in the four corners as follows:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3154758.7.help.text
msgid "Click the corner of the field in which you want to change the color."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3150398.8.help.text
msgid ""
"In the right color window, click the desired new color for the corner field "
"or enter the values, which define the color, in the numeric input fields."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3151210.9.help.text
msgid ""
"Accept the color selected on the right into the small field that is marked "
"in the left color window by clicking the \\<emph\\><--\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3151383.10.help.text
msgid ""
"The gradient in the left color window is immediately adjusted with respect "
"to hue, saturation, and brightness."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3153192.11.help.text
msgid "<--"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3154909.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_1\\\"\\>Click the <-- "
"button to replace the selected color in the color palette with the color "
"selected at the right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3158409.13.help.text
msgid "-->"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3151043.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:PUSHBUTTON:DLG_COLOR:BTN_2\\\"\\>Sets the small "
"selection cursor in the right window on the color, which corresponds to the "
"selected color in the left window and updates the respective values in the "
"numerical fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3149203.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3149203.15.help."
"text\n"
"Cyan"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3159252.16.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_CYAN\\\"\\>Sets the Cyan "
"color value in the CMYK color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3155429.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3155429.17.help."
"text\n"
"Magenta"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3152596.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_MAGENTA\\\"\\>Sets the "
"Magenta color value in the CMYK color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3154147.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3154147.19.help."
"text\n"
"Yellow"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3155306.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_YELLOW\\\"\\>Sets the "
"Yellow color value in the CMYK color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3150105.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3150105.21.help."
"text\n"
"Key"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3146148.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS_METRICFIELD_DLG_COLOR_NUM_KEY\\\"\\>Sets the Black "
"color value or key (black) in the CMYK color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3151114.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3151114.23.help."
"text\n"
"Red"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3153726.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_RED\\\"\\>Sets the Red "
"color value in the RGB color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3148618.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3148618.25.help."
"text\n"
"Green"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3149298.26.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_GREEN\\\"\\>Sets the "
"Green color value in the RGB color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3151075.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3151075.27.help."
"text\n"
"Blue"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3148455.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_BLUE\\\"\\>Sets the Blue "
"color value in the RGB color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3145647.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3145647.29.help."
"text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3154729.30.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_HUE\\\"\\>Sets the Hue "
"in the HSB color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3144766.31.help.text
msgid "Saturation"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3153512.32.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_SATURATION\\\"\\>Sets "
"the Saturation in the HSB color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#hd_id3156180.33.help.text
msgid "Luminance"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3146969.34.help.text
msgid ""
"\\<ahelp hid=\\\"SVTOOLS:NUMERICFIELD:DLG_COLOR:NUM_LUMINANCE\\\"\\>Sets the "
"Brightness in the HSB color model.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010501.xhp#par_id3154164.35.help.text
msgid ""
"In the left preview field, you will see the original color from the parent "
"tab, \\<emph\\>Colors\\</emph\\>. In the right preview field, you will "
"always see the current result of your work in this dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010600.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#bm_id3155450.help.text
msgid ""
"\\<bookmark_value\\>opening; dialog "
"settings\\</bookmark_value\\>\\<bookmark_value\\>saving; dialog "
"settings\\</bookmark_value\\>\\<bookmark_value\\>dialogs; opening and "
"saving\\</bookmark_value\\>\\<bookmark_value\\>years; 2-digits "
"options\\</bookmark_value\\>\\<bookmark_value\\>Help "
"Agent;options\\</bookmark_value\\>\\<bookmark_value\\>Help;style "
"sheets\\</boo"
"kmark_value\\>\\<bookmark_value\\>dialogs;default\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3154514.8.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010600.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3150085.9.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the general settings for "
"$[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3153561.5.help.text
msgid "Year (two digits)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3147530.6.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:NUMERICFIELD:OFA_TP_MISC:NF_YEARVALUE\\\"\\>Defines "
"a date range, within which the system recognizes a two-digit "
"year.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3156343.7.help.text
msgid ""
"In $[officename], years are indicated by four digits, so that the difference "
"between 1/1/99 and 1/1/01 is two years. This \\<emph\\>Year (two "
"digits)\\</emph\\> setting allows the user to define the years in which two-"
"digit dates are added to 2000. To illustrate, if you specify a date of "
"1/1/30 or later, the entry \"1/1/20\" is recognized as 1/1/2020 instead of "
"1/1/1920."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3148664.25.help.text
msgid "Help Agent"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3153525.38.help.text
msgid "Specifies the behavior of the Help Agent."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3154138.26.help.text
msgid "Activate"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3145174.27.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_HELPAGENT\\\"\\>Specifies "
"that the Help Agent will be displayed automatically in selected "
"situations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3153968.30.help.text
msgid "Help Agent Reset"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3151176.31.help.text
msgid ""
"If you have not opened the Help Agent for a particular situation three times "
"in succession, but rather have closed it or let it close automatically, the "
"Help Agent for this situation is not shown again. The situation is removed "
"from the relevant internal list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3159150.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_PUSHBUTTON_OFA_TP_MISC_PB_HELPAGENT_RESET\\\"\\>Click "
"the\\<emph\\> Reset button \\</emph\\>to restore the default list of "
"situations for which the Help Agent is displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3159252.43.help.text
msgid "$[officename] Help formatting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3150011.44.help.text
msgid "Style sheet"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3153366.45.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_LISTBOX_OFA_TP_MISC_LB_STYLESHEET\\\"\\>Choose the "
"style of $[officename] Help.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3152577.34.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Open/Save dialogs \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3145366.35.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>Use "
"$[officename] dialogs \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3149260.36.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_FILEDLG\\\"\\>Specifies whether "
"$[officename] dialogs are used to open and save documents. Otherwise the "
"dialogs of the operating system are "
"used.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3153138.37.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>The "
"$[officename] dialogs for \\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"opening\\\"\\>opening\\</link\\> and \\<link "
"href=\\\"text/shared/01/01070000.xhp\\\" "
"name=\\\"saving\\\"\\>saving\\</link\\> documents are described in "
"$[officename] Help. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3148617.39.help.text
msgid "Document status"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#hd_id3149299.40.help.text
msgid "Printing sets \"document modified\" status"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010600.xhp#par_id3145800.41.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_CHECKBOX_OFA_TP_MISC_CB_DOCSTATUS\\\"\\>Specifies "
"whether the printing of the document counts as a modification.\\</ahelp\\> "
"When this option is marked, the very next time the document is closed you "
"are asked if the changes should be saved. The print date is then entered in "
"the document properties as a change."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010700.xhp#tit.help.text\n"
"Fonts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#bm_id3150715.help.text
msgid ""
"\\<bookmark_value\\>HTML;fonts for source "
"display\\</bookmark_value\\>\\<bookmark_value\\>Basic; fonts for source "
"display\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3149398.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010700.xhp\\\" "
"name=\\\"Fonts\\\"\\>Fonts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3153665.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_FONT_SUBSTITUTION\\\"\\>Substitutes a font with a "
"font of your choice. The substitution only replaces a font when it is "
"displayed on screen or during printing. It does not change the font "
"specified in your document formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3155419.46.help.text
msgid ""
"If you want, you can override the default substitution font that your "
"operating system uses when it encounters an unavailable font in a document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3145610.25.help.text
msgid ""
"Font replacement also affects the display of fonts on the $[officename] user "
"interface."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3149295.3.help.text
msgid "Apply replacement table"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3159413.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_SVX_FONT_SUBSTITUTION:CB_USETABLE\\\"\\>Enables "
"the font replacement settings that you define.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3148664.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3148664.4.help.t"
"ext\n"
"Replacement table"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3154073.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_FONT_SUBST_CLB\\\"\\>Lists the original font and "
"the font that will replace it. Select \\<emph\\>Always\\</emph\\> to replace "
"both the screen font and the printer font, even if the original font is "
"installed on your system. Select \\<emph\\>Screen \\</emph\\>to replace the "
"screen font only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3148674.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3148674.5.help.t"
"ext\n"
"Always"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3151381.15.help.text
msgid ""
"Replaces the original font with the font you specify, both onscreen and on a "
"printed page."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3147084.26.help.text
msgid ""
"Leave this selection blank if you only want $[officename] to replace fonts "
"that are not installed on your system."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3148920.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3148920.6.help.t"
"ext\n"
"Screen"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3149808.16.help.text
msgid "Font replacement only affects screen display."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3154218.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3154218.9.help.t"
"ext\n"
"Font"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3151176.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT1\\\"\\>Enter or "
"select the name of the font that you want to replace.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3145785.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3145785.10.help."
"text\n"
"Replace with"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3149560.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:COMBOBOX:RID_SVX_FONT_SUBSTITUTION:CB_FONT2\\\"\\>Enter or "
"select the name of the replacement font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3153363.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3153363.11.help."
"text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3145750.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_SUBST_APPLY\\\"\\>Applies the selected font "
"replacement.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3146984.help.text
msgid ""
"\\<image id=\\\"img_id3155412\\\" src=\\\"svx/res/nu07.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155412\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3147426.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3147426.22.help"
".text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3147443.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3147443.12.help."
"text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3148576.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_SUBST_DELETE\\\"\\>Deletes the selected font "
"replacement.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3149300.help.text
msgid ""
"\\<image id=\\\"img_id3147124\\\" src=\\\"svx/res/nu08.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3147124\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3145800.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3145800.24.help"
".text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3150715.52.help.text
msgid "Font settings for HTML and Basic sources"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3153950.53.help.text
msgid ""
"Select the font and font size for the display of HTML and Basic source code."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3153838.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3153838.54.help."
"text\n"
"Fonts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3146990.55.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTNAME\\\"\\>Select "
"the font for the display of HTML and Basic source code.\\</ahelp\\> Select "
"\\<emph\\>Automatic\\</emph\\> to detect a suitable font automatically."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3146791.56.help.text
msgid "Non-proportional fonts only"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3154362.57.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_RID_SVX_FONT_SUBSTITUTION_CB_NONPROP\\\"\\>Check to "
"display only non-proportional fonts in the \\<emph\\>Fonts\\</emph\\> list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3153765.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010700.xhp#hd_id3153765.58.help."
"text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010700.xhp#par_id3150323.59.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_LISTBOX_RID_SVX_FONT_SUBSTITUTION_LB_FONTHEIGHT\\\"\\>Select "
"a font size for the display of HTML and Basic source code.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010800.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#bm_id3155341.help.text
msgid ""
"\\<bookmark_value\\>views; "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>defaults; "
"views\\</bookmark_value\\>\\<bookmark_value\\>settings; "
"views\\</bookmark_value\\>\\<bookmark_value\\>scaling; screen "
"representation\\</bookmark_value\\>\\<bookmark_value\\>font sizes; scaling "
"on screen\\</bookmark_value\\>\\<bookmark_value\\>menus; inactive menu "
"items\\</bookmark_value\\>\\<bookmark_value\\>commands; not "
"visible\\</bookmark_value\\>\\<bookmark_value\\>WYSIWYG in fonts "
"lists\\</bookmark_value\\>\\<bookmark_value\\>previews; fonts "
"lists\\</bookmark_value\\>\\<bookmark_value\\>fonts "
"lists\\</bookmark_value\\>\\<bookmark_value\\>font "
"names;histories\\</bookmark_value\\>\\<bookmark_value\\>3D "
"view\\</bookmark_value\\>\\<bookmark_value\\>views; in "
"3D\\</bookmark_value\\>\\<bookmark_value\\>OpenGL; "
"using\\</bookmark_value\\>\\<bookmark_value\\>OpenGL; optimized "
"output\\</book"
"mark_value\\>\\<bookmark_value\\>dithering\\</bookmark_value\\>\"
"\<bookmark_value\\>interactions; refreshing "
"objects\\</bookmark_value\\>\\<bookmark_value\\>mouse; "
"positioning\\</bookmark_value\\>\\<bookmark_value\\>clipboard; selection "
"clipboard\\</bookmark_value\\>\\<bookmark_value\\>selection "
"clipboard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3155341.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010800.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3155630.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_TP_VIEW\\\"\\>Specifies view options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3150771.31.help.text
msgid "User Interface"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3145171.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3145171.45.help."
"text\n"
"Scaling"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3158407.46.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:METRICFIELD:OFA_TP_VIEW:MF_SCALING\\\"\\>Uses "
"percentile scaling for font size in user interface elements, such as dialogs "
"and icon labels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3159154.67.help.text
msgid ""
"The \\<emph\\>Scaling\\</emph\\> setting does not affect the font size of "
"text in a document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3149123.112.help.text
msgid "Toolbar icon size"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3153947.113.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_LISTBOX_OFA_TP_VIEW_LB_BIG\\\"\\>Specifies the "
"display size of toolbar icons.\\</ahelp\\>\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>The "
"\\<emph\\>Automatic\\</emph\\> option uses the font size settings of your "
"operating system for menus. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN10738.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN10738.help.tex"
"t\n"
"Use system font for user interface"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN1073C.help.text
msgid ""
"\\<ahelp hid=\\\"svx_CheckBox_OFA_TP_VIEW_CB_SYSTEM_FONT\\\"\\>Specifies to "
"use the system font to display all menus and dialogs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN107A3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN107A3.help.tex"
"t\n"
"Menu"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3156056.91.help.text
msgid "Show icons in menus"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3155766.92.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_MENU_ICONS\\\"\\>Displays "
"icons next to the corresponding menu items.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3145251.65.help.text
msgid "Show inactive menu items"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3147397.66.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_SHOW_INACTIVE\\\"\\>Displays "
"inactive menu items in gray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN1082C.help.text
msgid "Inactive items in context menus are not displayed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN10827.help.text
msgid "Font lists"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3149262.63.help.text
msgid "Show preview of fonts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3155415.64.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_SHOW\\\"\\>Displays the "
"names of selectable fonts in the corresponding font, for example, fonts in "
"the \\<link href=\\\"text/shared/02/02020000.xhp\\\" "
"name=\\\"Font\\\"\\>Font\\</link\\> box on the "
"\\<emph\\>Formatting\\</emph\\> bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3151319.68.help.text
msgid "Show font history"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3153513.69.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:CHECKBOX:OFA_TP_VIEW:CB_FONT_HISTORY\\\"\\>Lists the "
"last five fonts that you used in the current document at the top of the list "
"in the \\<emph\\>Font Name\\</emph\\> box on the "
"\\<emph\\>Formatting\\</emph\\> bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3147339.70.help.text
msgid "Restore"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN1095A.help.text
msgid "Editing view"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN10962.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies whether to restore the last used document "
"view in %PRODUCTNAME. Writer documents always open on page 1.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN10971.help.text
msgid ""
"Many view properties valid when the document was last saved will be restored."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3147323.75.help.text
msgid "Open windows"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3149109.76.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_CHECKBOX_OFA_TP_VIEW_BTN_OPENWIN\\\"\\>This is where "
"you define whether windows that are open when you end the program are to be "
"restored when you restart $[officename].\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3149926.80.help.text
msgid "3D view"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3153786.82.help.text
msgid "Use OpenGL"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3148418.83.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_3D_OPENGL\\\"\\>Specifies "
"that all 3D graphics from $[officename] Draw and $[officename] Impress will "
"be displayed in your system using an \\<link "
"href=\\\"text/shared/00/00000005.xhp#opengl\\\" "
"name=\\\"OpenGL\\\"\\>OpenGL\\</link\\> capable hardware.\\</ahelp\\> If "
"your system does not have an OpenGL capable hardware, this setting will be "
"ignored. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3150983.84.help.text
msgid "Optimized output"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3150307.85.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_3D_OPENGL_FASTER\\\"\\>Select this "
"option for an optimized OpenGL output. Disable the optimization in case of "
"graphical errors of 3D output.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3148800.86.help.text
msgid "Use dithering"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3153198.87.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_3D_DITHERING\\\"\\>The\\<emph\\> Use "
"dithering \\</emph\\>option uses dithering to display more colors with few "
"colors available.\\</ahelp\\> Dithering creates the illusion of new colors "
"and shades by varying the pattern of color pixels. Varying the patterns of "
"black and white dots, for instance, produces different shades of gray."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3159091.88.help.text
msgid ""
"Internally, 3-D graphics are always created with 16 million colors (24-bit "
"color depth). They are used to dither portrayals with fewer colors. Without "
"dithering, several bits of color information are omitted, making the grading "
"distinctly visible. The fewer colors available, the poorer the quality."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3155506.89.help.text
msgid "Object refresh during interaction"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3150885.90.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_CHECKBOX_OFA_TP_VIEW_CB_3D_SHOWFULL\\\"\\>Specifies "
"that if you rotate or move a 3-D object, the full display is rotated or "
"moved and not a grid frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_idN10A1D.help.text
msgid ""
"\\<ahelp hid=\\\"20201\\\"\\>Press Shift+Ctrl+R to restore or refresh the "
"view of the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3166432.47.help.text
msgid "Mouse positioning"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3155530.48.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:LISTBOX:OFA_TP_VIEW:LB_MOUSEPOS\\\"\\>Specifies if "
"and how the mouse pointer will be positioned in newly opened "
"dialogs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#hd_id3146982.93.help.text
msgid "Middle mouse button"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3150521.94.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_LISTBOX_OFA_TP_VIEW_LB_MOUSEMIDDLE\\\"\\>Defines the "
"function of the middle mouse button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3152889.97.help.text
msgid ""
"\\<emph\\>Automatic scrolling\\</emph\\> - dragging while pressing the "
"middle mouse button shifts the view."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3155810.98.help.text
msgid ""
"\\<emph\\>Paste clipboard\\</emph\\> - pressing the middle mouse button "
"inserts the contents of the \"Selection clipboard\" at the cursor position. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3148703.99.help.text
msgid ""
"The \"Selection clipboard\" is independent of the normal clipboard that you "
"use by \\<emph\\>Edit - Copy/Cut /Insert\\</emph\\> or the respective "
"keyboard shortcuts. Clipboard and \"Selection clipboard\" can contain "
"different contents at the same time."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3148870.100.help.text
msgid "\\<emph\\>Clipboard\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3145076.101.help.text
msgid "\\<emph\\>Selection clipboard\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3156030.102.help.text
msgid "\\<emph\\>Copy content\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3150110.103.help.text
msgid "Edit - Copy Ctrl+C."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3149588.104.help.text
msgid "Select text, table, object."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3149331.105.help.text
msgid "\\<emph\\>Paste content\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3156337.106.help.text
msgid "Edit - Paste Ctrl+V pastes at the cursor position."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3151127.107.help.text
msgid ""
"Clicking the middle mouse button pastes at the mouse pointer position."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3159206.108.help.text
msgid "\\<emph\\>Pasting into another document\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3148974.109.help.text
msgid "No effect on the clipboard contents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010800.xhp#par_id3152870.110.help.text
msgid "The last marked selection is the content of the selection clipboard."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01010900.xhp#tit.help.text\n"
"Print Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#bm_id3147323.help.text
msgid ""
"\\<bookmark_value\\>printing; colors in "
"grayscale\\</bookmark_value\\>\\<bookmark_value\\>grayscale "
"printing\\</bookmark_value\\>\\<bookmark_value\\>colors; printing in "
"grayscale\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"warnings\\</bookmark_value\\>\\<bookmark_value\\>paper size "
"warning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3148946.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010900.xhp\\\" name=\\\"Print "
"Options\\\"\\>Print Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3150359.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the print setting options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_idN105E9.help.text
msgid ""
"\\<embedvar href=\\\"text/shared/guide/print_faster.xhp#print_faster\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3148451.56.help.text
msgid "Reduce print data"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3154910.68.help.text
msgid ""
"You can reduce the amount of data to be sent to the printer. Reducing the "
"print data increases the print speed because the print files are smaller. "
"This makes it easier for printers with a smaller memory to print. Reducing "
"print data can result in slightly lower print quality."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3147085.57.help.text
msgid "Settings for"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3158407.69.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_PRINTFILEOUTPUT\\\""
"\\>Specifies whether the print settings apply to direct printing or to "
"printing to a file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3145786.58.help.text
msgid "Reduce transparency"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3159154.70.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCETRANSPARENCY\\\"\\>If "
"you mark this field the transparent objects will be printed like normal, non-"
"transparent objects, depending on your selection in the following two option "
"buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3156444.71.help.text
msgid ""
"Transparency cannot be output directly to a printer. The areas of the "
"document in which transparency is to be visible must therefore always be "
"calculated as bitmaps and sent to the printer. Depending on the size of the "
"bitmaps and the print resolution a large amount of data may result."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3147441.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3147441.59.help."
"text\n"
"Automatically"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3150488.72.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_"
"AUTO\\\"\\>Specifies that the transparency is only printed if the "
"transparent area covers less than a quarter of the entire page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3149417.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3149417.73.help."
"text\n"
"No transparency"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3153878.74.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCETRANSPARENCY_"
"NONE\\\"\\>With this option transparency is never printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3149960.60.help.text
msgid "Reduce bitmaps"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3148455.75.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS\\\"\\>Specifies "
"that bitmaps are printed with reduced quality. The resolution can only be "
"reduced and not increased.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3149400.61.help.text
msgid "High/normal print quality"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3154510.76.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEBITMAPS_NORMA"
"L\\\"\\>High print quality corresponds to a resolution of 300dpi. Normal "
"print quality corresponds to a resolution of 200dpi. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3146969.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3146969.62.help."
"text\n"
"Resolution"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3154270.77.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_LISTBOX_TP_COMMONPRINTOPTIONS_LB_REDUCEBITMAPS_RESOLUTIO"
"N\\\"\\>Specifies the maximum print quality in dpi. The resolution can only "
"be reduced and not increased.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3146789.63.help.text
msgid "Include transparent objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3150749.78.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEBITMAPS_TRANSPAR"
"ENCY\\\"\\>If this field is marked, the reduction in print quality for "
"bitmaps also applies to the transparent areas of objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3154362.64.help.text
msgid "Reduce gradients"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3148914.79.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_REDUCEGRADIENTS\\\"\\>If this "
"field is marked, gradients are printed with reduced quality.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3155766.65.help.text
msgid "Gradient stripes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3156382.80.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_NUMERICFIELD_TP_COMMONPRINTOPTIONS_NF_REDUCEGRADIENTS_ST"
"EPCOUNT\\\"\\>Specifies the maximum number of gradient stripes for "
"printing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3146313.66.help.text
msgid "Intermediate color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3145230.81.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_RADIOBUTTON_TP_COMMONPRINTOPTIONS_RB_REDUCEGRADIENTS_COL"
"OR\\\"\\>Specifies that gradients are only printed in a single intermediate "
"color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3147323.67.help.text
msgid "Convert colors to grayscale"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3145150.82.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\\\"
""\\>Specifies that all colors are printed only as grayscale.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3150646.50.help.text
msgid "Printer warnings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3154022.51.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_CONVERTTOGREYSCALES\\\"
""\\>Defines which warnings appear before printing begins.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3147003.52.help.text
msgid "Paper size"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3150206.53.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERSIZE\\\"\\>Mark "
"this check box if a certain paper size is needed for printing the current "
"document.\\</ahelp\\> If the paper size used in the document is not provided "
"by the current printer, you will receive an error message."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3155581.54.help.text
msgid "Paper orientation"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3153231.55.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_PAPERORIENTATION\\\"\\>Mark "
"this check box if you need a certain paper orientation for printing the "
"current document.\\</ahelp\\> If the format used by the current document is "
"not available from the printer, an error message will appear."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3149531.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010900.xhp#hd_id3149531.83.help."
"text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010900.xhp#par_id3152778.84.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2_CHECKBOX_TP_COMMONPRINTOPTIONS_CB_TRANSPARENCY\\\"\\>Mark this "
"check box if you always want to be warned if transparent objects are "
"contained in the document.\\</ahelp\\> If you print such a document, a "
"dialog appears in which you can select if the transparency is to be printed "
"in this print instruction."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#tit.help.text
msgid "External Programs"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_id3147559.3.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_PUSHBUTTON_OFA_TP_HELPERPROG_PB_HTTP\\\" "
"visibility=\\\"hidden\\\"\\>Opens a dialog to find the program.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3153524.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3153524.4.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01010950.xhp\\\" name=\\\"External "
"Programs\\\"\\>External Programs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_id3149202.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OFA_TP_HELPERPROG\\\"\\>Defines which service is "
"provided by which program.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3159149.6.help.text
msgid "Choose a default e-mail program"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_id3156423.7.help.text
msgid ""
"You can indicate which program to use to send a document by e-mail when you "
"choose \\<emph\\>File - Send\\</emph\\>. \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>When you click a "
"mailto: URL in a document, the settings in this dialog are ignored and the "
"default e-mail program for your operating system starts. "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3154684.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3154684.15.help."
"text\n"
"Program"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_id3155133.12.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_LISTBOX_OFA_TP_HELPERPROG_LB_PROFILES\\\"\\>Select a "
"program to use for sending the current document as an e-mail "
"attachment.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_id3145785.32.help.text
msgid ""
"If called from other programs with parameters, some e-mail programs behave "
"differently from one version to the next. In the list box, you can select "
"from different options to find the option that works best with your e-mail "
"program."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3163712.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01010950.xhp#hd_id3163712.31.help."
"text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_id3146976.16.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_EDIT_OFA_TP_HELPERPROG_ED_MAILERURL\\\"\\>Enter the "
"path and name of the program or select it by clicking on "
"\\<emph\\>...\\</emph\\> button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01010950.xhp#par_idN10765.help.text
msgid ""
"%PRODUCTNAME documents can contain hyperlinks that, when clicked, open the "
"system web browser, the system e-mail application, or another application "
"registered to the system. %PRODUCTNAME tries to find the appropriate "
"application. If this fails, you can set the environment variables BROWSER "
"and MAILER to point to the applications to use."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#tit.help.text
msgid "Memory"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#bm_id3153881.help.text
msgid ""
"\\<bookmark_value\\>undoing; number of "
"steps\\</bookmark_value\\>\\<bookmark_value\\>graphics; "
"cache\\</bookmark_value\\>\\<bookmark_value\\>cache for "
"graphics\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3157909.25.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01011000.xhp\\\" "
"name=\\\"Memory\\\"\\>Memory\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3154307.26.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Defines the settings for the graphics cache and the "
"number of steps you can undo.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3155390.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3155390.1.help.t"
"ext\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3145673.2.help.text
msgid "Defines the maximum number of reverse steps allowed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3153881.3.help.text
msgid "Number of steps"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3148685.4.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_ED_UNDO\\\"\\>You can "
"specify the number of steps which can be undone by selecting a number from "
"the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3147530.10.help.text
msgid "Graphics cache"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3145069.11.help.text
msgid ""
"The graphics cache saves the graphics contained in a document in your "
"computer's main memory. This means that the attributes of a graphic stored "
"in the cache do not have to be re-calculated if you return to the page "
"containing the graphic after scrolling through a document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3154924.12.help.text
msgid "Use for $[officename] (MB)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3152813.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICCACHE\\\"\\>Specifies "
"the total cache size for all graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3150359.14.help.text
msgid "Memory per object (MB)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3148797.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_GRAPHICOBJECTCACHE\\\"\\"
">Specifies that objects which are larger than the selected megabytes will "
"not be placed in the cache.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3148920.16.help.text
msgid "Remove from memory after (hh:mm)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3148674.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_TIMEFIELD_OFA_TP_MEMORY_TF_GRAPHICOBJECTTIME\\\"\\>Specifies "
"the time that each graphic remains in the cache in hours and "
"minutes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3156212.18.help.text
msgid "Cache for inserted objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3147085.19.help.text
msgid "Number of objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3153192.20.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_NUMERICFIELD_OFA_TP_MEMORY_NF_OLECACHE\\\"\\>Choose "
"the maximum number of OLE objects that are pooled in the cache.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3145171.21.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>$[officename] Quickstarter "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#hd_id3155429.22.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>Load "
"$[officename] during system start-up \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3152940.23.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_MEMORY_CB_QUICKLAUNCH\\\"\\>Mark this check "
"box if you want $[officename] to enable quickstart at system start-"
"up.\\</ahelp\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01011000.xhp#par_id3150874.24.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>If "
"the Quickstarter is enabled, parts of $[officename] will already be loaded "
"in the memory upon system start-up. In the system tray is an icon with a "
"context menu. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#tit.help.text
msgid "Appearance"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#bm_id3153527.help.text
msgid ""
"\\<bookmark_value\\>colors; "
"appearance\\</bookmark_value\\>\\<bookmark_value\\>options; "
"appearance\\</bookmark_value\\>\\<bookmark_value\\>appearance "
"options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3153527.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01012000.xhp\\\" "
"name=\\\"Appearance\\\"\\>Appearance\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3145120.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Sets the colors for the $[officename] user "
"interface.\\</ahelp\\> You can save the current settings as color scheme and "
"load them later."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3154046.3.help.text
msgid "Color scheme"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3152349.4.help.text
msgid "Save and delete color schemes."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3153252.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3153252.5.help.t"
"ext\n"
"Scheme"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3153541.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_COLORCONFIG_LB_COLORSCHEME\\\"\\>Selects the "
"color scheme you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3153665.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3153665.7.help.t"
"ext\n"
"Save"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3145609.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXPAGE_COLORCONFIG_PB_SAVESCHEME\\\"\\>Saves the "
"current settings as a color scheme that you can reload later.\\</ahelp\\> "
"The name is added to the \\<emph\\>Scheme\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3149669.9.help.text
msgid "Name of color scheme"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3159413.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_COLORCONFIG_NAME_SCHEME\\\"\\>Enter a name for "
"the color scheme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3152811.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3152811.11.help."
"text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3150400.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_PUSHBUTTON_RID_SVXPAGE_COLORCONFIG_PB_DELETESCHEME\\\"\\>Deletes "
"the color scheme shown in the \\<emph\\>Scheme\\</emph\\> box. You cannot "
"delete the Default scheme.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3148672.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01012000.xhp#hd_id3148672.13.help."
"text\n"
"Scheme"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3149204.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_COLORCONFIG_COLORLIST_WIN\\\"\\>Select the "
"colors for the user interface elements.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3150769.15.help.text
msgid ""
"To apply a color to a user interface element, ensure that the checkbox in "
"front of the name is marked. To hide a user interface element, clear the "
"check box."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3155430.18.help.text
msgid "Some user interface elements cannot be hidden."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3145365.20.help.text
msgid ""
"In order to enhance cursor visibility, if the user sets the application "
"background color between 40% and 60% gray, it is automatically changed to "
"40% gray."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3153144.16.help.text
msgid ""
"The \\<emph\\>Automatic\\</emph\\> color setting changes the user interface "
"element to the preset color from the color scheme."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01012000.xhp#par_id3154921.17.help.text
msgid ""
"The color settings for \"Visited links\" and \"Unvisited links\" only apply "
"to documents created after the settings are applied."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01013000.xhp#tit.help.text\n"
"Accessibility"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#bm_id3159411.help.text
msgid ""
"\\<bookmark_value\\>disabled "
"persons\\</bookmark_value\\>\\<bookmark_value\\>text colors for better "
"accessibility\\</bookmark_value\\>\\<bookmark_value\\>animations; "
"accessibility options\\</bookmark_value\\>\\<bookmark_value\\>Help tips; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>high contrast "
"mode\\</bookmark_value\\>\\<bookmark_value\\>accessibility; "
"options\\</bookmark_value\\>\\<bookmark_value\\>options; "
"accessibility\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3159411.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01013000.xhp\\\" "
"name=\\\"Accessibility\\\"\\>Accessibility\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3149827.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Sets options that make \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> programs more accessible "
"for users with reduced sight, limited dexterity or other "
"disabilities.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3166460.9.help.text
msgid "Miscellaneous options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3152996.10.help.text
msgid "Sets accessibility options."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3154750.23.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\</caseinline\\>\\<defaultinline\\>Support assistive "
"technology tools (program restart "
"required)\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3155628.24.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>\\</caseinline\\>\\<defaultinline\\>\\<ahelp "
"hid=\\\"SVX"
"_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ACCESSIBILITY_TOOL\\\"\\>Allows "
"you to use assistive tools, such as external screen readers, Braille devices "
"or speech recognition input devices. The Java Runtime Environment must be "
"installed on your computer before you can enable assistive "
"support.\\</ahelp\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3154047.27.help.text
msgid "Use text selection cursor in read-only text document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3149164.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TEXTSELECTION"
"\\\"\\>Displays cursor in read-only documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3150669.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3150669.21.help."
"text\n"
"Use system font for user interface"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3153665.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_SYSTEM_FONT\\"
"\"\\>Displays fonts in menus, dialogs, and other user interface elements "
"using the system font settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3147531.15.help.text
msgid "Allow animated graphics"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3145069.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_GRAP"
"HICS\\\"\\>Previews animated graphics, such as GIF images, in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3147264.17.help.text
msgid "Allow animated text"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3149656.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_ANIMATED_TEXT"
"S\\\"\\>Previews animated text, such as blinking and scrolling, in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3153381.11.help.text
msgid "Help tips disappear after"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3150868.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_TIPHELP\\\"\\>Hides "
"the \\<link href=\\\"text/shared/main0108.xhp\\\" name=\\\"Help "
"tips\\\"\\>Help tips\\</link\\> after the number of seconds that you "
"enter.\\</ahelp\\> Otherwise, Help tips are displayed until you press Escape "
"or move the cursor."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3151043.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3151043.13.help."
"text\n"
"Seconds"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3148672.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_NUMERICFIELD_RID_SVXPAGE_ACCESSIBILITYCONFIG_NF_TIPHELP\\"
"\"\\>Enter the number of seconds to display the Help tips.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3149809.3.help.text
msgid "Options for high contrast appearance"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3153106.4.help.text
msgid ""
"High contrast is an operating system setting that changes the system color "
"scheme to improve readability. You can decide how \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> uses the high contrast "
"settings of the operating system."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3125863.31.help.text
msgid ""
"Cell borders and shadows are always shown in text color when high contrast "
"mode is active. The cell background color is ignored then."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3155132.29.help.text
msgid "Automatically detect high contrast mode of operating system"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3153768.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTO_DETECT_H"
"C\\\"\\>Switches \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"into high contrast mode when the system background color is very "
"dark.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3154918.19.help.text
msgid "Always use automatic font color for screen display"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3146984.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_AUTOMATIC_FON"
"T_COLOR\\\"\\>Displays fonts in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> using the system color "
"settings. This option only affects the screen display.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#hd_id3153091.7.help.text
msgid "Use system colors for page previews"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01013000.xhp#par_id3146923.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ACCESSIBILITYCONFIG_CB_PAGE_PREVIEWS"
"\\\"\\>Applies the high contrast settings of the operating system to page "
"previews.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#tit.help.text
msgid "Network Identity"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#bm_id3153681.help.text
msgid ""
"\\<bookmark_value\\>network identity "
"options\\</bookmark_value\\>\\<bookmark_value\\>options; network "
"identity\\</bookmark_value\\>\\<bookmark_value\\>single sign on "
"options\\</bookmark_value\\>\\<bookmark_value\\>LDAP server; sign on "
"options\\</bookmark_value\\>\\<bookmark_value\\>remote "
"configurations\\</bookm"
"ark_value\\>\\<bookmark_value\\>configuration;Configuration "
"Manager\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3153681.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01014000.xhp\\\" name=\\\"Network "
"Identity\\\"\\>Network Identity\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3153562.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Sets the options for a remote configuration access "
"to your personal $[officename] settings stored on an LDAP "
"server.\\</ahelp\\> To see this tab page and to use this feature, remote "
"configuration must be active: You need an account on an LDAP server that is "
"running and configured to store $[officename] user settings."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3149797.7.help.text
msgid ""
"Using remote configuration, you can start a copy of $[officename] on any "
"computer in the network with your own user data and personal configuration."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3155388.3.help.text
msgid "Authentication Method"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3147335.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_SSO_LB_MECHANISM\\\"\\>Choose your "
"security mechanism for access to the LDAP server.\\</ahelp\\> Choices are "
"Simple or Kerberos."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3153881.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3153881.4.help.t"
"ext\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3148943.9.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXPAGE_SSO_ED_USERNAME\\\"\\>Using \"simple\" "
"authentication method, you enter your user name on the LDAP server "
"here.\\</ahelp\\> Using \"Kerberos\", you just see your user name, but "
"cannot edit it."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3153061.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3153061.5.help.t"
"ext\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3156343.10.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXPAGE_SSO_ED_PASSWORD\\\"\\>Using \"simple\" "
"authentication method, enter your password for access to the LDAP server "
"here.\\</ahelp\\> Using \"Kerberos\", this box is not active."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#hd_id3146795.6.help.text
msgid "Save password"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3150358.11.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_SSO_CB_PASSWORD\\\"\\>Using "
"\"simple\" authentication method, check this box to make your password "
"persistent.\\</ahelp\\> If the password is persistent and the same user "
"starts $[officename] later on, the user name and password will not be "
"requested again. Using \"Kerberos\", this box is not active."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01014000.xhp#par_id3154939.12.help.text
msgid ""
"The password will be stored encrypted in a file called .ssop in your "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"UNIX\\\"\\>home directory "
"\\</caseinline\\>\\<defaultinline\\>\"My Documents\" "
"folder\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01020000.xhp#tit.help.text\n"
"Load/Save options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020000.xhp#hd_id3147291.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020000.xhp#hd_id3147291.1.help.t"
"ext\n"
"Load/Save options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020000.xhp#par_id3146957.2.help.text
msgid ""
"\\<variable id=\\\"laden\\\"\\>\\<ahelp hid=\\\"\\\" "
"visibility=\\\"visible\\\"\\>Specifies general Load/Save settings. "
"\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01020100.xhp#tit.help.text\n"
"Proxy"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#bm_id3147577.help.text
msgid ""
"\\<bookmark_value\\>settings; "
"proxies\\</bookmark_value\\>\\<bookmark_value\\>proxy "
"settings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3156414.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01020100.xhp\\\" "
"name=\\\"Proxy\\\"\\>Proxy\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3145090.32.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000002.xhp#proxy\\\" name=\\\"Proxy "
"servers\\\"\\>Proxy servers\\</link\\> for accessing the Internet can be set "
"up manually as needed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3147577.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3147577.3.help.t"
"ext\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3153748.4.help.text
msgid ""
"Defines the settings for the \\<link "
"href=\\\"text/shared/00/00000002.xhp#proxy\\\" name=\\\"proxy "
"server\\\"\\>proxy server\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3151110.8.help.text
msgid "Proxy server"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3147275.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_INET_PROXY:LB_PROXYMODE\\\"\\>Specifies the "
"type of proxy definition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3147574.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3147574.10.help."
"text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3148685.11.help.text
msgid ""
"Accesses the Internet without a proxy server. Allows you to set up a "
"connection directly on your computer to an Internet provider that does not "
"use a proxy."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3150984.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3150984.14.help."
"text\n"
"Manual"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3156155.15.help.text
msgid ""
"Lets you enter the proxy server manually. Specify the proxy servers in "
"accordance with your Internet service. Ask your system administrator for the "
"proxies and ports to enter."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3148943.29.help.text
msgid ""
"Type server names without the protocol prefix. For example, type "
"www.sun.com, not http://www.sun.com."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_idN10684.help.text
msgid "System"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_idN10688.help.text
msgid ""
"On Windows or UNIX systems using Gnome, this option tells %PRODUCTNAME to "
"use the system settings. You must restart %PRODUCTNAME to initiate this "
"setting."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3148948.16.help.text
msgid "HTTP proxy"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3154923.17.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_PROXY:ED_HTTP_PROXY\\\"\\>Type "
"the name of the proxy server for \\<link "
"href=\\\"text/shared/00/00000002.xhp#http\\\" "
"name=\\\"HTTP\\\"\\>HTTP\\</link\\>.\\</ahelp\\> Type the port in the right-"
"hand field."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3150543.33.help.text
msgid "FTP proxy"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3154138.34.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXPAGE_INET_PROXY_ED_FTP_PROXY\\\"\\>Type the "
"name of the proxy server for \\<link "
"href=\\\"text/shared/00/00000002.xhp#ftp\\\" "
"name=\\\"FTP\\\"\\>FTP\\</link\\>.\\</ahelp\\> Type the port in the right-"
"hand field."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3125863.24.help.text
msgid "No proxy for"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3151178.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_PROXY:ED_NOPROXYFOR\\\"\\>Specifies the "
"names of the servers that do not require any proxy servers, separated by "
"semicolons.\\</ahelp\\> These are servers addressed in your local network, "
"and servers used for video and audio streaming, for example."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3145171.26.help.text
msgid ""
"You can also use placeholders for the names of hosts and domains. For "
"example, type *.sun.com to address all the hosts in the sun.com domain "
"without proxy."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3149808.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020100.xhp#hd_id3149808.27.help."
"text\n"
"Port"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020100.xhp#par_id3153666.28.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_PROXY:ED_SOCKS_PORT\\\"\\>Type "
"the port for the corresponding proxy server.\\</ahelp\\> The maximum value "
"of a port number is fixed at 65535."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01020200.xhp#tit.help.text\n"
"Search"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#bm_id3154515.help.text
msgid "\\<bookmark_value\\>search engines; selecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3155892.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01020200.xhp\\\" "
"name=\\\"Search\\\"\\>Search\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3153662.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_SEARCH\\\"\\>Use this tab page to define the "
"settings for searching in the Internet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3154306.7.help.text
msgid "Search in"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3157909.8.help.text
msgid "Specifies the search engine and its corresponding configuration."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3154515.9.help.text
msgid "Search engines"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3153880.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_INET_SEARCH:LB_SEARCH\\\"\\>Displays the "
"available search engines.\\</ahelp\\> Select a search engine to display its "
"configuration in the adjacent text and option boxes."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3150276.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3150276.11.help."
"text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3155449.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_SEARCH:ED_SEARCH_NAME\\\"\\>Displays the "
"name of the selected search engine.\\</ahelp\\> This is the name that will "
"be shown in the sub-menu of the \\<emph\\>Search\\</emph\\> icon on the "
"Hyperlink bar. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3151245.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3151245.13.help."
"text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3154758.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:RADIOBUTTON:RID_SVXPAGE_INET_SEARCH:RB_EXACT\\\"\\>Sets "
"the advanced search preferences (and, or, exact) as well as the way the "
"results are defined and displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3148663.15.help.text
msgid ""
"The links \\<emph\\>And, Or\\</emph\\> and \\<emph\\>Exactly\\</emph\\> are "
"available."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3150358.17.help.text
msgid "Prefix"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3154138.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_SEARCH:ED_URL\\\"\\>This text box "
"displays the URL and the first part of the query command for a search "
"machine. A URL can also be typed directly.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3153193.22.help.text
msgid "Suffix"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3153970.23.help.text
msgid ""
"The search terms are passed between the prefix and the suffix.\\<ahelp "
"hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_SEARCH:ED_POSTFIX\\\"\\>The suffix "
"provides the command sequence, sent at the end of a search.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3147086.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3147086.24.help."
"text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3150870.25.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXPAGE_INET_SEARCH:ED_SEPARATOR\\\"\\>If you "
"type more than one word while running a search, these words will be "
"separated by the character specified here.\\</ahelp\\> Most search engines "
"require the \"+\" character."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3149560.27.help.text
msgid ""
"To determine which prefixes, separators and suffixes to use when defining a "
"new search engine:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3159255.28.help.text
msgid ""
"Activate the search engine and perform a search with at least two words."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3147434.29.help.text
msgid ""
"Copy the URL from your browser's \\<emph\\>URL\\</emph\\> field and paste it "
"into a blank document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3148647.30.help.text
msgid ""
"Change the conditions for the search in the search engine, if it offers you "
"the choice."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3147317.31.help.text
msgid "Again, copy the contents of the \\<emph\\>URL\\</emph\\> field."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3147213.32.help.text
msgid ""
"Compare the URLs with the sample URLs in the fields of this dialog and make "
"a note of the prefixes, suffixes and separators used."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3147348.33.help.text
msgid "Case match"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3154918.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_INET_SEARCH:ED_CASE\\\"\\>Determines the "
"case match for running a search.\\</ahelp\\> The list contains the following "
"entries: \\<emph\\>None\\</emph\\>, \\<emph\\>Upper\\</emph\\> and "
"\\<emph\\>Lower\\</emph\\>. The search terms entered are converted according "
"to your selection."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3149262.35.help.text
msgid ""
"Search engines handle queries differently according to the way they are "
"constructed. For example, some are case sensitive and some are not. Because "
"of this, it is best to select \\<emph\\>None\\</emph\\> as the case match "
"option."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3156283.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3156283.44.help."
"text\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3149413.45.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_NEW\\\"\\>Use "
"this button to include a new search "
"engine.\\</ahelp\\>\\<emph\\>New\\</emph\\> deletes all important entries of "
"the entry mask such as \"Name\" and \"Suffix\". Enter the new search engine "
"together with all of the necessary details. As soon as you accept your "
"entries with \\<emph\\>Add\\</emph\\>, the new search engine will appear in "
"the search engine list under \\<emph\\>Search in\\</emph\\>. Close the "
"dialog with the \\<emph\\>OK\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3145254.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3145254.36.help."
"text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3144767.37.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_ADD\\\"\\>Click "
"this button to add a new configuration to the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3155603.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3155603.38.help."
"text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3151320.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_CHANGE\\\"\\>Click this "
"button to apply the modifications made to an existing "
"configuration.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3149122.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020200.xhp#hd_id3149122.40.help."
"text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020200.xhp#par_id3154270.41.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXPAGE_INET_SEARCH:PB_DELETE\\\"\\>Click this "
"button to delete the selected search engine from the list. There will be no "
"security response.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01020300.xhp#tit.help.text\n"
"E-mail"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN1054D.help.text
msgid ""
"\\<variable id=\\\"email\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01020300.xhp\\\"\\>E-"
"mail\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN1056B.help.text
msgid ""
"On UNIX systems, specifies the e-mail program to use when you send the "
"current document as e-mail."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN10576.help.text
msgid "E-mail program"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN1057A.help.text
msgid ""
"\\<ahelp hid=\\\"703252484\\\"\\>Enter the e-mail program path and "
"name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN10591.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN10591.help.tex"
"t\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020300.xhp#par_idN10595.help.text
msgid ""
"\\<ahelp hid=\\\"703255045\\\"\\>Opens a file dialog to select the e-mail "
"program.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#tit.help.text
msgid "Mozilla Plug-in"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105B7.help.text
msgid ""
"\\<variable id=\\\"mozilla\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01020400.xhp\\\"\\>Mozilla/Netscape Plug-"
"in\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105D5.help.text
msgid "Specifies to use the Mozilla plug-in to show %PRODUCTNAME documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105D8.help.text
msgid ""
"When you click a hyperlink to a %PRODUCTNAME document in your Mozilla or "
"Netscape browser, one of the following can happen:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105DE.help.text
msgid ""
"The browser asks you whether you want to save the document on your disk, or "
"whether you want to use an application to open the document. This request "
"dialog appears by default when you click a hyperlink to a %PRODUCTNAME "
"document the first time and you did not enable the Mozilla plug-in."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105E2.help.text
msgid ""
"The browser downloads the document to a temporary folder, then tells your "
"system to run %PRODUCTNAME and open the document in %PRODUCTNAME. This is "
"the default when you did not enable the Mozilla plug-in and chose to open "
"the document with %PRODUCTNAME when you were first asked."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105E6.help.text
msgid ""
"The browser opens a new browser window that shows some of the %PRODUCTNAME "
"icons, and displays the document in the browser window. This is the default "
"when you enable the Mozilla plug-in. When you click the \\<emph\\>Edit "
"File\\</emph\\> icon, a copy of the document is downloaded to a temporary "
"folder on your disk, then %PRODUCTNAME starts and loads the copy for editing."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105F5.help.text
msgid ""
"Viewing of %PRODUCTNAME and MS Office documents in Mozilla/Netscape enabled"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN105F9.help.text
msgid ""
"\\<ahelp hid=\\\"736117762\\\"\\>Enables the Mozilla plug-in to show "
"%PRODUCTNAME documents in a browser window. Select, click OK, then restart "
"your browser. Then in the browser window, click a link to a %PRODUCTNAME "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01020400.xhp#par_idN10655.help.text
msgid ""
"The plug-in needs a version of Mozilla 1.x, Netscape 6.x, or Netscape 7.x "
"installed on your system."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01030000.xhp#tit.help.text\n"
"Internet options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030000.xhp#hd_id3154926.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01030000.xhp#hd_id3154926.1.help.t"
"ext\n"
"Internet options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030000.xhp#par_id3154894.2.help.text
msgid ""
"\\<variable id=\\\"laden\\\"\\>\\<ahelp hid=\\\"\\\"\\>Specifies Internet "
"settings.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#tit.help.text
msgid "Security"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#bm_id2322153.help.text
msgid ""
"\\<bookmark_value\\>macros;warning "
"dialogs\\</bookmark_value\\>\\<bookmark_value\\>security;options for "
"documents with macros\\</bookmark_value\\>\\<bookmark_value\\>saving;with "
"password by default\\</bookmark_value\\>\\<bookmark_value\\>user "
"data;removing when saving\\</bookmark_value\\>\\<bookmark_value\\>file "
"sharing options for currrent "
"document\\</bookmark_value\\>\\<bookmark_value\\>"
"macros;security\\</bookmark_value\\>\\<bookmark_value\\>read-only "
"documents;opening documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#hd_id3147588.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01030300.xhp\\\" "
"name=\\\"Security\\\"\\>Security\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_id3153255.2.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_TABPAGE_RID_SVXPAGE_INET_SCRIPTING\\\"\\>Defines the "
"security options for saving documents and for opening documents that contain "
"macros.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10640.help.text
msgid "Security options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10644.help.text
msgid ""
"Warns if document contains recorded changes, versions, hidden information, "
"or notes."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10647.help.text
msgid "When saving or sending"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1064B.help.text
msgid ""
"\\<ahelp hid=\\\"703988739\\\"\\>Select to see a warning dialog when you try "
"to save or send a document that contains recorded changes, versions, or "
"notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1064E.help.text
msgid "When printing"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10652.help.text
msgid ""
"\\<ahelp hid=\\\"703988740\\\"\\>Select to see a warning dialog when you try "
"to print a document that contains recorded changes or notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10655.help.text
msgid "When signing"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10659.help.text
msgid ""
"\\<ahelp hid=\\\"703988741\\\"\\>Select to see a warning dialog when you try "
"to sign a document that contains recorded changes, versions, fields, "
"references to other sources (for example linked sections or linked "
"pictures), or notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1065C.help.text
msgid "When creating PDF files"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10660.help.text
msgid ""
"\\<ahelp hid=\\\"703988742\\\"\\>Select to see a warning dialog when you try "
"to export a document to PDF format that displays recorded changes in Writer, "
"or that displays notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10663.help.text
msgid "Remove personal information on saving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10667.help.text
msgid ""
"\\<ahelp hid=\\\"703988743\\\"\\>Select to always remove user data from the "
"file properties. If this option is not selected, you can still remove the "
"personal information for the current document with the "
"\\<emph\\>Delete\\</emph\\> button on \\<link "
"href=\\\"text/shared/01/01100200.xhp\\\"\\>\\<emph\\>File - Properties - "
"General\\</emph\\>\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1067C.help.text
msgid "Recommend password protection on saving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10680.help.text
msgid ""
"\\<ahelp hid=\\\"703988744\\\"\\>Select to specify that the \\<emph\\>Save "
"with password\\</emph\\> option in the file saves dialogs checked by "
"default. Deselect the option to save a file without password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10687.help.text
msgid "Macro security"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1068B.help.text
msgid ""
"Adjust the security level for executing macros and specify trusted macro "
"authors."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1068E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN1068E.help.tex"
"t\n"
"Macro Security"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN10692.help.text
msgid ""
"\\<ahelp hid=\\\"703992332\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/macrosecurity.xhp\\\"\\>Macro "
"Security\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106A3.help.text
msgid "File sharing options for this document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106A7.help.text
msgid "The following options are valid only for the current document:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106AA.help.text
msgid "Open this document in read-only mode"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106AE.help.text
msgid ""
"\\<ahelp hid=\\\"703988750\\\"\\>Select to allow this document to be opened "
"in read-only mode only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106B1.help.text
msgid ""
"This file sharing option protects the document against accidental changes. "
"It is still possible to edit a copy of the document and save that copy with "
"the same name as the original."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106B4.help.text
msgid "Record changes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106B8.help.text
msgid ""
"\\<ahelp hid=\\\"703988751\\\"\\>Select to enable recording changes. This is "
"the same as \\<link "
"href=\\\"text/shared/01/02230100.xhp\\\"\\>\\<emph\\>Edit - Changes - "
"Record\\</emph\\>\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106C9.help.text
msgid ""
"To protect the recording state with a password, click "
"\\<emph\\>Protect\\</emph\\> and enter a password. Other users of this "
"document can apply their changes, but they cannot disable change recording "
"without the password."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106D0.help.text
msgid "Protect / Unprotect"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030300.xhp#par_idN106D4.help.text
msgid ""
"\\<ahelp hid=\\\"703992336\\\"\\>Protects the change recording state with a "
"password. If change recording is protected for the current document, the "
"button is named \\<emph\\>Unprotect\\</emph\\>. Click "
"\\<emph\\>Unprotect\\</emph\\> and type the correct password to disable the "
"protection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#tit.help.text
msgid "HTML compatibility"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#bm_id3155132.help.text
msgid ""
"\\<bookmark_value\\>$[officename] Basic scripts in HTML "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3153821.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01030500.xhp\\\" name=\\\"HTML "
"compatibility\\\"\\>HTML compatibility\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3156326.2.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:TABPAGE:RID_OFAPAGE_HTMLOPT\\\"\\>Defines settings "
"for HTML pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3154897.3.help.text
msgid "Font sizes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3145673.4.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:NUMERICFIELD:RID_OFAPAGE_HTMLOPT:NF_SIZE7\\\"\\>Use "
"the spin buttons \\<emph\\>Size 1\\</emph\\> to \\<emph\\>Size 7\\</emph\\> "
"to define the respective font sizes for the HTML <font size=1> to <font "
"size=7> tags.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3148943.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3148943.5.help.t"
"ext\n"
"Import"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3151385.6.help.text
msgid "Defines the settings for importing HTML documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3145068.7.help.text
msgid "Import unknown HTML tags as fields"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3149295.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_UNKNOWN_TAGS\\\"\\>Mark this "
"check box if you want \\<link href=\\\"text/shared/00/00000002.xhp#tags\\\" "
"name=\\\"tags\\\"\\>tags\\</link\\> that are not recognized by $[officename] "
"to be imported as fields.\\</ahelp\\> For an opening tag, an HTML_ON field "
"will be created with the value of the tag name. For a closing tag, an "
"HTML_OFF will be created. These fields will be converted to tags in the HTML "
"export."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3148797.43.help.text
msgid "Ignore font settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3149202.44.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_IGNORE_FONTNAMES\\\"\\>Mark "
"this check box to ignore all font settings when importing. The fonts that "
"were defined in the HTML Page Style will be the fonts that will be used. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3151177.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3151177.9.help.t"
"ext\n"
"Export"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3150449.10.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:LISTBOX:RID_OFAPAGE_HTMLOPT:LB_EXPORT\\\"\\>Defines "
"the settings for exporting HTML documents.\\</ahelp\\> To export in HTML "
"format select the \\<emph\\>HTML Document\\</emph\\> file type in the "
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save "
"As\\\"\\>\\<emph\\>Save As\\</emph\\>\\</link\\> dialog. You can find "
"further instructions in the \\<link href=\\\"text/shared/00/00000020.xhp\\\" "
"name=\\\"Import and export filters\\\"\\>Import and export "
"filters\\</link\\> description."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3145606.42.help.text
msgid ""
"To optimize the HTML export, select a browser or HTML standard from the "
"Export box. If \"$[officename] Writer\" is selected, specific $[officename] "
"Writer instructions are exported."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3155132.16.help.text
msgid "$[officename] Basic"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3146120.17.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC\\\"\\>Mark "
"this check box to consider the $[officename] Basic instructions when "
"exporting in HTML format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3150872.29.help.text
msgid ""
"You must activate this option before you create the $[officename] Basic "
"Script, since otherwise it will not be inserted. $[officename] Basic Scripts "
"must be located in the header of the HTML document. Once you have created "
"the macro in the $[officename] Basic IDE, it appears in the source text of "
"the HTML document in the header."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3150010.40.help.text
msgid ""
"If you want the macro to run automatically when the HTML document is opened, "
"choose \\<emph\\>Tools - Customize - Events\\</emph\\>. Select the "
"\"Document\" check box and \"Open Document\" in the Events list. In "
"\\<emph\\>Macros\\</emph\\> select your document, its standard library, "
"module1 and the macro and click \\<emph\\>Assign\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3149664.45.help.text
msgid "Display warning"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3150420.46.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_STARBASIC_WARNING\\\"\\>If "
"this field is marked, when exporting in HTML a warning is shown stating that "
"any existing basic macros will be lost.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3154729.28.help.text
msgid "Print layout"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3145254.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_PRINT_EXTENSION\\\"\\>If you "
"mark this field, the print layout of the current document is exported as "
"well.\\</ahelp\\> It can be read by $[officename] as well as Netscape "
"Navigator from 4.0 and above and by MS Internet Explorer from 4.0 and above."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3144764.24.help.text
msgid "Copy local graphics to Internet"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3149379.25.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_HTMLOPT:CB_LOCAL_GRF\\\"\\>Mark "
"this check box to copy the graphics in a document in the selected Internet "
"server when uploading using FTP.\\</ahelp\\> Use the \\<emph\\>Save "
"As\\</emph\\> dialog to save the document and enter a complete FTP URL as "
"the file name in the Internet."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3156276.41.help.text
msgid ""
"The HTML filter supports CSS2 (Cascading Style Sheets Level 2) for printing "
"documents. These capabilities are only effective if print layout export is "
"activated."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3152960.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01030500.xhp#hd_id3152960.48.help."
"text\n"
"Character set"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01030500.xhp#par_id3149018.49.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_LISTBOX_RID_OFAPAGE_HTMLOPT_LB_CHARSET\\\"\\>Select "
"the appropriate character set for the export\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#tit.help.text
msgid "Text Document Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#hd_id3155628.1.help.text
msgid "%PRODUCTNAME Writer Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#par_id3145315.2.help.text
msgid ""
"\\<variable id=\\\"optionentextdokument\\\"\\>\\<ahelp "
"hid=\\\".uno:SwEditOptions\\\"\\>These settings determine the way text "
"documents that are created in $[officename] are handled. It is also possible "
"to define settings for the current text document.\\</ahelp\\>\\</variable\\> "
"The global settings are automatically saved."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#hd_id3159399.5.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040300.xhp\\\" name=\\\"Basic Fonts "
"(Western)\\\"\\>Basic Fonts (Western)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#par_id3151385.3.help.text
msgid "Specifies the settings for the basic fonts."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#hd_id3148563.6.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040300.xhp\\\" name=\\\"Basic Fonts "
"(Asian)\\\"\\>Basic Fonts (Asian)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#par_id3147304.4.help.text
msgid ""
"Specifies the settings for the basic Asian fonts if Asian language support "
"has been activated under \\<emph\\>Tools - Options - Language Settings - "
"Languages.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#hd_id3149294.7.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040300.xhp\\\" name=\\\"Basic Fonts "
"(CTL)\\\"\\>Basic Fonts (CTL)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040000.xhp#par_id3150792.8.help.text
msgid ""
"Specifies the settings for basic fonts for complex text layout languages if "
"their support has been activated under \\<emph\\>Tools - Options - Language "
"Settings - Languages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01040200.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#bm_id3156346.help.text
msgid ""
"\\<bookmark_value\\>guides; showing when "
"moving\\</bookmark_value\\>\\<bookmark_value\\>simple "
"handles\\</bookmark_value\\>\\<bookmark_value\\>handles; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>large "
"handles\\</bookmark_value\\>\\<bookmark_value\\>scrollbars; horizontal and "
"vertical\\</bookmark_value\\>\\<bookmark_value\\>horizontal "
"scrollbars\\</bookmark_value\\>\\<bookmark_value\\>vertical "
"scrollbars\\</bookmark_value\\>\\<bookmark_value\\>smooth "
"scrolling\\</bookmark_value\\>\\<bookmark_value\\>displaying; pictures and "
"objects\\</bookmark_value\\>\\<bookmark_value\\>pictures; displaying in "
"Writer\\</bookmark_value\\>\\<bookmark_value\\>objects; displaying in "
"text\\</bookmark_value\\>\\<bookmark_value\\>displaying; "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables in text; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>limits; of "
"tables\\</bookmark_value\\>\\<bookmark_value\\>borders;table "
"boundaries\\</bookmark_value\\>\\<bookmark_value\\>boundaries of "
"tables\\</bookmark_value\\>\\<bookmark_value\\>table "
"limits\\</bookmark_value\\>\\<bookmark_value\\>showing; drawings and "
"controls\\</bookmark_value\\>\\<bookmark_value\\>drawings; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>controls; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>field codes "
"display\\</bookmark_value\\>\\<bookmark_value\\>displaying; notes in text "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3145090.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040200.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3147088.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Defines the default settings for displaying objects "
"in your text documents and also the default settings for the window "
"elements.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3145072.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3145072.3.help.t"
"ext\n"
"Guides"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3153527.4.help.text
msgid "Specifies settings that refer to the representation of boundaries."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3156346.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3156346.9.help.t"
"ext\n"
"Guides while moving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3146798.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_CROSS\\\"\\>Displays guides "
"around the frames when frames are moved. You can select the\\<emph\\> Guides "
"while moving \\</emph\\>option to show the exact position of the object "
"using lineal values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3155420.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3155420.23.help."
"text\n"
"Simple handles"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3156327.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_HANDLE\\\"\\>Displays the "
"handles (the eight points on a delimiting rectangle) as simple squares "
"without 3D effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3149763.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3149763.32.help."
"text\n"
"Large handles"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3153665.33.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_BIGHANDLE\\\"\\>Displays "
"larger sized handles (the eight points on a delimiting "
"rectangle).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3149416.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3149416.11.help."
"text\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3155922.12.help.text
msgid "Specifies whether scrollbars and rulers are displayed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3145609.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3145609.13.help."
"text\n"
"Horizontal scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3154347.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_HSCROLL\\\"\\>Displays the "
"horizontal scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3148663.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3148663.15.help."
"text\n"
"Vertical scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3150541.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VSCROLL\\\"\\>Displays the "
"vertical scrollbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3148798.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3148798.65.help."
"text\n"
"Ruler"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3154126.66.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_ANY_RULER\\\"\\>Enables the "
"rulers. Use the following two check boxes to select the ruler(s) to be "
"shown.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3159149.17.help.text
msgid "Horizontal ruler"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3149202.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_CONTENT_OPT_LB_HMETRIC\\\"\\>Displays the "
"horizontal ruler. Select the desired measurement unit from the corresponding "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3153104.19.help.text
msgid "Vertical ruler"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3147287.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_CONTENT_OPT_LB_VMETRIC\\\"\\>Displays the "
"vertical ruler. Select the desired measurement unit from the corresponding "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3152460.62.help.text
msgid "Right-aligned"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3151116.61.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_VRULER_RIGHT\\\"\\>Aligns the "
"vertical ruler with the right border.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3155414.27.help.text
msgid "Smooth scroll"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3153364.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_CONTENT_OPT_CB_SMOOTH_SCROLL\\\"\\>Activates "
"the smooth page scrolling function. \\</ahelp\\> The scrolling speed depends "
"of the area and of the color depth display."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3153091.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3153091.34.help."
"text\n"
"Display"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3154920.35.help.text
msgid "Defines which document elements are displayed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3153143.36.help.text
msgid "Graphics and objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3149261.37.help.text
msgid ""
"\\<variable id=\\\"grafikenaus\\\"\\>\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_CONTENT_OPT:CB_GRF\\\"\\>Specifies whether to display "
"graphics and objects on the screen.\\</ahelp\\>\\</variable\\> If these "
"elements are hidden, you will see empty frames as placeholders."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3154944.38.help.text
msgid ""
"You can also control the display of graphics through the \\<link "
"href=\\\"text/swriter/02/18120000.xhp\\\" "
"name=\\\"Graphics\\\"\\>\\<emph\\>Graphics On/Off\\</emph\\>\\</link\\> "
"icon. If a text document is open, this icon is displayed on the "
"\\<emph\\>Tools\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3146898.39.help.text
msgid ""
"If the \\<emph\\>Graphics and objects \\</emph\\>option is not selected, no "
"graphics will be loaded from the Internet. Graphics within a table and "
"without an indication of their size can cause display problems when using an "
"older HTML standard on the browsed page."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3156332.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3156332.40.help."
"text\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3154482.41.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_CONTENT_OPT:CB_TBL\\\"\\>Displays the tables "
"contained in your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3153713.67.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TableBoundaries\\\"\\>To display the table boundaries, "
"right-click any table and choose \\<emph\\>Table Boundaries\\</emph\\>, or "
"choose \\<emph\\>Table - Table Boundaries\\</emph\\> in a Writer "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3149018.42.help.text
msgid "Drawings and controls"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3151249.43.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_CONTENT_OPT:CB_DRWFAST\\\"\\>Displays the "
"drawings and controls contained in your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3155937.44.help.text
msgid "Field codes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3155959.45.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_CONTENT_OPT:CB_FIELD\\\"\\>Displays the "
"field names in the document instead of the contents of the "
"fields.\\</ahelp\\> You can also choose \\<link "
"href=\\\"text/swriter/01/03090000.xhp\\\" name=\\\"View - "
"Fields\\\"\\>\\<emph\\>View - Fields\\</emph\\>\\</link\\> in a text "
"document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3150647.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3150647.46.help."
"text\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3159335.47.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_CONTENT_OPT:CB_POSTIT\\\"\\>Displays the "
"notes and scripts contained in the document. The notes will be displayed as "
"color boxes. Double click a box to read and edit it.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3147001.63.help.text
msgid "Settings (for HTML document only)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#hd_id3149926.58.help.text
msgid "Measurement unit (for HTML document only)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040200.xhp#par_id3154716.59.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_CONTENT_OPT_LB_METRIC\\\"\\>Specifies the "
"\\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" "
"name=\\\"Unit\\\"\\>Unit\\</link\\> for HTML documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#tit.help.text
msgid "Basic Fonts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#bm_id3151299.help.text
msgid ""
"\\<bookmark_value\\>fonts;default "
"settings\\</bookmark_value\\>\\<bookmark_val"
"ue\\>defaults;fonts\\</bookmark_value\\>\\<bookmark_value\\>basic "
"fonts\\</boo"
"kmark_value\\>\\<bookmark_value\\>fonts;predefining\\</bookmark_va"
"lue\\>\\<bookmark_value\\>predefining "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>fonts;changing in "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates;changing basic "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>paragraph styles;modifying "
"basic fonts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3151299.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040300.xhp\\\" name=\\\"Basic "
"Fonts\\\"\\>Basic Fonts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3149786.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_STD_FONT\\\"\\>Specifies the settings for the basic "
"fonts in your documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3152349.19.help.text
msgid ""
"You can also change the basic fonts for asian and complex text layout "
"languages if their support is enabled in \\<emph\\>Tools - Options - "
"Language Settings - Languages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3145609.18.help.text
msgid ""
"These settings define the basic fonts for the predefined templates. You can "
"also modify or customize the \\<link "
"href=\\\"text/shared/optionen/01040301.xhp\\\" name=\\\"default text "
"templates\\\"\\>default text templates\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3152811.3.help.text
msgid "Basic fonts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3150791.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3150791.4.help.t"
"ext\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3154140.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_TP_STD_FONT_LB_STANDARD\\\"\\>Specifies the "
"font to be used for the \\<emph\\>Default\\</emph\\> Paragraph "
"Style.\\</ahelp\\> The \\<emph\\>Default\\</emph\\> Paragraph Style font is "
"used for nearly all Paragraph Styles, unless the Paragraph Style explicitly "
"defines another font."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3150447.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3150447.6.help.t"
"ext\n"
"Heading"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3159149.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_TP_STD_FONT_LB_TITLE\\\"\\>Specifies the font "
"to be used for headings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3147228.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3147228.8.help.t"
"ext\n"
"List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3144433.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_TP_STD_FONT_LB_LIST\\\"\\>Specifies the fonts "
"for lists and numbering and all derived styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3150767.10.help.text
msgid ""
"When you choose \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Format - Numbering/Bullets\\\"\\>\\<emph\\>Format - "
"Numbering/Bullets"
"\\</emph\\>\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Format - "
"Numbering/Bullets\\</emph\\>\\</defaultinline\\>\\</switchinline\\> to "
"format a paragraph with numbers or bullets in a text document, the program "
"assigns these Paragraph Styles automatically."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3154918.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3154918.11.help."
"text\n"
"Caption"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3150010.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_TP_STD_FONT_LB_LABEL\\\"\\>Specifies the font "
"used for the captions of images and tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3152463.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3152463.13.help."
"text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3146923.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_TP_STD_FONT_LB_IDX\\\"\\>Specifies the font "
"used for indexes, alphabetical indexes, and tables of contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#hd_id3150103.15.help.text
msgid "Current document only"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040300.xhp#par_id3083444.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_STD_FONT_CB_DOCONLY\\\"\\>Specifies that the "
"settings apply to the current document only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040301.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01040301.xhp#tit.help.text\n"
"Change default template"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040301.xhp#hd_id3156327.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040301.xhp#hd_id3156327.1.help.t"
"ext\n"
"Change default template"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01040400.xhp#tit.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#bm_id3156156.help.text
msgid ""
"\\<bookmark_value\\>pictures; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>tables in text; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>drawings; printing in text "
"documents \\</bookmark_value\\>\\<bookmark_value\\>controls; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing; elements in text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>text; print "
"settings\\</bookmark_value\\>\\<bookmark_value\\>printing; text always in "
"black\\</bookmark_value\\>\\<bookmark_value\\>black "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing; left/right "
"pages\\</bookmark_value\\>\\<bookmark_value\\>printing; text in reverse "
"order\\</bookmark_value\\>\\<bookmark_value\\>reversing; printing "
"order\\</bookmark_value\\>\\<bookmark_value\\>brochures; printing "
"several\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"brochures\\</bookmark_value\\>\\<bookmark_value\\>notes; printing in "
"text\\</bookmark_value\\>\\<bookmark_value\\>printing; creating individual "
"jobs\\</bookmark_value\\>\\<bookmark_value\\>fax machine "
"selection\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156414.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040400.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3152801.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTPRINT_PAGE\\\"\\>Specifies print settings within a "
"text or HTML document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3153542.44.help.text
msgid ""
"The print settings defined on this tab page apply for all subsequent "
"documents. If you want to change settings for the current document only, use "
"the \\<emph\\>Options\\</emph\\> button in the\\<emph\\> File - "
"Print\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156330.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156330.3.help.t"
"ext\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3155628.4.help.text
msgid "Specifies which document contents are to be printed. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156156.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156156.5.help.t"
"ext\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3153824.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PGRF\\\"\\>Specifies "
"whether the graphics of your text document are printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3150771.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3150771.7.help.t"
"ext\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3148943.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PTAB\\\"\\>Specifies "
"whether the tables of the text document are printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3149294.9.help.text
msgid "Drawings (not for HTML documents)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3149457.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PDRAW\\\"\\>Specifies "
"whether graphics created with $[officename] drawing functions are "
"printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3153525.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3153525.11.help."
"text\n"
"Controls"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3158408.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_CTRLFLD\\\"\\>Specifies "
"whether the form control fields of the text document are printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3153968.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3153968.13.help."
"text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3159150.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_BACKGROUND\\\"\\>Specifies "
"whether to include colors and objects that are inserted to the background of "
"the page (Format - Page - Background) in the printed document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3150868.40.help.text
msgid "Print black"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3149562.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_BLACK_FONT\\\"\\>Specifies "
"whether to always print text in black.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3151115.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3151115.15.help."
"text\n"
"Pages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3145365.16.help.text
msgid ""
"Defines the print order for $[officename] Writer documents with multiple "
"pages."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3150874.17.help.text
msgid "Left pages (not for HTML documents)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3149665.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_LEFTP\\\"\\>Specifies "
"whether to print all left pages of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3152885.19.help.text
msgid "Right pages (not for HTML documents)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3150103.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_RIGHTP\\\"\\>Specifies "
"whether to print all right pages of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3148577.21.help.text
msgid "Reversed"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3150486.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_REVERSE\\\"\\>Specifies "
"whether to reverse the printing order.\\</ahelp\\> The last page of the "
"document will then be the first one printed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3147318.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3147318.23.help."
"text\n"
"Brochure"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3155417.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PROSPECT\\\"\\>Select "
"the\\<emph\\> Brochure \\</emph\\>option to print your document in brochure "
"format.\\</ahelp\\> The brochure format is as follows in $[officename] "
"Writer:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3149410.25.help.text
msgid ""
"If you print a document in portrait on a landscape page, two opposing sides "
"in a brochure will be printed next to each other. If you have a printer with "
"double-sided printing capability, then you can create an entire brochure "
"from your document without having to collate the pages later. If you have a "
"printer that only has single-sided printing capability, then you can achieve "
"this effect by first printing out the front pages with the Right\\<emph\\> "
"pages\\</emph\\> option marked, then re-inserting the entire paper stack in "
"your printer and printing all the back pages with the \\<emph\\>Left "
"pages\\</emph\\> option marked. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3149300.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3149300.26.help."
"text\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3150095.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3150095.28.help."
"text\n"
"None"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3151320.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTPRINT_PAGE:RB_NO\\\"\\>Specifies that "
"notes in your document are not printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3155601.30.help.text
msgid "Notes only"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3146988.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTPRINT_PAGE:RB_ONLY\\\"\\>Specifies "
"that notes in your document are printed, but not the actual text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3153839.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3153839.32.help."
"text\n"
"End of document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3146789.33.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTPRINT_PAGE:RB_END\\\"\\>Specifies that "
"notes are printed at the end of the document, after the actual text. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3155066.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3155066.34.help."
"text\n"
"End of page"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3154360.35.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTPRINT_PAGE:RB_PAGEEND\\\"\\>Specifies "
"that notes are printed on an extra page that follows each page containing "
"notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3148916.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3148916.45.help."
"text\n"
"Other"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3145642.47.help.text
msgid "Create single print jobs"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3147338.48.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_SINGLEJOBS\\\"\\>Specifies "
"that each new print job will begin on a new page even if you are using a "
"duplex printer.\\</ahelp\\> If this field is not checked then it is possible "
"that the first page of the second copy is printed on the reverse side of the "
"last page of the first copy, especially if there are an odd number of pages."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156384.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3156384.41.help."
"text\n"
"Paper tray from printer settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3146316.37.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTPRINT_PAGE:CB_PAPERFROMSETUP\\\"\\>For "
"printers with multiple trays, the \\<emph\\>Paper tray from printer settings "
"\\</emph\\>option specifies whether the paper tray used is specified by the "
"system settings of the printer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3147362.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040400.xhp#hd_id3147362.38.help."
"text\n"
"Fax"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040400.xhp#par_id3154703.39.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_OPTPRINT_PAGE:LB_FAX\\\"\\>If you have "
"installed fax software on your computer and wish to fax directly from the "
"text document, select the desired fax machine.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01040500.xhp#tit.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#bm_id3149656.help.text
msgid ""
"\\<bookmark_value\\>inserting; new text tables "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>tables in text; default "
"setti"
"ngs\\</bookmark_value\\>\\<bookmark_value\\>aligning;tables\\</bookmark_v"
"alue\\>\\<bookmark_value\\>number formats; recognition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3153087.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040500.xhp\\\" "
"name=\\\"Table\\\"\\>Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3145674.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTTABLE_PAGE\\\"\\>Defines the attributes of tables in "
"text documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3145609.26.help.text
msgid ""
"Specifies the default settings for columns and rows and the table mode. Also "
"specifies the standard values for moving and inserting columns and rows. For "
"further information see \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/01/05090201.xhp\\\" "
"name=\\\"Editing Tables Using the Keyboard\\\"\\>Editing Tables Using the "
"Keyboard\\</link\\>\\</caseinline\\>\\<defaultinline\\> in the $[officename] "
"Writer Help\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3149656.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3149656.27.help."
"text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3148797.28.help.text
msgid ""
"Defines the defaults for all newly created text tables in text documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3152922.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3152922.29.help."
"text\n"
"Heading"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3150447.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_HEADER\\\"\\>Specifies that "
"the first row of the table is formatted with the \"Table heading\" Paragraph "
"Style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3147086.31.help.text
msgid "Repeat on each page"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3149204.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_REPEAT_HEADER\\\"\\>Specifies "
"whether the table heading is carried over onto the new page after a page "
"break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3125864.33.help.text
msgid "Do not split (not in HTML)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3155429.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_DONT_SPLIT\\\"\\>Specifies "
"that tables are not split by any type of text flow break.\\</ahelp\\> You "
"can also find this option in menu \\<emph\\>Table - Table Properties - Text "
"Flow\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3148575.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3148575.35.help."
"text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3146119.36.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_BORDER\\\"\\>Specifies that "
"table cells have a border by default.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3146976.37.help.text
msgid "Input in tables"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3153142.39.help.text
msgid "Number recognition"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3149481.40.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFORMATTING\\\"\\>Specifies that "
"numbers in a text table are recognized and formatted as numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3155306.41.help.text
msgid ""
"If \\<emph\\>Number recognition\\</emph\\> is not marked, numbers are saved "
"in text format and are automatically left-aligned."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155856.42.help.text
msgid "Number format recognition"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3159346.43.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMFMT_FORMATTING\\\"\\>If\\<emph\\> "
"Number format recognition \\</emph\\>is not marked, only input in the format "
"that has been set at the cell is accepted. Any other input resets the format "
"to \\<emph\\>Text\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3153876.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3153876.44.help."
"text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3149379.45.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_OPTTABLE_PAGE_CB_NUMALIGNMENT\\\"\\>Specifies that "
"numbers are always bottom right aligned in the cell.\\</ahelp\\> If this "
"field is not marked numbers are always top left aligned in the cell."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3146792.46.help.text
msgid ""
"Direct formatting is not influenced by the \\<emph\\>Alignment\\</emph\\> "
"field. If you center align the cell contents directly, they remain centered "
"irrespective of whether text or numbers are involved."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3154360.48.help.text
msgid "Keyboard handling"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3149018.3.help.text
msgid "Move cells"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3153711.4.help.text
msgid ""
"Defines the default settings for moving rows and columns with the keyboard. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155445.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155445.5.help.t"
"ext\n"
"Row"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3159264.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWMOVE\\\"\\>Specifies "
"the value to be used for moving a row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3150388.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3150388.7.help.t"
"ext\n"
"Column"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3155905.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLMOVE\\\"\\>Specifies "
"the value to be used for moving a column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155938.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155938.9.help.t"
"ext\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3155176.10.help.text
msgid ""
"Specifies the default settings for inserting rows and columns with the "
"keyboard. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155333.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155333.11.help."
"text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3153966.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_ROWINSERT\\\"\\>Specifies the "
"default value for inserting rows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155607.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3155607.13.help."
"text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3159334.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:METRICFIELD:TP_OPTTABLE_PAGE:MF_COLINSERT\\\"\\>Specifies the "
"default value for inserting columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3150645.15.help.text
msgid "Behavior of rows/columns"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3150298.16.help.text
msgid ""
"Determines the relative effect of rows and columns to adjacent other rows or "
"columns, as well as to the entire table."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3149335.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3149335.17.help."
"text\n"
"Fixed"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3151213.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIX\\\"\\>Specifies that "
"changes to a row or column only affect corresponding adjacent "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3154199.19.help.text
msgid "Fixed, proportional"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3147128.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_FIXPROP\\\"\\>Specifies "
"that changes to a row or column have an effect on the entire "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3150783.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040500.xhp#hd_id3150783.21.help."
"text\n"
"Variable"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040500.xhp#par_id3166423.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTTABLE_PAGE:RB_VAR\\\"\\>Specifies that "
"changes to a row or column affect the table size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#tit.help.text
msgid "Formatting Aids"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#bm_id3144510.help.text
msgid ""
"\\<bookmark_value\\>non-printing "
"characters\\</bookmark_value\\>\\<bookmark_value\\>displaying; non-printing "
"characters\\</bookmark_value\\>\\<bookmark_value\\>paragraph marks; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>characters; displaying "
"only on screen\\</bookmark_value\\>\\<bookmark_value\\>optional "
"hyphens\\</bookmark_value\\>\\<bookmark_value\\>hyphens; displaying "
"custom\\</bookmark_value\\>\\<bookmark_value\\>custom "
"hyphens\\</bookmark_value\\>\\<bookmark_value\\>spaces; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>spaces; showing protected "
"spaces\\</bookmark_value\\>\\<bookmark_value\\>protected spaces; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>non-breaking "
"spaces\\</bookmark_value\\>\\<bookmark_value\\>tab stops; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>breaks; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>hidden "
"text;showing\\</bookmark_value\\>\\<bookmark_value\\>hidden fields; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>hidden paragraphs; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; hidden "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>cursor; allowing in "
"protected areas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3154285.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040600.xhp\\\" name=\\\"Formatting "
"Aids\\\"\\>Formatting Aids\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3155450.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTSHDWCRSR\\\"\\>In $[officename] text and HTML "
"documents, defines the display for certain characters and for the direct "
"cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3144510.27.help.text
msgid "Display of"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3156343.28.help.text
msgid ""
"Defines which non-printing characters are visible on screen. Activate the "
"\\<link href=\\\"text/swriter/01/03100000.xhp\\\" name=\\\"Non-printing "
"Characters On/Off\\\"\\>\\<emph\\>Non-printing "
"Characters\\</emph\\>\\</link\\> icon on the \\<emph\\>Standard\\</emph\\> "
"bar. All characters that you have selected on the \\<emph\\>Formatting "
"Aids\\</emph\\> tab page will be displayed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3154140.29.help.text
msgid "Paragraph end"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3154123.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_PARA\\\"\\>Specifies whether "
"paragraph delimiters are displayed. The paragraph delimiters also contain "
"paragraph format information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3153193.31.help.text
msgid "Custom hyphens"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3147230.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SHYPH\\\"\\>Specifies whether "
"user-defined delimiters are displayed. These are hidden delimiters that you "
"enter within a word by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command+Hyphen(-) "
"\\</caseinline\\>\\<defaultinline\\>Ctrl+Hyphen(-"
").\\</defaultinline\\>\\</switchinline\\> Words with user-defined delimiters "
"are only separated at the end of a line at the point where a user-defined "
"delimiter has been inserted, irrespective of whether the automatic "
"hyphenation is activated or deactivated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3147287.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3147287.33.help."
"text\n"
"Spaces"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3147427.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_SPACE\\\"\\>Specifies whether "
"to represent every space in the text with a dot.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3145750.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3145750.35.help."
"text\n"
"Non-breaking spaces"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3152938.36.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HSPACE\\\"\\>Specifies that "
"non-breaking spaces are shown as gray boxes. Non-breaking spaces are not "
"broken at the end of a line and are entered with the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command+Spacebar "
"\\</c"
"aseinline\\>\\<defaultinline\\>Ctrl+Spacebar\\</defaultinline\\>\\</switc"
"hinline\\> shortcut keys.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3147348.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3147348.37.help."
"text\n"
"Tabs"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3153574.38.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_TAB\\\"\\>Specifies that tab "
"stops are displayed as small arrows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3159154.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3159154.39.help."
"text\n"
"Breaks"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3150874.40.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_BREAK\\\"\\>Displays all line "
"breaks inserted with the Shift+Enter shortcut. These breaks create a new "
"line, but do not start a new paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_idN108E5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040600.xhp#par_idN108E5.help.tex"
"t\n"
"Hidden text"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_idN108FB.help.text
msgid ""
"\\<ahelp hid=\\\"sw:CheckBox:TP_OPTSHDWCRSR:CB_CHAR_HIDDEN\\\"\\>Displays "
"text that uses the character format \"hidden\", when \\<emph\\>View - Non-"
"printing Characters\\</emph\\> is enabled.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3149481.41.help.text
msgid "Fields: Hidden text (not for HTML documents)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3149413.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN\\\"\\>Displays text "
"that is hidden by \\<emph\\>Conditional Text\\</emph\\> or \\<emph\\>Hidden "
"Text\\</emph\\> fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3149300.43.help.text
msgid "Fields: Hidden paragraphs (not for HTML documents)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3149418.44.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTSHDWCRSR_CB_HIDDEN_PARA\\\"\\>If you have "
"inserted text using the \\<emph\\>Hidden Paragraph\\</emph\\> field, "
"specifies whether to display the hidden paragraph.\\</ahelp\\> This option "
"has the same function as the menu commands \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"WRITER\\\"\\>\\<link "
"href=\\\"text/swriter/01/03140000.xhp\\\" name=\\\"View - Hidden "
"Paragraphs\\\"\\>View - Hidden "
"Paragraphs\\</link\\>\\</caseinline\\>\\<defaultinline\\>View - Hidden "
"Paragraphs\\</defaultinline\\>\\</switchinline\\> available in open text "
"documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3156180.3.help.text
msgid "Direct cursor (not for HTML documents)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3146900.4.help.text
msgid "Defines all properties of the Direct Cursor."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3154273.5.help.text
msgid "Direct cursor"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3150749.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_SHDWCRSONOFF\\\"\\>Activates "
"the Direct cursor.\\</ahelp\\> You can also activate this function by "
"clicking the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\<link href=\\\"text/swriter/02/18130000.xhp\\\" "
"name=\\\"Direct Cursor On/Off\\\"\\>Direct Cursor "
"On/Off\\</link\\>\\</caseinline\\>\\<defaultinline\\>Direct Cursor "
"On/Off\\</defaultinline\\>\\</switchinline\\> icon in a text document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3152962.7.help.text
msgid "Insert (not for HTML document)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3149020.8.help.text
msgid ""
"Defines the insert options for the direct cursor. If you click at any "
"position in your document, a new paragraph can be written or inserted "
"exactly at this position. The properties of this paragraph depend on the "
"selected option. You can select from the following options:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3148995.9.help.text
msgid "Paragraph alignment"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3156384.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLMARGIN\\\"\\>Sets the "
"paragraph alignment when the direct cursor is used. Depending on where the "
"mouse is clicked, the paragraph is formatted left aligned, centered or right "
"aligned. The cursor before the mouse-click shows, by means of a triangle, "
"which alignment is set. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3150387.11.help.text
msgid "Left paragraph margin"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3151188.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLINDENT\\\"\\>When the "
"direct cursor is used, the left paragraph indent is set at the horizontal "
"position where you click the direct cursor. The paragraph is left aligned. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3145147.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3145147.13.help."
"text\n"
"Tabs"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3155174.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLTAB\\\"\\>When "
"the direct cursor is used, as many tabs as necessary are added in the new "
"paragraph until the clicked position is reached.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3166449.15.help.text
msgid "Tabs and Spaces"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3155904.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_OPTSHDWCRSR:RB_SHDWCRSFILLSPACE\\\"\\>When the "
"Direct Cursor is used, a corresponding number of tabs and spaces are "
"inserted in the new paragraph as necessary until the clicked position is "
"reached.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3149964.17.help.text
msgid ""
"All insert options refer only to the current paragraph generated with the "
"Direct Cursor."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#hd_id3146134.24.help.text
msgid "Cursor in protected areas - Enabled"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040600.xhp#par_id3147508.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTSHDWCRSR:CB_ALLOW_IN_PROT\\\"\\>Specifies "
"that you can set the cursor in a protected area, but cannot make any "
"changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01040700.xhp#tit.help.text\n"
"Changes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3153823.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040700.xhp\\\" "
"name=\\\"Changes\\\"\\>Changes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3149416.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_REDLINE_OPT\\\"\\>Defines the appearance of changes in "
"the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3156153.27.help.text
msgid ""
"To record or show changes, with the text or spreadsheet document open, "
"choose \\<link href=\\\"text/shared/01/02230000.xhp\\\" name=\\\"Edit - "
"Changes\\\"\\>\\<emph\\>Edit - Changes\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3155419.3.help.text
msgid "Text display"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3144510.4.help.text
msgid ""
"Defines the settings for displaying recorded changes. Select the type of "
"change with the radio buttons, and the corresponding display attribute and "
"color. The preview field shows the effect of the selected display options."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3148550.21.help.text
msgid "Insertions / Attributes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3154758.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_REDLINE_OPT_LB_INS_ATTR\\\"\\>Specifies how "
"changes in the document are displayed when text is inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3152812.23.help.text
msgid "Deletions / Attributes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3154365.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_REDLINE_OPT_LB_DEL_ATTR\\\"\\>Specifies how "
"changes in the document are displayed when text is deleted. If you record "
"text deletions, the text is displayed with the selected attribute (for "
"example, strikethrough) and is not deleted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3148674.25.help.text
msgid "Changed attributes / Attributes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3151042.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_ATTR\\\"\\>Defines how "
"changes to text attributes are displayed in the document. These changes "
"affect attributes such as bold, italic or underline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3153105.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3153105.28.help."
"text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3145419.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_REDLINE_OPT_LB_CHG_COL\\\"\\>It is possible "
"to select a color to identify each type of recorded change. By entering \"By "
"author\" from the list, the color is automatically determined by "
"$[officename] and modified according to the corresponding author of the "
"changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3145607.15.help.text
msgid "Lines changed"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3149562.16.help.text
msgid ""
"To indicate which lines of the text have been changed, you can define a mark "
"that appears in the left or right page margin."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3145785.17.help.text
msgid "Mark"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3154638.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_REDLINE_OPT:LB_MARKPOS\\\"\\>Defines if and "
"where changed lines in the document are marked.\\</ahelp\\> You can set the "
"markings so that they always appear on the left or right page margin, or on "
"even or uneven pages."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3163713.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040700.xhp#hd_id3163713.19.help."
"text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040700.xhp#par_id3146975.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_REDLINE_OPT:LB_LC_COL\\\"\\>Specifies the "
"color for highlighting the changed lines in the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01040900.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#bm_id3145119.help.text
msgid ""
"\\<bookmark_value\\>links; "
"updating\\</bookmark_value\\>\\<bookmark_value\\>updating; "
"links\\</bookmark_value\\>\\<bookmark_value\\>updating; fields and charts, "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>fields;updating "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>charts; updating "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>captions; "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables in text; "
"captions\\</bookmark_value\\>\\<bookmark_value\\>captions; "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"captions\\</bookmark_value\\>\\<bookmark_value\\>captions; "
"frames\\</bookmark_value\\>\\<bookmark_value\\>frames; "
"captions\\</bookmark_value\\>\\<bookmark_value\\>captions; OLE "
"objects\\</bookmark_value\\>\\<bookmark_value\\>OLE objects; "
"captions\\</bookmark_value\\>\\<bookmark_value\\>tabs; spacing in text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>spacing; tabs in text "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3155892.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040900.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3145382.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTLOAD_PAGE\\\"\\>Specifies general settings for text "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3156326.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3156326.45.help."
"text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3145119.3.help.text
msgid "Update links when loading"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3155136.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3155136.4.help.t"
"ext\n"
"Always"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3155628.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_ALWAYS\\\"\\>Always "
"updates links while loading a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3155449.5.help.text
msgid "On request"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3153252.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_REQUEST\\\"\\>Updates "
"links only on request while loading a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3151384.6.help.text
msgid "Never"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3148946.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_OPTLOAD_PAGE_RB_NEVER\\\"\\>Links are "
"never updated while loading a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3154347.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3154347.25.help."
"text\n"
"Automatically"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3148664.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3148664.21.help."
"text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3154071.23.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_FIELDS\\\"\\>The "
"contents of all fields are updated automatically whenever the screen "
"contents are displayed as new. Even with this box unchecked, some fields are "
"updated each time a special condition takes place.\\</ahelp\\> The following "
"table lists the fields that are updated without regard to this checkbox."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN10788.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN10788.help.tex"
"t\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN1078E.help.text
msgid "Automatically updated fields"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN10795.help.text
msgid "Printing the document (also exporting as PDF)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN1079B.help.text
msgid "Author, Sender, Chapter, Date, Time, References, Last printed"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107A2.help.text
msgid "Reloading the document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107A8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107A8.help.tex"
"t\n"
"Author, Sender, Chapter, Date, Time"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107AF.help.text
msgid "Saving the document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107B5.help.text
msgid "File name, Statistics, Document number, Editing time, Modified"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107BC.help.text
msgid "Editing the text line where the field is in"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107C2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107C2.help.tex"
"t\n"
"Author, Sender, Chapter, Date, Time"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107C9.help.text
msgid "Manually changing a variable"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107CF.help.text
msgid "Conditional text, Hidden text, Hidden paragraph, Variables, DDE field"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107D6.help.text
msgid "Switching off \"fixed content\""
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107DC.help.text
msgid "Author, Sender, all document information fields"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107E3.help.text
msgid "Changing the page count"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107E9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#par_idN107E9.help.tex"
"t\n"
"Page"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3159149.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3159149.22.help."
"text\n"
"Charts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3150768.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_AUTO_UPDATE_CHARTS\\\"\\>Specifies "
"whether to automatically update charts. The\\<emph\\> Charts "
"\\</emph\\>option is automatically activated if the "
"\\<emph\\>Fields\\</emph\\> box has been marked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3151176.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3151176.35.help."
"text\n"
"Caption"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3153367.36.help.text
msgid ""
"Defines the settings for captions in tables, graphics, frames and OLE "
"objects that have been inserted into a text document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3152597.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3152597.37.help."
"text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3154147.38.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_CAPTION\\\"\\>Specifies that "
"the objects selected in the \\<emph\\>Caption\\</emph\\> dialog (to open "
"click the \\<emph\\>...\\</emph\\> button) are formatted as they are defined "
"there.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3150103.39.help.text
msgid "Object selection"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3145272.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3145272.40.help."
"text\n"
"..."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3146121.41.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_PUSHBUTTON_TP_OPTLOAD_PAGE_PB_OPTIONS\\\"\\>The\\<emph\\> Object "
"selection \\</emph\\>button opens the \\<emph\\>Caption\\</emph\\> dialog "
"where you can make default settings for inserted objects of different "
"types.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3146976.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3146976.46.help."
"text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3153364.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3153364.31.help."
"text\n"
"Measurement unit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3146147.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_OPTLOAD_PAGE_LB_METRIC\\\"\\>Specifies "
"\\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" name=\\\"Unit of "
"Measure\\\"\\>unit of measure\\</link\\> for text documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3154944.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01040900.xhp#hd_id3154944.33.help."
"text\n"
"Tab stops"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01040900.xhp#par_id3150417.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_OPTLOAD_PAGE_MF_TAB\\\"\\>Specifies the "
"spacing between the individual tab stops.\\</ahelp\\> The horizontal ruler "
"displays the selected spacing."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#tit.help.text
msgid "Compatibility"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#bm_id3577990.help.text
msgid ""
"\\<bookmark_value\\>Word "
"documents;compatibility\\</bookmark_value\\>\\<bookma"
"rk_value\\>importing;compatibility settings for text "
"import\\</bookmark_value\"
"\>\\<bookmark_value\\>options;compatibility\\</bookma"
"rk_value\\>\\<bookmark_va"
"lue\\>compatibility;options\\</bookmark_value\\>\\<bo"
"okmark_value\\>compatibility; MS "
"Word\\</bookmark_value\\>\\<bookmark_value\\>Microsoft Office;importing Word "
"documents\\</bookmark_value\\>\\<bookmark_value\\>layout;importing Word "
"documents\\</bookmark_value\\>\\<bookmark_value\\>formatting;printer "
"metrics\\</bookmark_value\\>\\<bookmark_value\\>metrics;document "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>printer metrics for "
"document formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10607.help.text
msgid ""
"\\<variable id=\\\"compatibility_var\\\"\\>\\<link "
"href=\\\"text/shared/option"
"en/01041000.xhp\\\"\\>Compatibility\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10625.help.text
msgid ""
"\\<ahelp hid=\\\"53251\\\"\\>Specifies compatibility settings for text "
"documents. These options help in fine-tuning %PRODUCTNAME when importing "
"Microsoft Word documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10630.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#compatibility\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3153876.17.help.text
msgid ""
"Some of the settings defined here are only valid for the current document "
"and must be defined separately for each document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#hd_id3149400.47.help.text
msgid "Use printer metrics for document formatting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3155602.48.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_PRINTER_METRICS\\\"\\>Specifies that "
"printer metrics are applied for printing and also for formatting the display "
"on the screen.\\</ahelp\\> If this box is not checked, a printer independent "
"layout will be used for screen display and printing."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3155768.49.help.text
msgid ""
"If you set this option for the current document and then save the document, "
"for example, in an older binary format, this option will not be saved. If "
"you later open the file from the older format, this option will be set by "
"default."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#hd_id3145640.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041000.xhp#hd_id3145640.9.help.t"
"ext\n"
"Add spacing between paragraphs and tables (in current document)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3147339.18.help.text
msgid ""
"In $[officename] Writer, paragraph spacing is defined differently than in MS "
"Word documents. If you have defined spacing between two paragraphs or "
"tables, spacing is also added in the corresponding MS Word documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3151250.19.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST\\\"\\>Specifies "
"whether to add MS Word-compatible spacing between paragraphs and tables in "
"$[officename] Writer text documents\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#hd_id3146317.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041000.xhp#hd_id3146317.29.help."
"text\n"
"Add paragraph and table spacing at tops of pages (in current document)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3155333.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_OPTLOAD_PAGE:CB_MERGE_PARA_DIST_PAGESTART\\\"\"
"\>Specifies whether paragraph spacing at the top of a page is also be "
"effective at the beginning of a page or column if the paragraph is "
"positioned on the first page of the document.\\</ahelp\\> The same applies "
"for a page break."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3145789.20.help.text
msgid ""
"If you import an MS Word document, the spaces are automatically added during "
"the conversion."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#hd_id3149964.42.help.text
msgid "Use StarOffice 6.0/7 tab stop formatting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_id3152777.43.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_OPTLOAD_PAGE_CB_TAB_ALIGNMENT\\\"\\>Specifies how to "
"align text at tab stops beyond the right margin, how to handle decimal tab "
"stops, and how to handle tab stops close to a line break.\\</ahelp\\> If "
"this check box is not selected, tab stops are handled in the same way as in "
"other Office applications."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10810.help.text
msgid ""
"In text documents created by %PRODUCTNAME %PRODUCTVERSION, the new tab stop "
"handling is used by default. In documents created by %PRODUCTNAME prior to "
"version %PRODUCTVERSION, the previously used tab stop handling is applied."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN107F9.help.text
msgid "Do not add leading (extra space) between lines of text"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10806.help.text
msgid ""
"Specifies that additional leading (extra space) between lines of text is not "
"added, even if the font in use contains the additional leading attribute."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10809.help.text
msgid ""
"In text documents created by %PRODUCTNAME %PRODUCTVERSION, the additional "
"leading is used by default. In documents created by %PRODUCTNAME prior to "
"version %PRODUCTVERSION, the additional leading is not used."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN107FF.help.text
msgid "Use StarOffice 6.0/7 line spacing"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10815.help.text
msgid ""
"If the option is off, a new process for formatting text lines with "
"proportional line spacing will be applied. If the option is on, the previous "
"method of formatting of text lines with proportional line spacing will be "
"applied."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10818.help.text
msgid ""
"In %PRODUCTNAME %PRODUCTVERSION and Microsoft Word documents of recent "
"versions, the new process is used. In %PRODUCTNAME prior to version "
"%PRODUCTVERSION, the previous process is used."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1081B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1081B.help.tex"
"t\n"
"Add paragraph and table spacing at bottom of table cells"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10846.help.text
msgid ""
"Specifies that the bottom spacing is added to a paragraph, even when it is "
"the last paragraph in a table cell."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10849.help.text
msgid ""
"If the option is off, table cells will be formatted as in %PRODUCTNAME prior "
"to version %PRODUCTVERSION. If the option is on, an alternative method of "
"formatting table cells will be applied. The option is on by default for new "
"documents created with %PRODUCTNAME %PRODUCTVERSION and for documents "
"imported from Microsoft Word format."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1084C.help.text
msgid "Use StarOffice 6.0/7 object positioning"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10864.help.text
msgid ""
"Specifies how to calculate the position of floating objects anchored to a "
"character or paragraph with respect to the top and bottom paragraph spacing."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10867.help.text
msgid ""
"If the option is on, the floating objects are positioned as in %PRODUCTNAME "
"versions prior to %PRODUCTVERSION. If the option is off, the floating "
"objects are positioned using an alternative method that is similar to the "
"method used by Microsoft Word. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1086A.help.text
msgid ""
"The option will be set to off for new documents. For Writer documents "
"created by a version prior to %PRODUCTNAME %PRODUCTVERSION the option is on."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10821.help.text
msgid "Use StarOffice 6.0/7 text wrapping around objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10837.help.text
msgid ""
"Specifies how the complex iterative process of positioning floating objects "
"that are anchored to a character or paragraph should work. In %PRODUCTNAME "
"prior to version %PRODUCTVERSION, an iterative process was used, while in "
"%PRODUCTNAME %PRODUCTVERSION a straightforward process is used, which is "
"similar to the same process in Microsoft Word."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10892.help.text
msgid ""
"If the option is on, the former iterative process of object positioning is "
"used. If the option is off, the new default straightforward process is used."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1092A.help.text
msgid "Consider wrapping style when positioning objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10943.help.text
msgid ""
"If the option is off, the %PRODUCTNAME iterative process of object "
"positioning is used. If the option is on, the straightforward process is "
"used to ensure compatibility with Microsoft Word documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10845.help.text
msgid "Use as Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10848.help.text
msgid ""
"\\<ahelp hid=\\\"879350288\\\"\\>Click to use the current settings on this "
"tab page as the default for further sessions with %PRODUCTNAME.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10977.help.text
msgid ""
"The factory defaults are set as follows. Enabled are the following options, "
"while all other options are disabled:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1097D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN1097D.help.tex"
"t\n"
"Add spacing between paragraphs and tables (in current document)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10981.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10981.help.tex"
"t\n"
"Add paragraph and table spacing at tops of pages (in current document)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10985.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041000.xhp#par_idN10985.help.tex"
"t\n"
"Add paragraph and table spacing at bottom of table cells"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01041100.xhp#tit.help.text\n"
"AutoCaption"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#bm_id5164036.help.text
msgid ""
"\\<bookmark_value\\>automatic "
"captions\\</bookmark_value\\>\\<bookmark_value\\>AutoCaption function in "
"%PRODUCTNAME Writer\\</bookmark_value\\>\\<bookmark_value\\>adding;automatic "
"captions\\</bookmark_value\\>\\<bookmark_value\\>captions;automatic "
"captions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN10561.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/optionen/01041100.xhp\\\"\\>AutoCaption\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN10571.help.text
msgid ""
"Specifies the settings for captions that are automatically added to inserted "
"objects."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN10574.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/00/00000406.xhp#einfuegenbeschriftung\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN10588.help.text
msgid "Add captions automatically when inserting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN1058C.help.text
msgid ""
"Checks the object type for which the AutoCaption settings are to be valid."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN1058F.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN1058F.help.tex"
"t\n"
"Caption"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN10593.help.text
msgid ""
"Defines the options to be applied to the selected object type. These options "
"are identical to those in the \\<emph\\>Insert - Caption\\</emph\\> menu, "
"which is available when an object is selected. Below the settings is a "
"preview of the object category, together with numbering type."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3146798.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3146798.5.help.t"
"ext\n"
"Category"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3155419.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW_COMBOBOX_TP_OPTCAPTION_PAGE_BOX_CATEGORY\\\"\\>Specifies "
"the category of the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3155628.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3155628.6.help.t"
"ext\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3149233.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_FORMAT\\\"\\>Specifies "
"the type of numbering required.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3149457.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3149457.10.help."
"text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106E2.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106E2.17.help."
"text\n"
"\\<ahelp hid=\\\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\\\"\\>Defines the "
"character to be displayed after the number of the heading or chapter "
"level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3154514.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3154514.8.help.t"
"ext\n"
"Position"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3151384.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_OPTCAPTION_PAGE_BOX_POS\\\"\\>Determines the "
"position of the caption with respect to the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN1064E.help.text
msgid "Numbering captions by chapter"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3145609.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3145609.9.help.t"
"ext\n"
"Level"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3153898.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_OPTCAPTION_PAGE_LB_LEVEL\\\"\\>Specifies the "
"headings or chapter levels where you want the numbering to start.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3153524.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3153524.17.help"
".text\n"
"\\<ahelp hid=\\\"SW_EDIT_TP_OPTCAPTION_PAGE_ED_SEPARATOR\\\"\\>Defines the "
"character to be displayed after the number of the heading or chapter "
"level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106A8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106A8.help.tex"
"t\n"
"Category and frame format"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106AE.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106AE.help.tex"
"t\n"
"Character style"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_idN106B4.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Specifies the character style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3143280.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#hd_id3143280.43.help."
"text\n"
"Apply border and shadow"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3149826.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01041100.xhp#par_id3149826.44.help"
".text\n"
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\\\"\\>Applies the "
"border and shadow of the object to the caption frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050000.xhp#tit.help.text
msgid "HTML Document Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050000.xhp#hd_id3149233.1.help.text
msgid "%PRODUCTNAME Writer/Web Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050000.xhp#par_id3145120.2.help.text
msgid ""
"\\<variable id=\\\"webbrowser\\\"\\>\\<ahelp "
"hid=\\\"SID_SW_ONLINEOPTIONS\\\"\\>Defines the basic settings for "
"$[officename] documents in HTML format.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01050100.xhp#tit.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#bm_id3147226.help.text
msgid ""
"\\<bookmark_value\\>grids; "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>defaults; "
"grids\\</bookmark_value\\>\\<bookmark_value\\>snap grid "
"defaults\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3147226.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01050100.xhp\\\" "
"name=\\\"Grid\\\"\\>Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3147088.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_GRID\\\"\\>Specifies the settings for the "
"configurable grid on your document pages. This grid helps you determine the "
"exact position of your objects. You can also set this grid in line with the "
"\"magnetic\" snap grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3153749.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3153749.11.help."
"text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3152996.12.help.text
msgid ""
"Specifies the subdivision of the grid. You have the option of using "
"different \\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" "
"name=\\\"units of measure\\\"\\>units of measure\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3145382.5.help.text
msgid "Snap to grid"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3154897.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_USE_GRIDSNAP\\\"\\>Specifies "
"whether to move frames, drawing elements, and controls only between grid "
"points.\\</ahelp\\> To change the status of the snap grip for only the "
"current action, drag an object while holding down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Control key "
"\\</caseinline\\>\\<defaultinline\\>Ctrl "
"key\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3153824.7.help.text
msgid "Visible grid"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3149516.8.help.text
msgid ""
"\\<variable id=\\\"rastersicht\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_GRID_VISIBLE\\\"\\>Specifies "
"whether to display the grid.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3149294.29.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<variable id=\\\"rastertextdraw\\\"\\>It is also "
"possible to switch the visibility of the grid with the \\<emph\\>Grid - "
"Visible Grid\\</emph\\> command on the context menu for the page. You can "
"also select the \\<emph\\>Grid - Grid to Front\\</emph\\> submenu of this "
"context menu to display the grid in front of objects. "
"\\</variable\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3150791.30.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<variable id=\\\"rastertext\\\"\\>It is also "
"possible to switch the visibility of the grid with the \\<emph\\>Grid - "
"Visible Grid\\</emph\\> command on the context menu of the page. You can "
"also select the \\<emph\\>Grid - Grid to Front\\</emph\\> submenu of this "
"context menu to display the grid in front of objects. "
"\\</variable\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3154684.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3154684.36.help."
"text\n"
"Resolution"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3149203.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3149203.13.help."
"text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3153104.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_DRAW_X\\\"\\>Defines the "
"unit of measure for the spacing between grid points on the X-"
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3150447.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3150447.17.help."
"text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3148923.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_GRID:MTR_FLD_DRAW_Y\\\"\\>Defines the "
"grid points spacing in the desired unit of measurement on the Y-"
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3147228.37.help.text
msgid "Subdivision"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3153368.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3153368.15.help."
"text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3150439.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_NUMERICFIELD_RID_SVXPAGE_GRID_NUM_FLD_DIVISION_X\\\"\\>Specify "
"the number of intermediate points between grid points on the X-"
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3147441.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3147441.19.help."
"text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3154918.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_NUMERICFIELD_RID_SVXPAGE_GRID_NUM_FLD_DIVISION_Y\\\"\\>Specify "
"the number of intermediate points between grid points on the Y-"
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3149667.9.help.text
msgid "Synchronize axes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3147350.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:CHECKBOX:RID_SVXPAGE_GRID:CBX_SYNCHRONIZE\\\"\\>Specifies "
"whether to change the current grid settings symmetrically.\\</ahelp\\> The "
"resolution and subdivision for the X and Y axes remain the same."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3146121.31.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>There are additional commands on the context menu of a "
"page: \\</caseinline\\>\\<caseinline select=\\\"IMPRESS\\\"\\>There are "
"additional commands on the context menu of a page: "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3146984.32.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Grid to Front \\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Grid to Front \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3153573.33.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GridFront\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>Sets the visible "
"grid in front of all objects. \\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Sets the visible grid in front of all objects. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#hd_id3149419.34.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Snap Lines to Front \\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Snap Lines to Front "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050100.xhp#par_id3150592.35.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelplinesFront\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>Sets the snap "
"lines in front of all objects. \\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Sets the snap lines in front of all objects. "
"\\</caseinline\\>\\</switchinline\\>\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01050300.xhp#tit.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050300.xhp#hd_id3147653.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01050300.xhp\\\" "
"name=\\\"Background\\\"\\>Background\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050300.xhp#par_id3150443.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Specifies the background "
"for HTML documents.\\</ahelp\\> The background is valid for both new HTML "
"documents and for those that you load, as long as these have not defined "
"their own background."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01050300.xhp#par_id3156156.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030600.xhp\\\" name=\\\"Further "
"information\\\"\\>Further information\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060000.xhp#tit.help.text
msgid "Spreadsheet Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060000.xhp#hd_id3156414.1.help.text
msgid "%PRODUCTNAME Calc Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060000.xhp#par_id3145345.2.help.text
msgid ""
"\\<variable id=\\\"allgemein\\\"\\>\\<ahelp "
"hid=\\\".uno:ToolsOptions\\\"\\>Defines various settings for spreadsheets, "
"contents to be displayed, and the cursor direction after a cell entry. You "
"can also define sorting lists, determine the number of decimal places and "
"the settings for recording and highlighting changes. "
"\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01060100.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#bm_id3147242.help.text
msgid ""
"\\<bookmark_value\\>cells; showing grid "
"lines\\</bookmark_value\\>\\<bookmark_value\\>borders; cells on "
"screen\\</bookmark_value\\>\\<bookmark_value\\>grids; displaying "
"lines\\</bookmark_value\\>\\<bookmark_value\\>colors; grid "
"lines\\</bookmark_value\\>\\<bookmark_value\\>page breaks; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>guides; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>handles; showing "
"simple/large handles\\</bookmark_value\\>\\<bookmark_value\\>displaying; "
"formulas instead of "
"results\\</bookmark_value\\>\\<bookmark_value\\>formulas; displaying instead "
"of results\\</bookmark_value\\>\\<bookmark_value\\>displaying; zero "
"values\\</bookmark_value\\>\\<bookmark_value\\>zero values; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>displaying; notes in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>notes; displaying in "
"Calc\\</bookmark_value\\>\\<bookmark_value\\>tables in spreadsheets; value "
"highlighting\\</bookmark_value\\>\\<bookmark_value\\>cells; formatting "
"without effect\\</bookmark_value\\>\\<bookmark_value\\>colors; in "
"cells\\</bookmark_value\\>\\<bookmark_value\\>cells; "
"coloring\\</bookmark_value\\>\\<bookmark_value\\>anchors; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>colors in "
"spreadsheets;restriction\\</bookmark_value\\>\\<bookmark_value\\>text "
"overflow in spreadsheet "
"cells\\</bookmark_value\\>\\<bookmark_value\\>references; displaying in "
"color\\</bookmark_value\\>\\<bookmark_value\\>objects; displaying in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>pictures; displaying in "
"Calc\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>row headers; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>column headers; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>scrollbars; "
"displaying\\</bookmark_value\\>\\<bookmark_value\\>sheets; displaying sheets "
"tabs\\</bookmark_value\\>\\<bookmark_value\\>tabs; displaying sheet "
"tabs\\</bookmark_value\\>\\<bookmark_value\\>outline "
"symbols\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150445.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01060100.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3153988.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_CONTENT\\\"\\>Defines which elements of the "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Calc main window "
"are displayed. You can also show or hide highlighting of values in "
"tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3153682.28.help.text
msgid "Visual aids"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3153311.29.help.text
msgid "Specifies which lines are displayed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3147242.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3147242.30.help."
"text\n"
"Grid lines"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3153088.31.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GRID\\\"\\>Specifies "
"whether to display grid lines between the cells.\\</ahelp\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>For printing, "
"choose \\<emph\\>Format - Page - \\</emph\\>\\<link "
"href=\\\"text/scalc/01/05070500.xhp\\\" "
"name=\\\"Sheet\\\"\\>\\<emph\\>Sheet\\</emph\\>\\</link\\> and mark the "
"\\<emph\\>Grid\\</emph\\> check box. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3156326.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3156326.32.help."
"text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3154286.33.help.text
msgid ""
"\\<ahelp hid=\\\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_COLOR\\\"\\>Specifies a "
"color for the grid lines in the current document.\\</ahelp\\> To see the "
"grid line color that was saved with the document, go to \\<emph\\>Tools - "
"Options - %PRODUCTNAME\\</emph\\>\\<emph\\>- Appearance\\</emph\\>, under "
"\\<emph\\>Scheme\\</emph\\> find the entry \\<emph\\>Spreadsheet - Grid "
"lines\\</emph\\> and set the color to \"Automatic\"."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3152349.34.help.text
msgid "Page breaks"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3151245.35.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_PAGEBREAKS\\\"\\>Specifies whether "
"to view the page breaks within a defined print area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3149669.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3149669.36.help."
"text\n"
"Guides while moving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3148550.37.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_GUIDELINE\\\"\\>Specifies "
"whether to view guides when moving drawings, frames, graphics and other "
"objects.\\</ahelp\\> These guides help you align objects."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150358.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150358.38.help."
"text\n"
"Simple handles"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3154140.39.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_HANDLES\\\"\\>Specifies "
"whether to display the handles (the eight points on a selection box) as "
"simple squares without 3D effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3149202.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3149202.40.help."
"text\n"
"Large handles"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3154123.41.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_BIGHANDLES\\\"\\>Specifies that "
"larger than normal handles (the eight points on a selection box) are "
"displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3152920.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3152920.3.help.t"
"ext\n"
"Display"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3125864.4.help.text
msgid "Select various options for the screen display."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3154218.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3154218.5.help.t"
"ext\n"
"Formulas"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3150440.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_FORMULA\\\"\\>Specifies "
"whether to show formulas instead of results in the cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3155132.7.help.text
msgid "Zero values"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3147318.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_NIL\\\"\\>Specifies "
"whether to show numbers with the value of 0.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3147348.9.help.text
msgid "Note indicator"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3146974.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANNOT\\\"\\>Specifies "
"that an inserted note is displayed when the mouse is held over the "
"corresponding cell. A small rectangle in the top right corner of the cell "
"indicates that a note exists and can be displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3150487.24.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NoteVisible\\\"\\>To display a note permanently, "
"select the \\<emph\\>Show note\\</emph\\> command from the cell's context "
"menu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3149667.25.help.text
msgid ""
"You can type and edit notes with the \\<link "
"href=\\\"text/shared/01/04050000.xhp\\\" name=\\\"Insert - "
"Note\\\"\\>\\<emph\\>Insert - Note\\</emph\\>\\</link\\> command. Notes that "
"are permanently displayed can be edited by clicking the note box. Click the "
"Navigator and under the \\<emph\\>Notes\\</emph\\> entry you can view all "
"notes in the current document. By double clicking a note, the cursor will "
"jump to the corresponding cell containing the note."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150872.11.help.text
msgid "Value highlighting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3154792.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VALUE\\\"\\>Mark "
"the\\<emph\\> Value highlighting \\</emph\\>box to highlight all values in "
"the sheet. Text cells are highlighted in black, cells with numbers in blue, "
"and cells containing formulas, logical values, dates, and so on, in "
"green.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3151319.13.help.text
msgid ""
"When this command is active, any colors assigned in the document will not be "
"displayed until the function is deactivated."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3157846.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3157846.14.help."
"text\n"
"Anchor"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3147494.15.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ANCHOR\\\"\\>Specifies "
"whether the anchor icon is displayed when an inserted object, such as a "
"graphic, is selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3146898.26.help.text
msgid "Text overflow"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3153707.27.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_CLIP\\\"\\>If a cell "
"contains text that is wider than the width of the cell, the text is "
"displayed over empty neighboring cells in the same row. If there is no empty "
"neighboring cell, a small triangle at the cell border indicates that the "
"text continues.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150327.54.help.text
msgid "Show references in color"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3153766.55.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_RFIND\\\"\\>Specifies "
"that each reference is highlighted in color in the formula. The cell range "
"is also enclosed by a colored border as soon as the cell containing the "
"reference is selected for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3155444.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3155444.16.help."
"text\n"
"Objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3148405.17.help.text
msgid ""
"Defines whether to display or hide objects, or use placeholders, for up to "
"three object groups."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150043.18.help.text
msgid "Objects/Graphics"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3163549.19.help.text
msgid ""
"\\<ahelp hid=\\\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_OBJGRF\\\"\\>Defines if "
"objects and graphics are shown, hidden or replaced by a "
"placeholder.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3151249.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3151249.20.help."
"text\n"
"Charts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3149106.21.help.text
msgid ""
"\\<ahelp hid=\\\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DIAGRAM\\\"\\>Defines if "
"charts in your document are shown, hidden or replaced by a "
"placeholder.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3154703.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3154703.22.help."
"text\n"
"Drawing objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3155959.23.help.text
msgid ""
"\\<ahelp hid=\\\"SC_LISTBOX_RID_SCPAGE_CONTENT_LB_DRAW\\\"\\>Defines if "
"drawing objects in your document are shown, hidden or replaced by a "
"placeholder.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3153920.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3153920.42.help."
"text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3154661.43.help.text
msgid ""
"Specifies whether some Help elements will or will not appear in the table."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3149923.44.help.text
msgid "Column/Row headers"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3149816.45.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_ROWCOLHEADER\\\"\\>Specifies "
"whether to display row and column headers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3154205.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3154205.46.help."
"text\n"
"Horizontal scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3155578.47.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_HSCROLL\\\"\\>Specifies "
"whether to display a horizontal scrollbar at the bottom of the document "
"window.\\</ahelp\\> Note that there is a slider between the horizontal "
"scrollbar and the sheet tabs that may be set to one end."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3148422.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3148422.48.help."
"text\n"
"Vertical scrollbar"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3147128.49.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_VSCROLL\\\"\\>Specifies "
"whether to display a vertical scrollbar at the right of the document "
"window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3150826.50.help.text
msgid "Sheet tabs"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3154658.51.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_TBLREG\\\"\\>Specifies "
"whether to display the sheet tabs at the bottom of the spreadsheet "
"document.\\</ahelp\\> If this box is not checked, you will only be able to "
"switch between the sheets through the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/scalc/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</"
"link\\>\\</caseinline\\>\\<defaultinline"
"\\>Navigator\\</defaultinline\\>\\</switchinline\\>. Note that there is a "
"slider between the horizontal scrollbar and the sheet tabs that may be set "
"to one end."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#hd_id3152584.52.help.text
msgid "Outline symbols"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060100.xhp#par_id3145135.53.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CONTENT_CB_OUTLINE\\\"\\>If you have "
"defined an \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\<link href=\\\"text/scalc/01/12080000.xhp\\\" "
"name=\\\"
""outline\\\"\\>outline\\</link\\>\\</caseinline\\>\\<defaultinline\\>o"
"utline\\</defaultinline\\>\\</switchinline\\>, the \\<emph\\>Outline "
"symbols\\</emph\\> option specifies whether to view the outline symbols at "
"the border of the sheet.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01060300.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#bm_id3151110.help.text
msgid ""
"\\<bookmark_value\\>metrics;in "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>tab stops; setting in "
"sheets\\</bookmark_value\\>\\<bookmark_value\\>cells; cursor positions after "
"input\\</bookmark_value\\>\\<bookmark_value\\>edit mode; through Enter "
"key\\</bookmark_value\\>\\<bookmark_value\\>formatting; "
"expanding\\</bookmark_value\\>\\<bookmark_value\\>expanding; "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>references; "
"expanding\\</bookmark_value\\>\\<bookmark_value\\>column headers; "
"highlighting\\</bookmark_value\\>\\<bookmark_value\\>row headers; "
"highlighting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01060300.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3156410.2.help.text
msgid "Defines general settings for spreadsheet documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3155338.24.help.text
msgid "Metrics"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3151110.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3151110.20.help."
"text\n"
"Measurement unit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3150444.21.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_LAYOUT:LB_UNIT\\\"\\>Defines the unit "
"of measure in spreadsheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3149795.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3149795.22.help."
"text\n"
"Tab stops"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3150084.23.help.text
msgid ""
"\\<ahelp hid=\\\"SC:METRICFIELD:RID_SCPAGE_LAYOUT:MF_TAB\\\"\\>Defines the "
"tab stops distance.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3155135.3.help.text
msgid "Input settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3148491.5.help.text
msgid "Press Enter to move selection"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3145119.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC_LISTBOX_RID_SCPAGE_LAYOUT_LB_ALIGN\\\"\\>Determines the "
"direction that the cursor in the spreadsheet will move after you press the "
"Enter key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3154307.8.help.text
msgid "Press Enter to switch to edit mode"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3148943.9.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EDITMODE\\\"\\>Allows you "
"to immediately edit the selected cell after pressing the Enter "
"key.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3153896.10.help.text
msgid "Expand formatting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3150400.11.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_FORMAT\\\"\\>Specifies "
"whether to automatically apply the formatting attributes of the selected "
"cell to the empty adjacent cells.\\</ahelp\\> I f, for example, the contents "
"of the selected cell have the bold attribute, this bold attribute will also "
"apply to adjacent cells. Cells that already have a special format will not "
"be modified by this function. You can see the range in question by pressing "
"the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + * (multiplication sign on the number pad) "
"shortcut. This format also applies to all new values inserted within this "
"range. The normal default settings apply to cells outside this range."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3148451.14.help.text
msgid "Expand references when new columns/rows are inserted"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3154684.15.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_EXPREF\\\"\\>Specifies "
"whether to expand references when inserting columns or rows adjacent to the "
"reference range. This is only possible if the reference range, where the "
"column or row is inserted, originally spanned at least two cells in the "
"desired direction.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3153194.16.help.text
msgid ""
"\\<emph\\>Example:\\</emph\\> If the range A1:B1 is referenced in a formula "
"and you insert a new column after column B, the reference is expanded to "
"A1:C1. If the range A1:B1 is referenced and a new row is inserted under row "
"1, the reference is not expanded, since there is only a single cell in the "
"vertical direction."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3150449.17.help.text
msgid ""
"If you insert rows or columns in the middle of a reference area, the "
"reference is always expanded."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3151176.18.help.text
msgid "Highlight selection in column/row headings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3145171.19.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_MARKHDR\\\"\\>Specifies "
"whether to highlight column and row headers in the selected columns or "
"rows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3159252.25.help.text
msgid "Use printer metrics for text formatting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3145366.26.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_TEXTFMT\\\"\\>Specifies "
"that printer metrics are applied for printing and also for formatting the "
"display on the screen.\\</ahelp\\> If this box is not checked, a printer "
"independent layout will be used for screen display and printing."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#hd_id3146146.27.help.text
msgid "Show overwrite warning when pasting data"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060300.xhp#par_id3150872.28.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_LAYOUT_CB_REPLWARN\\\"\\>Specifies "
"that, when you paste cells from the clipboard to a cell range that is not "
"empty, a warning appears.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#tit.help.text
msgid "Sort Lists"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3145382.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01060400.xhp\\\" name=\\\"Sort "
"Lists\\\"\\>Sort Lists\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3153825.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_USERLISTS\\\"\\>All user-defined lists are "
"displayed in the\\<emph\\> Sort Lists \\</emph\\>dialog. You can also define "
"and edit your own lists. Only text can be used as sort lists, no "
"numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3149416.3.help.text
msgid "Lists"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3150503.4.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_USERLISTS:LB_LISTS\\\"\\>Displays all "
"the available lists. These lists can be selected for editing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3147531.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3147531.5.help.t"
"ext\n"
"Entries"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3149669.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SC:MULTILINEEDIT:RID_SCPAGE_USERLISTS:ED_ENTRIES\\\"\\>Displays the "
"content of the currently selected list. This content can be "
"edited.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3145069.7.help.text
msgid "Copy list from"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3149457.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCPAGE_USERLISTS:ED_COPYFROM\\\"\\>Defines the "
"spreadsheet and the cells to copy, in order to include them in the "
"\\<emph\\>Lists\\</emph\\> box. The currently selected range in the "
"spreadsheet is the default.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3151211.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3151211.13.help."
"text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3158409.14.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_COPY\\\"\\>Copies "
"the contents of the cells in the \\<emph\\>Copy list from\\</emph\\> box. If "
"you select a reference to related rows and columns, the \\<link "
"href=\\\"text/shared/optionen/01060401.xhp\\\" name=\\\"Copy "
"List\\\"\\>\\<emph\\>Copy List\\</emph\\>\\</link\\> dialog appears after "
"clicking the button. You can use this dialog to define if the reference is "
"converted to sort lists by row or by column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3154684.9.help.text
msgid "New/Discard"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3153970.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_NEW\\\"\\>Enters the "
"contents of a new list into the \\<emph\\>Entries\\</emph\\> "
"box.\\</ahelp\\> This button will change from \\<emph\\>New\\</emph\\> to "
"\\<emph\\>Discard\\</emph\\>, which enables you to delete the new list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3144760.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060400.xhp#hd_id3144760.11.help."
"text\n"
"Add/Modify"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060400.xhp#par_id3145785.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:PUSHBUTTON:RID_SCPAGE_USERLISTS:BTN_ADD\\\"\\>Adds a new "
"list into the \\<emph\\>Lists\\</emph\\> box.\\</ahelp\\> If you would like "
"to edit this list in the \\<emph\\>Entries\\</emph\\> box, this button will "
"change from \\<emph\\>Add\\</emph\\> to \\<emph\\>Modify\\</emph\\>, which "
"enables you to include the newly modified list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01060401.xhp#tit.help.text\n"
"Copy List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#bm_id3153341.help.text
msgid "\\<bookmark_value\\>sort lists; copying\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3153341.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3153341.1.help.t"
"ext\n"
"Copy List"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#par_id3150772.2.help.text
msgid ""
"\\<ahelp hid=\\\"SC_MODALDIALOG_RID_SCDLG_COLORROW\\\" "
"visibility=\\\"visible\\\"\\>Allows you to copy marked cells to a sort "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3147574.3.help.text
msgid "List from"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#par_id3148563.4.help.text
msgid ""
"Choose between the options\\<emph\\> Rows\\</emph\\> and "
"\\<emph\\>Columns\\</emph\\>.  Cells without text will be ignored when "
"copying."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3156343.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3156343.5.help.t"
"ext\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#par_id3148664.6.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_ROWS\\\"\\>Select "
"the\\<emph\\> Rows \\</emph\\>option to summarize the contents of the "
"selected rows in a list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3153525.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060401.xhp#hd_id3153525.7.help.t"
"ext\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060401.xhp#par_id3154216.8.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC_RADIOBUTTON_RID_SCDLG_COLORROW_BTN_GROUP_COLS\\\"\\>Select "
"the\\<emph\\> Columns \\</emph\\>option to summarize the contents of the "
"selected columns in a list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01060500.xhp#tit.help.text\n"
"Calculate"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#bm_id3149399.help.text
msgid ""
"\\<bookmark_value\\>references; "
"iterative\\</bookmark_value\\>\\<bookmark_value\\>calculating;iterative "
"references\\</bookmark_value\\>\\<bookmark_value\\>iterative references in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>recursions in "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>dates; "
"default\\</bookmark_value\\>\\<bookmark_value\\>dates; start "
"1900/01/01\\</bookmark_value\\>\\<bookmark_value\\>dates; start "
"1904/01/01\\</bookmark_value\\>\\<bookmark_value\\>cell contents; case "
"sensitivity\\</bookmark_value\\>\\<bookmark_value\\>numbers; decimal "
"places\\</bookmark_value\\>\\<bookmark_value\\>decimal places; "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>precision as "
"shown\\</bookmark_value\\>\\<bookmark_value\\>values; rounded as "
"shown\\</bookmark_value\\>\\<bookmark_value\\>rounding "
"precision\\</bookmark_value\\>\\<bookmark_value\\>tables in spreadsheets; "
"values as shown\\</bookmark_value\\>\\<bookmark_value\\>search criteria for "
"database functions in cells\\</bookmark_value\\>\\<bookmark_value\\>Excel; "
"search criteria\\</bookmark_value\\>\\<bookmark_value\\>columns; finding "
"labels automatically\\</bookmark_value\\>\\<bookmark_value\\>rows; finding "
"labels automatically\\</bookmark_value\\>\\<bookmark_value\\>finding; column "
"and row labels\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3145071.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3145071.1.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01060500.xhp\\\" "
"name=\\\"Calculate\\\"\\>Calculate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3147576.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCPAGE_CALC\\\"\\>Defines the calculation settings for "
"spreadsheets. Defines the behavior of spreadsheets with iterative "
"references, the date settings, the number of decimal places, and if "
"capitalization or lower cases are to be considered when searching within "
"sheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3149399.3.help.text
msgid "Iterative references"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3155419.4.help.text
msgid ""
"In this section you can delimit the number of approximation steps carried "
"out during iterative calculations. In addition, you can specify the degree "
"of precision of the answer."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3154142.5.help.text
msgid "Iterations"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3149795.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_ITERATE\\\"\\>Specifies "
"whether formulas with iterative references (formulas that are continuously "
"repeated until the problem is solved) are calculated after a specific number "
"of repetitions.\\</ahelp\\> If the\\<emph\\> Iterations \\</emph\\>box is "
"not marked, an iterative reference in the table will cause an error message."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3148686.7.help.text
msgid ""
"\\<emph\\>Example:\\</emph\\> Calculating the cost of an item without the "
"value-added-tax."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3156155.8.help.text
msgid ""
"Type the text 'Selling price' in cell A5, the text 'Net' in cell A6, and the "
"text 'Value-added tax' in cell A7."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3147530.61.help.text
msgid ""
"Now type a selling price (for example, 100) in cell B5. The net price should "
"be shown in cell B6 and the value-added tax should be shown in cell B7. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153061.62.help.text
msgid ""
"You know that the value-added tax is calculated as 'net price times 15%' and "
"that you arrive at the net price by deducting the value-added tax from the "
"selling price. Type the formula \"=B5-B7\" in B6 to calculate the net price, "
"and type the formula \"=B6*0.15 in cell B7 to calculate the value-added tax."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154760.63.help.text
msgid ""
"Switch on the iterations to correctly calculate the formulas, otherwise a "
"'Circular reference' error message appears in the "
"\\<emph\\>Status\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154365.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154365.9.help."
"text\n"
"A"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3145606.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3145606.10.help"
".text\n"
"B"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3149202.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3149202.11.help"
".text\n"
"5"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3151041.12.help.text
msgid "Selling Price"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3159149.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3159149.13.help"
".text\n"
"100"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3159254.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3159254.14.help"
".text\n"
"6"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3147317.15.help.text
msgid "Net"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3147348.16.help.text
msgid "=B5-B7"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154918.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154918.17.help"
".text\n"
"7"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153573.18.help.text
msgid "Tax"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154319.19.help.text
msgid "=B6*0,15"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3145750.22.help.text
msgid "Steps"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3152576.23.help.text
msgid ""
"\\<ahelp hid=\\\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_STEPS\\\"\\>Sets the "
"maximum number of iteration steps.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3153728.24.help.text
msgid "Minimum Change"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153139.25.help.text
msgid ""
"\\<ahelp hid=\\\"SC:EDIT:RID_SCPAGE_CALC:ED_EPS\\\"\\>Specifies the "
"difference between two iteration step results. If the result of the "
"iteration is lower than the minimum change value, then the iteration will "
"stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3147125.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3147125.45.help."
"text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3155416.46.help.text
msgid ""
"Select the start date for the internal conversion from days to numbers."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3147396.47.help.text
msgid "12/30/1899 (default)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3145646.48.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESTD\\\"\\>Sets "
"12/30/1899 as day zero.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3156283.49.help.text
msgid "01/01/1900 (StarCalc 1.0)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3154018.50.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATESC10\\\"\\>Sets "
"1/1/1900 as day zero. Use this setting for StarCalc 1.0 spreadsheets "
"containing date entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3156181.51.help.text
msgid "01/01/1904"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153948.52.help.text
msgid ""
"\\<ahelp hid=\\\"SC:RADIOBUTTON:RID_SCPAGE_CALC:BTN_DATE1904\\\"\\>Sets "
"1/1/1904 as day zero. Use this setting for spreadsheets that are imported in "
"a foreign format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3153838.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3153838.26.help."
"text\n"
"Case sensitive"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3146793.27.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CASE\\\"\\>Specifies "
"whether to distinguish between upper and lower case in texts when comparing "
"cell contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153707.28.help.text
msgid ""
"\\<emph\\>Example:\\</emph\\> Type the text 'Test' in cell A1; and the text "
"'test' in B1. Then type the formula \"=A1=B1\" in cell C1. If the "
"\\<emph\\>Case sensitive\\</emph\\> box is marked, FALSE will appear in the "
"cell; otherwise, TRUE will appear in the cell."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153965.29.help.text
msgid ""
"The EXACT text function is always case-sensitive, independent of the "
"settings in this dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3145231.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3145231.53.help."
"text\n"
"Decimal places"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3149568.54.help.text
msgid ""
"\\<ahelp hid=\\\"SC:NUMERICFIELD:RID_SCPAGE_CALC:ED_PREC\\\"\\>Defines the "
"number of decimals to be displayed for numbers with the "
"\\<emph\\>Standard\\</emph\\> number format.\\</ahelp\\> The numbers are "
"displayed as rounded numbers, but are not saved as rounded numbers."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3145150.30.help.text
msgid "Precision as shown"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3150644.31.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_CALC\\\"\\>Specifies "
"whether to make calculations using the rounded values displayed in the "
"sheet.\\</ahelp\\> Charts will be shown with the displayed values. If the "
"\\<emph\\>Precision as shown\\</emph\\> option is not marked, the displayed "
"numbers are rounded, but they are calculated internally using the non-"
"rounded number."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3152581.32.help.text
msgid "Search criteria = and <> must apply to whole cells"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3149211.33.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_MATCH\\\"\\>Specifies that "
"the search criteria you set for the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"CALC\\\"\\>\\<link "
"href=\\\"text/scalc/01/04060101.xhp\\\" name=\\\"Calc database "
"functions\\\"\\>Calc database "
"functions\\</link\\>\\</caseinline\\>\\<defaultinline\\>Calc database "
"functions\\</defaultinline\\>\\</switchinline\\> must match the whole cell "
"exactly.\\</ahelp\\> When the \\<emph\\>Search criteria = and <> must apply "
"to whole cells\\</emph\\> box is marked, $[officename] Calc behaves exactly "
"as MS Excel when searching cells in the database functions."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3148422.34.help.text
msgid ".* in following position:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3156139.35.help.text
msgid "Search result:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3150979.36.help.text
msgid "win"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3159239.37.help.text
msgid "Finds win, but not win95, os2win, or upwind"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153782.38.help.text
msgid "win.*"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3151278.39.help.text
msgid "Finds win and win95, but not os2win or upwind"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3155506.40.help.text
msgid ".*win"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3150886.41.help.text
msgid "Finds win and os2win, but not win95 or upwind"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3147167.42.help.text
msgid ".*win.*"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3152985.43.help.text
msgid "Finds win, win95, os2win, and upwind"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3148814.44.help.text
msgid ""
"If \\<emph\\>Search criteria = and <> must apply to whole cells "
"\\</emph\\>is not enabled, the \"win\" search pattern acts like \".*win.*\". "
"The search pattern can be at any position within the cell when searching "
"with the Calc database functions."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3156448.58.help.text
msgid "Enable regular expressions in formulas"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3155092.59.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_CALC_BTN_REGEX\\\"\\>Specifies that "
"regular expressions are enabled when searching and also for character string "
"comparisons.\\</ahelp\\>\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"CALC\\\"\\> This relates to the \\<link "
"href=\\\"text/scalc/01/04060101.xhp\\\" name=\\\"database "
"functions\\\"\\>database functions\\</link\\>, and to VLOOKUP, HLOOKUP and "
"SEARCH. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#hd_id3156199.55.help.text
msgid "Automatically find column and row labels"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3153818.56.help.text
msgid ""
"\\<ahelp hid=\\\"SC:CHECKBOX:RID_SCPAGE_CALC:BTN_LOOKUP\\\"\\>Specifies that "
"you can use the text in any cell as a label for the column below the text or "
"the row to the right of the text.\\</ahelp\\> The text must consist of at "
"least one word and must not contain any operators."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060500.xhp#par_id3151242.57.help.text
msgid ""
"\\<emph\\>Example\\</emph\\>: Cell E5 contains the text \"Europe\". Below, "
"in cell E6, is the value 100 and in cell E7 the value 200. If the "
"\\<emph\\>Automatically find column and row labels\\</emph\\> box is marked, "
"you can write the following formula in cell A1: =SUM(Europe)."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01060600.xhp#tit.help.text\n"
"Changes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3159399.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01060600.xhp\\\" "
"name=\\\"Changes\\\"\\>Changes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3155390.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_SCPAGE_OPREDLINE\\\"\\>The\\<emph\\> Changes \\</emph\\>dialog "
"specifies various options for highlighting recorded changes in "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3156343.13.help.text
msgid ""
"To record changes to your work, choose \\<link "
"href=\\\"text/shared/01/02230000.xhp\\\" name=\\\"Edit - "
"Changes\\\"\\>\\<emph\\>Edit - Changes\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3152812.3.help.text
msgid "Color Definition for Changes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3150792.4.help.text
msgid ""
"Defines colors for recorded changes. I f you select the \"By author\" entry, "
"$[officename] will automatically set the color depending on the author who "
"undertook the changes."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3150400.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3150400.5.help.t"
"ext\n"
"Changes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3148451.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_CONTENT\\\" "
"visibility=\\\"visible\\\"\\>Specifies the color for changes of cell "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3158410.7.help.text
msgid "Deletions"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3147084.8.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_REMOVE\\\" "
"visibility=\\\"visible\\\"\\>Specifies the color to highlight deletions in a "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3154685.9.help.text
msgid "Insertions"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3151383.10.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_INSERT\\\" "
"visibility=\\\"visible\\\"\\>Specifies the color to highlight deletions in a "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#hd_id3125863.11.help.text
msgid "Moved entries"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060600.xhp#par_id3159151.12.help.text
msgid ""
"\\<ahelp hid=\\\"SC:LISTBOX:RID_SCPAGE_OPREDLINE:CLB_MOVE\\\" "
"visibility=\\\"visible\\\"\\>Specifies the color to highlight moved cell "
"contents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01060700.xhp#tit.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#hd_id3153311.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01060700.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#par_id3143267.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Determines the printer "
"settings for spreadsheets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#par_id3155892.3.help.text
msgid ""
"\\<emph\\>Tools - Options - %PRODUCTNAME Calc - Print\\</emph\\> defines the "
"settings for all spreadsheets.  To define settings for the current document "
"only, choose \\<emph\\>File - Print\\</emph\\>, then click the "
"\\<emph\\>Options\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#hd_id3153542.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01060700.xhp#hd_id3153542.4.help.t"
"ext\n"
"Pages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#hd_id3156155.5.help.text
msgid "Suppress output of empty pages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#par_id3158430.6.help.text
msgid ""
"\\<ahelp hid=\\\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SKIPEMPTYPAGES\\\" "
"visibility=\\\"visible\\\"\\>Specifies that empty pages that have no cell "
"contents or draw objects are not printed.\\</ahelp\\>  Cell attributes such "
"as borders or background colors are not considered cell contents.  Empty "
"pages are not counted for page numbering."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#hd_id3150275.7.help.text
msgid "Sheets"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#hd_id3149784.8.help.text
msgid "Print only selected sheets"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#par_id3152349.9.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SC_CHECKBOX_RID_SCPAGE_PRINT_BTN_SELECTEDSHEETS\\\"\\>Specifies that "
"only selected sheets are printed, even if you choose the print range \"All\" "
"in the \\<emph\\>File - Print\\</emph\\> dialog.\\</ahelp\\>  If you have "
"entered several \"pages\" as a print range in the \\<emph\\>File - "
"Print\\</emph\\> dialog, only the pages (sheets) that have been selected are "
"printed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01060700.xhp#par_id3153349.10.help.text
msgid ""
"To select a sheet, click on the sheet name on the bottom margin of the "
"workspace while keeping the Ctrl key pressed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070000.xhp#tit.help.text
msgid "Presentation Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070000.xhp#hd_id3155805.1.help.text
msgid "%PRODUCTNAME Impress Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070000.xhp#par_id3146957.2.help.text
msgid ""
"\\<variable id=\\\"allgemein\\\"\\>\\<ahelp "
"hid=\\\".uno:SdEditOptions\\\"\\>Defines various settings for newly created "
"presentation documents, such as the contents to be displayed, the "
"measurement unit used, if and how grid alignment is carried out, and if "
"notes and handouts are always printed.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01070100.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#bm_id3147008.help.text
msgid ""
"\\<bookmark_value\\>images; placeholders in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>objects; contours in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>text; placeholders in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>line "
"contours\\</bookmark_value\\>\\<bookmark_value\\>rulers; visible in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>moving; using guide "
"lines in presentations\\</bookmark_value\\>\\<bookmark_value\\>guides; when "
"moving in presentations\\</bookmark_value\\>\\<bookmark_value\\>control "
"points; display in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>Bézier curves; control "
"points in presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3147000.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01070100.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3157898.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_OPTIONS_CONTENTS\\\"\\>Specifies the available "
"alternative display modes.\\</ahelp\\> By selecting an alternative display, "
"you can speed up the screen display while editing your presentation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3147571.9.help.text
msgid "Alternative display"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3155535.10.help.text
msgid ""
"If the graphics elements are very complex, the screen display may build up a "
"little slower than usual. By choosing Alternative display, the information "
"is still available but is not be displayed on the screen."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3147008.11.help.text
msgid "Image placeholders"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3154823.12.help.text
msgid ""
"\\<variable id=\\\"fremdgrafik\\\"\\>\\<ahelp "
"hid=\\\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_EXTERN_GRAPHIC\\\"\\>Specifies "
"whether to display only the contour of inserted "
"graphics.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3148538.19.help.text
msgid ""
"You can also access this function through the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/simpress/02/13200000.xhp\\\" "
"name=\\\"icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13200000.xhp\\\" "
"name="
"\\\"icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<defaultinline\\>icon\\<"
"/defaultinline\\>\\</switchinline\\>\\<emph\\>Picture "
"Placeholders\\</emph\\> in the \\<emph\\>Options\\</emph\\> bar, if a "
"presentation or drawing document is open."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3149415.13.help.text
msgid "Contour mode"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3156327.14.help.text
msgid ""
"\\<variable id=\\\"nofill\\\"\\>\\<ahelp "
"hid=\\\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_OUTLINEMODE\\\"\\>Specifies "
"whether to display only the contour of filled drawings, without the "
"filling.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3149164.20.help.text
msgid ""
"In a presentation or drawing document, contour mode can also be activated "
"from the \\<emph\\>Options\\</emph\\> bar with the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/simpress/02/13210000.xhp\\\" name=\\\"Contour "
"Mode\\\"\\>\\<emph\\>Contour "
"Mode\\</emph\\>\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13210000.xhp\\\" "
"name=\\\"Contour Mode\\\"\\>\\<emph\\>Contour "
"Mode\\</emph\\>\\</link\\>\\</ca"
"seinline\\>\\<defaultinline\\>\\<emph\\>Contour "
"Mode\\</emph\\>\\</defaultinline\\>\\</switchinline\\> icon."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3148944.15.help.text
msgid "Text placeholders"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3147560.16.help.text
msgid ""
"\\<variable id=\\\"textandeut\\\"\\>\\<ahelp "
"hid=\\\".uno:TextDraft\\\"\\>Specifies whether to display a text window "
"without its text contents.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3150358.21.help.text
msgid ""
"You can also access this function through the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/simpress/02/13220000.xhp\\\" "
"name=\\\"icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13220000.xhp\\\" "
"name="
"\\\"icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<defaultinline\\>icon\\<"
"/defaultinline\\>\\</switchinline\\> of the same name in the "
"\\<emph\\>Options\\</emph\\> bar if a presentation or drawing document is "
"open."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3125864.17.help.text
msgid "Line contour only"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3150768.18.help.text
msgid ""
"\\<variable id=\\\"haarandeut\\\"\\>\\<ahelp "
"hid=\\\".uno:LineDraft\\\"\\>Specifies whether to always display lines and "
"contours as fine lines. This display does not depend on the currently used "
"line width.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3149202.22.help.text
msgid ""
"You can also select this option through the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/simpress/02/13230000.xhp\\\" "
"name=\\\"Icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13230000.xhp\\\" "
"name="
"\\\"Icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<defaultinline\\>icon\\<"
"/defaultinline\\>\\</switchinline\\> with the same name in the "
"\\<emph\\>Options\\</emph\\> Bar, if a presentation or drawing document is "
"opened."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3148920.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3148920.23.help."
"text\n"
"Display"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3155430.25.help.text
msgid "Rulers visible"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3147443.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_RULER\\\"\\>Specifies "
"whether to display the rulers at the top and to the left of the work "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3145364.27.help.text
msgid "Guides when moving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3154147.28.help.text
msgid ""
"\\<variable id=\\\"verschieb\\\"\\>\\<ahelp "
"hid=\\\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HELPLINES\\\"\\>Specifies "
"whether to display guides when moving an object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3150488.29.help.text
msgid ""
"\\<variable id=\\\"vertext\\\"\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> creates dotted guides "
"that extend beyond the box containing the selected object and which cover "
"the entire work area, helping you position the object. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3153365.30.help.text
msgid ""
"You also can use this function through the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/shared/02/01171400.xhp\\\" "
"name=\\\"Icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/shared/02/01171400.xhp\\\" "
"name=\\"
"\"Icon\\\"\\>icon\\</link\\>\\</caseinline\\>\\<defaultinline\\>icon\\<"
"/defaultinline\\>\\</switchinline\\> with the same name in the "
"\\<emph\\>Options\\</emph\\> bar if a presentation or a drawing document is "
"opened."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3155306.31.help.text
msgid "All control points in Bézier editor"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3153877.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_HANDLES_BEZIER\\\"\\>Displays "
"the control points of all Bézier points if you have previously selected a "
"\\<link href=\\\"text/shared/00/00000005.xhp#bezierobjekt\\\" "
"name=\\\"Bézier curve\\\"\\>Bézier curve\\</link\\>. If the \\<emph\\>All "
"control points in Bézier\\</emph\\> editor option is not marked, only the "
"control points of the selected Bézier points will be visible.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#hd_id3149418.33.help.text
msgid "Contour of each individual object"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070100.xhp#par_id3156284.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_CHECKBOX_TP_OPTIONS_CONTENTS_CBX_MOVE_OUTLINE\\\"\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> displays the contour line "
"of each individual object when moving this object.\\</ahelp\\> The "
"\\<emph\\>Contour of each individual object \\</emph\\>option enables you to "
"see if single objects conflict with other objects in the target position. If "
"you do not mark The \\<emph\\>Contour of each individual object "
"\\</emph\\>option, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> only displays a square "
"contour that includes all selected objects."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01070300.xhp#tit.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#bm_id3163802.help.text
msgid ""
"\\<bookmark_value\\>snapping in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>snap ranges in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>point reduction when "
"snapping in presentations\\</bookmark_value\\>\\<bookmark_value\\>snap "
"positions in presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3147571.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01070300.xhp\\\" "
"name=\\\"Grid\\\"\\>Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3152801.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_OPTIONS_SNAP\\\"\\>Defines the grid settings for "
"creating and moving objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3149177.3.help.text
msgid ""
"If you have activated the snap grid but wish to move or create individual "
"objects without snap positions, keep the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> key "
"pressed to deactivate this function for as long as needed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3156346.4.help.text
msgid "Snap"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3163802.8.help.text
msgid "To snap lines"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3149516.9.help.text
msgid ""
"\\<variable id=\\\"anlinie\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_HELPLINES\\\"\\>Snaps the "
"edge of a dragged object to the nearest snap line when you release the "
"mouse.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3154142.37.help.text
msgid ""
"You can also define this setting by using the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"IMPRESS\\\"\\>\\<link "
"href=\\\"text/simpress/02/13140000.xhp\\\" name=\\\"Snap to Snap "
"Lines\\\"\\>\\<emph\\>Snap to Snap "
"Lines\\</emph\\>\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13140000.xhp\\\" "
"name=\\\"Snap to Snap Lines\\\"\\>\\<emph\\>Snap to Snap "
"Lines\\</emph\\>\\</l"
"ink\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Snap to Snap "
"Lines\\</emph\\>\\</defaultinline\\>\\</switchinline\\> icon, which is "
"available in the \\<emph\\>Option\\</emph\\> bar in a presentation or "
"drawing document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3154306.31.help.text
msgid "To the page margins"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3156024.11.help.text
msgid ""
"\\<variable id=\\\"seitenrand\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_BORDER\\\"\\>Specifies "
"whether to align the contour of the graphic object to the nearest page "
"margin.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3149670.33.help.text
msgid ""
"\\<variable id=\\\"seittext\\\"\\>The cursor or a contour line of the "
"graphics object must be in the snap range. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3148947.38.help.text
msgid ""
"In a presentation or drawing document, this function can also be accessed "
"with the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link href=\\\"text/simpress/02/13150000.xhp\\\" "
"name=\\\"Snap to Page Margins\\\"\\>Snap to Page "
"Margins\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13150000.xhp\\\" "
"name=\\\"Snap to Page Margins\\\"\\>Snap to Page "
"Margins\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Snap to Page "
"Margins\\</emph\\>\\</defaultinline\\>\\</switchinline\\> icon in the "
"\\<emph\\>Option\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3154365.12.help.text
msgid "To object frame"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3148674.13.help.text
msgid ""
"\\<variable id=\\\"rahmen\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_FRAME\\\"\\>Specifies whether "
"to align the contour of the graphic object to the border of the nearest "
"graphic object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3147228.34.help.text
msgid ""
"\\<variable id=\\\"rahmtext\\\"\\>The cursor or a contour line of the "
"graphics object must be in the snap range. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3148922.39.help.text
msgid ""
"In a presentation or drawing document, this function can also be accessed "
"with the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link href=\\\"text/simpress/02/13160000.xhp\\\" "
"name=\\\"Snap to Object Border\\\"\\>Snap to Object "
"Border\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13160000.xhp\\\" "
"name=\\\"Snap to Object Border\\\"\\>Snap to Object "
"Border\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Snap to "
"Object Border\\</emph\\>\\</defaultinline\\>\\</switchinline\\> icon in the "
"\\<emph\\>Option\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3155431.14.help.text
msgid "To object points"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3145271.15.help.text
msgid ""
"\\<variable id=\\\"opunkte\\\"\\>\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_SNAP_POINTS\\\"\\>Specifies "
"whether to align the contour of the graphic object to the points of the "
"nearest graphic object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3149483.35.help.text
msgid ""
"\\<variable id=\\\"opunktetext\\\"\\>This only applies if the cursor or a "
"contour line of the graphics object is in the snap range. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3146146.40.help.text
msgid ""
"In a presentation or drawing document, this function can also be accessed "
"with the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link href=\\\"text/simpress/02/13170000.xhp\\\" "
"name=\\\"Snap to Object Points\\\"\\>Snap to Object "
"Points\\</link\\>\\</caseinline\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<link href=\\\"text/simpress/02/13170000.xhp\\\" "
"name=\\\"Snap to Object Points\\\"\\>Snap to Object "
"Points\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Snap to "
"Object Points\\</emph\\>\\</defaultinline\\>\\</switchinline\\> icon in the "
"option bar."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3148645.16.help.text
msgid "Snap range"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3154145.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_SNAP_AREA\\\"\\>Defines the "
"snap distance between the mouse pointer and the object contour. "
"$[officename] Impress snaps to a snap point if the mouse pointer is nearer "
"than the distance selected in the \\<emph\\>Snap range \\</emph\\>spin "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3150872.19.help.text
msgid "Snap position"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3154639.21.help.text
msgid "When creating or moving objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3150417.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_ORTHO\\\"\\>Specifies "
"that graphic objects are restricted vertically, horizontally or diagonally "
"(45°) when creating or moving them.\\</ahelp\\> You can temporarily "
"deactivate this setting by pressing the Shift key."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3159345.23.help.text
msgid "Extend edges"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3154942.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_GRID_CBX_BIGORTHO\\\"\\>Specifies "
"that a square is created based on the longer side of a rectangle when the "
"Shift key is pressed before you release the mouse button. This also applies "
"to an ellipse (a circle will be created based on the longest diameter of the "
"ellipse). When the\\<emph\\> Extend edges \\</emph\\>box is not marked, a "
"square or a circle will be created based on the shorter side or "
"diameter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3149413.25.help.text
msgid "When rotating"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3150717.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_ANGLE\\\"\\>Specifies that "
"graphic objects can only be rotated within the rotation angle that you "
"selected in the \\<emph\\>When rotating \\</emph\\>spin box.\\</ahelp\\> If "
"you want to rotate an object outside the defined angle, press the "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> key when rotating. Release the key when the "
"desired rotation angle is reached."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3154163.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070300.xhp#hd_id3154163.27.help."
"text\n"
"Point reduction"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070300.xhp#par_id3156275.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_GRID_MTR_FLD_BEZ_ANGLE\\\"\\>Defines the "
"angle for point reduction.\\</ahelp\\> When working with polygons, you might "
"find it useful to reduce their editing points."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01070400.xhp#tit.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#bm_id3155450.help.text
msgid ""
"\\<bookmark_value\\>printing; drawings "
"default\\</bookmark_value\\>\\<bookmark_value\\>drawings; printing "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>page names; printing in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>printing; dates in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>dates; printing in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>times; inserting when "
"printing presentations\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"hidden pages of presentations\\</bookmark_value\\>\\<bookmark_value\\>hidden "
"pages; printing in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>printing; without "
"scaling in presentations\\</bookmark_value\\>\\<bookmark_value\\>scaling; "
"when printing "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>printing; fitting to "
"pages in presentations\\</bookmark_value\\>\\<bookmark_value\\>fitting to "
"pages; print settings in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>printing; tiling pages "
"in presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3155419.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01070400.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3155341.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_PRINT_OPTIONS\\\"\\>Specifies print settings within "
"a drawing or presentation document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150984.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150984.3.help.t"
"ext\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3150275.4.help.text
msgid "Specifies which parts of the document are to be printed."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3155450.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3155450.5.help.t"
"ext\n"
"Drawing"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3150669.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DRAW\\\"\\>Specifies "
"whether the graphical contents of the pages are to be printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3145611.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3145611.7.help.t"
"ext\n"
"Notes"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3159414.47.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_NOTES\\\"\\>Specifies "
"whether to include notes when printing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3148664.9.help.text
msgid "Handouts"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3153361.48.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_HANDOUTS\\\"\\>Specifies "
"whether to include handouts when printing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3154366.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3154366.11.help."
"text\n"
"Outline"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3144433.49.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_OUTLINE\\\"\\>Specifies "
"whether to print an outline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3154686.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3154686.43.help."
"text\n"
"Quality"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3147229.54.help.text
msgid ""
"See also \\<embedvar "
"href=\\\"text/shared/guide/print_blackwhite.xhp#print_blackwhite\\\"/\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3159149.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3159149.45.help."
"text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3145608.46.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_COLOR\\\"\\>Specifies "
"that you want to print in original colors.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3155131.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3155131.50.help."
"text\n"
"Grayscale"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3149260.51.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_GRAYSCALE\\\"\\>Specifies that "
"you want to print colors as grayscale.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3146975.52.help.text
msgid "Black & white"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3159154.53.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_RADIOBUTTON_TP_PRINT_OPTIONS_RBT_BLACKWHITE\\\"\\>Specifies that "
"you want to print the document in black and white.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150486.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150486.13.help."
"text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3153092.14.help.text
msgid ""
"Defines additional elements to be printed on the page margin. You cannot "
"select some elements if you marked \\<emph\\>Brochure\\</emph\\> in the Page "
"options area."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150104.15.help.text
msgid "Page name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3154146.16.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAGENAME\\\"\\>Specifies "
"whether to print the page name of a document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3147214.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3147214.17.help."
"text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3152938.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_DATE\\\"\\>Specifies "
"whether to print the current date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3149301.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3149301.19.help."
"text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3156285.20.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_TIME\\\"\\>Specifies "
"wither to print the current time.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3154097.23.help.text
msgid "Hidden pages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3154792.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_HIDDEN_PAGES\\\"\\>Specifies "
"whether to print the pages that are currently hidden from the "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3154015.21.help.text
msgid "Page options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3154512.22.help.text
msgid "Define additional options for printing the pages."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3151207.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3151207.25.help."
"text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3153836.26.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_DEFAULT\\\"\\>Specifies "
"that you do not want to further scale pages when printing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3153710.27.help.text
msgid "Fit to page"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3148405.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGESIZE\\\"\\>Specifies whether "
"to scale down objects that are beyond the margins of the current printer, so "
"that they fit on the paper in the printer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3155764.29.help.text
msgid "Tile pages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3154255.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_PAGETILE\\\"\\>Specifies that "
"pages are to be printed in tile format. Select a page format that is larger "
"than the paper format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150388.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3150388.31.help."
"text\n"
"Brochure"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3147322.32.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:TP_PRINT_OPTIONS:RBT_BOOKLET\\\"\\>Select "
"the\\<emph\\> Brochure \\</emph\\>option to print the document in brochure "
"format.\\</ahelp\\> You can also decide if you want to print the front, the "
"back or both sides of the brochure."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3145790.35.help.text
msgid "Front"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3145766.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_FRONT\\\"\\>Select\\<emph\\> Front "
"\\</emph\\>to print the front of a brochure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3145760.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3145760.37.help."
"text\n"
"Back"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3154118.38.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_BACK\\\"\\>Select "
"\\<emph\\>Back\\</emph\\> to print the back of a brochure.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3153704.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070400.xhp#hd_id3153704.41.help."
"text\n"
"Paper tray from printer settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070400.xhp#par_id3150380.42.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_PRINT_OPTIONS:CBX_PAPERBIN\\\"\\>Determines "
"that the paper tray to be used is the one defined in the printer "
"setup.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01070500.xhp#tit.help.text\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#bm_id3149295.help.text
msgid ""
"\\<bookmark_value\\>presentations; starting with "
"wizard\\</bookmark_value\\>\\<bookmark_value\\>objects; always "
"moveable\\</bookmark_value\\>\\<bookmark_value\\>distorting; in "
"drawings\\</bookmark_value\\>\\<bookmark_value\\>spacing; tabs in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>tabs; spacing in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>text objects; in "
"presentations and drawings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3143270.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01070500.xhp\\\" "
"name=\\\"General\\\"\\>General\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3149578.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_OPTIONS_MISC\\\"\\>Defines the general options for "
"drawing or presentation documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3144511.3.help.text
msgid "Text objects"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3149295.5.help.text
msgid "Allow quick editing"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3148947.6.help.text
msgid ""
"\\<variable id=\\\"schnellbearb\\\"\\>\\<ahelp "
"hid=\\\".uno:QuickEdit\\\"\\>Specifies whether to immediately switch to the "
"text editing mode when clicking a text object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3154138.28.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\>In a presentation "
"or drawing document, you can also activate the text editing mode through "
"the\\<emph\\> Allow Quick Editing \\</emph\\>\\<link "
"href=\\\"text/simpress/02/13180000.xhp\\\" "
"name=\\\"icon\\\"\\>icon\\</link\\> in the \\<emph\\>Option\\</emph\\> "
"bar.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3154686.7.help.text
msgid "Only text area selectable"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3149808.8.help.text
msgid ""
"\\<variable id=\\\"textbereich\\\"\\>\\<ahelp "
"hid=\\\".uno:PickThrough\\\"\\>Specifies whether to select a text frame by "
"clicking the text.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3155431.23.help.text
msgid ""
"\\<variable id=\\\"textbereich2\\\"\\>In the area of the text frame that is "
"not filled with text, an object behind the text frame can be selected. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3153367.29.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CALC\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"CHART\\\"\\>\\</caseinline\\>\\<caseinline "
"select=\\\"MATH\\\"\\>\\</caseinline\\>\\<defaultinline\\>In a presentation "
"or drawing document, you can also activate this mode through the\\<emph\\> "
"Select Text Area Only \\</emph\\>\\<link "
"href=\\\"text/simpress/02/13190000.xhp\\\" "
"name=\\\"icon\\\"\\>icon\\</link\\> in the \\<emph\\>Option\\</emph\\> "
"bar.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3155308.9.help.text
msgid "New document (only in presentations)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3146986.30.help.text
msgid "Start with Wizard"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3148646.31.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_TEMPLATE\\\"\\>Specifies "
"whether to activate the Wizard when opening a presentation with "
"\\<emph\\>File - New - Presentation\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3154638.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3154638.13.help."
"text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3146120.15.help.text
msgid "Use background cache"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3152940.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MASTERPAGE_CACHE\\\"\\>Specifies "
"whether to use the cache for displaying objects on the master "
"page.\\</ahelp\\> This speeds up the display. Unmark the \\<emph\\>Use "
"background cache\\</emph\\> option if you want to display changing contents "
"on the master page."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3147428.17.help.text
msgid "Copy when moving"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3154730.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_COPY\\\"\\>Specifies "
"whether to automatically create a copy when you move an object while holding "
"down the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Control "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> key.\\</ahelp\\> The same will apply for "
"rotating and resizing the object. The original object will remain in its "
"current position and size."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3148457.19.help.text
msgid "Objects always moveable"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3149413.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_MARKED_HIT_MOVES_ALWAYS\\\"\\"
">Specifies that you want to move an object with the "
"\\<emph\\>Rotate\\</emph\\> tool enabled. If\\<emph\\> Object always "
"moveable \\</emph\\>is not marked, the \\<emph\\>Rotate\\</emph\\> tool can "
"only be used to rotate an object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3154512.21.help.text
msgid "Do not distort objects in curve (only in drawings)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3154270.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_CROOK_NO_CONTORTION\\\"\\>Maintains "
"relative alignment of Bézier points and 2D drawing objects to each other "
"when you distort the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3154163.32.help.text
msgid "Unit of measurement"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3155066.33.help.text
msgid ""
"\\<ahelp hid=\\\"SD_LISTBOX_TP_OPTIONS_MISC_LB_METRIC\\\"\\>Determines the "
"\\<link href=\\\"text/shared/00/00000003.xhp#metrik\\\" name=\\\"Unit of "
"measurement\\\"\\>Unit of measurement\\</link\\> for "
"presentations.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3152960.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3152960.34.help."
"text\n"
"Tab stops"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3155443.35.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_METRICFIELD_TP_OPTIONS_MISC_MTR_FLD_TABSTOP\\\"\\>Defines the "
"spacing between tab stops.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3156383.24.help.text
msgid "Start presentation (only in presentations)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3155902.26.help.text
msgid "Always with current page"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3155962.27.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:TP_OPTIONS_MISC:CBX_START_WITH_ACTUAL_PAGE\\\"\\>"
"Specifies that you always want a presentation to start with the current "
"slide.\\</ahelp\\> Unmark\\<emph\\> Always with current page\\</emph\\> to "
"always start a presentation with the first page."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3163806.41.help.text
msgid "Scale (only in drawings)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3145147.43.help.text
msgid "Drawing scale"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3153965.42.help.text
msgid ""
"\\<ahelp hid=\\\"SD_COMBOBOX_TP_OPTIONS_MISC_CB_SCALE\\\"\\>Determines the "
"drawing scale on the rulers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3155177.36.help.text
msgid "Compatibility (document specific settings)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3155608.44.help.text
msgid "The settings in this area are valid for the current document only."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#hd_id3145790.38.help.text
msgid "Add spacing between paragraphs in the current document"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3145768.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_CHECKBOX_TP_OPTIONS_MISC_CB_MERGE_PARA_DIST\\\"\\>Specifies that "
"$[officename] Impress calculates the paragraph spacing exactly like "
"Microsoft PowerPoint.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01070500.xhp#par_id3146135.40.help.text
msgid ""
"Microsoft PowerPoint adds the bottom spacing of a paragraph to the top "
"spacing of the next paragraph to calculate the total spacing between both "
"paragraphs. $[officename] Impress utilizes only the larger of the two "
"spacings."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01080000.xhp#tit.help.text
msgid "Drawing Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01080000.xhp#hd_id3155135.1.help.text
msgid "%PRODUCTNAME Draw Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01080000.xhp#par_id3158430.2.help.text
msgid ""
"\\<variable id=\\\"allgemein\\\"\\>\\<ahelp "
"hid=\\\".uno:SdGraphicOptions\\\"\\>Defines the global settings for drawing "
"documents, including the contents to be displayed, the scale to be used, the "
"grid alignment and the contents to be printed by "
"default.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01090000.xhp#tit.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090000.xhp#hd_id3150040.1.help.text
msgid "%PRODUCTNAME Math Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090000.xhp#par_id3166460.2.help.text
msgid ""
"\\<variable id=\\\"druckentext\\\"\\>\\<ahelp "
"hid=\\\".uno:SmEditOptions\\\"\\>Defines the print format and print options "
"for all new formula documents. These options apply when you print a formula "
"directly from \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Math.\\</ahelp\\>\\</variable\\> You can also call the dialog by clicking "
"the \\<emph\\>Options\\</emph\\> button in the \\<emph\\>Print\\</emph\\> "
"dialog. The settings you define in the \\<emph\\>Tools - Options\\</emph\\> "
"dialog will be permanent settings, whereas the settings in the Print dialog "
"are only valid for the current document."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090000.xhp#hd_id3154143.3.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01090100.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01090100.xhp#tit.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#bm_id3156410.help.text
msgid ""
"\\<bookmark_value\\>printing; title rows in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>title rows; printing in "
"$[officename] Math\\</bookmark_value\\>\\<bookmark_value\\>printing; "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>formula texts; printing in "
"$[officename] Math\\</bookmark_value\\>\\<bookmark_value\\>frames; printing "
"in $[officename] Math\\</bookmark_value\\>\\<bookmark_value\\>printing; in "
"original size in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>original size; printing in "
"$[officename] Math\\</bookmark_value\\>\\<bookmark_value\\>printing; fitting "
"to pages in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>format filling; printing in "
"$[officename]\\</bookmark_value\\>\\<bookmark_value\\>printing; scaling in "
"$[officename] Math\\</bookmark_value\\>\\<bookmark_value\\>scaling; printing "
"in $[officename] Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3150713.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3150713.1.help.t"
"ext\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3145090.18.help.text
msgid ""
"\\<variable id=\\\"einst\\\"\\>\\<ahelp "
"hid=\\\"HID_PRINT_OPTIONS\\\"\\>Defines formula settings that will be valid "
"for all documents.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3159234.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3159234.2.help.t"
"ext\n"
"Print options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3156410.4.help.text
msgid "Title row"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3156347.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_TITLEROW\\\"\\>Specifies "
"whether you want the name of the document to be included in the "
"printout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3166410.6.help.text
msgid "Formula text"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3155449.7.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_EQUATION_TEXT\\\"\\>"
"Specifies whether to include the contents of the "
"\\<emph\\>Commands\\</emph\\> window at the bottom of the "
"printout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3154046.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3154046.8.help.t"
"ext\n"
"Border"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3149516.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_FRAME\\\"\\>Applies a thin "
"border to the formula area in the printout.\\</ahelp\\>\\<emph\\>Title "
"row\\</emph\\> and \\<emph\\>Formula text\\</emph\\> are only set down by a "
"frame if the corresponding check box is active."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3153822.10.help.text
msgid "Print format"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3150503.12.help.text
msgid "Original size"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3153627.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_ORIGINAL_SIZE\\\""
"\\>Prints the formula without adjusting the current font size.\\</ahelp\\> "
"It is possible that with large formulas a part of the command text is cut "
"off."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3153896.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3153896.14.help."
"text\n"
"Fit to size"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3150541.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_RADIOBUTTON_RID_PRINTOPTIONPAGE_RB_FIT_TO_PAGE\\\"\\"
">Adjusts the formula to the page format used in the printout.\\</ahelp\\> "
"The real size will be determined by the used paper format."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3153381.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3153381.16.help."
"text\n"
"Scaling"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3147084.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_METRICFIELD_RID_PRINTOPTIONPAGE_MF_ZOOM\\\"\\>Reduces or "
"enlarges the size of the printed formula by a specified enlargement "
"factor.\\</ahelp\\> Type the desired enlargement factor directly in the "
"\\<emph\\>Scaling \\</emph\\>spin box, or set the value using the arrow "
"buttons."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3147228.19.help.text
msgid "Other options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#hd_id3149808.21.help.text
msgid "Ignore ~ and ' at the and of the line"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01090100.xhp#par_id3149203.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_CHECKBOX_RID_PRINTOPTIONPAGE_CB_IGNORE_SPACING\\\"\\"
">Specifies that these space wildcards will be removed if they are at the end "
"of a line.\\</ahelp\\> In earlier versions of $[officename], adding such "
"characters at the end of a line prevented the right edge of the formula from "
"being cut off during printing."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01110000.xhp#tit.help.text\n"
"Chart options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110000.xhp#hd_id3145345.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01110000.xhp#hd_id3145345.1.help.t"
"ext\n"
"Chart options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110000.xhp#par_id3149182.2.help.text
msgid ""
"\\<variable id=\\\"farbe\\\"\\>\\<ahelp hid=\\\"\\\" "
"visibility=\\\"visible\\\"\\>Defines the general settings for "
"charts.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#tit.help.text
msgid "Default colors"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#bm_id3154751.help.text
msgid ""
"\\<bookmark_value\\>charts; "
"colors\\</bookmark_value\\>\\<bookmark_value\\>col"
"ors;charts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#hd_id3149760.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01110100.xhp\\\" name=\\\"Default "
"colors\\\"\\>Default colors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#par_id3150713.2.help.text
msgid ""
"Assigns colors to the data rows. The settings only apply for all newly "
"created charts."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#hd_id3154751.3.help.text
msgid "Chart colors"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#par_id3145345.4.help.text
msgid ""
"\\<ahelp hid=\\\"SCH:LISTBOX:TP_DEF_COLOR:LB_CHART_COLOR_LIST\\\"\\>Displays "
"all the colors available for the data series.\\</ahelp\\> Select a data "
"series to change its color. Select the desired color from the adjacent color "
"table."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#hd_id3154823.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01110100.xhp#hd_id3154823.5.help.t"
"ext\n"
"Color table"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#par_id3149398.6.help.text
msgid ""
"This table is used as a means of replacing the chart colors for the selected "
"data rows. For example, if you selected data row 6 and then click on the "
"color green 8, the old color of the data row is replaced by green 8. The "
"name of the selected color is shown below the color table."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#hd_id3147242.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01110100.xhp#hd_id3147242.7.help.t"
"ext\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01110100.xhp#par_id3156347.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SCH:PUSHBUTTON:TP_DEF_COLOR:PB_RESET_TO_DEFAULT\\\"\\>Restores the "
"color settings that were defined when the program was installed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#tit.help.text
msgid "VBA Properties"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#bm_id3155805.help.text
msgid ""
"\\<bookmark_value\\>Microsoft Office; importing/exporting VBA "
"code\\</bookmark_value\\>\\<bookmark_value\\>importing; Microsoft Office "
"documents with VBA code\\</bookmark_value\\>\\<bookmark_value\\>exporting; "
"Microsoft Office documents with VBA "
"code\\</bookmark_value\\>\\<bookmark_value\\>loading; Microsoft Office "
"documents with VBA code\\</bookmark_value\\>\\<bookmark_value\\>saving; "
"Microsoft Office documents with VBA "
"code\\</bookmark_value\\>\\<bookmark_value\\>VBA code; loading/saving "
"documents with VBA code\\</bookmark_value\\>\\<bookmark_value\\>Visual Basic "
"for Applications; loading/saving documents with VBA code\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3143267.20.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01130100.xhp\\\" name=\\\"VBA "
"Properties\\\"\\>VBA Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3150443.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the general properties for loading and "
"saving Microsoft Office documents with VBA code.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3145582.3.help.text
msgid "Microsoft Word 97/2000"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3149762.4.help.text
msgid "Select the settings for Microsoft Word 97/2000 documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3155420.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3155420.5.help.t"
"ext\n"
"Load Basic code to edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3159399.6.help.text
msgid ""
"\\<variable id=\\\"codetext\\\"\\>\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_CODE\\\"\\>Loads and "
"saves the Basic code from a Microsoft document as a special $[officename] "
"Basic module with the document. The disabled Microsoft Basic code is visible "
"in the $[officename] Basic IDE between \\<emph\\>Sub\\</emph\\> and "
"\\<emph\\>End Sub\\</emph\\>.\\</ahelp\\> You can edit the code. When saving "
"the document in $[officename] format, the Basic code is saved as well. When "
"saving in another format, the Basic code from the $[officename] Basic IDE is "
"not saved. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3153824.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3153824.7.help.t"
"ext\n"
"Save original Basic code again"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3150084.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:CHECKBOX:RID_OFAPAGE_MSFILTEROPT:CB_WBAS_STG\\\"\\>Specifies "
"that the original Microsoft Basic code contained in the document is held in "
"a special internal memory for as long as the document remains loaded in "
"$[officename]. When saving the document in Microsoft format the Microsoft "
"Basic is saved again with it in an unchanged form.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3153088.17.help.text
msgid ""
"When saving in another format than Microsoft Format, the Microsoft Basic "
"Code is not saved. For example, if the document contains Microsoft Basic "
"Code and you save it in $[officename] format, you will be warned that the "
"Microsoft Basic Code will not be saved."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3151246.18.help.text
msgid ""
"The \\<emph\\>Save original Basic code again\\</emph\\> checkbox takes "
"precedence over the \\<emph\\>Load Basic code to edit\\</emph\\> check box. "
"If both boxes are marked and you edit the disabled Basic Code in the "
"$[officename] Basic IDE, the original Microsoft Basic code will be saved "
"when saving in the Microsoft format. A message appears to inform you of this."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3148946.19.help.text
msgid ""
"To remove any possible Microsoft Basic macro viruses from the Microsoft "
"document, unmark the \\<emph\\>Save Original Basic Code again\\</emph\\> "
"check box and save the document in Microsoft format. The document will be "
"saved without the Microsoft Basic code."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3154924.9.help.text
msgid "Microsoft Excel 97/2000"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3149457.10.help.text
msgid "Specifies the settings for documents in Microsoft Excel 97/2000."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3154072.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3154072.11.help."
"text\n"
"Load Basic code to edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3151211.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3151211.12.help."
"text\n"
"Save original Basic code again"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3149202.13.help.text
msgid "Microsoft PowerPoint 97/2000"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3148922.14.help.text
msgid "Specifies the settings for documents in Microsoft PowerPoint 97/2000."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3148451.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3148451.15.help."
"text\n"
"Load Basic code to edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3145419.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#hd_id3145419.16.help."
"text\n"
"Save original Basic code again"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3153768.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130100.xhp#par_id3153768.21.help"
".text\n"
"\\<link href=\\\"text/shared/optionen/01010200.xhp\\\" name=\\\"Setting the "
"default file format\\\"\\>Setting the default file format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01130200.xhp#tit.help.text\n"
"Microsoft Office"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#hd_id3156410.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01130200.xhp\\\" name=\\\"Microsoft "
"Office\\\"\\>Microsoft Office\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#par_id3149095.2.help.text
msgid ""
"Specifies the settings for importing and exporting Microsoft Office OLE "
"objects."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#par_id3159233.7.help.text
msgid ""
"These settings are valid when no Microsoft OLE server exists (for example, "
"in UNIX) or when there is no $[officename] OLE server ready for editing the "
"OLE objects."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#hd_id3146798.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01130200.xhp#hd_id3146798.3.help.t"
"ext\n"
"List Box"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#par_id3150670.4.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"HID_OFAPAGE_MSFLTR2_CLB\\\"\\>The\\<emph\\> List Box "
"\\</emph\\>field displays the entries for the pair of OLE objects that can "
"be converted when loading into $[officename] (L) and/or when saving into a "
"Microsoft format (S). \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#par_id3154286.5.help.text
msgid ""
"Mark the box in the [L] column in front of the entry if a Microsoft OLE "
"object is to be converted into the specified $[officename] OLE object when a "
"Microsoft document is loaded into $[officename]."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01130200.xhp#par_id3153880.6.help.text
msgid ""
"Mark the box in the [S] column in front of the entry if a $[officename] OLE "
"object is to be converted into the specified Microsoft OLE object when a "
"document is saved in a Microsoft file format."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#tit.help.text
msgid "Languages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#bm_id3154751.help.text
msgid ""
"\\<bookmark_value\\>languages; locale "
"settings\\</bookmark_value\\>\\<bookmark_value\\>locale "
"settings\\</bookmark_value\\>\\<bookmark_value\\>Asian languages; "
"enabling\\</bookmark_value\\>\\<bookmark_value\\>languages; Asian "
"support\\</bookmark_value\\>\\<bookmark_value\\>Asian languages; "
"supporting\\</bookmark_value\\>\\<bookmark_value\\>complex text layout; "
"enabling\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3151299.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01140000.xhp\\\" "
"name=\\\"Languages\\\"\\>Languages\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3148520.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Defines the default languages for "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3156042.21.help.text
msgid "Language of"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_idN10681.help.text
msgid "User interface"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_idN10685.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the language used for the user interface, "
"for example menus, dialogs, help files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3154751.22.help.text
msgid "Locale setting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3157958.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_LOCALESETTING\\\"\\>Specifies the "
"locale setting of the country setting.\\</ahelp\\> This influences settings "
"for numbering, currency and units of measure."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3153311.28.help.text
msgid ""
"The default entry applies to the locale setting that was selected for the "
"operating system."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3156410.27.help.text
msgid ""
"A change in this field is immediately applicable. However, some formats that "
"were formatted by default change only if the document is newly loaded."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_idN106DE.help.text
msgid "Decimal separator key - Same as locale setting"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_idN106E2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies to use the decimal separator key that is "
"set in your system when you press the respective key on the number "
"pad.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_idN106F1.help.text
msgid ""
"If this checkbox is activated, the character shown after \"Same as locale "
"setting\" is inserted when you press the key on the number pad. If this "
"checkbox is not activated, the character that your keyboard driver software "
"provides is inserted."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3147209.24.help.text
msgid "Default currency"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3145120.25.help.text
msgid ""
"\\<ahelp hid=\\\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_CURRENCY\\\"\\>Specifies "
"the default currency that is used for the currency format and the currency "
"fields.\\</ahelp\\> If you change the locale setting, the default currency "
"changes automatically."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3148491.29.help.text
msgid ""
"The default entry applies to the currency format that is assigned to the "
"selected locale setting."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3157909.26.help.text
msgid ""
"A change in \\<emph\\>Default currency\\</emph\\> field will be transmitted "
"to all open documents and will lead to corresponding changes in the dialogs "
"and icons that control the currency format in these documents."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3153127.5.help.text
msgid "Default languages for documents"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3149763.6.help.text
msgid "Specifies the languages for spellchecking, thesaurus and hyphenation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3148663.8.help.text
msgid ""
"The spellcheck for the selected language only functions when you have "
"installed the corresponding language module. \\<embedvar "
"href=\\\"text/shared/optionen/01010401.xhp#sprachenfeld\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3151210.9.help.text
msgid "Western"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3153192.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_WEST_LANG\\\"\\>Specifies the "
"language used for the spellcheck function in western alphabets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3156422.11.help.text
msgid "Asian"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3159149.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_ASIAN_LANG\\\"\\>Specifies the "
"language used for the spellcheck function in Asian alphabets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3158407.31.help.text
msgid "CTL"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3156212.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_LISTBOX_OFA_TP_LANGUAGES_LB_COMPLEX_LANG\\\"\\>Specifies the "
"language for the complex text layout spellcheck.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3149807.15.help.text
msgid "For the current document only"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3155432.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CURRENT_DOC\\\"\\>Specifies that "
"the settings for default languages are valid only for the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3156441.17.help.text
msgid "Enhanced language support"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3148575.19.help.text
msgid "Enabled for Asian languages"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3145748.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_ASIANSUPPORT\\\"\\>Activates "
"Asian languages support. You can now modify the corresponding Asian language "
"settings in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3152938.18.help.text
msgid ""
"If you want to write in Chinese, Japanese or Korean, you can activate the "
"support for these languages in the user interface."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#hd_id3146147.33.help.text
msgid "Enabled for complex text layout (CTL)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01140000.xhp#par_id3149667.35.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_CTLSUPPORT\\\"\\>Activates "
"complex text layout support. You can now modify the settings corresponding "
"to complex text layout in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01150000.xhp#tit.help.text\n"
"Language Setting Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150000.xhp#bm_id3148668.help.text
msgid "\\<bookmark_value\\>language settings; options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150000.xhp#hd_id3148668.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01150000.xhp#hd_id3148668.1.help.t"
"ext\n"
"Language Setting Options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150000.xhp#par_id3150499.2.help.text
msgid ""
"\\<variable id=\\\"typotext\\\"\\>Defines the properties for additional "
"languages.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150000.xhp#par_id3153665.3.help.text
msgid ""
"The \\<emph\\>Search Options for Japanese\\</emph\\> and \\<emph\\>Asian "
"Layout\\</emph\\> tab pages are only visible if the \\<emph\\>Asian language "
"support\\</emph\\> option in the \\<emph\\>Languages\\</emph\\> tab page is "
"activated and the \\<emph\\>Options\\</emph\\> dialog is re-opened. The "
"\\<emph\\>Complex Text Layout\\</emph\\> tab page is only visible if the "
"\\<emph\\>CTL support\\</emph\\> is enabled."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01150100.xhp#tit.help.text\n"
"Asian Layout"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3156414.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01150100.xhp\\\" name=\\\"Asian "
"Layout\\\"\\>Asian Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3145136.2.help.text
msgid "Defines the typographic default settings for Asian text."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#bm_id3143268.help.text
msgid "\\<bookmark_value\\>kerning;setting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3143268.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3143268.3.help.t"
"ext\n"
"Kerning"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3155535.4.help.text
msgid ""
"Defines the default settings for kerning between individual characters."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3147275.5.help.text
msgid "Western characters only"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3149398.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_KERNING\\\" "
"visibility=\\\"visible\\\"\\>Specifies  that kerning is only applied to "
"western text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3148538.7.help.text
msgid "Western text and Asian punctuation"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3147336.8.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_CHAR_PUNCT\\\" "
"visibility=\\\"visible\\\"\\>Specifies that kerning is applied to both "
"western text and Asian punctuation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3153088.9.help.text
msgid "Character spacing"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3145119.10.help.text
msgid ""
"Defines the default settings for character spacing in Asian texts, cells, "
"and drawing objects."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3150669.11.help.text
msgid "No compression"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3150503.12.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_NO_COMP\\\" "
"visibility=\\\"visible\\\"\\>Specifies that no compression at all will "
"occur.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3155419.13.help.text
msgid "Compress only punctuation"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3145673.14.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_COMP\\\" "
"visibility=\\\"visible\\\"\\>Specifies that only the punctuation is "
"compressed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3151245.15.help.text
msgid "Compress punctuation and Japanese Kana"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3154346.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_ASIAN_LAYOUT_RB_PUNCT_KANA_COMP\\\" "
"visibility=\\\"visible\\\"\\>Specifies that punctuation and Japanese Kana "
"are compressed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3148552.17.help.text
msgid "First and last characters"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3149295.18.help.text
msgid ""
"Defines the default settings for 'first' and 'last' characters.  In the "
"dialog that appears when you choose \\<emph\\>Format -\\</emph\\> \\<link "
"href=\\\"text/shared/01/05020700.xhp\\\" name=\\\"Asian "
"Typography\\\"\\>\\<emph\\>Asian Typography\\</emph\\>\\</link\\>, you can "
"specify whether the list of forbidden characters applies to those at the "
"beginning or end of a line in a paragraph."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3154071.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3154071.19.help."
"text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3151210.20.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_LISTBOX_RID_SVXPAGE_ASIAN_LAYOUT_LB_LANGUAGE\\\" "
"visibility=\\\"visible\\\"\\>Specifies the language for which you want to "
"define first and last characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3145606.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3145606.21.help."
"text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3148920.22.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_ASIAN_LAYOUT_CB_STANDARD\\\"\\>When you "
"mark\\<emph\\> Default\\</emph\\>, the following two text boxes are filled "
"with the default characters for the selected language:\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3144761.23.help.text
msgid "Not at start of line:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3156214.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_START\\\" "
"visibility=\\\"visible\\\"\\>Specifies the characters that should not appear "
"alone at the beginning of a line.\\</ahelp\\>  If a character typed here is "
"positioned at the beginning of a line after a line break, it is "
"automatically  moved to the end of the previous line.  For example, an "
"exclamation point at the end of a sentence never appears at the start of a "
"line if it is part of the \\<emph\\>Not at start of line\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#hd_id3154908.25.help.text
msgid "Not at end of line:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150100.xhp#par_id3153367.26.help.text
msgid ""
"\\<ahelp hid=\\\"SVX_EDIT_RID_SVXPAGE_ASIAN_LAYOUT_ED_END\\\" "
"visibility=\\\"visible\\\"\\>Specifies the characters that should not appear "
"alone at the end of a line.\\</ahelp\\>  If a character typed here is "
"positioned at the end of a line due to a line break, it is automatically "
"moved to the beginning of the next line. For example, a currency symbol that "
"appears in front of an amount  never appears at the end of a line if it is "
"part of the\\<emph\\> Not at end of line\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#tit.help.text
msgid "Searching in Japanese"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#hd_id3155338.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01150200.xhp#hd_id3155338.1.help.t"
"ext\n"
"\\<link href=\\\"text/shared/optionen/01150200.xhp\\\" name=\\\"Searching in "
"Japanese\\\"\\>Searching in Japanese\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#par_id3152996.2.help.text
msgid "Defines the search options for Japanese."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#hd_id3159399.3.help.text
msgid "Treat as equal"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#par_id3154514.4.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_MATCH_PROLONGED_S"
"OUNDMARK\\\" visibility=\\\"visible\\\"\\>Specifies the options to be "
"treated as equal in a search.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#hd_id3148944.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01150200.xhp#hd_id3148944.5.help.t"
"ext\n"
"Ignore"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150200.xhp#par_id3147264.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_CHECKBOX_RID_SVXPAGE_JSEARCH_OPTIONS_CB_IGNORE_MIDDLE_DOT\\\" "
"visibility=\\\"visible\\\"\\>Specifies the characters to be "
"ignored.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#tit.help.text
msgid "Complex Text Layout"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#bm_id3148668.help.text
msgid "\\<bookmark_value\\>CTL; options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3148668.3.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01150300.xhp\\\" name=\\\"Complex Text "
"Layout\\\"\\>Complex Text Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3150247.4.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Defines the options for documents with complex text "
"layouts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3145090.5.help.text
msgid "Sequence checking"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3147226.6.help.text
msgid ""
"In languages such as Thai, rules specify that certain characters are not "
"allowed next to other characters. If Sequence Input Checking (SIC) is "
"enabled, \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> will not "
"allow a character next to another if this is forbidden by a rule."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3159234.1.help.text
msgid "Use sequence checking"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3157958.2.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_OFA_TP_LANGUAGES_CB_SEQU_CHECK\\\"\\>Enables "
"sequence input checking for languages as Thai.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_idN10691.help.text
msgid "Restricted"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_idN10695.help.text
msgid ""
"Prevents the use as well as the printing of illegal character combinations."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3166410.7.help.text
msgid "Cursor control"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3146797.8.help.text
msgid ""
"Select the type of text cursor movement and text selection for mixed text "
"(right-to-left mixed with left-to-right text direction)."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3147653.9.help.text
msgid "Logical"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3155342.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_LOGICAL\\"
"\"\\>The text cursor moves to the text end with Arrow Right and to the text "
"begin with Arrow Left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3145317.11.help.text
msgid "Visual"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3149233.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_RADIOBUTTON_RID_SVXPAGE_OPTIONS_CTL_RB_MOVEMENT_VISUAL\\\"\\>The "
"text cursor moves to the right with Arrow Right and to the left with Arrow "
"Left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3157910.13.help.text
msgid "General options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#hd_id3159176.14.help.text
msgid "Numerals (in text only)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3153254.15.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_OPTIONS_CTL_LB_NUMERALS\\\"\\>Selects the "
"type of numerals used within text, text in objects, fields, and controls, in "
"all \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> modules. Only "
"cell contents of \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Calc are not affected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3153561.16.help.text
msgid ""
"Arabic: All numbers are shown using Arabic numerals. This is the default."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3148563.17.help.text
msgid "Hindi: All numbers are shown using Hindi numerals. "
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3149295.18.help.text
msgid ""
"System: All numbers are shown using Arabic or Hindi numerals, according to "
"the locale settings defined by your system locale."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01150300.xhp#par_id3146794.19.help.text
msgid ""
"This setting is not saved in the document but in the \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> configuration."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01160000.xhp#tit.help.text\n"
"Data sources options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160000.xhp#hd_id3159201.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160000.xhp#hd_id3159201.1.help.t"
"ext\n"
"Data sources options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160000.xhp#par_id3093440.2.help.text
msgid ""
"\\<variable id=\\\"daten\\\"\\>\\<ahelp hid=\\\"\\\"\\>Defines the general "
"settings for the data sources in $[officename].\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#tit.help.text
msgid "Connections"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#bm_id3154136.help.text
msgid ""
"\\<bookmark_value\\>data sources; "
"settings\\</bookmark_value\\>\\<bookmark_value\\>connections to data "
"sources\\</bookmark_value\\>\\<bookmark_value\\>data sources; "
"connections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3154136.1.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01160100.xhp\\\" "
"name=\\\"Connections\\\"\\>Connections\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3147571.2.help.text
msgid "Defines how the connections to data sources are pooled."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3147088.3.help.text
msgid ""
"The\\<emph\\> Connections \\</emph\\>facility allows you to stipulate that "
"connections that are no longer needed are not deleted immediately, but are "
"kept free for a certain period of time. If a new connection to the data "
"source is needed in that period, the free connection can be used for this "
"purpose."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3154824.12.help.text
msgid "Connection Pool"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3152780.4.help.text
msgid "Connection pooling enabled"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3147653.5.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_POOL_CONNS\\\""
"\\>Specifies whether the chosen connections are pooled.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3148538.6.help.text
msgid "Drivers known in $[officename]"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3149235.7.help.text
msgid "Displays a list of defined drivers and connection data."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3153349.13.help.text
msgid "Current driver"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3153087.14.help.text
msgid "The currently selected driver is displayed below the list."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3149166.8.help.text
msgid "Enable pooling for this driver"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3149415.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_CHECKBOX_RID_OFAPAGE_CONNPOOLOPTIONS_CB_DRIVERPOOLING\"
"\\"\\>Select a driver from the list and mark the \\<emph\\>Enable pooling "
"for this driver\\</emph\\> checkbox in order to pool its "
"connection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#hd_id3155135.10.help.text
msgid "Timeout (seconds)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160100.xhp#par_id3156155.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR_NUMERICFIELD_RID_OFAPAGE_CONNPOOLOPTIONS_NF_TIMEOUT\\\"
""\\>Defines the time in seconds after which a pooled connection is "
"freed.\\</ahelp\\> The time can be anywhere between 30 and 600 seconds."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01160200.xhp#tit.help.text\n"
"Registered Databases"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#bm_id2455214.help.text
msgid ""
"\\<bookmark_value\\>registered "
"databases\\</bookmark_value\\>\\<bookmark_value\\>lists;registered "
"databases\\</bookmark_value\\>\\<bookmark_value\\>databases;changing list "
"of\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN10551.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01160200.xhp\\\"\\>Databases\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN10561.help.text
msgid ""
"Add, modify, or remove entries to the list of registered databases. You must "
"register a database within %PRODUCTNAME in order to see it in the "
"\\<emph\\>View - Data sources\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN1057A.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000406.xhp#registered\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN1058E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN1058E.help.tex"
"t\n"
"Registered Databases"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN10592.help.text
msgid ""
"\\<ahelp hid=\\\"35535\\\"\\>Lists the registered name and database file of "
"all registered databases. Double-click an entry to edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN10595.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN10595.help.tex"
"t\n"
"New"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN10599.help.text
msgid ""
"\\<ahelp hid=\\\"809226765\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01160201.xhp\\\"\\>Database Link\\</link\\> "
"dialog to create a new entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN105AA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN105AA.help.tex"
"t\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN105AE.help.text
msgid ""
"\\<ahelp hid=\\\"809226770\\\"\\>Removes the selected entry from the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN105B1.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN105B1.help.tex"
"t\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160200.xhp#par_idN105B5.help.text
msgid ""
"\\<ahelp hid=\\\"809226766\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01160201.xhp\\\"\\>Database Link\\</link\\> "
"dialog to edit the selected entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/01160201.xhp#tit.help.text\n"
"Database Link"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN1053A.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN1053A.help.tex"
"t\n"
"Database Link"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN1053E.help.text
msgid ""
"Creates or edits an entry in the \\<link "
"href=\\\"text/shared/optionen/01160200.xhp\\\"\\>Databases\\</link\\> tab "
"page."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN1054F.help.text
msgid "Database file"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN10553.help.text
msgid ""
"Enter the path and the file name of the database file. The name of the file "
"must end with the *.odb extension."
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN10556.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN10556.help.tex"
"t\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\"1346114049\\\"\\>Opens a file dialog where you can select "
"the database file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN1055D.help.text
msgid "Registered name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/01160201.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\"1346111489\\\"\\>Enter a name for the database. "
"%PRODUCTNAME uses this name to access the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/java.xhp#tit.help.text\n"
"Java"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10558.help.text
msgid "\\<link href=\\\"text/shared/optionen/java.xhp\\\"\\>Java\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10568.help.text
msgid ""
"Specifies the support options for Java applications and applets in "
"%PRODUCTNAME, including which Java Runtime Environment (JRE) to use."
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105A8.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105A8.help.text\n"
"\\<link href=\\\"text/shared/00/00000406.xhp#java\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN1056B.help.text
msgid "Java options"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN1057F.help.text
msgid "Use a Java runtime environment"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10583.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:CheckBox:RID_SVXPAGE_OPTIONS_JAVA:CB_JAVA_ENABLE\\\"\\>Allows "
"you to run Java applications and applets in %PRODUCTNAME.\\</ahelp\\> When a "
"Java application or applet attempts to access your hard drive, a prompt "
"opens."
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10610.help.text
msgid "Java runtime environments (JRE) already installed:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10614.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OPTIONS_JAVA_LIST\\\"\\>Select the JRE that you want to "
"use.\\</ahelp\\> The path to the JRE is displayed beneath the list box."
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105A5.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105A5.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10635.help.text
msgid ""
"\\<ahelp hid=\\\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_ADD\\\"\\>Add a "
"path to the root folder of a JRE on your computer.\\</ahelp\\> The path is "
"set in the following dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105A9.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105A9.help.text\n"
"Parameters"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10657.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_PARAMETER\\\"\\>Opens the "
"\\<link href=\\\"text/shared/optionen/javaparameters.xhp\\\"\\>Java Start "
"Parameters\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105AD.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/java.xhp#par_idN105AD.help.text\n"
"Class Path"
msgstr ""

#: helpcontent2/source/text/shared/optionen/java.xhp#par_idN10686.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXPAGE_OPTIONS_JAVA:PB_CLASSPATH\\\"\\>Opens the "
"\\<link href=\\\"text/shared/optionen/javaclasspath.xhp\\\"\\>Class "
"Path\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#tit.help.text\n"
"Class Path"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10566.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10566.hel"
"p.text\n"
"Class Path"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN1056A.help.text
msgid ""
"You use this dialog to add folders and archives to the Java class path. "
"These paths are valid for any JRE that you start."
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN1056D.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN1056D.hel"
"p.text\n"
"\\<link href=\\\"text/shared/00/00000406.xhp#java\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10589.help.text
msgid "Assigned folders and archives"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN1059F.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_EDIT_RID_SVXPAGE_INET_SCRIPTING_ED_CLASSPATH\\\"\\>Specifies the "
"location of Java classes or Java class libraries.\\</ahelp\\> The new "
"classpath becomes valid after you restart \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>."
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN105D9.help.text
msgid ""
"Java classes that are accessed through the classpath do not undergo a "
"security check."
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN1060A.help.text
msgid "Add Archive"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN1060E.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDARCHIVE\\\"\\>Select "
"an archive file in jar or zip format and add the file to the class "
"path.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10625.help.text
msgid "Add Folder"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10629.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_ADDPATH\\\"\\>Select a "
"folder and add the folder to the class path.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10640.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10640.hel"
"p.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaclasspath.xhp#par_idN10644.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXDLG_JAVA_CLASSPATH:PB_REMOVE_PATH\\\"\\>Select "
"an archive or a folder in the list and click Remove to remove the object "
"from the class path.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#tit.help.text
msgid "Start Parameters"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN10545.help.text
msgid "Java Start Parameters"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN10549.help.text
msgid ""
"You can use this dialog to enter optional start parameters for the Java "
"runtime environment (JRE). The settings that you specify in this dialog are "
"valid for any JRE that you start."
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1054C.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1054C.he"
"lp.text\n"
"\\<link href=\\\"text/shared/00/00000406.xhp#java\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN10568.help.text
msgid "Java Start parameter"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\"svx:Edit:RID_SVXDLG_JAVA_PARAMETER:ED_PARAMETER\\\"\\>Enter "
"a start parameter for a JRE as you would on a command line. Click Assign to "
"add the parameter to the list of available start parameters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_id5404522.help.text
msgid "Do not use escape characters or quotes in path names."
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105D8.help.text
msgid ""
"For example, to point the system property \"myprop\" to a folder, enter the "
"following parameter:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105DD.help.text
msgid "-Dmyprop=c:\\\\program files\\\\java"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1057B.help.text
msgid "To enable debugging in a JRE, enter the following parameters:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1057E.help.text
msgid "-Xdebug"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN10581.help.text
msgid "-Xrunjdwp:transport=dt_socket,server=y,address=8000"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1060C.help.text
msgid "These changes take effect after you restart %PRODUCTNAME."
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN1058C.help.text
msgid "Assigned start parameters"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:ListBox:RID_SVXDLG_JAVA_PARAMETER:LB_ASSIGNED\\\"\\>Lists the "
"assigned JRE start parameters. To remove a start parameter, select the "
"parameter, and then click \\<emph\\>Remove\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105A7.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105A7.he"
"lp.text\n"
"Assign"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105AB.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_ASSIGN\\\"\\>Adds the "
"current JRE start parameter to the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105C2.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105C2.he"
"lp.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/optionen/javaparameters.xhp#par_idN105C6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"svx:PushButton:RID_SVXDLG_JAVA_PARAMETER:PB_REMOVE\\\"\\>Deletes the "
"selected JRE start parameter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#tit.help.text\n"
"Macro Security"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#par_idN1054C.help.text
msgid ""
"\\<variable id=\\\"macrosecurity\\\"\\>\\<link "
"href=\\\"text/shared/optionen/macrosecurity.xhp\\\"\\>Macro "
"Security\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#par_idN1056A.help.text
msgid ""
"The Macro Security dialog appears when a document contains macros. You can "
"also call the dialog from the \\<link "
"href=\\\"text/shared/optionen/01030300.xhp\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME - Security\\</emph\\>\\</link\\> page."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#par_idN105A1.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/optionen/macrosecurity_sl.xhp#macrosecurity_sl\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#par_idN105A9.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/optionen/macrosecurity_ts.xhp#macrosecurity_ts\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity.xhp#par_idN10600.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/01/securitywarning.xhp#securitywarning\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#tit.help.text
msgid "Security Level"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN10549.help.text
msgid ""
"\\<variable id=\\\"macrosecurity_sl\\\"\\>\\<link "
"href=\\\"text/shared/optionen/macrosecurity_sl.xhp\\\"\\>Security "
"Level\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN10567.help.text
msgid ""
"Select the \\<link "
"href=\\\"text/shared/optionen/macrosecurity.xhp\\\"\\>macro "
"security\\</link\\> level from one of four options. The options differ "
"according to the security level. Macros that are allowed to run on a higher "
"security level are also allowed to run in all lower levels."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN10578.help.text
msgid "Very high"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN1057C.help.text
msgid ""
"Only macros from trusted file locations are allowed to run. All other "
"macros, regardless of whether they are signed or not, are disabled."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN10591.help.text
msgid ""
"Trusted file locations can be set on the \\<link "
"href=\\\"text/shared/optionen/macrosecurity_ts.xhp\\\"\\>Trusted "
"Sources\\</link\\> tab page. Any macro from a trusted file location is "
"allowed to run."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105A2.help.text
msgid "High"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105A6.help.text
msgid ""
"Only signed macros from trusted sources are allowed to run. Unsigned macros "
"are disabled."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105A9.help.text
msgid ""
"Trusted sources can be set on the \\<link "
"href=\\\"text/shared/optionen/macrosecurity_ts.xhp\\\"\\>Trusted "
"Sources\\</link\\> tab page. Only signed macros from a trusted source are "
"allowed to run. In addition, any macro from a trusted file location is "
"allowed to run."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105BA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105BA."
"help.text\n"
"Medium"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105BE.help.text
msgid "Confirmation required before executing macros from unknown sources."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105C1.help.text
msgid ""
"Trusted sources can be set on the \\<link "
"href=\\\"text/shared/optionen/macrosecurity_ts.xhp\\\"\\>Trusted "
"Sources\\</link\\> tab page. Signed macros from a trusted source are allowed "
"to run. In addition, any macro from a trusted file location is allowed to "
"run. All other macros require your confirmation."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105D2.help.text
msgid "Low (not recommended)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_sl.xhp#par_idN105D6.help.text
msgid ""
"All macros will be executed without confirmation. Use this setting only if "
"you are certain that all documents that will be opened are safe."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#tit.help.text
msgid "Trusted Sources"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN10549.help.text
msgid ""
"\\<variable id=\\\"macrosecurity_ts\\\"\\>\\<link "
"href=\\\"text/shared/optionen/macrosecurity_ts.xhp\\\"\\>Trusted "
"Sources\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN10567.help.text
msgid ""
"Specifies the \\<link "
"href=\\\"text/shared/optionen/macrosecurity.xhp\\\"\\>macro "
"security\\</link\\> settings for trusted certificates and trusted file "
"locations."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN10578.help.text
msgid "Trusted certificates"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN1057C.help.text
msgid "Lists the trusted certificates."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN10591.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN10591."
"help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN10595.help.text
msgid ""
"Opens the \\<link "
"href=\\\"text/shared/optionen/viewcertificate.xhp\\\"\\>View "
"Certificate\\</link\\> dialog for the selected certificate."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105A6.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105A6."
"help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105AA.help.text
msgid ""
"Removes the selected certificate from the list of trusted certificates."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105AD.help.text
msgid "Trusted file locations"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105B1.help.text
msgid ""
"Trusted file locations are used only if the security level is set to \"very "
"high\". With this setting, document macros are only executed if they have "
"been opened from one of the following locations."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105B4.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105B4."
"help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105B8.help.text
msgid ""
"Opens a folder selection dialog. Select a folder from which all macros are "
"allowed to execute."
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105BB.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105BB."
"help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/shared/optionen/macrosecurity_ts.xhp#par_idN105BF.help.text
msgid "Removes the selected folder from the list of trusted file locations."
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#tit.help.text
msgid "Mail Merge E-mail"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10554.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/mailmerge.xhp\\\"\\>Mail Merge E-"
"mail\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10564.help.text
msgid ""
"Specifies the user information and server settings for when you send form "
"letters as e-mail messages."
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10567.help.text
msgid ""
"\\<link "
"href=\\\"text/shared/00/00000406.xhp#mailmergeemail\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1057B.help.text
msgid "User information"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1057F.help.text
msgid "Enter the user information to use when you send e-mail."
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1058A.help.text
msgid "Your name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1058E.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter your name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105A5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105A5.help.te"
"xt\n"
"E-mail address"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105A9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter your e-mail address for replies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105C0.help.text
msgid "Send replies to different e-mail address"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105C4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Uses the e-mail address that you enter in the Reply "
"address text box as the reply-to e-mail address.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105DB.help.text
msgid "Reply address"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105DF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the address to use for e-mail "
"replies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105EE.help.text
msgid "Outgoing server (SMTP) settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105F2.help.text
msgid "Specify the server settings for outgoing e-mails."
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105FD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN105FD.help.te"
"xt\n"
"Server name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10601.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the SMTP server name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10618.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10618.help.te"
"xt\n"
"Port"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1061C.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the SMTP port.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10633.help.text
msgid "Use secure connection"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10637.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>When available, uses a secure connection to send e-"
"mails.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1064E.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1064E.help.te"
"xt\n"
"Server Authentication"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10652.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/serverauthentication.xhp\\\"\\>Server "
"Authentication\\</link\\> dialog where you can specify the server "
"authentication settings for secure e-mail.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN10677.help.text
msgid "Test Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/mailmerge.xhp#par_idN1067B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/testaccount.xhp\\\"\\>Test Account "
"Settings\\</link\\> dialog to test the current settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#tit.help."
"text\n"
"Server Authentication"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1053E.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/serverauthentication.xhp\\\"\\>Server "
"Authentication\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1054E.help.text
msgid ""
"On the \\<link href=\\\"text/shared/optionen/mailmerge.xhp\\\"\\>Tools - "
"Options - %PRODUCTNAME Writer - Mail Merge E-mail\\</link\\> tab page, click "
"the \\<emph\\>Server Authentication\\</emph\\> button to specify the server "
"security settings."
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10563.help.text
msgid "The outgoing mail server (SMTP) requires authentication"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN105BE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enables the authentication that is required to send "
"e-mail by SMTP.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN105CD.help.text
msgid "The outgoing mail server (SMTP) requires separate authentication"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN105D2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select if your SMTP server requires a user name and "
"password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN105E5.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10"
"5E5.help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN105EA.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the user name for the SMTP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN105FD.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10"
"5FD.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10602.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the password for the user name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10615.help.text
msgid ""
"The outgoing mail server uses the same authentication as the incoming mail "
"server."
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1061A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select if you are required to first read your e-"
"mail before you can send e-mail.\\</ahelp\\> This method is also called "
"\"SMTP after POP3\"."
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10629.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10"
"629.help.text\n"
"Server name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1062C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the server name of your POP 3 or IMAP mail "
"server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1063B.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10"
"63B.help.text\n"
"Port"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10640.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the port on the POP3 or IMAP "
"server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10653.help.text
msgid "POP 3"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10658.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies that the incoming mail server uses POP "
"3.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10667.help.text
msgid "IMAP"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1066A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies that the incoming mail server uses "
"IMAP.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10679.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10"
"679.help.text\n"
"User name"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN1067E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the user name for the IMAP server.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10691.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10"
"691.help.text\n"
"Password"
msgstr ""

#: helpcontent2/source/text/shared/optionen/serverauthentication.xhp#par_idN10696.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#tit.help.text
msgid "Test Account Settings"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN10547.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/testaccount.xhp\\\"\\>Test Account "
"Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN10557.help.text
msgid ""
"When you enter settings on the \\<link "
"href=\\\"text/shared/optionen/mailmerge.xhp\\\"\\>Tools - Options - "
"%PRODUCTNAME Writer - Mail Merge E-mail\\</link\\> tab page, you can click "
"the \\<emph\\>Test Settings\\</emph\\> button to test your settings."
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN10574.help.text
msgid "(Results list box)"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN10578.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>In the top list box you will see the results of the "
"test session.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN1058F.help.text
msgid "Errors"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN10593.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>In the Errors list box you can read an explanation "
"of any errors encountered while testing the settings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN105AA.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN105AA.help."
"text\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/shared/optionen/testaccount.xhp#par_idN105AE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click the \\<emph\\>Stop\\</emph\\> button to stop "
"a test session manually.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/viewcertificate.xhp#tit.help.text\n"
"View Certificate"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN10541.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN10541.h"
"elp.text\n"
"View Certificate"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN10545.help.text
msgid ""
"The View Certificate dialog opens when you click the View Certificate button "
"on the \\<link "
"href=\\\"text/shared/optionen/macrosecurity_ts.xhp\\\"\\>Trusted "
"Sources\\</link\\> tab page of the \\<link "
"href=\\\"text/shared/optionen/macrosecurity.xhp\\\"\\>Macro "
"Security\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN10564.help.text
msgid "The dialog has the following tab pages:"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN10567.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/optionen/viewcertificate_g.xhp#general\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN1056F.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/optionen/viewcertificate_d.xhp#details\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate.xhp#par_idN10577.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/shared/optionen/viewcertificate_c.xhp#certificatepath\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_c.xhp#tit.help.text
msgid "Certificate Path"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_c.xhp#par_idN1054D.help.text
msgid ""
"\\<variable id=\\\"certificatepath\\\"\\>\\<link "
"href=\\\"text/shared/optionen/viewcertificate_c.xhp\\\"\\>Certificate "
"Path\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_c.xhp#par_idN1056B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Certificate Path page of the \\<link "
"href=\\\"text/shared/optionen/viewcertificate.xhp\\\"\\>View "
"Certificate\\</link\\> dialog displays the location and the status of the "
"certificate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_d.xhp#tit.help.text
msgid "Details"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_d.xhp#par_idN10544.help.text
msgid ""
"\\<variable id=\\\"details\\\"\\>\\<link "
"href=\\\"text/shared/optionen/viewcer"
"tificate_d.xhp\\\"\\>Details\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_d.xhp#par_idN10562.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The Details page of the \\<link "
"href=\\\"text/shared/optionen/viewcertificate.xhp\\\"\\>View "
"Certificate\\</link\\> dialog displays detailed information about the "
"certificate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_d.xhp#par_idN105DB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Use the value list box to view values and copy them "
"to the clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_g.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/shared/optionen/viewcertificate_g.xhp#tit.help.tex"
"t\n"
"General"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_g.xhp#par_idN1054D.help.text
msgid ""
"\\<variable id=\\\"general\\\"\\>\\<link "
"href=\\\"text/shared/optionen/viewcer"
"tificate_g.xhp\\\"\\>General\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/shared/optionen/viewcertificate_g.xhp#par_idN1056B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The General page of the \\<link "
"href=\\\"text/shared/optionen/viewcertificate.xhp\\\"\\>View "
"Certificate\\</link\\> dialog displays basic information about the "
"certificate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0000.xhp#tit.help.text\n"
"Welcome to the $[officename] Impress Help"
msgstr ""

#: helpcontent2/source/text/simpress/main0000.xhp#hd_id3150746.1.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0000.xhp#hd_id3150746.1.help.text\n"
"Welcome to the $[officename] Impress Help"
msgstr ""

#: helpcontent2/source/text/simpress/main0000.xhp#hd_id3153000.5.help.text
msgid "How to Work With $[officename] Impress"
msgstr ""

#: helpcontent2/source/text/simpress/main0000.xhp#hd_id3149880.7.help.text
msgid "$[officename] Impress Menus, Toolbars, and Keys"
msgstr ""

#: helpcontent2/source/text/simpress/main0000.xhp#hd_id3148386.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0000.xhp#hd_id3148386.6.help.text\n"
"Help about the Help"
msgstr ""

#: helpcontent2/source/text/simpress/main0100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0100.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/simpress/main0100.xhp#hd_id3149664.1.help.text
msgid ""
"\\<variable id=\\\"main0100\\\"\\>\\<link "
"href=\\\"text/simpress/main0100.xhp\\\" "
"name=\\\"Menus\\\"\\>Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0100.xhp#par_id3150012.2.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0100.xhp#par_id3150012.2.help.text\n"
"The following section lists the help topics available for menus and dialogs."
msgstr ""

#: helpcontent2/source/text/simpress/main0100.xhp#par_idN1063D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Inserts a new slide or "
"page after the selected slide or page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0100.xhp#par_idN10668.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens a dialog where you "
"can rename the selected slide or page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0100.xhp#par_idN1068B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Hides the selected slide "
"from a slide show. Choose again to unhide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#tit.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3153190.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0101.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#par_id3154321.2.help.text
msgid "This menu contains commands that apply to the whole document."
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3149379.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3149379.4.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3149018.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3149018.6.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3145792.14.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3145792.14.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3145389.7.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3145389.7.help.text\n"
"\\<link href=\\\"text/simpress/01/01170000.xhp\\\" "
"name=\\\"Export\\\"\\>Export\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3155524.9.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3155524.9.help.text\n"
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" "
"name=\\\"Properties\\\"\\>Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3150051.12.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3150051.12.help.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0101.xhp#hd_id3146965.13.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0101.xhp#hd_id3146965.13.help.text\n"
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Settings\\\"\\>Printer Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3153726.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0102.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#par_id3151075.2.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#par_id3151075.2.help.text\n"
"This menu contains commands for editing the contents of a document."
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3146316.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3146316.3.help.text\n"
"\\<link href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste "
"Special\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3154659.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3154659.4.help.text\n"
"\\<link href=\\\"text/shared/01/02100000.xhp\\\" name=\\\"Find & "
"Replace\\\"\\>Find & Replace\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3148866.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3148866.5.help.text\n"
"\\<link href=\\\"text/simpress/01/02120000.xhp\\\" "
"name=\\\"Duplicate\\\"\\>Duplicate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3154649.11.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3154649.11.help.text\n"
"\\<link href=\\\"text/shared/01/05270000.xhp\\\" "
"name=\\\"Points\\\"\\>Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#par_id3154766.12.help.text
msgid "Switches the \\<emph\\>Edit Points\\</emph\\> mode on and off."
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3145116.13.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10030200.xhp\\\" name=\\\"Glue "
"Points\\\"\\>Glue Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#par_id3147403.14.help.text
msgid "Switches the \\<emph\\>Edit Glue Points\\</emph\\> mode on and off."
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3150396.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3150396.6.help.text\n"
"\\<link href=\\\"text/simpress/01/02160000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3150533.15.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3150533.15.help.text\n"
"\\<link href=\\\"text/simpress/guide/layers.xhp\\\" "
"name=\\\"Layer\\\"\\>Layer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#par_id3149941.16.help.text
msgid "Displays a submenu with commands for layers."
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3149355.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3149355.8.help.text\n"
"\\<link href=\\\"text/shared/01/02180000.xhp\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3145590.9.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3145590.9.help.text\n"
"\\<link href=\\\"text/shared/01/02220000.xhp\\\" "
"name=\\\"ImageMap\\\"\\>ImageMap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0102.xhp#hd_id3145082.10.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0102.xhp#hd_id3145082.10.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0103.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/simpress/main0103.xhp#hd_id3150297.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0103.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0103.xhp#par_id3149378.2.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0103.xhp#par_id3149378.2.help.text\n"
"This menu contains commands for controlling the on-screen display of the "
"document."
msgstr ""

#: helpcontent2/source/text/simpress/main0103.xhp#hd_id3149121.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0103.xhp#hd_id3149121.3.help.text\n"
"\\<link href=\\\"text/shared/01/03010000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3153726.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0104.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#par_id3146971.2.help.text
msgid ""
"This menu contains the commands that are used to insert new elements into "
"the document, for example, graphics, objects, special characters and other "
"files."
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3145801.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3145801.3.help.text\n"
"\\<link href=\\\"text/simpress/01/04010000.xhp\\\" "
"name=\\\"Slide\\\"\\>Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#par_idN105C7.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03152000.xhp\\\"\\>Page Number\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#par_idN10609.help.text
msgid "Adds the slide number or the page number."
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#par_idN105D7.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03152000.xhp\\\"\\>Date and Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#par_idN10624.help.text
msgid "Adds the date and time as a field."
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3153964.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3153964.4.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Character\\\"\\>Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3145790.10.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3145790.10.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#par_idN10651.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06050000.xhp\\\"\\>Animated "
"Image\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3148612.11.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3148612.11.help.text\n"
"\\<link href=\\\"text/shared/01/04060000.xhp\\\" "
"name=\\\"Scan\\\"\\>Scan\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3145768.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3145768.5.help.text\n"
"\\<link href=\\\"text/simpress/01/04080100.xhp\\\" "
"name=\\\"Spreadsheet\\\"\\>Spreadsheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3143232.7.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3143232.7.help.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" "
"name=\\\"Chart\\\"\\>Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3153812.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3153812.8.help.text\n"
"\\<link href=\\\"text/shared/01/04160500.xhp\\\" name=\\\"Floating "
"Frame\\\"\\>Floating Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0104.xhp#hd_id3149050.9.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0104.xhp#hd_id3149050.9.help.text\n"
"\\<link href=\\\"text/simpress/01/04110000.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3152596.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0105.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#par_id3145801.2.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#par_id3145801.2.help.text\n"
"Contains commands for formatting the layout and the contents of your "
"document."
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3147401.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3147401.8.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3149941.10.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3149941.10.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3147299.15.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3147299.15.help.text\n"
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Numbering/Bullets\\\"\\>Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3148727.11.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3148727.11.help.text\n"
"\\<link href=\\\"text/simpress/01/01180000.xhp\\\" "
"name=\\\"Page\\\"\\>Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3149499.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3149499.6.help.text\n"
"\\<link href=\\\"text/shared/01/05230000.xhp\\\" name=\\\"Position and "
"Size\\\"\\>Position and Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3154510.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3154510.3.help.text\n"
"\\<link href=\\\"text/shared/01/05200000.xhp\\\" "
"name=\\\"Line\\\"\\>Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3149021.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3149021.4.help.text\n"
"\\<link href=\\\"text/shared/01/05210000.xhp\\\" "
"name=\\\"Area\\\"\\>Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3155961.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0105.xhp#hd_id3155961.5.help.text\n"
"\\<link href=\\\"text/shared/01/05990000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3156286.4.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05120000.xhp\\\" name=\\\"Page "
"Layout...\\\"\\>Slide Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0105.xhp#hd_id3163827.12.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130000.xhp\\\" name=\\\"Modify "
"Layout\\\"\\>Slide Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0106.xhp#tit.help.text\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/simpress/main0106.xhp#hd_id3154017.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0106.xhp\\\" "
"name=\\\"Tools\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0106.xhp#par_id3155064.2.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0106.xhp#par_id3155064.2.help.text\n"
"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."
msgstr ""

#: helpcontent2/source/text/simpress/main0106.xhp#hd_id3153248.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0106.xhp#hd_id3153248.4.help.text\n"
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0106.xhp#hd_id3149130.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0106.xhp#hd_id3149130.6.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Configure\\\"\\>Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0107.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0107.xhp#tit.help.text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/simpress/main0107.xhp#hd_id3153770.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0107.xhp\\\" "
"name=\\\"Window\\\"\\>Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0107.xhp#par_id3147435.2.help.text
msgid "Contains commands for manipulating and displaying document windows."
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#tit.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3154020.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0113.xhp\\\" "
"name=\\\"Modify\\\"\\>Modify\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#par_id3154321.2.help.text
msgid "Contains commands for working with objects in your document."
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3153188.9.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#hd_id3153188.9.help.text\n"
"\\<link href=\\\"text/shared/02/05090000.xhp\\\" "
"name=\\\"Rotate\\\"\\>Rotate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#par_id3149378.10.help.text
msgid "Rotates the selected object(s)."
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3149019.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#hd_id3149019.8.help.text\n"
"\\<link href=\\\"text/shared/01/05360000.xhp\\\" "
"name=\\\"Distribution\\\"\\>Distribution\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3153966.3.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05190000.xhp\\\" name=\\\"Name "
"Object\\\"\\>Name Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3154656.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#hd_id3154656.4.help.text\n"
"\\<link href=\\\"text/shared/01/05290100.xhp\\\" "
"name=\\\"Group\\\"\\>Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3153484.7.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#hd_id3153484.7.help.text\n"
"\\<link href=\\\"text/shared/01/05290200.xhp\\\" "
"name=\\\"Ungroup\\\"\\>Ungroup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3148870.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#hd_id3148870.5.help.text\n"
"\\<link href=\\\"text/shared/01/05290300.xhp\\\" name=\\\"Edit "
"Group\\\"\\>Edit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0113.xhp#hd_id3143233.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0113.xhp#hd_id3143233.6.help.text\n"
"\\<link href=\\\"text/shared/01/05290400.xhp\\\" name=\\\"Exit "
"Group\\\"\\>Exit Group\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0114.xhp#tit.help.text\n"
"Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0114.xhp\\\" name=\\\"Slide "
"Show\\\"\\>Slide Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#par_id3145252.2.help.text
msgid "Contains commands and options for running a presentation."
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#hd_id3154510.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0114.xhp#hd_id3154510.3.help.text\n"
"\\<link href=\\\"text/simpress/01/06080000.xhp\\\" name=\\\"Slide Show "
"Settings\\\"\\>Slide Show Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#hd_id3153486.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0114.xhp#hd_id3153486.5.help.text\n"
"\\<link href=\\\"text/simpress/01/06070000.xhp\\\" "
"name=\\\"Interaction\\\"\\>Interaction\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#par_idN10611.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06060000.xhp\\\"\\>Custom "
"Animation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0114.xhp#hd_id3153711.4.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06100000.xhp\\\" name=\\\"Custom Slide "
"Show\\\"\\>Custom Slide Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0200.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/simpress/main0200.xhp#hd_id3147434.1.help.text
msgid ""
"\\<variable id=\\\"main0200\\\"\\>\\<link "
"href=\\\"text/simpress/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0202.xhp#tit.help.text\n"
"Formatting Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#hd_id3149664.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0202.xhp\\\" name=\\\"Formatting "
"Bar\\\"\\>Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#par_id3153729.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>The Formatting Bar contains commands and options "
"that you can apply in the current view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#hd_id3156382.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0202.xhp#hd_id3156382.3.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Style\\\"\\>Line Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#hd_id3159184.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0202.xhp#hd_id3159184.4.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Width\\\"\\>Line Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#hd_id3150250.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0202.xhp#hd_id3150250.5.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Color\\\"\\>Line Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#hd_id3148609.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0202.xhp#hd_id3148609.6.help.text\n"
"\\<link href=\\\"text/shared/01/05210100.xhp\\\" name=\\\"Area Style / "
"Filling\\\"\\>Area Style / Filling\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0202.xhp#hd_id3150048.7.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0202.xhp#hd_id3150048.7.help.text\n"
"\\<link href=\\\"text/shared/01/05210600.xhp\\\" "
"name=\\\"Shadow\\\"\\>Shadow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0203.xhp#tit.help.text\n"
"Text Formatting Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#hd_id3150010.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0203.xhp\\\" name=\\\"Text Formatting "
"Bar\\\"\\>Text Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#par_id3152597.2.help.text
msgid ""
"To display the \\<emph\\>Text Formatting\\</emph\\> Bar, place the cursor "
"inside a text object."
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#hd_id3151391.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0203.xhp#hd_id3151391.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020200.xhp\\\" name=\\\"Font "
"Color\\\"\\>Font Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#hd_id3154645.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0203.xhp#hd_id3154645.5.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#hd_id3149984.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0203.xhp#hd_id3149984.6.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0203.xhp#hd_id3153619.7.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Numbering Symbols\\\"\\>Numbering "
"Symbols\\</link\\>\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0204.xhp#tit.help.text
msgid "Slide View Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0204.xhp#hd_id3150010.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0204.xhp\\\" name=\\\"Slide View "
"Bar\\\"\\>Slide View Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0204.xhp#par_id3146971.2.help.text
msgid ""
"\\<ahelp hid=\\\"dummy\\\"\\>The \\<emph\\>Slide View\\</emph\\> bar opens "
"with the Slide Sorter view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0206.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0206.xhp#tit.help.text\n"
"Status Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0206.xhp#hd_id3153768.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0206.xhp\\\" name=\\\"Status "
"Bar\\\"\\>Status Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0206.xhp#par_id3154020.2.help.text
msgid ""
"The status bar displays information about your document, including the "
"currently selected object. You can double-click some status bar items to "
"open a related dialog window."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0209.xhp#tit.help.text\n"
"Rulers"
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#bm_id3153191.help.text
msgid ""
"\\<bookmark_value\\>rulers; in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>origin of "
"rulers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#hd_id3153191.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0209.xhp\\\" "
"name=\\\"Rulers\\\"\\>Rulers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3149666.2.help.text
msgid ""
"You can use vertical and horizontal rulers at the left and upper edges of "
"the $[officename] Impress workspace to assist you in creating your slide. "
"The sections of the rulers that cover the area of the slide are white."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3153963.4.help.text
msgid ""
"When you select an object, its dimensions are displayed on the rulers as "
"gray double lines. To precisely resize the object, drag one of the double "
"lines to a new location on the ruler."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3150206.8.help.text
msgid ""
"When you select a text object on a slide, indents and tabs are displayed on "
"the horizontal ruler. To change the indent or tab settings for the text "
"object, drag an indent or a tab marker to a new location on the ruler."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3150253.7.help.text
msgid ""
"You can also drag a \\<link href=\\\"text/simpress/01/04030000.xhp\\\" "
"name=\\\"snap line\\\"\\>snap line\\</link\\> from a ruler to help you align "
"objects on your slide. To insert a snap line using a ruler, drag the edge of "
"a ruler into the slide."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3153820.3.help.text
msgid ""
"To show or hide the rulers, choose \\<link "
"href=\\\"text/simpress/01/03060000.xhp\\\" name=\\\"View - "
"Rulers\\\"\\>\\<emph\\>View - Rulers\\</emph\\>\\</link\\>. "
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3148609.9.help.text
msgid ""
"To specify the measurement units for a ruler, right-click the ruler, and "
"then choose a new unit from the list."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3149129.6.help.text
msgid ""
"To change the origin (0 point) of the rulers, drag the intersection of the "
"two rulers in the top left corner into the workspace. Vertical and "
"horizontal guides appear. Continue to drag until the vertical and horizontal "
"guides are where you want the new origin to be, and then release. To reset "
"the origins of the rulers to the default values, double-click the "
"intersection."
msgstr ""

#: helpcontent2/source/text/simpress/main0209.xhp#par_id3154651.5.help.text
msgid ""
"To change the slide margins, drag the edge of the white areas in the rulers."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#tit.help.text\n"
"Drawing Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#hd_id3150342.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0210.xhp\\\" name=\\\"Drawing "
"Bar\\\"\\>Drawing Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3150202.2.help.text
msgid ""
"\\<ahelp hid=\\\"RID_DRAW_TOOLBOX\\\"\\>The \\<emph\\>Drawing\\</emph\\> bar "
"contains frequently used editing tools. Click the arrow next to an icon to "
"open a toolbar that contains additional commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#hd_id3155962.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#hd_id3155962.3.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3148488.4.help.text
msgid ""
"To select an object on the current slide, click the "
"\\<emph\\>Select\\</emph\\> tool (white arrow) on the Drawing bar, and then "
"click the object."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3148610.5.help.text
msgid "To select more than one object, hold down Shift while you click."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3148699.6.help.text
msgid ""
"To select an object that is behind another object, hold \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>, and then "
"click the object. To select the next underlying object in the stacking, hold "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>, and then click again. To return the selection "
"to the previously selected object, hold down Shift + \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>, and then "
"click."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3154651.7.help.text
msgid ""
"To add text to a selected object, double-click the object and type or enter "
"your text."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3153812.12.help.text
msgid ""
"To remove a selection, click anywhere outside the selected object, or press "
"Escape."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN106B0.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN106B0.help.text\n"
"\\<link href=\\\"text/simpress/02/10060000.xhp\\\"\\>Rectangle\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN106C0.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN106C0.help.text\n"
"Draws a filled rectangle where you drag in the current document. Click where "
"you want to place a corner of the rectangle, and drag to the size you want. "
"To draw a square, hold down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN106CD.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN106CD.help.text\n"
"\\<link href=\\\"text/simpress/02/10070000.xhp\\\"\\>Ellipse\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN106DD.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN106DD.help.text\n"
"Draws a filled oval where you drag in the current document. Click where you "
"want to draw the oval, and drag to the size you want. To draw a circle, hold "
"down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN106EA.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN106EA.help.text\n"
"\\<link href=\\\"text/simpress/02/10050000.xhp\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN106FA.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN106FA.help.text\n"
"Draws a text box where you click or drag in the current document. Click "
"anywhere in the document, and then type or paste your text."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN10770.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN10770.help.text\n"
"\\<link href=\\\"text/shared/01/05270000.xhp\\\" "
"name=\\\"Points\\\"\\>Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN10780.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN10780.help.text\n"
"Enables you to edit points on your drawing."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN10783.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN10783.help.text\n"
"\\<link href=\\\"text/simpress/02/10030200.xhp\\\" name=\\\"Glue "
"points\\\"\\>Glue Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN10793.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN10793.help.text\n"
"Enables you to edit glue points on your drawing."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#hd_id3153078.8.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10030000.xhp\\\" "
"name=\\\"Rotate\\\"\\>Rotate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_id3154556.9.help.text
msgid "This tool is used to rotate the object."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN107FF.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN107FF.help.text\n"
"\\<link href=\\\"text/shared/3dsettings_toolbar.xhp\\\"\\>Extrusion "
"On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#par_idN1080F.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#par_idN1080F.help.text\n"
"Switches the 3D effects on and off for the selected objects."
msgstr ""

#: helpcontent2/source/text/simpress/main0210.xhp#hd_id3145350.11.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0210.xhp#hd_id3145350.11.help.text\n"
"\\<link href=\\\"text/simpress/01/06070000.xhp\\\" "
"name=\\\"Interaction\\\"\\>Interaction\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0211.xhp#tit.help.text
msgid "Outline Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0211.xhp#hd_id3154013.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0211.xhp\\\" name=\\\"Outline "
"Bar\\\"\\>Outline Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0211.xhp#par_id3145252.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>In\\<emph\\> Outline View\\</emph\\>, the Outline "
"bar contains frequently used editing tools.\\</ahelp\\> Click the arrow next "
"to an icon to open a toolbar that contains additional commands."
msgstr ""

#: helpcontent2/source/text/simpress/main0211.xhp#hd_id3153912.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0211.xhp#hd_id3153912.8.help.text\n"
"\\<link href=\\\"text/simpress/01/03130000.xhp\\\" name=\\\"Slide "
"Show\\\"\\>Slide Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0212.xhp#tit.help.text
msgid "Slide Sorter Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0212.xhp#hd_id3149664.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0212.xhp\\\" name=\\\"Slide Sorter "
"Bar\\\"\\>Slide Sorter Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0212.xhp#par_id3146970.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>In\\<emph\\> Slide Sorter\\</emph\\> view, the "
"\\<emph\\>Slide Sorter\\</emph\\> bar can be used.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0212.xhp#hd_id3153711.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0212.xhp#hd_id3153711.8.help.text\n"
"\\<link href=\\\"text/simpress/01/03130000.xhp\\\" name=\\\"Slide "
"Show\\\"\\>Slide Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#tit.help.text\n"
"Options Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150012.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0213.xhp\\\" name=\\\"Options "
"Bar\\\"\\>Options Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#par_id3146971.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>To display the \\<emph\\>Options Bar\\</emph\\>, "
"choose \\<emph\\>View - Toolbars - Options Bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3148487.3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3148487.3.help.text\n"
"\\<link href=\\\"text/shared/02/01171200.xhp\\\" name=\\\"Display "
"Grid\\\"\\>Display Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3148700.4.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3148700.4.help.text\n"
"\\<link href=\\\"text/shared/02/01171400.xhp\\\" name=\\\"Guides When "
"Moving\\\"\\>Guides When Moving\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3149603.5.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3149603.5.help.text\n"
"\\<link href=\\\"text/shared/02/01171300.xhp\\\" name=\\\"Snap to "
"Grid\\\"\\>Snap to Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3143233.6.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3143233.6.help.text\n"
"\\<link href=\\\"text/simpress/02/13140000.xhp\\\" name=\\\"Snap to Snap "
"Lines\\\"\\>Snap to Snap Lines\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3146966.7.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3146966.7.help.text\n"
"\\<link href=\\\"text/simpress/02/13150000.xhp\\\" name=\\\"Snap to Page "
"Margins\\\"\\>Snap to Page Margins\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3149051.8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3149051.8.help.text\n"
"\\<link href=\\\"text/simpress/02/13160000.xhp\\\" name=\\\"Snap to Object "
"Border\\\"\\>Snap to Object Border\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150392.9.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150392.9.help.text\n"
"\\<link href=\\\"text/simpress/02/13170000.xhp\\\" name=\\\"Snap to Object "
"Points\\\"\\>Snap to Object Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3156401.10.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3156401.10.help.text\n"
"\\<link href=\\\"text/simpress/02/13180000.xhp\\\" name=\\\"Allow Quick "
"Editing\\\"\\>Allow Quick Editing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3145823.11.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3145823.11.help.text\n"
"\\<link href=\\\"text/simpress/02/13190000.xhp\\\" name=\\\"Select Text Area "
"Only\\\"\\>Select Text Area Only\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3154506.12.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3154506.12.help.text\n"
"\\<link href=\\\"text/simpress/02/13200000.xhp\\\" name=\\\"Picture "
"Placeholders\\\"\\>Picture Placeholders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150018.13.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150018.13.help.text\n"
"\\<link href=\\\"text/simpress/02/13210000.xhp\\\" name=\\\"Contour "
"Mode\\\"\\>Contour Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150567.14.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3150567.14.help.text\n"
"\\<link href=\\\"text/simpress/02/13220000.xhp\\\" name=\\\"Text "
"Placeholders\\\"\\>Text Placeholders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0213.xhp#hd_id3145349.15.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0213.xhp#hd_id3145349.15.help.text\n"
"\\<link href=\\\"text/simpress/02/13230000.xhp\\\" name=\\\"Line Contour "
"Only\\\"\\>Line Contour Only\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0214.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/main0214.xhp#tit.help.text\n"
"Picture Bar"
msgstr ""

#: helpcontent2/source/text/simpress/main0214.xhp#hd_id3151245.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/main0214.xhp\\\" name=\\\"Picture "
"Bar\\\"\\>Picture Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0214.xhp#par_id3150543.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>When you select a picture, the "
"\\<emph\\>Picture\\</emph\\> bar opens.\\</ahelp\\> Use this \\<link "
"href=\\\"text/shared/00/00000005.xhp#andocken\\\" "
"name=\\\"dockable\\\"\\>dockable\\</link\\> bar to set the color, contrast, "
"and brightness options for the selected graphic object(s)."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#tit.help.text
msgid "$[officename] Impress Features"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#hd_id3146119.1.help.text
msgid ""
"\\<variable id=\\\"main0503\\\"\\>\\<link "
"href=\\\"text/simpress/main0503.xhp\\\" name=\\\"$[officename] Impress "
"Features\\\"\\>$[officename] Impress Features\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3151074.2.help.text
msgid ""
"$[officename] Impress lets you create professional slide shows that can "
"include charts, drawing objects, text, multimedia and a variety of other "
"items. If you want, you can even import and modify Microsoft PowerPoint "
"presentations."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3149379.3.help.text
msgid ""
"For on-screen slide shows, animation, slide transitions and multimedia are a "
"few of the techniques you can use to make your presentation more exciting."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#hd_id3154016.22.help.text
msgid "Creating Vector Graphics"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3154485.23.help.text
msgid ""
"Many of the tools for creating vector graphics in $[officename] Draw are "
"available in $[officename] Impress."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#hd_id3150208.12.help.text
msgid "Creating Slides"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3153247.13.help.text
msgid ""
"$[officename] Impress provides you with templates to create professional-"
"looking slides."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3148610.14.help.text
msgid ""
"You can also assign a number of  dynamic effects to your slides, including "
"animation and transition  effects."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#hd_id3153820.15.help.text
msgid "Creating Presentations"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3153917.16.help.text
msgid ""
"Several views or pages are available when you design a slide show. For "
"example, the Slide Sorter displays an overview of your slides in thumbnail "
"form, while the Handout page contains both the slide and the text you want "
"to distribute to the audience."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3148608.17.help.text
msgid ""
"$[officename] Impress also lets you rehearse the timing of your slide show."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#hd_id3154649.24.help.text
msgid "Publishing Presentations"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3150046.25.help.text
msgid ""
"You can publish your slides on-screen, as handouts, or as HTML documents."
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#hd_id3146965.18.help.text
msgid "Giving Presentations"
msgstr ""

#: helpcontent2/source/text/simpress/main0503.xhp#par_id3145114.19.help.text
msgid ""
"$[officename] Impress gives you the choice of running a slide show "
"automatically or manually."
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#tit.help.text
msgid "To access this command"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#hd_id3149655.1.help.text
msgid "\\<variable id=\\\"wie\\\"\\>To access this command\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3147435.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_rect.png\\\" "
"id=\\\"img_id3156441\\\"\\>\\<alt "
"id=\\\"alt_id3156441\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3145801.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000004.xhp#par_id3145801.2.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3150749.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_ellipse.png\\\" "
"id=\\\"img_id3155065\\\"\\>\\<alt "
"id=\\\"alt_id3155065\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3147344.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000004.xhp#par_id3147344.3.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3147004.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_linetoolbox.png\\\" "
"id=\\\"img_id3159236\\\"\\>\\<alt "
"id=\\\"alt_id3159236\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3150202.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000004.xhp#par_id3150202.4.help.text\n"
"Curve"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3156449.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_objectalign.png\\\" "
"id=\\\"img_id3149409\\\"\\>\\<alt "
"id=\\\"alt_id3149409\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3157979.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000004.xhp#par_id3157979.5.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3159208.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_bringtofront.png\\\" "
"id=\\\"img_id3159231\\\"\\>\\<alt "
"id=\\\"alt_id3159231\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000004.xhp#par_id3153013.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000004.xhp#par_id3153013.6.help.text\n"
"Arrange"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000401.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000401.xhp#tit.help.text\n"
"File Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000401.xhp#hd_id3153188.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000401.xhp#hd_id3153188.1.help.text\n"
"File Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000401.xhp#par_id3146974.2.help.text
msgid ""
"\\<variable id=\\\"dtvlc\\\"\\>Choose \\<emph\\>File - "
"Export\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000402.xhp#tit.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#hd_id3150792.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000402.xhp#hd_id3150792.1.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id3145171.2.help.text
msgid "Choose \\<emph\\>Edit - Duplicate\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id3156441.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000402.xhp#par_id3156441.7.help.text\n"
"Shift+F3"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id3149263.3.help.text
msgid ""
"\\<variable id=\\\"bearbueber\\\"\\>Choose \\<emph\\>Edit - Cross-"
"fading\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id3149666.4.help.text
msgid ""
"\\<variable id=\\\"basl\\\"\\>Impress: Choose \\<emph\\>Edit - Delete "
"Slide\\</emph\\> / Draw: Choose \\<emph\\>Edit - Delete "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id3147397.5.help.text
msgid ""
"\\<variable id=\\\"baebl\\\"\\>Choose \\<emph\\>Edit - Layer - "
"Delete\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id3155603.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000402.xhp#par_id3155603.6.help.text\n"
"\\<variable id=\\\"feldbefehl\\\"\\>Choose \\<emph\\>Edit - "
"Fields\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000402.xhp#par_id8695944.help.text
msgid ""
"\\<variable id=\\\"gluebar\\\"\\>Click the \\<emph\\>Glue Points\\</emph\\> "
"icon on the Drawing Bar \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000403.xhp#tit.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#hd_id3150542.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000403.xhp#hd_id3150542.1.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3148798.2.help.text
msgid ""
"\\<variable id=\\\"aslal\\\"\\>Choose \\<emph\\>View - "
"Ruler\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3153771.3.help.text
msgid ""
"\\<variable id=\\\"option\\\"\\>Choose \\<emph\\>View - Toolbars - "
"Options\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3152576.4.help.text
msgid "Choose \\<emph\\>View - Toolbars - Presentation\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3153142.5.help.text
msgid ""
"On the \\<emph\\>Line and Filling\\</emph\\>\\<emph\\>Bar\\</emph\\>, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3150717.help.text
msgid ""
"\\<image id=\\\"img_id3149124\\\" "
"src=\\\"res/commandimagelist/sc_commontaskbarvisible.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149124\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3156383.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000403.xhp#par_id3156383.6.help.text\n"
"Presentation"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3146316.8.help.text
msgid ""
"\\<variable id=\\\"quali\\\"\\>Choose \\<emph\\>View - "
"Color/Grayscale\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN106A4.help.text
msgid ""
"\\<variable id=\\\"taskpane\\\"\\>Choose \\<emph\\>View - Task "
"Pane\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3166426.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000403.xhp#par_id3166426.10.help.tex"
"t\n"
"Choose \\<emph\\>View - Normal\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3157982.13.help.text
msgid "Choose \\<emph\\>View - Outline\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3149875.16.help.text
msgid "Choose \\<emph\\>View - Slide Sorter\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3149352.19.help.text
msgid "Choose \\<emph\\>View - Notes Page \\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3155255.22.help.text
msgid "Choose \\<emph\\>View - Handout Page\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3154328.25.help.text
msgid "Choose \\<emph\\>Slide Show - Slide Show\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3150134.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000403.xhp#par_id3150134.44.help.tex"
"t\n"
"F5"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3145244.26.help.text
msgid "On the \\<emph\\>Presentation\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3148768.help.text
msgid ""
"\\<image id=\\\"img_id3148774\\\" "
"src=\\\"res/commandimagelist/sc_presentation.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148774\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3151016.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000403.xhp#par_id3151016.27.help.tex"
"t\n"
"Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3153719.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000403.xhp#par_id3153719.31.help.tex"
"t\n"
"Choose \\<emph\\>View - Normal\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3151264.34.help.text
msgid "Choose \\<emph\\>View - Master\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN10AF7.help.text
msgid ""
"\\<variable id=\\\"masterlayouts\\\"\\>Choose \\<emph\\>View - Master - "
"Slide Master \\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN10B19.help.text
msgid ""
"\\<variable id=\\\"notesmaster\\\"\\>Choose \\<emph\\>View - Master - Notes "
"Master\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN10B07.help.text
msgid ""
"\\<variable id=\\\"master\\\"\\>Choose \\<emph\\>View - Master - Master "
"Elements\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN10B57.help.text
msgid "Choose \\<emph\\>View - Header and Footer\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN10B6E.help.text
msgid "Choose \\<emph\\>Insert - Page number\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_idN10B74.help.text
msgid "Choose \\<emph\\>Insert - Date and time\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3149286.37.help.text
msgid ""
"\\<variable id=\\\"hinterzeichnung\\\"\\>Choose \\<emph\\>View - "
"Normal\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3153480.56.help.text
msgid ""
"\\<variable id=\\\"master_drawing\\\"\\>Choose \\<emph\\>View - Master - "
"Slide Master\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3147254.39.help.text
msgid ""
"\\<variable id=\\\"hinternotizen\\\"\\>Choose \\<emph\\>View - Notes "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000403.xhp#par_id3151171.40.help.text
msgid ""
"\\<variable id=\\\"hinterhandzettel\\\"\\>Choose \\<emph\\>View - Handout "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000404.xhp#tit.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#hd_id3143219.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#hd_id3143219.1.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3147264.2.help.text
msgid ""
"Choose \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<emph\\>Insert - "
"Slide\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Insert - "
"Page\\</emph\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3152597.3.help.text
msgid "On the \\<emph\\>Presentation\\</emph\\> bar, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3145251.help.text
msgid ""
"\\<image id=\\\"img_id3151073\\\" "
"src=\\\"res/commandimagelist/sc_insertdoc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151073\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3154512.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#par_id3154512.4.help.text\n"
"Slide"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3155064.5.help.text
msgid ""
"\\<variable id=\\\"seiteduplizieren\\\"\\>Choose \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>\\<emph\\>Insert - Duplicate "
"Slide\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Insert - "
"Duplicate "
"Page\\</emph\\>\\</defaultinline\\>\\</switchinline\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153711.6.help.text
msgid ""
"\\<variable id=\\\"seitegliederung\\\"\\>Choose \\<emph\\>Insert - Expand "
"Slide\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3154254.7.help.text
msgid ""
"\\<variable id=\\\"uebersicht\\\"\\>Choose \\<emph\\>Insert - Summary "
"Slide\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3147002.8.help.text
msgid ""
"Choose \\<emph\\>Insert - Layer\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3150363.27.help.text
msgid ""
"Open context menu of layer tabs - choose \\<emph\\>Insert Layer\\</emph\\> "
"(\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3155376.9.help.text
msgid ""
"Choose \\<emph\\>Insert - Snap Point/Line\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3154372.28.help.text
msgid ""
"In a slide, open a context menu and choose \\<emph\\>Insert Snap "
"Point/Line\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3145388.10.help.text
msgid ""
"\\<variable id=\\\"efglbe\\\"\\>Select a snap point or line, open the "
"context menu, and choose \\<emph\\>Edit Snap "
"Point/Line\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3151239.11.help.text
msgid "Choose \\<emph\\>Insert - Spreadsheet\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3144769.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#par_id3144769.12.help.tex"
"t\n"
"On the \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3163703.help.text
msgid ""
"\\<image id=\\\"img_id3145361\\\" "
"src=\\\"res/commandimagelist/sc_grid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145361\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3146963.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#par_id3146963.13.help.tex"
"t\n"
"Spreadsheet"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153075.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153075.14.help.tex"
"t\n"
"Choose \\<emph\\>Insert - File\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153958.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153958.15.help.tex"
"t\n"
"On the \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3156397.help.text
msgid ""
"\\<image id=\\\"img_id3145237\\\" "
"src=\\\"res/commandimagelist/sc_inserttoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145237\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3157900.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000404.xhp#par_id3157900.16.help.tex"
"t\n"
"File"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3149351.17.help.text
msgid ""
"\\<variable id=\\\"feldbf\\\"\\>Choose \\<emph\\>Insert - "
"Fields\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3150477.22.help.text
msgid ""
"\\<variable id=\\\"feldbf1\\\"\\>Choose \\<emph\\>Insert - Fields - Date "
"(fixed)\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3146879.18.help.text
msgid ""
"\\<variable id=\\\"feldbf2\\\"\\>Choose \\<emph\\>Insert - Fields - Date "
"(variable)\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153036.19.help.text
msgid ""
"\\<variable id=\\\"feldbf3\\\"\\>Choose \\<emph\\>Insert - Fields - Time "
"(fixed)\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3145590.20.help.text
msgid ""
"\\<variable id=\\\"feldbf4\\\"\\>Choose \\<emph\\>Insert - Fields - Time "
"(variable)\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3153935.21.help.text
msgid ""
"\\<variable id=\\\"feldbf5\\\"\\>Choose Insert \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>- "
"Fields\\</caseinline\\>\\</switchinline\\>- Page Number\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3148583.23.help.text
msgid ""
"\\<variable id=\\\"feldbf6\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Author\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000404.xhp#par_id3155951.24.help.text
msgid ""
"\\<variable id=\\\"feldbf7\\\"\\>Choose \\<emph\\>Insert - Fields - File "
"Name\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000405.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#hd_id3147001.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000405.xhp#hd_id3147001.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3148489.2.help.text
msgid ""
"On the context menu of a dimension line, choose "
"\\<emph\\>Dimensions\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3150207.15.help.text
msgid ""
"On the \\<emph\\>Arrows \\</emph\\>toolbar (%PRODUCTNAME Draw only), click "
"the \\<emph\\>Dimension Line\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3155530.9.help.text
msgid ""
"\\<variable id=\\\"frtite\\\"\\>Choose \\<emph\\>Format - "
"Page\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3145386.13.help.text
msgid ""
"\\<variable id=\\\"frtites\\\"\\>Choose \\<emph\\>Format - Page "
"\\</emph\\>and then click the \\<emph\\>Page \\</emph\\>tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3148866.14.help.text
msgid ""
"\\<variable id=\\\"frtiteh\\\"\\>Choose \\<emph\\>Format - Page\\</emph\\> "
"and then click the \\<emph\\>Background\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3155266.10.help.text
msgid ""
"\\<variable id=\\\"adnsei\\\"\\>Choose \\<emph\\>Format - Slide "
"Layout\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3152874.11.help.text
msgid ""
"In a Draw document, right-click a layer tab and choose \\<emph\\>Modify "
"Layer\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3154765.17.help.text
msgid "Choose \\<emph\\>Format - Layer\\</emph\\> (only $[officename] Draw)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000405.xhp#par_id3153012.12.help.text
msgid ""
"\\<variable id=\\\"seitenvorlage\\\"\\>Choose \\<emph\\>Format - Slide "
"Design\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000406.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000406.xhp#tit.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000406.xhp#hd_id3153770.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000406.xhp#hd_id3153770.1.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000406.xhp#par_id3153727.2.help.text
msgid ""
"\\<variable id=\\\"silbentrennung\\\"\\>Choose \\<emph\\>Tools - "
"Hyphenation\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000406.xhp#par_id3163803.22.help.text
msgid ""
"\\<variable id=\\\"neuprae\\\"\\>Choose \\<emph\\>Slide Show - Custom Slide "
"Show and then click New\\</emph\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000407.xhp#tit.help.text\n"
"Slide Show Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#hd_id3150541.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000407.xhp#hd_id3150541.1.help.text\n"
"Slide Show Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3158394.2.help.text
msgid ""
"\\<variable id=\\\"etdaw\\\"\\>Choose \\<emph\\>Slide Show - Slide "
"Transition\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3152576.3.help.text
msgid "Choose \\<emph\\>Insert - Animated Image\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3149262.6.help.text
msgid "Choose \\<emph\\>Slide Show - Custom Animation\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3146976.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000407.xhp#par_id3146976.7.help.text\n"
"On the \\<emph\\>Drawing\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3155603.help.text
msgid ""
"\\<image id=\\\"img_id3149400\\\" "
"src=\\\"res/commandimagelist/sc_customanimation.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149400\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3154754.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000407.xhp#par_id3154754.8.help.text\n"
"Custom Animation"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3146316.9.help.text
msgid "Choose \\<emph\\>Slide Show - Interaction\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3149257.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000407.xhp#par_id3149257.10.help.tex"
"t\n"
"On the \\<emph\\>Drawing\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3154649.help.text
msgid ""
"\\<image id=\\\"img_id3150205\\\" "
"src=\\\"res/commandimagelist/sc_animationeffects.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150205\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3155380.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000407.xhp#par_id3155380.11.help.tex"
"t\n"
"Interaction"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3152987.12.help.text
msgid ""
"\\<variable id=\\\"praesent\\\"\\>Choose \\<emph\\>Slide Show - Slide Show "
"Settings\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000407.xhp#par_id3155089.13.help.text
msgid ""
"\\<variable id=\\\"indipra\\\"\\>Choose \\<emph\\>Slide Show - Custom Slide "
"Show\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/00/00000413.xhp#tit.help.text\n"
"Modify Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#hd_id3152578.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000413.xhp#hd_id3152578.1.help.text\n"
"Modify Menu"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3151075.2.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert \\</emph\\>(\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153415.46.help.text
msgid ""
"Open the context menu of a selected object and choose "
"\\<emph\\>Convert\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3149124.3.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To Curve\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3149018.27.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"Curve\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3156384.4.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To Polygon\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3154702.26.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"Polygon\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3147001.5.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To 3D\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3155111.28.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"3D \\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150205.6.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To 3D Rotation Object\\</emph\\> "
"(\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3152992.29.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"3D Rotation Body\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3152986.33.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To Bitmap\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3149409.34.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"Bitmap\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3148870.35.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To Metafile\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3148608.36.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"Metafile\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153246.41.help.text
msgid ""
"Choose \\<emph\\>Modify - Convert - To Contour\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3159231.42.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Convert - To "
"Contour\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153008.7.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - In Front of Object\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3145117.30.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Arrange - In "
"Front of Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3147249.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000413.xhp#par_id3147249.8.help.text\n"
"On the Drawing bar, open the \\<emph\\>Arrange\\</emph\\> toolbar and click:"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150537.help.text
msgid ""
"\\<image id=\\\"img_id3145233\\\" "
"src=\\\"res/commandimagelist/sc_beforeobject.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145233\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153121.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153121.9.help.text\n"
"In Front of Object"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150654.10.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - Behind Object\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150482.31.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Arrange - "
"Behind Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3149886.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000413.xhp#par_id3149886.11.help.tex"
"t\n"
"On the Drawing bar, open the \\<emph\\>Arrange\\</emph\\> toolbar and click:"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150865.help.text
msgid ""
"\\<image id=\\\"img_id3145597\\\" "
"src=\\\"res/commandimagelist/sc_behindobject.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145597\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153110.12.help.text
msgid "Behind Object"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150002.13.help.text
msgid ""
"Choose \\<emph\\>Modify - Arrange - Reverse\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150339.32.help.text
msgid ""
"Open the context menu of a selected object and choose \\<emph\\>Arrange - "
"Reverse\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3145164.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/00/00000413.xhp#par_id3145164.14.help.tex"
"t\n"
"On the Drawing bar, open the \\<emph\\>Arrange\\</emph\\> toolbar and click:"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3154327.help.text
msgid ""
"\\<image id=\\\"img_id3155439\\\" "
"src=\\\"res/commandimagelist/sc_reverseorder.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155439\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150272.15.help.text
msgid "Reverse"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3145298.21.help.text
msgid ""
"Choose \\<emph\\>Modify - Combine\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3148386.47.help.text
msgid ""
"Select two or more objects, open the context menu and choose "
"\\<emph\\>Combine\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150930.22.help.text
msgid ""
"Choose \\<emph\\>Modify - Split\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3151022.48.help.text
msgid ""
"Select a combined object, open the context menu and choose "
"\\<emph\\>Split\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3154872.23.help.text
msgid ""
"Choose \\<emph\\>Modify - Connect\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150470.49.help.text
msgid ""
"Select two or more lines, open the context menu and choose "
"\\<emph\\>Connect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3153920.24.help.text
msgid ""
"Choose \\<emph\\>Modify - Break\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3148430.50.help.text
msgid ""
"Select a line that was created by connecting two or more lines, open the "
"context menu and choose \\<emph\\>Break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3155408.37.help.text
msgid ""
"Choose \\<emph\\>Modify - Shapes\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3145615.51.help.text
msgid ""
"Select two or more objects, open the context menu and choose "
"\\<emph\\>Shapes\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3163822.38.help.text
msgid ""
"Choose \\<emph\\>Modify - Shapes - Merge\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3156309.43.help.text
msgid ""
"Select two or more objects, open the context menu and choose "
"\\<emph\\>Shapes - Merge\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3150874.39.help.text
msgid ""
"Choose \\<emph\\>Modify - Shapes - Subtract\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3154643.44.help.text
msgid ""
"Select two or more objects, open the context menu and choose "
"\\<emph\\>Shapes - Subtract\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3145204.40.help.text
msgid ""
"Choose \\<emph\\>Modify - Shapes - Intersect\\</emph\\> (\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/00/00000413.xhp#par_id3152931.45.help.text
msgid ""
"Select two or more objects, open the context menu and choose "
"\\<emph\\>Shapes - Intersect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/01170000.xhp#tit.help.text\n"
"Export"
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#bm_id3153728.help.text
msgid ""
"\\<bookmark_value\\>Macromedia Flash "
"export\\</bookmark_value\\>\\<bookmark_value\\>exporting;to Macromedia Flash "
"format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#hd_id3153728.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01170000.xhp#hd_id3153728.1.help.text\n"
"Export"
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3150715.2.help.text
msgid ""
"\\<variable id=\\\"dokuveroe\\\"\\>\\<ahelp hid=\\\"\\\"\\>Exports your "
"presentation or drawing and sets the export "
"options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3154254.4.help.text
msgid ""
"The following file formats present you with additional export options after "
"you click \\<emph\\>Save\\</emph\\>: "
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3155961.5.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110000.xhp\\\" name=\\\"HTML "
"Document\\\"\\>HTML Document\\</link\\>, \\<link "
"href=\\\"text/shared/00/00000202.xhp\\\" "
"name=\\\"JPEG\\\"\\>JPEG\\</link\\>, \\<link "
"href=\\\"text/shared/00/00000203.xhp\\\" "
"name=\\\"SVM/WMF/PICT/MET\\\"\\>SVM/WMF/PICT/MET\\</link\\>, \\<link "
"href=\\\"text/shared/00/00000204.xhp\\\" name=\\\"BMP\\\"\\>BMP\\</link\\>, "
"\\<link href=\\\"text/shared/00/00000205.xhp\\\" "
"name=\\\"GIF\\\"\\>GIF\\</link\\>, \\<link "
"href=\\\"text/shared/00/00000213.xhp\\\" name=\\\"EPS\\\"\\>EPS\\</link\\>, "
"\\<link href=\\\"text/shared/00/00000212.xhp\\\" "
"name=\\\"PNG\\\"\\>PNG\\</link\\>, \\<link "
"href=\\\"text/shared/00/00000214.xhp\\\" name=\\\"PBM, PPM, PGM\\\"\\>PBM, "
"PPM, PGM\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3145584.8.help.text
msgid ""
"If you select \"Macromedia Flash (SWF)\" as file format, the current Impress "
"or Draw document will be exported to the Macromedia Flash format."
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3153817.7.help.text
msgid ""
"If you choose \"HTML Document\" as your file format, the \\<emph\\>HTML "
"Export \\</emph\\>\\<link href=\\\"text/shared/autopi/01110000.xhp\\\" "
"name=\\\"AutoPilot\\\"\\>Wizard\\</link\\> appears. This Wizard guides you "
"through the export process and includes the option to save the pictures in "
"your presentation in GIF or JPG format."
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3148604.9.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01070001.xhp\\\" name=\\\"Export "
"dialog\\\"\\>Exportdialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01170000.xhp#par_id3159208.6.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"Information on "
"Import and Export Filters\\\"\\>Information on Import and Export "
"Filters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/01180000.xhp#tit.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180000.xhp#hd_id3149379.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180000.xhp#hd_id3149379.1.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180000.xhp#par_id3150717.2.help.text
msgid ""
"\\<variable id=\\\"seiteeintext\\\"\\>\\<ahelp hid=\\\".uno:PageSetup\\\" "
"visibility=\\\"visible\\\"\\>Sets page orientation, page margins, background "
"and other layout options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180000.xhp#par_id3145587.5.help.text
msgid ""
"To change the background of all of the pages in the active file, select a "
"background, click \\<emph\\>OK \\</emph\\> and click \\<emph\\>Yes "
"\\</emph\\> in the \\<emph\\>Page Settings \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#tit.help.text
msgid "Page "
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#bm_id3154011.help.text
msgid ""
"\\<bookmark_value\\>slides; "
"formatting\\</bookmark_value\\>\\<bookmark_value\\"
">formatting;slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/01180001.xhp\\\" "
"name=\\\"Page\\\"\\>Page\\</link\\> "
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153416.2.help.text
msgid ""
"Sets page orientation, page margins, background and other layout options."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3155445.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3155445.17.help.text\n"
"Paper format"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3149018.18.help.text
msgid ""
"Select a paper format supported by your printer. You can also create a "
"custom\\<emph\\> \\</emph\\>paper size by selecting \\<emph\\>User "
"\\</emph\\>and entering the size dimensions in the "
"\\<emph\\>Width\\</emph\\> and \\<emph\\>Height\\</emph\\> boxes."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154703.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154703.19.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3150299.20.help.text
msgid ""
"Select a paper format supported by your printer. You can also create a "
"custom\\<emph\\> \\</emph\\>page size by selecting \\<emph\\>User "
"\\</emph\\>and entering the size dimensions in the "
"\\<emph\\>Width\\</emph\\> and \\<emph\\>Height\\</emph\\> boxes."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154659.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154659.21.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3152992.22.help.text
msgid ""
"Shows width of the paper format you selected in the \\<emph\\>Format "
"\\</emph\\>box. If you selected the \\<emph\\>User  \\</emph\\>format, enter "
"a value for the width of the page."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153816.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153816.23.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3149945.24.help.text
msgid ""
"Shows height of the paper format you selected in the \\<emph\\>Format "
"\\</emph\\>box. If you selected the \\<emph\\>User  \\</emph\\>format, enter "
"a value for the height of the page."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3159207.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3159207.25.help.text\n"
"Portrait"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153250.26.help.text
msgid "Page orientation is vertical."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154766.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3154766.27.help.text\n"
"Landscape"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153812.28.help.text
msgid "Page orientation is horizontal."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153075.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153075.29.help.text\n"
"Paper tray"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3145115.30.help.text
msgid "Select the paper source for your printer."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3150652.39.help.text
msgid ""
"If your document uses more than one paper format, you can select a different "
"tray for each format."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3150746.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3150746.3.help.text\n"
"Margins"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153037.4.help.text
msgid ""
"Specify the distance between the edge of a printed page and the printable "
"area."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3145591.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3145591.5.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3154561.6.help.text
msgid ""
"Enter the distance between the left edge of the page and the data. You can "
"see the result in the preview."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153084.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153084.7.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153001.8.help.text
msgid ""
"Enter the distance between the right edge of the page and the data. You can "
"see the result in the preview."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153565.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3153565.9.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3145167.10.help.text
msgid ""
"Enter the distance between the top edge of the page and the data. You can "
"see the result in the preview."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3150335.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3150335.11.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153736.12.help.text
msgid ""
"Enter the distance between the bottom edge of the page and the data. You can "
"see the result in the preview."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3150018.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3150018.15.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3149877.16.help.text
msgid "Specify the format for page numbering."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#hd_id3155439.36.help.text
msgid "Fit object to paper format"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180001.xhp#par_id3153042.37.help.text
msgid ""
"Reduces the scale of objects and the size of the font on the page so that "
"they print on the selected paper format."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180002.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/01180002.xhp#tit.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180002.xhp#hd_id3154253.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/01180002.xhp\\\" "
"name=\\\"Background\\\"\\>Background\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/01180002.xhp#par_id3155962.2.help.text
msgid ""
"Defines a background for a single page or for all of the pages in the active "
"file."
msgstr ""

#: helpcontent2/source/text/simpress/01/01180002.xhp#par_id3150297.3.help.text
msgid ""
"The options for this dialog are described \\<link "
"href=\\\"text/shared/01/05210100.xhp\\\" name=\\\"here\\\"\\>here\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/02110000.xhp#tit.help.text\n"
"Navigator"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#bm_id3149664.help.text
msgid ""
"\\<bookmark_value\\>Navigator; "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"navigating\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3149664.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149379.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR\\\"\\>Opens the Navigator, where you can "
"quickly jump to other slides or move between open files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3154015.38.help.text
msgid ""
"You can \\<link href=\\\"text/shared/00/00000005.xhp#andocken\\\" "
"name=\\\"dock\\\"\\>dock\\</link\\> the Navigator to the edge of your "
"workspace."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3156448.48.help.text
msgid ""
"Press \\<item type=\\\"keycode\\\"\\>Shift+F5\\</item\\> to open the "
"Navigator when you are running a slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3145235.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3145235.8.help.text\n"
"Pointer"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3157874.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TBI_PEN\\\"\\>Switches the mouse pointer "
"to a pen that you can use to write on slides during a slide "
"show.\\</ahelp\\> You cannot change the color of the pen."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3148729.help.text
msgid ""
"\\<image id=\\\"img_id3153034\\\" "
"src=\\\"res/commandimagelist/sc_formatline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153034\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150862.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150862.10.help.tex"
"t\n"
"Pointer"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3152999.11.help.text
msgid "First Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3153564.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TBI_FIRST\\\"\\>Jumps to the first slide "
"in the slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3155925.help.text
msgid ""
"\\<image id=\\\"img_id3155931\\\" "
"src=\\\"res/commandimagelist/sc_firstrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155931\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3145246.13.help.text
msgid "First Page"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3156061.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3156061.14.help.text\n"
"Previous Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3148768.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TBI_PREV\\\"\\>Moves back one slide in the "
"slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3153045.help.text
msgid ""
"\\<image id=\\\"img_id3157976\\\" "
"src=\\\"res/commandimagelist/sc_prevrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3157976\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150473.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150473.16.help.tex"
"t\n"
"Previous Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3155369.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3155369.17.help.text\n"
"Next Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3153920.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TBI_NEXT\\\"\\>Move forward one slide in "
"the slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3083279.help.text
msgid ""
"\\<image id=\\\"img_id3083286\\\" "
"src=\\\"res/commandimagelist/sc_nextrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3083286\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149454.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149454.19.help.tex"
"t\n"
"Next Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3150762.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3150762.20.help.text\n"
"Last Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3147564.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TBI_LAST\\\"\\>Jumps to the last slide in "
"the slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3151183.help.text
msgid ""
"\\<image id=\\\"img_id3156315\\\" "
"src=\\\"res/commandimagelist/sc_lastrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156315\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3154055.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3154055.22.help.tex"
"t\n"
"Last Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3149979.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3149979.23.help.text\n"
"Drag Mode"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150264.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TBI_DRAGTYPE\\\"\\>Drag and drop slides "
"and named objects into the active slide.\\</ahelp\\> You can only insert "
"slides and named objects from a saved file. You can only insert named "
"objects as copies."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149757.help.text
msgid ""
"\\<image id=\\\"img_id3147254\\\" src=\\\"sw/imglst/sc20238.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147254\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3154930.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3154930.25.help.tex"
"t\n"
"Insert as hyperlink"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3145411.help.text
msgid ""
"\\<image id=\\\"img_id3145418\\\" "
"src=\\\"res/commandimagelist/sc_chainframes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145418\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150508.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150508.26.help.tex"
"t\n"
"Insert as link"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3147513.help.text
msgid ""
"\\<image id=\\\"img_id3154258\\\" src=\\\"sw/imglst/sc20239.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154258\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149159.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149159.27.help.tex"
"t\n"
"Insert as copy"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3148930.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3148930.28.help.text\n"
"Insert as hyperlink"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150713.29.help.text
msgid ""
"Inserts slides as a hyperlink (\\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>) into the active slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3152945.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3152945.32.help.text\n"
"Insert as link"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3153747.33.help.text
msgid ""
"Inserts slides as a \\<link "
"href=\\\"text/shared/00/00000005.xhp#verknuepfung\\\" "
"name=\\\"link\\\"\\>link\\</link\\> into the active slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3159274.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3159274.30.help.text\n"
"Insert as copy"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3149920.31.help.text
msgid "Inserts a copy of a slide or named object into the active slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3148624.36.help.text
msgid "Existing Slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3154599.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_TLB\\\"\\>Lists available slides. Double-"
"click a slide to make it the active slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3150423.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02110000.xhp#hd_id3150423.34.help.text\n"
"Open Documents"
msgstr ""

#: helpcontent2/source/text/simpress/01/02110000.xhp#par_id3150631.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_NAVIGATOR_LB\\\"\\>Lists available $[officename] "
"files.\\</ahelp\\> Select a file to display the contents you can insert."
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/02120000.xhp#tit.help.text\n"
"Duplicate"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3148868.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3148868.1.help.text\n"
"Duplicate"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3148604.2.help.text
msgid ""
"\\<variable id=\\\"duplizieren\\\"\\>\\<ahelp hid=\\\".uno:CopyObjects\\\" "
"visibility=\\\"visible\\\"\\>Makes one or more copies of a selected object. "
"\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3146962.3.help.text
msgid "Number of copies"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3153075.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD:NUMERICFIELD:DLG_COPY:NUM_FLD_COPIES\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of copies you want to "
"make.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3150431.25.help.text
msgid "Values from selection"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3150534.help.text
msgid ""
"\\<image src=\\\"res/sc10350.png\\\" id=\\\"img_id3157870\\\"\\>\\<alt "
"id=\\\"alt_id3157870\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3150744.27.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD:IMAGEBUTTON:DLG_COPY:BTN_SET_VIEWDATA\\\"\\>Enters the width and "
"the height values of the selected object in the \\<emph\\>X axis "
"\\</emph\\>and the \\<emph\\>Y axis \\</emph\\>boxes respectively as well as "
"the fill color of the object in the Start box.\\</ahelp\\> The rotation "
"angle of the selected object is not entered."
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3153932.5.help.text
msgid "Placement"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3150860.6.help.text
msgid ""
"Sets the position and rotation of a duplicate object with respect to the "
"selected object."
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3153084.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3153084.7.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3153564.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_COPY:MTR_FLD_MOVE_X\\\" "
"visibility=\\\"visible\\\"\\>Enter the horizontal distance between the "
"centers of the selected object and the duplicate object. Positive values "
"shift the duplicate object to the right and negative values shift the "
"duplicate object to the left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3154507.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3154507.9.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3149882.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_COPY:MTR_FLD_MOVE_Y\\\" "
"visibility=\\\"visible\\\"\\>Enter the vertical distance between the centers "
"of the selected object and the duplicate object. Positive values shift the "
"duplicate object up and negative values shift the duplicate object "
"down.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3150022.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3150022.11.help.text\n"
"Angle"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3153738.12.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_COPY:MTR_FLD_ANGLE\\\" "
"visibility=\\\"visible\\\"\\>Enter the angle (0 to 359 degrees) by which you "
"want to rotate the duplicate object. Positive values rotate the duplicate "
"object in a clockwise direction and negative values in a counterclockwise "
"direction. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3145296.13.help.text
msgid "Enlargement"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3156065.14.help.text
msgid "Sets the size of a duplicate object."
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3148769.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3148769.15.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3150267.16.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_COPY:MTR_FLD_WIDTH\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount by which you want to enlarge "
"or reduce the width of  the duplicate object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3150930.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3150930.17.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3157970.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_COPY:MTR_FLD_HEIGHT\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount by which you want to enlarge "
"or reduce the height of  the duplicate object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3154866.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3154866.19.help.text\n"
"Colors"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3150474.20.help.text
msgid ""
"Sets the colors for the selected object and the duplicate object. If you "
"make more than one copy, these colors define the start and end points of a "
"color gradient."
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3155819.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3155819.21.help.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3155987.22.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_COPY:LB_START_COLOR\\\" "
"visibility=\\\"visible\\\"\\>Choose a color for the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3156258.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02120000.xhp#hd_id3156258.23.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/simpress/01/02120000.xhp#par_id3147167.24.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_COPY:LB_END_COLOR\\\" "
"visibility=\\\"visible\\\"\\>Choose a color for the duplicate object. If you "
"are making more than one copy, this color is applied to the last copy. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#tit.help.text
msgid "Delete Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#bm_id3154253.help.text
msgid ""
"\\<bookmark_value\\>deleting; "
"slides\\</bookmark_value\\>\\<bookmark_value\\>s"
"lides;deleting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#par_idN105DF.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/02130000.xhp\\\"\\>Delete Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#par_idN105EF.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeletePage\\\"\\>Deletes the current page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#hd_id3154253.7.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/02130000.xhp\\\" name=\\\"Delete "
"Slide\\\"\\>Delete Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#par_id3145790.2.help.text
msgid ""
"\\<variable id=\\\"seiteloeschen\\\"\\>\\<ahelp "
"hid=\\\".uno:DeletePage\\\"\\>Deletes the current "
"slide.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#par_id3150208.8.help.text
msgid ""
"In the context menu of a slide you find the following command, among others: "
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#hd_id3154485.5.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Rename "
"Slide\\</caseinline\\>\\<defaultinline\\>Rename "
"Page\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02130000.xhp#par_id3148702.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RenamePage\\\"\\>Renames the selected \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>slide\\</caseinli"
"ne\\>\\<defaultinline\\>page\\</defa"
"ultinline\\>\\</switchinline\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/02140000.xhp#tit.help.text\n"
"Delete Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/02140000.xhp#bm_id3153541.help.text
msgid ""
"\\<bookmark_value\\>layers; "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>deleting; "
"layers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02140000.xhp#hd_id3153541.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02140000.xhp#hd_id3153541.1.help.text\n"
"Delete Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/02140000.xhp#par_id3148664.2.help.text
msgid ""
"\\<variable id=\\\"ebeneloeschen\\\"\\>\\<ahelp "
"hid=\\\".uno:DeleteLayer\\\"\\>Deletes the active "
"layer.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02140000.xhp#par_id3153726.3.help.text
msgid "This command is only available in %PRODUCTNAME Draw layer mode."
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/02150000.xhp#tit.help.text\n"
"Cross-fading"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3148577.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3148577.1.help.text\n"
"Cross-fading"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#par_id3155601.2.help.text
msgid ""
"\\<variable id=\\\"uebertext\\\"\\>\\<ahelp "
"hid=\\\".uno:Morphing\\\"\\>Creates shapes and distributes them by uniform "
"increments between two drawing objects.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#par_id3146971.11.help.text
msgid ""
"$[officename] draws a series of intermediate shapes between two selected "
"objects and \\<link href=\\\"text/shared/01/05290000.xhp\\\" "
"name=\\\"groups\\\"\\>groups\\</link\\> the result."
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3155334.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3155334.3.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#par_id3149126.4.help.text
msgid "Sets the options for cross-fading."
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3149257.5.help.text
msgid "Increments"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#par_id3150297.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_MORPH:MTF_STEPS\\\"\\>Enter the number "
"of shapes you want between the two selected objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3149211.7.help.text
msgid "Cross-fade attributes"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#par_id3150207.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_MORPH:CBX_ATTRIBUTES\\\"\\>Applies cross-"
"fading to the line and fill properties of the selected "
"objects.\\</ahelp\\>For example, if the selected objects are filled with "
"different colors, a color transition between the two colors is applied."
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#hd_id3152994.9.help.text
msgid "Same orientation"
msgstr ""

#: helpcontent2/source/text/simpress/01/02150000.xhp#par_id3153819.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_MORPH:CBX_ORIENTATION\\\"\\>Applies a "
"smooth transition between the selected objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/02160000.xhp#tit.help.text\n"
"Edit Fields   "
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#bm_id3145251.help.text
msgid ""
"\\<bookmark_value\\>fields; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"fields\\</bookmark_value\\>\\<bookmark_value\\>fields; "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>formatting; "
"fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3145251.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3145251.1.help.text\n"
"Edit Fields   "
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#par_id3154754.2.help.text
msgid ""
"\\<variable id=\\\"feldbefehltext\\\"\\>\\<ahelp "
"hid=\\\"SD:MODALDIALOG:DLG_FIELD_MODIFY\\\" "
"visibility=\\\"visible\\\"\\>Edits the properties of an inserted "
"field.\\</ahelp\\>\\</variable\\> To edit an inserted field, double-click "
"it. \\<switchinline select=\\\"appl\\\"\\> \\<caseinline "
"select=\\\"IMPRESS\\\"\\>Then choose \\<emph\\>Edit - "
"Fields\\</emph\\>.\\</caseinline\\> \\</switchinline\\>\\<switchinline "
"select=\\\"appl\\\"\\> \\<caseinline select=\\\"DRAW\\\"\\>Then choose "
"\\<emph\\>Edit - Fields\\</emph\\>.\\</caseinline\\> \\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3166425.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3166425.3.help.text\n"
"Field type"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#par_id3159236.4.help.text
msgid "Sets the type of a field."
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3150208.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3150208.5.help.text\n"
"Fixed"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#par_id3156447.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD_RADIOBUTTON_DLG_FIELD_MODIFY_RBT_FIX\\\" "
"visibility=\\\"visible\\\"\\>Displays the content of the field when the "
"field was inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3153819.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3153819.7.help.text\n"
"Variable"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#par_id3153912.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD_RADIOBUTTON_DLG_FIELD_MODIFY_RBT_VAR\\\" "
"visibility=\\\"visible\\\"\\>Displays the current value of the "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3148608.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3148608.11.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#par_id3150210.12.help.text
msgid ""
"\\<ahelp hid=\\\"SD_LISTBOX_DLG_FIELD_MODIFY_LB_LANGUAGE\\\" "
"visibility=\\\"visible\\\"\\>Select the language for the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3154765.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/02160000.xhp#hd_id3154765.9.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/simpress/01/02160000.xhp#par_id3145112.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD_LISTBOX_DLG_FIELD_MODIFY_LB_FORMAT\\\" "
"visibility=\\\"visible\\\"\\>Select a display format for the "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03050000.xhp#tit.help.text
msgid "Option Bar"
msgstr ""

#: helpcontent2/source/text/simpress/01/03050000.xhp#bm_id3153415.help.text
msgid "\\<bookmark_value\\>Option bar\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03050000.xhp#hd_id3153415.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03050000.xhp\\\" name=\\\"Option "
"Bar\\\"\\>Option Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03050000.xhp#par_id3150749.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OptionBarVisible\\\"\\>Displays or hides the "
"\\<emph\\>Option \\</emph\\>bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03050000.xhp#par_id3149021.3.help.text
msgid ""
"The \\<link href=\\\"text/simpress/main0213.xhp\\\" name=\\\"Option "
"bar\\\"\\>\\<emph\\>Option\\</emph\\> bar\\</link\\> contains common "
"commands for editing $[officename] Impress and $[officename] Draw documents."
msgstr ""

#: helpcontent2/source/text/simpress/01/03060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03060000.xhp#tit.help.text\n"
"Rulers"
msgstr ""

#: helpcontent2/source/text/simpress/01/03060000.xhp#hd_id3146974.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03060000.xhp\\\" "
"name=\\\"Rulers\\\"\\>Ruler\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03060000.xhp#par_id3149378.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowRuler\\\"\\>Displays or hides rulers at the top "
"and at the left edge of the workspace.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03060000.xhp#par_id3146972.3.help.text
msgid ""
"You can use \\<link href=\\\"text/simpress/main0209.xhp\\\" "
"name=\\\"rulers\\\"\\>rulers\\</link\\> to position objects in the "
"workspace, to set paragraph indents or to drag \\<link "
"href=\\\"text/simpress/01/04030000.xhp\\\" "
"name=\\\"guides\\\"\\>guides\\</link\\> onto the page."
msgstr ""

#: helpcontent2/source/text/simpress/01/03070000.xhp#tit.help.text
msgid "Presentation Box On/Off"
msgstr ""

#: helpcontent2/source/text/simpress/01/03070000.xhp#hd_id3153144.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03070000.xhp\\\" name=\\\"Presentation Box "
"On/Off\\\"\\>Presentation Box On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03070000.xhp#par_id3146975.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CommonTaskBarVisible\\\" "
"visibility=\\\"visible\\\"\\>Common commands for slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03070000.xhp#hd_id3154018.4.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04010000.xhp\\\" name=\\\"Insert "
"Slide\\\"\\>Insert Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03070000.xhp#hd_id3154754.5.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130000.xhp\\\" name=\\\"Modify Slide "
"Layout\\\"\\>Modify Slide Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03070000.xhp#hd_id3155960.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/03070000.xhp#hd_id3155960.6.help.text\n"
"\\<link href=\\\"text/simpress/01/05120000.xhp\\\" name=\\\"Slide "
"Design\\\"\\>Slide Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03080000.xhp#tit.help.text\n"
"Normal View"
msgstr ""

#: helpcontent2/source/text/simpress/01/03080000.xhp#bm_id3148576.help.text
msgid "\\<bookmark_value\\>normal view;presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03080000.xhp#hd_id3148576.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03080000.xhp\\\" name=\\\"Normal "
"View\\\"\\>Normal\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03080000.xhp#par_id3145251.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_BTN_DRAW\\\"\\>Switches to normal view where you can "
"create and edit your slides.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/03090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03090000.xhp#tit.help.text\n"
"Outline"
msgstr ""

#: helpcontent2/source/text/simpress/01/03090000.xhp#bm_id3149664.help.text
msgid ""
"\\<bookmark_value\\>outline "
"view\\</bookmark_value\\>\\<bookmark_value\\>editing;slide "
"titles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03090000.xhp#hd_id3149664.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03090000.xhp\\\" "
"name=\\\"Outline\\\"\\>Outline\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03090000.xhp#par_id3152597.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_BTN_OUTLINE\\\"\\>Switches to outline view where you "
"can reorder slides and edit slide titles and headings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03090000.xhp#par_id3150715.3.help.text
msgid ""
"The \\<emph\\>Text Formatting\\</emph\\> bar contains the following icons "
"for slide titles:\\<link href=\\\"text/shared/02/06060000.xhp\\\" "
"name=\\\"Promote\\\"\\>Promote\\</link\\>, \\<link "
"href=\\\"text/shared/02/06050000.xhp\\\" "
"name=\\\"Demote\\\"\\>Demote\\</link\\>, \\<link "
"href=\\\"text/shared/02/06100000.xhp\\\" name=\\\"Move Up\\\"\\>Move "
"Up\\</link\\> and \\<link href=\\\"text/shared/02/06110000.xhp\\\" "
"name=\\\"Move Down\\\"\\>Move Down\\</link\\>. If you want to reorder slide "
"titles with the keyboard, ensure that the cursor is at the beginning of a "
"title and press Tab to move the title one level lower in the hierarchy. To "
"move the title up one level, press Shift - Tab."
msgstr ""

#: helpcontent2/source/text/simpress/01/03090000.xhp#par_id3156382.4.help.text
msgid ""
"The upper outline level corresponds to slide titles, and the lower levels "
"correspond to the headings on a slides."
msgstr ""

#: helpcontent2/source/text/simpress/01/03100000.xhp#tit.help.text
msgid "Slide View"
msgstr ""

#: helpcontent2/source/text/simpress/01/03100000.xhp#hd_id3146974.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03100000.xhp\\\" name=\\\"Slide "
"View\\\"\\>Slide Sorter\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03100000.xhp#par_id3154492.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_BTN_SLIDE\\\"\\>Displays miniature versions of the "
"slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03110000.xhp#tit.help.text
msgid "Notes Page"
msgstr ""

#: helpcontent2/source/text/simpress/01/03110000.xhp#bm_id3153190.help.text
msgid ""
"\\<bookmark_value\\>notes; adding to "
"slides\\</bookmark_value\\>\\<bookmark_value\\>slides;inserting "
"notes\\</bookmark_value\\>\\<bookmark_value\\>speaker "
"notes;inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03110000.xhp#hd_id3153190.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03110000.xhp\\\" name=\\\"Notes "
"Page\\\"\\>Notes Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03110000.xhp#par_id3154491.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_BTN_NOTES\\\"\\>Switches to notes page view, where "
"you can add notes to your slides.\\</ahelp\\> Notes are hidden from the "
"audience when you give your presentation."
msgstr ""

#: helpcontent2/source/text/simpress/01/03120000.xhp#tit.help.text
msgid "Handout Page"
msgstr ""

#: helpcontent2/source/text/simpress/01/03120000.xhp#hd_id3149456.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03120000.xhp\\\" name=\\\"Handout "
"Page\\\"\\>Handout Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03120000.xhp#par_id3154684.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_BTN_HANDOUT\\\"\\>Switches to handout page, where "
"you can scale several slides to fit on one printed page.\\</ahelp\\> To "
"modify the number of slides you can print on a page, choose \\<emph\\>Format "
"- Modify Layout\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03130000.xhp#tit.help.text\n"
"Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#bm_id3159153.help.text
msgid ""
"\\<bookmark_value\\>slide shows; "
"starting\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"starting\\</bookmark_value\\>\\<bookmark_value\\>starting; slide "
"shows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#hd_id3159153.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/03130000.xhp#hd_id3159153.1.help.text\n"
"\\<link href=\\\"text/simpress/01/03130000.xhp\\\" name=\\\"Slide "
"Show\\\"\\>Slide Show\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3154016.2.help.text
msgid ""
"\\<variable id=\\\"bldpra\\\"\\>\\<ahelp "
"hid=\\\"HID_SD_BTN_PRESENTATION\\\"\\>Starts your slide "
"show.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3155066.4.help.text
msgid ""
"You can specify settings for running a slide show in \\<link "
"href=\\\"text/simpress/01/06080000.xhp\\\" name=\\\"Slide Show - Slide Show "
"Settings\\\"\\>\\<emph\\>Slide Show - Slide Show "
"Settings\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_idN106CF.help.text
msgid ""
"Specify whether a slide show starts with the current slide or with the first "
"slide on \\<emph\\>Tools - Options - %PRODUCTNAME Impress - "
"General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3155960.3.help.text
msgid "To start a slide show, do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3155337.5.help.text
msgid ""
"Click the \\<emph\\>Slide Show\\</emph\\> icon on the "
"\\<emph\\>Presentation\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3150343.7.help.text
msgid ""
"Right-click a slide in \\<emph\\>Normal\\</emph\\> view and choose "
"\\<emph\\>Slide Show.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3156445.8.help.text
msgid "Press F5."
msgstr ""

#: helpcontent2/source/text/simpress/01/03130000.xhp#par_id3153912.9.help.text
msgid ""
"Under Windows, right-click the *.sxi or *.odp file in the Windows Explorer, "
"then choose \\<emph\\>Show\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/03150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03150000.xhp#tit.help.text\n"
"Master"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150000.xhp#bm_id3153142.help.text
msgid "\\<bookmark_value\\>master views\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150000.xhp#hd_id3153142.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03150000.xhp\\\" "
"name=\\\"Master\\\"\\>Master\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150000.xhp#par_id3150011.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_BTN_MASTERPAGE\\\"\\>Switches to one of several "
"master views, where you can add elements that you want to appear on all of "
"the slides in your show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150100.xhp#tit.help.text
msgid "Slide Master"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150100.xhp#bm_id3154013.help.text
msgid ""
"\\<bookmark_value\\>normal view; "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; normal "
"view\\</bookmark_value\\>\\<bookmark_value\\>views;slide master "
"view\\</bookmark_value\\>\\<bookmark_value\\>slide master "
"view\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150100.xhp#hd_id3154013.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03150100.xhp\\\" "
"name=\\\"Drawing\\\"\\>Slide Master\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150100.xhp#par_id3151075.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SlideMasterPage\\\"\\>Switches to slide master view, "
"where you can add elements that you want to appear on all of the slides in "
"your show that use the same slide master.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150300.xhp#tit.help.text
msgid "Notes Master"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150300.xhp#bm_id3153144.help.text
msgid ""
"\\<bookmark_value\\>notes;default "
"formatting\\</bookmark_value\\>\\<bookmark_v"
"alue\\>backgrounds;notes\\</bookmark_value\\>\\<bookmark_value\\>speaker "
"notes;defaults\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150300.xhp#hd_id3153144.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03150300.xhp\\\" name=\\\"Notes "
"Master\\\"\\>Notes Master\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03150300.xhp#par_id3154491.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NotesMasterPage\\\"\\>Displays the notes master, where "
"you can set the default formatting for notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151000.xhp#tit.help.text
msgid "Master Elements"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151000.xhp#bm_id4083986.help.text
msgid ""
"\\<bookmark_value\\>headers and footers;master "
"layouts\\</bookmark_value\\>\\<bookmark_value\\>master layouts with headers "
"and footers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151000.xhp#par_idN1056D.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03151000.xhp\\\"\\>Master "
"Elements\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151000.xhp#par_idN1057D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Add header, footer, date, and slide number "
"placeholders to the master slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151000.xhp#par_idN105C1.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03151000.xhp#par_idN105C1.help.text\n"
"\\<link href=\\\"text/simpress/00/00000403.xhp#master\\\"\\>\\<embedvar "
"href=\\\"text/simpress/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#tit.help.text
msgid "Master Layout"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10537.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03151100.xhp\\\"\\>Master Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN1053B.help.text
msgid ""
"\\<ahelp hid=\\\"SID_MASTER_LAYOUTS_SLIDE\\\"\\>Adds or removes header, "
"footer, date, and slide number placeholders to the layout of the master "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10598.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10598.help.text\n"
"\\<link href=\\\"text/simpress/00/00000403.xhp#master\\\"\\>\\<embedvar "
"href=\\\"text/simpress/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN1054A.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN1054A.help.text\n"
"Placeholders"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10556.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10556.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_HEADER\\\"\\>Adds a "
"header placeholder to the master slides for notes and handouts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10571.help.text
msgid "Date/time"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10575.help.text
msgid ""
"\\<ahelp hid=\\\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_DATE\\\"\\>Adds a "
"date/time placeholder to the master slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN1058C.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN1058C.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_FOOTER\\\"\\>Adds a "
"footer placeholder to the master slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN105A7.help.text
msgid "Slide number"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151100.xhp#par_idN105AB.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:CheckBox:RID_SD_DLG_MASTER_LAYOUT:CB_PAGE_NUMBER\\\"\\>Adds a "
"slide number placeholder to the master slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151200.xhp#tit.help.text
msgid "Notes Master Layout"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151200.xhp#par_idN10527.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03151200.xhp\\\"\\>Notes Master "
"Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151200.xhp#par_idN1052B.help.text
msgid ""
"\\<ahelp hid=\\\"SID_MASTER_LAYOUTS_NOTES\\\"\\>Add header, footer, date, "
"and slide number placeholders to the master slide in Notes page "
"mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03151200.xhp#par_idN1059A.help.text
msgid ""
"\\<link href=\\\"text/simpress/00/00000403.xhp#notesmaster\\\"\\>\\<embedvar "
"href=\\\"text/simpress/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#tit.help.text
msgid "Header and Footer"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#bm_id1374858.help.text
msgid ""
"\\<bookmark_value\\>slides;page "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>slides;headers and "
"footers\\</"
"bookmark_value\\>\\<bookmark_value\\>footers;slides\\</bookmark_val"
"ue\\>\\<bookmark_value\\>headers and footers;slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1053E.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03152000.xhp\\\"\\>Header and "
"Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1054E.help.text
msgid ""
"\\<ahelp hid=\\\"SID_HEADER_AND_FOOTER\\\"\\>Adds or changes text in "
"placeholders at the top and the bottom of slides and master "
"slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10683.help.text
msgid ""
"\\<link "
"href=\\\"text/simpress/00/00000403.xhp#headerandfooter\\\"\\>\\<embedvar "
"href=\\\"text/simpress/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10697.help.text
msgid ""
"The \\<emph\\>Header and Footer\\</emph\\> dialog contains the following tab "
"pages: "
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1069D.help.text
msgid ""
"\\<emph\\>Slide\\</emph\\> tab page where you can specify options for the "
"current slide or for all slides."
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106A5.help.text
msgid ""
"\\<emph\\>Notes and Handouts\\</emph\\> tab page where you can specify "
"options for the notes master slide and the handout master slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106AF.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106AF.help.text\n"
"\\<embedvar href=\\\"text/simpress/guide/masterpage.xhp#masterpage\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106B7.help.text
msgid "Include on slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106BA.help.text
msgid "Specify the elements to include on your slides."
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106BD.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106BD.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106C8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_FOOTER\\\"\\>Adds the "
"text that you enter in the \\<emph\\>Footer text\\</emph\\> box to the "
"bottom of the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106D7.help.text
msgid "Footer text"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106E2.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:Edit:RID_SD_TABPAGE_HEADERFOOTER:TB_FOOTER_FIXED\\\"\\>Adds the "
"text that you enter to the bottom of the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106F1.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106F1.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN106FC.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_HEADER\\\"\\>Adds the "
"text that you enter in the \\<emph\\>Header text\\</emph\\> box to the top "
"of the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1070B.help.text
msgid "Header text"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10716.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:Edit:RID_SD_TABPAGE_HEADERFOOTER:TB_HEADER_FIXED\\\"\\>Adds the "
"text that you enter to the top of the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1072D.help.text
msgid "Date and time"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10730.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME\\\"\\>Adds the "
"date and time to the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1074F.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1074F.help.text\n"
"Fixed"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10752.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:RadioButton:RID_SD_TABPAGE_HEADERFOOTER:RB_DATETIME_FIXED\"
"\\"\\>Displays the date and time that you enter in the text box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10771.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10771.help.text\n"
"Variable"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10774.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:RadioButton:RID_SD_TABPAGE_HEADERFOOTER:RB_DATETIME_AUTOMA"
"TIC\\\"\\>Displays the date and time that the slide was created. Select a "
"date format from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1078B.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1078B.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN1078E.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:ListBox:RID_SD_TABPAGE_HEADERFOOTER:CB_DATETIME_LANGUAGE\\"
"\"\\>Select the language for the date and time format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107A5.help.text
msgid "Slide number / Page number"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107A8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_SLIDENUMBER\\\"\\>Adds "
"the slide number or the page number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107BF.help.text
msgid "Do not show on first slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107C2.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:CheckBox:RID_SD_TABPAGE_HEADERFOOTER:CB_NOTONTITLE\\\"\\>Does not "
"display the information that you specified on the first slide of your "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107D1.help.text
msgid "Apply to All"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107DC.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:PushButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLYTOALL\\\"\\"
">Applies the settings to all the slides in your presentation, including the "
"corresponding master slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107FD.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN107FD.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/simpress/01/03152000.xhp#par_idN10800.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sd:PushButton:RID_SD_TABPAGE_HEADERFOOTER:BT_APPLY\\\"\\>Applies the "
"current settings to the selected slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#tit.help.text
msgid "Color/Grayscale"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#bm_id3153142.help.text
msgid ""
"\\<bookmark_value\\>display qualities of "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>colors; displaying "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>black and white "
"display\\</bookmark_value\\>\\<bookmark_value\\>grayscale "
"display\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3153142.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/03180000.xhp\\\" name=\\\"Display "
"Quality\\\"\\>Color/Grayscale\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#par_id3151073.2.help.text
msgid "Shows slides in color, grayscale, or black and white."
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3149123.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3149123.3.help.text\n"
"Color"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#par_id3154757.4.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OutputQualityColor\\\"\\>Shows slides in "
"color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3155333.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3155333.5.help.text\n"
"Grayscale"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#par_id3150200.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OutputQualityGrayscale\\\"\\>Shows slides in shades of "
"black and white.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3150342.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/03180000.xhp#hd_id3150342.7.help.text\n"
"Black and White"
msgstr ""

#: helpcontent2/source/text/simpress/01/03180000.xhp#par_id3150207.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OutputQualityBlackWhite\\\"\\>Shows slides in pure "
"black or white without shading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#tit.help.text
msgid "Insert Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#bm_id3159155.help.text
msgid ""
"\\<bookmark_value\\>inserting; "
"slides\\</bookmark_value\\>\\<bookmark_value\\>slides; "
"inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3159155.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04010000.xhp\\\" name=\\\"Insert "
"Slide\\\"\\>Insert Slide / Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#par_id3146119.2.help.text
msgid ""
"\\<variable id=\\\"seitetext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertPage\\\"\\>Inserts a slide or page after the currently "
"selected slide or page.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3154016.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3154016.5.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#par_id3155064.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_NEW_FOIL:EDT_NAME\\\"\\>Enter a name for the "
"new slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3153711.7.help.text
msgid "Select an AutoLayout"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#par_id3154702.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_CTL_NEWFOIL\\\"\\>Choose a layout to apply to the "
"new slide. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3155959.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3155959.9.help.text\n"
"Display"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#par_id3144416.10.help.text
msgid "Apply master slide settings to the new slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3148485.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3148485.11.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#par_id3149207.12.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_NEW_FOIL:CBX_BACKGROUND\\\"\\>Applies "
"master slide background to the new slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3159238.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04010000.xhp#hd_id3159238.13.help.text\n"
"Objects on background"
msgstr ""

#: helpcontent2/source/text/simpress/01/04010000.xhp#par_id3145584.14.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_NEW_FOIL:CBX_OBJECTS\\\"\\>Includes objects "
"on the master slide in the new slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04020000.xhp#tit.help.text\n"
"Insert Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3151074.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3151074.1.help.text\n"
"Insert Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3153415.2.help.text
msgid ""
"\\<variable id=\\\"ebenetext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertLayer\\\"\\>Inserts a new layer in the document. Layers "
"are only available in Draw, not in Impress. \\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3150205.13.help.text
msgid ""
"To select a layer, click the corresponding tab at the bottom of the "
"workspace."
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3145588.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3145588.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3149404.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:DLG_INSERT_LAYER:EDT_NAME\\\"\\>Enter a name for "
"the new layer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3153820.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3153820.5.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3151240.6.help.text
msgid "Set the properties for the new layer."
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3149945.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3149945.7.help.text\n"
"Visible"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3157980.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_VISIBLE\\\"\\>Show or hide "
"the layer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3153246.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3153246.9.help.text\n"
"Printable"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3154762.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_PRINTABLE\\\"\\>Print or "
"ignore layer when printing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#hd_id3146965.11.help.text
msgid "Locked"
msgstr ""

#: helpcontent2/source/text/simpress/01/04020000.xhp#par_id3149876.12.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_INSERT_LAYER:CBX_LOCKED\\\"\\>Prevent "
"elements on the layer from being edited.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04030000.xhp#tit.help.text\n"
"Snap Point/Line"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#bm_id3145800.help.text
msgid ""
"\\<bookmark_value\\>snap lines, see also "
"guides\\</bookmark_value\\>\\<bookmark_value\\>snap "
"points;inserting\\</bookmark_value\\>\\<bookmark_value\\>guides; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>magnetic lines in "
"presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3145800.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3145800.1.help.text\n"
"Snap Point/Line"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3150752.2.help.text
msgid ""
"\\<variable id=\\\"fangtext\\\"\\>\\<ahelp "
"hid=\\\".uno:CapturePoint\\\"\\>Inserts a snap point or snap line that you "
"can use to quickly align objects on a slide.\\</ahelp\\>\\</variable\\> Snap "
"points and snap lines do not appear when a slide is printed or used in a "
"presentation. You do not need to turn on the grid to use snap lines."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3145388.19.help.text
msgid ""
"You can drag a snap line from the rulers and drop them on the page. To "
"delete a snap line, drag it back to the ruler."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3153815.3.help.text
msgid ""
"Draw or move an object near a snap point or snap line to snap it in place."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3151242.20.help.text
msgid ""
"To \\<link href=\\\"text/simpress/01/04030100.xhp\\\" "
"name=\\\"edit\\\"\\>edit\\</link\\> the properties of a snap point or snap "
"line, right-click it and choose \\<emph\\>Edit - Snap Line \\</emph\\>or "
"\\<emph\\>Edit Snap Point\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3157978.4.help.text
msgid ""
"To set the snap range, choose \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>\\<link "
"href=\\\"text/shared/optionen/01070300.xhp\\\" name=\\\"Tools - Options - "
"Drawing - Grid\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Draw - "
"Grid\\</emph\\>\\</link\\>\\</caseinline\\>\\<defaultinline\\>\\<link "
"href=\\\"text/shared/optionen/01070300.xhp\\\" name=\\\"Tools - Options - "
"Presentation - Grid\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Impress - "
"Grid\\</emph\\>\\</link\\>\\</defaultinline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3153811.22.help.text
msgid ""
"To show or hide a snap points or lines, choose \\<emph\\>Snap Lines - Snap "
"Lines Visible\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3149871.23.help.text
msgid ""
"To move snap lines and snap points to the foreground or background, choose "
"\\<emph\\>Snap Lines \\</emph\\>- \\<emph\\>Snap Lines to Front\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3147402.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3147402.5.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3150533.6.help.text
msgid ""
"Sets the position of a selected snap point or line relative to the top left "
"corner of the page. "
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3153040.24.help.text
msgid "You can also drag a snap point or snap line to a new position."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3153078.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3153078.7.help.text\n"
"X axis"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3149951.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_SNAPLINE:MTR_FLD_X\\\"\\>Enter the "
"amount of space you want between the snap point or line and the left edge of "
"the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3153932.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3153932.9.help.text\n"
"Y axis"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3153113.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_SNAPLINE:MTR_FLD_Y\\\"\\>Enter the "
"amount of space you want between the snap point or line and the top edge of "
"the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3145168.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3145168.11.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3154503.12.help.text
msgid "Specified the type of snap object you want to insert."
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3147366.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3147366.13.help.text\n"
"Point"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3155926.14.help.text
msgid ""
"\\<ahelp hid=\\\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_POINT\\\"\\>Inserts a "
"snap point (dashed cross).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3150014.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3150014.15.help.text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3145241.16.help.text
msgid ""
"\\<ahelp hid=\\\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_VERTICAL\\\"\\>Inserts "
"a vertical snap line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3148386.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030000.xhp#hd_id3148386.17.help.text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030000.xhp#par_id3145348.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:IMAGERADIOBUTTON:DLG_SNAPLINE:RB_HORIZONTAL\\\"\\>Inserts a "
"horizontal snap line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04030100.xhp#tit.help.text\n"
"Edit Snap Line / Point"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030100.xhp#bm_id3149020.help.text
msgid ""
"\\<bookmark_value\\>guides; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing; guides and snap "
"points\\</bookmark_value\\>\\<bookmark_value\\>snap points; "
"editing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030100.xhp#hd_id3149020.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04030100.xhp#hd_id3149020.1.help.text\n"
"Edit Snap Line / Point"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030100.xhp#par_id3149259.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SetSnapItem\\\"\\>Sets the position of the selected "
"snap point or snap line relative to the top left corner of the page. "
"\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030100.xhp#hd_id3159238.3.help.text
msgid "Delete Snap Line/Point"
msgstr ""

#: helpcontent2/source/text/simpress/01/04030100.xhp#par_id3154656.4.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DeleteSnapItem\\\"\\>Deletes the selected snap point "
"or snap line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04080100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04080100.xhp#tit.help.text\n"
"Spreadsheet"
msgstr ""

#: helpcontent2/source/text/simpress/01/04080100.xhp#hd_id3148576.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04080100.xhp#hd_id3148576.1.help.text\n"
"Spreadsheet"
msgstr ""

#: helpcontent2/source/text/simpress/01/04080100.xhp#par_id3146975.2.help.text
msgid ""
"\\<variable id=\\\"tabelletext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertSpreadsheet\\\" visibility=\\\"visible\\\"\\>Inserts a "
"new $[officename] Calc spreadsheet into the current "
"slide.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04080100.xhp#par_id3151073.3.help.text
msgid ""
"Double-click the spreadsheet to open it for editing or single-click to move "
"or resize it by dragging."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110000.xhp#tit.help.text
msgid "Insert File  "
msgstr ""

#: helpcontent2/source/text/simpress/01/04110000.xhp#bm_id3153728.help.text
msgid ""
"\\<bookmark_value\\>files; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"files\\</bookmark_value\\>\\<bookmark_value\\>HTML; inserting "
"files\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110000.xhp#hd_id3153728.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04110000.xhp\\\" name=\\\"Insert "
"File\\\"\\>Insert File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110000.xhp#par_id3145799.2.help.text
msgid ""
"\\<variable id=\\\"dateitext\\\"\\>\\<ahelp "
"hid=\\\".uno:ImportFromFile\\\"\\>Inserts a file into the active slide. You "
"can insert $[officename] Draw or Impress files, or \\<link "
"href=\\\"text/simpress/01/04110200.xhp\\\" "
"name=\\\"text\\\"\\>text\\</link\\> from an HTML document or a text "
"file.\\</ahelp\\>\\</variable\\> If you have an active internet connection, "
"you can also insert text from a web page by entering its \\<link "
"href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\> in the \\<emph\\>File name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110000.xhp#par_id3155446.4.help.text
msgid ""
"You can also choose to only insert specific \\<link "
"href=\\\"text/simpress/01/04110100.xhp\\\" name=\\\"slides or "
"objects\\\"\\>slides or objects\\</link\\> from $[officename] Draw or "
"Impress files."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04110100.xhp#tit.help.text\n"
"Insert Slides/Objects"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#bm_id3146976.help.text
msgid ""
"\\<bookmark_value\\>inserting; objects from "
"files\\</bookmark_value\\>\\<bookmark_value\\>objects; inserting from "
"files\\</bookmark_value\\>\\<bookmark_value\\>slides; inserting as "
"links\\</bookmark_value\\>\\<bookmark_value\\>inserting; slides as "
"links\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; deleting "
"unused\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#hd_id3146976.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04110100.xhp#hd_id3146976.1.help.text\n"
"Insert Slides/Objects"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3151073.2.help.text
msgid ""
"Allows you to insert the entire file or specific elements in the file."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#hd_id3154016.3.help.text
msgid "To insert specific elements from a file:"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3150749.4.help.text
msgid ""
"Click the plus sign next to the file name and select the elements you want "
"to insert. Hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> to add to or Shift to expand your selection."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3155962.5.help.text
msgid ""
"If you want to insert the file as a link, select \\<emph\\>Link\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3149255.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04110100.xhp#par_id3149255.6.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3159236.7.help.text
msgid ""
"At the prompt, click \\<emph\\>Yes \\</emph\\>to scale the elements to fit "
"on the slide or \\<emph\\>No \\</emph\\>to preserve the original size of the "
"elements."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#hd_id3150207.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04110100.xhp#hd_id3150207.10.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3156448.11.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_INSERT_PAGES_OBJS:CBX_LINK\\\"\\>Inserts "
"file or file elements as a link that is automatically updated when the "
"source file is modified.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#hd_id3152898.12.help.text
msgid "Delete unused backgrounds"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110100.xhp#par_id3148868.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_INSERT_PAGES_OBJS:CBX_CHECK_MASTERS\\\"\\>Unused "
"master pages are not inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04110200.xhp#tit.help.text\n"
"Insert Text"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#bm_id3145252.help.text
msgid ""
"\\<bookmark_value\\>text; inserting in "
"slides\\</bookmark_value\\>\\<bookmark_value\\>inserting; text in "
"presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#hd_id3145252.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04110200.xhp#hd_id3145252.1.help.text\n"
"Insert Text"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#par_id3150716.2.help.text
msgid "Inserts text from an ASCII, RTF, or HTML file into the active slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#par_id3149018.3.help.text
msgid ""
"The inserted text uses the default text formatting of the active slide. If "
"you want, you can drag a text frame in your slide, and then insert the text. "
"The text frame automatically extends downwards for longer text passages."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#hd_id3156382.4.help.text
msgid "Display list"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#par_id3154702.5.help.text
msgid "Select the text you want to insert from the list."
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#hd_id3150200.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/04110200.xhp#hd_id3150200.6.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/simpress/01/04110200.xhp#par_id3155333.7.help.text
msgid ""
"Inserts the text as a link. Links are updated automatically when the source "
"file changes."
msgstr ""

#: helpcontent2/source/text/simpress/01/04120000.xhp#tit.help.text
msgid "Duplicate Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/04120000.xhp#hd_id3148576.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04120000.xhp\\\" name=\\\"Duplicate "
"Slide\\\"\\>Duplicate Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04120000.xhp#par_id3153190.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DuplicatePage\\\" visibility=\\\"visible\\\"\\>Inserts "
"a copy of the current slide after the current slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04130000.xhp#tit.help.text
msgid "Expand Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/04130000.xhp#bm_id3146119.help.text
msgid ""
""
"\\<bookmark_value\\>expanding;slides\\</bookmark_value\\>\\<bookmark_value\\>s"
"lides;expanding\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04130000.xhp#hd_id3146119.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04130000.xhp\\\" name=\\\"Expand "
"Slide\\\"\\>Expand Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04130000.xhp#par_id3154319.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ExpandPage\\\" visibility=\\\"visible\\\"\\>Creates a "
"new slide from every top-level outline point (text one level below the title "
"text in the outline hierarchy) in the selected slide. The outline text "
"becomes the title of the new slide.\\</ahelp\\> Outline points below the top "
"level on the original slide are moved up one level on the new slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/04130000.xhp#par_id3146972.3.help.text
msgid ""
"You can only use the \\<emph\\>Expand Slide \\</emph\\>command if your slide "
"layout contains a title object and an outline object."
msgstr ""

#: helpcontent2/source/text/simpress/01/04130000.xhp#par_id3149019.4.help.text
msgid ""
"If you want to preserve the original slide, ensure that you are in normal "
"view when you choose this command."
msgstr ""

#: helpcontent2/source/text/simpress/01/04140000.xhp#tit.help.text
msgid "Summary Slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/04140000.xhp#bm_id3154013.help.text
msgid "\\<bookmark_value\\>summary slide\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04140000.xhp#hd_id3154013.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04140000.xhp\\\" name=\\\"Summary "
"Slide\\\"\\>Summary Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04140000.xhp#par_id3149664.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SummaryPage\\\" visibility=\\\"visible\\\"\\>Creates a "
"new slide that contains a bulleted list from the titles of the slides that "
"follow the selected slide. The summary slide is inserted behind the last "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990000.xhp#tit.help.text
msgid "Fields "
msgstr ""

#: helpcontent2/source/text/simpress/01/04990000.xhp#bm_id3154011.help.text
msgid "\\<bookmark_value\\>fields;in slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990000.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\> "
msgstr ""

#: helpcontent2/source/text/simpress/01/04990000.xhp#par_id3149666.2.help.text
msgid "Lists common fields that you can insert into your slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/04990000.xhp#par_id3145799.3.help.text
msgid ""
"If you want to edit a field in your slide, select it and choose "
"\\<emph\\>Edit – Fields\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04990100.xhp#tit.help.text
msgid "Date (fixed)  "
msgstr ""

#: helpcontent2/source/text/simpress/01/04990100.xhp#bm_id3153726.help.text
msgid ""
"\\<bookmark_value\\>dates; "
"fixed\\</bookmark_value\\>\\<bookmark_value\\>fields; dates "
"(fixed)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990100.xhp#hd_id3153726.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990100.xhp\\\" name=\\\"Date "
"(fixed)\\\"\\>Date (fixed)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990100.xhp#par_id3151073.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertDateFieldFix\\\"\\>Inserts the current date into "
"your slide as a fixed field. The date is not automatically "
"updated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990100.xhp#par_id3146969.3.help.text
msgid ""
"\\<variable id=\\\"bearbeiten\\\"\\>To edit an inserted field in your slide, "
"double-click the field, place the cursor in front of the first character in "
"the field and choose \\<link href=\\\"text/simpress/01/02160000.xhp\\\" "
"name=\\\"Edit - Fields\\\"\\>\\<emph\\>Edit - "
"Fields\\</emph\\>\\</link\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990200.xhp#tit.help.text
msgid "Date (variable)  "
msgstr ""

#: helpcontent2/source/text/simpress/01/04990200.xhp#bm_id3154320.help.text
msgid ""
"\\<bookmark_value\\>dates; "
"variable\\</bookmark_value\\>\\<bookmark_value\\>fields; dates "
"(variable)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990200.xhp#hd_id3154320.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990200.xhp\\\" name=\\\"Date "
"(variable)\\\"\\>Date (variable)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990200.xhp#par_id3154011.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertDateFieldVar\\\"\\>Inserts the current date into "
"your slide as a variable field. The date is automatically updated when you "
"reload the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990300.xhp#tit.help.text
msgid "Time (fixed)  "
msgstr ""

#: helpcontent2/source/text/simpress/01/04990300.xhp#bm_id3146121.help.text
msgid ""
"\\<bookmark_value\\>times; "
"fixed\\</bookmark_value\\>\\<bookmark_value\\>fields; times "
"(fixed)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990300.xhp#hd_id3146121.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990300.xhp\\\" name=\\\"Time "
"(fixed)\\\"\\>Time (fixed)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990300.xhp#par_id3153726.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertTimeFieldFix\\\"\\>Inserts the current time into "
"your slide as a fixed field. The time is not automatically "
"updated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990400.xhp#tit.help.text
msgid "Time (variable)"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990400.xhp#bm_id3146119.help.text
msgid ""
""
"\\<bookmark_value\\>times;variable\\</bookmark_value\\>\\<bookmark_value\\>fie"
"lds;times (variable)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990400.xhp#hd_id3146119.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990400.xhp\\\" name=\\\"Time "
"(variable)\\\"\\>Time (variable)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990400.xhp#par_id3147434.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertTimeFieldVar\\\"\\>Inserts the current time into "
"your slide as a variable field. The time is automatically updated when you "
"reload the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04990500.xhp#tit.help.text\n"
"Page Number"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990500.xhp#bm_id3154319.help.text
msgid ""
"\\<bookmark_value\\>fields; page "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>page number "
"field\\</bookmark_value\\>\\<bookmark_value\\>slide "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>presentations; numbering "
"slides in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990500.xhp#hd_id3154319.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990500.xhp\\\" name=\\\"Page "
"Numbers\\\"\\>Page Number\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990500.xhp#par_id3145799.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts the page number into the current slide or "
"page.\\</ahelp\\> If you want to add a page number to every slide, choose "
"View - Master\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\> - Slide Master\\</caseinline\\>\\</switchinline\\> "
"and insert the page number field. To change the number format, choose "
"\\<emph\\>Format - Page\\</emph\\> and then select a format from the list in "
"the \\<emph\\>Layout Settings\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/simpress/01/04990600.xhp#tit.help.text
msgid "Author  "
msgstr ""

#: helpcontent2/source/text/simpress/01/04990600.xhp#bm_id3146974.help.text
msgid ""
"\\<bookmark_value\\>authors\\</bookmark_value\\>\\<bookmark_value\\>fields; "
"authors\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990600.xhp#hd_id3146974.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990600.xhp\\\" "
"name=\\\"Author\\\"\\>Author\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990600.xhp#par_id3153876.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertAuthorField\\\"\\>Inserts the first and last "
"names listed in the $[officename] user data into the active "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990600.xhp#par_id3154512.3.help.text
msgid ""
"To edit the name, choose \\<link "
"href=\\\"text/shared/optionen/01010100.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - User Data\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"User Data\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/04990700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/04990700.xhp#tit.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990700.xhp#bm_id3148575.help.text
msgid "\\<bookmark_value\\>fields; file names\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990700.xhp#hd_id3148575.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990700.xhp\\\" name=\\\"File "
"name\\\"\\>File name\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/04990700.xhp#par_id3153142.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertFileField\\\"\\>Inserts the name of the active "
"file. The name only appears after you save the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05100000.xhp#tit.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#bm_id3156024.help.text
msgid ""
"\\<bookmark_value\\>Styles and Formatting window; graphics "
"documents\\</bookmark_value\\>\\<bookmark_value\\>fill format mode; "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3156024.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3156024.1.help.text\n"
"\\<link href=\\\"text/simpress/01/05100000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3150398.2.help.text
msgid ""
"Lists available styles in a \\<link "
"href=\\\"text/shared/00/00000005.xhp#andocken\\\" name=\\\"floating "
"window\\\"\\>floating window\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3150439.28.help.text
msgid ""
"The Styles and Formatting window in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Impress behaves "
"differently than in other \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> programs. For example, "
"you can create, edit and apply \\<emph\\>Graphics Styles\\</emph\\>, but you "
"can only edit \\<emph\\>Presentation Styles\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3146121.3.help.text
msgid ""
"When you edit a style, the changes are automatically applied to all of the "
"elements formatted with this style in your document. If you want to ensure "
"that the styles on a specific slide are not updated, create a new \\<link "
"href=\\\"text/simpress/guide/masterpage.xhp\\\" name=\\\"master "
"page\\\"\\>master page\\</link\\> for the slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3145251.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3145251.5.help.text\n"
"Presentation Styles"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3153418.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TemplateFamily5\\\"\\>Styles used in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Impress "
"AutoLayouts.\\</ahelp\\> You can only modify Presentation Styles."
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3154253.help.text
msgid ""
"\\<image id=\\\"img_id3156382\\\" "
"src=\\\"res/commandimagelist/sc_presentation.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3156382\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3149128.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#par_id3149128.7.help.text\n"
"Presentation Styles"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3150297.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3150297.8.help.text\n"
"Graphics Styles"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3148488.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ParaStyle\\\"\\>Styles for formatting graphical "
"elements, including text objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3145587.help.text
msgid ""
"\\<image id=\\\"img_id3150370\\\" "
"src=\\\"res/commandimagelist/sc_objectcatalog.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3150370\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3154484.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#par_id3154484.10.help.tex"
"t\n"
"Graphics Styles"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3149404.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3149404.11.help.text\n"
"Fill format mode"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3149944.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLDLG_WATERCAN\\\"\\>Applies the selected style to "
"an object on your slide. Click the paint bucket icon and then click an "
"object in your slide to apply the style. Click the paint bucket icon again "
"to exit this mode.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3156020.help.text
msgid ""
"\\<image id=\\\"img_id3153246\\\" "
"src=\\\"res/commandimagelist/sc_fillstyle.png\\\" width=\\\"0.564cm\\\" "
"height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3153246\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3159228.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#par_id3159228.13.help.tex"
"t\n"
"Fill format mode"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3145362.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3145362.17.help.text\n"
"New Style from Selection"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3153009.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLDLG_NEWBYEXAMPLE\\\"\\>\\<link "
"href=\\\"text/shared/01/05140100.xhp\\\" name=\\\"Creates a new "
"style\\\"\\>Creates a new style\\</link\\> using the format attributes of a "
"selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3147297.help.text
msgid ""
"\\<image id=\\\"img_id3151390\\\" "
"src=\\\"res/commandimagelist/sc_styleupdatebyexample.png\\\" "
"width=\\\"0.564cm\\\" height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3151390\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3150534.19.help.text
msgid "New Style from selection"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3153119.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3153119.20.help.text\n"
"Update Style"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3150653.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#par_id3150653.21.help.tex"
"t\n"
"\\<ahelp hid=\\\"HID_TEMPLDLG_UPDATEBYEXAMPLE\\\"\\>Updates the Style "
"selected in the Styles and Formatting window with the current formatting of "
"the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3149888.help.text
msgid ""
"\\<image id=\\\"img_id3146878\\\" "
"src=\\\"res/commandimagelist/sc_styleupdatebyexample.png\\\" "
"width=\\\"0.564cm\\\" height=\\\"0.564cm\\\"\\>\\<alt "
"id=\\\"alt_id3146878\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3153085.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05100000.xhp#par_id3153085.22.help.tex"
"t\n"
"Update Style"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#hd_id3153936.23.help.text
msgid "Style List / Style Groups / Context menu: New / Modify / Delete"
msgstr ""

#: helpcontent2/source/text/simpress/01/05100000.xhp#par_id3145590.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLATE_FMT\\\"\\>Create, edit, apply and manage "
"styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#tit.help.text
msgid "Slide Design"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3154253.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3154253.1.help.text\n"
"\\<link href=\\\"text/simpress/01/05120000.xhp\\\" name=\\\"Slide "
"Design\\\"\\>Slide Design\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#par_id3148485.2.help.text
msgid ""
"\\<variable id=\\\"seitenvorlagetext\\\"\\>\\<ahelp "
"hid=\\\".uno:PresentationLayout\\\"\\>Displays the \\<emph\\>Slide "
"Design\\</emph\\> dialog, where you can select a layout scheme for the "
"current slide. Any objects in the slide design are inserted behind objects "
"in the current slide.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3154652.3.help.text
msgid "Slide design"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#par_id3152993.4.help.text
msgid ""
"Displays the slide designs you can apply to your slide. Select a design and "
"click \\<emph\\>OK \\</emph\\>to apply it to the current slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3154372.7.help.text
msgid "Exchange background page"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#par_id3149407.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_PRESLT:CBX_MASTER_PAGE\\\"\\>Applies the "
"background of the selected slide design to all of the slides in your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3153818.9.help.text
msgid "Delete unused background slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#par_id3148871.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_PRESLT:CBX_CHECK_MASTERS\\\"\\>Deletes "
"unreferenced background slides and presentation layouts from your "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3157982.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120000.xhp#hd_id3157982.5.help.text\n"
"Load"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120000.xhp#par_id3156020.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_PRESLT:BTN_LOAD\\\"\\>Displays the "
"\\<link href=\\\"text/simpress/01/05120100.xhp\\\" name=\\\"Load Slide "
"Design\\\"\\>\\<emph\\>Load Slide Design\\</emph\\>\\</link\\> "
"dialog,\\</ahelp\\> where you can select additional slide designs."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05120100.xhp#tit.help.text\n"
"Load Slide Design"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3153728.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3153728.1.help.text\n"
"Load Slide Design"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3150717.2.help.text
msgid "Load additional slide designs for your presentation."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3154016.4.help.text
msgid "Select a design category, and then a template you want to apply."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3150327.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3150327.27.help.text\n"
"Categories"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3147338.28.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_LISTBOX_DLG_NEW_FILE_LB_REGION\\\"\\>Displays the "
"available slide design categories.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3155962.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3155962.5.help.text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3155337.6.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_LISTBOX_DLG_NEW_FILE_LB_TEMPLATE\\\"\\>Displays the "
"templates for the selected design category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3145791.7.help.text
msgid "More>>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3150344.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_MOREBUTTON_DLG_NEW_FILE_BT_MORE\\\"\\>Shows or hides a "
"preview and the properties of a selected template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3154659.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3154659.9.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3166431.10.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_DLG_NEW_FILE_BTN_PREVIEW\\\"\\>Turns on a "
"preview of the template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3150369.11.help.text
msgid "Preview field"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3154485.12.help.text
msgid "Displays a preview of the template."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3159206.13.help.text
msgid ""
"Some templates may not contain visible text objects or drawing objects."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3149053.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3149053.14.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3150051.15.help.text
msgid "Lists the properties of the selected template."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3145234.29.help.text
msgid ""
"These properties are optional and the boxes may be blank.You cannot edit the "
"properties in this area."
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3153124.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3153124.16.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3150650.17.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_EDIT_DLG_NEW_FILE_ED_TITLE\\\"\\>Displays the title of "
"the template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3157900.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3157900.18.help.text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3146874.19.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_EDIT_DLG_NEW_FILE_ED_THEMA\\\"\\>Displays the subject "
"of the template. Some templates are grouped together by subject.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3148728.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3148728.20.help.text\n"
"Keywords"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3153036.21.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_EDIT_DLG_NEW_FILE_ED_KEYWORDS\\\"\\>Displays the "
"keywords for searching.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3148583.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05120100.xhp#hd_id3148583.22.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/simpress/01/05120100.xhp#par_id3155260.23.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_MULTILINEEDIT_DLG_NEW_FILE_ED_DESC\\\"\\>Brief summary "
"of the selected template.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05130000.xhp#tit.help.text\n"
"Modify Slide Layout"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#bm_id3154754.help.text
msgid ""
"\\<bookmark_value\\>modifying; slide "
"layouts\\</bookmark_value\\>\\<bookmark_value\\>slide "
"layouts\\</bookmark_value\\>\\<bookmark_value\\>AutoLayout "
"command\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3154754.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3154754.1.help.text\n"
"Modify Slide Layout"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#par_id3149126.2.help.text
msgid ""
"\\<variable id=\\\"seite\\\"\\>\\<ahelp "
"hid=\\\".uno:ModifyPage\\\"\\>Changes the layout of the selected slide. This "
"command may shift text elements, but does not affect graphic "
"elements.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3150342.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3150342.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#par_id3166426.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_CHGFOIL_NAME\\\"\\>Enter a name for the selected "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3150369.5.help.text
msgid "AutoLayout"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#par_id3145384.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_CHGFOIL_LAYOUT\\\"\\>Click the layout you want to "
"apply to the slide.\\</ahelp\\> The contents of the selected layout are "
"described at the base of the \\<emph\\>AutoLayout\\</emph\\> pane."
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3148699.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3148699.7.help.text\n"
"Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3153913.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3153913.9.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#par_id3149943.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_CHGFOIL_BACKGROUND\\\"\\>Applies the background fill "
"of the selected layout to all of the slides in your document that use the "
"layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3148607.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05130000.xhp#hd_id3148607.11.help.text\n"
"Objects on background"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130000.xhp#par_id3159205.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SD_CHGFOIL_OBJECTS\\\"\\>Adds the drawing elements from "
"the selected layout to all of the slides in the current document that use "
"the layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130005.xhp#tit.help.text
msgid "Presentation Styles for Outlines"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130005.xhp#hd_id3149666.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130005.xhp\\\" name=\\\"Presentation "
"Styles for Outlines\\\"\\>Presentation Styles for Outlines\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130005.xhp#par_id3145252.2.help.text
msgid "Modifies an existing Presentation Style."
msgstr ""

#: helpcontent2/source/text/simpress/01/05130006.xhp#tit.help.text
msgid "Graphics styles"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130006.xhp#hd_id3156283.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130006.xhp\\\" name=\\\"Graphics "
"styles\\\"\\>Graphics styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130006.xhp#par_id3154017.2.help.text
msgid "Sets the formatting for a new Graphics Style."
msgstr ""

#: helpcontent2/source/text/simpress/01/05130006.xhp#hd_id3149129.3.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05150000.xhp\\\" "
"name=\\\"Dimensions\\\"\\>Dimensions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130006.xhp#hd_id3150297.4.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05170000.xhp\\\" "
"name=\\\"Connector\\\"\\>Connector\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130007.xhp#tit.help.text
msgid "Presentation style "
msgstr ""

#: helpcontent2/source/text/simpress/01/05130007.xhp#hd_id3148798.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130007.xhp\\\" name=\\\"Presentation "
"style \\\"\\>Presentation style \\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130007.xhp#par_id3150440.2.help.text
msgid "Changes the formatting of presentation styles used in AutoLayouts."
msgstr ""

#: helpcontent2/source/text/simpress/01/05130008.xhp#tit.help.text
msgid "Background object"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130008.xhp#hd_id3157909.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130008.xhp\\\" name=\\\"Background "
"object\\\"\\>Background object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130008.xhp#par_id3149670.2.help.text
msgid "Changes the presentation style for a background object."
msgstr ""

#: helpcontent2/source/text/simpress/01/05130009.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05130009.xhp#tit.help.text\n"
"Background"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130009.xhp#hd_id3145171.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130009.xhp\\\" "
"name=\\\"Background\\\"\\>Background\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05130009.xhp#par_id3153770.2.help.text
msgid "Changes the format of a background."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05140000.xhp#tit.help.text\n"
"Modify Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#bm_id3156329.help.text
msgid ""
"\\<bookmark_value\\>renaming "
"layers\\</bookmark_value\\>\\<bookmark_value\\>layers; "
"renaming\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3156329.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3156329.1.help.text\n"
"Modify Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3147265.2.help.text
msgid ""
"\\<variable id=\\\"ebene\\\"\\>\\<ahelp "
"hid=\\\".uno:ModifyLayer\\\"\\>Changes the properties of the selected "
"layer.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3155603.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3155603.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3155738.4.help.text
msgid "Enter a name for the selected layer."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3149126.18.help.text
msgid "You can only change the name of a layer you created."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3147345.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3147345.5.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3148488.6.help.text
msgid "Sets the properties of the selected layer."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3166423.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3166423.7.help.text\n"
"Visible"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3159239.8.help.text
msgid "Shows or hides the contents of the selected layer."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3150208.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3150208.9.help.text\n"
"Printable"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3152993.10.help.text
msgid "Prints the contents of the selected layer."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3145585.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3145585.11.help.text\n"
"Protected"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3159488.12.help.text
msgid ""
"Locks the contents of the selected layer, so that they cannot be edited."
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#hd_id3156448.14.help.text
msgid "Rename Layer"
msgstr ""

#: helpcontent2/source/text/simpress/01/05140000.xhp#par_id3163801.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RenameLayer\\\"\\>Renames the active "
"layer.\\</ahelp\\> You can only change the name of a layer you created."
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#tit.help.text
msgid "Dimensioning"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#bm_id3150439.help.text
msgid ""
"\\<bookmark_value\\>dimension lines; properties of\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150439.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05150000.xhp\\\" "
"name=\\\"Dimensioning\\\"\\>Dimensioning\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3159154.2.help.text
msgid ""
"\\<variable id=\\\"bemaszungtext\\\"\\>\\<ahelp "
"hid=\\\".uno:MeasureAttributes\\\"\\>Changes the length, measurement and "
"guide properties of the selected \\<link "
"href=\\\"text/simpress/02/10120000.xhp\\\" name=\\\"dimension "
"line\\\"\\>dimension line\\</link\\>.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3156382.85.help.text
msgid ""
"If you want to modify the line style or the arrow style of a dimension line, "
"choose \\<link href=\\\"text/shared/01/05200000.xhp\\\" name=\\\"Format - "
"Line\\\"\\>\\<emph\\>Format - Line\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3154658.93.help.text
msgid ""
"A Dimension Line is always inserted on the \\<link "
"href=\\\"text/simpress/guide/layer_tipps.xhp\\\" "
"name=\\\"layer\\\"\\>layer\\</link\\> called \\<emph\\>Dimension "
"Lines\\</emph\\>. If you set that layer to invisible, you will not see any "
"Dimension Line in your drawing."
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3166426.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3166426.3.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3159344.4.help.text
msgid ""
"Sets the distance properties of the dimension line and the guides with "
"respect to each other and to the baseline."
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150368.5.help.text
msgid "Line distance"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3145388.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_LINE_DIST\\\"\\>Specifies "
"the distance between the dimension line and the baseline (line distance = "
"0).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3148700.7.help.text
msgid "Guide overhang"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3151243.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_OVERHANG"
"\\\"\\>Specifies the length of the left and right guides starting at the "
"baseline (line distance = 0). Positive values extend the guides above the "
"baseline and negative values extend the guides below the "
"baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3149945.9.help.text
msgid "Guide distance"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3159203.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE_DIST\\\""
"\\>Specifies the length of the right and left guides starting at the "
"dimension line. Positive values extend the guides above the dimension line "
"and negative values extend the guides below the dimension line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150212.11.help.text
msgid "Left guide"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3154762.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE1_LEN\\\""
"\\>Specifies the length of the left guide starting at the dimension line. "
"Positive values extend the guide below the dimension line and negative "
"values extend the guide above the dimension line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3153809.13.help.text
msgid "Right guide"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3149876.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_MEASURE:MTR_FLD_HELPLINE2_LEN\\\""
"\\>Specifies the length of the right guide starting at the dimension line. "
"Positive values extend the guide below the dimension line and negative "
"values extend the guide above the dimension line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150436.15.help.text
msgid "Dimension line below the object"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3151388.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_MEASURE:TSB_BELOW_REF_EDGE\\\"\\>"
"Reverses the properties set in the \\<emph\\>Line\\</emph\\> "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3145236.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3145236.91.help.text\n"
"Decimal places"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3157876.92.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_METRICFIELD_RID_SVXPAGE_MEASURE_MTR_FLD_DECIMALPLACES\\\""
"\\>Specifies the number of decimal places used for the display of line "
"properties.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150653.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150653.19.help.text\n"
"Legend"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3146874.20.help.text
msgid "Sets the properties of the dimension text."
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3149892.21.help.text
msgid "Text position"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3148730.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MEASURE_CTL_POSITION\\\"\\>Determines the position of "
"the dimension text with respect to the dimension line and the "
"guides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3148569.88.help.text
msgid ""
"The \\<emph\\>AutoVertical \\</emph\\>and \\<emph\\>AutoHorizontal "
"\\</emph\\>checkboxes must be cleared before you can assign the "
"\\<emph\\>Text position\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3145167.23.help.text
msgid "AutoVertical"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3150019.24.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_MEASURE_TSB_AUTOPOSV\\\"\\>Determines "
"the optimal vertical position for the dimension text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3155928.86.help.text
msgid "AutoHorizontal"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3149882.87.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_TRISTATEBOX_RID_SVXPAGE_MEASURE_TSB_AUTOPOSH\\\"\\>Determines "
"the optimal horizontal position for the dimension text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3145247.17.help.text
msgid "Show meas. units"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3148386.18.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_MEASURE:LB_UNIT\\\"\\>Shows or "
"hides the dimension measurement units. You can also select a measurement "
"unit you want to display from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#hd_id3150930.83.help.text
msgid "Parallel to line"
msgstr ""

#: helpcontent2/source/text/simpress/01/05150000.xhp#par_id3156060.84.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_MEASURE:TSB_PARALLEL\\\"\\>Displays the "
"text parallel to or at 90 degrees to the dimension line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05170000.xhp#tit.help.text\n"
"Connectors"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#bm_id3150297.help.text
msgid "\\<bookmark_value\\>connectors; properties of\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3150297.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05170000.xhp\\\" "
"name=\\\"Connectors\\\"\\>Connectors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3149209.2.help.text
msgid ""
"\\<variable id=\\\"verbindertext\\\"\\>\\<ahelp "
"hid=\\\".uno:ConnectorAttributes\\\"\\>Sets the properties of a "
"connector.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3145384.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3145384.21.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3152899.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:LISTBOX:RID_SVXPAGE_CONNECTION:LB_TYPE\\\"\\>Lists the "
"types of connectors that are available.\\</ahelp\\>There are four types of "
"connectors: \\<emph\\>standard, line, straight, and curved\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3148866.3.help.text
msgid "Line skew"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3148605.4.help.text
msgid ""
"Defines the skew of a connector line. The preview window displays the result."
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3157982.5.help.text
msgid "Line 1"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3150215.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_1\\\"\\>Enter a "
"skew value for Line 1.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3145360.7.help.text
msgid "Line 2"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3146962.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_2\\\"\\>Enter a "
"skew value for Line 2.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3149873.9.help.text
msgid "Line 3"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3153957.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_LINE_3\\\"\\>Enter a "
"skew value for Line 3.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3145581.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3145581.11.help.text\n"
"Line spacing"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3150395.12.help.text
msgid "Sets the line spacing for the connectors."
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3147297.13.help.text
msgid "Begin horizontal"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3145238.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_1\\\"\\>Enter "
"the amount of horizontal space you want at the beginning of the "
"connector.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3153118.15.help.text
msgid "Begin vertical"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3150653.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_1\\\"\\>Enter "
"the amount of vertical space you want at the beginning of the "
"connector.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3150746.17.help.text
msgid "End horizontal"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3148726.18.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_HORZ_2\\\"\\>Enter "
"the amount of horizontal space you want at the end of the "
"connector.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3153038.19.help.text
msgid "End vertical"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3155260.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXPAGE_CONNECTION:MTR_FLD_VERT_2\\\"\\>Enter "
"the amount of vertical space you want at the end of the "
"connector.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#hd_id3147369.23.help.text
msgid "Reset line skew"
msgstr ""

#: helpcontent2/source/text/simpress/01/05170000.xhp#par_id3159205.24.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NewRouting\\\"\\>Resets the line skew values to the "
"default.\\</ahelp\\>.\\<embedvar "
"href=\\\"text/shared/00/00000001.xhp#kontext\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250000.xhp#tit.help.text
msgid "Arrange  "
msgstr ""

#: helpcontent2/source/text/simpress/01/05250000.xhp#bm_id3155444.help.text
msgid "\\<bookmark_value\\>arranging; pictures\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250000.xhp#hd_id3155444.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05250000.xhp\\\" "
"name=\\\"Arrange\\\"\\>Arrange\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250000.xhp#par_id3149259.2.help.text
msgid "Changes the stacking order of a selected object."
msgstr ""

#: helpcontent2/source/text/simpress/01/05250000.xhp#par_id3154370.3.help.text
msgid ""
"Each object you place in your document is successively stacked on the "
"preceding object. Objects on the control layer are always at the top of the "
"stacking order. "
msgstr ""

#: helpcontent2/source/text/simpress/01/05250000.xhp#par_id3154488.4.help.text
msgid ""
"To select an object that is covered by another object, hold down "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/05250500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/05250500.xhp#tit.help.text\n"
"In Front of Object"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250500.xhp#bm_id3152576.help.text
msgid ""
"\\<bookmark_value\\>objects; in front of object "
"command\\</bookmark_value\\>\\<bookmark_value\\>in front of object "
"command\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250500.xhp#hd_id3152576.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05250500.xhp\\\" name=\\\"In Front of "
"Object\\\"\\>In Front of Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250500.xhp#par_id3152596.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BeforeObject\\\"\\>Changes the stacking order by "
"moving the selected object in front of an object that you specify. The "
"screen location of the selected object does not change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250500.xhp#par_id3153418.4.help.text
msgid ""
"Select the object(s) that you want to move to the foreground. Right-click "
"and choose \\<emph\\>Arrange – In Front of Object\\</emph\\>, and then click "
"an object in your slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/05250600.xhp#tit.help.text
msgid "Behind Object "
msgstr ""

#: helpcontent2/source/text/simpress/01/05250600.xhp#bm_id3149664.help.text
msgid ""
"\\<bookmark_value\\>objects; behind object "
"command\\</bookmark_value\\>\\<bookmark_value\\>behind object "
"command\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250600.xhp#hd_id3149664.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05250600.xhp\\\" name=\\\"Behind "
"Object\\\"\\>Behind Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250600.xhp#par_id3145253.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BehindObject\\\"\\>Changes the stacking order by "
"moving the selected object behind an object that you specify. The screen "
"location of the selected object does not change.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250600.xhp#par_id3149121.4.help.text
msgid ""
"Select the object(s) that you want to move behind an other object. Right-"
"click and choose \\<emph\\>Arrange - Behind Object\\</emph\\>, and then "
"click an object in your slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/05250600.xhp#par_id3150345.5.help.text
msgid ""
"\\<variable id=\\\"all\\\"\\>Arranging objects affects the stacking order of "
"all objects in your document. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250700.xhp#tit.help.text
msgid "Reverse "
msgstr ""

#: helpcontent2/source/text/simpress/01/05250700.xhp#bm_id3154011.help.text
msgid ""
"\\<bookmark_value\\>reversing; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>objects; "
"reversing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250700.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05250700.xhp\\\" "
"name=\\\"Reverse\\\"\\>Reverse\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250700.xhp#par_id3145800.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ReverseOrder\\\"\\>Reverses the stacking order of the "
"selected objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/05250700.xhp#par_id3150717.3.help.text
msgid ""
"You can select this function only if at least two drawing elements are "
"selected together."
msgstr ""

#: helpcontent2/source/text/simpress/01/06030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06030000.xhp#tit.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/simpress/01/06030000.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06030000.xhp\\\" "
"name=\\\"Hyphenation\\\"\\>Hyphenation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06030000.xhp#par_id3153728.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Hyphenation\\\" visibility=\\\"visible\\\"\\>Turns "
"hyphenation option for text objects on or off.\\</ahelp\\> You can turn "
"hyphenation on or off for each paragraph."
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#tit.help.text
msgid "Slide Transition"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#bm_id3153142.help.text
msgid ""
"\\<bookmark_value\\>slide "
"transitions;automatic\\</bookmark_value\\>\\<bookmark_value\\>automatic "
"slide transition\\</bookmark_value\\>\\<bookmark_value\\>slide transitions; "
"manual\\</bookmark_value\\>\\<bookmark_value\\>slide transitions; "
"sounds\\</bookmark_value\\>\\<bookmark_value\\>sounds; on slide "
"transitions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3153142.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3153142.1.help.text\n"
"\\<link href=\\\"text/simpress/01/06040000.xhp\\\" name=\\\"Slide "
"Transition\\\"\\>Slide Transition\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_id3154011.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Dia\\\"\\>Defines the special effect that plays when "
"you display a slide during a slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_id3154704.54.help.text
msgid ""
"To apply the same transition effect to more than one slide, switch to the "
"\\<link href=\\\"text/simpress/01/03100000.xhp\\\" name=\\\"Slide "
"View\\\"\\>Slide Sorter\\</link\\>, select the slides, and then choose "
"\\<emph\\>Slide Show - Slide Transition\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3149257.3.help.text
msgid "Apply to selected slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_id3145790.17.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_VT_EFFECT\\\"\\>Select the "
"slide transition you want to use for the selected slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN106A5.help.text
msgid "Modify transition"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN106AB.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the transition properties.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3159207.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3159207.5.help.text\n"
"Speed"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_id3149048.20.help.text
msgid ""
"\\<variable id=\\\"geschwindigkeit1\\\"\\>\\<ahelp "
"hid=\\\".uno:DiaSpeed\\\"\\>Sets the speed of the slide "
"transition.\\</ahelp\\>\\</variable\\>\\<variable "
"id=\\\"geschwindigkeit2\\\"\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3156304.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06040000.xhp#hd_id3156304.11.help.text\n"
"Sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_id3153212.29.help.text
msgid ""
"\\<ahelp hid=\\\"SD:IMAGEBUTTON:FLT_WIN_SLIDE_CHANGE:BTN_SOUND\\\"\\>Lists "
"sounds that can played during the slide transition.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1071E.help.text
msgid "Loop until next sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10724.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to play the sound repeatedly until another "
"sound starts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10729.help.text
msgid "Advance slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10737.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies how to get the next slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1072F.help.text
msgid "On mouse click"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10744.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to advance to the next slide on a mouse "
"click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10735.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10735.help.text\n"
"Automatically after"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10751.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to advance to the next slide after a number "
"of seconds. Type the seconds in the spin box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1073B.help.text
msgid "Apply to All Slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1075E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Applies the selected slide transition to all slides "
"in the current presentation document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10741.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10741.help.text\n"
"Play"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1076B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Shows the current slide transition as a "
"preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10747.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10747.help.text\n"
"Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10778.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10778.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Starts the slide show from the current "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1074D.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN1074D.help.text\n"
"Automatic preview"
msgstr ""

#: helpcontent2/source/text/simpress/01/06040000.xhp#par_idN10785.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to see the slide transitions automatically "
"in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06050000.xhp#tit.help.text\n"
"Animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3153726.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06050000.xhp\\\" "
"name=\\\"Animation\\\"\\>Animation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150012.2.help.text
msgid ""
"\\<variable id=\\\"animtext\\\"\\>\\<ahelp "
"hid=\\\".uno:AnimationObjects\\\"\\>Creates a custom animation on the "
"current slide.\\</ahelp\\> You can only use existing objects to create an "
"animation. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3155444.86.help.text
msgid ""
"You can copy and paste animations into \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3155959.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3155959.3.help.text\n"
"Animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3146316.4.help.text
msgid ""
"Shows a preview of the objects in the animation. You can also press the "
"\\<emph\\>Play\\</emph\\> button to view the animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3147344.6.help.text
msgid ""
"\\<ahelp hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_FIRST\\\"\\>Jumps to "
"the first image in the animation sequence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150363.help.text
msgid ""
"\\<image id=\\\"img_id3154657\\\" src=\\\"res/helpimg/left2.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3154657\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3155530.5.help.text
msgid "First image"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3145386.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REVERSE\\\"\\>Moves "
"back one image in the animation sequence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153912.help.text
msgid ""
"\\<image id=\\\"img_id3155268\\\" src=\\\"res/helpimg/left.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3155268\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3152871.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3152871.7.help.text\n"
"Backwards"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150210.10.help.text
msgid ""
"\\<ahelp hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_STOP\\\"\\>Stops "
"playing the animation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153011.help.text
msgid ""
"\\<image id=\\\"img_id3147250\\\" src=\\\"res/helpimg/sistop.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3147250\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153961.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153961.9.help.text\n"
"Stop"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3147297.12.help.text
msgid ""
"\\<ahelp hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_PLAY\\\"\\>Plays the "
"animation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153119.help.text
msgid ""
"\\<image id=\\\"img_id3149352\\\" src=\\\"res/helpimg/right.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3149352\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150478.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150478.11.help.tex"
"t\n"
"Play"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3154675.14.help.text
msgid ""
"\\<ahelp hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_LAST\\\"\\>Jumps to "
"the last image in the animation sequence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153932.help.text
msgid ""
"\\<image id=\\\"img_id3145593\\\" src=\\\"res/helpimg/right2.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3145593\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3149504.13.help.text
msgid "Last image"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3149956.15.help.text
msgid "Image Number"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150008.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_NUMERICFIELD_FLT_WIN_ANIMATION_NUM_FLD_BITMAP\\\"\\>Indicates the "
"position of the current image in the animation sequence.\\</ahelp\\> If you "
"want to view another image, enter its number or click the up and down arrows."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3148569.17.help.text
msgid "Duration"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150337.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD_TIMEFIELD_FLT_WIN_ANIMATION_TIME_FIELD\\\"\\>Enter the "
"number of seconds to display the current image. This option is only "
"available if you select the \\<emph\\>Bitmap object\\</emph\\> option in the "
"\\<emph\\>Animation group\\</emph\\> field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3147368.83.help.text
msgid "Loop count"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3154326.84.help.text
msgid ""
"\\<ahelp hid=\\\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_LOOP_COUNT\\\"\\>Sets the "
"number of times that the animation is played.\\</ahelp\\> If you want the "
"animation to play continuously, choose \\<emph\\>Max\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3155928.19.help.text
msgid "Image"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3155434.37.help.text
msgid "Adds or removes objects from your animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3145353.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3145353.38.help.text\n"
"Apply Object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3157974.39.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_GET_ONE_OBJECT\\\"\\>Adds "
"selected object(s) as a single image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3156068.help.text
msgid ""
"\\<image id=\\\"img_id3148768\\\" src=\\\"sd/res/get1obj.png\\\" "
"width=\\\"0.423cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3148768\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150268.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150268.79.help.tex"
"t\n"
"Apply Object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3153221.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3153221.40.help.text\n"
"Apply Objects Individually"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3147533.41.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_GET_ALL_OBJECTS\\\"\\>Adds an "
"image for each selected object.\\</ahelp\\> If you select a grouped object, "
"an image is created for each object in the group."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150470.85.help.text
msgid ""
"You can also select an animation, such as an animated GIF, and click this "
"icon to open it for editing. When you are finished editing the animation, "
"click \\<emph\\>Create\\</emph\\> to insert a new animation into your slide. "
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3156257.help.text
msgid ""
"\\<image id=\\\"img_id3153716\\\" src=\\\"sd/res/getallob.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3153716\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3145621.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3145621.80.help.tex"
"t\n"
"Apply Objects Individually"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3163826.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3163826.42.help.text\n"
"Delete Current Image"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3149710.43.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REMOVE_BITMAP\\\"\\>Deletes "
"current image from the animation sequence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3152926.help.text
msgid ""
"\\<image id=\\\"img_id3153210\\\" src=\\\"sd/res/del1bmp.png\\\" "
"width=\\\"0.423cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3153210\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3151187.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3151187.81.help.tex"
"t\n"
"Delete Current Image"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3154641.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3154641.44.help.text\n"
"Delete All Images"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3150765.45.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_IMAGEBUTTON_FLT_WIN_ANIMATION_BTN_REMOVE_ALL\\\"\\>Deletes all of "
"the images in the animation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3147271.help.text
msgid ""
"\\<image id=\\\"img_id3154049\\\" src=\\\"sd/res/delall.png\\\" "
"width=\\\"0.423cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3154049\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153618.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#par_id3153618.82.help.tex"
"t\n"
"Delete All Images"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3143234.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3143234.22.help.text\n"
"Count"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3149294.23.help.text
msgid "Total number of images in the animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3159177.24.help.text
msgid "Animation group"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3146088.25.help.text
msgid "Sets object properties for your animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3147259.26.help.text
msgid "Group object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3151170.27.help.text
msgid ""
"\\<ahelp hid=\\\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_GROUP\\\"\\>Assembles "
"images into a single object so that they can be moved as a group. You can "
"still edit individual objects by double-clicking the group in the "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3154688.28.help.text
msgid "Bitmap object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3155329.29.help.text
msgid ""
"\\<ahelp hid=\\\"SD_RADIOBUTTON_FLT_WIN_ANIMATION_RBT_BITMAP\\\"\\>Combines "
"images into a single image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3148815.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3148815.32.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3148834.33.help.text
msgid ""
"\\<ahelp hid=\\\"SD_LISTBOX_FLT_WIN_ANIMATION_LB_ADJUSTMENT\\\"\\>Aligns the "
"images in your animation.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3148803.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06050000.xhp#hd_id3148803.34.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/simpress/01/06050000.xhp#par_id3154294.35.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD_PUSHBUTTON_FLT_WIN_ANIMATION_BTN_CREATE_GROUP\\\"\\>Inserts the "
"animation into the current slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#tit.help.text
msgid "Custom Animation Pane"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#bm_id3148837.help.text
msgid ""
"\\<bookmark_value\\>sounds; for "
"effects\\</bookmark_value\\>\\<bookmark_value\\>effects; "
"sounds\\</bookmark_value\\>\\<bookmark_value\\>sounds; "
"formats\\</bookmark_value\\>\\<bookmark_value\\>presentations; ordering of "
"effects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#hd_id3148837.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06060000.xhp\\\" "
"name=\\\"Effects\\\"\\>Custom Animation Pane\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_id3144773.2.help.text
msgid ""
"\\<variable id=\\\"effekttext\\\"\\>\\<ahelp "
"hid=\\\".uno:EffectWindow\\\"\\>Assigns effects to selected "
"objects.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1078E.help.text
msgid "Animation List"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10792.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The animation list displays all animations for the "
"current slide. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10798.help.text
msgid "Each slide has one main animation that runs when the slide is shown."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1079C.help.text
msgid ""
"More animations may be present, which run when a shape is shown. If any of "
"these animated shapes are present, they are listed in the lower half of the "
"animation list. Tabs display the name of each shape that runs an animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1079F.help.text
msgid ""
"Each list entry can consist of the following columns, from left to right:"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107A5.help.text
msgid ""
"An optional + character signals that the text paragraphs are animated."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107A9.help.text
msgid "The second column shows the execution number of the animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107AD.help.text
msgid ""
"Column three shows a mouse icon if the animation is started by a mouse "
"click, and a clock if the animation starts after the previous animation ends."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107B1.help.text
msgid "In column four, an icon shows the animation effect."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107B5.help.text
msgid ""
"The fifth column shows the name of the shape for this animation effect and "
"optionally the first characters of animated text."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107B8.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107B8.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107BC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/simpress/01/animationeffect.xhp\\\"\\>Custom "
"Animation\\</link\\> dialog to add another animation effect for the selected "
"object on the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107CD.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107CD.help.text\n"
"Change"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107D1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/simpress/01/animationeffect.xhp\\\"\\>Custom "
"Animation\\</link\\> dialog to change the animation effect for the selected "
"entry on the animation list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107E2.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107E2.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107E6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Removes the selected animation effects from the "
"animation list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107E9.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107E9.help.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107ED.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the start property of the selected "
"animation effect.\\</ahelp\\> The following start properties are available:"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107F3.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107F3.help.text\n"
"\\<emph\\>On click\\</emph\\> - the animation stops at this effect until the "
"next mouse click."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107FA.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN107FA.help.text\n"
"\\<emph\\>With previous\\</emph\\> - the animation runs immediately."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10801.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10801.help.text\n"
"\\<emph\\>After previous\\</emph\\> - the animation runs as soon as the "
"previous animation ends."
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10807.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10807.help.text\n"
"Property"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1080B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects the additional properties of the animation. "
"Click the \\<emph\\>...\\</emph\\> button to open the \\<link "
"href=\\\"text/simpress/01/effectoptions.xhp\\\"\\>Effect Options\\</link\\> "
"dialog, where you can select and apply properties.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10820.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10820.help.text\n"
"Speed"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10824.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies the speed or duration of the selected "
"animation effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10827.help.text
msgid "Change order"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1082B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click one of the buttons to move the selected "
"animation effect up or down in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1082E.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1082E.help.text\n"
"Play"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10832.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Plays the selected animation effect in the "
"preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10835.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10835.help.text\n"
"Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10839.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10839.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Starts the slide show from the current "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1083C.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN1083C.help.text\n"
"Automatic preview"
msgstr ""

#: helpcontent2/source/text/simpress/01/06060000.xhp#par_idN10840.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to preview new or edited effects on the "
"slide while you assign them.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06070000.xhp#tit.help.text\n"
"Interaction"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#bm_id3153246.help.text
msgid ""
"\\<bookmark_value\\>interactions; objects in interactive "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>objects; hiding in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>sounds;during fading "
"of presentations\\</bookmark_value\\>\\<bookmark_value\\>programs run by "
"mouse click in presentations\\</bookmark_value\\>\\<bookmark_value\\>running "
"macros/programs in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>macros; running in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>presentations;exiting "
"by interaction\\</bookmark_value\\>\\<bookmark_value\\>exiting clicking "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3153246.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3153246.1.help.text\n"
"Interaction"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3154762.2.help.text
msgid ""
"\\<variable id=\\\"interaktiontext\\\"\\>\\<ahelp "
"hid=\\\".uno:AnimationEffects\\\"\\>Defines how the selected object behaves "
"when you click on it during a slide show.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3145116.3.help.text
msgid "Action at mouse click"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153955.44.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:TP_ANIMATION:LB_ACTION\\\"\\>Specifies the "
"action that will run when you click the selected object during a slide "
"show.\\</ahelp\\> You can also assign actions to grouped objects."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150397.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150397.4.help.text\n"
"No action"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3147405.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#par_id3147405.45.help.tex"
"t\n"
"No action occurs."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3145237.5.help.text
msgid "Go to previous slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3157871.46.help.text
msgid "Moves back one slide in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3157900.6.help.text
msgid "Go to next slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3150655.47.help.text
msgid "Moves forward one slide in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3146879.7.help.text
msgid "Go to first slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3150479.48.help.text
msgid "Jumps to the first slide in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3148725.8.help.text
msgid "Go to last slide"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3149891.49.help.text
msgid "Jumps to the last slide in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155258.9.help.text
msgid "Go to page or object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3148585.50.help.text
msgid "Jumps to a slide or a named object in a slide."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3153082.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3153082.10.help.text\n"
"Slide / Object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153934.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CTL_ACTION_DLG_1\\\"\\>Lists the slides and the objects "
"that you can target.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154561.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154561.11.help.text\n"
"Slide / Object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153006.53.help.text
msgid ""
"\\<ahelp hid=\\\"SD_EDIT_TP_ANIMATION_EDT_BOOKMARK\\\"\\>Enter the name of "
"the slide or the object that you want to look for.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3145162.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3145162.12.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3154501.54.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEEK\\\"\\>Searches for the "
"specified slide or object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150128.13.help.text
msgid "Go to document"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153730.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CTL_ACTION_DLG_2\\\"\\>Opens and displays a file during "
"a slide show. If you select a $[officename] file as the target document, you "
"can also specify the page that will open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150018.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150018.14.help.text\n"
"Document"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3155931.56.help.text
msgid "Define the location of the target document."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155437.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155437.15.help.text\n"
"Document"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3150566.57.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:TP_ANIMATION:EDT_DOCUMENT\\\"\\>Enter a path to the "
"file you want to open, or click \\<emph\\>Browse \\</emph\\>to locate the "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150658.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150658.16.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3156061.58.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEARCH\\\"\\>Locate the file "
"you want to open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3153050.17.help.text
msgid "Hide object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3145348.59.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:TP_ANIMATION:BTN_SEARCH\\\"\\>Hides the "
"selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3148776.18.help.text
msgid "Play sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3155816.60.help.text
msgid "Plays a sound file."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3147539.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3147539.19.help.text\n"
"Sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3150467.61.help.text
msgid "Define the location of the sound file."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154869.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154869.20.help.text\n"
"Sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3155986.62.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:TP_ANIMATION:EDT_SOUND\\\"\\>Enter a path to the "
"sound file you want to open, or click \\<emph\\>Browse \\</emph\\>to locate "
"the file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155401.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155401.21.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3147171.63.help.text
msgid "Locate the sound file you want to play."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3156318.64.help.text
msgid ""
"If you did not install sound files with $[officename], you can run the "
"$[officename] Setup program again and select \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154646.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154646.22.help.text\n"
"Play"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3145202.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#par_id3145202.65.help.tex"
"t\n"
"Plays the selected sound file."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3152928.23.help.text
msgid "Fade object"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3151184.66.help.text
msgid ""
"\\<ahelp hid=\\\"SD:EDIT:TP_ANIMATION:EDT_SOUND\\\"\\>Fades an object until "
"it is hidden or moves off the screen.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3151265.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3151265.24.help.text\n"
"Animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3150262.67.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:TP_ANIMATION:LB_EFFECT\\\"\\>Select a fade "
"effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154049.26.help.text
msgid "Slow"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3149978.69.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:TP_ANIMATION:RBT_SLOW\\\"\\>Slowly fades out "
"the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155851.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155851.27.help.text\n"
"Medium"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3149291.70.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:TP_ANIMATION:RBT_MEDIUM\\\"\\>Fades out the "
"selected object at a moderate speed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149752.28.help.text
msgid "Fast"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3146093.71.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:TP_ANIMATION:RBT_FAST\\\"\\>Quickly fades "
"out the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3147257.30.help.text
msgid "Fade with sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3145669.73.help.text
msgid ""
"\\<ahelp hid=\\\"SD:TRISTATEBOX:TP_ANIMATION:TSB_SOUND\\\"\\>Plays a sound "
"file while the selected object fades out.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155323.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3155323.31.help.text\n"
"Sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153904.74.help.text
msgid ""
"Enter a path to the sound file you want to open, or click \\<emph\\>Browse "
"\\</emph\\>to locate the file."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3148827.32.help.text
msgid "Play in full"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3148822.75.help.text
msgid ""
"\\<ahelp hid=\\\"SD:TRISTATEBOX:TP_ANIMATION:TSB_PLAY_FULL\\\"\\>Plays the "
"entire sound file.\\</ahelp\\>\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>In Unix, the entire "
"sound file is always played. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3145413.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3145413.33.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3158403.76.help.text
msgid ""
"\\<ahelp hid=\\\"SD:TRISTATEBOX:TP_ANIMATION:TSB_PLAY_FULL\\\"\\>Locate the "
"sound file you want to play.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3148811.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3148811.34.help.text\n"
"Play"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153573.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153573.78.help.tex"
"t\n"
"Plays the selected sound file."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154260.35.help.text
msgid "Run program"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3155357.79.help.text
msgid "Starts a program during a slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149157.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149157.36.help.text\n"
"Program"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154277.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3154277.37.help.text\n"
"Program"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3148918.81.help.text
msgid ""
"\\<ahelp hid=\\\"SD_EDIT_TP_ANIMATION_EDT_PROGRAM\\\"\\>Enter a path to the "
"program you want to start, or click \\<emph\\>Browse \\</emph\\>to locate "
"the program.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3159269.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3159269.38.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3154097.82.help.text
msgid "Locate the program you want to start."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3152940.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3152940.39.help.text\n"
"Run macro"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3153681.83.help.text
msgid "Runs a macro during the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149916.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149916.40.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149804.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3149804.41.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3148625.85.help.text
msgid ""
"\\<ahelp hid=\\\"SD_EDIT_TP_ANIMATION_EDT_MACRO\\\"\\>Enter a path to the "
"macro you want to run, or click \\<emph\\>Browse \\</emph\\>to locate the "
"macro.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150628.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150628.42.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3148417.86.help.text
msgid "Locate the macro you want to run."
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#hd_id3150424.43.help.text
msgid "Exit presentation"
msgstr ""

#: helpcontent2/source/text/simpress/01/06070000.xhp#par_id3154799.87.help.text
msgid "Ends the presentation."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06080000.xhp#tit.help.text\n"
"Slide Show Settings"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#bm_id3153818.help.text
msgid ""
"\\<bookmark_value\\>presentations; settings "
"for\\</bookmark_value\\>\\<bookmark_value\\>slide shows; settings "
"for\\</bookmark_value\\>\\<bookmark_value\\>presentations; window / full "
"screen\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3153818.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3153818.1.help.text\n"
"Slide Show Settings"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3148606.2.help.text
msgid ""
"\\<variable id=\\\"praesent\\\"\\>\\<ahelp "
"hid=\\\".uno:PresentationDialog\\\"\\>Defines settings for your slide show, "
"including which slide to start from, the way you advance the slides, the "
"type of presentation, and pointer options.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150213.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150213.3.help.text\n"
"Range"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3154766.4.help.text
msgid "Specifies which slides to include in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3145363.5.help.text
msgid "All slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3145114.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_ALL\\\"\\>Includes all of "
"the slides in your slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150431.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150431.7.help.text\n"
"From:"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3150391.8.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_START_PRESENTATION:LB_DIAS\\\"\\>Enter the "
"number of the start slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3147404.86.help.text
msgid "Custom Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3150538.87.help.text
msgid ""
"\\<ahelp hid=\\\"SD:LISTBOX:DLG_START_PRESENTATION:LB_CUSTOMSHOW\\\"\\>Runs "
"a custom slide show in the order that you defined in \\<link "
"href=\\\"text/simpress/01/06100000.xhp\\\" name=\\\"Slide Show - Custom "
"Slide Show\\\"\\>\\<emph\\>Slide Show - Custom Slide "
"Show\\</emph\\>\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150653.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150653.88.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3149354.93.help.text
msgid "Select the slide show type."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150482.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150482.89.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3148730.94.help.text
msgid ""
"\\<ahelp hid=\\\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_STANDARD\\\"\\>A "
"full screen slide is shown.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3153034.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3153034.90.help.text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3155257.82.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_WINDOW\\\"\\>Slide show "
"runs in the $[officename] program window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3145593.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3145593.91.help.text\n"
"Auto"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3149509.95.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:RADIOBUTTON:DLG_START_PRESENTATION:RBT_AUTO\\\"\\>Restarts the "
"slide show after the pause interval you specify. A pause slide is displayed "
"between the final slide and the start slide. Press the Esc key to stop the "
"show.\\</ahelp\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150862.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150862.96.help.text\n"
"Duration of pause"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3153112.97.help.text
msgid ""
"\\<ahelp hid=\\\"SD:TIMEFIELD:DLG_START_PRESENTATION:TMF_PAUSE\\\"\\>Enter "
"the duration of the pause before the slide show is repeated. If you enter "
"zero, the show restarts immediately without showing a pause "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3166420.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3166420.92.help.text\n"
"Show logo"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3154501.98.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_AUTOLOGO\\\"\\>Displays the "
"$[officename] logo on the pause slide.\\</ahelp\\> The logo cannot be "
"exchanged."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150130.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150130.9.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3149883.13.help.text
msgid "Change slides manually"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3147373.14.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_MANUEL\\\"\\>Slides "
"never change automatically when this box is selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3155439.15.help.text
msgid "Mouse pointer visible"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3150272.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_MOUSEPOINTER\\\"\\>Shows the "
"mouse pointer during a slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150570.17.help.text
msgid "Mouse pointer as pen"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3150665.18.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_PEN\\\"\\>Changes "
"the mouse pointer to a pen which you can use to draw on slides during the "
"presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3150475.19.help.text
msgid ""
"Anything you write with the pen is not saved when you exit the slide show. "
"The color of the pen cannot be changed."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3153927.20.help.text
msgid "Navigator visible"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3148430.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_NAVIGATOR\\\"\\>Displays the "
"\\<link href=\\\"text/simpress/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> during the slide "
"show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3153718.84.help.text
msgid "Animations allowed"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3083445.85.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_ANIMATION_ALLOWED\\\"\\>Runs "
"animations during the slide show.\\</ahelp\\> If this option is not "
"selected, only the first frame of an animation is displayed."
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3152478.22.help.text
msgid "Change slides by clicking on background"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3156305.23.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_CHANGE_PAGE\\\"\\>Advances to "
"the next slide when you click on the background of a slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#hd_id3150960.24.help.text
msgid "Presentation always on top"
msgstr ""

#: helpcontent2/source/text/simpress/01/06080000.xhp#par_id3150764.25.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SD:CHECKBOX:DLG_START_PRESENTATION:CBX_ALWAYS_ON_TOP\\\"\\>The "
"$[officename] window remains on top during the presentation. No other "
"program will show its window in front of your presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06100000.xhp#tit.help.text\n"
"Custom Slide Shows"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3154659.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3154659.1.help.text\n"
"Custom Slide Shows"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3149207.2.help.text
msgid ""
"\\<variable id=\\\"indipraesent\\\"\\>\\<ahelp "
"hid=\\\".uno:CustomShowDialog\\\" visibility=\\\"visible\\\"\\>Defines a "
"custom slide show using slides within the current presentation. You can then "
"pick slides to meet the needs of your audience. You can create as many "
"custom slide shows as you want.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3155530.3.help.text
msgid "Name of the presentation(s)"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3156449.4.help.text
msgid ""
"\\<ahelp hid=\\\"SD_LISTBOX_DLG_CUSTOMSHOW_LB_CUSTOMSHOWS\\\" "
"visibility=\\\"visible\\\"\\>Lists the custom slide shows that are "
"available.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3149408.5.help.text
msgid "To create a custom slide show, click \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3152899.9.help.text
msgid "Use Custom Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3149947.10.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD_CHECKBOX_DLG_CUSTOMSHOW_CBX_USE_CUSTOMSHOW\\\"\\>Runs the custom "
"slide show you selected when you click \\<emph\\>Start\\</emph\\>. "
"Otherwise, the entire presentation is shown.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3148604.6.help.text
msgid "To run a custom slide show:"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3153250.7.help.text
msgid ""
"Click the show in the list and then select \\<emph\\>Use Custom Slide "
"Show\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3159230.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100000.xhp#par_id3159230.8.help.text\n"
"Click \\<emph\\>Start\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3153808.11.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/06100100.xhp\\\" "
"name=\\\"New\\\"\\>New\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3153073.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3153073.12.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3150431.13.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_EDIT\\\"\\>\\<link "
"href=\\\"text/simpress/01/06100100.xhp\\\" name=\\\"Add, remove or "
"reorder\\\"\\>Add, remove or reorder\\</link\\> slides as well as change the "
"name of the selected custom slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3151393.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3151393.14.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3145236.15.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_COPY\\\"\\>Creates a copy of the "
"selected custom slide show. You can modify the name of the show by clicking "
"\\<emph\\>Edit\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3153121.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100000.xhp#hd_id3153121.16.help.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100000.xhp#par_id3157907.17.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD_PUSHBUTTON_DLG_CUSTOMSHOW_BTN_STARTSHOW\\\"\\>Runs the slide "
"show. Ensure that \\<emph\\>Use Custom Slide Show\\</emph\\> is selected if "
"you want to run a custom presentation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/06100100.xhp#tit.help.text\n"
"Define Custom Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#hd_id3154020.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100100.xhp#hd_id3154020.1.help.text\n"
"Define Custom Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3154659.2.help.text
msgid ""
"\\<variable id=\\\"neu\\\"\\>\\<ahelp hid=\\\"\\\" "
"visibility=\\\"visible\\\"\\>Creates a custom slide "
"show.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3155379.3.help.text
msgid ""
"Select a slide and click \\<emph\\>>>\\</emph\\> or \\<emph\\><<\\</emph\\> "
"to add or remove the slide from the list."
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3156449.4.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD_PUSHBUTTON_DLG_DEFINE_CUSTOMSHOW_BTN_ADD\\\"\\>Adds an existing "
"slide to the bottom of the \\<emph\\>Selected slides\\</emph\\> list. You "
"need to select a slide in the \\<emph\\>Existing slides\\</emph\\> list "
"before you can use this button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3151240.5.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SD_PUSHBUTTON_DLG_DEFINE_CUSTOMSHOW_BTN_REMOVE\\\"\\>Removes a slide "
"from the \\<emph\\>Selected slides \\</emph\\>list. You need to choose a "
"slide in the \\<emph\\>Selected slides \\</emph\\>list before you can use "
"this button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#hd_id3156018.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/06100100.xhp#hd_id3156018.6.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3152871.7.help.text
msgid ""
"\\<ahelp hid=\\\"SD_EDIT_DLG_DEFINE_CUSTOMSHOW_EDT_NAME\\\" "
"visibility=\\\"visible\\\"\\>Displays the name of the custom slide show. If "
"you want, you can enter a new name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#hd_id3149050.8.help.text
msgid "Existing slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3154767.9.help.text
msgid ""
"\\<ahelp hid=\\\"SD_MULTILISTBOX_DLG_DEFINE_CUSTOMSHOW_LB_PAGES\\\" "
"visibility=\\\"visible\\\"\\>Lists all of the slides in the order in which "
"they appear in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#hd_id3146965.10.help.text
msgid "Selected slides"
msgstr ""

#: helpcontent2/source/text/simpress/01/06100100.xhp#par_id3149874.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_DEFINE_CUSTOMSHOW_CTL\\\" "
"visibility=\\\"visible\\\"\\>Lists all of the slides in the custom slide "
"show. If you want, you can change the order of the list by dragging the "
"slides up or down.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/13050000.xhp#tit.help.text\n"
"Convert"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050000.xhp#hd_id3152596.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050000.xhp\\\" "
"name=\\\"Convert\\\"\\>Convert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050000.xhp#par_id3151075.2.help.text
msgid "Options for converting the selected object."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050100.xhp#tit.help.text
msgid "To Curve"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050100.xhp#hd_id3125864.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050100.xhp\\\" name=\\\"To "
"Curve\\\"\\>To Curve\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050100.xhp#par_id3147436.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangeBezier\\\"\\>Converts the selected object to a "
"Bézier curve.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#tit.help.text
msgid "To Polygon"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3152578.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050200.xhp\\\" name=\\\"To "
"Polygon\\\"\\>To Polygon\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3145252.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChangePolygon\\\"\\>Converts the selected object to a "
"polygon (a closed object bounded by straight lines).\\</ahelp\\> The "
"appearance of the object does not change. If you want, you can right-click "
"and choose \\<link href=\\\"text/shared/main0227.xhp\\\" name=\\\"Edit "
"Points\\\"\\>\\<emph\\>Edit Points\\</emph\\>\\</link\\> to view the changes."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3155066.4.help.text
msgid "Convert to Polygon"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3153713.5.help.text
msgid ""
"The following options are required to convert a bitmap image to a polygon. "
"The converted image is actually a collection of smaller polygons filled with "
"color."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3154254.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3154254.6.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3149126.7.help.text
msgid "Set the conversion options for the image."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3146314.8.help.text
msgid "Number of colors:"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3145790.9.help.text
msgid ""
"\\<ahelp hid=\\\"SD:NUMERICFIELD:DLG_VECTORIZE:NM_LAYERS\\\"\\>Enter the "
"number of colors to be displayed in the converted image. $[officename] "
"generates a polygon for each occurrence of a color in the image.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3150206.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3150206.10.help.text\n"
"Point reduction"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3159236.11.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_VECTORIZE:MT_REDUCE\\\"\\>Removes color "
"polygons that are smaller than the pixel value you enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3150364.12.help.text
msgid "Fill holes"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3145584.13.help.text
msgid ""
"\\<ahelp hid=\\\"SD:CHECKBOX:DLG_VECTORIZE:CB_FILLHOLES\\\"\\>Fills the "
"color gaps caused by applying a point reduction.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3154371.14.help.text
msgid "Tile size"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3156448.15.help.text
msgid ""
"\\<ahelp hid=\\\"SD:METRICFIELD:DLG_VECTORIZE:MT_FILLHOLES\\\"\\>Enter the "
"size of the rectangle for the background fill.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3148840.16.help.text
msgid "Source picture:"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3153917.17.help.text
msgid "Preview of the original image."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3149944.18.help.text
msgid "Vectorized image:"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3148605.19.help.text
msgid ""
"Preview of the converted image. Click \\<emph\\>Preview\\</emph\\> to "
"generate the vectorized image."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3156020.20.help.text
msgid "Progress"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3159207.21.help.text
msgid "Displays the conversion progress."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3149048.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/13050200.xhp#hd_id3149048.22.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050200.xhp#par_id3150046.23.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_VECTORIZE:BTN_PREVIEW\\\"\\>Previews the "
"converted image without applying the changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#tit.help.text
msgid "Convert to 3D "
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#hd_id3154017.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050300.xhp\\\" name=\\\"Convert to "
"3D\\\"\\>Convert to 3D\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3155066.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertInto3D\\\"\\>Converts the selected object to a "
"three-dimensional (3D) object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3147339.8.help.text
msgid ""
"\\<variable id=\\\"anmerkung\\\"\\>The selected object is first converted to "
"a contour, and then to a 3D object.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3149127.3.help.text
msgid ""
"If you select two or more objects and convert them to 3D, the result is a 3D "
"group that acts as a single object. You can edit the individual objects in "
"the group by choosing \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<emph\\>Modify\\</emph\\> - \\<emph\\>Enter "
"Group\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Format - Group "
"- Edit Group\\</emph\\>\\</defaultinline\\>\\</switchinline\\>. Choose "
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>\\<emph\\>Modify – Exit "
"Group\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Format – Group "
"– Exit Group\\</emph\\>\\</defaultinline\\>\\</switchinline\\> when you are "
"finished."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3151242.5.help.text
msgid ""
"Converting a group of objects to 3D does not change the stacking order of "
"the individual objects."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3146965.9.help.text
msgid "Press F3 to quickly enter a group and Ctrl+F3 to leave the group."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3145114.4.help.text
msgid ""
"You can also convert bitmap images and vector graphics, including clipart, "
"to 3D objects. $[officename] treats bitmaps as rectangles and vector "
"graphics as a group of polygons when converting to 3D."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3149876.6.help.text
msgid "Even drawing objects that contain text can be converted."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050300.xhp#par_id3153960.7.help.text
msgid ""
"If you want, you can also apply a \\<link "
"href=\\\"text/shared/01/05350000.xhp\\\" name=\\\"3D Effect\\\"\\>3D "
"Effect\\</link\\> to the converted object."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050400.xhp#tit.help.text
msgid "Convert to 3D Rotation Object"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050400.xhp#hd_id3146974.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050400.xhp\\\" name=\\\"Convert to 3D "
"Rotation Object\\\"\\>Convert to 3D Rotation Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050400.xhp#par_id3150717.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertInto3DLatheFast\\\"\\>Creates a three-"
"dimensional shape by rotating the selected object around its vertical "
"axis.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050500.xhp#tit.help.text
msgid "To Bitmap "
msgstr ""

#: helpcontent2/source/text/simpress/01/13050500.xhp#bm_id3153142.help.text
msgid ""
"\\<bookmark_value\\>converting; to "
"bitmaps\\</bookmark_value\\>\\<bookmark_value\\>bitmaps; converting "
"to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050500.xhp#hd_id3153142.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050500.xhp\\\" name=\\\"To "
"Bitmap\\\"\\>To Bitmap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050500.xhp#par_id3146975.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertIntoBitmap\\\"\\>Converts the selected object "
"to a bitmap (a grid of pixels that represents an image).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050500.xhp#par_id3149377.4.help.text
msgid ""
"For more information, see the \\<link "
"href=\\\"text/shared/00/00000005.xhp\\\" "
"name=\\\"Glossary\\\"\\>Glossary\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050500.xhp#par_id3155333.3.help.text
msgid ""
"You can also copy the selected object and choose \\<emph\\>Edit - Paste "
"Special \\</emph\\>and select the bitmap format from the list\\<emph/\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050600.xhp#tit.help.text
msgid "To metafile "
msgstr ""

#: helpcontent2/source/text/simpress/01/13050600.xhp#bm_id3147434.help.text
msgid ""
"\\<bookmark_value\\>converting; to metafile format "
"(WMF)\\</bookmark_value\\>\\<bookmark_value\\>metafiles; converting "
"to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050600.xhp#hd_id3147434.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050600.xhp\\\" name=\\\"To "
"metafile\\\"\\>To metafile\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050600.xhp#par_id3154490.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertIntoMetaFile\\\"\\>Converts the selected object "
"to Windows Metafile Format (WMF), containing both bitmap and vector graphic "
"data.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050600.xhp#par_id3151075.4.help.text
msgid ""
"For more information on WMF, see the \\<link "
"href=\\\"text/shared/00/00000005.xhp\\\" "
"name=\\\"Glossary\\\"\\>Glossary\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050600.xhp#par_id3147344.3.help.text
msgid ""
"You can also copy the selected object and choose \\<emph\\>Edit - Paste "
"Special \\</emph\\>and select MetaFile from the list."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050700.xhp#tit.help.text
msgid "To Contour "
msgstr ""

#: helpcontent2/source/text/simpress/01/13050700.xhp#bm_id3146119.help.text
msgid ""
"\\<bookmark_value\\>converting; to "
"contours\\</bookmark_value\\>\\<bookmark_value\\>contours; converting "
"to\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050700.xhp#hd_id3146119.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050700.xhp\\\" name=\\\"To "
"Contour\\\"\\>To Contour\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13050700.xhp#par_id3146974.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:convert_to_contour\\\"\\>Converts the selected object "
"to a polygon, or a group of polygons.\\</ahelp\\> If the conversion creates "
"a group of polygons (for example, when you convert a text object), then "
"press F3 to enter the group before you can select an individual polygon."
msgstr ""

#: helpcontent2/source/text/simpress/01/13050700.xhp#par_id3155601.3.help.text
msgid ""
"Once you convert a line or a text object to a contour, you can no longer "
"edit it as you normally would. Instead, you can edit the contour as you "
"would any polygon, including using the \\<emph\\>Edit – Points "
"\\</emph\\>command to adjust its shape."
msgstr ""

#: helpcontent2/source/text/simpress/01/13140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/13140000.xhp#tit.help.text\n"
"Combine"
msgstr ""

#: helpcontent2/source/text/simpress/01/13140000.xhp#hd_id3150012.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13140000.xhp\\\" "
"name=\\\"Combine\\\"\\>Combine\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13140000.xhp#par_id3146974.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Combine\\\"\\>Combines two or more selected objects "
"into a single shape.\\</ahelp\\>Unlike \\<link "
"href=\\\"text/shared/01/05290000.xhp\\\" "
"name=\\\"grouping\\\"\\>grouping\\</link\\>, a combined object takes on the "
"properties of the lowermost object in the stacking order. You can \\<link "
"href=\\\"text/simpress/01/13150000.xhp\\\" "
"name=\\\"split\\\"\\>split\\</link\\> apart combined objects, but the "
"original object properties are lost."
msgstr ""

#: helpcontent2/source/text/simpress/01/13140000.xhp#par_id3153876.3.help.text
msgid ""
"When you combine objects, the drawing elements are replaced by Bézier curves "
"and holes appear where the objects overlap."
msgstr ""

#: helpcontent2/source/text/simpress/01/13150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/13150000.xhp#tit.help.text\n"
"Split"
msgstr ""

#: helpcontent2/source/text/simpress/01/13150000.xhp#bm_id3150439.help.text
msgid ""
"\\<bookmark_value\\>combining; "
"undoing\\</bookmark_value\\>\\<bookmark_value\\>splitting; "
"combinations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13150000.xhp#hd_id3150439.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13150000.xhp\\\" "
"name=\\\"Split\\\"\\>Split\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13150000.xhp#par_id3147435.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Dismantle\\\"\\>Splits a \\<link "
"href=\\\"text/simpress/01/13140000.xhp\\\" "
"name=\\\"combined\\\"\\>combined\\</link\\> object into individual "
"objects.\\</ahelp\\> The resulting objects have the same line and fill "
"properties as the combined object."
msgstr ""

#: helpcontent2/source/text/simpress/01/13160000.xhp#tit.help.text
msgid "Connect"
msgstr ""

#: helpcontent2/source/text/simpress/01/13160000.xhp#hd_id3153768.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13160000.xhp\\\" "
"name=\\\"Connect\\\"\\>Connect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13160000.xhp#par_id3152598.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Connect\\\" visibility=\\\"visible\\\"\\>Creates a "
"line or Bézier curve by connecting two or more lines, Bézier curves, or "
"other objects with a line.\\</ahelp\\> Closed objects containing a fill are "
"converted to lines and lose their fill."
msgstr ""

#: helpcontent2/source/text/simpress/01/13170000.xhp#tit.help.text
msgid "Break "
msgstr ""

#: helpcontent2/source/text/simpress/01/13170000.xhp#bm_id3150870.help.text
msgid ""
"\\<bookmark_value\\>objects; breaking "
"connections\\</bookmark_value\\>\\<bookmark_value\\>breaking object "
"connections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13170000.xhp#hd_id3150870.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13170000.xhp\\\" "
"name=\\\"Break\\\"\\>Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13170000.xhp#par_id3156441.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Break\\\"\\>Breaks apart lines joined with the "
"\\<emph\\>Connect\\</emph\\> command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13170000.xhp#par_id3153726.3.help.text
msgid ""
"You cannot apply a fill to closed shapes that have been broken apart with "
"this command. "
msgstr ""

#: helpcontent2/source/text/simpress/01/13180000.xhp#tit.help.text
msgid "Shapes"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180000.xhp#hd_id3154319.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13180000.xhp\\\" "
"name=\\\"Shapes\\\"\\>Shapes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180000.xhp#par_id3147435.2.help.text
msgid "Creates a shape from two or more selected objects."
msgstr ""

#: helpcontent2/source/text/simpress/01/13180000.xhp#par_id3156286.3.help.text
msgid ""
"Shapes take on the properties of the lowermost object in the stacking order."
msgstr ""

#: helpcontent2/source/text/simpress/01/13180100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/13180100.xhp#tit.help.text\n"
"Merge"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180100.xhp#hd_id3150870.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13180100.xhp\\\" "
"name=\\\"Merge\\\"\\>Merge\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180100.xhp#par_id3150012.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Merge\\\" visibility=\\\"visible\\\"\\>Adds the area "
"of the selected objects to the area of the lowermost object in the "
"selection. This command is best used with overlapping objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180100.xhp#par_id3152578.3.help.text
msgid "Any spaces that are visible between the objects are preserved."
msgstr ""

#: helpcontent2/source/text/simpress/01/13180200.xhp#tit.help.text
msgid "Subtract"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180200.xhp#hd_id3150439.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13180200.xhp\\\" "
"name=\\\"Subtract\\\"\\>Subtract\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180200.xhp#par_id3152596.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Substract\\\" visibility=\\\"visible\\\"\\>Subtracts "
"the area of the selected objects from the area of the lowermost "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180200.xhp#par_id3154320.3.help.text
msgid "Any spaces between the objects are preserved."
msgstr ""

#: helpcontent2/source/text/simpress/01/13180300.xhp#tit.help.text
msgid "Intersect"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180300.xhp#hd_id3153768.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13180300.xhp\\\" "
"name=\\\"Intersect\\\"\\>Intersect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/13180300.xhp#par_id3146975.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Intersect\\\" visibility=\\\"visible\\\"\\>Creates a "
"shape from the overlapping area of the selected objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/animationeffect.xhp#tit.help.text\n"
"Custom Animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10547.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10547.help."
"text\n"
"Custom Animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN105C7.help.text
msgid ""
"\\<ahelp hid=\\\"878874113\\\" visibility=\\\"hidden\\\"\\>Select an effect "
"and click OK to assign it.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1055D.help.text
msgid ""
"Adds a new animation effect to the object selected in the slide, or changes "
"the animation of the selected element in the \\<link "
"href=\\\"text/simpress/01/06060000.xhp\\\"\\>Custom Animations "
"Pane\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1056E.help."
"text\n"
"The dialog contains the following tab pages:"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10571.help.text
msgid "Entrance"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10575.help.text
msgid "Select an entrance effect from the effect categories."
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10578.help.text
msgid "Emphasis"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1057C.help.text
msgid "Select an emphasis effect from the effect categories."
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1057F.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1057F.help."
"text\n"
"Exit"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10583.help.text
msgid "Select an exiting effect from the effect categories."
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10586.help.text
msgid "Motion Paths"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1058A.help.text
msgid "Select a motion path from the motion path categories."
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1058D.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN1058D.help."
"text\n"
"Speed"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10591.help.text
msgid ""
"\\<ahelp hid=\\\"878874627\\\"\\>Specifies the speed or duration of the "
"selected animation effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10594.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10594.help."
"text\n"
"Automatic preview"
msgstr ""

#: helpcontent2/source/text/simpress/01/animationeffect.xhp#par_idN10598.help.text
msgid ""
"\\<ahelp hid=\\\"878871556\\\"\\>Select to preview new or edited effects on "
"the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/effectoptions.xhp#tit.help.text\n"
"Effect Options"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN10547.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN10547.help.te"
"xt\n"
"Effect Options"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies additional properties for the selected "
"element in the \\<link href=\\\"text/simpress/01/06060000.xhp\\\"\\>Custom "
"Animations\\</link\\> pane.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN105BB.help.text
msgid ""
"Assign an effect to an object, then click the Effect Options button (it "
"displays three points: ...) to open the Effect Options dialog."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN1056E.help.te"
"xt\n"
"The dialog contains the following tab pages:"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN105AF.help.text
msgid ""
"\\<embedvar href=\\\"text/simpress/01/effectoptionseffect.xhp#effect\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN105B7.help.text
msgid ""
"\\<embedvar href=\\\"text/simpress/01/effectoptionstiming.xhp#timing\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptions.xhp#par_idN105BF.help.text
msgid ""
"\\<embedvar href=\\\"text/simpress/01/effectoptionstext.xhp#text\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#tit.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10682.help.text
msgid ""
"\\<variable id=\\\"effect\\\"\\>\\<link "
"href=\\\"text/simpress/01/effectoption"
"seffect.xhp\\\"\\>Effect\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN106A0.help.text
msgid ""
"Specifies the settings and enhancements for the current effect in the "
"\\<link href=\\\"text/simpress/01/effectoptions.xhp\\\"\\>Effect "
"Options\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN106B1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN106B1.h"
"elp.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN106B5.help.text
msgid ""
"For some effects, the settings can be specified on the "
"\\<emph\\>Effect\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10707.help.text
msgid "Enhancements"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1070B.help.text
msgid "Specifies the enhancements for the current effect."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1070E.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1070E.h"
"elp.text\n"
"Sound"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10712.help.text
msgid ""
"\\<ahelp hid=\\\"878824971\\\"\\>Select a sound from the Gallery or select "
"one of the special entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10718.help.text
msgid ""
"\\<emph\\>No sound\\</emph\\> - no sound is played during animation of the "
"effect."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1071F.help.text
msgid ""
"\\<emph\\>Stop previous sound\\</emph\\> - the sound of the previous effect "
"is stopped as soon as the current effect runs."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10726.help.text
msgid ""
"\\<emph\\>Other sound\\</emph\\> - displays a file open dialog to select a "
"sound file."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1072C.help.text
msgid "Sound button"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10730.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Plays the selected sound file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10733.help.text
msgid "After animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10737.help.text
msgid ""
"\\<ahelp hid=\\\"878824973\\\"\\>Select a color to be shown after the "
"animation ends, or select another after-effect from the list\\</ahelp\\>:"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1073D.help.text
msgid "\\<emph\\>Don't dim\\</emph\\> - no after-effect runs."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10744.help.text
msgid ""
"\\<emph\\>Hide after animation\\</emph\\> - hides the shape after the "
"animation ends."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1074B.help.text
msgid ""
"\\<emph\\>Hide on next mouse click\\</emph\\> - hides the shape on the next "
"mouse click."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10752.help.text
msgid ""
"\\<emph\\>More colors\\</emph\\> - opens a color selection dialog to select "
"the color that is shown after the animation."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10865.help.text
msgid "Dim color"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1087B.help.text
msgid "\\<ahelp hid=\\\"878824975\\\"\\>Select the dim color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10758.help.text
msgid "Text animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1075C.help.text
msgid ""
"\\<ahelp hid=\\\"878824977\\\"\\>Select the animation mode for the text of "
"the current shape\\</ahelp\\>:"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10762.help.text
msgid "\\<emph\\>All at once\\</emph\\> - animates the text all at once."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10769.help.text
msgid "\\<emph\\>Word by word\\</emph\\> - animates the text word by word."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10770.help.text
msgid ""
"\\<emph\\>Letter by letter\\</emph\\> - animates the text letter by letter."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN10776.help.text
msgid "Delay between characters"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionseffect.xhp#par_idN1077A.help.text
msgid ""
"\\<ahelp hid=\\\"878828050\\\"\\>Specifies the percentage of delay between "
"animations of words or letters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#tit.help.text\n"
"Text Animation"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105AE.help.text
msgid ""
"\\<variable id=\\\"text\\\"\\>\\<link "
"href=\\\"text/simpress/01/effectoptionstext.xhp\\\"\\>Text "
"Animation\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105CC.help.text
msgid ""
"Specifies the text animation settings for the current effect in the \\<link "
"href=\\\"text/simpress/01/effectoptions.xhp\\\"\\>Effect Options\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105DD.help.text
msgid "Group text"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105E1.help.text
msgid ""
"\\<ahelp hid=\\\"878857730\\\"\\>Specifies how multiple paragraphs are "
"animated\\</ahelp\\>:"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105E7.help.text
msgid ""
"\\<emph\\>As one object\\</emph\\> - all paragraphs are animated as one "
"object."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105EE.help.text
msgid ""
"\\<emph\\>All paragraphs at once\\</emph\\> - all paragraphs are animated at "
"once, but can have different effects."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105F5.help.text
msgid ""
"\\<emph\\>By 1st level paragraphs\\</emph\\> - the first level paragraphs, "
"including sub-level paragraphs, are animated one after another."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105FB.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105FB.hel"
"p.text\n"
"Automatically after"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN105FF.help.text
msgid ""
"\\<ahelp hid=\\\"878855171\\\"\\>If \"Group text - By 1st level paragraphs\" "
"is selected, the paragraphs are animated one after the other.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN1067F.help.text
msgid ""
"\\<ahelp hid=\\\"878860804\\\"\\>Enter an additional delay in seconds to "
"animate subsequent paragraphs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN10602.help.text
msgid "Animate attached shape"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN10606.help.text
msgid ""
"\\<ahelp hid=\\\"878855173\\\"\\>Deselect this box to animate only the text, "
"not the shape.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN10609.help.text
msgid "In reverse order"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstext.xhp#par_idN1060D.help.text
msgid ""
"\\<ahelp hid=\\\"878855174\\\"\\>Animates the paragraphs in reverse "
"order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#tit.help.text
msgid "Timing"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10544.help.text
msgid ""
"\\<variable id=\\\"timing\\\"\\>\\<link "
"href=\\\"text/simpress/01/effectoption"
"stiming.xhp\\\"\\>Timing\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10562.help.text
msgid ""
"Specifies the timing for the current effect in the \\<link "
"href=\\\"text/simpress/01/effectoptions.xhp\\\"\\>Effect Options\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1057D.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1057D.h"
"elp.text\n"
"Start"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1066F.help.text
msgid ""
"\\<ahelp hid=\\\"878841346\\\"\\>Displays the start property of the selected "
"animation effect.\\</ahelp\\> The following start properties are available:"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10675.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10675.h"
"elp.text\n"
"\\<emph\\>On click\\</emph\\> - the animation stops at this effect until the "
"next mouse click."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1067C.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1067C.h"
"elp.text\n"
"\\<emph\\>With previous\\</emph\\> - the animation runs immediately."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10683.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10683.h"
"elp.text\n"
"\\<emph\\>After previous\\</emph\\> - the animation runs as soon as the "
"previous animation ends."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10583.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10583.h"
"elp.text\n"
"Delay"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10693.help.text
msgid ""
"\\<ahelp hid=\\\"878844420\\\"\\>Specifies an additional delay of n seconds "
"until the effect starts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10587.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10587.h"
"elp.text\n"
"Speed"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106A0.help.text
msgid ""
"\\<ahelp hid=\\\"878841862\\\"\\>Specifies the duration of the "
"effect.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1058B.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1058B.h"
"elp.text\n"
"Repeat"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106AD.help.text
msgid ""
"\\<ahelp hid=\\\"878841864\\\"\\>Specifies whether and how to repeat the "
"current effect.\\</ahelp\\> Enter the amount of repeats, or select from the "
"list:"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106B3.help.text
msgid "\\<emph\\>(none)\\</emph\\> - the effect is not repeated."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106BA.help.text
msgid ""
"\\<emph\\>Until next click\\</emph\\> - the animation is repeated until the "
"next mouse click."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106C1.help.text
msgid ""
"\\<emph\\>Until end of slide\\</emph\\> - the animation repeats as long as "
"the slide is displayed."
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN1058F.help.text
msgid "Rewind when done playing"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106D1.help.text
msgid ""
"\\<ahelp hid=\\\"878838793\\\"\\>Specifies whether to let the animated shape "
"return to its starting state after the animation ends.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10593.help.text
msgid "Animate as part of click sequence"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106DE.help.text
msgid ""
"\\<ahelp hid=\\\"878838283\\\"\\>Specifies whether to let the animation "
"start in the normal click sequence.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN10597.help.text
msgid "Start effect on click of"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN106EB.help.text
msgid ""
"\\<ahelp hid=\\\"878838284\\\"\\>Specifies whether to let the animation "
"start when a specified shape is clicked.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/effectoptionstiming.xhp#par_idN107C5.help.text
msgid ""
"\\<ahelp hid=\\\"878841357\\\"\\>Select the shape by its name from the list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/slidesorter.xhp#tit.help.text
msgid "Page/Slide Pane"
msgstr ""

#: helpcontent2/source/text/simpress/01/slidesorter.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/slidesorter.xhp\\\"\\>\\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>Page "
"\\</caseinline\\>\\<defaultinline\\>Slide "
"\\</defaultinline\\>\\</switchinline\\>Pane\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/slidesorter.xhp#par_idN10554.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the \\<switchinline "
"select=\\\"appl\\\"\\>\\<caseinline select=\\\"DRAW\\\"\\>Page "
"\\</caseinline\\>\\<defaultinline\\>Slide "
"\\</defaultinline\\>\\</switchinline\\>Pane on and off.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/slidesorter.xhp#par_idN10557.help.text
msgid ""
"You can use the \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Page \\</caseinline\\>\\<defaultinline\\>Slide "
"\\</defaultinline\\>\\</switchinline\\> Pane to add, to rename, to delete, "
"and to arrange slides or pages in Impress and Draw."
msgstr ""

#: helpcontent2/source/text/simpress/01/taskpanel.xhp#tit.help.text
msgid "Task Pane"
msgstr ""

#: helpcontent2/source/text/simpress/01/taskpanel.xhp#bm_id3274636.help.text
msgid "\\<bookmark_value\\>task pane\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/taskpanel.xhp#par_idN10544.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/taskpanel.xhp\\\"\\>Task Pane\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/taskpanel.xhp#par_idN10554.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Switches the %PRODUCTNAME Impress task pane on and "
"off.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/01/taskpanel.xhp#par_idN10557.help.text
msgid ""
"The task pane contains pages to specify the slide master, slide layout, "
"slide transitions, and animation effects for the objects on your slides."
msgstr ""

#: helpcontent2/source/text/simpress/01/taskpanel.xhp#par_idN105D4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/01/taskpanel.xhp#par_idN105D4.help.text\n"
"\\<embedvar href=\\\"text/simpress/guide/masterpage.xhp#masterpage\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/04010000.xhp#tit.help.text\n"
"Show/Hide Slide"
msgstr ""

#: helpcontent2/source/text/simpress/02/04010000.xhp#hd_id3147368.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04010000.xhp\\\" name=\\\"Show/Hide "
"Slide\\\"\\>Show/Hide Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04010000.xhp#par_id3149883.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HideSlide\\\"\\>Hides the selected slide so that it is "
"not displayed during a slide show.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04010000.xhp#par_id3155434.4.help.text
msgid ""
"The title of a hidden slide has a gray background. To show a hidden slide, "
"choose \\<emph\\>Slide Show - Show/Hide Slide\\</emph\\> again."
msgstr ""

#: helpcontent2/source/text/simpress/02/04010000.xhp#par_id3148772.help.text
msgid ""
"\\<image id=\\\"img_id3156067\\\" "
"src=\\\"res/commandimagelist/sc_hideslide.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156067\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04010000.xhp#par_id3156061.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/04010000.xhp#par_id3156061.3.help.text\n"
"Show/Hide Slide"
msgstr ""

#: helpcontent2/source/text/simpress/02/04020000.xhp#tit.help.text
msgid "Slides Per Row"
msgstr ""

#: helpcontent2/source/text/simpress/02/04020000.xhp#hd_id3154319.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04020000.xhp\\\" name=\\\"Slides Per "
"Row\\\"\\>Slides Per Row\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04020000.xhp#par_id3154012.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PagesPerRow\\\"\\>Enter the number of slides to "
"display on each row in the Slide Sorter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04030000.xhp#tit.help.text
msgid "Slide Effects"
msgstr ""

#: helpcontent2/source/text/simpress/02/04030000.xhp#hd_id3152598.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04030000.xhp\\\" name=\\\"Slide "
"Effects\\\"\\>Slide Effects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04030000.xhp#par_idN1059C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the transition effect that appears before "
"the current slide is shown.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04040000.xhp#tit.help.text
msgid "Transition Speed"
msgstr ""

#: helpcontent2/source/text/simpress/02/04040000.xhp#hd_id3152596.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04040000.xhp\\\" name=\\\"Transition "
"Speed\\\"\\>Transition Speed\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04050000.xhp#tit.help.text
msgid "Auto Transition"
msgstr ""

#: helpcontent2/source/text/simpress/02/04050000.xhp#hd_id3147434.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04050000.xhp\\\" name=\\\"Auto "
"Transition\\\"\\>Auto Transition\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04050000.xhp#par_idN1059C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Specifies how the slide show advances to the next "
"slide, automatic, semiautomatic, or manually.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/04060000.xhp#tit.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/simpress/02/04060000.xhp#hd_id3153188.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04060000.xhp\\\" "
"name=\\\"Time\\\"\\>Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04060000.xhp#par_idN1059C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the amount of time before the slide show "
"automatically advances to the next slide.\\</ahelp\\> This option is only "
"available for automatic transition."
msgstr ""

#: helpcontent2/source/text/simpress/02/04070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/04070000.xhp#tit.help.text\n"
"Rehearse Timings"
msgstr ""

#: helpcontent2/source/text/simpress/02/04070000.xhp#hd_id3150010.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/04070000.xhp\\\" name=\\\"Rehearse "
"Timings\\\"\\>Rehearse Timings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04070000.xhp#par_id3154491.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RehearseTimings\\\"\\>Starts a slide show with a timer "
"in the lower left corner.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04070000.xhp#par_id3156385.help.text
msgid ""
"\\<image id=\\\"img_id3155962\\\" "
"src=\\\"res/commandimagelist/sc_timefield.png\\\"\\>\\<alt "
"id=\\\"alt_id3155962\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/04070000.xhp#par_id3150298.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/04070000.xhp#par_id3150298.3.help.text\n"
"Rehearse Timings"
msgstr ""

#: helpcontent2/source/text/simpress/02/04070000.xhp#par_id3152994.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/04070000.xhp#par_id3152994.6.help.text\n"
"\\<link href=\\\"text/simpress/01/06080000.xhp\\\" name=\\\"Slide Show "
"Settings\\\"\\>Slide Show Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/08020000.xhp#tit.help.text
msgid "Current Size"
msgstr ""

#: helpcontent2/source/text/simpress/02/08020000.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/08020000.xhp\\\" name=\\\"Current "
"Size\\\"\\>Current Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/08020000.xhp#par_id3154321.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Position\\\"\\>Displays the X and Y position of the "
"cursor and the size of the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/08020000.xhp#par_id3154510.3.help.text
msgid ""
"This Status bar field uses the same measurement units as the rulers. You can "
"define the units by choosing \\<link "
"href=\\\"text/shared/optionen/01070500.xhp\\\" name=\\\"Tools - Options - "
"Presentation - General\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME "
"Impress - General\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/02/08060000.xhp#tit.help.text
msgid "Current Slide/Level"
msgstr ""

#: helpcontent2/source/text/simpress/02/08060000.xhp#hd_id3159153.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/08060000.xhp\\\" name=\\\"Current "
"Slide/Level\\\"\\>Current Slide/Level\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/08060000.xhp#par_id3153190.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PageStatus\\\" visibility=\\\"visible\\\"\\>Displays "
"the current slide number followed by the total number of slides.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/08060000.xhp#par_id3149126.3.help.text
msgid ""
"In Layer Mode, the name of the layer containing the selected object is "
"displayed."
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10020000.xhp#tit.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#bm_id3159153.help.text
msgid ""
"\\<bookmark_value\\>increasing sizes of "
"views\\</bookmark_value\\>\\<bookmark_value\\>views; display "
"sizes\\</bookmark_value\\>\\<bookmark_value\\>decreasing sizes of "
"views\\</bookmark_value\\>\\<bookmark_value\\>zooming; in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>views; shift "
"function\\</bookmark_value\\>\\<bookmark_value\\>hand icon for moving "
"slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3159153.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10020000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3147339.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomToolBox\\\"\\>Reduces or enlarges the screen "
"display of the current document. Click the arrow next to the icon to open "
"the \\<emph\\>Zoom\\</emph\\> toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3148569.help.text
msgid ""
"\\<image id=\\\"img_id3150205\\\" "
"src=\\\"res/commandimagelist/sc_zoompage.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3150205\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3153246.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3153246.3.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3145113.help.text
msgid ""
"\\<image id=\\\"img_id3153070\\\" "
"src=\\\"res/commandimagelist/sc_zoom.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3153070\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150397.4.help.text
msgid "Zoom ($[officename] Impress in Outline and Slide View)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3150537.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3150537.7.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3157906.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomPlus\\\"\\>Displays the slide at two times its "
"current size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3145822.9.help.text
msgid ""
"You can also select the \\<emph\\>Zoom In \\</emph\\>tool and drag a "
"rectangular frame around the area you want to enlarge."
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3145590.help.text
msgid ""
"\\<image id=\\\"img_id3145596\\\" "
"src=\\\"res/commandimagelist/sc_zoomin.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3145596\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3154505.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3154505.11.help.tex"
"t\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3145167.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3145167.12.help.text\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3153734.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomIn\\\"\\>Displays the slide at half its current "
"size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3145247.help.text
msgid ""
"\\<image id=\\\"img_id3145355\\\" "
"src=\\\"res/commandimagelist/sc_zoomout.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3145355\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150565.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150565.15.help.tex"
"t\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3156060.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3156060.16.help.text\n"
"Zoom 100%"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3149031.17.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Zoom100Percent\\\"\\>Displays the slide at its actual "
"size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3155410.help.text
msgid ""
"\\<image id=\\\"img_id3155988\\\" "
"src=\\\"res/commandimagelist/sc_zoom100percent.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155988\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3083450.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3083450.18.help.tex"
"t\n"
"Zoom 100%"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3150964.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3150964.19.help.text\n"
"Previous Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3152926.20.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomPrevious\\\"\\>Returns the display of the slide to "
"the previous zoom factor you applied.\\</ahelp\\> You can also press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Comma(,)."
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3154642.help.text
msgid ""
"\\<image id=\\\"img_id3145202\\\" "
"src=\\\"res/commandimagelist/sc_zoomprevious.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3145202\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150264.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150264.21.help.tex"
"t\n"
"Previous Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3153151.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3153151.22.help.text\n"
"Next Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3143228.23.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomNext\\\"\\>Undoes the action of the "
"\\<emph\\>Previous Zoom \\</emph\\>command.\\</ahelp\\> You can also press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Period(.)."
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3153908.help.text
msgid ""
"\\<image id=\\\"img_id3154932\\\" "
"src=\\\"res/commandimagelist/sc_zoomnext.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154932\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3158407.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3158407.24.help.tex"
"t\n"
"Next Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3154260.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3154260.25.help.text\n"
"Zoom Page"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3153582.26.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomPage\\\"\\>Displays the entire slide on your "
"screen.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3154102.help.text
msgid ""
"\\<image id=\\\"img_id3153679\\\" "
"src=\\\"res/commandimagelist/sc_printpreview.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3153679\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3149917.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3149917.27.help.tex"
"t\n"
"Zoom Page"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3154599.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3154599.28.help.text\n"
"Zoom Page Width"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3153530.29.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomPageWidth\\\"\\>Displays the complete width of the "
"slide. The top and bottom edges of the slide may not be visible.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150982.help.text
msgid ""
"\\<image id=\\\"img_id3147531\\\" "
"src=\\\"res/commandimagelist/sc_zoompagewidth.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3147531\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150991.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150991.30.help.tex"
"t\n"
"Zoom Page Width"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3151108.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3151108.31.help.text\n"
"Optimal"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3146135.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomOptimal\\\"\\>Resizes the display to include all "
"of the objects on the slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3154569.help.text
msgid ""
"\\<image id=\\\"img_id3154576\\\" "
"src=\\\"res/commandimagelist/sc_zoomoptimal.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154576\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150838.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3150838.33.help.tex"
"t\n"
"Optimal"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3156202.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3156202.34.help.text\n"
"Object Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3151277.35.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomObjects\\\"\\>Resizes the display to fit the "
"object(s) you selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3154134.help.text
msgid ""
"\\<image id=\\\"img_id3154141\\\" "
"src=\\\"res/commandimagelist/sc_zoomoptimal.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3154141\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3149308.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3149308.36.help.tex"
"t\n"
"Object Zoom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3155188.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#hd_id3155188.37.help.text\n"
"Shift"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3149488.38.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomPanning\\\"\\>Moves the slide within the "
"$[officename] \\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"DRAW\\\"\\>Draw \\</caseinline\\>\\<caseinline "
"select=\\\"IMPRESS\\\"\\>Impress \\</caseinline\\>\\</switchinline\\> "
"window.\\</ahelp\\> Place the pointer on the slide, and drag to move the "
"slide. When you release the mouse, the last tool you used is selected."
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3151253.help.text
msgid ""
"\\<image id=\\\"img_id3151259\\\" "
"src=\\\"res/commandimagelist/sc_zoompanning.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3151259\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10020000.xhp#par_id3156354.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10020000.xhp#par_id3156354.39.help.tex"
"t\n"
"Shift"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10030000.xhp#tit.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#bm_id3150199.help.text
msgid ""
"\\<bookmark_value\\>flipping; around a flip "
"line\\</bookmark_value\\>\\<bookmark_value\\>mirroring "
"objects\\</bookmark_value\\>\\<bookmark_value\\>3D rotation objects; "
"converting to\\</bookmark_value\\>\\<bookmark_value\\>slanting; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>objects; "
"effects\\</bookmark_value\\>\\<bookmark_value\\>distorting; "
"objects\\</bookmark_value\\>\\<bookmark_value\\>shearing "
"objects\\</bookmark_value\\>\\<bookmark_value\\>transparency; of "
"objects\\</bookmark_value\\>\\<bookmark_value\\>gradients; "
"transparent\\</bookmark_value\\>\\<bookmark_value\\>colors; defining "
"gradients interactively\\</bookmark_value\\>\\<bookmark_value\\>gradients; "
"defining colors\\</bookmark_value\\>\\<bookmark_value\\>circles; of "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3147264.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10030000.xhp\\\" "
"name=\\\"Mode\\\"\\>Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3153965.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AdvancedMode\\\"\\>Modifies the shape, orientation or "
"fill of the selected object(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149665.help.text
msgid ""
"\\<image id=\\\"img_id3154490\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectrotatemode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154490\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154018.3.help.text
msgid "Effects (%PRODUCTNAME Draw only)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149018.4.help.text
msgid ""
"To open the\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw "
"\\<emph\\>Mode \\</emph\\>toolbar, click the arrow next to the "
"\\<emph\\>Effects \\</emph\\>icon on the \\<emph\\>Drawing\\</emph\\> bar. "
"In %PRODUCTNAME Impress, choose \\<emph\\>View - Toolbars - Mode\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3150199.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3150199.6.help.text\n"
"Rotate"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3148489.40.help.text
msgid ""
"Rotates or skews the selected 2D object(s) around a pivot point. Drag a "
"corner handle of the object in the direction you want to rotate it. To skew "
"an object, drag a center handle in the direction you want to skew it."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154022.9.help.text
msgid ""
"Each slide has only one pivot point. Double-click an object to move the "
"pivot point to the center of the object. You can also drag the pivot point "
"to a new location on the screen, and then rotate the object."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3153914.10.help.text
msgid ""
"If you select a group that includes a 3D object, only the 3D object is "
"rotated. You cannot skew a 3D object, instead, you can rotate it about the X "
"and Y axes by dragging the center handles."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3146962.help.text
msgid ""
"\\<image id=\\\"img_id3153811\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectrotatemode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153811\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150435.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150435.7.help.text\n"
"Rotate"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3151387.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3151387.11.help.text\n"
"Flip"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3157874.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Mirror\\\"\\>Flips the selected object(s) around a "
"flip line, that you can drag to anywhere on the slide. Drag a handle of the "
"object(s) across the flip line to flip the object(s). To change the "
"orientation of the flip line, drag one of its end points to new "
"location.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3153035.help.text
msgid ""
"\\<image id=\\\"img_id3153932\\\" "
"src=\\\"res/commandimagelist/sc_mirror.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153932\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3145590.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3145590.12.help.tex"
"t\n"
"Flip"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3155263.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3155263.33.help.text\n"
"In 3D Rotation Object"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3145169.35.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConvertInto3DLathe\\\"\\>Converts the selected 2D "
"object(s) to a 3D object, by rotating the object(s) around a symmetry "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150332.36.help.text
msgid ""
"Drag the symmetry line to a new location to change the shape of the "
"converted object. To change the orientation of the symmetry line, drag one "
"of its end points. Click the object to convert it to 3D. "
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150928.help.text
msgid ""
"\\<image id=\\\"img_id3145295\\\" src=\\\"svx/res/rotate3d.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145295\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149024.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149024.34.help.tex"
"t\n"
"In 3D Rotation Object"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3147536.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3147536.24.help.text\n"
"Set in circle (perspective)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150468.26.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CrookRotate\\\"\\>Distorts the selected object by "
"wrapping it around imaginary circles, and then adding perspective. Drag a "
"handle of the selected object to distort it.\\</ahelp\\> If the selected "
"object is not a polygon or Bézier curve, you are prompted to change the "
"object to a curve before you can distort it."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3147167.help.text
msgid ""
"\\<image id=\\\"img_id3083443\\\" "
"src=\\\"res/commandimagelist/sc_crookslant.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3083443\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149454.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149454.25.help.tex"
"t\n"
"Set in circle (perspective)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3151185.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3151185.27.help.text\n"
"Set to circle (slant)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150766.29.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CrookSlant\\\"\\>Distorts the selected object by "
"wrapping it around imaginary circles. Drag a handle of the selected object "
"to distort it.\\</ahelp\\> If the selected object is not a polygon or Bézier "
"curve, you are prompted to change the object to a curve before you can "
"distort it."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150875.help.text
msgid ""
"\\<image id=\\\"img_id3150882\\\" "
"src=\\\"res/commandimagelist/sc_crookrotate.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150882\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3153156.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3153156.28.help.tex"
"t\n"
"Set to circle (slant)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3154049.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3154049.30.help.text\n"
"Distort"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149756.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Shear\\\"\\>Lets you drag the handles of the selected "
"object to change its shape.\\</ahelp\\> If the selected object is not a "
"polygon or Bézier curve, you are prompted to change the object to a curve "
"before you can distort it."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154693.help.text
msgid ""
"\\<image id=\\\"img_id3154933\\\" "
"src=\\\"res/commandimagelist/sc_shear.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154933\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154294.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154294.31.help.tex"
"t\n"
"Distort"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3154203.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3154203.42.help.text\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154258.43.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InteractiveTransparence\\\"\\>Applies a transparency "
"gradient to the selected object.\\</ahelp\\> The transparency line "
"represents a a grayscale, with the black handle corresponding to 0% "
"transparency and the white handle to 100% transparency."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3147516.44.help.text
msgid ""
"Drag the white handle to change the direction of the transparency gradient. "
"Drag the black handle to change the length of the gradient. You can also "
"drag and drop colors onto the handles from the \\<emph\\>Color\\</emph\\> "
"Bar to change their grayscale values."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154104.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154104.60.help.tex"
"t\n"
"To display the \\<emph\\>Color Bar\\</emph\\>, choose \\<emph\\>View - "
"Toolbars - Color Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3154602.help.text
msgid ""
"\\<image id=\\\"img_id3154790\\\" "
"src=\\\"res/commandimagelist/sc_interactivetransparence.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154790\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150623.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150623.45.help.tex"
"t\n"
"Transparency"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3149932.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#hd_id3149932.46.help.text\n"
"Gradient"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3149594.47.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InteractiveGradient\\\"\\>Modifies the gradient fill "
"of the selected object. This command is only available if you applied a "
"gradient to the selected object in \\<emph\\>Format - "
"Area\\</emph\\>.\\</ahelp\\> Drag the handles of the gradient line to change "
"the direction of the gradient or the length of the gradient. You can also "
"drag and drop colors onto the handles from the \\<emph\\>Color\\</emph\\> "
"Bar to change the color of the gradient endpoints. "
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3151311.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3151311.48.help.tex"
"t\n"
"To display the \\<emph\\>Color Bar\\</emph\\>, choose \\<emph\\>View - "
"Toolbars - Color Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3150990.help.text
msgid ""
"\\<image id=\\\"img_id3151102\\\" "
"src=\\\"res/commandimagelist/sc_interactivegradient.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151102\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030000.xhp#par_id3148400.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030000.xhp#par_id3148400.49.help.tex"
"t\n"
"Gradient"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#tit.help.text
msgid "Gluepoints Bar"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#bm_id3149948.help.text
msgid ""
"\\<bookmark_value\\>object bars; editing glue "
"points\\</bookmark_value\\>\\<bookmark_value\\>glue points; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing; glue "
"points\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3149948.1.help.text
msgid ""
"\\<variable id=\\\"gluepointsbar\\\"\\>\\<link "
"href=\\\"text/simpress/02/10030200.xhp\\\"\\>Glue Points "
"Bar\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3159206.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Insert or modify the properties of a glue point. A "
"glue point is a custom connection point where you can attach a \\<link "
"href=\\\"text/simpress/02/10100000.xhp\\\" "
"name=\\\"connector\\\"\\>connector\\</link\\> line. \\</ahelp\\> By default, "
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> automatically "
"places a connection point at the center of each side of the bounding "
"rectangle for every object you create."
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_idN106DF.help.text
msgid ""
"\\<link href=\\\"text/simpress/00/00000402.xhp#gluebar\\\"\\>\\<embedvar "
"href=\\\"text/simpress/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#bm_id3149876.help.text
msgid ""
"\\<bookmark_value\\>glue points; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; glue "
"points\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3149876.3.help.text
msgid "Insert Glue Point "
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150393.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueInsertPoint\\\"\\>Inserts a glue point where you "
"click in an object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3157876.help.text
msgid ""
"\\<image id=\\\"img_id3150650\\\" "
"src=\\\"res/commandimagelist/sc_glueinsertpoint.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150650\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3148729.4.help.text
msgid "Insert Point"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153933.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153933.6.help.text\n"
"Exit Direction Left"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150864.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueEscapeDirectionLeft\\\"\\>Connector attaches to "
"the left edge of the selected glue point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3145165.help.text
msgid ""
"\\<image id=\\\"img_id3153567\\\" "
"src=\\\"res/commandimagelist/sc_glueescapedirectionleft.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3153567\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150019.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150019.7.help.text\n"
"Exit Direction Left"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3149881.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3149881.9.help.text\n"
"Exit Direction Top"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3147370.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueEscapeDirectionTop\\\"\\>Connector attaches to the "
"top edge of the selected glue point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3153042.help.text
msgid ""
"\\<image id=\\\"img_id3148386\\\" "
"src=\\\"res/commandimagelist/sc_glueescapedirectiontop.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3148386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150929.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150929.10.help.tex"
"t\n"
"Exit Direction Top"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3150265.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3150265.12.help.text\n"
"Exit Direction Right"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3149030.14.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueEscapeDirectionRight\\\"\\>Connector attaches to "
"the right edge of the selected glue point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3155401.help.text
msgid ""
"\\<image id=\\\"img_id3156256\\\" "
"src=\\\"res/commandimagelist/sc_glueescapedirectionright.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3156256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3153716.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3153716.13.help.tex"
"t\n"
"Exit Direction Right"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3147173.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3147173.15.help.text\n"
"Exit Direction Bottom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3149710.17.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueEscapeDirectionBottom\\\"\\>Connector attaches to "
"the bottom edge of the selected glue point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3145204.help.text
msgid ""
"\\<image id=\\\"img_id3150756\\\" "
"src=\\\"res/commandimagelist/sc_glueescapedirectionbottom.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150756\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3153218.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3153218.16.help.tex"
"t\n"
"Exit Direction Bottom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3150875.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3150875.18.help.text\n"
"Glue Point Relative"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3147571.20.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GluePercent\\\"\\>Maintains the relative position of a "
"selected glue point when you resize an object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3153622.help.text
msgid ""
"\\<image id=\\\"img_id3153149\\\" "
"src=\\\"res/commandimagelist/sc_gluepercent.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3153149\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3149286.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3149286.19.help.tex"
"t\n"
"Glue Point Relative"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3149755.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3149755.21.help.text\n"
"Fixed Horizontal Left"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3147252.23.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueHorzAlignLeft\\\"\\>When the object is resized, "
"the current gluepoint remains fixed to the left edge of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3154934.help.text
msgid ""
"\\<image id=\\\"img_id3148829\\\" "
"src=\\\"res/commandimagelist/sc_gluehorzalignleft.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3148829\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3158405.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3158405.22.help.tex"
"t\n"
"Fixed Horizontal Left"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3154214.24.help.text
msgid "Fixed Horizontal Center"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3147510.26.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueHorzAlignCenter\\\"\\>When the object is resized, "
"the current glue point remains fixed to the center of the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3148910.help.text
msgid ""
"\\<image id=\\\"img_id3148919\\\" "
"src=\\\"res/commandimagelist/sc_gluehorzaligncenter.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3148919\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150706.25.help.text
msgid "Fixed Horizontal Centered"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153748.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153748.27.help.text\n"
"Fixed Horizontal Right"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3154096.29.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueHorzAlignRight\\\"\\>When the object is resized, "
"the current glue point remains fixed to the right edge of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3148627.help.text
msgid ""
"\\<image id=\\\"img_id3149808\\\" "
"src=\\\"res/commandimagelist/sc_gluehorzalignright.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3149808\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3154799.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3154799.28.help.tex"
"t\n"
"Fixed Horizontal Right"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153540.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153540.30.help.text\n"
"Fixed Vertical Top"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3149930.32.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueVertAlignTop\\\"\\>When the object is resized, the "
"current glue point remains fixed to the top edge of the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3154481.help.text
msgid ""
"\\<image id=\\\"img_id3154571\\\" "
"src=\\\"res/commandimagelist/sc_gluevertaligntop.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154571\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3148681.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3148681.31.help.tex"
"t\n"
"Fixed Vertical Top"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3153678.33.help.text
msgid "Fixed Vertical Center"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3151310.35.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueVertAlignCenter\\\"\\>When the object is resized, "
"the current glue point remains fixed to the vertical center of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150996.help.text
msgid ""
"\\<image id=\\\"img_id3151106\\\" "
"src=\\\"res/commandimagelist/sc_gluevertaligncenter.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3151106\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3146130.34.help.text
msgid "Fixed Vertical Centered"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3147529.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#hd_id3147529.36.help.text\n"
"Fixed Vertical Bottom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3148397.38.help.text
msgid ""
"\\<ahelp hid=\\\".uno:GlueVertAlignBottom\\\"\\>When the object is resized, "
"the current glue point remains fixed to the bottom edge of the "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3150644.help.text
msgid ""
"\\<image id=\\\"img_id3154192\\\" "
"src=\\\"res/commandimagelist/sc_gluevertalignbottom.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154192\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10030200.xhp#par_id3156204.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10030200.xhp#par_id3156204.37.help.tex"
"t\n"
"Fixed Vertical Bottom"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10050000.xhp#tit.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#bm_id3152994.help.text
msgid ""
"\\<bookmark_value\\>text; "
"toolbar\\</bookmark_value\\>\\<bookmark_value\\>floating "
"text\\</bookmark_value\\>\\<bookmark_value\\>callouts; inserting in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>inserting; callouts in "
"presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3152994.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10050000.xhp\\\" "
"name=\\\"Text\\\"\\>Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3163709.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TextToolbox\\\"\\>Using Customize Toolbar, you can add "
"the \\<emph\\>Text\\</emph\\> toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3151243.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3151243.3.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3156019.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Text\\\"\\>Draws a text box where you click or drag in "
"the current document. Click anywhere in the document, and then type or paste "
"your text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3149875.help.text
msgid ""
"\\<image id=\\\"img_id3153070\\\" "
"src=\\\"res/commandimagelist/sc_drawtext.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153070\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150391.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150391.4.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3166466.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3166466.6.help.text\n"
"Fit Text to Frame"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150538.8.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TextFitToSizeTool\\\"\\>Draws a text box where you "
"click or drag in the current document. The text that you enter is "
"automatically resized to fit the dimensions of the text box.\\</ahelp\\> "
"Click anywhere in the document, and then type or paste your text."
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3145826.help.text
msgid ""
"\\<image id=\\\"img_id3153038\\\" "
"src=\\\"res/commandimagelist/sc_textfittosizetool.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153038\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150860.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150860.7.help.text\n"
"Fit Text to Frame"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3145596.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3145596.10.help.text\n"
"Callouts"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3153006.12.help.text
msgid ""
"Draws a line that ends in a rectangular callout from where you drag in the "
"current document. The text direction is horizontal. Drag a handle of the "
"callout to resize the callout. To change a rectangular callout to a rounded "
"callout, drag the largest corner handle when the pointer changes to a hand. "
"To add text, click the edge of the callout, and then type or paste your text."
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150019.help.text
msgid ""
"\\<image id=\\\"img_id3153738\\\" "
"src=\\\"res/commandimagelist/sc_drawcaption.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153738\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3157860.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#par_id3157860.11.help.tex"
"t\n"
"Callouts"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3148390.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#hd_id3148390.14.help.text\n"
"Fit Vertical Text to Frame"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3148770.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:VerticalTextFitToSizeTool\\\"\\>Draws a text frame "
"with vertical text direction where you click or drag in the current "
"document. The text that you enter is automatically resized to fit the "
"dimensions of the frame.\\</ahelp\\> Click anywhere in the document, and "
"then type or paste your text. You can also move the cursor to where you want "
"to add the text, drag a text frame, and then type or paste your text."
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3147537.help.text
msgid ""
"\\<image id=\\\"img_id3154869\\\" "
"src=\\\"res/commandimagelist/sc_verticaltextfittosizetool.png\\\" "
"width=\\\"0.1335inch\\\" height=\\\"0.1335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154869\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150472.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10050000.xhp#par_id3150472.16.help.tex"
"t\n"
"Fit Vertical Text to Frame"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#tit.help.text
msgid "Rectangles   "
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#bm_id3159204.help.text
msgid ""
"\\<bookmark_value\\>rectangles; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>forms; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>geometric "
"forms\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3159204.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10060000.xhp\\\" "
"name=\\\"Rectangles\\\"\\>Rectangles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3145112.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RectangleToolbox\\\"\\>Using Customize Toolbar, you "
"can add the \\<emph\\>Rectangles\\</emph\\> toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3150396.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3150396.4.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3147405.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3147405.28.help.tex"
"t\n"
"Draws a filled rectangle where you drag in the current document. Click where "
"you want to place a corner of the rectangle, and drag to the size you want. "
"To draw a square, hold down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3145828.help.text
msgid ""
"\\<image id=\\\"img_id3148729\\\" "
"src=\\\"res/commandimagelist/sc_rect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148729\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154558.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154558.5.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3145591.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3145591.7.help.text\n"
"Square"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3145164.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Square\\\"\\>Draws a filled square where you drag in "
"the current document. Click where you want to place a corner of the square, "
"and drag to the size you want. To draw a rectangle, hold down Shift while "
"you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3149879.help.text
msgid ""
"\\<image id=\\\"img_id3149884\\\" "
"src=\\\"res/commandimagelist/sc_square.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149884\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3148770.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3148770.8.help.text\n"
"Square"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3145295.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3145295.10.help.text\n"
"Rounded Rectangle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3145355.12.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Rect_Rounded\\\"\\>Draws a rounded rectangle with a "
"fill where you drag in the current document. Click where you want to place a "
"corner of the rounded rectangle, and drag to the size you want. To draw a "
"rounded square, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154870.help.text
msgid ""
"\\<image id=\\\"img_id3150467\\\" "
"src=\\\"res/commandimagelist/sc_rect_rounded.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150467\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3155987.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3155987.11.help.tex"
"t\n"
"Rounded Rectangle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3083443.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3083443.13.help.text\n"
"Rounded Square"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3149715.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Square_Rounded\\\"\\>Draws a rounded square with a "
"fill where you drag in the current document. Click where you want to place a "
"corner of the rounded square, and drag to the size you want. To draw a "
"rounded rectangle, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3156323.help.text
msgid ""
"\\<image id=\\\"img_id3151189\\\" "
"src=\\\"res/commandimagelist/sc_square_rounded.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151189\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3145207.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3145207.14.help.tex"
"t\n"
"Rounded Square"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3153618.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3153618.16.help.text\n"
"Rectangle, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3149981.18.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Rect_Unfilled\\\"\\>Draws an empty rectangle where you "
"drag in the current document. Click where you want to place a corner of the "
"rectangle, and drag to the size you want. To draw a square, hold down Shift "
"while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3159179.help.text
msgid ""
"\\<image id=\\\"img_id3159186\\\" "
"src=\\\"res/commandimagelist/sc_rect_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159186\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3153907.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3153907.17.help.tex"
"t\n"
"Rectangle, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3154930.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3154930.19.help.text\n"
"Square, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3148830.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Square_Unfilled\\\"\\>Draws an empty square where you "
"drag in the current document. Click where you want to place a corner of the "
"square, and drag to the size you want. To draw a rectangle, hold down Shift "
"while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154268.help.text
msgid ""
"\\<image id=\\\"img_id3147510\\\" "
"src=\\\"res/commandimagelist/sc_square_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147510\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3149161.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3149161.20.help.tex"
"t\n"
"Square, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3154098.22.help.text
msgid "Rounded Rectangle, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3153684.24.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Rect_Rounded_Unfilled\\\"\\>Draws an empty rounded "
"rectangle where you drag in the current document. Click where you want to "
"place a corner of the rounded rectangle, and drag to the size you want. To "
"draw a rounded square, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154603.help.text
msgid ""
"\\<image id=\\\"img_id3154610\\\" "
"src=\\\"res/commandimagelist/sc_rect_rounded_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154610\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154802.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154802.23.help.tex"
"t\n"
"Rounded Square, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3150350.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#hd_id3150350.25.help.text\n"
"Rounded Square, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3150990.27.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Square_Rounded_Unfilled\\\"\\>Draws an empty rounded "
"square where you drag in the current document. Click where you want to place "
"a corner of the rounded square, and drag to the size you want. To draw a "
"rounded rectangle, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3154565.help.text
msgid ""
"\\<image id=\\\"img_id3154571\\\" "
"src=\\\"res/commandimagelist/sc_square_rounded_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154571\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10060000.xhp#par_id3152960.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10060000.xhp#par_id3152960.26.help.tex"
"t\n"
"Rounded Square, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#tit.help.text
msgid "Ellipses"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#bm_id3145586.help.text
msgid ""
""
"\\<bookmark_value\\>toolbars;ellipses\\</bookmark_value\\>\\<bookmark_value\\>"
"ellipses; toolbars\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#bm_id3148841.help.text
msgid "\\<bookmark_value\\>inserting; ellipses\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3148841.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10070000.xhp\\\" "
"name=\\\"Ellipses\\\"\\>Ellipses\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153248.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EllipseToolbox\\\"\\>Using Customize Toolbar, you can "
"add the \\<emph\\>Ellipses\\</emph\\> toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3154762.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3154762.5.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3146963.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3146963.47.help.tex"
"t\n"
"Draws a filled oval where you drag in the current document. Click where you "
"want to draw the oval, and drag to the size you want. To draw a circle, hold "
"down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3147300.help.text
msgid ""
"\\<image id=\\\"img_id3151391\\\" "
"src=\\\"res/commandimagelist/sc_ellipse.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151391\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150650.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150650.6.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3145822.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3145822.8.help.text\n"
"Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3148725.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Circle\\\"\\>Draws a filled circle where you drag in "
"the current document. Click where you want to draw the circle, and drag to "
"the size you want. To draw an ellipse, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153930.help.text
msgid ""
"\\<image id=\\\"img_id3153936\\\" "
"src=\\\"res/commandimagelist/sc_circle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153936\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150339.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150339.9.help.text\n"
"Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3153736.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3153736.11.help.text\n"
"Ellipse Pie"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3149879.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Circle\\\"\\>Draws a filled shape that is defined by "
"the arc of an oval and two radius lines in the current document. To draw an "
"ellipse pie, drag an oval to the size you want, and then click to define the "
"first radius line. Move your pointer to where you want to place the second "
"radius line and click. You do not need to click on the oval. To draw a "
"circle pie, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150932.help.text
msgid ""
"\\<image id=\\\"img_id3145295\\\" "
"src=\\\"res/commandimagelist/sc_pie.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145295\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3156065.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3156065.12.help.tex"
"t\n"
"Ellipse Pie"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3150473.14.help.text
msgid "Circle Pie"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3155369.16.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CirclePie\\\"\\>Draws a filled shape that is defined "
"by the arc of a circle and two radius lines in the current document. To draw "
"a circle pie, drag a circle to the size you want, and then click to define "
"the first radius line. Move your pointer to where you want to place the "
"second radius line and click. You do not need to click on the circle. To "
"draw an ellipse pie, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153716.help.text
msgid ""
"\\<image id=\\\"img_id3153722\\\" "
"src=\\\"res/commandimagelist/sc_circlepie.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153722\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3149452.15.help.text
msgid "Circle pie"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3150759.17.help.text
msgid "Ellipse Segment"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3156324.19.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EllipseCut\\\"\\>Draws a filled shape that is defined "
"by the arc of an oval and a diameter line in the current document. To draw "
"an ellipse segment, drag an ellipse to the size you want, and then click to "
"define the starting point of the diameter line. Move your pointer to where "
"you want to place the endpoint of the diameter line and click. You do not "
"need to click on the circle. To draw a circle segment, hold down Shift while "
"you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150254.help.text
msgid ""
"\\<image id=\\\"img_id3150261\\\" "
"src=\\\"res/commandimagelist/sc_ellipsecut.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150261\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153151.18.help.text
msgid "Ellipse segment"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149287.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149287.20.help.text\n"
"Circle Segment"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3159180.22.help.text
msgid ""
"Draws a filled shape that is defined by the arc of a circle and a diameter "
"line in the current document. To draw a circle segment, drag a circle to the "
"size you want, and then click to define the starting point of the diameter "
"line. Move your pointer to where you want to place the endpoint of the "
"diameter line and click. You do not need to click on the circle. To draw an "
"ellipse segment, hold down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153910.help.text
msgid ""
"\\<image id=\\\"img_id3154692\\\" "
"src=\\\"res/commandimagelist/sc_circlecut.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154692\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3145410.21.help.text
msgid "Circle segment"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3158404.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3158404.23.help.text\n"
"Ellipse, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153582.25.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Ellipse_Unfilled\\\"\\>Draws an empty oval where you "
"drag in the current document. Click where you want to draw the oval, and "
"drag to the size you want. To draw a circle, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150702.help.text
msgid ""
"\\<image id=\\\"img_id3150708\\\" "
"src=\\\"res/commandimagelist/sc_ellipse_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150708\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153688.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3153688.24.help.tex"
"t\n"
"Ellipse, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149926.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149926.26.help.text\n"
"Circle, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3154601.28.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Circle_Unfilled\\\"\\>Draws an empty circle where you "
"drag in the current document. Click where you want to draw the circle, and "
"drag to the size you want. To draw an ellipse, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150984.help.text
msgid ""
"\\<image id=\\\"img_id3150990\\\" "
"src=\\\"res/commandimagelist/sc_circle_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150990\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3151106.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3151106.27.help.tex"
"t\n"
"Circle, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3154572.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3154572.29.help.text\n"
"Ellipse Pie, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3152964.31.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Pie_Unfilled\\\"\\>Draws an empty shape that is "
"defined by the arc of an oval and two radius lines in the current document. "
"To draw an ellipse pie, drag an oval to the size you want, and then click to "
"define the first radius line. Move your pointer to where you want to place "
"the second radius line and click. You do not need to click on the oval. To "
"draw a circle pie, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3150359.help.text
msgid ""
"\\<image id=\\\"img_id3151313\\\" "
"src=\\\"res/commandimagelist/sc_pie_unfilled.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151313\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3148403.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3148403.30.help.tex"
"t\n"
"Ellipse Pie, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3150835.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3150835.32.help.text\n"
"Circle Pie, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3149334.34.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CirclePie_Unfilled\\\"\\>Draws an empty shape that is "
"defined by the arc of a circle and two radius lines in the current document. "
"To draw a circle pie, drag a circle to the size you want, and then click to "
"define the first radius line. Move your pointer to where you want to place "
"the second radius line and click. You do not need to click on the circle. To "
"draw an ellipse pie, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3154199.help.text
msgid ""
"\\<image id=\\\"img_id3146925\\\" "
"src=\\\"res/commandimagelist/sc_circlepie_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146925\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3148986.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3148986.33.help.tex"
"t\n"
"Circle Pie, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149300.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149300.35.help.text\n"
"Ellipse Segment, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3155179.37.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EllipseCut_Unfilled\\\"\\>Draws an empty shape that is "
"defined by the arc of an oval and a diameter line in the current document. "
"To draw an ellipse segment, drag an ellipse to the size you want, and then "
"click to define the starting point of the diameter line. Move your pointer "
"to where you want to place the endpoint of the diameter line and click. You "
"do not need to click on the circle. To draw a circle segment, hold down "
"Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3149483.help.text
msgid ""
"\\<image id=\\\"img_id3149490\\\" "
"src=\\\"res/commandimagelist/sc_ellipsecut_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149490\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3151253.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3151253.36.help.tex"
"t\n"
"Ellipse Segment, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149103.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149103.38.help.text\n"
"Circle Segment, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3154836.40.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CircleCut_Unfilled\\\"\\>Draws an empty shape that is "
"defined by the arc of a circle and a diameter line in the current document. "
"To draw a circle segment, drag a circle to the size you want, and then click "
"to define the starting point of the diameter line. Move your pointer to "
"where you want to place the endpoint of the diameter line and click. You do "
"not need to click on the circle. To draw a segment that is based on an "
"ellipse, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3148972.help.text
msgid ""
"\\<image id=\\\"img_id3148979\\\" "
"src=\\\"res/commandimagelist/sc_circlecut_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148979\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3149037.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3149037.39.help.tex"
"t\n"
"Circle Segment, Unfilled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149434.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3149434.41.help.text\n"
"Arc"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3147577.43.help.text
msgid ""
"Draws an arc in the current document. To draw an arc, drag an oval to the "
"size you want, and then click to define the starting point of the arc. Move "
"your pointer to where you want to place the endpoint and click. You do not "
"need to click on the oval. To draw an arc that is based on a circle, hold "
"down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3152771.help.text
msgid ""
"\\<image id=\\\"img_id3152778\\\" "
"src=\\\"res/commandimagelist/sc_arc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152778\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3155139.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3155139.42.help.tex"
"t\n"
"Arc"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3153514.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#hd_id3153514.44.help.text\n"
"Circle Arc"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3147075.46.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CircleArc\\\"\\>Draws an arc that is based on circle "
"in the current document. To draw an arc, drag a circle to the size you want, "
"and then click to define the starting point of the arc. Move your pointer to "
"where you want to place the endpoint and click. You do not need to click on "
"the circle. To draw an arc that is based on an ellipse, hold down Shift "
"while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3154380.help.text
msgid ""
"\\<image id=\\\"img_id3154386\\\" "
"src=\\\"res/commandimagelist/sc_circlearc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10070000.xhp#par_id3154111.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10070000.xhp#par_id3154111.45.help.tex"
"t\n"
"Circle Arc"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10080000.xhp#tit.help.text\n"
"Curve"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#bm_id3149050.help.text
msgid ""
""
"\\<bookmark_value\\>toolbars;curves\\</bookmark_value\\>\\<bookmark_value\\>cu"
"rves; toolbar\\</bookmark_value\\>\\<bookmark_value\\>polygons; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"polygons\\</bookmark_value\\>\\<bookmark_value\\>freeform lines; "
"drawing\\</bookmark_value\\>\\<bookmark_value\\>drawing; freeform "
"lines\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3149875.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10080000.xhp\\\" "
"name=\\\"Curve\\\"\\>Curve\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3147301.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineToolbox\\\"\\>The Curve icon on the Drawing bar "
"opens the \\<emph\\>Lines\\</emph\\> toolbar, where you can add lines and "
"shapes to the current slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3157873.3.help.text
msgid ""
"If you hold the Shift key down, the movement of the mouse is limited to "
"multiples of 45 degrees. If you hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Options "
"\\</caseinline"
"\\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key, the "
"new point will not be connected to the last point. This allows you to create "
"objects that consist of curves that are not connected together. If you draw "
"a smaller object while holding down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Options "
"\\</caseinline"
"\\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key into a "
"larger object that you have not closed yet, the smaller object is subtracted "
"from the larger one, thus appearing as a hole in the larger one."
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3153083.8.help.text
msgid ""
"Closed shapes automatically receive the fill that is displayed in the "
"\\<emph\\>Area Style/Filling\\</emph\\> box on \\<emph\\>Line and "
"Filling\\</emph\\> bar. "
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3155926.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3155926.4.help.text\n"
"Curve, Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3150016.6.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BezierFill\\\"\\>Draws a filled closed shape that is "
"based on a Bézier curve. Click where you want the curve to start, drag, "
"release, and then move the pointer to where you want the curve to end and "
"click. Move the pointer and click again to add a straight line segment to "
"the curve. Double-click to close the shape.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3148773.help.text
msgid ""
"\\<image id=\\\"img_id3150936\\\" "
"src=\\\"res/commandimagelist/sc_bezierfill.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150936\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3150570.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3150570.5.help.text\n"
"Curve, Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3149028.9.help.text
msgid "Polygon, filled "
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3155374.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Polygon\\\"\\>Draws a closed shape consisting of "
"straight line segments. Click where you want to start the polygon, and drag "
"to draw a line segment. Click again to define the end of the line segment, "
"and continue clicking to define the remaining line segments of the polygon. "
"Double-click to finish drawing the polygon. To constrain the polygon to "
"angles of 45 degree, hold down Shift when you click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3153720.help.text
msgid ""
"\\<image id=\\\"img_id3083443\\\" "
"src=\\\"res/commandimagelist/sc_polygon.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3083443\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3152926.10.help.text
msgid "Polygon, Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3156322.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3156322.13.help.text\n"
"Polygon (45°), Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3151267.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Polygon_Diagonal\\\"\\>Draws a closed shape consisting "
"of straight line segments that are constrained by angles of 45 degrees. "
"Click where you want to start the polygon, and drag to draw a line segment. "
"Click again to define the end of the line segment, and continue clicking to "
"define the remaining line segments of the polygon. Double-click to finish "
"drawing the polygon. To draw a polygon that is not constrained to a 45 "
"degree angle, hold down Shift when you click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3153624.help.text
msgid ""
"\\<image id=\\\"img_id3149976\\\" "
"src=\\\"res/commandimagelist/sc_polygon_diagonal.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149976\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3153155.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3153155.14.help.tex"
"t\n"
"Polygon (45°), Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3149292.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3149292.94.help.text\n"
"Freeform Line, Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3147256.98.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Freeline\\\"\\>Draws a freeform line where you drag in "
"the slide. When you release, $[officename] creates a closed shape by drawing "
"a straight line segment from the endpoint to the starting point of the line. "
"The shape within the lines will be filled with the current area "
"color.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3148833.help.text
msgid ""
"\\<image id=\\\"img_id3145410\\\" "
"src=\\\"res/commandimagelist/sc_freeline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145410\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3154264.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3154264.95.help.tex"
"t\n"
"Freeform Line, Filled"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3147506.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3147506.17.help.text\n"
"Curve"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3154100.help.text
msgid ""
"\\<image id=\\\"img_id3154106\\\" "
"src=\\\"res/commandimagelist/sc_bezier_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154106\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3149801.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3149801.18.help.tex"
"t\n"
"Curve"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3154610.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3154610.22.help.text\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3153780.help.text
msgid ""
"\\<image id=\\\"img_id3146123\\\" "
"src=\\\"res/commandimagelist/sc_polygon_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146123\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3158435.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3158435.23.help.tex"
"t\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3153668.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3153668.26.help.text\n"
"Polygon (45°)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3150354.28.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Polygon_Diagonal_Unfill\\\"\\>Draws a line composed of "
"a series of straight line segments, that are constrained by angles of 45 "
"degree. Drag to draw a line segment, click to define the endpoint of the "
"line segment, and then drag to draw a new line segment. Double-click to "
"finish drawing the line. To create a closed shape, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Options "
"\\</caseinline"
"\\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> and double-"
"click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3151108.help.text
msgid ""
"\\<image id=\\\"img_id3150987\\\" "
"src=\\\"res/commandimagelist/sc_polygon_diagonal_unfilled.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150987\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3150829.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3150829.27.help.tex"
"t\n"
"Polygon (45°)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3149340.96.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#hd_id3149340.96.help.text\n"
"Freeform Line"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3159188.help.text
msgid ""
"\\<image id=\\\"img_id3159194\\\" "
"src=\\\"res/commandimagelist/sc_linetoolbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159194\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10080000.xhp#par_id3159192.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10080000.xhp#par_id3159192.97.help.tex"
"t\n"
"Freeform Line"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10090000.xhp#tit.help.text\n"
"3D Objects"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#bm_id3150208.help.text
msgid ""
"\\<bookmark_value\\>toolbars;3D "
"objects\\</bookmark_value\\>\\<bookmark_value\\>3D objects; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting;3D "
"objects\\</book"
"mark_value\\>\\<bookmark_value\\>cubes\\</bookmark_value\\>\\<b"
"ookmark_value\\"
">spheres\\</bookmark_value\\>\\<bookmark_value\\>cylinders\\</b"
"ookmark_value\\"
">\\<bookmark_value\\>cones\\</bookmark_value\\>\\<bookmark_valu"
"e\\>pyramids\\<"
"/bookmark_value\\>\\<bookmark_value\\>torus\\</bookmark_value\\"
">\\<bookmark_value\\>shells\\</bookmark_value\\>\\<bookmark_value\\>half-"
"spheres\\</bookmark_value\\>\\<bookmark_value\\>drawing;3D "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3159238.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10090000.xhp\\\" name=\\\"3D "
"Objects\\\"\\>3D Objects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3152900.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Objects3DToolbox\\\"\\>Open the \\<emph\\>3D "
"Objects\\</emph\\> toolbar, where you can add 3D shapes to the current "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3154767.help.text
msgid ""
"\\<image id=\\\"img_id3146967\\\" "
"src=\\\"res/commandimagelist/sc_objects3dtoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146967\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3150397.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3150397.3.help.text\n"
"3D Objects"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153038.4.help.text
msgid ""
"To rotate a 3D object around any of its three axes, click to select the "
"object, and then click again to display its rotation handles. Drag a handle "
"in the direction you want to rotate the object."
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3153936.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3153936.5.help.text\n"
"Cube"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3145593.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Cube\\\"\\>Draws a filled cube where you drag in the "
"slide. To draw a 3D rectangle, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3149877.help.text
msgid ""
"\\<image id=\\\"img_id3149884\\\" "
"src=\\\"res/commandimagelist/sc_objects3dtoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149884\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3155440.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3155440.6.help.text\n"
"Cube"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3145354.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3145354.8.help.text\n"
"Sphere"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3145303.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Sphere\\\"\\>Draws a filled sphere where you drag in "
"the slide. To draw a spheroid, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3155985.help.text
msgid ""
"\\<image id=\\\"img_id3155992\\\" "
"src=\\\"res/commandimagelist/sc_sphere.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155992\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153720.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153720.9.help.text\n"
"Sphere"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3149710.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3149710.11.help.text\n"
"Cylinder"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3152928.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Cylinder\\\"\\>Draws a cylinder that is based on a "
"circle where you drag in the slide. To draw a cylinder that is based on an "
"oval, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3147562.help.text
msgid ""
"\\<image id=\\\"img_id3147569\\\" "
"src=\\\"res/commandimagelist/sc_cylinder.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147569\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153151.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153151.12.help.tex"
"t\n"
"Cylinder"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3155843.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3155843.14.help.text\n"
"Cone"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3143236.16.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Cone\\\"\\>Draws a cone that is based on a circle "
"where you drag in the slide. To draw a cone that is based on an oval, hold "
"down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3151172.help.text
msgid ""
"\\<image id=\\\"img_id3151178\\\" "
"src=\\\"res/commandimagelist/sc_cone.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151178\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3148829.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3148829.15.help.tex"
"t\n"
"Cone"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3158408.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3158408.17.help.text\n"
"Pyramid"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3147511.19.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Cyramid\\\"\\>Draws a pyramid with a square base where "
"you drag in the slide. To draw a pyramid with a rectangular base, hold down "
"Shift while you drag. To define a different polygon for the base of the "
"pyramid, open the \\<emph\\>3D Effects \\</emph\\>dialog and click the "
"\\<link href=\\\"text/shared/01/05350200.xhp\\\" "
"name=\\\"Geometry\\\"\\>\\<emph\\>Geometry\\</emph\\>\\</link\\> tab. In the "
"\\<emph\\>Segments\\</emph\\> area, enter the number of sides for the "
"polygon in the box labeled \\<emph\\>Horizontal\\</emph\\>, and then click "
"the green checkmark.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3152941.help.text
msgid ""
"\\<image id=\\\"img_id3152948\\\" "
"src=\\\"res/commandimagelist/sc_cyramid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152948\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3149812.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3149812.18.help.tex"
"t\n"
"Pyramid"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3149930.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3149930.20.help.text\n"
"Torus"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153533.22.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Torus\\\"\\>Draws a ring-shaped object that is based "
"on a circle where you drag in the slide. To draw a torus that is based on an "
"oval, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3151312.help.text
msgid ""
"\\<image id=\\\"img_id3151319\\\" "
"src=\\\"res/commandimagelist/sc_torus.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151319\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3151108.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3151108.21.help.tex"
"t\n"
"Torus"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3152952.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3152952.23.help.text\n"
"Shell"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3153774.25.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Shell3D\\\"\\>Draws a bowl-shaped object that is based "
"on a circle where you drag in the slide. To draw a shell that is based on an "
"oval, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3155904.help.text
msgid ""
"\\<image id=\\\"img_id3150838\\\" "
"src=\\\"res/commandimagelist/sc_shell3d.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150838\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3154193.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10090000.xhp#par_id3154193.24.help.tex"
"t\n"
"Shell"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#hd_id3156209.26.help.text
msgid "Half-Sphere"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3146928.28.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HalfSphere\\\"\\>Draws one half of a sphere where you "
"drag in the slide. To draw a one half of a spheroid, hold down Shift while "
"you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3149310.help.text
msgid ""
"\\<image id=\\\"img_id3151328\\\" "
"src=\\\"res/commandimagelist/sc_halfsphere.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151328\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10090000.xhp#par_id3149484.27.help.text
msgid "Half-sphere"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10100000.xhp#tit.help.text\n"
"Connectors"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149664.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149664.1.help.text\n"
"\\<link href=\\\"text/simpress/02/10100000.xhp\\\" "
"name=\\\"Connectors\\\"\\>Connectors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155445.help.text
msgid ""
"\\<image id=\\\"img_id3149018\\\" "
"src=\\\"res/commandimagelist/sc_connector.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149018\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154702.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154702.3.help.text\n"
"Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148488.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorToolbox\\\"\\>Open the "
"\\<emph\\>Connectors\\</emph\\> toolbar, where you can add connectors to "
"objects in the current slide. A connector is a line that joins objects, and "
"remains attached when the objects are moved. If you copy an object with a "
"connector, the connector is also copied.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154658.122.help.text
msgid "There are four types of connector lines:"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145584.123.help.text
msgid "Standard (90-degree angle bends)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154485.124.help.text
msgid "Line (two bends)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153817.125.help.text
msgid "Straight"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149943.126.help.text
msgid "Curved"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148604.4.help.text
msgid ""
"When you click a connector and move your mouse pointer over a filled object, "
"or the edge of an unfilled object, connection points appear. A connection "
"point is a fixed point where you can attach a connector line. If you want, "
"you can add a custom connection point, called a \\<link "
"href=\\\"text/simpress/02/10030200.xhp\\\" name=\\\"glue point\\\"\\>glue "
"point\\</link\\>, to an object."
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154762.5.help.text
msgid ""
"To draw a connector line, click a connection point on an object, drag to a "
"connection point on another object, and then release. You can also drag to "
"an empty part of you document and click. The unattached end of the connector "
"is locked in place, until you drag the end to a different location. To "
"detach a connector, drag either end of the connector line to a different "
"location."
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147297.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147297.9.help.text\n"
"Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3166468.10.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Connector\\\"\\>Draws a connector with one or more 90-"
"degree angle bends. Click a connection point on an object, drag to a "
"connection point on another object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3150743.help.text
msgid ""
"\\<image id=\\\"img_id3153037\\\" "
"src=\\\"res/commandimagelist/sc_connector.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153037\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153084.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153084.11.help.tex"
"t\n"
"Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3145597.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3145597.12.help.text\n"
"Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153114.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorArrowStart\\\"\\>Draws a connector with one "
"or more 90-degree angle bends and an arrow at the starting point. Click a "
"connection point on an object, drag to a connection point on another object, "
"and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155930.help.text
msgid ""
"\\<image id=\\\"img_id3150021\\\" "
"src=\\\"res/commandimagelist/sc_connectorarrowstart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150021\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155434.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155434.14.help.tex"
"t\n"
"Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3145248.15.help.text
msgid "Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145353.16.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorArrowEnd\\\"\\>Draws a connector with one or "
"more 90-degree angle bends and an arrow at the endpoint. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3150930.help.text
msgid ""
"\\<image id=\\\"img_id3150936\\\" "
"src=\\\"res/commandimagelist/sc_connectorarrowend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150936\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3109843.17.help.text
msgid "Connector Ends with Arrow "
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154865.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154865.18.help.text\n"
"Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155374.19.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorArrows\\\"\\>Draws a connector with one or "
"more 90-degree angle bends and arrows at both ends. Click a connection point "
"on an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155987.help.text
msgid ""
"\\<image id=\\\"img_id3153720\\\" "
"src=\\\"res/commandimagelist/sc_connectorarrows.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153720\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149709.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149709.20.help.tex"
"t\n"
"Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149452.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149452.21.help.text\n"
"Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3151183.22.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCircleStart\\\"\\>Draws a connector with one "
"or more 90-degree angle bends and a circle at the starting point. Click a "
"connection point on an object, drag to a connection point on another object, "
"and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3147565.help.text
msgid ""
"\\<image id=\\\"img_id3147572\\\" "
"src=\\\"res/commandimagelist/sc_connectorcirclestart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147572\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153219.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153219.23.help.tex"
"t\n"
"Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3155847.24.help.text
msgid "Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154054.25.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCircleEnd\\\"\\>Draws a connector with one or "
"more 90-degree angle bends and a circle at the endpoint. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3143234.help.text
msgid ""
"\\<image id=\\\"img_id3149289\\\" "
"src=\\\"res/commandimagelist/sc_connectorcircleend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149289\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3159186.26.help.text
msgid "Connector Ends with Circle "
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3151172.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3151172.27.help.text\n"
"Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154698.28.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCircles\\\"\\>Draws a connector with one or "
"more 90-degree angle bends and circles at both ends. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3158400.help.text
msgid ""
"\\<image id=\\\"img_id3154203\\\" "
"src=\\\"res/commandimagelist/sc_connectortoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154203\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3147509.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3147509.29.help.tex"
"t\n"
"Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154265.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154265.30.help.text\n"
"Line Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148906.31.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLines\\\"\\>Draws a connector that bends near "
"a connection point. Click a connection point on an object, drag to a "
"connection point on another object, and then release. To adjust the length "
"of the line segment between a bend point and a connection point, click the "
"connector and drag the bend point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3150705.help.text
msgid ""
"\\<image id=\\\"img_id3153679\\\" "
"src=\\\"res/commandimagelist/sc_connectorlines.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153679\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152940.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152940.32.help.tex"
"t\n"
"Line Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3159274.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3159274.33.help.text\n"
"Line Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153747.34.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLinesArrowStart\\\"\\>Draws a connector that "
"starts with an arrow and bends near a connection point. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release. To adjust the length of the line segment between a bend point and a "
"connection point, click the connector and drag the bend point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154610.help.text
msgid ""
"\\<image id=\\\"img_id3150629\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinesarrowstart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150629\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154798.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154798.35.help.tex"
"t\n"
"Line Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153539.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153539.36.help.text\n"
"Line Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148686.37.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLinesArrowEnd\\\"\\>Draws a connector that "
"ends with an arrow and bends near a connection point. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release. To adjust the length of the line segment between a bend point and a "
"connection point, click the connector and drag the bend point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3150347.help.text
msgid ""
"\\<image id=\\\"img_id3150357\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinesarrowend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150357\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152962.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152962.38.help.tex"
"t\n"
"Line Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153678.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153678.39.help.text\n"
"Line Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3158436.40.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLinesArrows\\\"\\>Draws a connector that "
"bends near a connection point and has arrows at both ends. Click a "
"connection point on an object, drag to a connection point on another object, "
"and then release. To adjust the length of the line segment between a bend "
"point and a connection point, click the connector and drag the bend "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3150972.help.text
msgid ""
"\\<image id=\\\"img_id3150982\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinesarrows.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150982\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155892.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155892.41.help.tex"
"t\n"
"Line Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3150827.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3150827.42.help.text\n"
"Line Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149338.43.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLinesCircleStart\\\"\\>Draws a connector that "
"starts with a circle and bends near a connection point. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release. To adjust the length of the line segment between a bend point and a "
"connection point, click the connector and drag the bend point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3151274.help.text
msgid ""
"\\<image id=\\\"img_id3151284\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinescirclestart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151284\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154136.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154136.44.help.tex"
"t\n"
"Line Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3146932.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3146932.45.help.text\n"
"Line Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155187.46.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLinesCircleEnd\\\"\\>Draws a connector that "
"ends with a circle and bends near a connection point. Click a connection "
"point on an object, drag to a connection point on another object, and then "
"release. To adjust the length of the line segment between a bend point and a "
"connection point, click the connector and drag the bend point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149578.help.text
msgid ""
"\\<image id=\\\"img_id3151326\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinescircleend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151326\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152582.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152582.47.help.tex"
"t\n"
"Line Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3159102.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3159102.48.help.text\n"
"Line Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149486.49.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLinesCircles\\\"\\>Draws a connector that "
"bends near a connection point and has circles at both ends. Click a "
"connection point on an object, drag to a connection point on another object, "
"and then release. To adjust the length of the line segment between a bend "
"point and a connection point, click the connector and drag the bend "
"point.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3151262.help.text
msgid ""
"\\<image id=\\\"img_id3154834\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinecircles.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154834\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149690.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149690.50.help.tex"
"t\n"
"Line Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153759.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153759.51.help.text\n"
"Straight Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149793.52.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLine\\\"\\>Draws a straight line connector. "
"Click a connection point on an object, drag to a connection point on another "
"object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148981.help.text
msgid ""
"\\<image id=\\\"img_id3154223\\\" "
"src=\\\"res/commandimagelist/sc_connectorline.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154223\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154901.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154901.53.help.tex"
"t\n"
"Straight Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149037.54.help.text
msgid "Straight Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149435.55.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLineArrowStart\\\"\\>Draws a straight line "
"connector with an arrow at the starting point. Click a connection point on "
"an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3152775.help.text
msgid ""
"\\<image id=\\\"img_id3156188\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinearrowstart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156188\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148932.56.help.text
msgid "Straight Connector Starts with Arrow "
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147321.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147321.57.help.text\n"
"Straight Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155135.58.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLineArrowEnd\\\"\\>Draws a straight line "
"connector with an arrow at the endpoint. Click a connection point on an "
"object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3147072.help.text
msgid ""
"\\<image id=\\\"img_id3147082\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinearrowend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147082\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154520.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154520.59.help.tex"
"t\n"
"Straight Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154379.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154379.60.help.text\n"
"Straight Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148650.61.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLineArrows\\\"\\>Draws a straight line "
"connector with arrows at both ends. Click a connection point on an object, "
"drag to a connection point on another object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3151027.help.text
msgid ""
"\\<image id=\\\"img_id3151037\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinearrows.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151037\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149172.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149172.62.help.tex"
"t\n"
"Straight Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3150581.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3150581.63.help.text\n"
"Straight Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3151297.64.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLineCircleStar\\\"\\>Draws a straight line "
"connector with a circle at the starting point. Click a connection point on "
"an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3156370.help.text
msgid ""
"\\<image id=\\\"img_id3156380\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinecirclestart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156380\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145780.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145780.65.help.tex"
"t\n"
"Straight Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3148758.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3148758.66.help.text\n"
"Straight Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155124.67.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLineCircleEnd\\\"\\>Draws a straight line "
"connector with a circle at the endpoint. Click a connection point on an "
"object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155912.help.text
msgid ""
"\\<image id=\\\"img_id3155922\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinecircleend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155922\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153201.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153201.68.help.tex"
"t\n"
"Straight Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3148881.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3148881.69.help.text\n"
"Straight Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149540.70.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorLineCircles\\\"\\>Draws a straight line "
"connector with circles at both ends. Click a connection point on an object, "
"drag to a connection point on another object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3150112.help.text
msgid ""
"\\<image id=\\\"img_id3150122\\\" "
"src=\\\"res/commandimagelist/sc_connectorlinecircles.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150122\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3158387.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3158387.71.help.tex"
"t\n"
"Straight Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147475.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147475.72.help.text\n"
"Curved Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153698.73.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurve\\\"\\>Draws a curved line connector. "
"Click a connection point on an object, drag to a connection point on another "
"object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3146139.help.text
msgid ""
"\\<image id=\\\"img_id3146149\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurve.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146149\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145259.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145259.74.help.tex"
"t\n"
"Curved Connector"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149551.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3149551.75.help.text\n"
"Curved Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149568.76.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurveArrowStart\\\"\\>Draws a curved line "
"connector with an arrow at the starting point. Click a connection point on "
"an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3146914.help.text
msgid ""
"\\<image id=\\\"img_id3154807\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurvearrowstart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154807\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153265.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153265.77.help.tex"
"t\n"
"Curved Connector Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147552.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3147552.78.help.text\n"
"Curved Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145079.79.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurveArrowEnd\\\"\\>Draws a curved line "
"connector with an arrow at the endpoint. Click a connection point on an "
"object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145215.help.text
msgid ""
"\\<image id=\\\"img_id3145225\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurvearrowend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145225\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153087.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153087.80.help.tex"
"t\n"
"Curved Connector Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153103.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3153103.81.help.text\n"
"Curved Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154954.82.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurveArrows\\\"\\>Draws a curved line "
"connector with arrows at both ends. Click a connection point on an object, "
"drag to a connection point on another object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3148438.help.text
msgid ""
"\\<image id=\\\"img_id3148448\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurvearrows.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148448\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145304.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3145304.83.help.tex"
"t\n"
"Curved Connector with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3145320.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3145320.84.help.text\n"
"Curved Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153800.85.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurveCircleStart\\\"\\>Draws a curved line "
"connector with a circle at the starting point. Click a connection point on "
"an object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153291.help.text
msgid ""
"\\<image id=\\\"img_id3153301\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurvecirclestart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153301\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154596.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154596.86.help.tex"
"t\n"
"Curved Connector Starts with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154311.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3154311.87.help.text\n"
"Curved Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3153977.88.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurveCircleEnd\\\"\\>Draws a curved line "
"connector with a circle at the endpoint. Click a connection point on an "
"object, drag to a connection point on another object, and then "
"release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3154724.help.text
msgid ""
"\\<image id=\\\"img_id3156097\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurvecircleend.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156097\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149322.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149322.89.help.tex"
"t\n"
"Curved Connector Ends with Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3150450.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#hd_id3150450.90.help.text\n"
"Curved Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3156117.91.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ConnectorCurveCircles\\\"\\>Draws a curved line "
"connector with circles at both ends. Click a connection point on an object, "
"drag to a connection point on another object, and then release.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3155588.help.text
msgid ""
"\\<image id=\\\"img_id3155598\\\" "
"src=\\\"res/commandimagelist/sc_connectorcurvecircles.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155598\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149766.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10100000.xhp#par_id3149766.92.help.tex"
"t\n"
"Curved Connector with Circles"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/10110000.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3149945.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10110000.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#par_id3154766.help.text
msgid ""
"\\<image id=\\\"img_id3153812\\\" "
"src=\\\"res/commandimagelist/sc_drawchart.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153812\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#par_id3145582.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#par_id3145582.4.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#par_id3147401.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertToolbox\\\"\\>Open the "
"\\<emph\\>Insert\\</emph\\> toolbar, where you can add objects, including "
"charts, spreadsheets, and images, to your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3149028.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3149028.11.help.text\n"
"\\<link href=\\\"text/simpress/01/04010000.xhp\\\" "
"name=\\\"Slide\\\"\\>Slide\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3150567.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3150567.8.help.text\n"
"\\<link href=\\\"text/simpress/01/04080100.xhp\\\" "
"name=\\\"Spreadsheet\\\"\\>Spreadsheet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3157904.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3157904.6.help.text\n"
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" "
"name=\\\"Chart\\\"\\>Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3145826.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3145826.12.help.text\n"
"\\<link href=\\\"text/shared/01/04160300.xhp\\\" "
"name=\\\"Formula\\\"\\>Formula\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3154558.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3154558.13.help.text\n"
"\\<link href=\\\"text/shared/01/04160500.xhp\\\" name=\\\"Floating "
"Frame\\\"\\>Floating Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3153004.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3153004.14.help.text\n"
"\\<link href=\\\"text/shared/01/04150100.xhp\\\" name=\\\"OLE "
"Object\\\"\\>OLE Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3155930.15.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04150200.xhp\\\" name=\\\"Plug-in\\\"\\>Plug-"
"in\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3147370.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3147370.16.help.text\n"
"\\<link href=\\\"text/shared/01/04150300.xhp\\\" "
"name=\\\"Applet\\\"\\>Applet\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3148386.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3148386.9.help.text\n"
"\\<link href=\\\"text/simpress/01/04110000.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3155986.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3155986.10.help.text\n"
"\\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"From "
"File\\\"\\>From File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3155408.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3155408.17.help.text\n"
"\\<link href=\\\"text/shared/01/04150400.xhp\\\" "
"name=\\\"Sound\\\"\\>Sound\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3145063.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10110000.xhp#hd_id3145063.18.help.text\n"
"\\<link href=\\\"text/shared/01/04150500.xhp\\\" "
"name=\\\"Video\\\"\\>Video\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#tit.help.text
msgid "Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#bm_id3145799.help.text
msgid ""
""
"\\<bookmark_value\\>lines;inserting\\</bookmark_value\\>\\<bookmark_value\\>ar"
"rows; inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"lines\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"arrows\\</bookmark_value\\>\\<bookmark_value\\>dimension lines; "
"drawing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3145799.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10120000.xhp\\\" "
"name=\\\"Arrows\\\"\\>Arrows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3145790.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ArrowsToolbox\\\"\\>Open the "
"\\<emph\\>Arrows\\</emph\\> toolbar, where you can add straight lines, lines "
"with arrows, and dimension lines to the current slide or page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_idN1071F.help.text
msgid ""
"If you want, you can add an arrow after you draw a line by choosing Format - "
"Line, and then selecting an arrow style from the Style box."
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3153811.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3153811.5.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3145114.6.help.text
msgid ""
"Draws a straight line where you drag in the current document. To constrain "
"the line to 45 degrees, hold down Shift while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3147405.help.text
msgid ""
"\\<image id=\\\"img_id3147299\\\" "
"src=\\\"res/commandimagelist/sc_line.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147299\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3157906.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3157906.7.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3148725.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3148725.8.help.text\n"
"Line Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3153034.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineArrowEnd\\\"\\>Draws a straight line that ends "
"with an arrow where you drag in the current document. To constrain the line "
"to 45 degrees, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3145590.help.text
msgid ""
"\\<image id=\\\"img_id3145596\\\" "
"src=\\\"res/commandimagelist/sc_arrowstoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145596\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3153733.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3153733.10.help.tex"
"t\n"
"Line Ends with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3149881.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3149881.11.help.text\n"
"Line with Arrow/Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3147370.12.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineArrowCircle\\\"\\>Draws a straight line that "
"starts with an arrow and ends with a circle where you drag in the current "
"document. To constrain the line to 45 degrees, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3156060.help.text
msgid ""
"\\<image id=\\\"img_id3156066\\\" "
"src=\\\"res/commandimagelist/sc_linearrowcircle.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156066\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3145297.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3145297.13.help.tex"
"t\n"
"Line with Arrow/Circle"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3149024.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3149024.14.help.text\n"
"Line with Arrow/Square"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3154873.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineArrowSquare\\\"\\>Draws a straight line that "
"starts with an arrow and ends with a square where you drag in the current "
"document. To constrain the line to 45 degrees, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3155402.help.text
msgid ""
"\\<image id=\\\"img_id3155409\\\" "
"src=\\\"res/commandimagelist/sc_linearrowsquare.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155409\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3149446.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3149446.16.help.tex"
"t\n"
"Line with Arrow/Square"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3150967.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3150967.17.help.text\n"
"Line (45°)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3152929.18.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Line_Diagonal\\\"\\>Draws a straight line that is "
"constrained by angles of 45 degrees.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3145202.help.text
msgid ""
"\\<image id=\\\"img_id3145209\\\" "
"src=\\\"res/commandimagelist/sc_line_diagonal.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145209\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3153151.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3153151.19.help.tex"
"t\n"
"Line (45°)"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3150256.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3150256.20.help.text\n"
"Line Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3143236.21.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineArrowStart\\\"\\>Draws a straight line that starts "
"with an arrow where you drag in the current document. To constrain the line "
"to 45 degrees, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3151172.help.text
msgid ""
"\\<image id=\\\"img_id3151178\\\" "
"src=\\\"res/commandimagelist/sc_linearrowstart.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151178\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3148830.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3148830.22.help.tex"
"t\n"
"Line Starts with Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3154295.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3154295.23.help.text\n"
"Line with Circle/Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3158403.24.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineCircleArrow\\\"\\>Draws a straight line that "
"starts with a circle and ends with an arrow where you drag in the current "
"document. To constrain the line to 45 degrees, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3154276.help.text
msgid ""
"\\<image id=\\\"img_id3149152\\\" "
"src=\\\"res/commandimagelist/sc_linecirclearrow.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149152\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3154100.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3154100.25.help.tex"
"t\n"
"Line with Circle/Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3153688.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3153688.26.help.text\n"
"Line with Square/Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3149800.27.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineSquareArrow\\\"\\>Draws a straight line that "
"starts with a square and ends with an arrow where you drag in the current "
"document. To constrain the line to 45 degrees, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3153538.help.text
msgid ""
"\\<image id=\\\"img_id3149931\\\" "
"src=\\\"res/commandimagelist/sc_linesquarearrow.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149931\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3150975.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3150975.28.help.tex"
"t\n"
"Line with Square/Arrow"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3154477.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3154477.35.help.text\n"
"Dimension Line"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3146124.36.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MeasureLine\\\"\\>Draws a line that displays the "
"dimension length bounded by guides.\\</ahelp\\> Dimension lines "
"automatically calculate and display linear dimensions. To draw a dimension "
"line, open the \\<emph\\>Arrows\\</emph\\> toolbar, and click the "
"\\<emph\\>Dimension Line\\</emph\\> icon. Move your pointer to where you "
"want the line to start and drag to draw the dimension line. Release when "
"finished."
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3148407.37.help.text
msgid ""
"If you want the dimension line to be the same length as the side of a nearby "
"object, hold down the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> key while dragging. To constrain the "
"dimension line to 45 degrees, hold down the Shift key while dragging."
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3148986.53.help.text
msgid ""
"In %PRODUCTNAME Draw, a dimension line is always inserted on the \\<link "
"href=\\\"text/simpress/guide/layer_tipps.xhp\\\" "
"name=\\\"layer\\\"\\>layer\\</link\\> called \\<emph\\>Dimension "
"Lines\\</emph\\>. If you set that layer to invisible, you will not see any "
"dimension line in your drawing."
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3154836.help.text
msgid ""
"\\<image id=\\\"img_id3149684\\\" "
"src=\\\"res/commandimagelist/sc_measureline.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149684\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3151259.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3151259.31.help.tex"
"t\n"
"Dimension Line"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3149784.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#hd_id3149784.32.help.text\n"
"Line with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3156350.33.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LineArrows\\\"\\>Draws a straight line that starts "
"with arrows at both ends where you drag in the current document. To "
"constrain the line to 45 degrees, hold down Shift while you drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3147218.help.text
msgid ""
"\\<image id=\\\"img_id3147224\\\" "
"src=\\\"res/commandimagelist/sc_linearrows.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147224\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10120000.xhp#par_id3149435.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/10120000.xhp#par_id3149435.34.help.tex"
"t\n"
"Line with Arrows"
msgstr ""

#: helpcontent2/source/text/simpress/02/10130000.xhp#tit.help.text
msgid "3D Effects  "
msgstr ""

#: helpcontent2/source/text/simpress/02/10130000.xhp#hd_id3149052.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/10130000.xhp\\\" name=\\\"3D "
"Effects\\\"\\>3D Effects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10130000.xhp#par_id3145117.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Specifies the properties of a 3D object or converts "
"a 2D object to 3D.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/10130000.xhp#par_id3147372.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05350000.xhp\\\" name=\\\"Format - 3D "
"Effects\\\"\\>\\<emph\\>Format - 3D Effects\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11060000.xhp#tit.help.text
msgid "First Level  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11060000.xhp#bm_id3153142.help.text
msgid ""
"\\<bookmark_value\\>levels; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>hiding; "
"levels\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11060000.xhp#hd_id3153142.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/11060000.xhp\\\" name=\\\"First "
"Level\\\"\\>First Level\\</link\\>  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11060000.xhp#par_id3151076.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:OutlineCollapseAll\\\"\\>Hides all of the headings of the "
"slides in the current slide show except for the titles of the slides. Hidden "
"headings are indicated by a black line in front of a slide title. To show "
"the headings, click the \\<link href=\\\"text/simpress/02/11070000.xhp\\\" "
"name=\\\"All Levels\\\"\\>\\<emph\\>All Levels\\</emph\\>\\</link\\> "
"icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11060000.xhp#par_id3154702.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_outlinecollapseall.png\\\" "
"id=\\\"img_id3155336\\\"\\>\\<alt "
"id=\\\"alt_id3155336\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11060000.xhp#par_id3150207.3.help.text
msgid "First Level"
msgstr ""

#: helpcontent2/source/text/simpress/02/11070000.xhp#tit.help.text
msgid "All Levels  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11070000.xhp#bm_id3153728.help.text
msgid ""
"\\<bookmark_value\\>levels; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>showing; "
"levels\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11070000.xhp#hd_id3153728.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/11070000.xhp\\\" name=\\\"All "
"Levels\\\"\\>All Levels\\</link\\>  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11070000.xhp#par_id3154492.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:OutlineExpandAll\\\"\\>Displays the hidden headings of the "
"slides in the current slide show. To hide all of the headings in the current "
"slide show, except for the slide titles, click the \\<link "
"href=\\\"text/simpress/02/11060000.xhp\\\" name=\\\"First "
"Level\\\"\\>\\<emph\\>First Level\\</emph\\>\\</link\\> icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11070000.xhp#par_id3155333.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_outlineexpandall.png\\\" "
"id=\\\"img_id3154705\\\"\\>\\<alt "
"id=\\\"alt_id3154705\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11070000.xhp#par_id3166424.3.help.text
msgid "All Levels"
msgstr ""

#: helpcontent2/source/text/simpress/02/11080000.xhp#tit.help.text
msgid "Hide Subpoints  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11080000.xhp#bm_id3146119.help.text
msgid ""
"\\<bookmark_value\\>subpoints; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>hiding; "
"subpoints\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11080000.xhp#hd_id3146119.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/11080000.xhp\\\" name=\\\"Hide "
"Subpoints\\\"\\>Hide Subpoints\\</link\\>  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11080000.xhp#par_id3154490.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:OutlineCollapse\\\"\\>Hides "
"the subheadings of a selected heading. Hidden subheadings are indicated by a "
"black line in front of a heading. To show the lower level headings, click "
"the \\<link href=\\\"text/simpress/02/11090000.xhp\\\" name=\\\"Show "
"Subpoints\\\"\\>\\<emph\\>Show Subpoints\\</emph\\>\\</link\\> "
"icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11080000.xhp#par_id3155961.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_outlinecollapse.png\\\" "
"id=\\\"img_id3149256\\\"\\>\\<alt "
"id=\\\"alt_id3149256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11080000.xhp#par_id3148489.3.help.text
msgid "Hide Subpoints"
msgstr ""

#: helpcontent2/source/text/simpress/02/11090000.xhp#tit.help.text
msgid "Show Subpoints  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11090000.xhp#bm_id3153144.help.text
msgid ""
"\\<bookmark_value\\>subpoints; "
"showing\\</bookmark_value\\>\\<bookmark_value\\>showing; "
"subpoints\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11090000.xhp#hd_id3153144.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/11090000.xhp\\\" name=\\\"Show "
"Subpoints\\\"\\>Show Subpoints\\</link\\>  "
msgstr ""

#: helpcontent2/source/text/simpress/02/11090000.xhp#par_id3154510.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\".uno:OutlineExpand\\\"\\>Displays the hidden subheadings of a "
"selected heading. To hide the subheadings of a selected heading, click "
"\\<link href=\\\"text/simpress/02/11080000.xhp\\\" name=\\\"Hide "
"Subpoints\\\"\\>\\<emph\\>Hide Subpoints\\</emph\\>\\</link\\> "
"icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11090000.xhp#par_id3155959.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_outlineexpand.png\\\" "
"id=\\\"img_id3155336\\\"\\>\\<alt "
"id=\\\"alt_id3155336\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11090000.xhp#par_id3146314.3.help.text
msgid "Show Subpoints"
msgstr ""

#: helpcontent2/source/text/simpress/02/11100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/11100000.xhp#tit.help.text\n"
"Formatting On/Off"
msgstr ""

#: helpcontent2/source/text/simpress/02/11100000.xhp#bm_id3150012.help.text
msgid "\\<bookmark_value\\>formatting;slides headings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11100000.xhp#hd_id3150012.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/11100000.xhp\\\" name=\\\"Formatting "
"On/Off\\\"\\>Formatting On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11100000.xhp#par_id3151073.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OutlineFormat\\\"\\>Shows or hides the character "
"formatting of the slide headings. To change the character formatting of a "
"heading, open the \\<emph\\>Styles and Formatting\\</emph\\> window, right-"
"click a style, and then choose \\<emph\\>Modify\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11100000.xhp#par_id3156382.help.text
msgid ""
"\\<image id=\\\"img_id3154254\\\" "
"src=\\\"res/commandimagelist/sc_outlineformat.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154254\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11100000.xhp#par_id3145789.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/11100000.xhp#par_id3145789.3.help.text\n"
"Formatting On/Off"
msgstr ""

#: helpcontent2/source/text/simpress/02/11110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/11110000.xhp#tit.help.text\n"
"Black and White"
msgstr ""

#: helpcontent2/source/text/simpress/02/11110000.xhp#bm_id3154011.help.text
msgid ""
"\\<bookmark_value\\>views; black and "
"white\\</bookmark_value\\>\\<bookmark_value\\>black and white "
"view\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11110000.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/11110000.xhp\\\" name=\\\"Black and "
"White\\\"\\>Black and White\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11110000.xhp#par_id3145251.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ColorView\\\"\\>Shows your slides in black and white "
"only.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11110000.xhp#par_id3155335.help.text
msgid ""
"\\<image id=\\\"img_id3154705\\\" "
"src=\\\"res/commandimagelist/sc_colorview.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154705\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/11110000.xhp#par_id3150345.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/11110000.xhp#par_id3150345.3.help.text\n"
"Black and White"
msgstr ""

#: helpcontent2/source/text/simpress/02/13010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13010000.xhp#tit.help.text\n"
"Glue Points"
msgstr ""

#: helpcontent2/source/text/simpress/02/13010000.xhp#hd_id3153144.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13010000.xhp\\\" name=\\\"Glue "
"Points\\\"\\>Glue Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13010000.xhp#par_id3146120.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:GlueEditMode\\\"\\>Insert "
"or modify the properties of a glue point. A glue point is a custom "
"connection point where you can attach a \\<link "
"href=\\\"text/simpress/02/10100000.xhp\\\" "
"name=\\\"connector\\\"\\>connector\\</link\\> line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13010000.xhp#par_id3153713.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_glueeditmode.png\\\" "
"id=\\\"img_id3154256\\\"\\>\\<alt "
"id=\\\"alt_id3154256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13010000.xhp#par_id3147339.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13010000.xhp#par_id3147339.3.help.text\n"
"Glue Points"
msgstr ""

#: helpcontent2/source/text/simpress/02/13020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13020000.xhp#tit.help.text\n"
"Rotation Mode after Clicking Object"
msgstr ""

#: helpcontent2/source/text/simpress/02/13020000.xhp#bm_id2825428.help.text
msgid "\\<bookmark_value\\>rotation mode\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13020000.xhp#hd_id3149664.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13020000.xhp\\\" name=\\\"Rotation Mode "
"after Clicking Object\\\"\\>Rotation Mode after Clicking Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13020000.xhp#par_id3154320.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ClickChangeRotation\\\"\\>Changes the mouse-click "
"behavior, so that rotation handles appear after you click an object, and "
"then click it again.\\</ahelp\\> Drag a handle to rotate the object in the "
"direction you want."
msgstr ""

#: helpcontent2/source/text/simpress/02/13020000.xhp#par_id3155066.help.text
msgid ""
"\\<image id=\\\"img_id3153714\\\" "
"src=\\\"res/commandimagelist/sc_clickchangerotation.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3153714\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13020000.xhp#par_id3149019.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13020000.xhp#par_id3149019.3.help.text\n"
"Rotation Mode after Clicking Object"
msgstr ""

#: helpcontent2/source/text/simpress/02/13030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13030000.xhp#tit.help.text\n"
"Allow Effects"
msgstr ""

#: helpcontent2/source/text/simpress/02/13030000.xhp#bm_id3149666.help.text
msgid ""
"\\<bookmark_value\\>allowing; "
"effects\\</bookmark_value\\>\\<bookmark_value\\>effects; "
"preview\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13030000.xhp#hd_id3149666.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13030000.xhp\\\" name=\\\"Allow "
"Effects\\\"\\>Allow Effects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13030000.xhp#par_id3145251.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AnimationMode\\\"\\>Plays a preview of an animation "
"effect that is assigned to an object, when you click the object in the "
"slide. To select an object for editing, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Options "
"\\</caseinline"
"\\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key when "
"you click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13030000.xhp#par_id3154704.help.text
msgid ""
"\\<image id=\\\"img_id3149129\\\" "
"src=\\\"res/commandimagelist/sc_animationmode.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3149129\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13030000.xhp#par_id3159236.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13030000.xhp#par_id3159236.3.help.text\n"
"Allow Effects"
msgstr ""

#: helpcontent2/source/text/simpress/02/13040000.xhp#tit.help.text
msgid "Allow Interaction  "
msgstr ""

#: helpcontent2/source/text/simpress/02/13040000.xhp#bm_id3148386.help.text
msgid ""
"\\<bookmark_value\\>interactions; "
"preview\\</bookmark_value\\>\\<bookmark_value\\>allowing; "
"interaction\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13040000.xhp#hd_id3148386.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13040000.xhp\\\" name=\\\"Allow "
"Interaction\\\"\\>Allow Interaction\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13040000.xhp#par_id3150266.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ActionMode\\\"\\>Runs a preview of the interaction "
"that is assigned to an object, when you click the object in the slide. To "
"select an object for editing, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Options "
"\\</caseinline"
"\\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key when "
"you click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13040000.xhp#par_id3153925.help.text
msgid ""
"\\<image id=\\\"img_id3156262\\\" "
"src=\\\"res/commandimagelist/sc_animationeffects.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156262\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13040000.xhp#par_id3156256.3.help.text
msgid "Allow Interaction"
msgstr ""

#: helpcontent2/source/text/simpress/02/13050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13050000.xhp#tit.help.text\n"
"Show Snap Lines"
msgstr ""

#: helpcontent2/source/text/simpress/02/13050000.xhp#bm_id3152596.help.text
msgid ""
"\\<bookmark_value\\>guides; show snap lines "
"icon\\</bookmark_value\\>\\<bookmark_value\\>showing; "
"guides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13050000.xhp#hd_id3152596.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13050000.xhp\\\" name=\\\"Show Snap "
"Lines\\\"\\>Show Snap Lines\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13050000.xhp#par_id3154490.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HelplinesVisible\\\"\\>Shows or hides snap lines so "
"can you align objects on your slide. To remove a snap line, drag it off the "
"slide.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13050000.xhp#par_id3149019.help.text
msgid ""
"\\<image id=\\\"img_id3156385\\\" "
"src=\\\"res/commandimagelist/sc_helplinesvisible.png\\\" "
"width=\\\"4.23mm\\\" height=\\\"4.23mm\\\"\\>\\<alt "
"id=\\\"alt_id3156385\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13050000.xhp#par_id3147339.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13050000.xhp#par_id3147339.3.help.text\n"
"Show Snap Lines"
msgstr ""

#: helpcontent2/source/text/simpress/02/13060000.xhp#tit.help.text
msgid "Double-Click to add Text"
msgstr ""

#: helpcontent2/source/text/simpress/02/13060000.xhp#bm_id3150010.help.text
msgid ""
"\\<bookmark_value\\>text; double-clicking to edit\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13060000.xhp#hd_id3150010.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13060000.xhp\\\" name=\\\"Double-Click to "
"add Text\\\"\\>Double-Click to add Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13060000.xhp#par_id3149378.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DoubleClickTextEdit\\\"\\>Changes the mouse-click "
"behavior, so that you can double-click an object to add or edit "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13060000.xhp#par_id3154756.help.text
msgid ""
"\\<image id=\\\"img_id3147341\\\" "
"src=\\\"res/commandimagelist/sc_doubleclicktextedit.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3147341\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13060000.xhp#par_id3155445.3.help.text
msgid "Double-click to add Text"
msgstr ""

#: helpcontent2/source/text/simpress/02/13070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13070000.xhp#tit.help.text\n"
"Simple Handles"
msgstr ""

#: helpcontent2/source/text/simpress/02/13070000.xhp#bm_id3146121.help.text
msgid "\\<bookmark_value\\>handles; simple\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13070000.xhp#hd_id3146121.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13070000.xhp\\\" name=\\\"Simple "
"Handles\\\"\\>Simple Handles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13070000.xhp#par_id3145799.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:HandlesDraft\\\" visibility=\\\"visible\\\"\\>Turns "
"off 3-D highlighting on selection handles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13070000.xhp#par_id3153711.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_handlesdraft.png\\\" "
"id=\\\"img_id3149018\\\"\\>\\<alt "
"id=\\\"alt_id3149018\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13070000.xhp#par_id3149255.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13070000.xhp#par_id3149255.4.help.text\n"
"Simple Handles"
msgstr ""

#: helpcontent2/source/text/simpress/02/13080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13080000.xhp#tit.help.text\n"
"Large Handles"
msgstr ""

#: helpcontent2/source/text/simpress/02/13080000.xhp#bm_id3146119.help.text
msgid "\\<bookmark_value\\>handles; large\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13080000.xhp#hd_id3146119.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13080000.xhp\\\" name=\\\"Large "
"Handles\\\"\\>Large Handles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13080000.xhp#par_id3153142.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BigHandles\\\" visibility=\\\"visible\\\"\\>Displays "
"large selection handles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13080000.xhp#par_id3155445.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_bighandles.png\\\" "
"id=\\\"img_id3153714\\\"\\>\\<alt "
"id=\\\"alt_id3153714\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13080000.xhp#par_id3154755.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13080000.xhp#par_id3154755.4.help.text\n"
"Large Handles"
msgstr ""

#: helpcontent2/source/text/simpress/02/13090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13090000.xhp#tit.help.text\n"
"Create Object with Attributes"
msgstr ""

#: helpcontent2/source/text/simpress/02/13090000.xhp#bm_id3152596.help.text
msgid ""
"\\<bookmark_value\\>attributes; objects "
"with\\</bookmark_value\\>\\<bookmark_value\\>objects; with "
"attributes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13090000.xhp#hd_id3152596.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13090000.xhp\\\" name=\\\"Create Object "
"with Attributes\\\"\\>Create Object with Attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13090000.xhp#par_id3151074.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SolidCreate\\\"\\>If this icon on the "
"\\<emph\\>Options\\</emph\\> bar is activated, objects are shown with their "
"attributes while you draw them.\\</ahelp\\> If this icon is not activated, "
"only a contour is shown while drawing, and the object is shown with all "
"attributes when you release the mouse button."
msgstr ""

#: helpcontent2/source/text/simpress/02/13090000.xhp#par_id3154702.help.text
msgid ""
"\\<image id=\\\"img_id3155962\\\" "
"src=\\\"res/commandimagelist/sc_solidcreate.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3155962\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13090000.xhp#par_id3154021.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13090000.xhp#par_id3154021.3.help.text\n"
"Create Object with Attributes"
msgstr ""

#: helpcontent2/source/text/simpress/02/13100000.xhp#tit.help.text
msgid "Exit all Groups"
msgstr ""

#: helpcontent2/source/text/simpress/02/13100000.xhp#hd_id3153188.1.help.text
msgid ""
"\\<link href=\\\"text/simpress/02/13100000.xhp\\\" name=\\\"Exit all "
"Groups\\\"\\>Exit all Groups\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13100000.xhp#par_id3150011.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:LeaveAllGroups\\\" visibility=\\\"visible\\\"\\>Exits "
"all groups and returns to normal view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13100000.xhp#par_id3155443.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_leaveallgroups.png\\\" "
"id=\\\"img_id3154757\\\"\\>\\<alt "
"id=\\\"alt_id3154757\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13100000.xhp#par_id3149019.3.help.text
msgid "Exit all groups"
msgstr ""

#: helpcontent2/source/text/simpress/02/13140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13140000.xhp#tit.help.text\n"
"Snap to Snap Lines"
msgstr ""

#: helpcontent2/source/text/simpress/02/13140000.xhp#hd_id3153726.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13140000.xhp#hd_id3153726.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13140000.xhp\\\" name=\\\"Snap to Snap "
"Lines\\\"\\>Snap to Snap Lines\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13140000.xhp#par_id3150717.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_helplinesuse.png\\\" "
"id=\\\"img_id3146969\\\"\\>\\<alt "
"id=\\\"alt_id3146969\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13140000.xhp#par_id3154255.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13140000.xhp#par_id3154255.3.help.text\n"
"Snap to Snap Lines"
msgstr ""

#: helpcontent2/source/text/simpress/02/13150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13150000.xhp#tit.help.text\n"
"Snap to Page Margins"
msgstr ""

#: helpcontent2/source/text/simpress/02/13150000.xhp#hd_id3150441.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13150000.xhp#hd_id3150441.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13150000.xhp\\\" name=\\\"Snap to Page "
"Margins\\\"\\>Snap to Page Margins\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13150000.xhp#par_id3150717.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_snapborder.png\\\" "
"id=\\\"img_id3154016\\\"\\>\\<alt "
"id=\\\"alt_id3154016\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13150000.xhp#par_id3156384.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13150000.xhp#par_id3156384.2.help.text\n"
"Snap to Page Margins"
msgstr ""

#: helpcontent2/source/text/simpress/02/13160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13160000.xhp#tit.help.text\n"
"Snap to Object Border"
msgstr ""

#: helpcontent2/source/text/simpress/02/13160000.xhp#hd_id3125865.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13160000.xhp#hd_id3125865.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13160000.xhp\\\" name=\\\"Snap to Object "
"Border\\\"\\>Snap to Object Border\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13160000.xhp#par_id3150717.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_snapframe.png\\\" "
"id=\\\"img_id3154510\\\"\\>\\<alt "
"id=\\\"alt_id3154510\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13160000.xhp#par_id3154018.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13160000.xhp#par_id3154018.2.help.text\n"
"Snap to Object Border"
msgstr ""

#: helpcontent2/source/text/simpress/02/13170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13170000.xhp#tit.help.text\n"
"Snap to Object Points"
msgstr ""

#: helpcontent2/source/text/simpress/02/13170000.xhp#hd_id3150870.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13170000.xhp#hd_id3150870.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13170000.xhp\\\" name=\\\"Snap to Object "
"Points\\\"\\>Snap to Object Points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13170000.xhp#par_id3154016.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_snappoints.png\\\" "
"id=\\\"img_id3153415\\\"\\>\\<alt "
"id=\\\"alt_id3153415\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13170000.xhp#par_id3148664.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13170000.xhp#par_id3148664.2.help.text\n"
"Snap to Object Points"
msgstr ""

#: helpcontent2/source/text/simpress/02/13180000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13180000.xhp#tit.help.text\n"
"Allow Quick Editing"
msgstr ""

#: helpcontent2/source/text/simpress/02/13180000.xhp#hd_id3154758.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13180000.xhp#hd_id3154758.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13180000.xhp\\\" name=\\\"Allow Quick "
"Editing\\\"\\>Allow Quick Editing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13180000.xhp#par_id3149664.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_quickedit.png\\\" "
"id=\\\"img_id3153728\\\"\\>\\<alt "
"id=\\\"alt_id3153728\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13180000.xhp#par_id3146974.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13180000.xhp#par_id3146974.2.help.text\n"
"Allow Quick Editing"
msgstr ""

#: helpcontent2/source/text/simpress/02/13190000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13190000.xhp#tit.help.text\n"
"Select Text Area Only"
msgstr ""

#: helpcontent2/source/text/simpress/02/13190000.xhp#hd_id3150439.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13190000.xhp#hd_id3150439.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13190000.xhp\\\" name=\\\"Select Text Area "
"Only\\\"\\>Select Text Area Only\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13190000.xhp#par_id3154510.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_pickthrough.png\\\" "
"id=\\\"img_id3154015\\\"\\>\\<alt "
"id=\\\"alt_id3154015\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13190000.xhp#par_id3154254.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13190000.xhp#par_id3154254.2.help.text\n"
"Select Text Area Only"
msgstr ""

#: helpcontent2/source/text/simpress/02/13200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13200000.xhp#tit.help.text\n"
"Picture Placeholders"
msgstr ""

#: helpcontent2/source/text/simpress/02/13200000.xhp#hd_id3125864.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13200000.xhp#hd_id3125864.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13200000.xhp\\\" name=\\\"Picture "
"Placeholders\\\"\\>Picture Placeholders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13200000.xhp#par_id3145799.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_graphicdraft.png\\\" "
"id=\\\"img_id3153416\\\"\\>\\<alt "
"id=\\\"alt_id3153416\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13200000.xhp#par_id3149018.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13200000.xhp#par_id3149018.2.help.text\n"
"Picture Placeholders"
msgstr ""

#: helpcontent2/source/text/simpress/02/13210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13210000.xhp#tit.help.text\n"
"Contour Mode"
msgstr ""

#: helpcontent2/source/text/simpress/02/13210000.xhp#hd_id3150870.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13210000.xhp#hd_id3150870.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13210000.xhp\\\" name=\\\"Contour "
"Mode\\\"\\>Contour Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13210000.xhp#par_id3145799.help.text
msgid ""
"\\<image id=\\\"img_id3150715\\\" "
"src=\\\"res/commandimagelist/sc_filldraft.png\\\" width=\\\"0.423cm\\\" "
"height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3150715\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13210000.xhp#par_id3149020.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13210000.xhp#par_id3149020.2.help.text\n"
"Contour Mode"
msgstr ""

#: helpcontent2/source/text/simpress/02/13220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13220000.xhp#tit.help.text\n"
"Text Placeholders"
msgstr ""

#: helpcontent2/source/text/simpress/02/13220000.xhp#hd_id3150871.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13220000.xhp#hd_id3150871.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13220000.xhp\\\" name=\\\"Text "
"Placeholders\\\"\\>Text Placeholders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13220000.xhp#par_id3154490.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_textdraft.png\\\" "
"id=\\\"img_id3154510\\\"\\>\\<alt "
"id=\\\"alt_id3154510\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13220000.xhp#par_id3154016.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13220000.xhp#par_id3154016.2.help.text\n"
"Text Placeholders"
msgstr ""

#: helpcontent2/source/text/simpress/02/13230000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/02/13230000.xhp#tit.help.text\n"
"Line Contour Only"
msgstr ""

#: helpcontent2/source/text/simpress/02/13230000.xhp#hd_id3156330.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13230000.xhp#hd_id3156330.1.help.text\n"
"\\<link href=\\\"text/simpress/02/13230000.xhp\\\" name=\\\"Line Contour "
"Only\\\"\\>Line Contour Only\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13230000.xhp#par_id3153190.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_linedraft.png\\\" "
"id=\\\"img_id3153142\\\"\\>\\<alt "
"id=\\\"alt_id3153142\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/02/13230000.xhp#par_id3146976.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/02/13230000.xhp#par_id3146976.2.help.text\n"
"Line Contour Only"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/simpress/04/01020000.xhp#tit.help.text\n"
"Shortcut Keys for $[officename] Impress"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#bm_id3150342.help.text
msgid ""
"\\<bookmark_value\\>shortcut keys; in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"shortcut keys\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150342.1.help.text
msgid ""
"\\<variable id=\\\"impress_keys\\\"\\>\\<link "
"href=\\\"text/simpress/04/01020000.xhp\\\" name=\\\"Shortcut Keys for "
"$[officename] Impress\\\"\\>Shortcut Keys for $[officename] "
"Impress\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3145791.2.help.text
msgid "The following is a list of shortcut keys for $[officename] Impress."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154658.128.help.text
msgid ""
"You can also use the \\<link href=\\\"text/shared/04/01010000.xhp\\\" "
"name=\\\"general shortcut keys\\\"\\>general shortcut keys\\</link\\> in "
"$[officename]."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3145386.3.help.text
msgid "Function Keys for $[officename] Impress"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3151242.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3151242.4.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3148604.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3148604.6.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150214.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150214.7.help.text\n"
"F2"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154653.8.help.text
msgid "Edit text."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153811.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153811.11.help.text\n"
"F3"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3145116.12.help.text
msgid "Edit group."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149052.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149052.13.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F3"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3147298.14.help.text
msgid "Exit group."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3166468.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3166468.15.help.text\n"
"Shift+F3"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3157874.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3157874.16.help.tex"
"t\n"
"Duplicate"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149349.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149349.17.help.text\n"
"F4"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150746.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150746.18.help.tex"
"t\n"
"Position and Size"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153036.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153036.19.help.text\n"
"F5"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153085.20.help.text
msgid "View Slide Show."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN10769.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F5"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN1078E.help.text
msgid ""
"_: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN1078E.help.text\n"
"Navigator"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150860.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150860.21.help.text\n"
"F7"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154559.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154559.22.help.tex"
"t\n"
"Spellcheck"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153004.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153004.23.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F7"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3147366.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3147366.24.help.tex"
"t\n"
"Thesaurus"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155925.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155925.25.help.text\n"
"F8"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3149882.26.help.text
msgid "Edit Points."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155439.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155439.27.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F8"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3148393.28.help.text
msgid "Fit text to frame."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155373.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155373.29.help.text\n"
"F11"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150470.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150470.30.help.tex"
"t\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153920.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153920.31.help.text\n"
"F12"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155407.32.help.text
msgid "Outline View"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147174.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147174.33.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F12"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3149716.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3149716.34.help.tex"
"t\n"
"Normal View"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150962.35.help.text
msgid "Shortcut Keys in Slide Shows"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147562.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147562.36.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3151268.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3151268.37.help.tex"
"t\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154642.38.help.text
msgid "Esc or Backspace or (-) Minus key on the numerical keypad"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3152934.39.help.text
msgid "End presentation."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153625.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153625.40.help.text\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150262.41.help.text
msgid "Next animated object or next slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3155848.42.help.text
msgid "Enter or Arrow Down or N"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3149984.43.help.text
msgid "Go to next slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149290.44.help.text
msgid "[number] - Enter"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3149757.45.help.text
msgid "Type a number of a slide and press Enter to go to the slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3151172.46.help.text
msgid "Arrow Left or Arrow Up or P"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153906.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153906.47.help.tex"
"t\n"
"Go to the previous slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3158388.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3158388.48.help.text\n"
"Arrow Right"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154934.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154934.49.help.tex"
"t\n"
"Go to the next slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3158399.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3158399.50.help.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3145412.51.help.text
msgid "Jump to first slide in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154294.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154294.52.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154258.53.help.text
msgid "Jump to the last slide in the slide show."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153580.54.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Page Up"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150702.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150702.55.help.tex"
"t\n"
"Go to the previous slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3152944.56.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Page Down"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153690.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153690.57.help.tex"
"t\n"
"Go to the next slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149933.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149933.141.help.tex"
"t\n"
"B"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154794.142.help.text
msgid "Toggle screen to black."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153532.143.help.text
msgid "W"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150975.144.help.text
msgid "Toggle screen to white."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3151313.60.help.text
msgid "Shortcut Keys in the Normal View"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150994.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150994.61.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3152960.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3152960.62.help.tex"
"t\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154472.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154472.67.help.text\n"
"Plus(+) Key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3146125.68.help.text
msgid "Zoom in."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147526.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147526.69.help.text\n"
"Minus(-) Key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154570.70.help.text
msgid "Zoom out."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153670.124.help.text
msgid "Times(×) Key (number pad)"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150831.127.help.text
msgid "Fit page in window."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3148406.126.help.text
msgid "Divide(÷) Key (number pad)"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155902.125.help.text
msgid "Zoom in on current selection."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154195.71.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+G"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3151284.72.help.text
msgid "Group selected objects."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154127.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154127.73.help.text\n"
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command+Option "
"\\</caseinline\\>\\<defaultinline\\>Ctrl+A"
"lt\\</defaultinline\\>\\</switchinline\\>+A"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3151325.74.help.text
msgid "Ungroup selected group."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149309.120.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + click"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3148996.121.help.text
msgid ""
"Enter a group, so that you can edit the individual objects of the group. "
"Click outside the group to return to the normal view."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149485.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149485.75.help.text\n"
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+K"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3151253.76.help.text
msgid "Combine selected objects."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149104.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149104.77.help.text\n"
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+K"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154834.78.help.text
msgid ""
"Split selected object. This combination only works on an object that was "
"created by combining two or more objects."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149784.79.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+ Plus key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3147088.80.help.text
msgid "Bring to Front."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3148972.81.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Plus key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3154900.82.help.text
msgid "Bring Forward."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149040.83.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Minus key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3147580.84.help.text
msgid "Send Backward."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3148742.85.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Minus key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3152775.86.help.text
msgid "Send to Back."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3156192.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3156192.87.help.text\n"
"Shortcut Keys for $[officename] Impress"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147326.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147326.88.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155137.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155137.89.help.tex"
"t\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153520.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153520.90.help.text\n"
"Arrow key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3147077.91.help.text
msgid ""
"Moves the selected object or the page view in the direction of the arrow."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154384.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154384.92.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Arrow Key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153279.93.help.text
msgid "Move around in the page view."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153354.94.help.text
msgid "Shift + drag"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3148650.95.help.text
msgid ""
"Constrains the movement of the selected object horizontally or vertically."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154117.98.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> + drag (with \\<link "
"href=\\\"text/shared/optionen/01070500.xhp\\\" name=\\\"Copy when "
"moving\\\"\\>Copy when moving\\</link\\> option active)"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150584.99.help.text
msgid ""
"Hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> and drag an object to create a copy of the "
"object."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3151304.100.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> Key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3156274.101.help.text
msgid ""
"Hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> to draw or resize objects by dragging from the "
"center of the object outward."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147314.102.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> key+click"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155122.103.help.text
msgid "Select the object behind the currently selected object."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149008.104.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Shift+click"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3156368.105.help.text
msgid "Select the object in front of the currently selected object."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3148879.106.help.text
msgid "Shift+click"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155908.107.help.text
msgid ""
"Select adjacent items or a text passage. Click at the start of a selection, "
"move to the end of the selection, and then hold down Shift while you click."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149543.108.help.text
msgid "Shift+drag (when resizing)"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3150689.109.help.text
msgid ""
"Hold down Shift while dragging to resize an object to maintain the "
"proportions of the object."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3150115.110.help.text
msgid "Tab key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3155858.111.help.text
msgid "Select objects in the order in which they were created."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147475.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147475.112.help.tex"
"t\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153695.113.help.text
msgid "Select objects in the reverse order in which they were created."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147496.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147496.116.help.tex"
"t\n"
"Escape"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3146141.117.help.text
msgid "Exit current mode."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147615.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3147615.132.help.tex"
"t\n"
"Enter"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3145119.133.help.text
msgid ""
"Activate a placeholder object in a new presentation (only if the frame is "
"selected)."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3145258.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3145258.131.help.tex"
"t\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3149563.130.help.text
msgid "Moves to the next text object on the slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3146910.129.help.text
msgid ""
"If there are no text objects on the slide, or if you reached the last text "
"object, a new slide is inserted after the current slide. The new slide uses "
"the same layout as the current slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3149138.134.help.text
msgid "Navigating with the Keyboard in Slide Sorter"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN110AA.help.text
msgid ""
"_: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN110AA.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN110B0.help.text
msgid ""
"_: helpcontent2/source/text/simpress/04/01020000.xhp#par_idN110B0.help.text\n"
"\\<emph\\>Effect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153254.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3153254.135.help.tex"
"t\n"
"Escape"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3153268.136.help.text
msgid "Moves the focus to the first slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154811.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3154811.137.help.tex"
"t\n"
"Arrow key"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3145073.138.help.text
msgid "Moves the focus to the next slide."
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3145086.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/04/01020000.xhp#hd_id3145086.139.help.tex"
"t\n"
"Spacebar"
msgstr ""

#: helpcontent2/source/text/simpress/04/01020000.xhp#par_id3157548.140.help.text
msgid "Makes the slide with the focus the current slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#tit.help.text
msgid "Converting 2D Objects to Curves, Polygons, and 3D Objects"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#bm_id3150207.help.text
msgid ""
"\\<bookmark_value\\>3D rotation objects; "
"generating\\</bookmark_value\\>\\<bookmark_value\\>3D objects; "
"generating\\</bookmark_value\\>\\<bookmark_value\\>converting; to curves, "
"polygons, 3D\\</bookmark_value\\>\\<bookmark_value\\>extrusion "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#hd_id3150207.32.help.text
msgid ""
"\\<variable id=\\\"3d_create\\\"\\>\\<link "
"href=\\\"text/simpress/guide/3d_create.xhp\\\" name=\\\"Converting 2D "
"Objects to Curves, Polygons, and 3D Objects\\\"\\>Converting 2D Objects to "
"Curves, Polygons, and 3D Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3153914.33.help.text
msgid ""
"You can convert two dimensional (2D) objects to create different shapes. "
"$[officename] can convert 2D objects to the following object types:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3150210.49.help.text
msgid "Curved object based on Bézier curves"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3154762.50.help.text
msgid "Polygon object consisting of straight line segments"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3150051.51.help.text
msgid "3D object with shading and a light source"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3149873.52.help.text
msgid "3D rotation object with shading and a light source"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#hd_id3149048.34.help.text
msgid "To convert an object to a curved shape:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3147295.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3147295.35.help"
".text\n"
"Select a 2D object on the slide or page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3150654.54.help.text
msgid ""
"Right-click the object and choose \\<emph\\>Convert - To Curve\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3145828.55.help.text
msgid ""
"To modify the shape of the object, click the \\<emph\\>Points\\</emph\\> "
"icon \\<image id=\\\"img_id1027558\\\" src=\\\"svx/res/cd015.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id1027558\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Drawing\\</emph\\> toolbar, and drag the handles of the object. "
"You can also drag the control points of a handle to modify the shape of the "
"curve."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#hd_id3153738.56.help.text
msgid "To convert a 2D object to a polygon:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3145241.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3145241.57.help"
".text\n"
"Select a 2D object on the slide or page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3148774.59.help.text
msgid ""
"Right-click the object and choose \\<emph\\>Convert - To Polygon.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3155368.39.help.text
msgid ""
"To modify the shape of the object, click the \\<emph\\>Points\\</emph\\> "
"icon \\<image id=\\\"img_id7219458\\\" src=\\\"svx/res/cd015.png\\\" "
"width=\\\"0.2201inch\\\" height=\\\"0.2201inch\\\"\\>\\<alt "
"id=\\\"alt_id7219458\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Drawing\\</emph\\> toolbar, and drag the handles of the object."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#hd_id3153919.60.help.text
msgid "To convert a 2D object to a 3D object:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3147172.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3147172.62.help"
".text\n"
"Select a 2D object on the slide or page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_idN1088B.help.text
msgid ""
"Click the \\<emph\\>Extrusion On/Off\\</emph\\> icon \\<image "
"id=\\\"img_id2490920\\\" "
"src=\\\"res/commandimagelist/sc_extrusiontoggle.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id2490920\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Drawing\\</emph\\> bar, or right-click the object and choose "
"\\<emph\\>Convert - To 3D\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3148828.41.help.text
msgid ""
"To edit the properties of the 3D object, use the \\<emph\\>Line and "
"Filling\\</emph\\> toolbar and the \\<emph\\>3D Settings\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_idN108C5.help.text
msgid ""
"To convert a text object to 3D, use the \\<emph\\>Fontwork\\</emph\\> icon "
"\\<image id=\\\"img_id3821222\\\" "
"src=\\\"res/commandimagelist/sc_fontworkgalleryfloater.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3821222\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Drawing\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#hd_id3145410.65.help.text
msgid "To convert a 2D object to a 3D rotation object:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3154260.66.help.text
msgid ""
"A 3D rotation object is created by rotating the selected object around its "
"vertical axis."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3147506.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3147506.67.help"
".text\n"
"Select a 2D object on the slide or page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3151318.69.help.text
msgid ""
"Right-click the object and choose \\<emph\\>Convert - To 3D Rotation "
"Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3146125.70.help.text
msgid ""
"To edit the properties of the 3D object, use the Line and Filling toolbar "
"and the 3D Settings toolbar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/3d_create.xhp#par_id3149336.43.help.text
msgid ""
"You can rotate the 2D object before converting it to create a more complex "
"shape."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#tit.help.text
msgid "Creating Animated GIF Images"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#bm_id3153188.help.text
msgid ""
"\\<bookmark_value\\>cross-fading; creating cross-"
"fades\\</bookmark_value\\>\\<bookmark_value\\>GIF images; "
"animating\\</bookmark_value\\>\\<bookmark_value\\>animated "
"GIFs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#hd_id3153188.55.help.text
msgid ""
"\\<variable id=\\\"animated_gif_create\\\"\\>\\<link "
"href=\\\"text/simpress/guide/animated_gif_create.xhp\\\" name=\\\"Creating "
"Animated GIF Images\\\"\\>Creating Animated GIF "
"Images\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3149377.3.help.text
msgid ""
"You can animate drawing objects, text objects, and graphic objects (images) "
"on your slides to make your presentation more interesting. $[officename] "
"Impress provides you with a simple animation editor where you can create "
"animation images (frames) by assembling objects from your slide. The "
"animation effect is achieved by rotating through the static frames that you "
"create."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3154657.57.help.text
msgid ""
"If you create a bitmap animation (animated GIF), you can assign a delay time "
"to each frame, and specify the number of times the animation is played."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#hd_id3150250.58.help.text
msgid "To create an animated GIF:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3148703.59.help.text
msgid ""
"Select an object or group of objects that you want to include in your "
"animation and choose\\<emph\\> Insert - Animated Image\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3149601.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id31496"
"01.60.help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3145086.97.help.text
msgid ""
"Click the \\<emph\\>Apply Object \\</emph\\>button \\<image "
"id=\\\"img_id3148489\\\" src=\\\"sd/res/get1obj.png\\\" "
"width=\\\"0.423cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3148489\\\"\\>Note Icon\\</alt\\>\\</image\\> to add a single "
"object or a group of objects to the current animation frame."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3150860.98.help.text
msgid ""
"Click the \\<emph\\>Apply Objects Individually \\</emph\\>button \\<image "
"id=\\\"img_id3149355\\\" src=\\\"sd/res/getallob.png\\\" "
"width=\\\"0.423cm\\\" height=\\\"0.423cm\\\"\\>\\<alt "
"id=\\\"alt_id3149355\\\"\\>Tip Icon\\</alt\\>\\</image\\> to create a "
"separate animation frame for each of the selected objects."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3148391.61.help.text
msgid ""
"In the \\<emph\\>Animation Group \\</emph\\>area, select \\<emph\\>Bitmap "
"object\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3154871.99.help.text
msgid ""
"Use the animation timeline to specify the duration for displaying a frame "
"and the number of times an animation sequence is presented (looping)."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3154644.62.help.text
msgid ""
"Enter a frame number in the \\<emph\\>Image Number\\</emph\\> box (left box)."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3150756.63.help.text
msgid ""
"Enter the number of seconds you want the frame to display in the "
"\\<emph\\>Duration \\</emph\\>box (middle box)."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3151182.64.help.text
msgid "Repeat the last two steps for each frame in your animation."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3151177.100.help.text
msgid ""
"You can preview your animation by using the controls to the left of the "
"\\<emph\\>Image Number \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3154939.65.help.text
msgid ""
"Select the number of times you want the animation sequence to repeat in the "
"\\<emph\\>Loop count \\</emph\\>box (right box)."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3145421.88.help.text
msgid ""
"Select an alignment option for the objects in the "
"\\<emph\\>Alignment\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id3154285.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_gif_create.xhp#par_id31542"
"85.101.help.text\n"
"Click \\<emph\\>Create\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#tit.help.text
msgid "Exporting Animations in GIF Format"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#bm_id3149666.help.text
msgid ""
"\\<bookmark_value\\>animations; saving as "
"GIFs\\</bookmark_value\\>\\<bookmark_value\\>exporting; animations to GIF "
"format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#hd_id3149666.76.help.text
msgid ""
"\\<variable id=\\\"animated_gif_save\\\"\\>\\<link "
"href=\\\"text/simpress/guide/animated_gif_save.xhp\\\" name=\\\"Exporting "
"Animations in GIF Format\\\"\\>Exporting Animations in GIF "
"Format\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#par_id3150202.77.help.text
msgid "Select an animated object on your slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#par_id3145802.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#par_id3145802"
".78.help.text\n"
"Choose \\<emph\\>File - Export\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#par_id3155064.79.help.text
msgid ""
"Select \\<emph\\>GIF - Graphics Interchange Format (.gif)\\</emph\\> in the "
"\\<emph\\>File type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#par_id3153963.80.help.text
msgid ""
"Click the \\<emph\\>Selection\\</emph\\> check box to export the selected "
"object, and not the entire slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_gif_save.xhp#par_id3150206.81.help.text
msgid ""
"Locate where you want to save the animated GIF, enter a name, and then click "
"\\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#tit.help.text
msgid "Animating Objects in Presentation Slides"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#bm_id3150251.help.text
msgid ""
"\\<bookmark_value\\>objects; moving along "
"paths\\</bookmark_value\\>\\<bookmark_value\\>connecting; paths and "
"objects\\</bookmark_value\\>\\<bookmark_value\\>paths; moving objects "
"along\\</bookmark_value\\>\\<bookmark_value\\>motion "
"paths\\</bookmark_value\\>\\<bookmark_value\\>applying; animation "
"effects\\</bookmark_value\\>\\<bookmark_value\\>removing;animation "
"effects\\</bookmark_value\\>\\<bookmark_value\\>effects;applying to/removing "
"from objects\\</bookmark_value\\>\\<bookmark_value\\>adding;animation "
"effects\"
"\</bookmark_value\\>\\<bookmark_value\\>animations;editing\\</bookmark"
"_value\\>\\<bookmark_value\\>custom animation\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#hd_id3150251.31.help.text
msgid ""
"\\<variable id=\\\"animated_objects\\\"\\>\\<link "
"href=\\\"text/simpress/guide/animated_objects.xhp\\\" name=\\\"Animating "
"Objects in Slides\\\"\\>Animating Objects in Presentation "
"Slides\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3150214.32.help.text
msgid "You can apply preset animation effects to objects on your slide. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#hd_id3154762.70.help.text
msgid "To apply an animation effect to an object: "
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3146964.33.help.text
msgid ""
"On a slide in \\<emph\\>Normal\\</emph\\> view, select the object you want "
"to animate."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3149875.35.help.text
msgid ""
"Choose \\<emph\\>Slide Show - Custom Animation\\</emph\\>, click "
"\\<emph\\>Add\\</emph\\>, and then select an animation effect."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3166462.71.help.text
msgid ""
"On the \\<emph\\>Add\\</emph\\> dialog, click a tab page to choose from a "
"category of effects. Click an effect, then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3150538.37.help.text
msgid ""
"If you selected a text object, you can assign a text effect. To assign a "
"text effect, click the \\<emph\\>Text Effects\\</emph\\> tab in the "
"\\<emph\\>Add \\</emph\\>dialog, and then click an effect."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3156060.51.help.text
msgid "To preview the animation, click the \\<emph\\>Play\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#hd_id3148387.76.help.text
msgid "To remove an animation effect from an object:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3148774.77.help.text
msgid ""
"On a slide in \\<emph\\>Normal\\</emph\\> view, select the object from which "
"to remove the effect."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3155372.78.help.text
msgid "Choose \\<emph\\>Slide Show - Custom Animation\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3153718.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_objects.xhp#par_id3153718."
"80.help.text\n"
"Click \\<emph\\>Remove\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#tit.help.text
msgid "Animating Slide Transitions"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#bm_id3153820.help.text
msgid ""
"\\<bookmark_value\\>cross-fading; "
"slides\\</bookmark_value\\>\\<bookmark_value\\>slide transitions; applying "
"effects\\</bookmark_value\\>\\<bookmark_value\\>animated slide "
"transitions\\</bookmark_value\\>\\<bookmark_value\\>transition "
"effects\\</bookmark_value\\>\\<bookmark_value\\>removing; slide transition "
"effects\\</bookmark_value\\>\\<bookmark_value\\>effects;animated slide "
"transitions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#hd_id3153820.46.help.text
msgid ""
"\\<variable id=\\\"animated_slidechange\\\"\\>\\<link "
"href=\\\"text/simpress/guide/animated_slidechange.xhp\\\" name=\\\"Animating "
"Slide Transitions\\\"\\>Animating Slide Transitions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3150049.67.help.text
msgid "You can apply a special effect that plays when you display a slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#hd_id3153811.68.help.text
msgid "To apply a transition effect to a slide"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3145086.50.help.text
msgid ""
"In \\<emph\\>Normal\\</emph\\> view, select the slide that you want to add "
"the transition effect to."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3150655.70.help.text
msgid ""
"On the \\<emph\\>Tasks\\</emph\\> pane, click \\<emph\\>Slide "
"Transition\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3154554.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3154"
"554.52.help.text\n"
"Select a slide transition from the list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3149022.74.help.text
msgid "You can preview the transition effect in the document window."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#hd_id3147562.75.help.text
msgid "To apply the same transition effect to more than one slide"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3150263.48.help.text
msgid ""
"In \\<emph\\>Slide Sorter\\</emph\\> view, select the slides that you want "
"to add the transition effects to."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3148826.49.help.text
msgid ""
"If you want, you can use the \\<emph\\>Zoom\\</emph\\> toolbar \\<image "
"id=\\\"img_id3151172\\\" src=\\\"res/commandimagelist/sc_zoom.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151172\\\"\\>Icon\\</alt\\>\\</image\\> to change the view "
"magnification for the slides."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3154269.78.help.text
msgid "On the Tasks pane, click Slide Transition."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3154102.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3154"
"102.79.help.text\n"
"Select a slide transition from the list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3153785.53.help.text
msgid ""
"To preview the transition effect for a slide, click the small arrow "
"underneath the slide \\<image id=\\\"img_id3150359\\\" "
"src=\\\"res/helpimg/diatrans.png\\\" width=\\\"0.1563inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150359\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Slides Pane\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#hd_id3149341.83.help.text
msgid "To remove a transition effect"
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3151287.84.help.text
msgid ""
"In \\<emph\\>Slide Sorter\\</emph\\> View, select the slides that you want "
"to remove the transition effects from."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3146930.85.help.text
msgid ""
"Choose \\<emph\\>No Transition \\</emph\\>in the listbox on the "
"\\<emph\\>Tasks\\</emph\\> pane."
msgstr ""

#: helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3149300.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/animated_slidechange.xhp#par_id3149"
"300.60.help.text\n"
"\\<link href=\\\"text/simpress/01/06040000.xhp\\\" name=\\\"Slide "
"Transition\\\"\\>Slide Transition\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#tit.help.text
msgid "Changing the Slide Order"
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#bm_id3149499.help.text
msgid ""
"\\<bookmark_value\\>slides; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>presentations; arranging "
"slides\\</bookmark_value\\>\\<bookmark_value\\>changing;order of "
"slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#hd_id3149499.21.help.text
msgid ""
"\\<variable id=\\\"arrange_slides\\\"\\>\\<link "
"href=\\\"text/simpress/guide/arrange_slides.xhp\\\" name=\\\"Changing the "
"Slide Order\\\"\\>Changing the Slide Order\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#par_id3151242.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/arrange_slides.xhp#par_id3151242.44"
".help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#par_id3143233.40.help.text
msgid ""
"Choose \\<emph\\>View - Slide Sorter\\</emph\\>, select one or more slides, "
"and then drag the slides to another location. To select multiple slides, "
"hold down shift and click on the slides. To create a copy of a selected "
"slide, hold down Ctrl while you drag. The mouse pointer changes to a plus "
"sign. You can also drag a copy of a slide into another open $[officename] "
"Impress document."
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#par_id3153072.45.help.text
msgid ""
"Choose \\<emph\\>View - Outline\\</emph\\>, select a slide, and then drag "
"the slide to another location."
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#par_id3150391.46.help.text
msgid ""
"Choose \\<emph\\>View - Normal\\</emph\\> or \\<emph\\>Notes\\</emph\\>, "
"select the slide preview on the \\<emph\\>Slides Pane\\</emph\\>, and then "
"drag the slide preview to another location."
msgstr ""

#: helpcontent2/source/text/simpress/guide/arrange_slides.xhp#par_id3153079.23.help.text
msgid ""
"To temporarily remove a slide from your presentation, go to \\<emph\\>Slide "
"Sorter\\</emph\\>, right-click the slide, and then choose "
"\\<emph\\>Show/Hide Slide\\</emph\\>. The name of the hidden slide becomes "
"gray. To show the slide, right-click the slide, and then choose "
"\\<emph\\>Show/Hide Slide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#tit.help.text
msgid "Changing the Slide Background Fill"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#bm_id3150199.help.text
msgid ""
"\\<bookmark_value\\>backgrounds; "
"changing\\</bookmark_value\\>\\<bookmark_value\\>slide masters; changing "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>slides;changing "
"backgrounds\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#hd_id3150199.33.help.text
msgid ""
"\\<variable id=\\\"background\\\"\\>\\<link "
"href=\\\"text/simpress/guide/background.xhp\\\" name=\\\"Changing the Slide "
"Background Fill\\\"\\>Changing the Slide Background "
"Fill\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3155067.34.help.text
msgid ""
"You can change the background color or the background fill of the current "
"slide or all of the slides in your document. For a background fill, you can "
"use hatching, a gradient, or a bitmap image."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3148701.36.help.text
msgid ""
"If you want to change the background fill for all of the slides, choose "
"\\<emph\\>View - Master - Slide Master\\</emph\\>. To change the background "
"fill of a single slide, choose \\<emph\\>View - Normal\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3150395.40.help.text
msgid ""
"A background fill applied to a single slide overrides the master page "
"background. However, objects on the master page remain visible. In "
"$[officename] Impress, you can hide the master page objects from the current "
"slide by choosing \\<emph\\>Format - Modify Layout\\</emph\\>, and clearing "
"the \\<emph\\>Objects on background\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#hd_id3150534.49.help.text
msgid ""
"To use a color, gradient, or hatching pattern for the slide background"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3149942.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/background.xhp#par_id3149942.50.hel"
"p.text\n"
"Choose \\<emph\\>Format - Page\\</emph\\>, and then click on the "
"\\<emph\\>Background\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3148725.51.help.text
msgid "In the \\<emph\\>Fill \\</emph\\>area, do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3153040.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/background.xhp#par_id3153040.52.hel"
"p.text\n"
"Select \\<emph\\>Color\\</emph\\>, and then click a color in the list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3150866.53.help.text
msgid ""
"Select \\<emph\\>Gradient\\</emph\\>, and then click a gradient style in the "
"list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3150338.54.help.text
msgid ""
"Select \\<emph\\>Hatching\\</emph\\>, and then click a hatching style in the "
"list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3150021.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/background.xhp#par_id3150021.55.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#hd_id3145244.56.help.text
msgid "To use an image for the slide background"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3148394.57.help.text
msgid ""
"You can display an entire image as a slide background, or you can tile the "
"image to produce a patterned background."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3156064.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/background.xhp#par_id3156064.58.hel"
"p.text\n"
"Choose \\<emph\\>Format - Page\\</emph\\>, and then click on the "
"\\<emph\\>Background\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3145356.59.help.text
msgid ""
"In the \\<emph\\>Fill \\</emph\\>area, select \\<emph\\>Bitmap\\</emph\\>, "
"and then click an image in the list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3150757.60.help.text
msgid ""
"If you want to use a custom image for the slide background, close the "
"\\<emph\\>Page Setup \\</emph\\>dialog, and then choose \\<emph\\>Format - "
"Area\\</emph\\>. Click the \\<emph\\>Bitmaps \\</emph\\>tab, and then click "
"\\<emph\\>Import\\</emph\\>. Locate the image you want to import and click "
"\\<emph\\>Open\\</emph\\>. When you return to the \\<emph\\>Background "
"\\</emph\\>tab, the image you imported will be in the \\<emph\\>Bitmap "
"\\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3153151.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/background.xhp#par_id3153151.61.hel"
"p.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3150263.62.help.text
msgid ""
"To display the entire image as the background, clear the \\<emph\\>Tile "
"\\</emph\\>check box in the \\<emph\\>Position \\</emph\\>area, and then "
"select \\<emph\\>AutoFit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3149756.63.help.text
msgid ""
"To tile the image on the background, select \\<emph\\>Tile\\</emph\\>, and "
"set the \\<emph\\>Size\\</emph\\>, \\<emph\\>Position\\</emph\\>, and "
"\\<emph\\>Offset\\</emph\\> options for the image."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3154934.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/background.xhp#par_id3154934.64.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/background.xhp#par_id3158403.47.help.text
msgid ""
"This modification is only valid for the current presentation document."
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#tit.help.text
msgid "Zooming With the Keypad"
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#bm_id3149018.help.text
msgid ""
""
"\\<bookmark_value\\>zooming;keyboard\\</bookmark_value\\>\\<bookmark_value\\>k"
"eyboard; zooming\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#hd_id3149018.10.help.text
msgid ""
"\\<variable id=\\\"change_scale\\\"\\>\\<link "
"href=\\\"text/simpress/guide/change_scale.xhp\\\" name=\\\"Zooming With the "
"Keypad\\\"\\>Zooming With the Keypad\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#par_id3148487.11.help.text
msgid ""
"You can use the keypad to quickly enlarge or reduce the view on your slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#par_id3149501.12.help.text
msgid "To zoom in, press the Plus Sign."
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#par_id3148837.16.help.text
msgid "To zoom out, press the Minus Sign."
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#par_id3153917.13.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>To fit the page in "
"the current view, press the Multiplication "
"Sign.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#par_id3143228.15.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>To fit the selected "
"object in the current view, press the Division "
"Sign.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/change_scale.xhp#par_id3145116.14.help.text
msgid ""
"\\<link href=\\\"text/simpress/04/01020000.xhp\\\" name=\\\"Shortcut keys "
"for presentations\\\"\\>Shortcut keys for presentations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#tit.help.text
msgid "Adding a Header or a Footer to All Slides"
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#bm_id3153191.help.text
msgid ""
"\\<bookmark_value\\>footers;slide "
"masters\\</bookmark_value\\>\\<bookmark_value\\>slide masters; headers and "
"footers\\</bookmark_value\\>\\<bookmark_value\\>headers and footers; slide "
"masters\\</bookmark_value\\>\\<bookmark_value\\>adding;headers/footers in "
"all slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#hd_id3153191.1.help.text
msgid ""
"\\<variable id=\\\"footer\\\"\\>\\<link "
"href=\\\"text/simpress/guide/footer.xhp\\\" name=\\\"Adding a Header or a "
"Footer to All Slides\\\"\\>Adding a Header or a Footer to All "
"Slides\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3155064.16.help.text
msgid ""
"You can add a text object to the master page for your slides to act as a "
"header or a footer."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3148866.14.help.text
msgid "Choose \\<emph\\>View - Master - Slide Master\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3147295.12.help.text
msgid ""
"On the \\<emph\\>Drawing\\</emph\\> bar, select the "
"\\<emph\\>Text\\</emph\\> icon \\<image id=\\\"img_id3154654\\\" "
"src=\\\"res/commandimagelist/sc_texttoolbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154654\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3149947.10.help.text
msgid ""
"Drag in the master page to draw a text object, and then type or paste your "
"text."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3155441.4.help.text
msgid "Choose \\<emph\\>View - Normal\\</emph\\> when you are finished."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3150476.17.help.text
msgid ""
"You can also add fields, such as the date or page number, to a header or "
"footer by choosing \\<emph\\>Insert - Fields\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3156320.18.help.text
msgid ""
"You can hide the header or footer on the current slide by choosing "
"\\<emph\\>Format\\</emph\\> - \\<link "
"href=\\\"text/simpress/01/05130000.xhp\\\" name=\\\"Modify "
"Layout\\\"\\>Slide\\<emph\\> Layout\\</emph\\>\\</link\\>, and clearing the "
"\\<emph\\>Objects on background\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/footer.xhp#par_id3155848.21.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04990000.xhp\\\" name=\\\"Insert "
"Fields\\\"\\>Insert Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#tit.help.text
msgid "Saving a Presentation in HTML Format"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#bm_id3155067.help.text
msgid ""
"\\<bookmark_value\\>exporting; to "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>saving;as "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>presentations; exporting to "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>HTML; exporting from "
"presentations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#hd_id3155067.1.help.text
msgid ""
"\\<variable id=\\\"html_export\\\"\\>\\<link "
"href=\\\"text/simpress/guide/html_export.xhp\\\" name=\\\"Saving a "
"Presentation in HTML Format\\\"\\>Saving a Presentation in HTML "
"Format\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3153246.2.help.text
msgid "Open the presentation that you want to save in HTML format."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3149502.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3149502.3.hel"
"p.text\n"
"Choose \\<emph\\>File - Export\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3148842.4.help.text
msgid ""
"Set the \\<emph\\>File type\\</emph\\> to \\<emph\\>HTML Document "
"($[officename] Impress) (.html;.htm)\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3143228.8.help.text
msgid ""
"Enter a \\<emph\\>File name\\</emph\\>, and then click "
"\\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3153808.5.help.text
msgid ""
"Follow the instructions in the \\<emph\\>HTML Export\\</emph\\> Wizard."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3151391.6.help.text
msgid ""
"\\<link href=\\\"text/shared/autopi/01110000.xhp\\\" name=\\\"HTML Export "
"AutoPilot\\\"\\>HTML Export Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_export.xhp#par_id3150394.7.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/01170000.xhp\\\" name=\\\"File - "
"Export\\\"\\>File - Export\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#tit.help.text
msgid "Importing HTML Pages Into Presentations "
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#bm_id3146121.help.text
msgid ""
"\\<bookmark_value\\>importing; presentations with "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>presentations; importing "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>HTML; importing into "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>text "
"documents;inserting in slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#hd_id3146121.1.help.text
msgid ""
"\\<variable id=\\\"html_import\\\"\\>\\<link "
"href=\\\"text/simpress/guide/html_import.xhp\\\" name=\\\"Importing HTML "
"Pages Into Presentations \\\"\\>Importing HTML Pages Into Presentations "
"\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3150750.2.help.text
msgid ""
"You can import any text file, including text in HTML documents, into a slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#hd_id3155443.11.help.text
msgid "To insert text from a file into a slide:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3146313.4.help.text
msgid ""
"In the slide where you want to insert the text, choose \\<emph\\>Insert - "
"File\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3150207.5.help.text
msgid ""
"Select \"Text\" or \"HTML Document\" as the \\<emph\\>File type\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3148610.12.help.text
msgid ""
"Locate the file containing the text that you want to add, and then click "
"\\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3153915.6.help.text
msgid ""
"If the text file contains more text than can be inserted into a single "
"slide, you can divide the text over several slides."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3149126.7.help.text
msgid "Double-click in the inserted text to enter edit mode."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3143228.8.help.text
msgid ""
"Select all of the text that lies below the visible slide area and press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Comman"
"d\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defaul"
"tinline\\>\\</switchinline\\>+X."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3153811.9.help.text
msgid ""
"Choose \\<emph\\>Insert – Slide\\</emph\\>, and then press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+V."
msgstr ""

#: helpcontent2/source/text/simpress/guide/html_import.xhp#par_id3147297.10.help.text
msgid "Repeat steps 1 to 3 until all of the text is on slides."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#tit.help.text
msgid "Creating a Custom Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#bm_id3146119.help.text
msgid ""
"\\<bookmark_value\\>slide shows; "
"custom\\</bookmark_value\\>\\<bookmark_value\\>custom slide "
"shows\\</bookmark_value\\>\\<bookmark_value\\>starting; always with the "
"current slide\\</bookmark_value\\>\\<bookmark_value\\>starting;custom slide "
"sh"
"ows\\</bookmark_value\\>\\<bookmark_value\\>hiding;slides\\</bookmark_value\"
"\>\\<bookmark_value\\>showing;hidden "
"slides\\</bookmark_value\\>\\<bookmark_value\\>hidden "
"pages;showing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3146119.55.help.text
msgid ""
"\\<variable id=\\\"individual\\\"\\>\\<link "
"href=\\\"text/simpress/guide/individual.xhp\\\" name=\\\"Creating a Custom "
"Slide Show\\\"\\>Creating a Custom Slide Show\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3150344.71.help.text
msgid ""
"You can create custom slide shows to meet the needs of your audience using "
"slides within the current presentation."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3150715.72.help.text
msgid "To create a custom slide show:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3153712.61.help.text
msgid "Choose \\<emph\\>Slide Show - Custom Slide Shows\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3153966.62.help.text
msgid ""
"Click \\<emph\\>New\\</emph\\> and enter a name for your slide show in the "
"\\<emph\\>Name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3150249.73.help.text
msgid ""
"Under \\<emph\\>Existing Slides\\</emph\\>, select the slides you want to "
"add to your slide show, and click the \\<emph\\>>>\\</emph\\> button. Hold "
"down Shift to select a range of slides, or Ctrl to select multiple slides."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3153916.64.help.text
msgid ""
"You can change the order of the slides in your custom slide show, by "
"dragging and dropping the slides under \\<emph\\>Selected Slides\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3151387.74.help.text
msgid "To start a custom slide show:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3147403.75.help.text
msgid "Choose \\<emph\\>Slide Show - Custom Slide Show\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3150538.76.help.text
msgid "Select the show you want to start from the list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3149943.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/individual.xhp#par_id3149943.77.hel"
"p.text\n"
"Click \\<emph\\>Start\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3145593.56.help.text
msgid ""
"If you want the selected custom slide show to start when you click the "
"\\<emph\\>Slide Show\\</emph\\> icon on the\\<emph\\> "
"Presentation\\</emph\\> toolbar, or when you press F5, select \\<emph\\>Use "
"Custom Slide Show\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3145169.78.help.text
msgid "Options for Running a Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3150335.65.help.text
msgid "To always start a slide show from the current slide:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3150014.66.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - %PRODUCTNAME Impress - General\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3155932.67.help.text
msgid ""
"In the \\<emph\\>Start presentation\\</emph\\> area, select the "
"\\<emph\\>Always with current page\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3155372.68.help.text
msgid "Do not select this option if you want to run a custom slide show."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3153922.69.help.text
msgid "To hide a slide:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3156261.57.help.text
msgid ""
"Choose \\<emph\\>View - Slide Sorter\\</emph\\>, and then select the "
"slide(s) that you want to hide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3083278.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/individual.xhp#par_id3083278.79.hel"
"p.text\n"
"Choose \\<emph\\>Slide Show - Show/Hide Slide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3151264.58.help.text
msgid "The slide is not removed from your document."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#hd_id3147570.80.help.text
msgid "To show a hidden slide:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3145210.81.help.text
msgid ""
"Choose \\<emph\\>View - Slide Sorter\\</emph\\>, and then select the hidden "
"slide(s) that you want to show."
msgstr ""

#: helpcontent2/source/text/simpress/guide/individual.xhp#par_id3150260.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/individual.xhp#par_id3150260.59.hel"
"p.text\n"
"Choose \\<emph\\>Slide Show - Show/Hide Slide\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#tit.help.text
msgid ""
"Using Shortcut Keys in $[officename] Impressthe \"keyboard.xhp\" files are "
"only for accessibility use! Other people will complain if we ask them to "
"press F6 for 5 times to get to a symbol bar! Except when their mouse is "
"broken and they have to show a slide show..."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#bm_id3154702.help.text
msgid ""
"\\<bookmark_value\\>accessibility; $[officename] Impress\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3154702.1.help.text
msgid ""
"\\<variable id=\\\"keyboard\\\"\\>\\<link "
"href=\\\"text/simpress/guide/keyboard.xhp\\\" name=\\\"Using Shortcut Keys "
"in $[officename] Impress\\\"\\>Using Shortcut Keys in $[officename] "
"Impress\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3148610.11.help.text
msgid ""
"You can use the keyboard to access $[officename] Impress commands as well as "
"to navigate through the workspace. $[officename] Impress uses the same "
"shortcut keys as $[officename] Draw to create \\<link "
"href=\\\"text/sdraw/guide/keyboard.xhp\\\" name=\\\"drawing "
"objects\\\"\\>drawing objects\\</link\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3149602.18.help.text
msgid "Selecting placeholders"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3150212.10.help.text
msgid ""
"$[officename] Impress \\<emph\\>AutoLayouts\\</emph\\> use placeholders for "
"slide titles, text, and objects. To select a placeholder, press \\<item "
"type=\\\"keycode\\\"\\>Ctrl+Enter\\</item\\>. To move to the next "
"placeholder, press \\<item type=\\\"keycode\\\"\\>Ctrl+Enter\\</item\\> "
"again."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3166467.9.help.text
msgid ""
"If you press \\<item type=\\\"keycode\\\"\\>Ctrl+Enter\\</item\\> after you "
"reach the last placeholder in a slide, a new slide is inserted after the "
"current slide. The new slide uses the same layout as the current slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3157871.8.help.text
msgid "During a Slide Show"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3150650.7.help.text
msgid ""
"To start a slide show, press \\<item "
"type=\\\"keycode\\\"\\>Ctrl+F2\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3149354.5.help.text
msgid "Advance to the next slide or to the next animation effect"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3148728.4.help.text
msgid "\\<item type=\\\"keycode\\\"\\>Spacebar\\</item\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3153035.19.help.text
msgid "Advance to the next slide without playing object animation effects"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3155263.20.help.text
msgid "\\<item type=\\\"keycode\\\"\\>Right\\</item\\> arrow"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3154558.3.help.text
msgid "Return to previous slide"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3145590.2.help.text
msgid "\\<item type=\\\"keycode\\\"\\>Left\\</item\\> arrow"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3153003.12.help.text
msgid "Go to a specific slide"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3154501.13.help.text
msgid ""
"Type the page number of the slide, and then press \\<item "
"type=\\\"keycode\\\"\\>Enter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3150337.14.help.text
msgid "Slide Sorter"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3153732.21.help.text
msgid ""
"When you first switch to Slide Sorter, press \\<item "
"type=\\\"keycode\\\"\\>Enter\\</item\\> to change the keyboard focus to the "
"workspace. Otherwise, press \\<item type=\\\"keycode\\\"\\>F6\\</item\\> to "
"navigate to the workspace, and then press \\<item "
"type=\\\"keycode\\\"\\>Enter\\</item\\>. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3149882.22.help.text
msgid "Selecting and deselecting slides"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3155930.15.help.text
msgid ""
"Use the arrow keys to navigate to the slide that you want to select, and "
"then press the \\<item type=\\\"keycode\\\"\\>Spacebar\\</item\\>. To add to "
"the selection, use the arrow keys to navigate to the slide(s) that you want "
"to add, and press \\<item type=\\\"keycode\\\"\\>Spacebar\\</item\\> again. "
"To deselect a slide, navigate to the slide, and then press \\<item "
"type=\\\"keycode\\\"\\>Spacebar\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3145248.23.help.text
msgid "Copying a slide:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3156060.16.help.text
msgid ""
"Use the arrow keys to navigate to the slide that you want to copy, and then "
"press \\<item type=\\\"keycode\\\"\\>Ctrl+C\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3148769.24.help.text
msgid ""
"Move to the slide where you want to paste the copied slide, and then press "
"\\<item type=\\\"keycode\\\"\\>Ctrl+V\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3148388.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3148388.25.help."
"text\n"
"Select \\<emph\\>Before \\</emph\\>or \\<emph\\>After\\</emph\\> the current "
"slide, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#hd_id3155367.26.help.text
msgid "Moving a slide:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3155987.27.help.text
msgid ""
"Use the arrow keys to navigate to the slide that you want to move, and then "
"press \\<item type=\\\"keycode\\\"\\>Ctrl+X\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3147171.28.help.text
msgid ""
"Navigate to the slide where you want to move the slide, and then press "
"\\<item type=\\\"keycode\\\"\\>Ctrl+V\\</item\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3083282.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/keyboard.xhp#par_id3083282.29.help."
"text\n"
"Select \\<emph\\>Before \\</emph\\>or \\<emph\\>After\\</emph\\> the current "
"slide, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#tit.help.text
msgid "Moving Objects to a Different Layer"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#bm_id3150752.help.text
msgid ""
"\\<bookmark_value\\>objects; moving in "
"layers\\</bookmark_value\\>\\<bookmark_value\\>layers; moving "
"objects\\</bookmark_value\\>\\<bookmark_value\\>moving; between "
"layers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#hd_id3150752.18.help.text
msgid ""
"\\<variable id=\\\"layer_move\\\"\\>\\<link "
"href=\\\"text/simpress/guide/layer_move.xhp\\\" name=\\\"Moving Objects to a "
"Different Layer\\\"\\>Moving Objects to a Different "
"Layer\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#par_idN10622.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_move.xhp#par_idN10622.help.te"
"xt\n"
"Drawings in %PRODUCTNAME Draw support layers."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#par_id3148488.19.help.text
msgid "Click and hold the object until its edges flash."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#par_id3145587.20.help.text
msgid "Drag the object to the name tab of the layer you want to move it to."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_move.xhp#par_id3148868.21.help.text
msgid "Release the object."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#tit.help.text
msgid "Inserting Layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#bm_id3148797.help.text
msgid ""
"\\<bookmark_value\\>layers; inserting and "
"editing\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"layers\\</bookmark_value\\>\\<bookmark_value\\>modifying;layer "
"properties\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#hd_id3148797.9.help.text
msgid ""
"\\<variable id=\\\"layer_new\\\"\\>\\<link "
"href=\\\"text/simpress/guide/layer_new.xhp\\\" name=\\\"Inserting "
"Layers\\\"\\>Inserting Layers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_idN10614.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_new.xhp#par_idN10614.help.tex"
"t\n"
"Drawings in %PRODUCTNAME Draw support layers."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_idN10643.help.text
msgid "Right-click the layer tab area at the bottom."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_id3153418.11.help.text
msgid "Choose \\<emph\\>Insert Layer\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_id3155068.12.help.text
msgid "Type a name for the layer in the \\<emph\\>Name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_id3156382.15.help.text
msgid ""
"In the \\<emph\\>Properties \\</emph\\>area, set the options for the layer."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_id3153964.13.help.text
msgid ""
"Click \\<emph\\>OK\\</emph\\>. The new layer automatically becomes the "
"active layer."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_id3154658.16.help.text
msgid ""
"To change the properties of a layer, click the name tab of the layer, and "
"then choose \\<emph\\>Format - Layer\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_new.xhp#par_id3153814.17.help.text
msgid ""
"You cannot change the name of or delete a predefined \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Draw layer."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#tit.help.text
msgid "Working With Layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#bm_id3154013.help.text
msgid ""
"\\<bookmark_value\\>layers;working "
"with\\</bookmark_value\\>\\<bookmark_value\\>locking "
"layers\\</bookmark_value\"
"\>\\<bookmark_value\\>hiding;layers\\</bookmark_value"
"\\>\\<bookmark_value\\>unlocking "
"layers\\</bookmark_value\\>\\<bookmark_value\\>showing;hidden "
"layers\\</bookma"
"rk_value\\>\\<bookmark_value\\>selecting;layers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#hd_id3154013.14.help.text
msgid ""
"\\<variable id=\\\"layer_tipps\\\"\\>\\<link "
"href=\\\"text/simpress/guide/layer_tipps.xhp\\\" name=\\\"Working With "
"Layers\\\"\\>Working With Layers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_idN10706.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_idN10706.help.t"
"ext\n"
"Drawings in %PRODUCTNAME Draw support layers."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#hd_id3154018.18.help.text
msgid "Selecting a layer"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3154484.15.help.text
msgid ""
"To select a layer, click the name tab of the layer at the bottom of the "
"workspace."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_idN10767.help.text
msgid "To edit the properties of a layer, double-click a layer tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#hd_id3155445.19.help.text
msgid "Hiding layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3154702.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3154702.22.he"
"lp.text\n"
"Select a layer, and then choose \\<emph\\>Format - Layer\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3145587.23.help.text
msgid ""
"In the \\<emph\\>Properties \\</emph\\>area, clear the \\<emph\\>Visible "
"\\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3153912.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3153912.24.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3154762.25.help.text
msgid ""
"In the name tab of the layer, the text color of the name changes to blue."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3156396.16.help.text
msgid ""
"You can make a layer visible or invisible by clicking on its tab while "
"holding down the Shift key."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#hd_id3146322.26.help.text
msgid "Showing hidden layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3157871.27.help.text
msgid ""
"Select a hidden layer, and then choose \\<emph\\>Format - Layer\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3149352.28.help.text
msgid ""
"In the \\<emph\\>Properties \\</emph\\>area, select the \\<emph\\>Visible "
"\\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3153036.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3153036.29.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#hd_id3154554.20.help.text
msgid "Locking layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3150864.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3150864.17.he"
"lp.text\n"
"Select a layer, and then choose \\<emph\\>Format - Layer\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3150336.30.help.text
msgid ""
"In the \\<emph\\>Properties\\</emph\\> area, select the \\<emph\\>Locked "
"\\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3153730.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3153730.31.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3149883.32.help.text
msgid "You cannot edit objects on a locked layer."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#hd_id3145244.33.help.text
msgid "Unlocking layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3145354.34.help.text
msgid ""
"Select a locked layer, and then choose \\<emph\\>Format - Layer\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3148393.35.help.text
msgid ""
"In the \\<emph\\>Properties\\</emph\\> area, clear the \\<emph\\>Locked "
"\\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3150467.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layer_tipps.xhp#par_id3150467.36.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#tit.help.text
msgid "About Layers"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#bm_id3149018.help.text
msgid "\\<bookmark_value\\>layers; definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#hd_id3149018.9.help.text
msgid ""
"\\<variable id=\\\"layers\\\"\\>\\<link "
"href=\\\"text/simpress/guide/layers.xhp\\\" name=\\\"About "
"Layers\\\"\\>About Layers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3146313.3.help.text
msgid ""
"Layers are available in $[officename] Draw, not in $[officename] Impress. "
"Layers allow you to assemble elements on a page that are related. Think of "
"layers as individual workspaces that you can hide or lock. Layers do not "
"determine the stacking order of objects on your slide. The stacking order of "
"objects on your slide is determined by the sequence in which you add the "
"objects. The areas on a layer that do not contain objects are transparent."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3146962.12.help.text
msgid "$[officename] Draw provides three default layers:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3153073.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layers.xhp#par_id3153073.13.help.te"
"xt\n"
"Layout"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3149053.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/layers.xhp#par_id3149053.14.help.te"
"xt\n"
"Controls"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3150391.15.help.text
msgid "Dimension Lines"
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3156397.16.help.text
msgid "You cannot delete or rename these layers."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3150534.17.help.text
msgid ""
"The \\<emph\\>Layout\\</emph\\> layer is the default workspace. "
"\\<emph\\>Layout\\</emph\\> layers determine the location of title, text, "
"and object placeholders on your page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3150742.18.help.text
msgid ""
"The \\<emph\\>Controls\\</emph\\> layer can be used for buttons that have "
"been assigned an action, but that should not be printed. Set the layer's "
"properties to not printable."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3153085.19.help.text
msgid ""
"The \\<emph\\>Dimension Lines\\</emph\\> layer is where you draw, for "
"example, the dimension lines. By switching the layer to show or hide, you "
"can easily switch these lines on and off."
msgstr ""

#: helpcontent2/source/text/simpress/guide/layers.xhp#par_id3154507.2.help.text
msgid ""
"You can lock a layer to protect its contents, or hide a layer and its "
"contents. When you add a new layer to a page, the layer is added to all of "
"the pages in your document. However, when you add an object to a layer, it "
"is only added to the current page. If you want the object to appear on all "
"of the pages, add the object to the master page (\\<emph\\>View - "
"Master\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#tit.help.text
msgid "Loading Line and Arrow Styles"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#bm_id3145253.help.text
msgid ""
"\\<bookmark_value\\>line "
"styles;about\\</bookmark_value\\>\\<bookmark_value\\>line "
"ends;about\\</bookmark_value\\>\\<bookmark_value\\>arrows;loading arrow "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#hd_id3145253.48.help.text
msgid ""
"\\<variable id=\\\"line_arrow_styles\\\"\\>\\<link "
"href=\\\"text/simpress/guide/line_arrow_styles.xhp\\\" name=\\\"Loading Line "
"and Arrow Styles\\\"\\>Loading Line and Arrow "
"Styles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3154017.49.help.text
msgid ""
"You can use styles to organize similar line and arrow types. $[officename] "
"provides a few standard style files that you can load and use in your "
"document. If you want, you can add or delete elements from a style file, or "
"even create a custom style file."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#hd_id3154485.50.help.text
msgid "To load a line styles file:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3156382.58.help.text
msgid ""
"Choose \\<emph\\>Format - Line\\</emph\\>, and then click the \\<emph\\>Line "
"Styles\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3154705.51.help.text
msgid "Click the \\<emph\\>Load Line Styles\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3145588.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3145588"
".52.help.text\n"
"Locate the file containing the line styles that you want to load, and then "
"click \\<emph\\>OK\\</emph\\>. The file has the format [filename].sod."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3151240.53.help.text
msgid ""
"To save a line styles file, click the \\<emph\\>Save Line Styles\\</emph\\> "
"button, enter a filename, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#hd_id3154765.54.help.text
msgid "To load an arrow styles file:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3153070.59.help.text
msgid ""
"Choose \\<emph\\>Format - Line\\</emph\\>, and then click the "
"\\<emph\\>Arrow Styles\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3149054.55.help.text
msgid "Click the \\<emph\\>Load Arrow Styles\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3150391.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3150391"
".56.help.text\n"
"Locate the file containing the line styles that you want to load, and then "
"click \\<emph\\>OK\\</emph\\>. The file has the format [filename].sod."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3166465.57.help.text
msgid ""
"To save a line styles file, click the \\<emph\\>Save Arrow Styles\\</emph\\> "
"button, enter a filename, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_arrow_styles.xhp#par_id3145822.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05200000.xhp\\\" name=\\\"Format - "
"Line\\\"\\>Format - Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#tit.help.text
msgid "Drawing Curves"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#bm_id3149377.help.text
msgid ""
"\\<bookmark_value\\>lines; "
"drawing\\</bookmark_value\\>\\<bookmark_value\\>curves; "
"drawing\\</bookmark_value\\>\\<bookmark_value\\>control "
"points;definition\\</bookmark_value\\>\\<bookmark_value\\>corner "
"points\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#hd_id3149377.3.help.text
msgid ""
"\\<variable id=\\\"line_draw\\\"\\>\\<link "
"href=\\\"text/simpress/guide/line_draw.xhp\\\" name=\\\"Drawing "
"Curves\\\"\\>Drawing Curves\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3148868.4.help.text
msgid ""
"The \\<emph\\>Curve\\</emph\\> tool \\<image id=\\\"img_id3150205\\\" "
"src=\\\"res/commandimagelist/sc_linetoolbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150205\\\"\\>Icon\\</alt\\>\\</image\\> lets you draw a curved "
"line that consists of one or more line segments. Each Bézier curve segment "
"is defined by two data points (endpoints) and one or two control points "
"(handles) that you can drag to adjust the arc of the curve. A control point "
"is connected to a data point by a control line. Moving a control point pulls "
"the curve towards it, and changes the shape of a curve."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3150210.39.help.text
msgid "A Bézier curve has three types of data points:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3154766.25.help.text
msgid ""
"A symmetrical data point has the same line curvature on either side, and two "
"control lines that move together as a straight line."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3149874.26.help.text
msgid ""
"A smooth data point has different line curvatures on either side, and two "
"control lines that move together as a straight line."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3150435.27.help.text
msgid ""
"A corner data point has one or two control lines and joins different line "
"segments."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3155262.5.help.text
msgid ""
"Open the \\<emph\\>Curves\\</emph\\> toolbar, and select the "
"\\<emph\\>Curve\\</emph\\> tool \\<image id=\\\"img_id3145829\\\" "
"src=\\\"res/commandimagelist/sc_linetoolbox.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145829\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3155928.6.help.text
msgid ""
"Click where you want the curve to start, and drag a short distance in the "
"direction you want the curve to go. To create a straight line segment, hold "
"down \\<item type=\\\"keycode\\\"\\>Shift\\</item\\> while you drag."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3148390.41.help.text
msgid "Release the mouse."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3154865.22.help.text
msgid ""
"Move the pointer to where you want the curve segment to end and do one of "
"the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3153919.23.help.text
msgid "Click to draw the curve segment using the current arc."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3149451.43.help.text
msgid ""
"Drag in any direction to define an arc for the curve, and then click to set "
"it."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3154641.24.help.text
msgid ""
"If you want to close the shape and continue drawing the curve, hold down "
"\\<item type=\\\"keycode\\\"\\>Alt\\</item\\> and click. You can then move "
"your pointer to where you want the curve to continue and draw a line."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3150261.45.help.text
msgid ""
"If you want, you can continue to add line segments by clicking and dragging."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3151172.9.help.text
msgid ""
"Double-click to finish drawing the line. To create a closed shape, double-"
"click the starting point of the line. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_draw.xhp#par_id3150706.30.help.text
msgid ""
"To connect the endpoints of a line, or two different lines, choose "
"\\<emph\\>View - Toolbars - Options\\</emph\\>, and then click the "
"\\<emph\\>Snap to Object Points\\</emph\\> icon \\<image "
"id=\\\"img_id3147506\\\" src=\\\"res/commandimagelist/sc_snappoints.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3147506\\\"\\>Icon\\</alt\\>\\</image\\> on the\\<emph\\> "
"Options Bar\\</emph\\>. Select a line tool, and drag a line from one "
"endpoint to the other. The line snaps to each endpoint. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#tit.help.text
msgid "Editing Curves"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#bm_id3150441.help.text
msgid ""
"\\<bookmark_value\\>curves; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing; "
"curves\\</bookmark_value\\>\\<bookmark_value\\>points; "
"editing\\</bookmark_val"
"ue\\>\\<bookmark_value\\>splitting;curves\\</bookmark_v"
"alue\\>\\<bookmark_valu"
"e\\>closing;shapes\\</bookmark_value\\>\\<bookmark_valu"
"e\\>deleting;points\\</"
"bookmark_value\\>\\<bookmark_value\\>converting;points\"
"\</bookmark_value\\>\\<bookmark_value\\>adding;points\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3150441.10.help.text
msgid ""
"\\<variable id=\\\"line_edit\\\"\\>\\<link "
"href=\\\"text/simpress/guide/line_edit.xhp\\\" name=\\\"Editing "
"Curves\\\"\\>Editing Curves\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150342.11.help.text
msgid ""
"A curved line segment consists of two data points (endpoints) and two "
"control points (handles). A control line connects a control point to a data "
"point. You can change the shape of a curve by converting a data point to a "
"different type, or by dragging the control points to a different location."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3145252.16.help.text
msgid ""
"You can also modify the properties of the line by selecting the line and "
"choosing \\<emph\\>Format - Line\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3153711.help.text
msgid ""
"\\<image id=\\\"img_id3149018\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectbeziermode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149018\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3155959.54.help.text
msgid ""
"To view the data points and control points of a curved line, select the "
"line, and then click the \\<emph\\>Points\\</emph\\> icon on the Drawing "
"bar. The data points are represented by squares and the control points by "
"circles. A control point might overlay a data point."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3145587.55.help.text
msgid "To adjust a curved line segment:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3151241.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3151241.51.help"
".text\n"
"Select a curved line, and then click the \\<emph\\>Points \\</emph\\>icon on "
"the \\<emph\\>Drawing\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150213.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150213.56.help"
".text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3153810.12.help.text
msgid ""
"Drag a data point to resize the line. If a control point overlies the data "
"point, drag the control point until you can see the data point, and then "
"drag the data point."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3149872.13.help.text
msgid ""
"Drag a control point. The curve pulls in the direction that you drag the "
"control point."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3150431.57.help.text
msgid "To split a curved line:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150395.58.help.text
msgid "You can only split a curved line that has three or more data points."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3151392.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3151392.59.help"
".text\n"
"Select a curved line, and then click the \\<emph\\>Points \\</emph\\>icon on "
"the \\<emph\\>Drawing\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3149941.60.help.text
msgid ""
"Select a data point, and then click the \\<emph\\>Split Curve "
"\\</emph\\>icon on the \\<emph\\>Edit Points\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3150655.61.help.text
msgid "To create a closed shape:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150743.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150743.62.help"
".text\n"
"Select a curved line, and then click the \\<emph\\>Points \\</emph\\>icon on "
"the \\<emph\\>Drawing\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3153080.63.help.text
msgid ""
"On the \\<emph\\>Edit Points\\</emph\\> Bar, click the\\<emph\\> Close "
"Bézier\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3145162.15.help.text
msgid "To convert a data point on a curved line:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150336.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150336.64.help"
".text\n"
"Select a curved line, and then click the \\<emph\\>Points \\</emph\\>icon on "
"the \\<emph\\>Drawing\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3155925.14.help.text
msgid ""
"Click the data point you want to convert, and do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3145241.65.help.text
msgid ""
"To convert the data point to a smooth point, click the \\<emph\\>Smooth "
"Transition\\</emph\\> icon on the \\<emph\\>Edit Points\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3145299.66.help.text
msgid ""
"To convert the data point to a symmetrical point, click the "
"\\<emph\\>Symmetric Transition\\</emph\\> icon on the \\<emph\\>Edit "
"Points\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3145348.67.help.text
msgid ""
"To convert the data point to a corner point, click the \\<emph\\>Corner "
"Point\\</emph\\> icon on the \\<emph\\>Edit Points\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3150471.68.help.text
msgid "To add a data point:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3155373.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3155373.69.help"
".text\n"
"Select a curved line, and then click the \\<emph\\>Points \\</emph\\>icon on "
"the \\<emph\\>Drawing\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3156256.70.help.text
msgid ""
"On the \\<emph\\>Edit Points\\</emph\\> Bar, click the\\<emph\\> Insert "
"Points\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3083280.71.help.text
msgid ""
"Click the line where you want to add the point, and drag a short distance."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3154643.72.help.text
msgid ""
"If a data point does not have a control point, select the data point, and "
"then click the \\<emph\\>Convert to Curve\\</emph\\> icon on the "
"\\<emph\\>Edit Points\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#hd_id3151186.73.help.text
msgid "To delete a data point:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3153624.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3153624.74.help"
".text\n"
"Select a curved line, and then click the \\<emph\\>Points \\</emph\\>icon on "
"the \\<emph\\>Drawing\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3150261.75.help.text
msgid "Click the point you want to delete."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3143230.76.help.text
msgid ""
"On the \\<emph\\>Edit Points\\</emph\\> Bar, click the\\<emph\\> Delete "
"Points\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/simpress/guide/line_edit.xhp#par_id3151174.52.help.text
msgid ""
"\\<link href=\\\"text/shared/main0227.xhp\\\" name=\\\"Edit Points "
"bar\\\"\\>Edit Points bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#tit.help.text
msgid "Instructions for Using $[officename] Impress"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#bm_id3156386.help.text
msgid ""
"\\<bookmark_value\\>$[officename] Impress "
"instructions\\</bookmark_value\\>\\<bookmark_value\\>instructions; "
"$[officename] Impress\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#hd_id3156386.1.help.text
msgid ""
"\\<variable id=\\\"main\\\"\\>\\<link "
"href=\\\"text/simpress/guide/main.xhp\\\" name=\\\"Instructions for Using "
"$[officename] Impress\\\"\\>Instructions for Using $[officename] "
"Impress\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#hd_id3150207.2.help.text
msgid "Viewing and Printing a Presentation"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#hd_id3153812.3.help.text
msgid "Animated Objects and 3D Objects"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#hd_id3149350.5.help.text
msgid "Importing and Exporting"
msgstr ""

#: helpcontent2/source/text/simpress/guide/main.xhp#hd_id3154560.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/main.xhp#hd_id3154560.6.help.text\n"
"Miscellaneous"
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#tit.help.text
msgid "Applying a Slide Design to a Slide Master "
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#bm_id3152596.help.text
msgid ""
"\\<bookmark_value\\>slide "
"designs\\</bookmark_value\\>\\<bookmark_value\\>slide masters; "
"designing\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; "
"slides\\</bookmark_value\\>\\<bookmark_value\\>master pages, see slide "
"masters\\</bookmark_value\\>\\<bookmark_value\\>slides; "
"backgrounds\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#hd_id3152596.13.help.text
msgid ""
"\\<variable id=\\\"masterpage\\\"\\>\\<link "
"href=\\\"text/simpress/guide/masterpage.xhp\\\" name=\\\"Applying a Slide "
"Design to a Master Slide\\\"\\>Applying a Slide Design to a Slide "
"Master\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3154017.14.help.text
msgid ""
"Every slide in a presentation has exactly one slide master, also known as "
"master page. A slide master determines the text formatting style for the "
"title and outline and the background design for all slides that use this "
"slide master."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#hd_id3149018.25.help.text
msgid "To apply a new slide master"
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3154702.19.help.text
msgid "Select \\<emph\\>Format - Slide Design\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3148485.20.help.text
msgid "Click \\<emph\\>Load\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3145384.21.help.text
msgid ""
"Under \\<emph\\>Categories\\</emph\\>, select a slide design category."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3153915.26.help.text
msgid ""
"Under \\<emph\\>Templates\\</emph\\>, select a template with the design that "
"you want to apply. To preview the template, click \\<emph\\>More\\</emph\\>, "
"and then select the \\<emph\\>Preview \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3154652.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3154652.27.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3145115.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3145115.28.hel"
"p.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3150436.18.help.text
msgid ""
"To apply the slide design to all of the slides in your presentation, select "
"the \\<emph\\>Exchange background page\\</emph\\> check box, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3151387.29.help.text
msgid ""
"To apply the slide design to the current slide only, clear the "
"\\<emph\\>Exchange background page\\</emph\\> check box, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3149941.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/masterpage.xhp#par_id3149941.24.hel"
"p.text\n"
"\\<link href=\\\"text/simpress/01/05100000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/move_object.xhp#tit.help.text
msgid "Moving Objects"
msgstr ""

#: helpcontent2/source/text/simpress/guide/move_object.xhp#bm_id3146121.help.text
msgid ""
"\\<bookmark_value\\>objects;moving in "
"slides\\</bookmark_value\\>\\<bookmark_value\\>moving;objects in "
"slides\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/move_object.xhp#hd_id3146121.5.help.text
msgid ""
"\\<variable id=\\\"move_object\\\"\\>\\<link "
"href=\\\"text/simpress/guide/move_object.xhp\\\" name=\\\"Moving "
"Objects\\\"\\>Moving Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/move_object.xhp#par_id3149667.6.help.text
msgid ""
"You can move selected objects in your slide by dragging them, using the "
"arrow keys, or by copying the objects and pasting them in another location."
msgstr ""

#: helpcontent2/source/text/simpress/guide/move_object.xhp#par_id3145799.7.help.text
msgid ""
"The arrow keys let you move objects more precisely than with the mouse."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#tit.help.text
msgid "Creating a Flowchart"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#bm_id3150439.help.text
msgid ""
"\\<bookmark_value\\>connectors; "
"using\\</bookmark_value\\>\\<bookmark_value\\>glue points; "
"using\\</bookmark_v"
"alue\\>\\<bookmark_value\\>flowcharts\\</bookmark_value\\>\"
"\<bookmark_value\\>orgcharts\\</bookmark_value\\>\\<bookmark_value\\>hot "
"spots in flowcharts\\</bookmark_value\\>\\<bookmark_value\\>interactions; "
"hot spots\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#hd_id3150439.3.help.text
msgid ""
"\\<variable id=\\\"orgchart\\\"\\>\\<link "
"href=\\\"text/simpress/guide/orgchart.xhp\\\" name=\\\"Creating a "
"Flowchart\\\"\\>Creating a Flowchart\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#hd_id3159153.39.help.text
msgid "To create a flowchart:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3152482.40.help.text
msgid ""
"Select a tool from the \\<emph\\>Flowchart\\</emph\\> toolbar on the "
"\\<emph\\>Drawing\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3150715.41.help.text
msgid "Drag a shape in your slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3154486.42.help.text
msgid "To add more shapes, repeat the last steps."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3146967.43.help.text
msgid ""
"Open the \\<emph\\>Connectors \\</emph\\>toolbar on the "
"\\<emph\\>Drawing\\</emph\\> bar, and select a connector line."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3149945.44.help.text
msgid ""
"Move the pointer over the edge of a shape so that the connection sites "
"appear."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3146871.45.help.text
msgid ""
"Click a connection site, drag to a connection site on another shape, and "
"then release."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3145824.46.help.text
msgid "To add more connectors, repeat the last steps."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3153036.47.help.text
msgid "You now have the basic outline for your flowchart."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#hd_id3155255.48.help.text
msgid "To add text to the shapes on your flowchart"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3150865.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3150865.49.help."
"text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3145592.50.help.text
msgid "Double-click the shape, and type or paste your text."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3154504.51.help.text
msgid ""
"Click the \\<emph\\>Text\\</emph\\> icon on the \\<emph\\>Drawing\\</emph\\> "
"bar, and drag a text object over the shape. Type or paste your text into the "
"text object."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#hd_id3153730.52.help.text
msgid "To add a color fill to a shape:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3155930.53.help.text
msgid "Select the shape, and choose \\<emph\\>Format - Area\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3145348.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3145348.54.help."
"text\n"
"Select \\<emph\\>Color\\</emph\\>, and then click a color in the list."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#hd_id3150934.56.help.text
msgid "To add some hot spots that call other slides:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3145300.57.help.text
msgid ""
"Assign \\<link href=\\\"text/simpress/01/06070000.xhp\\\" "
"name=\\\"interactions\\\"\\>interactions\\</link\\> to some objects on your "
"slide. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_idN10898.help.text
msgid ""
"Select the object, then choose \\<emph\\>Slide Show - Interaction\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_idN108A0.help.text
msgid ""
"Select an interaction in the dialog. For example, select to go to the next "
"slide when the user clicks the object."
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3153922.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3153922.32.help."
"text\n"
"\\<link href=\\\"text/simpress/02/10100000.xhp\\\" "
"name=\\\"Connectors\\\"\\>Connectors\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3156257.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/orgchart.xhp#par_id3156257.33.help."
"text\n"
"\\<link href=\\\"text/simpress/02/10030200.xhp\\\" name=\\\"Glue "
"points\\\"\\>Glue points\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#tit.help.text
msgid "Copying Slides From Other Presentations"
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#bm_id3146971.help.text
msgid ""
"\\<bookmark_value\\>copying; "
"slides\\</bookmark_value\\>\\<bookmark_value\\>slides; copying between "
"documents\\</bookmark_value\\>\\<bookmark_value\\>pages; "
"copying\\</bookmark_value\\>\\<bookmark_value\\>inserting; slides from "
"files\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#hd_id3146971.1.help.text
msgid ""
"\\<variable id=\\\"page_copy\\\"\\>\\<link "
"href=\\\"text/simpress/guide/page_copy.xhp\\\" name=\\\"Copying Slides From "
"Other Presentations\\\"\\>Copying Slides From Other "
"Presentations\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3149378.7.help.text
msgid ""
"You can insert slides from another presentation into the current "
"presentation. You can also copy and paste slides between presentations."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#hd_id3153418.8.help.text
msgid "To insert a slide from another presentation:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3149018.3.help.text
msgid "Open a presentation, and choose \\<emph\\>View - Normal\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3154702.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3154702.9.help."
"text\n"
"Choose \\<emph\\>Insert - File\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3159238.10.help.text
msgid ""
"Locate the presentation file containing the slide that you want to insert, "
"and click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3148837.4.help.text
msgid ""
"Click the plus sign next to the icon for the presentation file, and then "
"select the slide(s) that you want to insert."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3148869.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3148869.11.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#hd_id3154651.12.help.text
msgid "To copy and paste slides between presentations:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3153812.13.help.text
msgid "Open the presentations that you want to copy and paste between."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3153073.14.help.text
msgid ""
"In the presentation containing the slide(s) that you want to copy, "
"choose\\<emph\\> View - Slide Sorter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3147401.5.help.text
msgid ""
"Select the slide(s), and then choose\\<emph\\> Edit - Copy\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3147298.15.help.text
msgid ""
"Change to the presentation where you want to paste the slide(s), and then "
"choose \\<emph\\>View - Normal\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3156401.16.help.text
msgid ""
"Select the slide that you want the copied slide to follow, and then choose "
"\\<emph\\>Edit - Paste\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/page_copy.xhp#par_id3150655.6.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/04110000.xhp\\\" name=\\\"Insert - "
"File\\\"\\>Insert - File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#tit.help.text
msgid "Loading Color, Gradient, and Hatching Lists"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#bm_id3154510.help.text
msgid ""
"\\<bookmark_value\\>colors;loading "
"lists\\</bookmark_value\\>\\<bookmark_value\\>gradients;loading "
"lists\\</bookmark_value\\>\\<bookmark_value\\>hatching;loading "
"lists\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#hd_id3154510.48.help.text
msgid ""
"\\<variable id=\\\"palette_files\\\"\\>\\<link "
"href=\\\"text/simpress/guide/palette_files.xhp\\\" name=\\\"Loading Color, "
"Gradient, and Hatching Lists\\\"\\>Loading Color, Gradient, and Hatching "
"Lists\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3156385.73.help.text
msgid ""
"You can use lists to organize colors, gradients, or hatching patterns. "
"$[officename] provides several lists that you can load and use in your "
"document. If you want, you can add or delete elements from a list, or even "
"create custom lists. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#hd_id3155961.74.help.text
msgid "To load a color list:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3154656.47.help.text
msgid ""
"Choose \\<emph\\>Format - Area\\</emph\\>, and then click the "
"\\<emph\\>Colors\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3152896.75.help.text
msgid "Click the \\<emph\\>Load Color List\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3151239.76.help.text
msgid ""
"Locate the color list that you want to load, and then click "
"\\<emph\\>Open\\</emph\\>. A color list file has the format [filename].soc."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3154762.77.help.text
msgid ""
"To save a color list, click the \\<emph\\>Save Color List\\</emph\\> button, "
"enter a filename, and then click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#bm_id3149871.help.text
msgid "\\<bookmark_value\\>colors; default colors\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3149871.71.help.text
msgid ""
"The CMYK list is optimized for print colors, whereas the colors in the Web "
"and the HTML lists are optimized for displays using a resolution of 256 "
"colors."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#hd_id3150435.78.help.text
msgid "To load a gradient list:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3150393.79.help.text
msgid ""
"Choose \\<emph\\>Format - Area\\</emph\\>, and then click the "
"\\<emph\\>Gradients\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3146322.80.help.text
msgid "Click the \\<emph\\>Load Gradients List\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3149946.81.help.text
msgid ""
"Locate the gradient list that you want to load, and then click "
"\\<emph\\>Open\\</emph\\>. A gradient list file has the format "
"[filename].sog."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3150740.82.help.text
msgid ""
"To save a gradients list, click the \\<emph\\>Save Gradients List\\</emph\\> "
"button, enter a filename, and then click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#hd_id3153036.83.help.text
msgid "To load a hatching list:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3155255.84.help.text
msgid ""
"Choose \\<emph\\>Format - Area\\</emph\\>, and then click the "
"\\<emph\\>Hatching\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3153004.85.help.text
msgid "Click the \\<emph\\>Load Hatches List\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3154505.86.help.text
msgid ""
"Locate the hatches list that you want to load, and then click "
"\\<emph\\>Open\\</emph\\>. A hatches list file has the format [filename].soh."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3149881.87.help.text
msgid ""
"To save a hatches list, click the \\<emph\\>Save Hatches List\\</emph\\> "
"button, enter a filename, and then click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/palette_files.xhp#par_id3155437.72.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210000.xhp\\\" name=\\\"Format - "
"Area\\\"\\>Format - Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#tit.help.text
msgid "Printing a Slide to Fit a Paper Size"
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#bm_id3155067.help.text
msgid ""
"\\<bookmark_value\\>fitting to pages; individual "
"slides\\</bookmark_value\\>\\<bookmark_value\\>pages; fitting to printed "
"pages\\</bookmark_value\\>\\<bookmark_value\\>printing; fitting to "
"paper\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#hd_id3155067.1.help.text
msgid ""
"\\<variable id=\\\"print_tofit\\\"\\>\\<link "
"href=\\\"text/simpress/guide/print_tofit.xhp\\\" name=\\\"Printing a Slide "
"to Fit a Paper Size\\\"\\>Printing a Slide to Fit a Paper "
"Size\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#par_id3154704.3.help.text
msgid ""
"You can reduce the size of a slide when you print, so that the slide can fit "
"on a printed page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#par_id3154658.4.help.text
msgid "Open the document that you want to print."
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#par_id3145384.5.help.text
msgid ""
"In \\<emph\\>Normal View\\</emph\\>, choose \\<emph\\>Format - "
"Page\\</emph\\>, and then click the \\<emph\\>Page\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#par_id3148871.6.help.text
msgid ""
"In \\<emph\\>Layout settings \\</emph\\>area, select the \\<emph\\>Fit "
"object to paper format\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#par_id3153811.7.help.text
msgid ""
"In the \\<emph\\>Paper format\\</emph\\> area, select a "
"\\<emph\\>Format\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/print_tofit.xhp#par_id3150431.8.help.text
msgid ""
"Click \\<emph\\>OK\\</emph\\>. The slide is resized to fit the printed page, "
"while maintaining the relative positions of the objects on the slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#tit.help.text
msgid "Printing Presentations"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#bm_id3153726.help.text
msgid ""
"\\<bookmark_value\\>printing; "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>slides; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>notes; printing in "
"presentations\\</bookmark_value\\>\\<bookmark_value\\>handouts; printing a "
"presentation\\</bookmark_value\\>\\<bookmark_value\\>outlines; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>presentations; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>tiled printing of "
"slides\\</bookmark_value\\>\\<bookmark_value\\>changing;layout for "
"handouts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#hd_id3153726.1.help.text
msgid ""
"\\<variable id=\\\"printing\\\"\\>\\<link "
"href=\\\"text/simpress/guide/printing.xhp\\\" name=\\\"Printing "
"Presentations\\\"\\>Printing Presentations\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#hd_id3154486.2.help.text
msgid "Default printer settings"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3156385.3.help.text
msgid ""
"To set the default printing options for $[officename] Impress, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Impress - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#hd_id3153914.5.help.text
msgid "Setting printer options for the current presentation"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3154651.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/printing.xhp#par_id3154651.6.help.t"
"ext\n"
"Choose \\<emph\\>File - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3149870.7.help.text
msgid ""
"Click \\<emph\\>Options\\</emph\\>, and then select the printer options."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3150431.8.help.text
msgid ""
"These settings override the default printer options in \\<emph\\>Tools - "
"Options - %PRODUCTNAME Impress - Print\\</emph\\> for the current print job "
"only."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN10814.help.text
msgid "Printing slides as a handout"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN10818.help.text
msgid "You can print several slides on a single page of paper."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN1081E.help.text
msgid "Choose \\<emph\\>View - Handout Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN10826.help.text
msgid "Click \\<emph\\>Print File Directly\\</emph\\> in the Standard Bar."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN1082D.help.text
msgid "Changing the layout for handouts"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN10834.help.text
msgid ""
"On the Handout page, choose \\<emph\\>Format - Modify layout\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN1083C.help.text
msgid ""
"Select one of the layouts from the \\<emph\\>Modify Slide\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_idN10843.help.text
msgid ""
"Depending on the layout, you can print up to six slides per paper page."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#hd_id3151389.11.help.text
msgid "Printing a range of slides"
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3146318.12.help.text
msgid "Choose \\<emph\\>View - Slide Sorter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3166465.13.help.text
msgid ""
"Hold down Shift, and click the range of slides that you want to print."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3157875.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/printing.xhp#par_id3157875.14.help."
"text\n"
"Choose \\<emph\\>File - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3150746.16.help.text
msgid ""
"In the \\<emph\\>Print range \\</emph\\>area, click "
"\\<emph\\>Pages\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/printing.xhp#par_id3154561.17.help.text
msgid ""
"When the numbers of the selected slides appear in the "
"\\<emph\\>Pages\\</emph\\> box, click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#tit.help.text
msgid "Rehearse Timings of Slide Changes"
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#bm_id3145253.help.text
msgid ""
"\\<bookmark_value\\>presentations;rehearse "
"timings\\</bookmark_value\\>\\<bookmark_value\\>rehearse "
"timings\\</bookmark_value\\>\\<bookmark_value\\>timings; rehearse "
"timings\\</bookmark_value\\>\\<bookmark_value\\>automatic slide "
"changes;rehearse timings\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#hd_id3145253.17.help.text
msgid ""
"\\<variable id=\\\"rehearse_timings\\\"\\>\\<link "
"href=\\\"text/simpress/guide/rehearse_timings.xhp\\\" name=\\\"Rehearse "
"Timings of Slide Changes\\\"\\>Rehearse Timings of Slide "
"Changes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3155446.1.help.text
msgid ""
"$[officename] assists you in defining the right rehearse timings for "
"automatic slide changes. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3153963.16.help.text
msgid ""
"Prepare the slides, start the show using a special icon, tell your imaginary "
"audience what you want to tell for the first slide, then advance to the next "
"slide and so on. $[officename] records the display time for each slide, so "
"the next time you play the show with automatic slide changes, the timing "
"will be as recorded."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#hd_id3146317.2.help.text
msgid "To record a show with rehearse timings:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3149874.4.help.text
msgid ""
"Open a presentation, and switch to \\<emph\\>Slide Sorter\\</emph\\> View."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3150651.6.help.text
msgid ""
"Start the show with the \\<emph\\>Rehearse Timings\\</emph\\> icon \\<image "
"id=\\\"img_id3156396\\\" src=\\\"res/commandimagelist/sc_timefield.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156396\\\"\\>Icon\\</alt\\>\\</image\\> in the Slide View bar. "
"You see the first slide and a timer in the bottom corner."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3145590.8.help.text
msgid ""
"When it's time to advance to the next slide, click the timer. Continue for "
"all slides in your presentation."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3150333.10.help.text
msgid ""
"$[officename] has recorded the display time for each slide. You may edit the "
"timings in the Slide View bar. Save your presentation."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3145248.12.help.text
msgid ""
"If you want the whole presentation to auto-repeat, open the menu "
"\\<emph\\>Slide Show - Slide Show Settings\\</emph\\>. Click "
"\\<emph\\>Auto\\</emph\\> and \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3150935.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/rehearse_timings.xhp#par_id3150935."
"13.help.text\n"
"\\<link href=\\\"text/simpress/01/06080000.xhp\\\" name=\\\"Slide Show "
"Settings\\\"\\>Slide Show Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/select_object.xhp#tit.help.text
msgid "Selecting Underlying Objects"
msgstr ""

#: helpcontent2/source/text/simpress/guide/select_object.xhp#bm_id3154492.help.text
msgid ""
"\\<bookmark_value\\>objects; "
"selecting\\</bookmark_value\\>\\<bookmark_value\\>selecting; hidden "
"objects\\</bookmark_value\\>\\<bookmark_value\\>covered "
"objects\\</bookmark_value\\>\\<bookmark_value\\>underlying "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/select_object.xhp#hd_id3154492.7.help.text
msgid ""
"\\<variable id=\\\"select_object\\\"\\>\\<link "
"href=\\\"text/simpress/guide/select_object.xhp\\\" name=\\\"Selecting "
"Underlying Objects\\\"\\>Selecting Underlying "
"Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/select_object.xhp#par_id3146313.8.help.text
msgid ""
"To select an object that is covered by another object, hold down "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> and click the object."
msgstr ""

#: helpcontent2/source/text/simpress/guide/select_object.xhp#par_id3159238.9.help.text
msgid ""
"To select an object that is covered by several objects, hold down "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> and click through the objects until you reach "
"the underlying object. To cycle through the objects in reverse order, hold "
"down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Shift when you click."
msgstr ""

#: helpcontent2/source/text/simpress/guide/select_object.xhp#par_id3150213.10.help.text
msgid ""
"To select an object that is covered by another object using the keyboard, "
"press Tab to cycle through the objects on the slide. To cycle through the "
"objects in reverse order, press Shift+Tab."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#tit.help.text
msgid "Including Spreadsheets in Slides"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#bm_id3154022.help.text
msgid ""
"\\<bookmark_value\\>spreadsheets;in "
"presentations\\</bookmark_value\\>\\<bookm"
"ark_value\\>presentations;inserting "
"spreadsheets\\</bookmark_value\\>\\<bookmark_value\\>including "
"spreadsheets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#hd_id3154022.1.help.text
msgid ""
"\\<variable id=\\\"table_insert\\\"\\>\\<link "
"href=\\\"text/simpress/guide/table_insert.xhp\\\" name=\\\"Including "
"Spreadsheets in Slides\\\"\\>Including Spreadsheets in "
"Slides\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#hd_id3151075.2.help.text
msgid "Inserting a new $[officename] Calc spreadsheet"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3150715.7.help.text
msgid ""
"You can add a blank $[officename] Calc spreadsheet to a slide as an OLE "
"object."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3150749.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3150749.3.he"
"lp.text\n"
"Go to the slide where you want to insert the spreadsheet."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3153711.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3153711.17.h"
"elp.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3146313.18.help.text
msgid ""
"Choose \\<emph\\>Insert - Spreadsheet\\</emph\\>. Click in the spreadsheet "
"to enter your data. "
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3145587.5.help.text
msgid ""
"Choose \\<emph\\>Format - Modify Layout, \\</emph\\>select the AutoLayout "
"called \\<emph\\>Title, Spreadsheet\\</emph\\>, and then click "
"\\<emph\\>OK\\</emph\\>. Double-click the placeholder for the spreadsheet, "
"and then click in the spreadsheet to enter your data."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3148870.9.help.text
msgid ""
"To resize the spreadsheet without resizing the cells, double-click the "
"spreadsheet, and then drag a corner handle. To resize the cells of the "
"spreadsheet, click the spreadsheet, and then drag a corner handle."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#hd_id3150215.11.help.text
msgid "Inserting a $[officename] Calc spreadsheet from a file"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3154765.19.help.text
msgid ""
"When you insert an existing spreadsheet into your slide, changes that are "
"made to the original spreadsheet file are not updated on your slide. You "
"can, however, make changes to the spreadsheet in your slide."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3145112.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3145112.12.h"
"elp.text\n"
"Go to the slide where you want to insert the spreadsheet."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3153075.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3153075.13.h"
"elp.text\n"
"Choose \\<emph\\>Insert - Object - OLE Object\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3150391.14.help.text
msgid ""
"Select \\<emph\\>Create from file\\</emph\\>, and the click "
"\\<emph\\>Search\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3150537.20.help.text
msgid ""
"Locate the file you want to insert, and then click\\<emph\\> OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3155256.21.help.text
msgid ""
"The entire spreadsheet is inserted into your slide. If you want to change "
"the sheet that is displayed, double-click the spreadsheet, and then select a "
"different sheet."
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3154505.15.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/05130000.xhp\\\" name=\\\"Format - Modify "
"Layout\\\"\\>Format - Modify Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/table_insert.xhp#par_id3150335.16.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04150100.xhp\\\" name=\\\"Insert - Object - "
"OLE Object\\\"\\>Insert - Object - OLE Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#tit.help.text
msgid "Converting Text Characters into Drawing Objects"
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#bm_id3150717.help.text
msgid ""
"\\<bookmark_value\\>text; converting to "
"curves\\</bookmark_value\\>\\<bookmark_value\\>characters; converting to "
"curves\\</bookmark_value\\>\\<bookmark_value\\>sign conversion to "
"curves\\</bookmark_value\\>\\<bookmark_value\\>converting; text to "
"curves\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#hd_id3150717.3.help.text
msgid ""
"\\<variable id=\\\"text2curve\\\"\\>\\<link "
"href=\\\"text/simpress/guide/text2curve.xhp\\\" name=\\\"Converting Text "
"Characters into Drawing Objects\\\"\\>Converting Text Characters into "
"Drawing Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#par_id3155960.21.help.text
msgid ""
"You can convert text characters into curves that you can edit and resize as "
"you would any drawing object. Once you convert text into a drawing object, "
"you can no longer edit the content of the text."
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#hd_id3153965.22.help.text
msgid "To convert text into a drawing object:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#par_id3146963.4.help.text
msgid ""
"Select the text that you want to convert, and do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#par_id3149053.5.help.text
msgid ""
"In $[officename] Draw, choose \\<emph\\>Modify - Convert - To "
"Curve\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#par_id3150395.23.help.text
msgid ""
"In $[officename] Impress, right-click the border of the text object, and "
"then choose \\<emph\\>Convert - To Curve\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#par_id3150746.6.help.text
msgid ""
"If your text contains more than one character, the converted text becomes a "
"grouped object. Double-click the group to edit individual objects. Press Esc "
"when finished."
msgstr ""

#: helpcontent2/source/text/simpress/guide/text2curve.xhp#par_id3150336.7.help.text
msgid ""
"Now, click the \\<emph\\>Points\\</emph\\> icon on the "
"\\<emph\\>Drawing\\</emph\\> bar. Click the object. You can see all the "
"Bézier points of the object. On the \\<emph\\>Edit Points\\</emph\\> bar, "
"you can find various icons for editing, inserting and deleting points."
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#tit.help.text
msgid "Converting Bitmap Images into Vector Graphics"
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#bm_id3153415.help.text
msgid ""
"\\<bookmark_value\\>vectorizing "
"bitmaps\\</bookmark_value\\>\\<bookmark_value\\>converting; bitmaps to "
"polygons\\</bookmark_value\\>\\<bookmark_value\\>bitmaps; converting to "
"vector graphics\\</bookmark_value\\>\\<bookmark_value\\>vector "
"graphics;converting bitmaps\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#hd_id3153415.26.help.text
msgid ""
"\\<variable id=\\\"vectorize\\\"\\>\\<link "
"href=\\\"text/simpress/guide/vectorize.xhp\\\" name=\\\"Converting Bitmap "
"Images into Vector Graphics\\\"\\>Converting Bitmap Images into Vector "
"Graphics\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3155633.27.help.text
msgid ""
"A vector graphic can be resized without losing the quality of the graphic. "
"In $[officename] Draw and Impress, you can convert a bitmap image into a "
"vector graphic."
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3151241.28.help.text
msgid "Select the bitmap image that you want to convert."
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3153812.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3153812.29.help"
".text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3145118.37.help.text
msgid ""
"In $[officename] Draw, choose \\<emph\\>Modify - Convert - To "
"Polygon\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3151387.38.help.text
msgid ""
"In $[officename] Impress, right-click the object, and then choose "
"\\<emph\\>Convert - To Polygon\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3149349.30.help.text
msgid ""
"Set the conversion options for the image, and then click "
"\\<emph\\>OK\\</emph\\>. See \\<link "
"href=\\\"text/simpress/01/13050200.xhp\\\" name=\\\"Convert to "
"Polygon\\\"\\>\\<emph\\>Convert to Polygon\\</emph\\>\\</link\\> for a "
"description of the conversion options."
msgstr ""

#: helpcontent2/source/text/simpress/guide/vectorize.xhp#par_id3147371.help.text
msgid ""
"\\<link href=\\\"text/simpress/01/13050200.xhp\\\" name=\\\"Convert to "
"Polygon\\\"\\>Convert to Polygon\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0000.xhp#tit.help.text\n"
"Welcome to the $[officename] Math Help"
msgstr ""

#: helpcontent2/source/text/smath/main0000.xhp#hd_id3148868.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0000.xhp#hd_id3148868.1.help.text\n"
"Welcome to the $[officename] Math Help"
msgstr ""

#: helpcontent2/source/text/smath/main0000.xhp#hd_id3153915.5.help.text
msgid "How to Work With $[officename] Math"
msgstr ""

#: helpcontent2/source/text/smath/main0000.xhp#par_id3143229.6.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0000.xhp#par_id3143229.6.help.text\n"
"\\<link href=\\\"text/smath/01/03091500.xhp\\\" name=\\\"Formula Reference "
"Tables\\\"\\>Formula Reference Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0000.xhp#hd_id3153808.8.help.text
msgid "$[officename] Math Menus, Toolbars, and Keys"
msgstr ""

#: helpcontent2/source/text/smath/main0000.xhp#hd_id3156396.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0000.xhp#hd_id3156396.7.help.text\n"
"Help about the Help"
msgstr ""

#: helpcontent2/source/text/smath/main0100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0100.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/smath/main0100.xhp#hd_id3149021.1.help.text
msgid ""
"\\<variable id=\\\"main0100\\\"\\>\\<link "
"href=\\\"text/smath/main0100.xhp\\\" "
"name=\\\"Menus\\\"\\>Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0100.xhp#par_id3154702.2.help.text
msgid ""
"The menu bar contains all the commands for working with $[officename] Math. "
"It contains a list of all the available operators as well as the commands "
"for editing, viewing, arranging, formatting and printing formula documents "
"and the objects contained in them. Most of the menu commands are only "
"available when you are creating or editing a formula."
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#tit.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3149018.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0101.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#par_id3155959.2.help.text
msgid ""
"This menu contains the general commands for working with formula documents, "
"such as open, save and print."
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3148489.3.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3148489.3.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3149501.10.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3149501.10.help.text\n"
"\\<link href=\\\"text/shared/autopi/01000000.xhp\\\" "
"name=\\\"AutoPilot\\\"\\>Wizards\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#par_id3148840.11.help.text
msgid ""
"Use a Wizard to create interactive documents, such as professional letters "
"and faxes, into which you can insert your saved formulas."
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3153251.4.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3153251.4.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3149871.12.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3149871.12.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3146325.6.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3146325.6.help.text\n"
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" "
"name=\\\"Properties\\\"\\>Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3155621.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3155621.7.help.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0101.xhp#hd_id3145826.8.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0101.xhp#hd_id3145826.8.help.text\n"
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Setup\\\"\\>Printer Setup\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0102.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/smath/main0102.xhp#hd_id3156385.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0102.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0102.xhp#par_id3145790.2.help.text
msgid ""
"The commands in this menu are used to edit formulas. In addition to basic "
"commands, (for example, copying contents) there are functions specific to "
"$[officename] Math such as searching for placeholders or errors."
msgstr ""

#: helpcontent2/source/text/smath/main0103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0103.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/smath/main0103.xhp#hd_id3155064.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0103.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0103.xhp#par_id3147338.2.help.text
msgid ""
"Sets the display scale and defines which elements you want to be visible. "
"Most of the commands that you can enter into the "
"\\<emph\\>Commands\\</emph\\> window can also be accessed through a mouse "
"click if you have already opened the Selection window with \\<link "
"href=\\\"text/smath/01/03090000.xhp\\\" name=\\\"View - "
"Selection\\\"\\>\\<emph\\>View - Selection\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/smath/main0103.xhp#hd_id3150205.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0103.xhp#hd_id3150205.5.help.text\n"
"\\<link href=\\\"text/shared/01/03010000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0105.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#hd_id3149121.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0105.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#par_id3149018.2.help.text
msgid "This menu contains commands needed to format formulas."
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#hd_id3156385.3.help.text
msgid ""
"\\<link href=\\\"text/smath/01/05010000.xhp\\\" "
"name=\\\"Fonts\\\"\\>Fonts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#hd_id3154656.4.help.text
msgid ""
"\\<link href=\\\"text/smath/01/05020000.xhp\\\" name=\\\"Font "
"Size\\\"\\>Font Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#hd_id3154484.5.help.text
msgid ""
"\\<link href=\\\"text/smath/01/05030000.xhp\\\" "
"name=\\\"Spacing\\\"\\>Spacing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0105.xhp#hd_id3151242.6.help.text
msgid ""
"\\<link href=\\\"text/smath/01/05040000.xhp\\\" "
"name=\\\"Alignment\\\"\\>Alignment\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0106.xhp#tit.help.text\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/smath/main0106.xhp#hd_id3149019.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0106.xhp\\\" "
"name=\\\"Tools\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0106.xhp#par_id3155959.2.help.text
msgid ""
"Use this menu to open and edit the symbol catalog, or import an external "
"formula as a data file. The program interface can be adjusted to meet your "
"requirements. You can also change the program options."
msgstr ""

#: helpcontent2/source/text/smath/main0106.xhp#hd_id3150206.4.help.text
msgid ""
"\\<link href=\\\"text/smath/01/06020000.xhp\\\" name=\\\"Import "
"Formula\\\"\\>Import Formula\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0106.xhp#hd_id3145385.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0106.xhp#hd_id3145385.5.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Configure\\\"\\>Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0107.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0107.xhp#tit.help.text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/smath/main0107.xhp#hd_id3155066.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0107.xhp\\\" "
"name=\\\"Window\\\"\\>Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0107.xhp#par_id3147339.2.help.text
msgid ""
"In the Window menu, you can open a new window and see the document list."
msgstr ""

#: helpcontent2/source/text/smath/main0200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0200.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/smath/main0200.xhp#hd_id3149121.1.help.text
msgid ""
"\\<variable id=\\\"main0200\\\"\\>\\<link "
"href=\\\"text/smath/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0200.xhp#par_id3147338.2.help.text
msgid ""
"The default toolbars available when working with an activated formula "
"document in $[officename] Math are described here. You can customize the "
"toolbars to meet your requirements by moving, deleting or adding new icons. "
"Please note that when you modify the \\<link "
"href=\\\"text/shared/01/06140401.xhp\\\" "
"name=\\\"toolbars\\\"\\>toolbars\\</link\\>, the configuration no longer "
"corresponds to the description here."
msgstr ""

#: helpcontent2/source/text/smath/main0202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0202.xhp#tit.help.text\n"
"Status Bar"
msgstr ""

#: helpcontent2/source/text/smath/main0202.xhp#hd_id3150749.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0202.xhp\\\" name=\\\"Status "
"Bar\\\"\\>Status Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0202.xhp#par_id3083278.2.help.text
msgid "The status bar displays information about the active document."
msgstr ""

#: helpcontent2/source/text/smath/main0203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/main0203.xhp#tit.help.text\n"
"Tools Bar"
msgstr ""

#: helpcontent2/source/text/smath/main0203.xhp#hd_id3149123.1.help.text
msgid ""
"\\<link href=\\\"text/smath/main0203.xhp\\\" name=\\\"Tools Bar\\\"\\>Tools "
"Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0203.xhp#par_id3147338.2.help.text
msgid "The Tools bar contains frequently used functions."
msgstr ""

#: helpcontent2/source/text/smath/main0203.xhp#hd_id3151242.3.help.text
msgid ""
"\\<link href=\\\"text/smath/02/03010000.xhp\\\" name=\\\"Formula "
"Cursor\\\"\\>Formula Cursor\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#tit.help.text
msgid "$[officename] Math Features"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#hd_id3155064.1.help.text
msgid ""
"\\<variable id=\\\"main0503\\\"\\>\\<link "
"href=\\\"text/smath/main0503.xhp\\\" name=\\\"$[officename] Math "
"Features\\\"\\>$[officename] Math Features\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3156386.2.help.text
msgid ""
"This section contains an overview of some of the important functions and "
"capabilities that $[officename] Math offers."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3148486.3.help.text
msgid ""
"$[officename] Math provides numerous operators, functions and formatting "
"assistants to help you create formulas. These are all listed in a selection "
"window, in which you can click the required element with the mouse to insert "
"the object into your work. There is an exhaustive \\<link "
"href=\\\"text/smath/01/03091500.xhp\\\" "
"name=\\\"reference\\\"\\>reference\\</link\\> list and numerous \\<link "
"href=\\\"text/smath/01/03090900.xhp\\\" "
"name=\\\"samples\\\"\\>samples\\</link\\> contained in the Help."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#hd_id3150207.10.help.text
msgid "Creating a Formula"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3145386.12.help.text
msgid ""
"As with charts and images, formulas are created as objects within a "
"document. Inserting a formula into a document automatically starts "
"$[officename] Math. You can create, edit and format the formula using a "
"large selection of predefined symbols and functions."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#hd_id3153916.15.help.text
msgid "Typing a Formula Directly"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3150213.13.help.text
msgid ""
"If you are familiar with the $[officename] Math language, you can also type "
"a formula directly into the document. For example, type this formula into a "
"text document: \"a sup 2 + b sup 2 = c sup 2\". Select this text and choose "
"\\<emph\\>Insert - Object - Formula\\</emph\\>. The text will be converted "
"into a formatted formula."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3146325.14.help.text
msgid ""
"Formulas cannot be calculated in $[officename] Math because it is a formula "
"editor (for writing and showing formulas) and not a calculation program. Use "
"spreadsheets to calculate formulas, or for simple calculations use the text "
"document calculation function."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#hd_id3145829.16.help.text
msgid "Creating a Formula in the Commands Window"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3153001.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_COMMAND_WIN_EDIT\\\"\\>Use the $[officename] Math "
"Commands window to enter and edit formulas. As you make entries in the "
"Commands window, you see the results in the document.\\</ahelp\\> To "
"maintain an overview when creating long and complicated formulas, use the "
"Formula Cursor on the Tools bar. When this function is activated, the cursor "
"location within the Commands window is also shown in the text window."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#hd_id3150014.17.help.text
msgid "Individual Symbols"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3145246.6.help.text
msgid ""
"You can create your own symbols and import characters from other fonts. You "
"can add new symbols to the basic catalog of $[officename] Math symbols, or "
"create your own special catalogs. Numerous special characters are also "
"available."
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#hd_id3148392.18.help.text
msgid "Formulas in Context"
msgstr ""

#: helpcontent2/source/text/smath/main0503.xhp#par_id3148774.8.help.text
msgid ""
"To make working with formulas easier, use the context menus, which can be "
"called up with a right mouse click. This applies especially to the Commands "
"window. This context menu contains all the commands that are found in the "
"Selection window, and also operators, and so on, which can be inserted into "
"your formula by mouse-click without having to key them into the Commands "
"window."
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/00/00000004.xhp#tit.help.text\n"
"To access this function..."
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#hd_id3152598.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/00/00000004.xhp#hd_id3152598.1.help.text\n"
"\\<variable id=\\\"wie\\\"\\>To access this function... \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153415.9.help.text
msgid "Choose \\<emph\\>Edit - Next Marker\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3146971.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3146971.85.help.text\n"
"F4 key"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149021.10.help.text
msgid "Choose \\<emph\\>Edit - Previous Marker\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153966.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3153966.86.help.text\n"
"Shift+F4"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154020.11.help.text
msgid "Choose \\<emph\\>Edit - Next Error\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150205.87.help.text
msgid "F3 key"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149499.12.help.text
msgid "Choose \\<emph\\>Edit - Previous Error\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3148870.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3148870.88.help.text\n"
"Shift+F3"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149127.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3149127.32.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154653.help.text
msgid ""
"\\<image id=\\\"img_id3154765\\\" "
"src=\\\"res/commandimagelist/sc_zoom100percent.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3154765\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147298.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3147298.16.help.text\n"
"Zoom 100%"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147407.18.help.text
msgid "Choose \\<emph\\>View - Zoom In\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3156398.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3156398.33.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150743.help.text
msgid ""
"\\<image id=\\\"img_id3163822\\\" "
"src=\\\"res/commandimagelist/sc_helpzoomin.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3163822\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154504.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3154504.20.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147366.21.help.text
msgid "Choose \\<emph\\>View - Zoom Out\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149878.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3149878.34.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150934.help.text
msgid ""
"\\<image id=\\\"img_id3148387\\\" "
"src=\\\"res/commandimagelist/sc_zoomminus.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148387\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154871.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3154871.23.help.text\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153922.24.help.text
msgid "Choose \\<emph\\>View - Show All\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147169.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3147169.35.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3151265.help.text
msgid ""
"\\<image id=\\\"img_id3151272\\\" "
"src=\\\"res/commandimagelist/sc_zoom.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3151272\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154646.26.help.text
msgid "Show All"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150257.27.help.text
msgid "Choose \\<emph\\>View - Update\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153619.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3153619.89.help.text\n"
"F9 key"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149289.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3149289.36.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147260.help.text
msgid ""
"\\<image id=\\\"img_id3151168\\\" "
"src=\\\"res/commandimagelist/sc_refresh.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3151168\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3145417.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3145417.29.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154262.83.help.text
msgid ""
"\\<variable id=\\\"neuzeichnen\\\"\\>Choose \\<emph\\>View - AutoUpdate "
"Display\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154273.69.help.text
msgid ""
"\\<variable id=\\\"astopa\\\"\\>Choose \\<emph\\>View - "
"Selection\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3152942.70.help.text
msgid ""
"Open context menu in Commands window - choose \\<emph\\>Unary/Binary "
"Operators\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154106.71.help.text
msgid ""
"Choose \\<emph\\>View - Selection -\\</emph\\> symbol in the Selection "
"window:"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153535.help.text
msgid ""
"\\<image id=\\\"img_id3151310\\\" src=\\\"starmath/res/im21101.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151310\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153774.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3153774.72.help.text\n"
"Unary/Binary Operators"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150360.73.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Relations\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154473.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3154473.74.help.text\n"
"Choose \\<emph\\>View - Selection \\</emph\\>- in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147531.help.text
msgid ""
"\\<image id=\\\"img_id3151103\\\" src=\\\"starmath/res/bi21309.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151103\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150833.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3150833.75.help.text\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149687.37.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Operators\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149342.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3149342.76.help.text\n"
"Choose \\<emph\\>View - Selection \\</emph\\>- in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3146921.help.text
msgid ""
"\\<image id=\\\"img_id3146927\\\" src=\\\"starmath/res/im21105.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3146927\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3148990.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3148990.39.help.text\n"
"Operators"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149297.40.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Functions\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3143275.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3143275.77.help.text\n"
"Choose \\<emph\\>View - Selection\\</emph\\> - in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149103.help.text
msgid ""
"\\<image id=\\\"img_id3154825\\\" src=\\\"starmath/res/im21104.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3154825\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149796.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3149796.42.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147092.43.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Brackets\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147220.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3147220.78.help.text\n"
"Choose \\<emph\\>View - Selection\\</emph\\> - in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147584.help.text
msgid ""
"\\<image id=\\\"img_id3148733\\\" src=\\\"starmath/res/im21107.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148733\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147330.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3147330.45.help.text\n"
"Brackets"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153510.46.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Attributes\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147126.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3147126.79.help.text\n"
"Choose \\<emph\\>View - Selection \\</emph\\>- in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154376.help.text
msgid ""
"\\<image id=\\\"img_id3154390\\\" src=\\\"starmath/res/at21706.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154390\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153361.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3153361.48.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154114.49.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Formats\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150581.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3150581.80.help.text\n"
"Choose \\<emph\\>View - Selection\\</emph\\> - in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3151029.help.text
msgid ""
"\\<image id=\\\"img_id3151036\\\" src=\\\"starmath/res/im21108.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151036\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3155119.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3155119.51.help.text\n"
"Formats"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149008.52.help.text
msgid ""
"Open the context menu in the Commands window - choose \\<emph\\>Set "
"Operations\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147313.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3147313.81.help.text\n"
"Choose \\<emph\\>View - Selection\\</emph\\> - in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3151377.help.text
msgid ""
"\\<image id=\\\"img_id3151384\\\" src=\\\"starmath/res/op21401.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151384\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150686.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3150686.54.help.text\n"
"Set Operations"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150109.55.help.text
msgid ""
"\\<variable id=\\\"fmtsfa\\\"\\>Choose \\<emph\\>Format - "
"Fonts\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3155860.56.help.text
msgid ""
"\\<variable id=\\\"fmtssa\\\"\\>Choose \\<emph\\>Format - Fonts - "
"Modify\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147419.57.help.text
msgid ""
"\\<variable id=\\\"fmtsgr\\\"\\>Choose \\<emph\\>Format - Font "
"Size\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147482.58.help.text
msgid ""
"\\<variable id=\\\"fmtabs\\\"\\>Choose \\<emph\\>Format - "
"Spacing\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3147628.59.help.text
msgid ""
"\\<variable id=\\\"fmtarg\\\"\\>Choose \\<emph\\>Format - "
"Alignment\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149553.93.help.text
msgid ""
"\\<variable id=\\\"textmodus\\\"\\>Choose \\<emph\\>Format - Text "
"Mode\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3145131.60.help.text
msgid "Choose \\<emph\\>Tools - Catalog\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3145268.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3145268.82.help.text\n"
"On the Tools bar, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153258.help.text
msgid ""
"\\<image id=\\\"img_id3153264\\\" "
"src=\\\"res/commandimagelist/sc_autosum.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153264\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3148448.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3148448.62.help.text\n"
"Symbols"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3145318.63.help.text
msgid ""
"\\<variable id=\\\"etssba\\\"\\>Choose \\<emph\\>Tools - Catalog - "
"Edit\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153802.64.help.text
msgid ""
"\\<variable id=\\\"etsfim\\\"\\>Choose \\<emph\\>Tools - Import "
"Formula\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154594.65.help.text
msgid ""
"\\<variable id=\\\"etsaps\\\"\\>Choose \\<emph\\>Tools - "
"Customize\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153291.90.help.text
msgid ""
"Open the context menu in the Commands window - choose "
"\\<emph\\>Others\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3153968.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3153968.91.help.text\n"
"Choose \\<emph\\>View - Selection\\</emph\\> - in the Selection window, click"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3154715.help.text
msgid ""
"\\<image id=\\\"img_id3154722\\\" src=\\\"starmath/res/im21117.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154722\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3150459.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3150459.92.help.text\n"
"Others"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3145626.help.text
msgid ""
"\\<image id=\\\"img_id3145632\\\" "
"src=\\\"res/commandimagelist/sc_autosum.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145632\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/00/00000004.xhp#par_id3149768.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/00/00000004.xhp#par_id3149768.95.help.text\n"
"Formula Cursor"
msgstr ""

#: helpcontent2/source/text/smath/01/02080000.xhp#tit.help.text
msgid "Next Marker"
msgstr ""

#: helpcontent2/source/text/smath/01/02080000.xhp#bm_id3154702.help.text
msgid ""
"\\<bookmark_value\\>markers; "
"next\\</bookmark_value\\>\\<bookmark_value\\>placeholders; position of "
"next\\</bookmark_value\\>\\<bookmark_value\\>markers; "
"definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02080000.xhp#hd_id3154702.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/02080000.xhp\\\" name=\\\"Next "
"Marker\\\"\\>Next Marker\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02080000.xhp#par_id3150208.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_NEXTMARK\\\"\\>Moves the cursor to the next marker (to "
"the right).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02080000.xhp#par_id3149051.3.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/02080000.xhp#par_id3149051.3.help.text\n"
"\"Markers\" are placeholders. They take the form of <?> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/02090000.xhp#tit.help.text
msgid "Previous Marker"
msgstr ""

#: helpcontent2/source/text/smath/01/02090000.xhp#bm_id3153770.help.text
msgid ""
"\\<bookmark_value\\>markers; "
"previous\\</bookmark_value\\>\\<bookmark_value\\>placeholders; previous "
"marker\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02090000.xhp#hd_id3153770.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/02090000.xhp\\\" name=\\\"Previous "
"Marker\\\"\\>Previous Marker\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02090000.xhp#par_id3145252.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_PREVMARK\\\" visibility=\\\"visible\\\"\\>Moves the "
"cursor to the previous marker (to the left).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02090000.xhp#par_id3148488.3.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/02090000.xhp#par_id3148488.3.help.text\n"
"\"Markers\" are placeholders. They take the form of <?> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/02100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/02100000.xhp#tit.help.text\n"
"Next Error"
msgstr ""

#: helpcontent2/source/text/smath/01/02100000.xhp#bm_id3150299.help.text
msgid ""
"\\<bookmark_value\\>error search; next "
"error\\</bookmark_value\\>\\<bookmark_value\\>finding ;errors in "
"%PRODUCTNAME Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02100000.xhp#hd_id3150299.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/02100000.xhp\\\" name=\\\"Next "
"Error\\\"\\>Next Error\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02100000.xhp#par_id3145387.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_NEXTERR\\\"\\>Moves the cursor to the next error "
"(moving right).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/02110000.xhp#tit.help.text\n"
"Previous Error"
msgstr ""

#: helpcontent2/source/text/smath/01/02110000.xhp#bm_id3147434.help.text
msgid "\\<bookmark_value\\>error search; previous error\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02110000.xhp#hd_id3147434.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/02110000.xhp\\\" name=\\\"Previous "
"Error\\\"\\>Previous Error\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/02110000.xhp#par_id3145799.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_PREVERR\\\" visibility=\\\"visible\\\"\\>Moves the "
"cursor to the previous error (moving left).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03040000.xhp#tit.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/smath/01/03040000.xhp#bm_id3153770.help.text
msgid ""
"\\<bookmark_value\\>zooming in on formula "
"display\\</bookmark_value\\>\\<bookmark_value\\>formulas; increasing size of "
"display\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03040000.xhp#hd_id3153770.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03040000.xhp\\\" name=\\\"Zoom In\\\"\\>Zoom "
"In\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03040000.xhp#par_id3154490.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_ZOOMIN\\\"\\>Increases the display scale of the formula "
"by 25%.\\</ahelp\\> The zoom scale is displayed on the status bar. You can "
"also change the scale in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the status bar. The workspace context "
"menu contains zoom options as well."
msgstr ""

#: helpcontent2/source/text/smath/01/03050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03050000.xhp#tit.help.text\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/smath/01/03050000.xhp#bm_id3147338.help.text
msgid ""
"\\<bookmark_value\\>views; zooming out $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>formula display "
"sizes\\</bookmark_value\\>\\<bookmark_value\\>formulas; zooming "
"out\\</bookmark_value\\>\\<bookmark_value\\>zooming out on formula "
"display\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03050000.xhp#hd_id3147338.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03050000.xhp\\\" name=\\\"Zoom Out\\\"\\>Zoom "
"Out\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03050000.xhp#par_id3150249.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_ZOOMOUT\\\"\\>Decreases the display scale of formulas "
"by 25%.\\</ahelp\\> The zoom scale is displayed on the status bar. You can "
"also change the scale in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the status bar. The workspace context "
"menu also has zoom options."
msgstr ""

#: helpcontent2/source/text/smath/01/03060000.xhp#tit.help.text
msgid "Display All"
msgstr ""

#: helpcontent2/source/text/smath/01/03060000.xhp#bm_id3147340.help.text
msgid ""
"\\<bookmark_value\\>views; maximum "
"size\\</bookmark_value\\>\\<bookmark_value\\>maximum formula "
"size\\</bookmark_value\\>\\<bookmark_value\\>formulas; maximum "
"size\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03060000.xhp#hd_id3147340.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03060000.xhp\\\" name=\\\"Display "
"All\\\"\\>Display All\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03060000.xhp#par_id3148571.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_ADJUST\\\"\\>Displays the entire formula in the maximum "
"size possible so that all elements are included. The formula is reduced or "
"enlarged so that all formula elements can be displayed in the work area. "
"\\<emph\\>Show All\\</emph\\> is equivalent to the \\<emph\\>Entire "
"Formula\\</emph\\> icon on the toolbar.\\</ahelp\\> The current scale is "
"displayed on the status bar. A selection of available scale options is "
"accessible through the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\>. The context menu in the work area also "
"contains the scale options."
msgstr ""

#: helpcontent2/source/text/smath/01/03070000.xhp#tit.help.text
msgid "Refreshing"
msgstr ""

#: helpcontent2/source/text/smath/01/03070000.xhp#bm_id3153768.help.text
msgid ""
"\\<bookmark_value\\>refreshing formula "
"view\\</bookmark_value\\>\\<bookmark_value\\>formula view; "
"refreshing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03070000.xhp#hd_id3153768.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03070000.xhp\\\" "
"name=\\\"Refreshing\\\"\\>Refreshing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03070000.xhp#par_id3153729.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_DRAW\\\"\\>This command refreshes the formula in the "
"document window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03070000.xhp#par_id3145253.3.help.text
msgid ""
"Changes in the \\<emph\\>Commands\\</emph\\> window are automatically "
"refreshed if \\<emph\\>Refresh View Automatically\\</emph\\> is activated."
msgstr ""

#: helpcontent2/source/text/smath/01/03080000.xhp#tit.help.text
msgid "AutoRefresh Display"
msgstr ""

#: helpcontent2/source/text/smath/01/03080000.xhp#bm_id3154702.help.text
msgid ""
"\\<bookmark_value\\>changes; accepting automatically\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03080000.xhp#hd_id3154702.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03080000.xhp\\\" name=\\\"AutoRefresh "
"Display\\\"\\>AutoRefresh Display\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03080000.xhp#par_id3154656.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_AUTO_REDRAW\\\"\\>Choose this command to automatically "
"refresh a modified formula. If you do not select this option, the formula "
"will only be refreshed after you choose \\<emph\\>View - Refresh\\</emph\\> "
"and press F9.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090000.xhp#tit.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#bm_id3155963.help.text
msgid ""
"\\<bookmark_value\\>selections; "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>formulas; "
"selections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#hd_id3155963.1.help.text
msgid ""
"\\<variable id=\\\"func_win\\\"\\>\\<link "
"href=\\\"text/smath/01/03090000.xhp\\\" "
"name=\\\"Selection\\\"\\>Selection\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#par_id3149500.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_TOOLBOX\\\" visibility=\\\"visible\\\"\\>This is a list "
"of operators, functions, symbols and format options that can be inserted "
"into the formula.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#par_id3148699.5.help.text
msgid ""
"Some \\<link href=\\\"text/smath/01/03090900.xhp\\\" "
"name=\\\"examples\\\"\\>examples\\</link\\> show you the range of "
"operations. You can find more examples in the \\<emph\\>Samples - "
"Formulas\\</emph\\> folder."
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#par_id3151244.6.help.text
msgid ""
"The selection window is divided into two parts. Clicking a symbol at the top "
"of the window displays its subordinate symbols in the lower half of the "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#par_id3153250.7.help.text
msgid ""
"You can access the same functions in submenus through the context menu of "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090000.xhp#hd_id3157873.4.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090000.xhp#hd_id3157873.4.help.text\n"
"\\<link href=\\\"text/smath/01/03091500.xhp\\\" name=\\\"Formula Reference "
"Tables\\\"\\>Formula Reference Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090100.xhp#tit.help.text\n"
"Unary/Binary Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#bm_id3150342.help.text
msgid ""
"\\<bookmark_value\\>unary "
"operators\\</bookmark_value\\>\\<bookmark_value\\>binary "
"operators\\</bookmark_value\\>\\<bookmark_value\\>operators; unary and "
"binary\\</bookmark_value\\>\\<bookmark_value\\>plus "
"signs\\</bookmark_value\\>\\<bookmark_value\\>plus/minus "
"signs\\</bookmark_value\\>\\<bookmark_value\\>minus/plus "
"signs\\</bookmark_value\\>\\<bookmark_value\\>multiplication "
"signs\\</bookmark_value\\>\\<bookmark_value\\>NOT "
"operator\\</bookmark_value\\>\\<bookmark_value\\>AND "
"operator\\</bookmark_value\\>\\<bookmark_value\\>logical "
"operators\\</bookmark_value\\>\\<bookmark_value\\>Boolean "
"operators\\</bookmark_value\\>\\<bookmark_value\\>OR "
"operator\\</bookmark_value\\>\\<bookmark_value\\>concatenating math "
"symbols\\</bookmark_value\\>\\<bookmark_value\\>addition "
"signs\\</bookmark_value\\>\\<bookmark_value\\>subtraction "
"signs\\</bookmark_value\\>\\<bookmark_value\\>minus "
"signs\\</bookmark_value\\>\\<bookmark_value\\>slash division "
"sign\\</bookmark_value\\>\\<bookmark_value\\>backslash division "
"sign\\</bookmark_value\\>\\<bookmark_value\\>indexes; adding to "
"formulas\\</bo"
"okmark_value\\>\\<bookmark_value\\>powers\\</bookmark_value\\>\\"
"<bookmark_value\\>division "
"signs\\</bookmark_value\\>\\<bookmark_value\\>user-defined operators;unary "
"and binary\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#hd_id3150342.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090100.xhp\\\" name=\\\"Unary/Binary "
"Operators\\\"\\>Unary/Binary Operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3151241.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_UNBINOPS_CAT\\\"\\>You can choose various unary and "
"binary operators to build your $[officename] Math formula. Unary refers to "
"operators that affect one placeholder. Binary refers to operators that "
"connect two placeholders. The lower area of the Selection window displays "
"the individual operators.\\</ahelp\\> The \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the \\<emph\\>Commands\\</emph\\> "
"window also contains a list of these operators, as well as additional "
"operators. If you need an operator that is not contained in the Selection "
"window, use the context menu or type it directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3146963.3.help.text
msgid ""
"The following is a complete list of the unary and binary operators. The "
"symbol next to the operator indicates that it can be accessed through the "
"Selection window (choose \\<emph\\>View - Selection\\</emph\\>) or through "
"the context menu of the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#hd_id3147405.4.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090100.xhp#hd_id3147405.4.help.text\n"
"Unary and Binary Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10085.help.text
msgid ""
"\\<image id=\\\"img_id3156399\\\" src=\\\"starmath/res/un21202.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156399\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154555.5.help.text
msgid "Plus"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153003.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_PLUSX\\\"\\>Inserts a \\<emph\\>plus\\</emph\\> "
"with one placeholder.\\</ahelp\\> You can also type \\<emph\\>+ "
"<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN100C1.help.text
msgid ""
"\\<image id=\\\"img_id3148776\\\" src=\\\"starmath/res/un21202.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148776\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3155991.7.help.text
msgid "Minus"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153717.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_MINUSX\\\"\\>Inserts a \\<emph\\>minus\\</emph\\> "
"with one placeholder.\\</ahelp\\> You can also type \\<emph\\>-"
"<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN100FD.help.text
msgid ""
"\\<image id=\\\"img_id3150757\\\" src=\\\"starmath/res/un21203.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150757\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153150.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090100.xhp#par_id3153150.46.help.text\n"
"Plus/Minus"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3150260.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_PLUSMINUSX\\\"\\>Inserts a "
"\\<emph\\>plus/minus\\</emph\\> with one placeholder.\\</ahelp\\> You can "
"also type \\<emph\\>+-<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10139.help.text
msgid ""
"\\<image id=\\\"img_id3145410\\\" src=\\\"starmath/res/un21204.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145410\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153582.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090100.xhp#par_id3153582.48.help.text\n"
"Minus/Plus"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154281.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_MINUSPLUSX\\\"\\>Inserts a "
"\\<emph\\>minus/plus\\</emph\\> with one placeholder.\\</ahelp\\> You can "
"also type \\<emph\\>-+<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10175.help.text
msgid ""
"\\<image id=\\\"img_id3151098\\\" src=\\\"starmath/res/un21205.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151098\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153669.49.help.text
msgid "Addition (plus)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3150351.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XPLUSY\\\"\\>Inserts a \\<emph\\>plus\\</emph\\> "
"with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?>+<?>\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN101B0.help.text
msgid ""
"\\<image id=\\\"img_id3155898\\\" src=\\\"starmath/res/un21206.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155898\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3149343.29.help.text
msgid "Multiplication (dot)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154196.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XCDOTY\\\"\\>Inserts a dot operator with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?>cdot<?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN101E9.help.text
msgid ""
"\\<image id=\\\"img_id3149308\\\" src=\\\"starmath/res/un21207.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149308\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3151257.19.help.text
msgid "Multiplication (x)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3149821.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XTIMESY\\\"\\>Inserts an 'x' "
"\\<emph\\>multiplication\\</emph\\> with two placeholders.\\</ahelp\\> You "
"can also type \\<emph\\><?>times<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10226.help.text
msgid ""
"\\<image id=\\\"img_id3148982\\\" src=\\\"starmath/res/un21208.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148982\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3159486.11.help.text
msgid "Multiplication (*)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3149040.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSYMTIMESY\\\"\\>Inserts an asterisk multiplication "
"sign with two placeholders. \\</ahelp\\> You can also type "
"\\<emph\\><?>*<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN1025F.help.text
msgid ""
"\\<image id=\\\"img_id3155140\\\" src=\\\"starmath/res/un21209.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155140\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147124.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147124.9.help.text\n"
"Subtraction"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147136.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XMINUSY\\\"\\>Inserts a subtraction sign with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?>-<?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10298.help.text
msgid ""
"\\<image id=\\\"img_id3149168\\\" src=\\\"starmath/res/un21210.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149168\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154926.17.help.text
msgid "Division (Fraction)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3155125.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XOVERY\\\"\\>Inserts a fraction with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?>over<?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN102D1.help.text
msgid ""
"\\<image id=\\\"img_id3148765\\\" src=\\\"starmath/res/un21211.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148765\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3151377.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090100.xhp#par_id3151377.13.help.text\n"
"Division"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3149536.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XDIVY\\\"\\>Inserts a division sign with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?>div<?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN1030A.help.text
msgid ""
"\\<image id=\\\"img_id3147418\\\" src=\\\"starmath/res/un21212.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147418\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147487.15.help.text
msgid "Division (Slash)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147500.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSYMDIVIDEY\\\"\\>Inserts a slash '/' with two "
"placeholders. \\</ahelp\\> You can also type \\<emph\\><?>/<?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10343.help.text
msgid ""
"\\<image id=\\\"img_id3149566\\\" src=\\\"starmath/res/un21213.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3149566\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153493.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090100.xhp#par_id3153493.30.help.text\n"
"Boolean NOT"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3153505.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_NEGX\\\"\\>Inserts a \\<emph\\>Boolean "
"NOT\\</emph\\> with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>neg<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10383.help.text
msgid ""
"\\<image id=\\\"img_id3147116\\\" src=\\\"starmath/res/un21214.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147116\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3149847.21.help.text
msgid "Boolean AND"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147599.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XANDY\\\"\\>Inserts a \\<emph\\>Boolean "
"AND\\</emph\\> with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?>and<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN103C3.help.text
msgid ""
"\\<image id=\\\"img_id3148440\\\" src=\\\"starmath/res/un21215.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148440\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3151086.23.help.text
msgid "Boolean OR"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154076.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XORY\\\"\\>Inserts a \\<emph\\>Boolean "
"OR\\</emph\\> with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?>or<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_idN10403.help.text
msgid ""
"\\<image id=\\\"img_id3150173\\\" src=\\\"starmath/res/un21221.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150173\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3151129.40.help.text
msgid "Concatenate"
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3156102.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XCIRCY\\\"\\>Inserts a \\<emph\\>concatenation "
"sign\\</emph\\> with two placeholders. \\</ahelp\\> You can also type "
"\\<emph\\>circ\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3150464.27.help.text
msgid ""
"You can also insert user-defined unary operators by typing "
"\\<emph\\>uoper\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window, "
"followed by the syntax for the character. This function is useful for "
"incorporating special characters into a formula. For example, the command "
"\\<emph\\>uoper %theta x\\</emph\\> produces a small Greek letter theta (a "
"component of the \\<emph\\>$[officename] Math\\</emph\\> character set). You "
"can also insert characters not in the $[officename] character set by "
"choosing \\<emph\\>Tools - Symbols - Catalog - Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154725.31.help.text
msgid ""
" You can also insert user-defined binary commands by typing "
"\\<emph\\>boper\\</emph\\> into the \\<emph\\>Commands\\</emph\\> window. "
"For example, the command \\<emph\\>y boper %theta x\\</emph\\> produces the "
"small Greek letter theta preceded by a \\<emph\\>y\\</emph\\> and followed "
"by an \\<emph\\>x\\</emph\\>. You can also insert characters not in the "
"$[officename] character set by choosing \\<emph\\>Tools - Symbols - Catalog -"
" Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3150906.32.help.text
msgid ""
"By typing \\<emph\\><?>oplus<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window, you insert a \\<emph\\>circled plus "
"operator\\</emph\\> in your document."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3151197.33.help.text
msgid ""
"Type \\<emph\\><?>ominus<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window to insert a \\<emph\\>circled minus operator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3155082.34.help.text
msgid ""
"Type \\<emph\\><?>odot<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window to insert a \\<emph\\>circled dot operator\\</emph\\> in the formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3154331.35.help.text
msgid ""
"Type \\<emph\\><?>odivide<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window to insert a \\<emph\\>circled division operator\\</emph\\> in the "
"formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3150089.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XWIDESLASHY\\\"\\>Type \\<emph\\>a wideslash "
"b\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window to produce two "
"characters with a slash (from lower left to upper right) between "
"them.\\</ahelp\\> The characters are set such that everything to the left of "
"the slash is up, and everything to the right is down. This command is also "
"available in the context menu of the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3150024.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XWIDEBSLASHY\\\"\\>Type \\<emph\\>a widebslash "
"b\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window to produce two "
"characters with a slash (from upper left to lower right) between "
"them.\\</ahelp\\> The characters are set such that everything to the left of "
"the slash is down, and everything to the right is up. This command is also "
"available in the context menu of the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3149376.36.help.text
msgid ""
"Type \\<emph\\>sub\\</emph\\> or \\<emph\\>sup\\</emph\\> in the Commands "
"window to add indexes and powers to the characters in your formula; for "
"example, a sub 2."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3155383.41.help.text
msgid ""
"If you want to use a colon ':' as division sign, choose \\<emph\\>Tools - "
"Symbols - Catalog\\</emph\\> or click the \\<emph\\>Catalog\\</emph\\> icon "
"on the Tools bar. Click the \\<emph\\>Edit\\</emph\\> button in the dialog "
"that appears, then select the \\<emph\\>Special\\</emph\\> symbol set. Enter "
"a meaningful name next to \\<emph\\>Symbol\\</emph\\>, for example, "
"\"divide\" and then click the colon in the set of symbols. Click "
"\\<emph\\>Add\\</emph\\> and then \\<emph\\>OK\\</emph\\>. Click "
"\\<emph\\>OK\\</emph\\> to close the \\<emph\\>Symbols\\</emph\\> "
"dialog,too. Now you can use the new symbol, in this case the colon, by "
"entering its name in the Commands window, for example, \\<emph\\>a %divide b "
"= c\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090100.xhp#par_id3147398.37.help.text
msgid ""
"When entering information manually in the Commands window, please note that "
"a number of operators require spaces between the elements for the correct "
"structure. This is especially true if you are using values instead of "
"placeholders in your operators, for example, to construct a division 4 div 3 "
"or a div b."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090200.xhp#tit.help.text\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#bm_id3156316.help.text
msgid ""
"\\<bookmark_value\\>relations; in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>$[officename] Math; "
"relations\\</bookmark_value\\>\\<bookmark_value\\>equal "
"sign\\</bookmark_value"
"\\>\\<bookmark_value\\>inequation\\</bookmark_value\\>\\"
"<bookmark_value\\>unequal "
"sign\\</bookmark_value\\>\\<bookmark_value\\>identical to "
"relation\\</bookmark_value\\>\\<bookmark_value\\>congruent "
"relation\\</bookmark_value\\>\\<bookmark_value\\>right angled "
"relations\\</bookmark_value\\>\\<bookmark_value\\>orthogonal "
"relations\\</bookmark_value\\>\\<bookmark_value\\>divides "
"relation\\</bookmark_value\\>\\<bookmark_value\\>does not divide "
"relation\\</bookmark_value\\>\\<bookmark_value\\>less than "
"relations\\</bookmark_value\\>\\<bookmark_value\\>approximately equal to "
"relation\\</bookmark_value\\>\\<bookmark_value\\>parallel "
"relation\\</bookmark_value\\>\\<bookmark_value\\>less than or equal to "
"signs\\</bookmark_value\\>\\<bookmark_value\\>greater than or equal to "
"signs\\</bookmark_value\\>\\<bookmark_value\\>proportional to "
"relation\\</bookmark_value\\>\\<bookmark_value\\>similar to "
"relations\\</bookmark_value\\>\\<bookmark_value\\>toward "
"relation\\</bookmark_value\\>\\<bookmark_value\\>logic "
"symbols\\</bookmark_value\\>\\<bookmark_value\\>double arrow "
"symbols\\</bookmark_value\\>\\<bookmark_value\\>much greater than "
"relation\\</bookmark_value\\>\\<bookmark_value\\>considerably greater than "
"relation\\</bookmark_value\\>\\<bookmark_value\\>greater than "
"relations\\</bookmark_value\\>\\<bookmark_value\\>much less than "
"relation\\</bookmark_value\\>\\<bookmark_value\\>considerably less than "
"relation\\</bookmark_value\\>\\<bookmark_value\\>defined as "
"relation\\</bookmark_value\\>\\<bookmark_value\\>correspondence; picture "
"by\\</bookmark_value\\>\\<bookmark_value\\>picture by "
"correspondence\\</bookmark_value\\>\\<bookmark_value\\>image of "
"relation\\</bookmark_value\\>\\<bookmark_value\\>correspondence; original "
"by\\</bookmark_value\\>\\<bookmark_value\\>original by "
"correspondence\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#hd_id3156316.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090200.xhp\\\" "
"name=\\\"Relations\\\"\\>Relations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3153152.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_RELATIONS_CAT\\\"\\>You can choose among various "
"relations to structure your \\<emph\\>$[officename] Math\\</emph\\> formula. "
"The relation functions are displayed in the lower part of the Selection "
"window.\\</ahelp\\> The list is also in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the \\<emph\\>Commands\\</emph\\> "
"window. All relations that are not contained in the Selection window or in "
"the context menu can be typed manually in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147258.3.help.text
msgid ""
"The following is a complete list of the relations. The symbol next to the "
"name of the relation indicates that it can be accessed through the Selection "
"window (choose \\<emph\\>View - Selection\\</emph\\>) or through the context "
"menu of the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#hd_id3148827.4.help.text
msgid "Relations:"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10086.help.text
msgid ""
"\\<image id=\\\"img_id3153573\\\" src=\\\"starmath/res/bi21301.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3153573\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3154104.5.help.text
msgid "is equal"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3152947.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XEQY\\\"\\>Inserts an equal sign (=) with two "
"placeholders.\\</ahelp\\> You can also directly type \\<emph\\><?> = "
"<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN100BF.help.text
msgid ""
"\\<image id=\\\"img_id3147523\\\" src=\\\"starmath/res/bi21302.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3147523\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3152959.54.help.text
msgid "does not equal"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150976.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNEQY\\\"\\>The \\<emph\\>neq\\</emph\\> icon or "
"command inserts an \\<emph\\>inequality\\</emph\\> with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?> neq <?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10101.help.text
msgid ""
"\\<image id=\\\"img_id3154196\\\" src=\\\"starmath/res/bi21303.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3154196\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3151332.56.help.text
msgid "identical to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155181.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XEQUIVY\\\"\\>Inserts a character for the "
"\\<emph\\>identical to\\</emph\\> (congruent) relation with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?> equiv "
"<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10140.help.text
msgid ""
"\\<image id=\\\"img_id3154835\\\" src=\\\"starmath/res/bi21304.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3154835\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147098.58.help.text
msgid "orthogonal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3148976.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XORTHOY\\\"\\>Inserts a character for an "
"\\<emph\\>orthogonal\\</emph\\> (right angled) relation with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?> ortho "
"<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10182.help.text
msgid ""
"\\<image id=\\\"img_id3147321\\\" src=\\\"starmath/res/bi21322.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3147321\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3153523.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090200.xhp#par_id3153523.80.help.text\n"
"divides"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147079.79.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XDIVIDESY\\\"\\>Inserts the "
"\\<emph\\>divides\\</emph\\> character.\\</ahelp\\> You can also type "
"\\<emph\\><?> divides <?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN101BF.help.text
msgid ""
"\\<image id=\\\"img_id3151030\\\" src=\\\"starmath/res/bi21323.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3151030\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3149164.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090200.xhp#par_id3149164.82.help.text\n"
"does not divide"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3149177.81.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNDIVIDESY\\\"\\>This icon inserts the "
"\\<emph\\>does not divide\\</emph\\> character.\\</ahelp\\> You can also "
"type \\<emph\\><?>ndivides<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN101FC.help.text
msgid ""
"\\<image id=\\\"img_id3155133\\\" src=\\\"starmath/res/bi21305.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3155133\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3148877.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090200.xhp#par_id3148877.27.help.text\n"
"less than"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3148889.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XLTY\\\"\\>Inserts the \\<emph\\>less "
"than\\</emph\\> relation.\\</ahelp\\> You can also type "
"\\<emph\\><?>lt<?>\\</emph\\> or <?> < <?> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN1023B.help.text
msgid ""
"\\<image id=\\\"img_id3147468\\\" src=\\\"starmath/res/bi21306.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3147468\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147495.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090200.xhp#par_id3147495.25.help.text\n"
"greater than"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3146904.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XGTY\\\"\\>Inserts the \\<emph\\>greater than "
"\\</emph\\>relation.\\</ahelp\\> You can also type \\<emph\\><?> gt "
"<?>\\</emph\\> or <?> > <?> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10279.help.text
msgid ""
"\\<image id=\\\"img_id3155982\\\" src=\\\"starmath/res/bi21307.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3155982\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3149218.60.help.text
msgid "approximately equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3149231.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XAPPROXY\\\"\\>Inserts the \\<emph\\>approximately "
"equal\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also "
"type \\<emph\\><?> approx <?> \\</emph\\>in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN102B5.help.text
msgid ""
"\\<image id=\\\"img_id3155773\\\" src=\\\"starmath/res/bi21308.png\\\" "
"width=\\\"0.566cm\\\" height=\\\"0.566cm\\\"\\>\\<alt "
"id=\\\"alt_id3155773\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147598.62.help.text
msgid "parallel to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147449.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XPARALLELY\\\"\\>Inserts a \\<emph\\>parallel "
"\\</emph\\>relation with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?>parallel<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN102F3.help.text
msgid ""
"\\<image id=\\\"img_id3148442\\\" src=\\\"starmath/res/bi21309.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3148442\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3151089.64.help.text
msgid "less than or equal to (slanted)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3154078.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XLESLANTY\\\"\\>Inserts a \\<emph\\>less than or "
"equal to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also "
"type \\<emph\\><?> leslant <?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10331.help.text
msgid ""
"\\<image id=\\\"img_id3153299\\\" src=\\\"starmath/res/bi21310.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3153299\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150171.66.help.text
msgid "greater than or equal to (slanted)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3156098.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XGESLANTY\\\"\\>Inserts the \\<emph\\>greater than "
"or equal to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can "
"also type \\<emph\\><?>geslant<?> \\</emph\\>in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN1036F.help.text
msgid ""
"\\<image id=\\\"img_id3153976\\\" src=\\\"starmath/res/bi21311.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3153976\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3145336.68.help.text
msgid "similar or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155580.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSIMEQY\\\"\\>Inserts the \\<emph\\>similar or "
"equal to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also "
"type \\<emph\\><?>simeq<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN103AD.help.text
msgid ""
"\\<image id=\\\"img_id3151195\\\" src=\\\"starmath/res/bi21312.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3151195\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155076.70.help.text
msgid "proportional to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155088.69.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XPROPY\\\"\\>Inserts the \\<emph\\>proportional "
"to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?> prop <?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN103EB.help.text
msgid ""
"\\<image id=\\\"img_id3150103\\\" src=\\\"starmath/res/bi21313.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3150103\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150006.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090200.xhp#par_id3150006.31.help.text\n"
"less than or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150033.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XLEY\\\"\\>Inserts the \\<emph\\>less than or equal "
"to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?> le <?>\\</emph\\> or \\<emph\\><?> <= <?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN1042C.help.text
msgid ""
"\\<image id=\\\"img_id3151228\\\" src=\\\"starmath/res/bi21314.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3151228\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3153131.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090200.xhp#par_id3153131.29.help.text\n"
"greater than or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155379.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XGEY\\\"\\>Inserts the \\<emph\\>greater than or "
"equal to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also "
"type \\<emph\\><?> ge <?>\\</emph\\> or \\<emph\\><?> >= <?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN1046D.help.text
msgid ""
"\\<image id=\\\"img_id3151003\\\" src=\\\"starmath/res/bi21315.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3151003\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155935.72.help.text
msgid "similar to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3155947.71.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSIMY\\\"\\>This icon inserts the \\<emph\\>similar "
"to\\</emph\\> relation with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\><?>sim<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN104AB.help.text
msgid ""
"\\<image id=\\\"img_id3149631\\\" src=\\\"starmath/res/bi21316.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3149631\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150659.73.help.text
msgid "toward"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150670.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XTOWARDY\\\"\\>Inserts a "
"\\<emph\\>toward\\</emph\\> relation symbol with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\><?> toward "
"<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN104E7.help.text
msgid ""
"\\<image id=\\\"img_id3149969\\\" src=\\\"starmath/res/bi21324.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3149969\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3147279.84.help.text
msgid "double arrow pointing left"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3149599.83.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DLARROW\\\"\\>Inserts the logical relation "
"\\<emph\\>arrow with double bar pointing left\\</emph\\>.\\</ahelp\\> You "
"can also type \\<emph\\>dlarrow\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10525.help.text
msgid ""
"\\<image id=\\\"img_id3149516\\\" src=\\\"starmath/res/bi21325.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3149516\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3148707.86.help.text
msgid "double arrow pointing left and right"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3148721.85.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DLRARROW\\\"\\>Inserts the logical relation "
"\\<emph\\>arrow with double bar pointing left and right\\</emph\\> with two "
"operators.\\</ahelp\\> You can also type \\<emph\\>dlrarrow\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_idN10563.help.text
msgid ""
"\\<image id=\\\"img_id3148697\\\" src=\\\"starmath/res/bi21326.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3148697\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150853.88.help.text
msgid "double arrow pointing right"
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3150866.87.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DRARROW\\\"\\>Inserts the logical operator "
"\\<emph\\>arrow with double bar pointing right\\</emph\\> with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\>drarrow\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3153545.74.help.text
msgid ""
"To create the \\<emph\\>much greater than\\</emph\\> relation with two "
"placeholders, type \\<emph\\><?> gg <?> \\</emph\\>or "
"\\<emph\\>>>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3156000.75.help.text
msgid ""
"Type \\<emph\\>ll\\</emph\\> or \\<emph\\><<\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window to insert the \\<emph\\>much less "
"than\\</emph\\> relation into the formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3153749.76.help.text
msgid ""
"The \\<emph\\>is defined as\\</emph\\> relation with two placeholders is "
"inserted by typing \\<emph\\><?>def<?>\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3154068.77.help.text
msgid ""
"Insert the \\<emph\\>picture by\\</emph\\> correspondence character with two "
"placeholders by typing \\<emph\\><?> transl <?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3149592.78.help.text
msgid ""
"The \\<emph\\><?>transr<?>\\</emph\\> command inserts the \\<emph\\>original "
"by\\</emph\\> correspondence character with two placeholders."
msgstr ""

#: helpcontent2/source/text/smath/01/03090200.xhp#par_id3154735.52.help.text
msgid ""
"When entering information manually in the \\<emph\\>Commands\\</emph\\> "
"window, note that a number of operators require spaces for the correct "
"structure. This is especially true if you are working with values instead of "
"placeholders. For example, for the \"is considerably greater\" relation, "
"type either \\<emph\\>10 gg 1\\</emph\\> or \\<emph\\>a gg b\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090300.xhp#tit.help.text\n"
"Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#bm_id3153150.help.text
msgid ""
"\\<bookmark_value\\>operators; "
"general\\</bookmark_value\\>\\<bookmark_value\\>upper "
"limits\\</bookmark_value\\>\\<bookmark_value\\>limits; in %PRODUCTNAME "
"Math\\<"
"/bookmark_value\\>\\<bookmark_value\\>product\\</bookmark_value\\>\\<bo"
"okmark_value\\>coproduct\\</bookmark_value\\>\\<bookmark_value\\>lower "
"limits\\</bookmark_value\\>\\<bookmark_value\\>curve "
"integrals\\</bookmark_value\\>\\<bookmark_value\\>user-defined operators; "
"general\\</bookmark_value\\>\\<bookmark_value\\>integrals; "
"signs\\</bookmark_value\\>\\<bookmark_value\\>summation\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#hd_id3153150.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090300.xhp\\\" "
"name=\\\"Operators\\\"\\>Operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3149755.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_OPERATORS_CAT\\\"\\>You can choose among various "
"operators to structure your \\<emph\\>$[officename] Math\\</emph\\> formula. "
"All available operators appear in the lower part of the Selection "
"window.\\</ahelp\\> They are also listed in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the \\<emph\\>Commands\\</emph\\> "
"window. All operators not contained in the Selection window or in the "
"context menu must be typed manually in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3153576.36.help.text
msgid ""
"The following is a list of the available operators. An icon next to the "
"operator name indicates that it can be accessed through the Selection window "
"(choose \\<emph\\>View - Selection\\</emph\\>) or through the context menu "
"of the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#hd_id3147516.37.help.text
msgid "Operator Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN10088.help.text
msgid ""
"\\<image id=\\\"img_id3152944\\\" src=\\\"starmath/res/fo21601.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3152944\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3153527.11.help.text
msgid "Limit"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3153540.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LIMX\\\"\\>Inserts the \\<emph\\>limit "
"sign\\</emph\\> with one placeholder.\\</ahelp\\> You can also enter "
"\\<emph\\>lim <?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN100C4.help.text
msgid ""
"\\<image id=\\\"img_id3150970\\\" src=\\\"starmath/res/fo21602.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3150970\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3154475.38.help.text
msgid "Summation"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3147523.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SUMX\\\"\\>Inserts a \\<emph\\>summation "
"sign\\</emph\\> with one placeholder.\\</ahelp\\> You can also enter "
"\\<emph\\>sum <?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN10102.help.text
msgid ""
"\\<image id=\\\"img_id3146932\\\" src=\\\"starmath/res/fo21603.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3146932\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3155184.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090300.xhp#par_id3155184.40.help.text\n"
"Product"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3151332.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_PRODX\\\"\\>Inserts a \\<emph\\>product "
"sign\\</emph\\> with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>prod <?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN1013E.help.text
msgid ""
"\\<image id=\\\"img_id3149814\\\" src=\\\"starmath/res/fo21604.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3149814\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3148982.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090300.xhp#par_id3148982.9.help.text\n"
"Coproduct"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3147098.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_COPRODX\\\"\\>Inserts a \\<emph\\>coproduct "
"symbol\\</emph\\> with one placeholder.\\</ahelp\\> You can also enter "
"\\<emph\\>coprod <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN1017A.help.text
msgid ""
"\\<image id=\\\"img_id3152766\\\" src=\\\"starmath/res/fo21613.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3152766\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3155146.29.help.text
msgid "Upper and Lower Limit"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3153518.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FROMXTOY\\\"\\>Inserts a range statement "
"\\<emph\\>upper and lower limit\\</emph\\> for integral and summation with "
"one placeholder.\\</ahelp\\> You can also type \\<emph\\>from{<?>} to{<?>} "
"<?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> window. Limit "
"statements must be combined with the appropriate operators. The limits will "
"be centered above/below the summation character."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN101B8.help.text
msgid ""
"\\<image id=\\\"img_id3151023\\\" src=\\\"starmath/res/fo21605.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3151023\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3149175.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090300.xhp#par_id3149175.15.help.text\n"
"Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3156272.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_INTX\\\"\\>Inserts an \\<emph\\>integral\\</emph\\> "
"sign with one placeholder.\\</ahelp\\> You can also type \\<emph\\>int "
"<?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN101F4.help.text
msgid ""
"\\<image id=\\\"img_id3145772\\\" src=\\\"starmath/res/fo21606.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3145772\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3151379.17.help.text
msgid "Double Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3148879.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_IINTX\\\"\\>Inserts a \\<emph\\>double "
"integral\\</emph\\> symbol with one placeholder.\\</ahelp\\> You can also "
"type \\<emph\\>iint <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN10230.help.text
msgid ""
"\\<image id=\\\"img_id3147409\\\" src=\\\"starmath/res/fo21607.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3147409\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3147618.19.help.text
msgid "Triple Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3147489.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_IIINTX\\\"\\>Inserts \\<emph\\>a triple "
"integral\\</emph\\> sign with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>iiint <?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN1026C.help.text
msgid ""
"\\<image id=\\\"img_id3149562\\\" src=\\\"starmath/res/fo21614.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3149562\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3153508.31.help.text
msgid "Lower Limit"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3150556.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FROMX\\\"\\>Inserts a \\<emph\\>lower "
"limit\\</emph\\> range statement for integral and sum with "
"placeholders.\\</ahelp\\> You can also type \\<emph\\>from "
"{<?>}<?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN102AA.help.text
msgid ""
"\\<image id=\\\"img_id3147109\\\" src=\\\"starmath/res/fo21609.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3147109\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3149839.21.help.text
msgid "Curve Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3147592.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LINTX\\\"\\>Inserts a \\<emph\\>curve "
"integral\\</emph\\> symbol with one placeholder.\\</ahelp\\> You can also "
"type \\<emph\\>lint <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN102E6.help.text
msgid ""
"\\<image id=\\\"img_id3147055\\\" src=\\\"starmath/res/fo21610.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3147055\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3151086.23.help.text
msgid "Double Curve Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3154770.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LLINTX\\\"\\>Inserts a \\<emph\\>double curve "
"integral\\</emph\\> symbol with one placeholder.\\</ahelp\\> You can also "
"type \\<emph\\>llint <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN10322.help.text
msgid ""
"\\<image id=\\\"img_id3154578\\\" src=\\\"starmath/res/fo21611.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3154578\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3150161.25.help.text
msgid "Triple Curve Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3150175.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LLLINTX\\\"\\>Inserts a \\<emph\\>triple curve "
"integral\\</emph\\> sign with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>lllint <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_idN1035E.help.text
msgid ""
"\\<image id=\\\"img_id3149332\\\" src=\\\"starmath/res/fo21615.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3149332\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3145343.33.help.text
msgid "Upper Limit"
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3154715.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_TOX\\\"\\>Inserts the range statement "
"\\<emph\\>upper limit\\</emph\\> for integral and summation with "
"placeholders\\</ahelp\\> You can also type \\<emph\\>to <?><?>\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window. Limit statements can "
"only be used if combined with the appropriate operators."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3149233.47.help.text
msgid ""
"You can also add limits to an operator (for example, an integral) by first "
"clicking the desired operator and then clicking the "
"\\<emph\\>limit\\</emph\\> symbol. This method is faster than typing the "
"commands directly."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3155076.42.help.text
msgid ""
"Inserts the \\<emph\\>limit inferior\\</emph\\> with one placeholder. You "
"can also type \\<emph\\>liminf <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3154323.43.help.text
msgid ""
"Inserts the \\<emph\\>Limit superior\\</emph\\> with one placeholder. You "
"can also type \\<emph\\>limsup <?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3146956.45.help.text
msgid ""
"By typing \\<emph\\>oper\\</emph\\> in the Commands window, you can insert "
"\\<emph\\>user-defined operators\\</emph\\> in $[officename] Math, a feature "
"useful for incorporating special characters into a formula. An example is "
"\\<emph\\>oper %theta x\\</emph\\>. Using the \\<emph\\>oper\\</emph\\> "
"command, you can also insert characters not in the default $[officename] "
"character set. \\<emph\\>oper\\</emph\\> can also be used in connection with "
"limits; for example, \\<emph\\>oper %union from {i=1} to n x_{i}\\</emph\\>. "
"In this example, the union symbol is indicated by the name "
"\\<emph\\>union\\</emph\\>. However, this is not one of the predefined "
"symbols. To define it, choose \\<emph\\>Tools - Catalog\\</emph\\>. select "
"\\<emph\\>Special\\</emph\\> as the symbol set in the dialog that appears, "
"then click the \\<emph\\>Edit\\</emph\\> button. In the next dialog, select "
"\\<emph\\>Special\\</emph\\> as the symbol set again. Enter a meaningful "
"name in the \\<emph\\>Symbol\\</emph\\> text box, for example, \"union\" and "
"then click the union symbol in the set of symbols. Click "
"\\<emph\\>Add\\</emph\\> and then \\<emph\\>OK\\</emph\\>. Click "
"\\<emph\\>Close\\</emph\\> to close the \\<emph\\>Symbols\\</emph\\> dialog. "
"You are now finished and can type the union symbol in the Commands window, "
"by entering \\<emph\\>oper %union\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3154243.48.help.text
msgid ""
"Limits can be arranged in ways other than centered above/below the operator. "
"Use the options provided by $[officename] Math for working with superscript "
"and subscript indexes. For example, type \\<emph\\>sum_a^b c\\</emph\\> in "
"the Commands window to arrange the limits to the right of the sum symbol. If "
"your limit entries contain longer expressions, you must put them in group "
"brackets, for example, sum_{i=1}^{2*n} b. When formulas are imported from "
"older versions this is done automatically. To change the spacing (gaps) "
"between the characters choose \\<emph\\>Format - Spacing - Category - "
"\\</emph\\>\\<link href=\\\"text/smath/01/05030000.xhp\\\" "
"name=\\\"Indexes\\\"\\>\\<emph\\>Indexes\\</emph\\>\\</link\\> or "
"\\<emph\\>Format - Spacing - Category - \\</emph\\>\\<link "
"href=\\\"text/smath/01/05030000.xhp\\\" "
"name=\\\"Limits\\\"\\>\\<emph\\>Limits\\</emph\\>\\</link\\>. Additional "
"basic information about indexes is given elsewhere in the \\<link "
"href=\\\"text/smath/01/03091200.xhp\\\" name=\\\"Help\\\"\\>Help\\</link\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090300.xhp#par_id3155956.46.help.text
msgid ""
"When you type information manually in the Commands window, note that a "
"number of operators require spaces for correct structure. This is especially "
"true when your operators are supplied with values instead of placeholders, "
"for example, lim a_{n}=a."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090400.xhp#tit.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#bm_id3150932.help.text
msgid ""
"\\<bookmark_value\\>functions; in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>natural exponential "
"functions\\</bookmark_value\\>\\<bookmark_value\\>natural "
"logarithms\\</bookmark_value\\>\\<bookmark_value\\>exponential "
"functions\\</bo"
"okmark_value\\>\\<bookmark_value\\>logarithms\\</bookmark_value"
"\\>\\<bookmark_value\\>variables; with right "
"exponents\\</bookmark_value\\>\\<bookmark_value\\>exponents; variables with "
"right\\</bookmark_value\\>\\<bookmark_value\\>trigonometrical "
"functions\\</bookmark_value\\>\\<bookmark_value\\>sine "
"function\\</bookmark_value\\>\\<bookmark_value\\>cosine "
"function\\</bookmark_value\\>\\<bookmark_value\\>cotangent "
"function\\</bookmark_value\\>\\<bookmark_value\\>hyperbolic sine "
"function\\</bookmark_value\\>\\<bookmark_value\\>square "
"roots\\</bookmark_value\\>\\<bookmark_value\\>hyperbolic cosine "
"function\\</bookmark_value\\>\\<bookmark_value\\>hyperbolic tangent "
"function\\</bookmark_value\\>\\<bookmark_value\\>hyperbolic cotangent "
"function"
"\\</bookmark_value\\>\\<bookmark_value\\>roots\\</bookmark_value\\>\\<"
"bookmark_value\\>arc sine "
"function\\</bookmark_value\\>\\<bookmark_value\\>arc cosine "
"function\\</bookmark_value\\>\\<bookmark_value\\>arc cotangent "
"function\\</bookmark_value\\>\\<bookmark_value\\>absolute "
"values\\</bookmark_value\\>\\<bookmark_value\\>area hyperbolic cosine "
"function\\</bookmark_value\\>\\<bookmark_value\\>area hyperbolic tangent "
"function\\</bookmark_value\\>\\<bookmark_value\\>area hyperbolic cotangent "
"fun"
"ction\\</bookmark_value\\>\\<bookmark_value\\>factorial\\</bookmark_value\\"
">\\<bookmark_value\\>values; "
"absolute\\</bookmark_value\\>\\<bookmark_value\\>tangent "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#hd_id3150932.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090400.xhp\\\" "
"name=\\\"Functions\\\"\\>Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3155374.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FUNCTIONS_CAT\\\"\\>Choose a function in the lower "
"part of the window.\\</ahelp\\> These functions are also listed in the "
"\\<link href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" "
"name=\\\"context menu\\\"\\>context menu\\</link\\> of the "
"\\<emph\\>Commands\\</emph\\> window. Any functions not contained in the "
"Selection window need to be typed manually in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3150760.3.help.text
msgid ""
"The following is a list of all functions that appear in the "
"\\<emph\\>Selection\\</emph\\> window. The icon next to the function "
"indicates that it can be accessed through the Selection window (menu View - "
"Selection) or through the context menu of the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#hd_id3156319.4.help.text
msgid "List of functions"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10081.help.text
msgid ""
"\\<image id=\\\"img_id3153154\\\" src=\\\"starmath/res/fu21505.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153154\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149750.44.help.text
msgid "Natural Exponential Function"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147254.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_EX\\\"\\>Inserts a natural exponential "
"function.\\</ahelp\\> You can also type \\<emph\\>func e^<?>\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN100BC.help.text
msgid ""
"\\<image id=\\\"img_id3147507\\\" src=\\\"starmath/res/fu21506.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147507\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3154104.27.help.text
msgid "Natural Logarithm"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3152947.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LNX\\\"\\>Inserts a natural (base e) logarithm with "
"one placeholder.\\</ahelp\\> You can also type \\<emph\\>ln(<?>) "
"\\</emph\\>in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN100F7.help.text
msgid ""
"\\<image id=\\\"img_id3154574\\\" src=\\\"starmath/res/fu21507.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154574\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3150972.47.help.text
msgid "Exponential Function"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3151309.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_EXPX\\\"\\>Inserts an exponential function with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>exp(<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10132.help.text
msgid ""
"\\<image id=\\\"img_id3149687\\\" src=\\\"starmath/res/fu21508.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149687\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3146925.29.help.text
msgid "Logarithm"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3159190.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LOGX\\\"\\>Inserts a common (base 10) logarithm "
"with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>log(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149483.help.text
msgid ""
"\\<image id=\\\"img_id3149490\\\" src=\\\"starmath/res/fu21908.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149490\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149819.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3149819.71.help.text\n"
"Power"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3151250.70.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Inserts x raised to the yth power.\\</ahelp\\> You "
"can also type \\<emph\\><?>^{<?>}\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window. You can replace the "
"\\<emph\\>^\\</emph\\> character with \\<emph\\>rsup\\</emph\\> or "
"\\<emph\\>sup\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN101B1.help.text
msgid ""
"\\<image id=\\\"img_id3149043\\\" src=\\\"starmath/res/fu21509.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149043\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3152774.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090400.xhp#par_id3152774.5.help.text\n"
"Sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147325.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SINX\\\"\\>Inserts a sine function with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>sin(<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN101EA.help.text
msgid ""
"\\<image id=\\\"img_id3147139\\\" src=\\\"starmath/res/fu21510.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147139\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3150581.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090400.xhp#par_id3150581.7.help.text\n"
"Cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3151027.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_COSX\\\"\\>Inserts a cosine function with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>cos(<?>) \\</emph\\>in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10223.help.text
msgid ""
"\\<image id=\\\"img_id3148759\\\" src=\\\"starmath/res/fu21511.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148759\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156366.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156366.9.help.text\n"
"Tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156379.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_TANX\\\"\\>Inserts a tangent function with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>tan<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN1025C.help.text
msgid ""
"\\<image id=\\\"img_id3149536\\\" src=\\\"starmath/res/fu21512.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149536\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3155867.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3155867.11.help.text\n"
"Cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3150691.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_COTX\\\"\\>Inserts a cotangent symbol with a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>cot(<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10295.help.text
msgid ""
"\\<image id=\\\"img_id3147499\\\" src=\\\"starmath/res/fu21513.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147499\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3145119.72.help.text
msgid "Hyperbolic Sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3145132.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SINHX\\\"\\>Inserts a hyperbolic sine with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>sinh(<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN102CE.help.text
msgid ""
"\\<image id=\\\"img_id3168610\\\" src=\\\"starmath/res/fu21503.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3168610\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147734.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3147734.17.help.text\n"
"Square Root"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147746.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SQRTX\\\"\\>Inserts a square root symbol with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>sqrt(<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10309.help.text
msgid ""
"\\<image id=\\\"img_id3147608\\\" src=\\\"starmath/res/fu21514.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147608\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3148846.73.help.text
msgid "Hyperbolic Cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3148857.54.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_COSHX\\\"\\>Inserts a hyperbolic cosine symbol with "
"one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>cosh(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10342.help.text
msgid ""
"\\<image id=\\\"img_id3151087\\\" src=\\\"starmath/res/fu21515.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151087\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3154088.74.help.text
msgid "Hyperbolic Tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3153791.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_TANHX\\\"\\>Inserts a hyperbolic tangent symbol "
"with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>tanh(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN1037C.help.text
msgid ""
"\\<image id=\\\"img_id3151112\\\" src=\\\"starmath/res/fu21516.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151112\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156119.75.help.text
msgid "Hyperbolic Cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156131.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_COTHX\\\"\\>Inserts a hyperbolic cotangent symbol "
"with one placeholder.\\</ahelp\\> You can directly type "
"\\<emph\\>coth(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN103B5.help.text
msgid ""
"\\<image id=\\\"img_id3154714\\\" src=\\\"starmath/res/fu21504.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154714\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149320.19.help.text
msgid "nth Root"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3155578.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_NROOTXY\\\"\\>Inserts an nth root function with two "
"placeholders.\\</ahelp\\> You can also type \\<emph\\>nroot n x\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN103EE.help.text
msgid ""
"\\<image id=\\\"img_id3145633\\\" src=\\\"starmath/res/fu21517.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145633\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3155083.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3155083.21.help.text\n"
"Arc Sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149236.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARCSINX\\\"\\>Inserts an arc sine function with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>arcsin(<?>)\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10427.help.text
msgid ""
"\\<image id=\\\"img_id3146951\\\" src=\\\"starmath/res/fu21518.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3146951\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3148792.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3148792.23.help.text\n"
"Arc Cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149991.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARCCOSX\\\"\\>Inserts an arc cosine symbol with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>arccos(<?>)\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10460.help.text
msgid ""
"\\<image id=\\\"img_id3149369\\\" src=\\\"starmath/res/fu21519.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149369\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3151224.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3151224.76.help.text\n"
"Arc Tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3155790.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARCTANX\\\"\\>Inserts an arc tangent function with "
"one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>arctan(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10493.help.text
msgid ""
"\\<image id=\\\"img_id3153141\\\" src=\\\"starmath/res/fu21520.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153141\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3148819.25.help.text
msgid "Arc Cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3151006.60.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARCCOTX\\\"\\>Inserts an arc cotangent function "
"with one placeholder.\\</ahelp\\> You can directly type "
"\\<emph\\>arccot(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN104CC.help.text
msgid ""
"\\<image id=\\\"img_id3154624\\\" src=\\\"starmath/res/fu21501.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154624\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147383.13.help.text
msgid "Absolute Value"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147395.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ABSX\\\"\\>Inserts an absolute value sign with one "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>abs(<?>)\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10507.help.text
msgid ""
"\\<image id=\\\"img_id3154023\\\" src=\\\"starmath/res/fu21521.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154023\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149972.62.help.text
msgid "Area Hyperbolic Sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3154671.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARSINHX\\\"\\>Inserts an area hyperbolic sine "
"function with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>arsinh(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN1053A.help.text
msgid ""
"\\<image id=\\\"img_id3149602\\\" src=\\\"starmath/res/fu21522.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149602\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3150788.64.help.text
msgid "Area Hyperbolic Cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3145652.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARCOSHX\\\"\\>Inserts an area hyperbolic cosine "
"function with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>arcosh(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN10573.help.text
msgid ""
"\\<image id=\\\"img_id3155342\\\" src=\\\"starmath/res/fu21523.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155342\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3149526.66.help.text
msgid "Area Hyperbolic Tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3155536.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARTANHX\\\"\\>Inserts an area hyperbolic tangent "
"function with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>artanh(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN105AC.help.text
msgid ""
"\\<image id=\\\"img_id3150842\\\" src=\\\"starmath/res/fu21524.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150842\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3145231.68.help.text
msgid "Area Hyperbolic Cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3154207.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ARCOTHX\\\"\\>Inserts an area hyperbolic cotangent "
"function with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>arcoth(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_idN105E5.help.text
msgid ""
"\\<image id=\\\"img_id3145301\\\" src=\\\"starmath/res/fu21502.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145301\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156006.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090400.xhp#par_id3156006.15.help.text\n"
"Factorial"
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3156019.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FACTX\\\"\\>Inserts the factorial sign with one "
"placeholder.\\</ahelp\\> You can directly type \\<emph\\>fact <?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3147546.38.help.text
msgid ""
"You can also assign an index or an exponent to a function. For example, "
"typing \\<emph\\>sin^2x\\</emph\\> results in in a function \"sine to the "
"power of 2x\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03090400.xhp#par_id3154752.69.help.text
msgid ""
"When typing functions manually in the Commands window, note that spaces are "
"required for some functions (for example, abs 5=5 ; abs -3=3)."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090500.xhp#tit.help.text\n"
"Brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#bm_id3153153.help.text
msgid ""
"\\<bookmark_value\\>brackets; in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>brackets; round "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>parentheses "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>brackets; square "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>brackets; double square "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>braces in %PRODUCTNAME "
"Math\\</bookmark_value\\>\\<bookmark_value\\>brackets; angle "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>brackets; operator "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>brackets; angle with "
"operator\\</bookmark_value\\>\\<bookmark_value\\>brackets; "
"group\\</bookmark_value\\>\\<bookmark_value\\>grouping "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>round "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>square "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>double square brackets; "
"scalable\\</bookmark_value\\>\\<bookmark_value\\>scalable "
"braces\\</bookmark_value\\>\\<bookmark_value\\>scalable round "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>scalable lines with "
"ceiling\\</bookmark_value\\>\\<bookmark_value\\>vertical "
"bars\\</bookmark_value\\>\\<bookmark_value\\>brackets; "
"scalable\\</bookmark_value\\>\\<bookmark_value\\>operator "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>floor "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>lines; with "
"edges\\</bookmark_value\\>\\<bookmark_value\\>ceiling; lines "
"with\\</bookmark_value\\>\\<bookmark_value\\>lines; "
"scalable\\</bookmark_value\\>\\<bookmark_value\\>ceiling; scalable lines "
"with\\</bookmark_value\\>\\<bookmark_value\\>brackets; single, without group "
"function\\</bookmark_value\\>\\<bookmark_value\\>single brackets without "
"group "
"function\\</bookmark_value\\>\\<bookmark_value\\>brackets;widowed\\</boo"
"kmark_value\\>\\<bookmark_value\\>widowed "
"brackets\\</bookmark_value\\>\\<bookmark_value\\>orphaned "
"brackets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#hd_id3153153.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090500.xhp\\\" "
"name=\\\"Brackets\\\"\\>Brackets\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147258.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BRACKETS_CAT\\\"\\>You can choose among various "
"bracket types to structure a \\<emph\\>$[officename] Math\\</emph\\> "
"formula. Bracket types are displayed in the lower part of the Selection "
"window.\\</ahelp\\> These brackets are also listed in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the \\<emph\\>Commands\\</emph\\> "
"window. All brackets that are not contained in the Selection window or in "
"the context menu can be typed manually in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3154264.3.help.text
msgid ""
"The following is a complete list of all available bracket types. The icon "
"next to the bracket type indicates that it can be accessed through the "
"Selection window (menu View - Selection) or through the context menu of the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#hd_id3154277.4.help.text
msgid "Bracket types"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10084.help.text
msgid ""
"\\<image id=\\\"img_id3149801\\\" src=\\\"starmath/res/al21801.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3149801\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3153778.7.help.text
msgid "Round brackets (parentheses)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3151102.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRPARENTX\\\"\\>Inserts a placeholder within normal "
"round brackets (parentheses).\\</ahelp\\> You can also type "
"\\<emph\\>(<?>)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN100BF.help.text
msgid ""
"\\<image id=\\\"img_id3158440\\\" src=\\\"starmath/res/al21802.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3158440\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3151319.33.help.text
msgid "Square brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3150356.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRBRACKETX\\\"\\>Inserts a placeholder within "
"square brackets.\\</ahelp\\> You can also type \\<emph\\>[<?>]\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN100F8.help.text
msgid ""
"\\<image id=\\\"img_id3146923\\\" src=\\\"starmath/res/al21823.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3146923\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149300.52.help.text
msgid "Double square brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155175.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRDBRACKETX\\\"\\>Inserts a placeholder within "
"double square brackets.\\</ahelp\\> You can also type \\<emph\\>ldbracket "
"<?> rdbracket\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10131.help.text
msgid ""
"\\<image id=\\\"img_id3149815\\\" src=\\\"starmath/res/al21804.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3149815\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147088.37.help.text
msgid "Braces (curly brackets)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147101.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRBRACEX\\\"\\>Inserts a placeholder withing braces "
"(curly brackets).\\</ahelp\\> You can also type "
"\\<emph\\>lbrace<?>rbrace\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN1016C.help.text
msgid ""
"\\<image id=\\\"img_id3148736\\\" src=\\\"starmath/res/al21805.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3148736\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147336.60.help.text
msgid "Single vertical bars"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155146.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRLINEX\\\"\\>Inserts a placeholder within vertical "
"bars.\\</ahelp\\> You can also type \\<emph\\>lline <?> rline\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN101A5.help.text
msgid ""
"\\<image id=\\\"img_id3153350\\\" src=\\\"starmath/res/al21806.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3153350\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3151039.40.help.text
msgid "Double vertical bars"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149175.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRDLINEX\\\"\\>Inserts a placeholder within double "
"vertical bars.\\</ahelp\\> You can also type \\<emph\\>ldline <?> "
"rdline\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN101DE.help.text
msgid ""
"\\<image id=\\\"img_id3155118\\\" src=\\\"starmath/res/al21803.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3155118\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147315.35.help.text
msgid "Angle brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155913.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRANGLEX\\\"\\>Inserts a placeholder within angle "
"brackets.\\</ahelp\\> You can also type \\<emph\\>langle <?> "
"rangle\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10217.help.text
msgid ""
"\\<image id=\\\"img_id3155867\\\" src=\\\"starmath/res/al21821.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3155867\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147413.48.help.text
msgid "Operator brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3147425.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LMRANGLEXY\\\"\\>Inserts a placeholder within "
"operator brackets.\\</ahelp\\> You can also type \\<emph\\>langle <?> mline "
"<?> rangle\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10253.help.text
msgid ""
"\\<image id=\\\"img_id3149561\\\" src=\\\"starmath/res/al21808.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3149561\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155964.42.help.text
msgid "Group brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155976.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRGROUPX\\\"\\>Inserts group brackets.\\</ahelp\\> "
"You can also type \\<emph\\>{<?>}\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN1028E.help.text
msgid ""
"\\<image id=\\\"img_id3147733\\\" src=\\\"starmath/res/al21809.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3147733\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3146333.9.help.text
msgid "Round brackets (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3146345.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRPARENTX\\\"\\>Inserts \\<emph\\>scalable rounded "
"brackets\\</emph\\> with one placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>left(<?> right)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN102CC.help.text
msgid ""
"\\<image id=\\\"img_id3148852\\\" src=\\\"starmath/res/al21810.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3148852\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155570.11.help.text
msgid "Square brackets (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3148438.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRBRACKETX\\\"\\>Inserts scalable square brackets "
"with placeholders.\\</ahelp\\> You can also type \\<emph\\>left[<?> "
"right]\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window. The size of "
"the brackets is adjusted automatically."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10307.help.text
msgid ""
"\\<image id=\\\"img_id3153794\\\" src=\\\"starmath/res/al21824.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3153794\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3154589.54.help.text
msgid "Double square brackets (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3150161.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRDBRACKETX\\\"\\>Inserts scalable double square "
"brackets with placeholders.\\</ahelp\\> You can also type \\<emph\\>left "
"ldbracket <?> right rdbracket\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window. The bracket size is adjusted "
"automatically."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10342.help.text
msgid ""
"\\<image id=\\\"img_id3153972\\\" src=\\\"starmath/res/al21812.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3153972\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3154712.13.help.text
msgid "Braces (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3154724.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRBRACEX\\\"\\>Inserts scalable braces with a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>left lbrace <?> right "
"rbrace\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window. The size of "
"the braces is automatically adjusted."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN1037E.help.text
msgid ""
"\\<image id=\\\"img_id3155598\\\" src=\\\"starmath/res/al21813.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155598\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3150924.61.help.text
msgid "Single vertical bars (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3145634.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRLINEX\\\"\\>Inserts scalable single vertical "
"bars with a placeholder.\\</ahelp\\> You can also type \\<emph\\>left lline "
"<?> right rline\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window. The "
"size of the brackets is automatically adjusted."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN103B7.help.text
msgid ""
"\\<image id=\\\"img_id3153223\\\" src=\\\"starmath/res/al21814.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3153223\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3146938.17.help.text
msgid "Double vertical bars (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3146950.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRDLINEX\\\"\\>Inserts scalable double vertical "
"bars with a placeholder.\\</ahelp\\> You can also type \\<emph\\>left ldline "
"<?> right rdline\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window. The "
"size of the brackets is automatically adjusted."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN103F0.help.text
msgid ""
"\\<image id=\\\"img_id3150026\\\" src=\\\"starmath/res/al21811.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3150026\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149359.15.help.text
msgid "Angle brackets (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149372.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRANGLEX\\\"\\>Inserts scalable angle brackets "
"with a placeholder.\\</ahelp\\> You can also type \\<emph\\>left langle <?> "
"right rangle\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window. The "
"size of the brackets is automatically adjusted."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10429.help.text
msgid ""
"\\<image id=\\\"img_id3154235\\\" src=\\\"starmath/res/al21822.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3154235\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3153139.50.help.text
msgid "Operator brackets (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155388.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLMRANGLEXY\\\"\\>Inserts scalable operator "
"brackets with placeholders.\\</ahelp\\> You can also type \\<emph\\>left "
"langle <?> mline <?> right rangle\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window. The bracket size is adjusted "
"automatically."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN10464.help.text
msgid ""
"\\<image id=\\\"img_id3154349\\\" src=\\\"starmath/res/al21825.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3154349\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3155954.56.help.text
msgid "Brace top (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3154621.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XOVERBRACEY\\\"\\>Inserts a scalable horizontal "
"upper brace with placeholders.\\</ahelp\\> You can also enter \\<emph\\><?> "
"overbrace <?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window. The bracket size is adjusted automatically."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN104A0.help.text
msgid ""
"\\<image id=\\\"img_id3149646\\\" src=\\\"starmath/res/al21826.png\\\" "
"width=\\\"6.35mm\\\" height=\\\"6.35mm\\\"\\>\\<alt "
"id=\\\"alt_id3149646\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3150674.58.help.text
msgid "Brace bottom (scalable)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3154023.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XUNDERBRACEY\\\"\\>Inserts a scalable horizontal "
"lower brace with placeholders.\\</ahelp\\> You can also type \\<emph\\><?> "
"underbrace <?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window. The bracket size is adjusted automatically."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149954.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRFLOORX\\\"\\>To insert floor brackets, type "
"\\<emph\\>lfloor<?>rfloor\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3150592.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LRCEILX\\\"\\>To insert ceiling brackets, type "
"\\<emph\\>lceil<?>rceil\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149623.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRFLOORX\\\"\\>To insert scalable floor brackets, "
"type \\<emph\\>left lfloor<?>right rfloor\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3145668.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SLRCEILX\\\"\\>To insert scalable ceiling brackets, "
"type \\<emph\\>left lceil<?>right rceil\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3149208.44.help.text
msgid ""
"Brackets are automatically sized when you type \\<emph\\>left\\</emph\\> and "
"\\<emph\\>right\\</emph\\> in front of the bracket command, for example, "
"\\<emph\\>left(a over b right)\\</emph\\>. You can also set the size and "
"spacing of brackets by choosing \\<emph\\>Format - Spacing - Category - "
"Brackets\\</emph\\> and setting the desired percentages. Mark the "
"\\<emph\\>Scale all brackets\\</emph\\> check box to apply the changes to "
"all brackets in the formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3150857.43.help.text
msgid ""
"You can also use single brackets. To do this, type a backslash "
"\\<emph\\>\\\\\\</emph\\> in front of the command. For example, when you "
"type \\<emph\\>\\\\[\\</emph\\>, the left square bracket appears without its "
"counterpart. This is useful for creating reverse brackets or for "
"constructing intervals. Note that only non-scalable brackets can be used "
"individually. To change the size, use the \\<emph\\>size\\</emph\\> command."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113E5.help.text
msgid "Examples of single brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113E8.help.text
msgid "For non-scaled brackets:"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113EB.help.text
msgid "a = \\\\{ \\\\( \\\\[ b newline"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113EE.help.text
msgid "{} + c \\\\] \\\\) \\\\ }"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113F3.help.text
msgid "For scaled brackets use \\<emph\\>none\\</emph\\> as the bracket name"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113FA.help.text
msgid "a = left ( a over b right none newline"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN113FF.help.text
msgid "left none phantom {a over b} + c right )"
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_idN11404.help.text
msgid ""
"The \\<emph\\>phantom\\</emph\\> statement ensures that the last bracket is "
"the correct size."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3145107.29.help.text
msgid ""
"Be sure to put spaces (gaps) between elements when entering them directly in "
"the Commands window. This ensures that the correct structure is recognized."
msgstr ""

#: helpcontent2/source/text/smath/01/03090500.xhp#par_id3153198.31.help.text
msgid ""
"Useful information about \\<link href=\\\"text/smath/01/03091200.xhp\\\" "
"name=\\\"indexes and exponents\\\"\\>indexes and exponents\\</link\\> as "
"well as \\<link href=\\\"text/smath/01/03091400.xhp\\\" "
"name=\\\"scaling\\\"\\>scaling\\</link\\> helps you structure formulas "
"effectively. For more information about brackets, see \\<link "
"href=\\\"text/smath/01/03091100.xhp\\\" name=\\\"Brackets and "
"Groups\\\"\\>Brackets and Grouping\\</link\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090600.xhp#tit.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#bm_id3154011.help.text
msgid ""
"\\<bookmark_value\\>attributes; in %PRODUCTNAME "
"Math\\</bookmark_value\\>\\<bookmark_value\\>formulas; attributes "
"in\\</bookmark_value\\>\\<bookmark_value\\>accents; in %PRODUCTNAME "
"Math\\</bookmark_value\\>\\<bookmark_value\\>attributes; "
"accents\\</bookmark_value\\>\\<bookmark_value\\>vector arrows as "
"attributes\\</bookmark_value\\>\\<bookmark_value\\>tilde as "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>circumflex "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>bold "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>italics; attribute in "
"%PRODUCTNAME Math\\</bookmark_value\\>\\<bookmark_value\\>resizing "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>attributes; changing "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>changing; "
"fonts\\</bookmark_value\\>\\<bookmark_value\\>attributes; colored "
"characters\\</bookmark_value\\>\\<bookmark_value\\>colored "
"characters\\</bookmark_value\\>\\<bookmark_value\\>attributes; changing "
"defaults\\</bookmark_value\\>\\<bookmark_value\\>circle "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>double dot "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>dot "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>line through "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>line above "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>reversed circumflex "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>overline "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>wide vector arrow "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>wide tilde "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>wide circumflex "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>underline "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>triple dot "
"attribute\\</bookmark_value\\>\\<bookmark_value\\>transparent character as "
"attribute\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#hd_id3154011.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090600.xhp\\\" "
"name=\\\"Attributes\\\"\\>Attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3145802.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ATTRIBUTES_CAT\\\"\\>You can choose from various "
"attributes for \\<emph\\>%PRODUCTNAME\\</emph\\>\\<emph\\> Math\\</emph\\> "
"formulas. Some attributes are displayed in the lower part of the Selection "
"window.\\</ahelp\\> These attributes are also listed in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the \\<emph\\>Commands\\</emph\\> "
"window. All attributes not contained in the Selection window or in the "
"context menu must be typed manually in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3155962.3.help.text
msgid ""
"The following is a complete list of all attributes available in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Math. The symbol next to "
"the attribute indicates that it can be accessed through the Selection window "
"(choose \\<emph\\>View - Selection\\</emph\\>) or through the context menu "
"of the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149604.4.help.text
msgid ""
"In describing the following attribute functions, the letter \"a\" in the "
"icon refers to the placeholder that you would like to assign to the "
"respective attribute. You can substitute this character with any other "
"character that you choose."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#hd_id3154650.5.help.text
msgid "Attribute Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10098.help.text
msgid ""
"\\<image id=\\\"img_id3150391\\\" src=\\\"starmath/res/at21701.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150391\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3146322.6.help.text
msgid "Acute accent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3150533.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ACUTEX\\\"\\>Inserts a placeholder with an acute "
"accent.\\</ahelp\\> You can also type \\<emph\\>acute<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN100D5.help.text
msgid ""
"\\<image id=\\\"img_id3154504\\\" src=\\\"starmath/res/at21702.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154504\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149877.22.help.text
msgid "Grave accent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3150018.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_GRAVEX\\\"\\>Inserts a placeholder with a "
"\\<emph\\>grave accent\\</emph\\> (grave).\\</ahelp\\> You can also type "
"\\<emph\\>grave<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10115.help.text
msgid ""
"\\<image id=\\\"img_id3155370\\\" src=\\\"starmath/res/at21703.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155370\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3156263.47.help.text
msgid "Reverse Circumflex"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147167.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_CHECKX\\\"\\>Inserts a placeholder with a reverse "
"circumflex (\"checkmark\") over it.\\</ahelp\\> You can also type "
"\\<emph\\>check<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN1014E.help.text
msgid ""
"\\<image id=\\\"img_id3145202\\\" src=\\\"starmath/res/at21704.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3145202\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149976.10.help.text
msgid "Breve"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153619.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BREVEX\\\"\\>Inserts a placeholder with an accent "
"breve.\\</ahelp\\> You can also type \\<emph\\>breve <?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10187.help.text
msgid ""
"\\<image id=\\\"img_id3159179\\\" src=\\\"starmath/res/at21709.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159179\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154258.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090600.xhp#par_id3154258.14.help.text\n"
"Circle"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153573.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_CIRCLEX\\\"\\>Inserts a placeholder with a circle "
"over it.\\</ahelp\\> You can also type \\<emph\\>circle<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN101C0.help.text
msgid ""
"\\<image id=\\\"img_id3149808\\\" src=\\\"starmath/res/im21106.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149808\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153527.28.help.text
msgid "Vector arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153539.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_VECX\\\"\\>Inserts a placeholder with a vector "
"arrow.\\</ahelp\\> You can also type \\<emph\\>vec<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN101FB.help.text
msgid ""
"\\<image id=\\\"img_id3153776\\\" src=\\\"starmath/res/at21708.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153776\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3150356.26.help.text
msgid "Tilde"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154570.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_TILDEX\\\"\\>Inserts a placeholder with a "
"tilde.\\</ahelp\\> You can also type \\<emph\\>tilde<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10236.help.text
msgid ""
"\\<image id=\\\"img_id3149695\\\" src=\\\"starmath/res/at21707.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149695\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154201.24.help.text
msgid "Circumflex"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3159198.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_HATX\\\"\\>Inserts a placeholder with a circumflex "
"(\"hat\").\\</ahelp\\> You can also directly enter \\<emph\\>hat "
"<?>\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN1026E.help.text
msgid ""
"\\<image id=\\\"img_id3148986\\\" src=\\\"starmath/res/at21705.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148986\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149486.8.help.text
msgid "Line above (bar)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149815.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BARX\\\"\\>Inserts a line (\"bar\") above a "
"placeholder .\\</ahelp\\> You can also type \\<emph\\>bar<?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN102A7.help.text
msgid ""
"\\<image id=\\\"img_id3147095\\\" src=\\\"starmath/res/at21710.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147095\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147221.16.help.text
msgid "Dot"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154900.17.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOTX\\\"\\>Inserts a placeholder with a dot over "
"it.\\</ahelp\\> You can also type \\<emph\\>dot<?>\\</emph\\> in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN102E0.help.text
msgid ""
"\\<image id=\\\"img_id3147328\\\" src=\\\"starmath/res/at21724.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147328\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153516.54.help.text
msgid "Wide vector arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147126.53.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_WIDEVECX\\\"\\>Inserts a wide vector arrow with a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>widevec\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10319.help.text
msgid ""
"\\<image id=\\\"img_id3153359\\\" src=\\\"starmath/res/at21723.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153359\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3156278.56.help.text
msgid "Wide tilde"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154116.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_WIDETILDEX\\\"\\>Inserts a wide tilde with a "
"placeholder. \\</ahelp\\> You can also type \\<emph\\>widetilde\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10352.help.text
msgid ""
"\\<image id=\\\"img_id3155117\\\" src=\\\"starmath/res/at21722.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155117\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3148764.58.help.text
msgid "Wide circumflex"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147311.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_WIDEHATX\\\"\\>Inserts a wide circumflex (\"hat\") "
"with a placeholder. \\</ahelp\\> You can also type "
"\\<emph\\>widehat\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN1038B.help.text
msgid ""
"\\<image id=\\\"img_id3148873\\\" src=\\\"starmath/res/at21711.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148873\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3155921.18.help.text
msgid "Double dot"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149541.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DDOTX\\\"\\>Inserts a placeholder with two dots "
"over it.\\</ahelp\\> You can also directly enter "
"\\<emph\\>ddot<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN103C4.help.text
msgid ""
"\\<image id=\\\"img_id3147424\\\" src=\\\"starmath/res/at21713.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3147424\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147621.32.help.text
msgid "Line over"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147492.33.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_OVERLINEX\\\"\\>Inserts a line over a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>overline<?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window. The line adjusts itself to "
"correct length."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN103FD.help.text
msgid ""
"\\<image id=\\\"img_id3145130\\\" src=\\\"starmath/res/at21714.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145130\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153258.30.help.text
msgid "Line below"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153269.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_UNDERLINEX\\\"\\>Inserts a line below a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>underline<?>\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10436.help.text
msgid ""
"\\<image id=\\\"img_id3145318\\\" src=\\\"starmath/res/at21715.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145318\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153292.34.help.text
msgid "Line through (overstrike)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153304.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_OVERSTRIKEX\\\"\\>Inserts a placeholder with a line "
"(or overstrike) through it.\\</ahelp\\> You can also type "
"\\<emph\\>overstrike<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN1046F.help.text
msgid ""
"\\<image id=\\\"img_id3156104\\\" src=\\\"starmath/res/at21712.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156104\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154707.20.help.text
msgid "Triple dot"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154718.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DDDOTX\\\"\\>Inserts three dots over a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\>dddot<?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN104A8.help.text
msgid ""
"\\<image id=\\\"img_id3145626\\\" src=\\\"starmath/res/at21716.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145626\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149774.40.help.text
msgid "Transparent"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3155074.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_PHANTOMX\\\"\\>Inserts a placeholder for a "
"transparent character. This character takes up the space of \"a\" but does "
"not display it.\\</ahelp\\> You can also type "
"\\<emph\\>phantom<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN104E1.help.text
msgid ""
"\\<image id=\\\"img_id3153240\\\" "
"src=\\\"res/commandimagelist/sc_bold.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153240\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3150089.38.help.text
msgid "Bold font"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3150101.39.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BOLDX\\\"\\>Inserts a placeholder with bold "
"formatting.\\</ahelp\\> You can also type \\<emph\\>bold <?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN1051C.help.text
msgid ""
"\\<image id=\\\"img_id3150038\\\" "
"src=\\\"res/commandimagelist/sc_italic.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150038\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147344.36.help.text
msgid "Italic font"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3147355.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ITALX\\\"\\>Inserts a placeholder with italic "
"formatting.\\</ahelp\\> You can also type \\<emph\\>ital<?>\\</emph\\> or "
"\\<emph\\>italic<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN1055A.help.text
msgid ""
"\\<image id=\\\"img_id3155801\\\" "
"src=\\\"res/commandimagelist/sc_fontheight.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155801\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3145618.44.help.text
msgid "Resize"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3153125.45.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SIZEXY\\\"\\>Inserts a command for modifying the "
"font size with two placeholders. The first placeholder refers to the font "
"size (for example, 12) and the second one contains the text.\\</ahelp\\> For "
"proper structure, insert a space between the values. You can also directly "
"enter \\<emph\\>size <?> <?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_idN10595.help.text
msgid ""
"\\<image id=\\\"img_id3148804\\\" "
"src=\\\"res/commandimagelist/sc_charfontname.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148804\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154359.42.help.text
msgid "Change font"
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154371.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FONTXY\\\"\\>Inserts a command for changing the "
"font type, with two placeholders. Replace the first placeholder with the "
"name of one of the \\<link href=\\\"text/smath/01/05010000.xhp\\\" "
"name=\\\"custom fonts\\\"\\>custom fonts\\</link\\>, \\<emph\\>Serif, "
"Sans\\</emph\\> or \\<emph\\>Fixed\\</emph\\>. Replace the second "
"placeholder with the text.\\</ahelp\\> You can also type "
"\\<emph\\>font<?><?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3149626.48.help.text
msgid ""
" Use the \\<emph\\>color\\</emph\\> command to change the color of your "
"formula. Type \\<emph\\>color\\</emph\\>, then type the color name (the "
"available colors are white, black, cyan, magenta, red, blue, green and "
"yellow), then the formula, character or character sequence. The input "
"\\<emph\\>color green size 20 a\\</emph\\> results in a green letter \"a\" "
"with a font size of 20."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3146071.51.help.text
msgid ""
"The \\<emph\\>nbold\\</emph\\> and \\<emph\\>nitalic\\</emph\\> commands "
"remove the bold or italic default fonts of formula components. For example, "
"remove italics from the x in the formula 5 x + 3=28 by typing "
"\\<emph\\>nitalic\\</emph\\> before the x as in \\<emph\\>5 nitalic x + "
"3=28\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3150612.46.help.text
msgid ""
"The \\<link href=\\\"text/smath/01/03091300.xhp\\\" "
"name=\\\"attributes\\\"\\>attributes\\</link\\> \"acute\", \"bar\", "
"\"breve\", \"check\", \"circle\", \"dot\", \"ddot\", \"dddot\", \"grave\", "
"\"hat\", \"tilde\" and \"vec\" have fixed sizes. Their width or length "
"cannot be adjusted when positioned over a long symbol."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3155621.52.help.text
msgid ""
"For size changes you can use \\<emph\\>size n\\</emph\\>,\\<emph\\> "
"+n\\</emph\\>,\\<emph\\> -n\\</emph\\>,\\<emph\\> *n\\</emph\\> "
"and\\<emph\\> /n \\</emph\\>, where \\<emph\\>n\\</emph\\> is a placeholder. "
"This method is useful when the base size of the formula is subject to "
"change. The commands \\<emph\\>size +n\\</emph\\> and \\<emph\\>size -"
"n\\</emph\\> change point size, and \\<emph\\>size *n\\</emph\\> and "
"\\<emph\\>size /n\\</emph\\> change the size by a percentage. For example, "
"the command \\<emph\\>size *1.17\\</emph\\> increases the size of a "
"character by exactly 17%."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3148695.49.help.text
msgid ""
"Note that some entries require spaces for the correct structure. This is "
"especially true when you specify attributes with fixed values instead of "
"placeholders."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3145230.50.help.text
msgid ""
"For more information about formatting in "
"\\<emph\\>%PRODUCTNAME\\</emph\\>\\<emph\\> Math\\</emph\\>, see \\<link "
"href=\\\"text/smath/01/03091100.xhp\\\" name=\\\"Brackets and "
"Grouping\\\"\\>Brackets and Grouping\\</link\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090600.xhp#par_id3154221.31.help.text
msgid ""
"Information on \\<link href=\\\"text/smath/01/03091300.xhp\\\" "
"name=\\\"attributes\\\"\\>attributes\\</link\\>, \\<link "
"href=\\\"text/smath/01/03091200.xhp\\\" name=\\\"indexes and "
"exponents\\\"\\>indexes and exponents\\</link\\>, and \\<link "
"href=\\\"text/smath/01/03091400.xhp\\\" "
"name=\\\"scaling\\\"\\>scaling\\</link\\> can help you structure your "
"documents more efficiently."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090700.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#bm_id3153150.help.text
msgid ""
"\\<bookmark_value\\>formatting in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>$[officename] Math; "
"formatting\\<"
"/bookmark_value\\>\\<bookmark_value\\>superscripts\\</bookmark_va"
"lue\\>\\<book"
"mark_value\\>binomials\\</bookmark_value\\>\\<bookmark_value\\>vertical "
"elements\\</bookmark_value\\>\\<bookmark_value\\>lines; inserting in "
"formulas\"
"\</bookmark_value\\>\\<bookmark_value\\>subscripts\\</bookmark_value\"
"\>\\<book"
"mark_value\\>stacks\\</bookmark_value\\>\\<bookmark_value\\>vertical "
"arrangement of elements\\</bookmark_value\\>\\<bookmark_value\\>small "
"gaps\\</bookmark_value\\>\\<bookmark_value\\>alignment; left "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>left-justified alignment "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>alignment; horizontally "
"centered (Math)\\</bookmark_value\\>\\<bookmark_value\\>centered "
"horizontally; alignment "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>alignment; right "
"(Math)\\</bookmark_value\\>\\<bookmark_value\\>right-justified alignment in "
"%PRODUCTNAME Math\\</bookmark_value\\>\\<bookmark_value\\>matrices; "
"arranging\\</bookmark_value\\>\\<bookmark_value\\>spaces in "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>gaps in "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"gaps\\</bookmark_v"
"alue\\>\\<bookmark_value\\>arranging;matrices\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#hd_id3153150.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090700.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147262.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FORMAT_CAT\\\"\\>You can choose among various "
"options for formatting a $[officename] Math formula. The format options are "
"displayed in the lower half of the Selection window.\\</ahelp\\> These "
"options are also listed in the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> of the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154263.3.help.text
msgid ""
"The following is a complete list of all available formatting options in "
"$[officename] Math. The icon next to the formatting option indicates that it "
"can be accessed through the Selection window (menu \\<emph\\>View - "
"Selection\\</emph\\>) or through the context menu of the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3153536.17.help.text
msgid ""
"The letter \"a\" refers to the placeholder in your formula which you would "
"like to assign to the respective formatting. You can substitute this "
"character for any other you like."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#hd_id3151104.4.help.text
msgid "Formatting options"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN1008B.help.text
msgid ""
"\\<image id=\\\"img_id3150981\\\" src=\\\"starmath/res/co21916.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150981\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147519.45.help.text
msgid "Superscript left"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147531.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LSUPX\\\"\\>Inserts a superscript to the left of a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\><?>lsup{<?>}\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN100C4.help.text
msgid ""
"\\<image id=\\\"img_id3149691\\\" src=\\\"starmath/res/co21918.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149691\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3146931.60.help.text
msgid "Superscript top"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3159195.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_CSUPX\\\"\\>Inserts a superscript directly above a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\><?>csup<?>\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN100FF.help.text
msgid ""
"\\<image id=\\\"img_id3149097\\\" src=\\\"starmath/res/co21908.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149097\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3151249.39.help.text
msgid "Superscript right"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3151262.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_RSUPX\\\"\\>Inserts a superscript to the right of a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\><?>^{<?>}\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window, or you can use "
"\\<emph\\>rsup\\</emph\\> or \\<emph\\>sup\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN1013E.help.text
msgid ""
"\\<image id=\\\"img_id3149044\\\" src=\\\"starmath/res/co21905.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149044\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3152774.63.help.text
msgid "Vertical stack (2 elements)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147326.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BINOMXY\\\"\\>Inserts a vertical stack (binomial) "
"with two placeholders.\\</ahelp\\> You can also type "
"\\<emph\\>binom<?><?>\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN10179.help.text
msgid ""
"\\<image id=\\\"img_id3154390\\\" src=\\\"starmath/res/co21901.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3154390\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3150575.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090700.xhp#par_id3150575.41.help.text\n"
"New line"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3150587.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_NEWLINE\\\"\\>Inserts a new line in your "
"document.\\</ahelp\\> You can also type \\<emph\\>newline\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN101B2.help.text
msgid ""
"\\<image id=\\\"img_id3155117\\\" src=\\\"starmath/res/co21912.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155117\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3148760.43.help.text
msgid "Subscript left"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147309.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LSUBX\\\"\\>Inserts a subscript to the left of a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\><?>lsub{<?>}\\</emph\\> "
"in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN101EB.help.text
msgid ""
"\\<image id=\\\"img_id3149544\\\" src=\\\"starmath/res/co21917.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149544\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3150687.61.help.text
msgid "Subscript bottom"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3150699.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_CSUBX\\\"\\>Inserts a subscript directly under a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\><?>csub<?>\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN10226.help.text
msgid ""
"\\<image id=\\\"img_id3145265\\\" src=\\\"starmath/res/co21904.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145265\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3145136.37.help.text
msgid "Subscript right"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3146913.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_RSUBX\\\"\\>Inserts a subscript to the right of a "
"placeholder.\\</ahelp\\> You can also type \\<emph\\><?>_{<?>}\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window, and the subscript dash can be "
"replaced by \\<emph\\>rsub\\</emph\\> or \\<emph\\>sub\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN10265.help.text
msgid ""
"\\<image id=\\\"img_id3149220\\\" src=\\\"starmath/res/co21906.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149220\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147116.65.help.text
msgid "Vertical stack (3 elements)"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3146332.64.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_STACK\\\"\\>Inserts a vertical stack with three "
"placeholders.\\</ahelp\\> You can also type \\<emph\\>stack "
"{<?>#<?>#<?>}\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN102A0.help.text
msgid ""
"\\<image id=\\\"img_id3149848\\\" src=\\\"starmath/res/co21902.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149848\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3155572.23.help.text
msgid "Small gap"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147056.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SBLANK\\\"\\>Inserts a small gap between a "
"placeholder and the next element.\\</ahelp\\> You can also type "
"\\<emph\\>`\\</emph\\> directly in the Commands window. The command must "
"appear to the left or right of a symbol, variable, number or complete "
"command."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN102DC.help.text
msgid ""
"\\<image id=\\\"img_id3154094\\\" src=\\\"starmath/res/co21909.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154094\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154580.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154580.5.help.text\n"
"Align left"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154592.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ALIGNLX\\\"\\>This icon assigns left-alignment to "
"\"a\" and inserts a placeholder.\\</ahelp\\> You can type "
"\\<emph\\>alignl<?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN10317.help.text
msgid ""
"\\<image id=\\\"img_id3156130\\\" src=\\\"starmath/res/co21910.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156130\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154723.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154723.9.help.text\n"
"Align to horizontal center"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149319.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ALIGNCX\\\"\\>Assigns horizontal central alignment "
"to \"a\" and inserts a placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>alignc<?>\\</emph\\> directly in the \\<emph\\>Commands\\</emph\\> "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN10352.help.text
msgid ""
"\\<image id=\\\"img_id3155583\\\" src=\\\"starmath/res/co21911.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155583\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149768.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149768.7.help.text\n"
"Align right"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149780.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ALIGNRX\\\"\\>Inserts the command for right "
"alignment and a placeholder.\\</ahelp\\> You can also type "
"\\<emph\\>alignr<?>\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN1038D.help.text
msgid ""
"\\<image id=\\\"img_id3155085\\\" src=\\\"starmath/res/co21907.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155085\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154338.25.help.text
msgid "Matrix stack"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3146941.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_MATRIX\\\"\\>This icon inserts a matrix with four "
"placeholders.\\</ahelp\\> You can also type "
"\\<emph\\>matrix{<?>#<?>##<?>#<?>#}\\</emph\\> directly in the "
"\\<emph\\>Commands\\</emph\\> window. The position of an element inside this "
"diagram is indicated by two coordinates; the first specifies the line number "
"and the second the column number. You can expand this matrix in any "
"direction in the \\<emph\\>Commands\\</emph\\> window by adding characters."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_idN103C9.help.text
msgid ""
"\\<image id=\\\"img_id3150027\\\" src=\\\"starmath/res/co21903.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150027\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149358.21.help.text
msgid "Gap"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149370.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BLANK\\\"\\>This icon inserts a gap or space "
"between placeholders.\\</ahelp\\> You can also type \\<emph\\>~\\</emph\\> "
"directly in the \\<emph\\>Commands\\</emph\\> window. The command must "
"appear to the left or right of a symbol, variable, number or complete "
"command."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3155394.48.help.text
msgid ""
"For alignment, the \\<emph\\>alignl, alignc\\</emph\\> and "
"\\<emph\\>alignr\\</emph\\> commands are especially effective, if you are "
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3151009.49.help.text
msgid ""
"aligning numbers and denominators, for example \\<emph\\>{alignl "
"a}over{b+c}\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3148812.50.help.text
msgid ""
"constructing binomials or stacks, for example \\<emph\\>binom{2*n}{alignr "
"k}\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154360.51.help.text
msgid ""
"aligning the elements in a matrix, for example \\<emph\\>matrix{alignr "
"a#b+2##c+1/3#alignl d}\\</emph\\> and"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3155946.52.help.text
msgid ""
"beginning a new line, for example \\<emph\\>a+b-c newline alignr "
"x/y\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154621.53.help.text
msgid "When using the align instructions, note that"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3147382.54.help.text
msgid ""
"they can only placed at the beginning of expressions and can only occur "
"once. Therefore you can type \\<emph\\>a+b alignr c\\</emph\\>, but not "
"\\<emph\\>a+alignr b\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3154004.55.help.text
msgid ""
"they affect each other, which means that typing \\<emph\\>{alignl{alignr "
"a}}over{b+c}\\</emph\\> aligns \\<emph\\>a\\</emph\\> on the right."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149645.56.help.text
msgid ""
"If a line or an expression begins with text, it is aligned on the left by "
"default. You can change this with the any of the \\<emph\\>align\\</emph\\> "
"commands. An example is \\<emph\\>stack{a+b-c*d#alignr \"text\"}\\</emph\\>, "
"where \"text\" appears aligned to the right. Note that text must always be "
"surrounded by quotation marks."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3149966.57.help.text
msgid ""
"The standard centralized formulas can be aligned to the left without using "
"the \\<emph\\>Format - Alignment\\</emph\\> menu. To do this, place an empty "
"character string, that is, the inverted commas which surround any text \"\", "
"before the section of formula that you want to align. For example, typing "
"\\<emph\\>\"\" a+b newline \"\" c+d\\</emph\\> results in both equations "
"being left-aligned instead of centered."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3145654.46.help.text
msgid ""
"When typing information in the Commands window, note that some formats "
"require spaces for the correct structure. This is especially true when "
"entering values (for example, a lsup{3}) instead of placeholders."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3148708.47.help.text
msgid ""
"Click \\<link href=\\\"text/smath/01/03091100.xhp\\\" name=\\\"Brackets and "
"Grouping\\\"\\>Brackets and Grouping\\</link\\> for more information about "
"formatting in \\<emph\\>$[officename] Math\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090700.xhp#par_id3155340.31.help.text
msgid ""
"Useful information about \\<link href=\\\"text/smath/01/03091200.xhp\\\" "
"name=\\\"Indexes and Exponents\\\"\\>Indexes and Exponents\\</link\\> and "
"\\<link href=\\\"text/smath/01/03091400.xhp\\\" "
"name=\\\"Scaling\\\"\\>Scaling\\</link\\>, helps you organize your document "
"in the best possible way."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090800.xhp#tit.help.text\n"
"Set Operations"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#bm_id3156318.help.text
msgid ""
"\\<bookmark_value\\>set operations in "
"$[officename]Math\\</bookmark_value\\>\\<bookmark_value\\>sets of "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>included in set "
"operator\\</bookmark_value\\>\\<bookmark_value\\>not included in set "
"operator\\</bookmark_value\\>\\<bookmark_value\\>owns "
"command\\</bookmark_value\\>\\<bookmark_value\\>includes set "
"operator\\</bookmark_value\\>\\<bookmark_value\\>empty "
"set\\</bookmark_value\\>\\<bookmark_value\\>intersection of "
"sets\\</bookmark_value\\>\\<bookmark_value\\>union of "
"sets\\</bookmark_value\\>\\<bookmark_value\\>difference set "
"operator\\</bookmark_value\\>\\<bookmark_value\\>quotient "
"set\\</bookmark_value\\>\\<bookmark_value\\>cardinal "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>subset set "
"operators\\</bookmark_value\\>\\<bookmark_value\\>superset set "
"operators\\</bookmark_value\\>\\<bookmark_value\\>not subset set "
"operators\\</bookmark_value\\>\\<bookmark_value\\>not superset set "
"operators\\</bookmark_value\\>\\<bookmark_value\\>natural "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>whole "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>real "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>complex numbers; "
"set\\</bookmark_value\\>\\<bookmark_value\\>rational "
"numbers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#hd_id3156318.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090800.xhp\\\" name=\\\"Set "
"Operations\\\"\\>Set Operations\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154641.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SETOPERATIONS_CAT\\\"\\>Assign different set "
"operators to the characters in your \\<emph\\>$[officename] Math\\</emph\\> "
"formula. The individual operators are shown in the lower section of the "
"Selection window\\</ahelp\\>. Call the \\<link "
"href=\\\"text/shared/00/00000001.xhp#kontextmenue\\\" name=\\\"context "
"menu\\\"\\>context menu\\</link\\> in the \\<emph\\>Commands\\</emph\\> "
"window to see an identical list of the individual functions. Any operators "
"not found in the Selection window have to be entered directly in the "
"Commands window. You can also directly insert other parts of the formula "
"even if symbols already exist for them."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149290.3.help.text
msgid ""
"After clicking the \\<emph\\>Set Operations\\</emph\\> icon in the Selection "
"window additional icons will be shown in the lower part of this window. "
"Simply click a symbol to incorporate the operator in the formula being "
"edited in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#hd_id3147258.4.help.text
msgid "The set operations in detail:"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10081.help.text
msgid ""
"\\<image id=\\\"img_id3145418\\\" src=\\\"starmath/res/op21401.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3145418\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154275.33.help.text
msgid "is included in"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3150706.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XINY\\\"\\>Use the icon to insert the \\<emph\\>is "
"included in\\</emph\\> set operator with two placeholders.\\</ahelp\\> You "
"can also enter \\<emph\\><?> in <?>\\</emph\\> directly into the Commands "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN100BC.help.text
msgid ""
"\\<image id=\\\"img_id3153782\\\" src=\\\"starmath/res/op21402.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3153782\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3150984.35.help.text
msgid "is not included in"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3150997.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNOTINY\\\"\\>Use this icon to insert the "
"\\<emph\\>is not included in\\</emph\\> set operator with two "
"placeholders.\\</ahelp\\> You can also enter \\<emph\\><?> notin <?> "
"\\</emph\\>in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN100F7.help.text
msgid ""
"\\<image id=\\\"img_id3150972\\\" src=\\\"starmath/res/op21403.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3150972\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149688.53.help.text
msgid "includes"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149338.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XOWNSY\\\"\\>Use this icon to insert the set "
"operator \\<emph\\>includes \\</emph\\>with two placeholders.\\</ahelp\\> "
"You can also enter \\<emph\\><?> owns <?>\\</emph\\> or \\<emph\\><?> ni "
"<?>\\</emph\\> directly in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10135.help.text
msgid ""
"\\<image id=\\\"img_id3155180\\\" src=\\\"starmath/res/op22002.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155180\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149101.75.help.text
msgid "empty set"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154829.74.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_EMPTYSET\\\"\\>Use this icon to insert an "
"\\<emph\\>empty set\\</emph\\>.\\</ahelp\\> Enter "
"\\<emph\\>emptyset\\</emph\\> in the Commands window, in order to insert an "
"empty set into your document."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN1016E.help.text
msgid ""
"\\<image id=\\\"img_id3147093\\\" src=\\\"starmath/res/op21405.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3147093\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149035.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090800.xhp#par_id3149035.55.help.text\n"
"Intersection"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3147573.54.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XINTERSECTIONY\\\"\\>Use this icon to insert two "
"placeholders with the set operator \\<emph\\>intersection of sets "
"\\</emph\\>.\\</ahelp\\> The same happens if you enter \\<emph\\><?> "
"intersection <?>\\</emph\\> Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN101A7.help.text
msgid ""
"\\<image id=\\\"img_id3155147\\\" src=\\\"starmath/res/op21406.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155147\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3147130.57.help.text
msgid "Union"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154376.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XUNIONY\\\"\\>Use this icon to insert the "
"\\<emph\\>union\\</emph\\> set operator with two placeholders.\\</ahelp\\> "
"You can also enter \\<emph\\><?> union <?> \\</emph\\>directly in the "
"Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN101E0.help.text
msgid ""
"\\<image id=\\\"img_id3154922\\\" src=\\\"starmath/res/op21407.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3154922\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3145774.59.help.text
msgid "Difference"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3145786.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSETMINUSY\\\"\\>Use this icon to insert the "
"\\<emph\\>difference\\</emph\\> set operator.\\</ahelp\\> You can also enter "
"\\<emph\\><?> setminus <?>\\</emph\\> or \\<emph\\><?> bslash <?>\\</emph\\> "
"in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN1021C.help.text
msgid ""
"\\<image id=\\\"img_id3148889\\\" src=\\\"starmath/res/op21408.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3148889\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149536.60.help.text
msgid "Quotient set"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149549.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSLASHY\\\"\\>Use this icon to insert a slash for "
"creating a \\<emph\\>quotient set\\</emph\\> with two "
"placeholders.\\</ahelp\\> Enter \\<emph\\><?>slash<?>\\</emph\\> in the "
"Commands window, to achieve the same result."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10255.help.text
msgid ""
"\\<image id=\\\"img_id3147473\\\" src=\\\"starmath/res/op22001.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3147473\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3147500.77.help.text
msgid "aleph"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3145263.76.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ALEPH\\\"\\>Use this icon to insert a "
"\\<emph\\>cardinal number\\</emph\\>. \\</ahelp\\> You can achieve the same "
"result by entering \\<emph\\>aleph\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN1028E.help.text
msgid ""
"\\<image id=\\\"img_id3155974\\\" src=\\\"starmath/res/op21409.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155974\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3150561.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090800.xhp#par_id3150561.62.help.text\n"
"Subset"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3156227.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSUBSETY\\\"\\>Use this icon to insert the "
"\\<emph\\>is a subset of\\</emph\\> set operator.\\</ahelp\\> You can also "
"enter \\<emph\\><?>subset<?>\\</emph\\> directly in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN102C9.help.text
msgid ""
"\\<image id=\\\"img_id3147119\\\" src=\\\"starmath/res/op21410.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3147119\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3147448.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090800.xhp#par_id3147448.64.help.text\n"
"Subset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3147460.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSUBSETEQY\\\"\\>Use this icon to insert the "
"\\<emph\\>is a subset or equal to\\</emph\\> set operator with two "
"placeholders.\\</ahelp\\> You can also enter "
"\\<emph\\><?>subseteq<?>\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10304.help.text
msgid ""
"\\<image id=\\\"img_id3147065\\\" src=\\\"starmath/res/op21411.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3147065\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154788.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090800.xhp#par_id3154788.66.help.text\n"
"Superset"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3151088.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSUPSETY\\\"\\>Use this icon to insert the set "
"operator \\<emph\\>is a superset of\\</emph\\> and two "
"placeholders.\\</ahelp\\> You can also enter "
"\\<emph\\><?>supset<?>\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN1033F.help.text
msgid ""
"\\<image id=\\\"img_id3154590\\\" src=\\\"starmath/res/op21412.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3154590\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3153305.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03090800.xhp#par_id3153305.68.help.text\n"
"Superset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3151119.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XSUPSETEQY\\\"\\>Use this icon to insert the set "
"operator \\<emph\\>is a super set or equal to\\</emph\\> with two "
"placeholders.\\</ahelp\\> Alternatively, you can enter "
"\\<emph\\><?>supseteq<?> \\</emph\\>in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN1037A.help.text
msgid ""
"\\<image id=\\\"img_id3149318\\\" src=\\\"starmath/res/op21413.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3149318\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3150454.69.help.text
msgid "not subset"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3153968.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNSUBSETY\\\"\\>Use this icon to insert the "
"\\<emph\\>not subset\\</emph\\> set operator with two "
"placeholders.\\</ahelp\\> Instead of this, you can also enter "
"\\<emph\\><?>nsubset<?>\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN103B7.help.text
msgid ""
"\\<image id=\\\"img_id3151193\\\" src=\\\"starmath/res/op21414.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3151193\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149236.70.help.text
msgid "not subset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149249.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNSUBSETEQY\\\"\\>Use this icon to insert the "
"\\<emph\\>not subset or equal\\</emph\\> set operator with two "
"placeholders.\\</ahelp\\> You can also enter \\<emph\\><?>nsubseteq<?> "
"\\</emph\\>in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN103F4.help.text
msgid ""
"\\<image id=\\\"img_id3146956\\\" src=\\\"starmath/res/op21415.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3146956\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3148796.71.help.text
msgid "not superset"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149995.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNSUPSETY\\\"\\>Use this icon to insert the "
"\\<emph\\>not superset\\</emph\\> set operator with two "
"placeholders.\\</ahelp\\> You can also enter \\<emph\\><?>nsupset<?> "
"\\</emph\\>in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10431.help.text
msgid ""
"\\<image id=\\\"img_id3151223\\\" src=\\\"starmath/res/op21416.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3151223\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3155798.72.help.text
msgid "not superset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3155810.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_XNSUPSETEQY\\\"\\>Use this icon to insert the "
"\\<emph\\>not superset or equal\\</emph\\> set operator with two "
"placeholders.\\</ahelp\\> Instead of this you can type "
"\\<emph\\><?>nsupseteq<?> \\</emph\\>in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN1046E.help.text
msgid ""
"\\<image id=\\\"img_id3156087\\\" src=\\\"starmath/res/op21417.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3156087\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3148815.79.help.text
msgid "Set of natural numbers"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154352.78.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SETN\\\"\\>Use this icon to insert a character for "
"the \\<emph\\>set of natural numbers\\</emph\\>.\\</ahelp\\> Instead of "
"this, you can enter \\<emph\\>setn\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN104A7.help.text
msgid ""
"\\<image id=\\\"img_id3147383\\\" src=\\\"starmath/res/op21418.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3147383\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149628.81.help.text
msgid "Set of whole numbers"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149641.80.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SETZ\\\"\\>Use this icon to insert a character for "
"the \\<emph\\>set of whole numbers\\</emph\\>.\\</ahelp\\> You can also do "
"this by entering \\<emph\\>setz\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN104E0.help.text
msgid ""
"\\<image id=\\\"img_id3154038\\\" src=\\\"starmath/res/op21419.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3154038\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149961.83.help.text
msgid "Set of rational numbers"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149974.82.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SETQ\\\"\\>Use this icon to insert a character for "
"the \\<emph\\>set of rational numbers\\</emph\\>.\\</ahelp\\> You can also "
"do this by directly entering \\<emph\\>setq\\</emph\\> in the Commands "
"window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10519.help.text
msgid ""
"\\<image id=\\\"img_id3149625\\\" src=\\\"starmath/res/op21420.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3149625\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3145663.85.help.text
msgid "Set of real numbers"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3148709.84.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SETR\\\"\\>Use this icon to insert a character for "
"the \\<emph\\>set of real numbers\\</emph\\>.\\</ahelp\\> Instead of this, "
"you can enter \\<emph\\>setr\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_idN10552.help.text
msgid ""
"\\<image id=\\\"img_id3155555\\\" src=\\\"starmath/res/op21421.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155555\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3149519.87.help.text
msgid "Set of complex numbers"
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3148672.86.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SETC\\\"\\>Use this icon to insert a character for "
"the \\<emph\\>set of complex numbers\\</emph\\>.\\</ahelp\\> You can also "
"enter \\<emph\\>setc\\</emph\\> in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090800.xhp#par_id3154224.73.help.text
msgid ""
"Be sure to leave spaces (gaps) between values and commands when entering "
"them manually in the Commands window. This ensures that the correct "
"structure is achieved."
msgstr ""

#: helpcontent2/source/text/smath/01/03090900.xhp#tit.help.text
msgid "$[officename] Math Examples"
msgstr ""

#: helpcontent2/source/text/smath/01/03090900.xhp#bm_id3151265.help.text
msgid ""
"\\<bookmark_value\\>examples;$[officename] Math "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>$[officename] "
"Math;examples\\"
"</bookmark_value\\>\\<bookmark_value\\>formulas;examples\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090900.xhp#hd_id3151265.1.help.text
msgid ""
"\\<variable id=\\\"examples\\\"\\>\\<link "
"href=\\\"text/smath/01/03090900.xhp\\\" name=\\\"$[officename] Math "
"Examples\\\"\\>$[officename] Math Examples\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090900.xhp#par_id3153624.2.help.text
msgid ""
"The following is a list of sample formulas in \\<emph\\>$[officename] "
"Math\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090901.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090901.xhp#tit.help.text\n"
"Symbols with Indices"
msgstr ""

#: helpcontent2/source/text/smath/01/03090901.xhp#hd_id3156382.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090901.xhp\\\" name=\\\"Symbols with "
"Indices\\\"\\>Symbols with Indices\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090901.xhp#par_id3150301.2.help.text
msgid ""
"The following example explains how to create symbols with indexes in "
"\\<emph\\>$[officename] Math\\</emph\\>. You can copy this example to the "
"\\<emph\\>Commands\\</emph\\> window by using the clipboard and use it in "
"your own formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090901.xhp#par_id3153818.help.text
msgid ""
"\\<image id=\\\"img_id3148870\\\" src=\\\"res/helpimg/smzb1.png\\\" "
"width=\\\"3.217cm\\\" height=\\\"2.939cm\\\"\\>\\<alt "
"id=\\\"alt_id3148870\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090902.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090902.xhp#tit.help.text\n"
"Symbols with Indices"
msgstr ""

#: helpcontent2/source/text/smath/01/03090902.xhp#hd_id3155959.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090902.xhp\\\" name=\\\"Symbols with "
"Indices\\\"\\>Symbols with Indices\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090902.xhp#par_id3150300.2.help.text
msgid ""
"Here is another example of creating symbols with indexes in "
"\\<emph\\>$[officename] Math\\</emph\\>. You can copy this example to the "
"\\<emph\\>Commands\\</emph\\> window using the clipboard and use it in your "
"own formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090902.xhp#par_id3153912.help.text
msgid ""
"\\<image id=\\\"img_id3149126\\\" src=\\\"res/helpimg/smzb2.png\\\" "
"width=\\\"3.387cm\\\" height=\\\"2.882cm\\\"\\>\\<alt "
"id=\\\"alt_id3149126\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090903.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090903.xhp#tit.help.text\n"
"Symbols with Indices"
msgstr ""

#: helpcontent2/source/text/smath/01/03090903.xhp#hd_id3155959.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090903.xhp\\\" name=\\\"Symbols with "
"Indices\\\"\\>Symbols with Indices\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090903.xhp#par_id3150300.2.help.text
msgid ""
"A third example of how to use \\<emph\\>$[officename] Math\\</emph\\> to "
"create symbols with indexes is shown below. You can copy the example into "
"the clipboard and use it in your own formula in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03090903.xhp#par_id3148866.help.text
msgid ""
"\\<image id=\\\"img_id3153246\\\" src=\\\"res/helpimg/smzb3.png\\\" "
"width=\\\"5.673cm\\\" height=\\\"2.997cm\\\"\\>\\<alt "
"id=\\\"alt_id3153246\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090904.xhp#tit.help.text
msgid "Matrix with Varying Font Sizes"
msgstr ""

#: helpcontent2/source/text/smath/01/03090904.xhp#hd_id3155960.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090904.xhp\\\" name=\\\"Matrix with Varying "
"Font Sizes\\\"\\>Matrix with Varying Font Sizes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090904.xhp#par_id3154656.2.help.text
msgid ""
"Here is an example of how to create a matrix with varying font sizes in "
"\\<emph\\>$[officename] Math\\</emph\\>. You can copy this example to the "
"\\<emph\\>Commands\\</emph\\> window using the clipboard and use it in your "
"own formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090904.xhp#par_id3153915.help.text
msgid ""
"\\<image id=\\\"img_id3150213\\\" src=\\\"res/helpimg/smzb5.png\\\" "
"width=\\\"16.51cm\\\" height=\\\"4.971cm\\\"\\>\\<alt "
"id=\\\"alt_id3150213\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090905.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090905.xhp#tit.help.text\n"
"Matrix"
msgstr ""

#: helpcontent2/source/text/smath/01/03090905.xhp#hd_id3154702.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090905.xhp\\\" "
"name=\\\"Matrix\\\"\\>Matrix\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090905.xhp#par_id3150344.2.help.text
msgid ""
"Here is an example of how to create a matrix with \\<emph\\>$[officename] "
"Math\\</emph\\>. If you want to use the example in your own formula, you can "
"copy it to the \\<emph\\>Commands\\</emph\\> window using the clipboard."
msgstr ""

#: helpcontent2/source/text/smath/01/03090905.xhp#par_id3153912.help.text
msgid ""
"\\<image id=\\\"img_id3149126\\\" src=\\\"res/helpimg/smzb4.png\\\" "
"width=\\\"10.839cm\\\" height=\\\"6.479cm\\\"\\>\\<alt "
"id=\\\"alt_id3149126\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090906.xhp#tit.help.text
msgid "Matrix in Bold Font"
msgstr ""

#: helpcontent2/source/text/smath/01/03090906.xhp#hd_id3154704.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090906.xhp\\\" name=\\\"Matrix in Bold "
"Font\\\"\\>Matrix in Bold Font\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090906.xhp#par_id3150342.2.help.text
msgid ""
"Here is an example of how to create a bold font matrix in "
"\\<emph\\>$[officename] Math\\</emph\\>. You can copy this example to the "
"\\<emph\\>Commands\\</emph\\> window using the clipboard and use it in your "
"own formula."
msgstr ""

#: helpcontent2/source/text/smath/01/03090906.xhp#par_id3148866.help.text
msgid ""
"\\<image id=\\\"img_id3150210\\\" src=\\\"res/helpimg/smzb6.png\\\" "
"width=\\\"9.511cm\\\" height=\\\"7.99cm\\\"\\>\\<alt "
"id=\\\"alt_id3150210\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090907.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090907.xhp#tit.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/03090907.xhp#hd_id3155961.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090907.xhp\\\" "
"name=\\\"Functions\\\"\\>Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090907.xhp#par_id3148489.2.help.text
msgid ""
"Here is an example of how to create functions with \\<emph\\>$[officename] "
"Math\\</emph\\>. If you want to use the example in your own formula, copy it "
"to the \\<emph\\>Commands\\</emph\\> window using the clipboard."
msgstr ""

#: helpcontent2/source/text/smath/01/03090907.xhp#par_id3153912.help.text
msgid ""
"\\<image id=\\\"img_id3148871\\\" src=\\\"res/helpimg/smzb7.png\\\" "
"width=\\\"7.987cm\\\" height=\\\"2.768cm\\\"\\>\\<alt "
"id=\\\"alt_id3148871\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090908.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090908.xhp#tit.help.text\n"
"Square Root"
msgstr ""

#: helpcontent2/source/text/smath/01/03090908.xhp#hd_id3154704.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090908.xhp\\\" name=\\\"Square "
"Root\\\"\\>Square Root\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090908.xhp#par_id3145790.2.help.text
msgid ""
"Here is an example of how to create a square root with "
"\\<emph\\>$[officename] Math\\</emph\\>. If you want to use the example in "
"your own formula, copy it to the \\<emph\\>Commands\\</emph\\> window using "
"the clipboard."
msgstr ""

#: helpcontent2/source/text/smath/01/03090908.xhp#par_id3148870.help.text
msgid ""
"\\<image id=\\\"img_id3153917\\\" src=\\\"res/helpimg/smzb8.png\\\" "
"width=\\\"9.567cm\\\" height=\\\"3.597cm\\\"\\>\\<alt "
"id=\\\"alt_id3153917\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090909.xhp#tit.help.text
msgid "Fonts and Font Sizes"
msgstr ""

#: helpcontent2/source/text/smath/01/03090909.xhp#bm_id7562181.help.text
msgid ""
"\\<bookmark_value\\>font "
"sizes;example\\</bookmark_value\\>\\<bookmark_value\\>sum range "
"example\\</bookmark_value\\>\\<bookmark_value\\>examples "
";integral\\</bookmark_value\\>\\<bookmark_value\\>range of integral "
"example\\<"
"/bookmark_value\\>\\<bookmark_value\\>integrals;example\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090909.xhp#hd_id3155959.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090909.xhp\\\" name=\\\"Fonts and Font "
"Sizes\\\"\\>Integral and Sum Ranges, Font Size\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090909.xhp#par_id3145791.2.help.text
msgid ""
"Here is an example of how to use various fonts and font sizes within a "
"formula in \\<emph\\>$[officename] Math\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090909.xhp#par_id3151243.help.text
msgid ""
"\\<image id=\\\"img_id3148871\\\" src=\\\"res/helpimg/smzb9.png\\\" "
"width=\\\"9.257cm\\\" height=\\\"3.196cm\\\"\\>\\<alt "
"id=\\\"alt_id3148871\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090910.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03090910.xhp#tit.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/smath/01/03090910.xhp#hd_id3154702.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03090910.xhp\\\" "
"name=\\\"Attributes\\\"\\>Attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03090910.xhp#par_id3150301.2.help.text
msgid ""
"This section contains an example of how you can use different attributes in "
"a formula in \\<emph\\>$[officename] Math\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03090910.xhp#par_id3148703.help.text
msgid ""
"\\<image id=\\\"img_id3151242\\\" src=\\\"res/helpimg/smzb10.png\\\" "
"width=\\\"8.975cm\\\" height=\\\"2.198cm\\\"\\>\\<alt "
"id=\\\"alt_id3151242\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#tit.help.text
msgid "Brackets and Grouping"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#bm_id3147341.help.text
msgid ""
"\\<bookmark_value\\>brackets and grouping in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>grouping and brackets in "
"$[officename] Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#hd_id3147341.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03091100.xhp\\\" name=\\\"Brackets and "
"Grouping\\\"\\>Brackets and Grouping\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3150342.2.help.text
msgid ""
"Note: the quotation marks in the examples are used to emphasize text and do "
"not belong to the content of the formulas and commands."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3146962.3.help.text
msgid ""
"When typing example formulas into the \\<emph\\>Commands\\</emph\\> window, "
"note that spaces are often required for correct structure."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3149054.4.help.text
msgid ""
"Braces \"{}\" are used to group expressions together to form one new "
"expression. For example, \"sqrt {x * y}\" is the square root of the entire "
"product x*y, while \"sqrt x * y\" is the square root of x multiplied by y. "
"Braces do not require an extra space."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3151392.5.help.text
msgid ""
"Set brackets were previously inserted in the Selection window or directly in "
"the Commands window as \"left lbrace <?> right rbrace\". Now, a left and a "
"right set bracket can also be inserted using \"lbrace\" and \"rbrace\", "
"without or without wildcards."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147403.6.help.text
msgid ""
"There are a total of eight (8) different types of brackets available. The "
"\"ceil\" and \"floor\" brackets are often used for rounding up or down the "
"argument to the next integer: \"lceil -3.7 rceil = -3\" or \"lfloor -3.7 "
"rfloor = -4\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3146320.63.help.text
msgid ""
"Operator brackets, also known as Bra-kets (angle brackets with a vertical "
"line in between), are common in Physics notation: \"langle a mline b "
"rangle\" or \"langle a mline b mline c over d mline e rangle.\" The height "
"and positioning of the vertical lines always corresponds exactly to the "
"enclosing brackets."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3157870.7.help.text
msgid ""
"All brackets may only be used in pairs. The brackets have some common "
"characteristics:"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3155761.8.help.text
msgid ""
"All types of brackets have the same grouping function as described for "
"\"{}\"\\<emph\\>-\\</emph\\> brackets."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3145590.9.help.text
msgid ""
"All types of brackets, including those that are visible, permit empty group "
"definition. The enclosed expression may therefore be empty."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3154562.10.help.text
msgid ""
"Brackets do not adjust their size to the enclosed expression. For example, "
"if you want \"( a over b )\" with a bracket size adjusted to a and b you "
"must insert \"left\" and \"right\". Entering \"left(a over b right)\" "
"produces appropriate sizing. If, however, the brackets themselves are part "
"of the expression whose size is changed, they are included the size change: "
"\"size 3(a over b)\" and \"size 12(a over b)\". The sizing of the bracket-to-"
"bracket expression ratio does not change in any way."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3153002.11.help.text
msgid ""
"Since \"left\" and \"right\" ensure unique assignment of the brackets, every "
"single bracket can be used as an argument for these two commands, even "
"placing right brackets on the left side, or left brackets on the right. "
"Instead of a bracket you can use the \"none\" qualifier, which means that "
"there is no bracket shown and that there is no space reserved for a bracket. "
"Using this, you can create the following expressions:"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3150014.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091100.xhp#par_id3150014.12.help.text\n"
"left lbrace x right none"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3149877.13.help.text
msgid "left [ x right )"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3145241.14.help.text
msgid "left ] x right ["
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3156060.15.help.text
msgid "left rangle x right lfloor"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3150935.16.help.text
msgid ""
"The same rules apply to \"left\" and \"right\" as to the other brackets: "
"they also work as group builders and may enclose empty expressions."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3149030.17.help.text
msgid ""
"The combination of mismatched brackets, single brackets and repositioned "
"left and right brackets occurs often in mathematical formulas. The following "
"is a formula that will create an error when typed:"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3155989.19.help.text
msgid "[2, 3) - right open interval"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147169.23.help.text
msgid ""
"Using \"left\" and \"right\" makes the above expression valid in "
"$[officename] Math: \"left [2, 3 right )\". However, the brackets do not "
"have any fixed size because they adjust to the argument. Setting a single "
"bracket is a bit cumbersome. Therefore, there you can display single "
"brackets with a fixed size by placing a \"\\\\\" (backslash) in front of "
"normal brackets. These brackets then act like any other symbol and no longer "
"have the special functionality of brackets; that is they do not work as "
"group builders and their orientation corresponds to that of other symbols. "
"See \"size *2 \\\\langle x \\\\rangle\" and \"size *2 langle x rangle\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3153720.24.help.text
msgid "The complete overview is as follows"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3149715.25.help.text
msgid "\\\\{ or \\\\lbrace, \\\\} or \\\\rbrace"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3150756.26.help.text
msgid "\\\\(, \\\\)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3145207.27.help.text
msgid "\\\\[, \\\\]"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3153153.28.help.text
msgid "\\\\langle, \\\\rangle"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3150263.29.help.text
msgid "\\\\lceil, \\\\rceil"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147252.30.help.text
msgid "\\\\lfloor, \\\\rfloor"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3154690.31.help.text
msgid "\\\\lline, \\\\rline"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3145414.32.help.text
msgid "\\\\ldline, \\\\rdline"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147514.33.help.text
msgid ""
"In this way, intervals like the one above can be built in "
"\\<emph\\>$[officename] Math\\</emph\\> without any problems: \\\\[2\", "
"\"3\\\\) or \"\\\\]2\", \"3\\\\[ (Attention: These quotation marks are part "
"of the entry.)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3153532.34.help.text
msgid ""
"Please note that the quotation marks must be entered and can be obtained "
"with \\<emph\\>Shift+2\\</emph\\> and not with typographical quotation "
"marks. Generally, punctuation marks (like the comma in this case) are set as "
"text. Although it is also possible to type \"\\\\[2,~3\\\\)\" the above "
"option is preferable. In the previous example, \"fixed size\" always "
"describes a bracket size dependent on the font size used."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3153674.35.help.text
msgid ""
"Nesting groups within each other is relatively problem-free. In the formula "
"hat \"{a + b}\" the \"hat\" is displayed simply over the center of \"{a + "
"b}\". Also, \"color red lceil a rceil\" and \"grave hat langle x * y "
"rangle\" work as expected. The result of the latter can be compared to "
"\"grave {hat langle x * y rangle}.\" These attributes do not compete, but "
"rather can be combined."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147526.36.help.text
msgid ""
"This differs slightly for competing or mutually influencing attributes. This "
"is often the case with font attributes. For example, which color does the b "
"have in \"color yellow color red (a + color green b)\", or which size does "
"it have in \"size *4 (a + size /2 b)\"? Given a base size of 12, does it "
"have the size 48, 6 or even 24 (which could be seen as a combination)? The "
"following are basic resolution rules, which will be followed consistently in "
"the future. In general, the rules apply to all group operations. This only "
"has a visible effect on the font attributes, like \"bold\", \"ital\", "
"\"phantom\", \"size\", \"color\" and \"font\":"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3152952.37.help.text
msgid ""
"Group operations in sequence are treated as if every single operation is "
"enclosed by braces. They are nested, and in every level there can be no more "
"than one operation. Here is an example of a formula with many group "
"operations: \"size 12 color red font sans size -5 (a + size 8 b)\" like "
"\"{size 12{color red{font sans{size -5 (a + {size 8 b})}}}}\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3158441.38.help.text
msgid ""
"This example formula is then interpreted from left to right. The operations "
"only affect its corresponding group (or expression). Operations further to "
"the right \"replace\" or \"combine themselves with\" their predecessors."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3150994.39.help.text
msgid ""
"A group operation does not have any effect on higher-level operations but "
"rather affects only lower-level groups and expressions, including their "
"brackets and super-/subscripts. For example, \"a + size *2 (b * size -8 "
"c_1)^2\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3154196.40.help.text
msgid ""
"\"color ...\" and \"font ...\" as well as \"size n\" (n is a decimal) "
"replace any preceding operations of the same type"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3154136.41.help.text
msgid ""
"for \"size +n\", \"size -n\", \"size *n\", and \"size /n\" the effects of "
"the operations are combined,"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3146934.42.help.text
msgid "\"size *2 size -5 a\" would be double the starting size minus 5"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3149297.43.help.text
msgid "\"font sans ( a + font serif b)\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3155174.44.help.text
msgid "\"size *2 ( a + size /2 b )\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3151327.45.help.text
msgid ""
"For the StarSymbol Unicode font there are 2 exceptions to these rules:"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3148998.46.help.text
msgid ""
"It ignores \"font\" commands. Otherwise, there would often be different "
"characters from the ones desired, for example, \"font sans (a oplus b)\" "
"would then neither have brackets nor an \"oplus\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3143281.47.help.text
msgid ""
"The \"ital\" command is ignored, for example, \"ital (a + b)\". This happens "
"because italicized mathematical symbols are uncommon, even in combination "
"with text in italics."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3154906.50.help.text
msgid ""
"To change the size of a formula, use \"size +\" or -,*,/. Do not use \"size "
"n\". These can easily be used in any context. This enables you to copy to "
"other areas by using Copy and Paste, and the result remains the same. "
"Furthermore, such expressions survive a change of base size in the menu "
"better than when using \"size n\". If you use only \"size *\" and \"size /\" "
"(for example, \"size *1.24 a or size /0.86 a\") the proportions remain "
"intact."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147587.51.help.text
msgid "Examples (with a base size of 12 and 50% for indexes):"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3148734.52.help.text
msgid ""
"Exactly identical proportions with \"size 18 a_n\" and \"size *1.5 a_n\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3152766.53.help.text
msgid ""
"This differs in different contexts: \"x^{size 18 a_n}\" and \"x^{size *1.5 "
"a_n}\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3157986.54.help.text
msgid "Examples with size +n for a comparison. They look identical:"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3158001.55.help.text
msgid "a_{size 8 n}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147332.56.help.text
msgid "a_{size +2 n}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3155143.57.help.text
msgid "a_{size *1.333 n}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147129.58.help.text
msgid "The following examples, however, do not look identical:"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147073.59.help.text
msgid "x^{a_{size 8 n}}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3147086.60.help.text
msgid "x^{a_{size +2 n}}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3154386.61.help.text
msgid "x^{a_{size *1.333 n}}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091100.xhp#par_id3153354.62.help.text
msgid ""
"Note that all n here have different sizes. The size 1.333 results from 8/6, "
"the desired size divided by the default index size 6. (Index size 50% with a "
"base size of 12)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#tit.help.text
msgid "Indexes and Exponents"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#bm_id3150746.help.text
msgid ""
"\\<bookmark_value\\>indexes and exponents in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>exponents and indexes in "
"$[officename] Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#hd_id3150746.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03091200.xhp\\\" name=\\\"Indexes and "
"Exponents\\\"\\>Indexes and Exponents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3153730.2.help.text
msgid ""
"Here, you will find basic information about indexes and exponents in "
"\\<emph\\>$[officename] Math\\</emph\\>. You can try the examples described "
"here to help you understand the details discussed. (The quotation marks in "
"this text are for emphasis purposes only and are not part of the examples.)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3149884.3.help.text
msgid ""
"The index and exponent for a character are displayed one on top of the "
"other, left-justified to the base character. For example, type "
"\\<emph\\>a_2^3\\</emph\\> or \\<emph\\>a^3_2\\</emph\\>. This can be in any "
"order. Instead of \\<emph\\>'_'\\</emph\\> and \\<emph\\>'^'\\</emph\\>, you "
"can use \\<emph\\>'sub'\\</emph\\> and \\<emph\\>'sup'\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3148387.4.help.text
msgid "However, it is no longer possible to use the following patterns"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3149029.5.help.text
msgid "a_2_3"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3155985.6.help.text
msgid "a^2^3"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3153923.7.help.text
msgid "a_2^3_4"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3153724.8.help.text
msgid ""
"Each sub-/superscript position of a base character can only be used once. "
"You must use brackets to indicate the desired result. The following examples "
"illustrate this"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3151185.9.help.text
msgid "a_{2_3}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3151272.10.help.text
msgid "a^{2^3}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3156316.11.help.text
msgid "a_2^{3_4}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3145207.12.help.text
msgid "a_{2^3}^{4_5}"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3151173.13.help.text
msgid ""
"Unlike other formula editors where \"\\<emph\\>_\\</emph\\>\" and \" "
"\\<emph\\>^\\</emph\\> \" only refer to the next character (\"a_24\" refers "
"only to the \"2\"), $[officename] Math refers to the entire "
"number(s)/name(s)/text. If you want to put superscripts and subscripts in "
"sequence, the expression can be written as follows: a_2{}^3 or a^3{}_2"
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3154260.15.help.text
msgid ""
"To write tensors, \\<emph\\>$[officename] Math\\</emph\\> provides several "
"options. In addition to the notation \"R_i{}^{jk}{}_l\", common in other "
"applications, additional notations can be used, namely \"R_i{}^jk{}_l\" and "
"\"{{R_i}^jk}_l.\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3147516.16.help.text
msgid ""
"Super- and subscripts to the left of the base character can also be right-"
"justified. To do this, the new commands \"lsub\" and \"lsup\" are used. Both "
"commands have the same effect as \"sub\" and \"sup\", except that they are "
"left of the base character. See also \"a lsub 2 lsup 3.\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3154276.17.help.text
msgid ""
"The rules governing unambiguity and the necessity of using brackets remain "
"the same. In principle, this can be achieved with \\<emph\\>{}_2^3 "
"a\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3152961.18.help.text
msgid ""
"The commands \"sub\" and \"sup\" are also available as \"rsub\" and \"rsup\"."
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3158437.20.help.text
msgid ""
"Using the \"csub\" and \"csup\" commands, you can write super- and "
"subscripts directly above or below a character. An example is \"a csub y "
"csup x\". Combinations of indexes and exponents together are also possible: "
"\"abc_1^2 lsub 3 lsup 4 csub 55555 csup 66666.\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3154570.21.help.text
msgid ""
"Super- and subscripts can be attached to most unary and binary operators. "
"Two examples: \"a div_2 b a<csub n b +_2 h\" and \"a toward csub f b x "
"toward csup f y.\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091200.xhp#par_id3155904.19.help.text
msgid ""
"Be sure to also enter all spaces between characters when entering these "
"examples into the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091300.xhp#tit.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#bm_id3148839.help.text
msgid ""
"\\<bookmark_value\\>attributes; additional information\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#hd_id3148839.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03091300.xhp\\\" "
"name=\\\"Attributes\\\"\\>Attributes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#par_id3150051.2.help.text
msgid ""
"Additional information about attributes in \\<emph\\>$[officename] "
"Math\\</emph\\> is found here."
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#par_id3146966.3.help.text
msgid ""
"The \\<emph\\>acute\\</emph\\>, \\<emph\\>bar\\</emph\\>, "
"\\<emph\\>breve\\</emph\\>, \\<emph\\>check\\</emph\\>, "
"\\<emph\\>circle\\</emph\\>, \\<emph\\>dot\\</emph\\>, "
"\\<emph\\>ddot\\</emph\\>, \\<emph\\>dddot\\</emph\\>, "
"\\<emph\\>grave\\</emph\\>, \\<emph\\>hat\\</emph\\>, "
"\\<emph\\>tilde\\</emph\\> and \\<emph\\>vec\\</emph\\> attributes always "
"have a fixed size and do not become wider (longer) if they are above a long "
"symbol (for example, \\<emph\\>dot v\\</emph\\> and \\<emph\\>dot "
"vvvvvvv_22222\\</emph\\> in old and new form). By default, they are centered "
"(vgl \\<emph\\>dot v_maximum\\</emph\\> with \\<emph\\>{dot "
"v}_maximum\\</emph\\>)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#par_id3154557.4.help.text
msgid ""
"The only attributes which grow with the length of the symbol are "
"\\<emph\\>overline\\</emph\\>, \\<emph\\>underline\\</emph\\> and "
"\\<emph\\>overstrike\\</emph\\>. (Also, \\<emph\\>overstrike\\</emph\\> "
"places a horizontal line through the character and not above it.)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#par_id3147369.5.help.text
msgid ""
"The differences between \\<emph\\>bar\\</emph\\> and "
"\\<emph\\>overline\\</emph\\> important. While \\<emph\\>bar a\\</emph\\> "
"and \\<emph\\>overline a\\</emph\\> look relatively similar (except that "
"\\<emph\\>bar\\</emph\\> shows a slightly shorter line), this looks totally "
"different for long symbols. These differences become evident if you compare "
"\\<emph\\>bar aaaaa\\</emph\\> to \\<emph\\>overline aaaaa\\</emph\\>. While "
"\\<emph\\>bar\\</emph\\> shows the line above one character only, "
"\\<emph\\>overline\\</emph\\> adjusts to the length of the character string "
"and shows a line above all five a in the example given."
msgstr ""

#: helpcontent2/source/text/smath/01/03091300.xhp#par_id3151180.6.help.text
msgid ""
"For some character strings, it is possible that a line inserted with "
"\\<emph\\>underline\\</emph\\> is too close to the character. In this case, "
"an empty group can solve the problem: \\<emph\\>underline Q sub "
"{}\\</emph\\> instead of \\<emph\\>underline Q\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091400.xhp#tit.help.text\n"
"Scaling"
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#bm_id3153923.help.text
msgid ""
"\\<bookmark_value\\>scaling; in %PRODUCTNAME Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#hd_id3153923.1.help.text
msgid ""
" \\<link href=\\\"text/smath/01/03091400.xhp\\\" "
"name=\\\"Scaling\\\"\\>Scaling\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#par_id3147173.2.help.text
msgid ""
"More detailed information about scaling in \\<emph\\>\\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Math\\</emph\\> as well "
"as some examples can be found here. (The quotation marks in this text are "
"for emphasis purposes only and are not part of the examples.)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#par_id3156316.3.help.text
msgid ""
"The factorial is not scaled (example: \"fact stack{a#b}\" and \"fact {a over "
"b}\") but is oriented using the baseline or center of the arguments."
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#par_id3150756.4.help.text
msgid ""
"Brackets always have a fixed size as well. This applies to all symbols that "
"can be used as brackets. Compare \"(((a)))\", \"( stack{a#b#c})\", \"(a over "
"b).\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#par_id3147570.7.help.text
msgid ""
"Brackets preceded by \"left\" or \"right\", however, are always adjusted to "
"the argument. See \"left(left(left(a right)right)right)\", "
"\"left(stack{a#b#c}right)\", \"left(a over b right).\""
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#par_id3145206.11.help.text
msgid ""
"Some \\<link href=\\\"text/smath/01/03091300.xhp\\\" "
"name=\\\"Attributes\\\"\\>Attributes\\</link\\> have fixed sizes; do not "
"change these if they are placed above a long symbol."
msgstr ""

#: helpcontent2/source/text/smath/01/03091400.xhp#par_id3154694.12.help.text
msgid ""
"The spaces in the examples are required for the correct structure. You may "
"not delete them when making entries in the Commands window."
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#tit.help.text
msgid "Formula Reference Tables"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3155961.help.text
msgid ""
"\\<bookmark_value\\>$[officename] Math;reference "
"list\\</bookmark_value\\>\\<bookmark_value\\>formulas;reference "
"tables\\</bookmark_value\\>\\<bookmark_value\\>reference tables; "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3155961.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3155961.1.help.text\n"
"\\<link href=\\\"text/smath/01/03091500.xhp\\\" name=\\\"Formula Reference "
"Tables\\\"\\>Formula Reference Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3149502.350.help.text
msgid ""
"\\<variable id=\\\"ref\\\"\\>This reference section contains all operators, "
"functions, symbols and formatting features available in "
"\\<emph\\>$[officename] Math\\</emph\\>. Many of the commands displayed can "
"be inserted using the icons in the \\<emph\\>Selection\\</emph\\> window or "
"the context menu of the \\<emph\\>Commands\\</emph\\> window. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3149126.help.text
msgid ""
"\\<bookmark_value\\>unary operators; list "
"of\\</bookmark_value\\>\\<bookmark_value\\>binary operators; list "
"of\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3149126.2.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3149126.2.help.text\n"
"Unary and Binary Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN106F7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN106F7.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151388.472.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3151388.472.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155764.474.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3155764.474.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156276.help.text
msgid ""
"\\<image id=\\\"Graphic10\\\" src=\\\"starmath/res/un21209.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155125.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3155125.38.help.text\n"
"Subtraction"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163824.help.text
msgid ""
"\\<image id=\\\"Graphic21\\\" src=\\\"starmath/res/un21202.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151266.8.help.text
msgid "- Sign"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147514.help.text
msgid ""
"\\<image id=\\\"Graphic4\\\" src=\\\"starmath/res/un21204.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150358.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3150358.12.help.text\n"
"Minus/Plus"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154821.help.text
msgid ""
"\\<image id=\\\"Graphic13\\\" src=\\\"starmath/res/un21212.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147106.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3147106.52.help.text\n"
"Division"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155179.help.text
msgid ""
"\\<image id=\\\"Graphic7\\\" src=\\\"starmath/res/un21208.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148972.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3148972.42.help.text\n"
"Multiplication"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150832.help.text
msgid ""
"\\<image id=\\\"Graphic6\\\" src=\\\"starmath/res/un21205.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151332.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3151332.34.help.text\n"
"Addition"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145590.help.text
msgid ""
"\\<image id=\\\"Graphic2\\\" src=\\\"starmath/res/un21202.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148390.5.help.text
msgid "+ Sign"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150764.help.text
msgid ""
"\\<image id=\\\"Graphic3\\\" src=\\\"starmath/res/un21203.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153579.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3153579.10.help.text\n"
"Plus/Minus"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10A6B.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>and\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>&\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146336.help.text
msgid ""
"\\<image id=\\\"Graphic14\\\" src=\\\"starmath/res/un21214.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155565.62.help.text
msgid "Boolean AND operation"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3149632.136.help.text
msgid "Function placeholder, user-defined operator"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147212.help.text
msgid ""
"\\<image id=\\\"Graphic8\\\" src=\\\"starmath/res/un21206.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155143.44.help.text
msgid "Multiplication, small multiply symbol"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151130.help.text
msgid ""
"\\<image id=\\\"Graphic16\\\" src=\\\"starmath/res/un21221.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156125.373.help.text
msgid "Concatenate symbols"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147470.help.text
msgid ""
"\\<image id=\\\"Graphic12\\\" src=\\\"starmath/res/un21211.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145129.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3145129.58.help.text\n"
"Division"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151319.help.text
msgid ""
"\\<image id=\\\"Graphic5\\\" src=\\\"starmath/res/un21213.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147527.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3147527.14.help.text\n"
"Boolean NOT"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150729.56.help.text
msgid "Slash / in circle"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151227.46.help.text
msgid "Small multiply symbol in circle"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154841.40.help.text
msgid "Subtract symbol in circle"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148783.36.help.text
msgid "Add symbol in circle"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10AB0.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>or\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>|\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147065.help.text
msgid ""
"\\<image id=\\\"Graphic15\\\" src=\\\"starmath/res/un21215.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153797.64.help.text
msgid "Boolean OR operation"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155380.50.help.text
msgid "Multiply symbol times in circle"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148873.help.text
msgid ""
"\\<image id=\\\"Graphic11\\\" src=\\\"starmath/res/un21210.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150118.60.help.text
msgid "Division/Fraction"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147073.help.text
msgid ""
"\\<image id=\\\"Graphic9\\\" src=\\\"starmath/res/un21207.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151024.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3151024.48.help.text\n"
"Multiplication"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154624.28.help.text
msgid "User-defined operator"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3149241.415.help.text
msgid ""
"Backslash \\\\ between two characters, of which the right is superscript, "
"the left subscript"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155587.413.help.text
msgid ""
"Slash / between two characters, of which the left is superscript, the right "
"subscript"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3149650.help.text
msgid "\\<bookmark_value\\>relations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3149650.433.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3149650.433.help.text\n"
"Relations"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10C98.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10C98.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154032.475.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3154032.475.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3147272.477.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3147272.477.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10E08.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\><\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>lt\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156247.help.text
msgid ""
"\\<image id=\\\"img_id3156253\\\" src=\\\"starmath/res/bi21305.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156253\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150068.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3150068.68.help.text\n"
"Less than"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id9464726.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\><<\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>ll\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3149922.80.help.text
msgid "Much less than"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN11059.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\><=\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>le\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153031.help.text
msgid ""
"\\<image id=\\\"img_id3153037\\\" src=\\\"starmath/res/bi21313.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153037\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152714.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3152714.76.help.text\n"
"Less than or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10D00.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\><>\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>neq\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155548.help.text
msgid ""
"\\<image id=\\\"img_id3155554\\\" src=\\\"starmath/res/bi21302.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155554\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148672.32.help.text
msgid "Not equal"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150600.help.text
msgid ""
"\\<image id=\\\"img_id3150606\\\" src=\\\"starmath/res/bi21301.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150606\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155358.30.help.text
msgid "Equation"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN10E4D.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>>\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>gt\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152978.help.text
msgid ""
"\\<image id=\\\"img_id3152984\\\" src=\\\"starmath/res/bi21306.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3152984\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150515.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3150515.66.help.text\n"
"Greater than"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN1109E.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>>=\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>ge\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152741.help.text
msgid ""
"\\<image id=\\\"img_id3153876\\\" src=\\\"starmath/res/bi21314.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153876\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150308.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3150308.70.help.text\n"
"Greater than or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN11183.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>>>\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>gg\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153863.74.help.text
msgid "Much greater than"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150840.help.text
msgid ""
"\\<image id=\\\"img_id3150846\\\" src=\\\"starmath/res/bi21307.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150846\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148622.86.help.text
msgid "Is approximately"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3148502.82.help.text
msgid "is defined as/by definition equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154050.help.text
msgid ""
"\\<image id=\\\"img_id3154056\\\" src=\\\"starmath/res/bi21322.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154056\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153749.375.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3153749.375.help.text\n"
"divides"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150419.help.text
msgid ""
"\\<image id=\\\"img_id3150425\\\" src=\\\"starmath/res/bi21324.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150425\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163845.383.help.text
msgid "Arrow with double line to the left"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154424.help.text
msgid ""
"\\<image id=\\\"img_id3154429\\\" src=\\\"starmath/res/bi21325.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154429\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156166.387.help.text
msgid "Arrow with double line to the left and the right"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155410.help.text
msgid ""
"\\<image id=\\\"img_id3155417\\\" src=\\\"starmath/res/bi21326.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3155417\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155291.385.help.text
msgid "Arrow with double line to the right"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153373.help.text
msgid ""
"\\<image id=\\\"img_id3153379\\\" src=\\\"starmath/res/bi21303.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153379\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152934.84.help.text
msgid "Is equivalent/congruent to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3149139.help.text
msgid ""
"\\<image id=\\\"img_id3149145\\\" src=\\\"starmath/res/bi21310.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149145\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153616.72.help.text
msgid "Greater than-equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153648.help.text
msgid ""
"\\<image id=\\\"img_id3153653\\\" src=\\\"starmath/res/bi21309.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153653\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153690.78.help.text
msgid "Less than-equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145098.help.text
msgid ""
"\\<image id=\\\"img_id3145104\\\" src=\\\"starmath/res/bi21323.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145104\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150374.377.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3150374.377.help.text\n"
"does not divide"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152809.help.text
msgid ""
"\\<image id=\\\"img_id3150267\\\" src=\\\"starmath/res/bi21304.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150267\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151063.94.help.text
msgid "Is orthogonal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153161.help.text
msgid ""
"\\<image id=\\\"img_id3153168\\\" src=\\\"starmath/res/bi21308.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153168\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152784.96.help.text
msgid "Is parallel to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3150336.help.text
msgid ""
"\\<image id=\\\"img_id3148396\\\" src=\\\"starmath/res/bi21312.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3148396\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153930.92.help.text
msgid "Is proportional to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3154416.help.text
msgid ""
"\\<image id=\\\"img_id3154422\\\" src=\\\"starmath/res/bi21315.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3154422\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145154.88.help.text
msgid "Is similar to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3149265.help.text
msgid ""
"\\<image id=\\\"img_id3149271\\\" src=\\\"starmath/res/bi21311.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3149271\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151346.90.help.text
msgid "Is similar or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3153957.help.text
msgid ""
"\\<image id=\\\"img_id3153962\\\" src=\\\"starmath/res/bi21316.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153962\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155844.134.help.text
msgid "Toward"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152853.98.help.text
msgid "Correspondence symbol image of"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157974.100.help.text
msgid "Correspondence symbol original of"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3157991.help.text
msgid "\\<bookmark_value\\>set operators\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3157991.435.help.text
msgid "Set Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN1130F.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN1130F.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145724.478.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3145724.478.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158137.480.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3158137.480.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146505.help.text
msgid ""
"\\<image id=\\\"img_id3146512\\\" src=\\\"starmath/res/op22001.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3146512\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146625.214.help.text
msgid "Cardinal number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159379.help.text
msgid ""
"\\<image id=\\\"img_id3159386\\\" src=\\\"starmath/res/op22002.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159386\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152374.218.help.text
msgid "Empty set"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158166.help.text
msgid ""
"\\<image id=\\\"img_id3158173\\\" src=\\\"starmath/res/op21401.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158173\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3155037.102.help.text
msgid "is contained in"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152402.help.text
msgid ""
"\\<image id=\\\"img_id3152408\\\" src=\\\"starmath/res/op21405.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3152408\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152522.126.help.text
msgid "Intersection of sets"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158212.help.text
msgid ""
"\\<image id=\\\"img_id3158218\\\" src=\\\"starmath/res/op21402.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158218\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158332.104.help.text
msgid "is not contained in"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158819.help.text
msgid ""
"\\<image id=\\\"img_id3158825\\\" src=\\\"starmath/res/op21413.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158825\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158939.110.help.text
msgid "Not subset to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158966.help.text
msgid ""
"\\<image id=\\\"img_id3158973\\\" src=\\\"starmath/res/op21414.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158973\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159086.112.help.text
msgid "Not subset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159114.help.text
msgid ""
"\\<image id=\\\"img_id3159120\\\" src=\\\"starmath/res/op21415.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159120\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162974.118.help.text
msgid "Not superset"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163002.help.text
msgid ""
"\\<image id=\\\"img_id3163008\\\" src=\\\"starmath/res/op21416.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3163008\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163122.120.help.text
msgid "Not superset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN112D9.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>owns\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>ni\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158359.help.text
msgid ""
"\\<image id=\\\"img_id3158366\\\" src=\\\"starmath/res/op21403.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158366\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159352.122.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3159352.122.help.text\n"
"Contains"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156480.help.text
msgid ""
"\\<image id=\\\"img_id3156486\\\" src=\\\"starmath/res/op21421.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156486\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156600.405.help.text
msgid "Complex number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN113E5.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>setminus\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>bslash\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145932.help.text
msgid ""
"\\<image id=\\\"img_id3145938\\\" src=\\\"starmath/res/op21407.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3145938\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146052.128.help.text
msgid "Difference between sets"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163149.help.text
msgid ""
"\\<image id=\\\"img_id3163156\\\" src=\\\"starmath/res/op21417.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3163156\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163269.397.help.text
msgid "Natural number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163444.help.text
msgid ""
"\\<image id=\\\"img_id3163450\\\" src=\\\"starmath/res/op21419.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3163450\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163564.401.help.text
msgid "Rational number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163591.help.text
msgid ""
"\\<image id=\\\"img_id3163598\\\" src=\\\"starmath/res/op21420.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3163598\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156453.403.help.text
msgid "Real number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163296.help.text
msgid ""
"\\<image id=\\\"img_id3163303\\\" src=\\\"starmath/res/op21418.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3163303\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3163416.399.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3163416.399.help.text\n"
"Integer"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146357.help.text
msgid ""
"\\<image id=\\\"img_id3146363\\\" src=\\\"starmath/res/op21408.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3146363\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146477.54.help.text
msgid "Slash / for quotient set (slash) between characters"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146652.help.text
msgid ""
"\\<image id=\\\"img_id3146659\\\" src=\\\"starmath/res/op21409.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3146659\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146772.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3146772.106.help.text\n"
"Subset"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3146800.help.text
msgid ""
"\\<image id=\\\"img_id3146806\\\" src=\\\"starmath/res/op21410.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3146806\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158496.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3158496.108.help.text\n"
"Subset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158524.help.text
msgid ""
"\\<image id=\\\"img_id3158530\\\" src=\\\"starmath/res/op21411.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158530\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158644.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3158644.114.help.text\n"
"Superset"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158671.help.text
msgid ""
"\\<image id=\\\"img_id3158678\\\" src=\\\"starmath/res/op21412.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3158678\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3158791.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3158791.116.help.text\n"
"Superset or equal to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152548.help.text
msgid ""
"\\<image id=\\\"img_id3152555\\\" src=\\\"starmath/res/op21406.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3152555\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145904.124.help.text
msgid "Union of sets"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3156617.help.text
msgid "\\<bookmark_value\\>functions;overview\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3156617.437.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3156617.437.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN11838.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN11838.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156681.481.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3156681.481.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156750.483.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3156750.483.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166018.help.text
msgid ""
"\\<image id=\\\"img_id3166024\\\" src=\\\"starmath/res/fu21501.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3166024\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166138.16.help.text
msgid "Absolute amount"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3164840.help.text
msgid ""
"\\<image id=\\\"img_id3164847\\\" src=\\\"starmath/res/fu21518.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3164847\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3164961.184.help.text
msgid "Inverse cosine or arccosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165134.help.text
msgid ""
"\\<image id=\\\"img_id3165141\\\" src=\\\"starmath/res/fu21520.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3165141\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165255.188.help.text
msgid "Inverse cotangent or arccotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166312.help.text
msgid ""
"\\<image id=\\\"img_id3166318\\\" src=\\\"starmath/res/fu21522.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3166318\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166432.200.help.text
msgid "Inverse hyperbolic cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143430.help.text
msgid ""
"\\<image id=\\\"img_id3143436\\\" src=\\\"starmath/res/fu21524.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3143436\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143550.204.help.text
msgid "Inverse hyperbolic cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152238.help.text
msgid ""
"\\<image id=\\\"img_id3152244\\\" src=\\\"starmath/res/fu21517.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3152244\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152358.182.help.text
msgid "Inverse sine or arcsine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3164987.help.text
msgid ""
"\\<image id=\\\"img_id3164994\\\" src=\\\"starmath/res/fu21519.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3164994\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165108.186.help.text
msgid "Inverse tangent or arctangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166165.help.text
msgid ""
"\\<image id=\\\"img_id3166172\\\" src=\\\"starmath/res/fu21521.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3166172\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166285.198.help.text
msgid "Inverse hyperbolic sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166459.help.text
msgid ""
"\\<image id=\\\"img_id3166465\\\" src=\\\"starmath/res/fu21523.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3166465\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143403.202.help.text
msgid "Inverse hyperbolic tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143805.216.help.text
msgid "Back epsilon"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151649.help.text
msgid ""
"\\<image id=\\\"img_id3151656\\\" src=\\\"starmath/res/fu21510.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151656\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151770.176.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3151770.176.help.text\n"
"Cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165576.help.text
msgid ""
"\\<image id=\\\"img_id3165583\\\" src=\\\"starmath/res/fu21514.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3165583\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165696.192.help.text
msgid "Hyperbolic cosine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151944.help.text
msgid ""
"\\<image id=\\\"img_id3151950\\\" src=\\\"starmath/res/fu21512.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151950\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152064.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3152064.180.help.text\n"
"Cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165871.help.text
msgid ""
"\\<image id=\\\"img_id3165877\\\" src=\\\"starmath/res/fu21516.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3165877\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165991.196.help.text
msgid "Hyperbolic cotangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157074.help.text
msgid ""
"\\<image id=\\\"img_id3157080\\\" src=\\\"starmath/res/fu21507.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3157080\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157194.206.help.text
msgid "General exponential function"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143577.help.text
msgid ""
"\\<image id=\\\"img_id3143584\\\" src=\\\"starmath/res/fu21502.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3143584\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143698.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3143698.18.help.text\n"
"Factorial"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156780.help.text
msgid ""
"\\<image id=\\\"img_id3156786\\\" src=\\\"starmath/res/fu21505.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156786\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156900.212.help.text
msgid "Natural exponential function"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3156927.help.text
msgid ""
"\\<image id=\\\"img_id3156934\\\" src=\\\"starmath/res/fu21506.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3156934\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157048.208.help.text
msgid "Natural logarithm"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157220.help.text
msgid ""
"\\<image id=\\\"img_id3157227\\\" src=\\\"starmath/res/fu21508.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3157227\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157341.210.help.text
msgid "General logarithm"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165282.help.text
msgid ""
"\\<image id=\\\"img_id3165288\\\" src=\\\"starmath/res/fu21504.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3165288\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165402.22.help.text
msgid "n-th root of x"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151502.help.text
msgid ""
"\\<image id=\\\"img_id3151509\\\" src=\\\"starmath/res/fu21509.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151509\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151623.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3151623.174.help.text\n"
"Sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165429.help.text
msgid ""
"\\<image id=\\\"img_id3165436\\\" src=\\\"starmath/res/fu21513.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3165436\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165549.190.help.text
msgid "Hyperbolic sine"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152091.help.text
msgid ""
"\\<image id=\\\"img_id3152097\\\" src=\\\"starmath/res/fu21503.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3152097\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3152211.20.help.text
msgid "Square root"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143914.130.help.text
msgid "x with subscript n"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3157368.help.text
msgid ""
"\\<image id=\\\"img_id3157375\\\" src=\\\"starmath/res/fu21908.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3157375\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151476.132.help.text
msgid "n-th power of x"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151796.help.text
msgid ""
"\\<image id=\\\"img_id3151803\\\" src=\\\"starmath/res/fu21511.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3151803\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3151917.178.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3151917.178.help.text\n"
"Tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165723.help.text
msgid ""
"\\<image id=\\\"img_id3165730\\\" src=\\\"starmath/res/fu21515.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3165730\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3165844.194.help.text
msgid "Hyperbolic tangent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3143931.help.text
msgid "\\<bookmark_value\\>operators; overview\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3143931.439.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3143931.439.help.text\n"
"Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN11DE4.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN11DE4.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3143994.484.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3143994.484.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144064.486.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3144064.486.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144534.help.text
msgid ""
"\\<image id=\\\"img_id3144541\\\" src=\\\"starmath/res/fo21604.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3144541\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144655.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3144655.142.help.text\n"
"Coproduct"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166611.help.text
msgid ""
"\\<image id=\\\"img_id3166618\\\" src=\\\"starmath/res/fo21614.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3166618\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166692.170.help.text
msgid "Lower limit of an operator"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144681.help.text
msgid ""
"\\<image id=\\\"img_id3144688\\\" src=\\\"starmath/res/fo21613.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3144688\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144763.168.help.text
msgid "Range from ... to"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145083.help.text
msgid ""
"\\<image id=\\\"img_id3166470\\\" src=\\\"starmath/res/fo21607.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3166470\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166584.158.help.text
msgid "Triple integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144936.help.text
msgid ""
"\\<image id=\\\"img_id3144943\\\" src=\\\"starmath/res/fo21606.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3144943\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3145056.156.help.text
msgid "Double integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144789.help.text
msgid ""
"\\<image id=\\\"img_id3144796\\\" src=\\\"starmath/res/fo21605.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3144796\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144909.154.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3144909.154.help.text\n"
"Integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167350.146.help.text
msgid "Limes inferior"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167458.148.help.text
msgid "Limes superior"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166719.help.text
msgid ""
"\\<image id=\\\"img_id3166725\\\" src=\\\"starmath/res/fo21609.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3166725\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166839.160.help.text
msgid "Curve integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166866.help.text
msgid ""
"\\<image id=\\\"img_id3166872\\\" src=\\\"starmath/res/fo21610.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3166872\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3166986.162.help.text
msgid "Double curve integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167013.help.text
msgid ""
"\\<image id=\\\"img_id3167020\\\" src=\\\"starmath/res/fo21611.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3167020\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167134.164.help.text
msgid "Triple curve integral"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167527.166.help.text
msgid "Placeholder, user-defined operator"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144387.help.text
msgid ""
"\\<image id=\\\"img_id3144394\\\" src=\\\"starmath/res/fo21603.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3144394\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144508.140.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3144508.140.help.text\n"
"Product"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144240.help.text
msgid ""
"\\<image id=\\\"img_id3144247\\\" src=\\\"starmath/res/fo21602.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3144247\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144361.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3144361.138.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167161.help.text
msgid ""
"\\<image id=\\\"img_id3167167\\\" src=\\\"starmath/res/fo21615.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3167167\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167242.172.help.text
msgid "Upper limit of an operator"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144093.help.text
msgid ""
"\\<image id=\\\"img_id3144100\\\" src=\\\"starmath/res/fo21601.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3144100\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3144214.144.help.text
msgid "Limes"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3167544.help.text
msgid "\\<bookmark_value\\>attributes; overview\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3167544.441.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3167544.441.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN12175.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN12175.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167610.487.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3167610.487.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167680.489.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3167680.489.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167709.help.text
msgid ""
"\\<image id=\\\"img_id3167716\\\" src=\\\"starmath/res/at21701.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3167716\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167830.309.help.text
msgid "Accent to top right above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159771.help.text
msgid ""
"\\<image id=\\\"img_id3159778\\\" src=\\\"starmath/res/at21705.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159778\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159892.311.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3159892.311.help.text\n"
"Horizontal bar above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161361.help.text
msgid ""
"\\<image id=\\\"img_id3161367\\\" "
"src=\\\"res/commandimagelist/sc_bold.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3161367\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161442.341.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3161442.341.help.text\n"
"Bold"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168153.help.text
msgid ""
"\\<image id=\\\"img_id3168160\\\" src=\\\"starmath/res/at21704.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3168160\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168274.313.help.text
msgid "\"Upside down roof\" above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168006.help.text
msgid ""
"\\<image id=\\\"img_id3168012\\\" src=\\\"starmath/res/at21703.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3168012\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168127.315.help.text
msgid "Upside down roof"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168303.help.text
msgid ""
"\\<image id=\\\"img_id3168309\\\" src=\\\"starmath/res/at21709.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3168309\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168424.317.help.text
msgid "Circle above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3161843.help.text
msgid "\\<bookmark_value\\>formulas;in color\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161843.349.help.text
msgid ""
"The \\<emph\\>color\\</emph\\> command changes the character color; first "
"enter the \\<emph\\>color\\</emph\\> command directly in the "
"\\<emph\\>Commands\\</emph\\> window. Then enter the color name (black, "
"white, cyan, magenta, red, blue, green, or yellow). Then enter the "
"characters to be changed."
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161104.help.text
msgid ""
"\\<image id=\\\"img_id3161111\\\" src=\\\"starmath/res/at21712.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3161111\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161225.323.help.text
msgid "Three dots above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160512.help.text
msgid ""
"\\<image id=\\\"img_id3160519\\\" src=\\\"starmath/res/at21711.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160519\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160633.321.help.text
msgid "Two dots above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159919.help.text
msgid ""
"\\<image id=\\\"img_id3159926\\\" src=\\\"starmath/res/at21710.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159926\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160040.319.help.text
msgid "Dot above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167857.help.text
msgid ""
"\\<image id=\\\"img_id3167864\\\" src=\\\"starmath/res/at21702.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3167864\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3167978.325.help.text
msgid "Accent to bottom right above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159622.help.text
msgid ""
"\\<image id=\\\"img_id3159628\\\" src=\\\"starmath/res/at21707.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3159628\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159743.327.help.text
msgid "\"Roof\" above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161469.help.text
msgid ""
"\\<image id=\\\"img_id3161476\\\" "
"src=\\\"res/commandimagelist/sc_italic.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3161476\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161550.339.help.text
msgid "Italics"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162012.367.help.text
msgid "Remove the Bold attribute"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161943.365.help.text
msgid "Remove the Italics attribute"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160659.help.text
msgid ""
"\\<image id=\\\"img_id3160666\\\" src=\\\"starmath/res/at21713.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160666\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160780.335.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3160780.335.help.text\n"
"Horizontal bar above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160956.help.text
msgid ""
"\\<image id=\\\"img_id3160962\\\" src=\\\"starmath/res/at21715.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160962\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161077.337.help.text
msgid "Horizontal bar through a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161252.help.text
msgid ""
"\\<image id=\\\"img_id3161259\\\" src=\\\"starmath/res/at21716.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3161259\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3161333.343.help.text
msgid "Phantom character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168599.help.text
msgid ""
"\\<image id=\\\"img_id3168605\\\" src=\\\"starmath/res/at21708.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3168605\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3159594.329.help.text
msgid "Tilde above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160808.help.text
msgid ""
"\\<image id=\\\"img_id3160814\\\" src=\\\"starmath/res/at21714.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160814\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160928.333.help.text
msgid "Horizontal bar below a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168451.help.text
msgid ""
"\\<image id=\\\"img_id3168457\\\" src=\\\"starmath/res/im21106.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3168457\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3168572.331.help.text
msgid "Vector arrow above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160364.help.text
msgid ""
"\\<image id=\\\"img_id3160370\\\" src=\\\"starmath/res/at21722.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160370\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160485.411.help.text
msgid "wide roof, adjusts to the character size"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160215.help.text
msgid ""
"\\<image id=\\\"img_id3160222\\\" src=\\\"starmath/res/at21723.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160222\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160336.409.help.text
msgid "wide tilde, adjusts to the character size"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160067.help.text
msgid ""
"\\<image id=\\\"img_id3160074\\\" src=\\\"starmath/res/at21724.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3160074\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3160188.407.help.text
msgid "wide vector arrow, adjusts to the character size"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3162030.443.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3162030.443.help.text\n"
"Others"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN126E6.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN126E6.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162086.490.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3162086.490.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162156.492.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3162156.492.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180602.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3180602.242.help.text\n"
"Placeholder"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179931.help.text
msgid ""
"\\<image id=\\\"img_id3179937\\\" src=\\\"starmath/res/mi22008.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179937\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180051.232.help.text
msgid "Math-axis ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180374.help.text
msgid ""
"\\<image id=\\\"img_id3180380\\\" src=\\\"starmath/res/mi22010.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3180380\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180494.236.help.text
msgid "Downward diagonal ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179784.help.text
msgid ""
"\\<image id=\\\"img_id3179790\\\" src=\\\"starmath/res/mi22011.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179790\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179904.238.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3179904.238.help.text\n"
"Ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN127BB.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>dotsup\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>dotsdiag\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180078.help.text
msgid ""
"\\<image id=\\\"img_id3180085\\\" src=\\\"starmath/res/mi22009.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3180085\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180198.234.help.text
msgid "Upward diagonal ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180226.help.text
msgid ""
"\\<image id=\\\"img_id3180233\\\" src=\\\"starmath/res/mi22012.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3180233\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180346.240.help.text
msgid "Vertical ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179636.help.text
msgid ""
"\\<image id=\\\"img_id3179643\\\" src=\\\"starmath/res/mi22019.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179643\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179757.391.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3179757.391.help.text\n"
"Down arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162627.help.text
msgid ""
"\\<image id=\\\"img_id3162633\\\" src=\\\"starmath/res/mi21608.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3162633\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162747.150.help.text
msgid "Existential quantifier, there is at least one"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162775.help.text
msgid ""
"\\<image id=\\\"img_id3162781\\\" src=\\\"starmath/res/mi21612.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3162781\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162895.152.help.text
msgid "Universal quantifier, for all"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162922.help.text
msgid ""
"\\<image id=\\\"img_id3178464\\\" src=\\\"starmath/res/mi22014.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3178464\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3178578.379.help.text
msgid "h with line over it"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3178900.help.text
msgid ""
"\\<image id=\\\"img_id3178906\\\" src=\\\"starmath/res/mi22004.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3178906\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179020.222.help.text
msgid "Imaginary part of a complex number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN12939.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>infinity\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>infty\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162185.help.text
msgid ""
"\\<image id=\\\"img_id3162192\\\" src=\\\"starmath/res/mi22005.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3162192\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162305.224.help.text
msgid "Infinite"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3178604.help.text
msgid ""
"\\<image id=\\\"img_id3178611\\\" src=\\\"starmath/res/mi22015.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3178611\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3178724.381.help.text
msgid "Lambda with line over it"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179195.help.text
msgid ""
"\\<image id=\\\"img_id3179201\\\" src=\\\"starmath/res/mi22016.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179201\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179315.393.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3179315.393.help.text\n"
"Left arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162480.help.text
msgid ""
"\\<image id=\\\"img_id3162486\\\" src=\\\"starmath/res/mi22013.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3162486\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162600.226.help.text
msgid "Nabla vector"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162332.help.text
msgid ""
"\\<image id=\\\"img_id3162339\\\" src=\\\"starmath/res/mi22006.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3162339\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3162452.228.help.text
msgid "Partial derivative or set margin"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3178752.help.text
msgid ""
"\\<image id=\\\"img_id3178759\\\" src=\\\"starmath/res/mi22003.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3178759\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3178872.220.help.text
msgid "Real part of a complex number"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179342.help.text
msgid ""
"\\<image id=\\\"img_id3179349\\\" src=\\\"starmath/res/mi22017.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179349\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179462.395.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3179462.395.help.text\n"
"Right arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179489.help.text
msgid ""
"\\<image id=\\\"img_id3179496\\\" src=\\\"starmath/res/mi22018.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179496\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179610.389.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3179610.389.help.text\n"
"Up arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179047.help.text
msgid ""
"\\<image id=\\\"img_id3179054\\\" src=\\\"starmath/res/mi22007.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3179054\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3179167.230.help.text
msgid "p function, Weierstrass p"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3180620.help.text
msgid ""
"\\<bookmark_value\\>brackets; reference list of all "
"brackets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3180620.243.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3180620.243.help.text\n"
"Brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN12B53.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN12B53.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180684.493.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3180684.493.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180753.495.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3180753.495.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180783.help.text
msgid ""
"\\<image id=\\\"img_id3180789\\\" src=\\\"starmath/res/al21801.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3180789\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180903.249.help.text
msgid "Normal round left and right bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3180930.help.text
msgid ""
"\\<image id=\\\"img_id3180936\\\" src=\\\"starmath/res/al21802.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3180936\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181050.252.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3181050.252.help.text\n"
"Left and right square bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181078.help.text
msgid ""
"\\<image id=\\\"img_id3181084\\\" src=\\\"starmath/res/al21823.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181084\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181201.417.help.text
msgid "Left and right square double bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181229.help.text
msgid ""
"\\<image id=\\\"img_id3181235\\\" src=\\\"starmath/res/al21805.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181235\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181350.259.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3181350.259.help.text\n"
"Left and right vertical line"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181377.help.text
msgid ""
"\\<image id=\\\"img_id3181384\\\" src=\\\"starmath/res/al21806.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181384\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181498.261.help.text
msgid "Left and right double vertical lines"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181525.help.text
msgid ""
"\\<image id=\\\"img_id3181532\\\" src=\\\"starmath/res/al21804.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181532\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181646.255.help.text
msgid "Left and right curly brackets, set bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181674.help.text
msgid ""
"\\<image id=\\\"img_id3181680\\\" src=\\\"starmath/res/al21803.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181680\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181794.257.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3181794.257.help.text\n"
"Left and right pointed bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181822.help.text
msgid ""
"\\<image id=\\\"img_id3181828\\\" src=\\\"starmath/res/al21821.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181828\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181945.423.help.text
msgid "Left and right pointed operator bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3181973.help.text
msgid ""
"\\<image id=\\\"img_id3181980\\\" src=\\\"starmath/res/al21808.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3181980\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182055.246.help.text
msgid ""
"Left and right group bracket. They are not displayed in the document and do "
"not take up any room."
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182083.help.text
msgid ""
"\\<image id=\\\"img_id3182090\\\" src=\\\"starmath/res/al21809.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3182090\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182178.267.help.text
msgid "Brackets, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182210.help.text
msgid ""
"\\<image id=\\\"img_id3182216\\\" src=\\\"starmath/res/al21810.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3182216\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182305.449.help.text
msgid "Square brackets, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182332.help.text
msgid ""
"\\<image id=\\\"img_id3182339\\\" src=\\\"starmath/res/al21824.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3182339\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182428.452.help.text
msgid "Double square brackets, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182456.help.text
msgid ""
"\\<image id=\\\"img_id3182463\\\" src=\\\"starmath/res/al21812.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3182463\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182551.455.help.text
msgid "Braces, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182579.help.text
msgid ""
"\\<image id=\\\"img_id3182586\\\" src=\\\"starmath/res/al21813.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3182586\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182674.458.help.text
msgid "Single lines, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182702.help.text
msgid ""
"\\<image id=\\\"img_id3182709\\\" src=\\\"starmath/res/al21814.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3182709\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182797.461.help.text
msgid "Double lines, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182825.help.text
msgid ""
"\\<image id=\\\"img_id3182832\\\" src=\\\"starmath/res/al21811.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3182832\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182920.464.help.text
msgid "Angle brackets, scalable"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3182948.help.text
msgid ""
"\\<image id=\\\"img_id3182955\\\" src=\\\"starmath/res/al21822.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3182955\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183043.425.help.text
msgid "Scalable left and right pointed operator bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183072.help.text
msgid ""
"\\<image id=\\\"img_id3183078\\\" src=\\\"starmath/res/al21825.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3183078\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183195.419.help.text
msgid "Scalable curly set bracket on top"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183223.help.text
msgid ""
"\\<image id=\\\"img_id3183230\\\" src=\\\"starmath/res/al21826.png\\\" "
"width=\\\"0.25inch\\\" height=\\\"0.25inch\\\"\\>\\<alt "
"id=\\\"alt_id3183230\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183346.421.help.text
msgid "Scalable curly set bracket below"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183456.263.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3183456.263.help.text\n"
"Left and right line with lower edges"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183565.265.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3183565.265.help.text\n"
"Left and right line with upper edges"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN12F9F.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>\\\\lbrace \\\\rbrace\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>\\\\{ \\\\}\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183648.269.help.text
msgid "Left curly bracket or right curly bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183733.271.help.text
msgid "Left and right round bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183817.273.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3183817.273.help.text\n"
"Left and right square bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183901.275.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3183901.275.help.text\n"
"Left and right pointed bracket"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3183985.277.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3183985.277.help.text\n"
"Left and right vertical line"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184069.279.help.text
msgid "Left and right double line"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184153.281.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3184153.281.help.text\n"
"Left and right line with lower edges"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184237.283.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3184237.283.help.text\n"
"Left and right line with upper edges"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#bm_id3184255.help.text
msgid ""
"\\<bookmark_value\\>formats; reference list of formatting "
"(Math)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#hd_id3184255.466.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#hd_id3184255.466.help.text\n"
"Formatting"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN1308F.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091500.xhp#par_idN1308F.help.text\n"
"Typed command(s)"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184320.496.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3184320.496.help.text\n"
"Symbol in Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184389.498.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3184389.498.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184418.help.text
msgid ""
"\\<image id=\\\"img_id3184425\\\" src=\\\"starmath/res/co21916.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3184425\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184540.295.help.text
msgid "Left exponent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184566.help.text
msgid ""
"\\<image id=\\\"img_id3184572\\\" src=\\\"starmath/res/co21918.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3184572\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184690.369.help.text
msgid "Exponent directly above a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN13117.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>^\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>sup\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>rsup\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184717.help.text
msgid ""
"\\<image id=\\\"img_id3184724\\\" src=\\\"starmath/res/co21908.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3184724\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184838.291.help.text
msgid "Right exponent"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184864.help.text
msgid ""
"\\<image id=\\\"img_id3184871\\\" src=\\\"starmath/res/co21905.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3184871\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3184985.303.help.text
msgid "Binom"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185011.help.text
msgid ""
"\\<image id=\\\"img_id3185018\\\" src=\\\"starmath/res/co21901.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185018\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185093.301.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3185093.301.help.text\n"
"New line"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185119.help.text
msgid ""
"\\<image id=\\\"img_id3185126\\\" src=\\\"starmath/res/co21912.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185126\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185240.293.help.text
msgid "Left index"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185267.help.text
msgid ""
"\\<image id=\\\"img_id3185274\\\" src=\\\"starmath/res/co21917.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185274\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185391.371.help.text
msgid "Index directly below a character"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_idN1322D.help.text
msgid ""
"\\<item type=\\\"literal\\\"\\>_\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>sub\\</item\\> or \\<item "
"type=\\\"literal\\\"\\>rsub\\</item\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185418.help.text
msgid ""
"\\<image id=\\\"img_id3185425\\\" src=\\\"starmath/res/co21904.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185425\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185539.289.help.text
msgid "Right index"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185566.help.text
msgid ""
"\\<image id=\\\"img_id3185573\\\" src=\\\"starmath/res/co21906.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185573\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185687.305.help.text
msgid "Stack"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185714.help.text
msgid ""
"\\<image id=\\\"img_id3185721\\\" src=\\\"starmath/res/co21902.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185721\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185796.299.help.text
msgid "Small space/small blank"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185823.help.text
msgid ""
"\\<image id=\\\"img_id3185829\\\" src=\\\"starmath/res/co21909.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185829\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185904.285.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3185904.285.help.text\n"
"Align left"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3185931.help.text
msgid ""
"\\<image id=\\\"img_id3185937\\\" src=\\\"starmath/res/co21910.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3185937\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186012.469.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3186012.469.help.text\n"
"Align to horizontal center"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186039.help.text
msgid ""
"\\<image id=\\\"img_id3186046\\\" src=\\\"starmath/res/co21911.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3186046\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186120.471.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3186120.471.help.text\n"
"Align right"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186147.help.text
msgid ""
"\\<image id=\\\"img_id3186154\\\" src=\\\"starmath/res/co21907.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3186154\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186267.307.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/01/03091500.xhp#par_id3186267.307.help.text\n"
"Matrix"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186295.help.text
msgid ""
"\\<image id=\\\"img_id3186302\\\" src=\\\"starmath/res/co21903.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3186302\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091500.xhp#par_id3186377.297.help.text
msgid "Wide space/gap"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#tit.help.text
msgid "Other Symbols"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#bm_id3149261.help.text
msgid ""
"\\<bookmark_value\\>mathematical symbols; "
"other\\</bookmark_value\\>\\<bookmark_value\\>real part of complex "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>symbols;for complex "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>partial differentiation "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>infinity "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>Nabla "
"operator\\</bookmark_value\\>\\<bookmark_value\\>there exists "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>existence quantor "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>for all "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>universal quantifier "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>h-bar "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>lambda-bar "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>imaginary part of a complex "
"number\\</bookmark_value\\>\\<bookmark_value\\>complex numbers; "
"symbols\\</bookmark_value\\>\\<bookmark_value\\>weierstrass p "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>left arrow "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>right arrow "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>up arrow "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>down arrow "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>arrows;symbols in "
"%PRODUCTNAME Math\\</bookmark_value\\>\\<bookmark_value\\>center dots "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>axis-"
"ellipsis\\</bookmark_value\\>\\<bookmark_value\\>vertical dots "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>diagonal upward "
"dots;symbol\\</bookmark_value\\>\\<bookmark_value\\>diagonal downward "
"dots;symbol\\</bookmark_value\\>\\<bookmark_value\\>epsilon; "
"back\\</bookmark_value\\>\\<bookmark_value\\>back epsilon "
"symbol\\</bookmark_value\\>\\<bookmark_value\\>placeholders; inserting in "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>ellipsis "
"symbols\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3149261.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/03091600.xhp\\\" name=\\\"Other "
"Symbols\\\"\\>Other Symbols\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3157884.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_MISC_MENU\\\"\\>Shows miscellaneous mathematical "
"symbols.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3156430.3.help.text
msgid "Symbols in detail"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3145171.help.text
msgid ""
"\\<image id=\\\"img_id3145177\\\" src=\\\"starmath/res/mi22006.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3145177\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153167.44.help.text
msgid "Partial"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3156303.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_PARTIAL\\\"\\>Inserts the symbol for a partial "
"differentiation.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> "
"window: \\<emph\\>partial\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3152782.help.text
msgid ""
"\\<image id=\\\"img_id3152788\\\" src=\\\"starmath/res/mi22005.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3152788\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3151049.43.help.text
msgid "Infinity"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3153648.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_INFINITY\\\"\\>Inserts the symbol for "
"infinity.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>infinity\\</emph\\> or \\<emph\\>infty\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3150217.help.text
msgid ""
"\\<image id=\\\"img_id3150223\\\" src=\\\"starmath/res/mi22013.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3150223\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153687.45.help.text
msgid "Nabla"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3149735.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_NABLA\\\"\\>Inserts the symbol for a Nabla vector "
"operator.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>nabla\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3155330.help.text
msgid ""
"\\<image id=\\\"img_id3155336\\\" src=\\\"starmath/res/mi21608.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155336\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3154398.46.help.text
msgid "There exists"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3156346.41.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_EXISTS\\\"\\>Inserts the symbol for an Existence "
"quantor.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>exists\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3151296.help.text
msgid ""
"\\<image id=\\\"img_id3151302\\\" src=\\\"starmath/res/mi21612.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3151302\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3146976.47.help.text
msgid "For all"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3150478.69.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FORALL\\\"\\>Inserts the symbol for a universal "
"quantifier \"for all\".\\</ahelp\\>Command for the "
"\\<emph\\>Commands\\</emph\\> window: \\<emph\\>forall\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3153023.help.text
msgid ""
"\\<image id=\\\"img_id3153030\\\" src=\\\"starmath/res/mi22014.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3153030\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3159250.58.help.text
msgid "h Bar"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3159264.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_HBAR\\\"\\>Inserts the symbol for the h-bar "
"constant.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>hbar\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3153908.help.text
msgid ""
"\\<image id=\\\"img_id3153256\\\" src=\\\"starmath/res/mi22015.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3153256\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3145378.60.help.text
msgid "Lambda Bar"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3150338.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LAMBDABAR\\\"\\>Inserts the symbol for a lambda-"
"bar.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>lambdabar\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3150651.help.text
msgid ""
"\\<image id=\\\"img_id3154285\\\" src=\\\"starmath/res/mi22003.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3154285\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153962.48.help.text
msgid "Real Part"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3148610.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_RE\\\"\\>Inserts the symbol for the real part of a "
"complex number.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> "
"window: \\<emph\\>re\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3154543.help.text
msgid ""
"\\<image id=\\\"img_id3154553\\\" src=\\\"starmath/res/mi22004.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3154553\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3150430.49.help.text
msgid "Imaginary Part"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3147036.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_IM\\\"\\>Inserts the symbol for the imaginary part "
"of a complex number.\\</ahelp\\>Command for the "
"\\<emph\\>Commands\\</emph\\> window: \\<emph\\>im\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3154156.help.text
msgid ""
"\\<image id=\\\"img_id3154162\\\" src=\\\"starmath/res/mi22007.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3154162\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3156177.51.help.text
msgid "Weierstrass p"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3155435.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_WP\\\"\\>This icon inserts a Weierstrass p-function "
"symbol.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>wp\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3155267.help.text
msgid ""
"\\<image id=\\\"img_id3155273\\\" src=\\\"starmath/res/mi22016.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155273\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153860.62.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153860.62.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3146122.61.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LEFTARROW\\\"\\>This icon inserts a left "
"arrow.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>leftarrow\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3149923.help.text
msgid ""
"\\<image id=\\\"img_id3149929\\\" src=\\\"starmath/res/mi22017.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3149929\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153472.64.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3153472.64.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3155472.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_RIGHTARROW\\\"\\>This icon inserts a right "
"arrow.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>rightarrow\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3148506.help.text
msgid ""
"\\<image id=\\\"img_id3148512\\\" src=\\\"starmath/res/mi22018.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3148512\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3152824.66.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3152824.66.help.text\n"
"Up Arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3152866.65.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_UPARROW\\\"\\>This icon inserts an up "
"arrow.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>uparrow\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3157946.help.text
msgid ""
"\\<image id=\\\"img_id3157951\\\" src=\\\"starmath/res/mi22019.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3157951\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3145694.68.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3145694.68.help.text\n"
"Down Arrow"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3145735.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOWNARROW\\\"\\>This icon inserts a down "
"arrow.\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>downarrow\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3154997.help.text
msgid ""
"\\<image id=\\\"img_id3155003\\\" src=\\\"starmath/res/mi22011.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3155003\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3159083.52.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3159083.52.help.text\n"
"Ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3159124.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOTSLOW\\\"\\>This icon inserts an ellipsis (three "
"low horizontal dots).\\</ahelp\\>Command for the "
"\\<emph\\>Commands\\</emph\\> window: \\<emph\\>dotslow\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3163719.help.text
msgid ""
"\\<image id=\\\"img_id3163726\\\" src=\\\"starmath/res/mi22008.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3163726\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3163797.53.help.text
msgid "Math-axis Ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3146757.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOTSAXIS\\\"\\>This icon inserts an axis-ellipsis "
"(three vertically centered horizontal dots).\\</ahelp\\>Command for the "
"\\<emph\\>Commands\\</emph\\> window: \\<emph\\>dotaxis\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3146829.help.text
msgid ""
"\\<image id=\\\"img_id3146835\\\" src=\\\"starmath/res/mi22012.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3146835\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3152634.54.help.text
msgid "Vertical Ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3152676.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOTSVERT\\\"\\>This icon inserts a vertical "
"ellipsis (three vertical dots).\\</ahelp\\>Command for the "
"\\<emph\\>Commands\\</emph\\> window: \\<emph\\>dotsvert\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3109675.help.text
msgid ""
"\\<image id=\\\"img_id3109681\\\" src=\\\"starmath/res/mi22009.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3109681\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3109753.55.help.text
msgid "Upward Diagonal Ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3109794.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOTSUP\\\"\\>This icon inserts an upward diagonal "
"ellipsis (three dots on the diagonal from the bottom left to the top "
"right)\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>dotsup\\</emph\\> or \\<emph\\>dotsdiag\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3158234.help.text
msgid ""
"\\<image id=\\\"img_id3158240\\\" src=\\\"starmath/res/mi22010.png\\\" "
"width=\\\"8.47mm\\\" height=\\\"8.47mm\\\"\\>\\<alt "
"id=\\\"alt_id3158240\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#hd_id3158311.56.help.text
msgid "Downward Diagonal Ellipsis"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3158353.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DOTSDOWN\\\"\\>This icon inserts a downward "
"diagonal ellipsis (three dots on the diagonal from upper left to lower "
"right).\\</ahelp\\>Command for the \\<emph\\>Commands\\</emph\\> window: "
"\\<emph\\>dotsdown\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3158389.17.help.text
msgid ""
"A \\<emph\\>back epsilon\\</emph\\> can be inserted by typing "
"\\<emph\\>backepsilon\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/03091600.xhp#par_id3158042.18.help.text
msgid ""
"To insert a placeholder into your formula, type \\<emph\\><?>\\</emph\\> in "
"the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#tit.help.text\n"
"Fonts"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#bm_id3156261.help.text
msgid ""
"\\<bookmark_value\\>fonts; in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>formula fonts; "
"defining\\</bookmark_value\\>\\<bookmark_value\\>defining; formula "
"fonts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3156261.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3156261.1.help.text\n"
"Fonts"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3153716.2.help.text
msgid ""
"\\<variable id=\\\"schriftartentext\\\"\\>\\<ahelp "
"hid=\\\"SID_FONT\\\"\\>Defines the fonts that can be applied to formula "
"elements.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3154639.3.help.text
msgid "Formula Fonts"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3151187.4.help.text
msgid ""
"You can define fonts for the variables, functions, numbers and inserted text "
"that form the elements of your formula."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3156318.5.help.text
msgid ""
"The list boxes in the \\<emph\\>Font\\</emph\\> dialog display Times New "
"Roman as the default font for all elements. To change to a different font, "
"click \\<emph\\>Modify\\</emph\\>, the select the element type. A new dialog "
"box appears. Select the desired font and check any desired attributes, then "
"click \\<emph\\>OK\\</emph\\>. To set the changes as the default fonts, "
"click the \\<emph\\>Default\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3148831.6.help.text
msgid ""
"If you want to mark individual text segments with a font other than that "
"used for the whole text, then choose the \\<link "
"href=\\\"text/smath/01/05010000.xhp\\\" name=\\\"FONT\\\"\\>FONT\\</link\\> "
"command in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3154262.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3154262.7.help.text\n"
"Variables"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3147516.8.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_LISTBOX_RID_FONTTYPEDIALOG_1\\\"\\>You can select "
"the fonts for the variables in your formula.\\</ahelp\\> For example, in the "
"formula x=SIN(y), x and y are variables, and will reflect the assigned font."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3150708.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3150708.9.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3152950.10.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:2\\\"\\>Select the "
"fonts for names and properties of functions.\\</ahelp\\> For example, the "
"functions in the formula x=SIN(y) are =SIN( )."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3149805.11.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3149805.11.help.text\n"
"Numbers"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3154610.12.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:3\\\"\\>You can select "
"the fonts for the numbers in your formula.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3153529.13.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3153529.13.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3153780.14.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:4\\\"\\>Define the "
"fonts for the text in your formula here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3152963.15.help.text
msgid "Custom Fonts"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3154566.16.help.text
msgid ""
"In this section of the \\<emph\\>Fonts\\</emph\\> dialog you can define "
"fonts, with which you can format other text components in the formula. The "
"three basic fonts \\<emph\\>Serif, Sans\\</emph\\> and "
"\\<emph\\>Fixed\\</emph\\> are available. You can add any other font to each "
"standard installed basic font. Every font installed on your system is "
"available for you to use. Select the \\<emph\\>Modify\\</emph\\> button to "
"expand the selection offered in the list box."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3151315.17.help.text
msgid ""
"These custom fonts are used if you set a different font with the FONT "
"command in the \\<emph\\>Commands\\</emph\\> window. "
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3153670.22.help.text
msgid "Serif"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3151108.23.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:5\\\"\\>You can specify "
"the font to be used for the \\<emph\\>font serif\\</emph\\> "
"format.\\</ahelp\\> Serifs are the small \"guides\" that can be seen, for "
"example, at the bottom of a capital A when the Times serif font is used. "
"Using serifs is quite helpful since it guides a reader's eye in a straight "
"line and can speed up reading."
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3150836.24.help.text
msgid "Sans"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3155900.25.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:6\\\"\\>You can specify "
"the font to be used for \\<emph\\>sans\\</emph\\> font "
"formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3149340.26.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3149340.26.help.text\n"
"Fixed"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3154198.27.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:LISTBOX:RID_FONTTYPEDIALOG:7\\\"\\>You can specify "
"the font to be used for \\<emph\\>fixed\\</emph\\> font "
"formatting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3159194.28.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3159194.28.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3146932.29.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:MENUBUTTON:RID_FONTTYPEDIALOG:1\\\"\\>Click one of "
"the choices from this pop-up menu to access the \\<link "
"href=\\\"text/smath/01/05010100.xhp\\\" "
"name=\\\"Fonts\\\"\\>Fonts\\</link\\> dialog, where you can define the font "
"and attributes for the respective formula and for custom fonts.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3149304.30.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010000.xhp#hd_id3149304.30.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/smath/01/05010000.xhp#par_id3155186.31.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:PUSHBUTTON:RID_FONTTYPEDIALOG:2\\\"\\>Click this "
"button to save your changes as the default for all new formulas.\\</ahelp\\> "
"After confirming the changes, click the \\<emph\\>Yes\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#tit.help.text\n"
"Fonts"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3153188.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3153188.1.help.text\n"
"Fonts"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#par_id3152598.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"STARMATH_MODALDIALOG_RID_FONTDIALOG\\\"\\>Use this dialog to select "
"the font for the respective category in the \\<emph\\>Fonts\\</emph\\> "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3149124.3.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3149124.3.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#par_id3153713.4.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_COMBOBOX_RID_FONTDIALOG_1\\\" "
"visibility=\\\"visible\\\"\\>Select a font from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3154702.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3154702.5.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#par_id3154020.6.help.text
msgid "You can see a preview of the selected font with its attributes."
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3154656.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3154656.7.help.text\n"
"Attributes"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#par_id3150208.8.help.text
msgid "You can assign additional attributes to the selected font."
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3154486.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3154486.9.help.text\n"
"Bold"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#par_id3148839.10.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_CHECKBOX_RID_FONTDIALOG_1\\\" "
"visibility=\\\"visible\\\"\\>Check this box to assign the bold attribute to "
"the font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3148868.11.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05010100.xhp#hd_id3148868.11.help.text\n"
"Italic"
msgstr ""

#: helpcontent2/source/text/smath/01/05010100.xhp#par_id3149126.12.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_CHECKBOX_RID_FONTDIALOG_2\\\" "
"visibility=\\\"visible\\\"\\>Check this box to assign the italic attribute "
"to the font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#tit.help.text\n"
"Font Sizes"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#bm_id3153816.help.text
msgid ""
"\\<bookmark_value\\>font sizes; in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>sizes; of fonts in "
"$[officename] Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3153816.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3153816.1.help.text\n"
"Font Sizes"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3150213.2.help.text
msgid ""
"\\<variable id=\\\"schriftgroessentext\\\"\\>\\<ahelp "
"hid=\\\"SID_FONTSIZE\\\" visibility=\\\"visible\\\"\\>Use this dialog to "
"specify the font sizes for your formula. Select a base size and all elements "
"of the formula will be scaled in relation to this "
"base.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3146968.3.help.text
msgid "Base size"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3145115.4.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"STARMATH:METRICFIELD:RID_FONTSIZEDIALOG:1\\\"\\>All elements of a "
"formula are proportionally scaled to the base size.  To change the base "
"size, select or type in the desired point (pt) size from the \\<emph\\>Base "
"size\\</emph\\> \\<link href=\\\"text/shared/00/00000001.xhp#drehfeld\\\" "
"name=\\\"spin box\\\"\\>spin box\\</link\\>. You can also use other units of "
"measure or other \\<link href=\\\"text/shared/00/00000001.xhp#metrik\\\" "
"name=\\\"metrics\\\"\\>metrics\\</link\\>, which are then automatically "
"converted to points.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3153005.19.help.text
msgid ""
"To permanently change the default size (12 pt) used in $[officename] Math, "
"you must first set the size (for example, 11 pt) in the \\<emph\\>Basic "
"size\\</emph\\> spin box and then click the \\<emph\\>Default\\</emph\\> "
"button."
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3153735.5.help.text
msgid "Relative Sizes"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3145241.6.help.text
msgid ""
"In this section, you can determine the relative sizes for each type of "
"element with reference to the base size."
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3150935.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3150935.7.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3148774.8.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:METRICFIELD:RID_FONTSIZEDIALOG:4\\\" "
"visibility=\\\"visible\\\"\\>Select the size for text in a formula relative "
"to the base size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3148392.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3148392.9.help.text\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3149029.10.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:METRICFIELD:RID_FONTSIZEDIALOG:5\\\" "
"visibility=\\\"visible\\\"\\>Select the relative size for the indexes in a "
"formula in proportion to the base size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3155371.11.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3155371.11.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3153923.12.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:METRICFIELD:RID_FONTSIZEDIALOG:6\\\" "
"visibility=\\\"visible\\\"\\>Select the relative size for names and other "
"function elements in a formula in proportion to the base size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3147171.13.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3147171.13.help.text\n"
"Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3083280.14.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:METRICFIELD:RID_FONTSIZEDIALOG:7\\\" "
"visibility=\\\"visible\\\"\\>Select the relative size of the mathematical "
"operators in a formula in proportion to the base size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3154638.15.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3154638.15.help.text\n"
"Limits"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3151189.16.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:METRICFIELD:RID_FONTSIZEDIALOG:8\\\" "
"visibility=\\\"visible\\\"\\>Select the relative size for the limits in a "
"formula in proportion to the base size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3156320.17.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05020000.xhp#hd_id3156320.17.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/smath/01/05020000.xhp#par_id3145206.18.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:PUSHBUTTON:RID_FONTSIZEDIALOG:1\\\" "
"visibility=\\\"visible\\\"\\>Click this button to save your changes as a "
"default for all new formulas.\\</ahelp\\> A security response appears before "
"saving any changes."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#tit.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#bm_id3154658.help.text
msgid ""
"\\<bookmark_value\\>spacing; formula "
"elements\\</bookmark_value\\>\\<bookmark_value\\>formulas;element "
"spacing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154658.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154658.1.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3153818.2.help.text
msgid ""
"\\<variable id=\\\"abstaendetext\\\"\\>\\<ahelp "
"hid=\\\"SID_DISTANCE\\\"\\>Use this dialog to determine the spacing between "
"formula elements. The spacing is specified as a percentage in relation to "
"the base size defined under \\<emph\\>Format - Font "
"Size\\</emph\\>.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3143228.3.help.text
msgid ""
"Use the \\<emph\\>Category\\</emph\\> button to determine the formula "
"element for which you would like to specify the spacing. The appearance of "
"the dialog depends on the selected category. A preview window shows you "
"which spacing is modified through the respective boxes."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154653.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154653.5.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149873.6.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:MENUBUTTON:RID_DISTANCEDIALOG:1\\\"\\>This button "
"allows you to select the category for which you would like to change the "
"spacing.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150391.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150391.7.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3151389.8.help.text
msgid ""
"Defines the spacing between variables and operators, between lines, and "
"between root signs and radicals."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150536.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150536.9.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3146323.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DEFAULT_DIST\\\"\\>Defines the spacing between "
"variables and operators.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149349.11.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149349.11.help.text\n"
"Line Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3145824.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LINE_DIST\\\"\\>Determines the spacing between "
"lines.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3145593.13.help.text
msgid "Root Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3150864.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ROOT_DIST\\\"\\>Determines the spacing between the "
"root sign and radicals.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154508.15.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154508.15.help.text\n"
"Indexes"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149885.16.help.text
msgid "Defines the spacing for superscript and subscript indexes."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147371.17.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147371.17.help.text\n"
"Superscript"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3150568.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SUP_DIST\\\"\\>Determines the spacing for "
"superscript indexes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150933.19.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150933.19.help.text\n"
"Subscript"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3148772.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_SUB_DIST\\\"\\>Determines the spacing for subscript "
"indexes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149027.21.help.text
msgid "Fractions"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3155369.22.help.text
msgid ""
"Defines the spacing between the fraction bar and the numerator or "
"denominator."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3156256.23.help.text
msgid "Numerator"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3155990.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_NUMERATOR_DIST\\\"\\>Determines the spacing between "
"the fraction bar and the numerator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3153722.25.help.text
msgid "Denominator"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149711.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_DENOMINATOR_DIST\\\"\\>Determines the spacing "
"between the fraction bar and the denominator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3151181.27.help.text
msgid "Fraction Bars"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3150764.28.help.text
msgid "Defines the excess length and line weight of the fraction bar."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3151266.29.help.text
msgid "Excess length"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3145211.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FRACLINE_EXCWIDTH\\\"\\>Determines the excess "
"length of the fraction line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150260.31.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150260.31.help.text\n"
"Weight"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3153148.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_FRACLINE_LINEWIDTH\\\"\\>Determines the weight of "
"the fraction line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3153627.33.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3153627.33.help.text\n"
"Limits"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149755.34.help.text
msgid "Defines the spacing between the sum symbol and the limit conditions."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147260.35.help.text
msgid "Upper limit"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3154690.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_UPPERLIMIT_DIST\\\"\\>Determines the spacing "
"between the sum symbol and the upper limit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3148834.37.help.text
msgid "Lower limit"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3147509.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LOWERLIMIT_DIST\\\"\\>Determines the spacing "
"between the sum symbol and the lower limit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154267.39.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154267.39.help.text\n"
"Brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3154273.40.help.text
msgid "Defines the spacing between brackets and the content."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150708.41.help.text
msgid "Excess size (left/right)"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3154106.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BRACKET_EXCHEIGHT\\\"\\>Determines the vertical "
"distance between the upper edge of the contents and the upper end of the "
"brackets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3109843.43.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3109843.43.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149810.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BRACKET_DIST\\\"\\>Determines the horizontal "
"distance between the contents and the upper end of the brackets.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3153531.77.help.text
msgid "Scale all brackets"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3154799.78.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:CHECKBOX:RID_DISTANCEDIALOG:1\\\"\\>Scales all "
"types of brackets.\\</ahelp\\> If you then enter \\<emph\\>( a over "
"b)\\</emph\\> in the \\<emph\\>Commands\\</emph\\> window, the brackets will "
"surround the whole height of the argument. You normally achieve this effect "
"by entering \\<emph\\>left ( a over b right )\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3151099.79.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3151099.79.help.text\n"
"Excess size"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3147524.80.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_BRACKET_EXCHEIGHT2\\\"\\>Adjusts the percentage "
"excess size.\\</ahelp\\> At 0 percent the brackets are set so that they "
"surround the argument at the same height. The higher the entered value is, "
"the larger the vertical gap between the contents of the brackets and the "
"external border of the brackets. The field can only be used in combination "
"with \\<emph\\>Scale all brackets\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3153673.45.help.text
msgid "Matrixes"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3151319.46.help.text
msgid "Defines the relative spacing for the elements in a matrix."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150996.47.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3150996.47.help.text\n"
"Line spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3153775.48.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_MATRIXROW_DIST\\\"\\>Determines the spacing between "
"matrix elements in a row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3152959.49.help.text
msgid "Column spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3150358.50.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_MATRIXCOL_DIST\\\"\\>Determines the spacing between "
"matrix elements in a column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3155895.51.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3155895.51.help.text\n"
"Symbols"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149690.52.help.text
msgid "Defines the spacing of symbols in relation to variables"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149341.53.help.text
msgid "Primary height"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3154198.54.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_ATTRIBUT_DIST\\\"\\>Defines the height of the "
"symbols in relation to the baseline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154140.55.help.text
msgid "Minimum spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3146923.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_INTERATTRIBUT_DIST\\\"\\>Determines the minimum "
"distance between a symbol and variable.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149302.57.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149302.57.help.text\n"
"Operators"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3155181.58.help.text
msgid "Defines the spacing between operators and variables or numbers."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3148992.59.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3148992.59.help.text\n"
"Excess size"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3151333.60.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_OPERATOR_EXCHEIGHT\\\"\\>Determines the height from "
"the variable to the operator's upper edge.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149495.61.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149495.61.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3151250.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_OPERATOR_DIST\\\"\\>Determines the horizontal "
"distance between operators and variables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149819.66.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3149819.66.help.text\n"
"Borders"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149102.67.help.text
msgid ""
"Adds a border to your formula. This option is particularly useful if you "
"want to integrate the formula into a text file in $[officename] Writer. When "
"making settings, be sure that you do not use 0 as a size, since this creates "
"viewing problems for text that surrounds the insertion point."
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154837.68.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3154837.68.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149797.69.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LEFTBORDER_DIST\\\"\\>The left border is positioned "
"between the formula and background.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147088.70.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147088.70.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3154898.71.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_RIGHTBORDER_DIST\\\"\\>The right border is "
"positioned between the formula and background.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147218.72.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147218.72.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3149040.73.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_UPPERBORDER_DIST\\\"\\>The top border is positioned "
"between the formula and background.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147584.74.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147584.74.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3148746.75.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SMA_LOWERBORDER_DIST\\\"\\>The bottom border is "
"positioned between the formula and background.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147326.63.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05030000.xhp#hd_id3147326.63.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/smath/01/05030000.xhp#par_id3155143.64.help.text
msgid ""
"\\<ahelp hid=\\\"SD:PUSHBUTTON:DLG_DEFINE_CUSTOMSHOW:BTN_ADD\\\"\\>Saves "
"your changes as your default settings for all new formulas.\\</ahelp\\> A "
"security response will appear before saving these changes."
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#tit.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#bm_id3148730.help.text
msgid ""
"\\<bookmark_value\\>aligning; multi-line "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>multi-line formulas; "
"aligning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3148730.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3148730.1.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3152999.2.help.text
msgid ""
"\\<variable id=\\\"ausrichtungtext\\\"\\>\\<ahelp hid=\\\"SID_ALIGN\\\" "
"visibility=\\\"visible\\\"\\>You can define the alignment of multi-line "
"formulas as well as formulas with several elements in one line.\\</ahelp\\> "
"Create multi-line formulas by entering a \\<emph\\>NEWLINE\\</emph\\> "
"command in the \\<emph\\>Commands\\</emph\\> window.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3153737.3.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3153737.3.help.text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3148388.4.help.text
msgid "Specifies the type of horizontal alignment for multi-line formulas."
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3148768.5.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3148768.5.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3150566.6.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:RADIOBUTTON:RID_ALIGNDIALOG:1\\\" "
"visibility=\\\"visible\\\"\\>Aligns the selected elements of a formula to "
"the left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3149709.21.help.text
msgid "Text is always aligned left. "
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3154646.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3154646.7.help.text\n"
"Centered"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3150762.8.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:RADIOBUTTON:RID_ALIGNDIALOG:2\\\" "
"visibility=\\\"visible\\\"\\>Aligns the elements of a formula to the "
"center.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3145204.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3145204.9.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3151264.10.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:RADIOBUTTON:RID_ALIGNDIALOG:3\\\" "
"visibility=\\\"visible\\\"\\>Aligns the elements of a formula to the "
"right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3150261.19.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/05040000.xhp#hd_id3150261.19.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/smath/01/05040000.xhp#par_id3153622.20.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH:PUSHBUTTON:RID_ALIGNDIALOG:1\\\" "
"visibility=\\\"visible\\\"\\>Click here to save your changes as the default "
"settings for new formulas.\\</ahelp\\> A security response will appear "
"before saving."
msgstr ""

#: helpcontent2/source/text/smath/01/05050000.xhp#tit.help.text
msgid "Text Mode"
msgstr ""

#: helpcontent2/source/text/smath/01/05050000.xhp#bm_id3147339.help.text
msgid ""
"\\<bookmark_value\\>text mode in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>formulas; fit to "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05050000.xhp#hd_id3147339.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/05050000.xhp\\\" name=\\\"Text "
"Mode\\\"\\>Text Mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/05050000.xhp#par_id3150206.2.help.text
msgid ""
"\\<ahelp hid=\\\"SID_TEXTMODE\\\"\\>Switches the text mode on or off. In "
"text mode, formulas are displayed as the same height as a line of "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#tit.help.text
msgid "Catalog"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#bm_id3145799.help.text
msgid ""
"\\<bookmark_value\\>symbols; entering in %PRODUCTNAME "
"Math\\</bookmark_value\\>\\<bookmark_value\\>%PRODUCTNAME Math; entering "
"symbols in\\</bookmark_value\\>\\<bookmark_value\\>catalog for mathematical "
"symbols\\</bookmark_value\\>\\<bookmark_value\\>mathematical "
"symbols;catalog\\</bookmark_value\\>\\<bookmark_value\\>Greek symbols in "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>formulas; entering symbols "
"in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#hd_id3153715.1.help.text
msgid ""
"\\<link href=\\\"text/smath/01/06010000.xhp\\\" "
"name=\\\"Catalog\\\"\\>Catalog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#par_id3146313.2.help.text
msgid ""
"\\<variable id=\\\"symboletext\\\"\\>\\<ahelp "
"hid=\\\"SID_SYMBOLS_CATALOGUE\\\"\\>Opens the \\<emph\\>Symbols\\</emph\\> "
"dialog, in which you can select a symbol to insert in the "
"formula.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#hd_id3150202.4.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010000.xhp#hd_id3150202.4.help.text\n"
"Symbol Set"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#par_id3148699.5.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_LISTBOX_RID_SYMBOLDIALOG_1\\\"\\>All symbols are "
"organized into symbol sets. Select the desired symbol set from the list box. "
"The corresponding group of symbols appear in the field below.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#par_id3153917.7.help.text
msgid ""
"When a symbol is selected, its command name appears below the symbol list "
"and a magnified version appears in a box to the right. Note that the name "
"must be typed in the \\<emph\\>Commands\\</emph\\> window exactly as "
"displayed here (case-sensitive)."
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#par_id3149126.3.help.text
msgid ""
"To insert a symbol, select it from the list and click "
"\\<emph\\>Insert\\</emph\\>. The corresponding command name appears in the "
"\\<emph\\>Commands\\</emph\\> window. "
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#hd_id3154765.8.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010000.xhp#hd_id3154765.8.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/smath/01/06010000.xhp#par_id3153811.9.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_PUSHBUTTON_RID_SYMBOLDIALOG_1\\\"\\>Click here to "
"open the \\<link href=\\\"text/smath/01/06010100.xhp\\\" name=\\\"Edit "
"Symbols\\\"\\>Edit Symbols\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#tit.help.text\n"
"Edit Symbols"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#bm_id2123477.help.text
msgid ""
"\\<bookmark_value\\>new symbols in %PRODUCTNAME "
"Math\\</bookmark_value\\>\\<bookmark_value\\>symbols; adding in %PRODUCTNAME "
"Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3151075.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3151075.1.help.text\n"
"Edit Symbols"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3154513.2.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_MODALDIALOG_RID_SYMDEFINEDIALOG\\\"\\>Use this "
"dialog to add symbols to a symbol set, to edit symbol sets, or to modify "
"symbol notations.\\</ahelp\\> You can also define new symbol sets, assign "
"names to symbols, or to modify existing symbol sets."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3146066.3.help.text
msgid "Old Symbol"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3153965.4.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_COMBOBOX_RID_SYMDEFINEDIALOG_1\\\"\\>Select the "
"name of the current symbol.\\</ahelp\\> The symbol, the name of the symbol, "
"and the set that the symbol belongs to are displayed in the left preview "
"pane at the bottom of the dialog box."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3154020.7.help.text
msgid "Old Symbol Set"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3150209.8.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_COMBOBOX_RID_SYMDEFINEDIALOG_2\\\"\\>This list box "
"contains the name of the current symbol set. If you want, you can also "
"select a different symbol set.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3145386.23.help.text
msgid "Symbol"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3148870.25.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_COMBOBOX_RID_SYMDEFINEDIALOG_4\\\"\\>Lists the "
"names for the symbols in the current symbol set. Select a name from the list "
"or type a name for a newly added symbol.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3150215.28.help.text
msgid "Adding a New Symbol"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3143233.6.help.text
msgid ""
"To add a symbol to a symbol set, select a font in the "
"\\<emph\\>Font\\</emph\\> box, and then click a symbol in symbols pane. In "
"the \\<emph\\>Symbol\\</emph\\> box, type a name for the symbol. In the "
"\\<emph\\>Symbol set\\</emph\\>, select a symbol set, or type a name for a "
"new symbol set. The right preview pane displays the symbol that you "
"selected. Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3151389.29.help.text
msgid "Modifying the Name of a Symbol"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3147296.21.help.text
msgid ""
"To change the name of a symbol, select it in the \\<emph\\>Old "
"symbol\\</emph\\> list box. Then enter the new name in the "
"\\<emph\\>Symbol\\</emph\\> box. Check whether the desired character is in "
"the preview window before you click the \\<emph\\>Modify\\</emph\\> button. "
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3157870.24.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3157870.24.help.text\n"
"Symbol Set"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3145825.26.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_COMBOBOX_RID_SYMDEFINEDIALOG_5\\\"\\>The "
"\\<emph\\>Symbol s\\</emph\\>\\<emph\\>et\\</emph\\> list box contains the "
"names of all existing symbol sets. You can modify a symbol set or create a "
"new one.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3154554.30.help.text
msgid "Creating a New Symbol Set"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3145594.22.help.text
msgid ""
"To create a new symbol set, type a name for it in the \\<emph\\>Symbol "
"set\\</emph\\> list box and add at least one symbol. Click "
"\\<emph\\>OK\\</emph\\> to close the dialog. The new symbol set is now "
"available under the new name."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3153736.10.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3153736.10.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3147374.11.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_LISTBOX_RID_SYMDEFINEDIALOG_1\\\"\\>Displays the "
"name of the current font and enables you to select a different "
"font.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3150564.32.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3150564.32.help.text\n"
"Subset"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3145295.33.help.text
msgid ""
"\\<ahelp "
"hid=\\\"STARMATH_LISTBOX_RID_SYMDEFINEDIALOG_LB_FONTS_SUBSET\\\"\\>If you "
"selected a non-symbol font in the \\<emph\\>Font\\</emph\\> list box, you "
"can select a Unicode subset in which to place your new or edited symbol. "
"When a subset has been selected, all symbols belonging to this subset of the "
"current symbol set are displayed in the symbols list above.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3148386.19.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3148386.19.help.text\n"
"Typeface"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3155366.20.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_COMBOBOX_RID_SYMDEFINEDIALOG_3\\\"\\>The current "
"typeface is displayed. You can change the typeface by selecting one from the "
"list box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3156262.12.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3156262.12.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3153922.13.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_PUSHBUTTON_RID_SYMDEFINEDIALOG_1\\\"\\>Click this "
"button to add the symbol shown in the right preview window to the current "
"symbol set.\\</ahelp\\> It will be saved under the name displayed in the "
"\\<emph\\>Symbol\\</emph\\> list box. You must specify a name under "
"\\<emph\\>Symbol\\</emph\\> or \\<emph\\>Symbol Set\\</emph\\> to be able to "
"use this button. Names cannot be used more than once."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3150756.14.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3150756.14.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3147570.15.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_PUSHBUTTON_RID_SYMDEFINEDIALOG_2\\\"\\>Click this "
"button to replace the name of the symbol shown in the left preview window "
"(the old name is displayed in the \\<emph\\>Old symbol\\</emph\\> list box) "
"with the new name you have entered in the \\<emph\\>Symbol\\</emph\\> list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3154640.31.help.text
msgid "Moving a Symbol to Another Symbol Set"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3151174.27.help.text
msgid ""
"As an example, to transfer the large ALPHA from the \"Greek\" set to the "
"\"Special\" set, select the old set (Greek) and then the ALPHA symbol using "
"the two top list boxes. The symbol appears in the left preview window. In "
"the \\<emph\\>Symbol set\\</emph\\> list box, select the \"Special\" set. "
"Click \\<emph\\>Modify\\</emph\\> and then \\<emph\\>OK\\</emph\\>. The "
"ALPHA symbol is now only in the \"Special\" symbol set."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3145414.16.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06010100.xhp#hd_id3145414.16.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3154258.17.help.text
msgid ""
"\\<ahelp hid=\\\"STARMATH_PUSHBUTTON_RID_SYMDEFINEDIALOG_3\\\"\\>Click to "
"remove the symbol shown in the left preview window from the current symbol "
"set.\\</ahelp\\> There will be no security query. Deleting the last "
"remaining symbol of a symbol set also deletes the symbol set."
msgstr ""

#: helpcontent2/source/text/smath/01/06010100.xhp#par_id3153527.18.help.text
msgid ""
"You can also click \\<emph\\>Cancel\\</emph\\> at any time to close the "
"dialog without saving any of the changes."
msgstr ""

#: helpcontent2/source/text/smath/01/06020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06020000.xhp#tit.help.text\n"
"Import formula"
msgstr ""

#: helpcontent2/source/text/smath/01/06020000.xhp#bm_id3154659.help.text
msgid ""
"\\<bookmark_value\\>importing; %PRODUCTNAME Math "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06020000.xhp#hd_id3154659.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/01/06020000.xhp#hd_id3154659.1.help.text\n"
"Import formula"
msgstr ""

#: helpcontent2/source/text/smath/01/06020000.xhp#par_id3150251.2.help.text
msgid ""
"\\<variable id=\\\"formelimportierentext\\\"\\>\\<ahelp "
"hid=\\\"SID_INSERT_FORMULA\\\" visibility=\\\"visible\\\"\\>This command "
"opens a dialog for importing a formula.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/01/06020000.xhp#par_id3153916.3.help.text
msgid ""
"The \\<emph\\>Insert\\</emph\\> dialog is set up like the \\<link "
"href=\\\"text/shared/01/01020000.xhp\\\" name=\\\"Open\\\"\\>Open\\</link\\> "
"dialog under \\<emph\\>File\\</emph\\>. Use the \\<emph\\>Insert\\</emph\\> "
"dialog to load, edit and display a formula saved as a file in the "
"\\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/02/03010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/smath/02/03010000.xhp#tit.help.text\n"
"Formula Cursor"
msgstr ""

#: helpcontent2/source/text/smath/02/03010000.xhp#bm_id3149500.help.text
msgid ""
"\\<bookmark_value\\>formula cursor in $[officename] "
"Math\\</bookmark_value\\>\\<bookmark_value\\>cursor; in $[officename] "
"Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/02/03010000.xhp#hd_id3149500.1.help.text
msgid ""
"_: helpcontent2/source/text/smath/02/03010000.xhp#hd_id3149500.1.help.text\n"
"Formula Cursor"
msgstr ""

#: helpcontent2/source/text/smath/02/03010000.xhp#par_id3153916.2.help.text
msgid ""
"\\<variable id=\\\"cursor\\\"\\>\\<ahelp hid=\\\"SID_FORMULACURSOR\\\"\\>Use "
"this icon on the Tools bar to turn the Formula Cursor on or off.\\</ahelp\\> "
"The part of the formula where the cursor is positioned in the "
"\\<emph\\>Commands\\</emph\\> window is marked with a thin border when the "
"formula cursor is active. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/02/03010000.xhp#par_id3150048.14.help.text
msgid ""
"You can also click a position in the document to move the cursor to its "
"corresponding position in the \\<emph\\>Commands\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/smath/02/03010000.xhp#par_id3146966.15.help.text
msgid ""
"Double-clicking a character or symbol in the document moves the focus of the "
"cursor to the \\<emph\\>Commands\\</emph\\> window and highlights its "
"respective position. "
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#tit.help.text
msgid "Formula Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#bm_id3154702.help.text
msgid "\\<bookmark_value\\>shortcut keys; in formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3154702.1.help.text
msgid ""
"\\<variable id=\\\"math_keys\\\"\\>\\<link "
"href=\\\"text/smath/04/01020000.xhp\\\" name=\\\"Formula Shortcut "
"Keys\\\"\\>Formula Shortcut Keys\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3150345.2.help.text
msgid ""
"A list of the shortcut keys specific to creating formulas is contained in "
"this section."
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3150203.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/04/01020000.xhp#par_id3150203.20.help.text\n"
"The general \\<link href=\\\"text/shared/04/01010000.xhp\\\" "
"name=\\\"shortcut keys in $[officename]\\\"\\>shortcut keys in "
"$[officename]\\</link\\> also apply."
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3148870.3.help.text
msgid "Shortcut Keys for Formula Functions"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3153246.19.help.text
msgid ""
"The following shortcut keys correspond to commands in the "
"\\<emph\\>Edit\\</emph\\> and \\<emph\\>View \\</emph\\>menus."
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3146324.11.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3146324.11.help.text\n"
"F3"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3150537.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/04/01020000.xhp#par_id3150537.12.help.text\n"
"Next Error"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3155620.13.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3155620.13.help.text\n"
"Shift+F3"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3149355.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/04/01020000.xhp#par_id3149355.14.help.text\n"
"Previous Error"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3153808.7.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3153808.7.help.text\n"
"F4"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3149871.8.help.text
msgid "Next Marker (Placeholder)"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3150396.9.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3150396.9.help.text\n"
"Shift+F4"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3151390.10.help.text
msgid "Previous Marker (Placeholder)"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3154554.17.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3154554.17.help.text\n"
"F9"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3153003.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/04/01020000.xhp#par_id3153003.18.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3153732.21.help.text
msgid "Navigation in the Selection Window"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3155927.23.help.text
msgid "Left or right arrow"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3145249.24.help.text
msgid "Move left or right to the next category or function."
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3150928.25.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3150928.25.help.text\n"
"Enter key"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3148390.26.help.text
msgid ""
"Selects a category (within the category section) or inserts a function in "
"the \\<emph\\>Commands\\</emph\\> window (within the function section)."
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3155988.27.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3155988.27.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3153723.28.help.text
msgid ""
"Jump from the first category item to the first function of the category."
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3083451.29.help.text
msgid ""
"_: helpcontent2/source/text/smath/04/01020000.xhp#hd_id3083451.29.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/smath/04/01020000.xhp#par_id3151181.30.help.text
msgid ""
"Jump from the last category item to the last function of the category."
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#tit.help.text
msgid "Manually Aligning Formula Parts"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#bm_id3156384.help.text
msgid ""
"\\<bookmark_value\\>aligning; characters in %PRODUCTNAME "
"Math\\</bookmark_value\\>\\<bookmark_value\\>formula parts; manually "
"aligning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#hd_id3156384.1.help.text
msgid ""
"\\<variable id=\\\"align\\\"\\>\\<link "
"href=\\\"text/smath/guide/align.xhp\\\" name=\\\"Manually Aligning Formula "
"Parts\\\"\\>Manually Aligning Formula Parts\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#hd_id3154657.2.help.text
msgid "How do you align characters in $[officename] Math quickly and easily?"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#par_id3150249.3.help.text
msgid ""
"To accomplish this, you must define empty groups and character strings. They "
"do not require any space, but carry information that helps in the alignment "
"process."
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#par_id3153912.4.help.text
msgid ""
"To create empty groups, enter curly brackets \\<emph\\>{}\\</emph\\> in the "
"Commands window. In the following example, the goal is to achieve a line "
"break so that the plus signs are beneath one another, even though one less "
"character is entered in the upper line:"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#par_id3153246.7.help.text
msgid "a+a+a+{} newline {}{}{}{}{}a+a+a+a"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#par_id3143229.5.help.text
msgid ""
"Empty character strings are a simple way to ensure that texts and formulas "
"are left-aligned. They are defined using double inverted commas \"\" . Make "
"sure you do not use any typographic inverted commas. Example:"
msgstr ""

#: helpcontent2/source/text/smath/guide/align.xhp#par_id3153809.6.help.text
msgid "\"A further example.\" newline a+b newline \"\"c-d"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#tit.help.text
msgid "Changing Default Attributes"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#bm_id3145792.help.text
msgid ""
"\\<bookmark_value\\>attributes; changing in $[officename] "
"Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#hd_id3145792.1.help.text
msgid ""
"\\<variable id=\\\"attributes\\\"\\>\\<link "
"href=\\\"text/smath/guide/attributes.xhp\\\" name=\\\"Changing Default "
"Attributes\\\"\\>Changing Default Attributes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#hd_id3154484.2.help.text
msgid "Can default formats in $[officename] Math be modified?"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#par_id3148870.3.help.text
msgid ""
"Some parts of formulas are always formatted bold or italic by default."
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#par_id3150210.7.help.text
msgid ""
"You can remove these attributes using \"nbold\" and \"nitalic\". Example:"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#par_id3143231.6.help.text
msgid "a + b"
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#par_id3153810.5.help.text
msgid "nitalic a + bold b."
msgstr ""

#: helpcontent2/source/text/smath/guide/attributes.xhp#par_id3149872.4.help.text
msgid ""
"In the second formula, the a is not italic. The b is bold. You cannot change "
"the plus sign by this method."
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#tit.help.text
msgid "Merging Formula Parts in Brackets"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#bm_id3152596.help.text
msgid ""
"\\<bookmark_value\\>brackets; merging formula "
"parts\\</bookmark_value\\>\\<bookmark_value\\>formula parts; "
"merging\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#hd_id3152596.1.help.text
msgid ""
"\\<variable id=\\\"brackets\\\"\\>\\<link "
"href=\\\"text/smath/guide/brackets.xhp\\\" name=\\\"Merging Formula Parts in "
"Brackets\\\"\\>Merging Formula Parts in Brackets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#hd_id3154511.2.help.text
msgid "Inserting fractions into formulas"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#par_id3146971.4.help.text
msgid ""
"In the case of a fraction whose numerator and denominator consist of a "
"product, a sum, and so on, the values that belong together must be bracketed "
"together."
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#par_id3149021.3.help.text
msgid "Use the following syntax:"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#par_id3083280.7.help.text
msgid "{a + c} over 2 = m"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#par_id3154703.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/guide/brackets.xhp#par_id3154703.6.help.text\n"
"or"
msgstr ""

#: helpcontent2/source/text/smath/guide/brackets.xhp#par_id3150297.5.help.text
msgid "m = {a + c} over 2"
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#tit.help.text
msgid "Entering Comments"
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#bm_id3155961.help.text
msgid ""
"\\<bookmark_value\\>comments; entering in $[officename] "
"Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#hd_id3155961.1.help.text
msgid ""
"\\<variable id=\\\"comment\\\"\\>\\<link "
"href=\\\"text/smath/guide/comment.xhp\\\" name=\\\"Entering "
"Comments\\\"\\>Entering Comments\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#hd_id3154657.2.help.text
msgid ""
"How does one attach comments that don't appear in the document to a formula?"
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#par_id3149499.3.help.text
msgid ""
"A comment begins with a double percent sign \\<emph\\>%%\\</emph\\>, and "
"extends to the next line-end character (Enter key). Everything that lies in "
"between is ignored and is not printed out. If there are percent signs in the "
"text, they are treated as part of the text."
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#par_idN105D0.help.text
msgid ""
"_: helpcontent2/source/text/smath/guide/comment.xhp#par_idN105D0.help.text\n"
"Example:"
msgstr ""

#: helpcontent2/source/text/smath/guide/comment.xhp#par_idN105D3.help.text
msgid "a^2+b^2=c^2 %% Pythagorean theorem."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#tit.help.text
msgid "Shortcuts ($[officename] Math Accessibility)"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#bm_id3149018.help.text
msgid ""
"\\<bookmark_value\\>accessibility; $[officename] Math "
"shortcuts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#hd_id3149018.12.help.text
msgid ""
"\\<variable id=\\\"keyboard\\\"\\>\\<link "
"href=\\\"text/smath/guide/keyboard.xhp\\\" name=\\\"Shortcuts ($[officename] "
"Math Accessibility)\\\"\\>Shortcuts ($[officename] Math "
"Accessibility)\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3150298.1.help.text
msgid "You can control $[officename] Math without a mouse."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#hd_id3150343.2.help.text
msgid "Inserting a Formula Directly"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3154659.3.help.text
msgid ""
"If you want to insert a formula into a text document, and you already know "
"the correct writing, you can proceed as follows:"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3153818.4.help.text
msgid "Write the formula into your text"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3153915.5.help.text
msgid "Select the formula"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3150213.6.help.text
msgid "Choose the command \\<emph\\>Insert - Object - Formula\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#hd_id3154767.7.help.text
msgid "Inserting a Formula using a Window"
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3149875.8.help.text
msgid ""
"If you want to use the $[officename] Math interface to edit a formula, "
"choose the command \\<emph\\>Insert - Object - Formula\\</emph\\> without "
"any text selected."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3150391.9.help.text
msgid "The cursor waits in the Commands window and you can type the formula."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3150537.13.help.text
msgid ""
"You can compose formulas using the Selection window. Open it with the menu "
"\\<emph\\>View - Selection\\</emph\\> if it is not already open."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#par_id3155625.10.help.text
msgid ""
"If the Selection window is open, use F6 to switch from the Commands window "
"to the Selection window and back."
msgstr ""

#: helpcontent2/source/text/smath/guide/keyboard.xhp#hd_id3154554.11.help.text
msgid "Selection window"
msgstr ""

#: helpcontent2/source/text/smath/guide/main.xhp#tit.help.text
msgid "Instructions for Using $[officename] Math"
msgstr ""

#: helpcontent2/source/text/smath/guide/main.xhp#bm_id3147341.help.text
msgid ""
"\\<bookmark_value\\>$[officename] Math;general "
"instructions\\</bookmark_value\\>\\<bookmark_value\\>instructions; "
"$[officename] Math\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/main.xhp#hd_id3147341.1.help.text
msgid ""
"\\<variable id=\\\"main\\\"\\>\\<link href=\\\"text/smath/guide/main.xhp\\\" "
"name=\\\"Instructions for Using $[officename] Math\\\"\\>Instructions for "
"Using $[officename] Math\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/main.xhp#hd_id3150199.2.help.text
msgid "Entering and Editing Formulas"
msgstr ""

#: helpcontent2/source/text/smath/guide/newline.xhp#tit.help.text
msgid "Entering Line Breaks"
msgstr ""

#: helpcontent2/source/text/smath/guide/newline.xhp#bm_id1295205.help.text
msgid ""
"\\<bookmark_value\\>line breaks; in "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>formulas;line "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>wrapping text;in "
"formulas\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/newline.xhp#hd_id3146970.1.help.text
msgid ""
"\\<variable id=\\\"newline\\\"\\>\\<link "
"href=\\\"text/smath/guide/newline.xhp\\\" name=\\\"Entering Line "
"Breaks\\\"\\>Entering Line Breaks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/newline.xhp#hd_id3147339.2.help.text
msgid ""
"How to write formulas in $[officename] Math over two lines (with manual line "
"break):"
msgstr ""

#: helpcontent2/source/text/smath/guide/newline.xhp#par_id3154702.3.help.text
msgid ""
"Create a line break by using the \"newline\" command. Everything coming "
"after the line break is placed on the next line."
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#tit.help.text
msgid "Inserting Brackets"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#bm_id3153415.help.text
msgid ""
"\\<bookmark_value\\>brackets; inserting in %PRODUCTNAME "
"Math\\</bookmark_value"
"\\>\\<bookmark_value\\>inserting;brackets\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#hd_id3153415.1.help.text
msgid ""
"\\<variable id=\\\"parentheses\\\"\\>\\<link "
"href=\\\"text/smath/guide/parentheses.xhp\\\" name=\\\"Inserting "
"Brackets\\\"\\>Inserting Brackets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#hd_id3150751.2.help.text
msgid ""
"In \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Math, can "
"brackets be shown separately so that the distance between them is freely "
"definable?"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#par_id3083281.3.help.text
msgid ""
"You can set individual brackets using \"left\" and \"right\", but the "
"distance between the brackets will not be fixed, as they adapt to the "
"argument. Nevertheless, there is a way to display brackets so that the "
"distance between them is fixed. To accomplish this, place a \"\\\\\" "
"(backslash) before the normal brackets. These brackets now behave like any "
"other symbol and the alignment is the same as with other symbols:"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#par_id3155960.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/smath/guide/parentheses.xhp#par_id3155960.6.help.t"
"ext\n"
"left lbrace x right none"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#par_id3148489.5.help.text
msgid "size *2 langle x rangle"
msgstr ""

#: helpcontent2/source/text/smath/guide/parentheses.xhp#par_id3150344.4.help.text
msgid "size *2 \\\\langle x \\\\rangle"
msgstr ""

#: helpcontent2/source/text/swriter/main0000.xhp#tit.help.text
msgid "Welcome to the $[officename] Writer Help"
msgstr ""

#: helpcontent2/source/text/swriter/main0000.xhp#hd_id3147233.1.help.text
msgid "%PRODUCTNAME Writer Help"
msgstr ""

#: helpcontent2/source/text/swriter/main0000.xhp#hd_id3147258.3.help.text
msgid "Working With %PRODUCTNAME Writer"
msgstr ""

#: helpcontent2/source/text/swriter/main0000.xhp#hd_id3149131.5.help.text
msgid "Menus, Toolbars, and Keys"
msgstr ""

#: helpcontent2/source/text/swriter/main0000.xhp#hd_id3149183.4.help.text
msgid "Getting Help"
msgstr ""

#: helpcontent2/source/text/swriter/main0100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0100.xhp#tit.help.text\n"
"Menus"
msgstr ""

#: helpcontent2/source/text/swriter/main0100.xhp#hd_id3147274.1.help.text
msgid ""
"\\<variable id=\\\"main0100\\\"\\>\\<link "
"href=\\\"text/swriter/main0100.xhp\\\" "
"name=\\\"Menus\\\"\\>Menus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0100.xhp#par_id3149569.2.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0100.xhp#par_id3149569.2.help.text\n"
"The following section lists the help topics available for menus and dialogs."
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#tit.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3147331.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0101.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#par_id3147352.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PickList\\\"\\>Contains commands that apply to the "
"whole document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3147463.4.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#hd_id3147463.4.help.text\n"
"\\<link href=\\\"text/shared/01/01020000.xhp\\\" "
"name=\\\"Open\\\"\\>Open\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3147511.5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#hd_id3147511.5.help.text\n"
"\\<link href=\\\"text/shared/01/01070000.xhp\\\" name=\\\"Save As\\\"\\>Save "
"As\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3155281.12.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#hd_id3155281.12.help.text\n"
"\\<link href=\\\"text/shared/01/01190000.xhp\\\" "
"name=\\\"Versions\\\"\\>Versions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3155340.7.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#hd_id3155340.7.help.text\n"
"\\<link href=\\\"text/shared/01/01100000.xhp\\\" "
"name=\\\"Properties\\\"\\>Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3155383.9.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#hd_id3155383.9.help.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Print\\\"\\>Print\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0101.xhp#hd_id3149283.10.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0101.xhp#hd_id3149283.10.help.text\n"
"\\<link href=\\\"text/shared/01/01140000.xhp\\\" name=\\\"Printer "
"Settings\\\"\\>Printer Settings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#tit.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3149610.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0102.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#par_id3149626.2.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#par_id3149626.2.help.text\n"
"This menu contains commands for editing the contents of a document."
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147593.3.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147593.3.help.text\n"
"\\<link href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste "
"Special\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147619.16.help.text
msgid ""
"\\<link href=\\\"text/shared/02/07070000.xhp\\\" name=\\\"Select "
"Text\\\"\\>Select Text\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147790.13.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147790.13.help.text\n"
"\\<link href=\\\"text/shared/01/02240000.xhp\\\" name=\\\"Compare "
"Document\\\"\\>Compare Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147816.4.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147816.4.help.text\n"
"\\<link href=\\\"text/shared/01/02100000.xhp\\\" name=\\\"Find & "
"Replace\\\"\\>Find & Replace\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147226.5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147226.5.help.text\n"
"\\<link href=\\\"text/swriter/01/02120000.xhp\\\" "
"name=\\\"AutoText\\\"\\>AutoText\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147251.12.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04180400.xhp\\\" name=\\\"Exchange "
"Database\\\"\\>Exchange Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147276.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02140000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147302.7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02150000.xhp\\\" "
"name=\\\"Footnotes\\\"\\>Footnotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147327.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02160000.xhp\\\" name=\\\"Index "
"Entry\\\"\\>Index Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147352.14.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02130000.xhp\\\" name=\\\"Bibliography "
"Entry\\\"\\>Bibliography Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147377.15.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147377.15.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147404.10.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3147404.10.help.text\n"
"\\<link href=\\\"text/shared/01/02180000.xhp\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0102.xhp#hd_id3156150.11.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0102.xhp#hd_id3156150.11.help.text\n"
"\\<link href=\\\"text/shared/01/02220000.xhp\\\" "
"name=\\\"ImageMap\\\"\\>ImageMap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0103.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0103.xhp#tit.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/swriter/main0103.xhp#hd_id3147233.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0103.xhp\\\" "
"name=\\\"View\\\"\\>View\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0103.xhp#par_id3147249.2.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0103.xhp#par_id3147249.2.help.text\n"
"This menu contains commands for controlling the on-screen display of the "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/main0103.xhp#hd_id3147265.3.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0103.xhp#hd_id3147265.3.help.text\n"
"\\<link href=\\\"text/shared/01/03010000.xhp\\\" "
"name=\\\"Zoom\\\"\\>Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3155341.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0104.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#par_id3155358.2.help.text
msgid ""
"This menu contains all the necessary commands for inserting new elements in "
"your document. This includes sections, footnotes, notes, special characters, "
"graphics, and objects from other applications."
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3155376.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04010000.xhp\\\" name=\\\"Manual "
"Break\\\"\\>Manual Break\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147762.12.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147762.12.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Special "
"Character\\\"\\>Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147788.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04020000.xhp\\\" "
"name=\\\"Section\\\"\\>Section\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147812.17.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147812.17.help.text\n"
"\\<link href=\\\"text/shared/02/09070000.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147231.5.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04030000.xhp\\\" "
"name=\\\"Footnote\\\"\\>Footnote\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147256.8.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147256.8.help.text\n"
"\\<link href=\\\"text/swriter/01/04060000.xhp\\\" "
"name=\\\"Caption\\\"\\>Caption\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147281.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04040000.xhp\\\" "
"name=\\\"Bookmark\\\"\\>Bookmark\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147543.25.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090002.xhp\\\" name=\\\"Cross-"
"reference\\\"\\>Cross-reference\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147569.7.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04050000.xhp\\\" "
"name=\\\"Note\\\"\\>Note\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3147595.24.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04200000.xhp\\\" "
"name=\\\"Script\\\"\\>Script\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149865.9.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149865.9.help.text\n"
"\\<link href=\\\"text/swriter/01/04070000.xhp\\\" "
"name=\\\"Envelope\\\"\\>Envelope\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149891.13.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149891.13.help.text\n"
"\\<link href=\\\"text/swriter/01/04130000.xhp\\\" "
"name=\\\"Frame\\\"\\>Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149917.15.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04150000.xhp\\\" "
"name=\\\"Table\\\"\\>Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149944.22.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04210000.xhp\\\" name=\\\"Horizontal "
"Line\\\"\\>Horizontal Line\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3150951.20.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0104.xhp#hd_id3150951.20.help.text\n"
"\\<link href=\\\"text/shared/01/04160500.xhp\\\" name=\\\"Floating "
"Frame\\\"\\>Floating Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0104.xhp#hd_id3149428.16.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04190000.xhp\\\" "
"name=\\\"File\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0105.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3147820.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0105.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#par_id3147218.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FormatMenu\\\"\\>Contains commands for formatting the "
"layout and the contents of your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3147261.4.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0105.xhp#hd_id3147261.4.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3147286.5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0105.xhp#hd_id3147286.5.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3145784.18.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0105.xhp#hd_id3145784.18.help.text\n"
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Numbering/Bullets\\\"\\>Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3145692.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05040000.xhp\\\" "
"name=\\\"Page\\\"\\>Page\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3145743.23.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0105.xhp#hd_id3145743.23.help.text\n"
"\\<link href=\\\"text/swriter/01/05040500.xhp\\\" "
"name=\\\"Columns\\\"\\>Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3145717.22.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02170000.xhp\\\" "
"name=\\\"Sections\\\"\\>Sections\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3147330.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05080000.xhp\\\" "
"name=\\\"Object\\\"\\>Object\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3149910.7.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0105.xhp#hd_id3149910.7.help.text\n"
"\\<link href=\\\"text/swriter/01/04130000.xhp\\\" "
"name=\\\"Frame\\\"\\>Frame\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0105.xhp#hd_id3149935.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060000.xhp\\\" "
"name=\\\"Picture\\\"\\>Picture\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0106.xhp#tit.help.text\n"
"Tools"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3147241.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0106.xhp\\\" "
"name=\\\"Tools\\\"\\>Tools\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#par_id3147258.2.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0106.xhp#par_id3147258.2.help.text\n"
"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."
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3149939.6.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0106.xhp#hd_id3149939.6.help.text\n"
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3149965.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06060000.xhp\\\" name=\\\"Outline "
"Numbering\\\"\\>Outline Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3145688.15.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06180000.xhp\\\" name=\\\"Line "
"Numbering\\\"\\>Line Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3145713.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06080000.xhp\\\" "
"name=\\\"Footnotes\\\"\\>Footnotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3147346.12.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06100000.xhp\\\" "
"name=\\\"Sort\\\"\\>Sort\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0106.xhp#hd_id3147406.14.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0106.xhp#hd_id3147406.14.help.text\n"
"\\<link href=\\\"text/shared/01/06140000.xhp\\\" "
"name=\\\"Configure\\\"\\>Customize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0107.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0107.xhp#tit.help.text\n"
"Window"
msgstr ""

#: helpcontent2/source/text/swriter/main0107.xhp#hd_id3147248.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0107.xhp\\\" "
"name=\\\"Window\\\"\\>Window\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0107.xhp#par_id3147269.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:WindowList\\\" visibility=\\\"visible\\\"\\>Contains "
"commands for manipulating and displaying document windows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#tit.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10553.help.text
msgid "\\<link href=\\\"text/swriter/main0110.xhp\\\"\\>Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10563.help.text
msgid "Shows all commands to insert and to edit a table in a text document."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105AB.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN105AB.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105B5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN105B5.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105B8.help.text
msgid "Inserts a new table."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105CD.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN105CD.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105D0.help.text
msgid "Inserts columns."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105E5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN105E5.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105E8.help.text
msgid "Inserts rows."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105AF.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN105AF.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1063E.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN1063E.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1060A.help.text
msgid "\\<ahelp hid=\\\"20529\\\"\\>Deletes the current table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1060D.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN1060D.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10610.help.text
msgid "Deletes the selected columns."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1066A.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN1066A.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10616.help.text
msgid "Deletes the selected rows."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105B3.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN105B3.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10623.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN10623.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10626.help.text
msgid "\\<ahelp hid=\\\"20515\\\"\\>Selects the current table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10629.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN10629.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1062C.help.text
msgid "Selects the current column."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1062F.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN1062F.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10632.help.text
msgid "Selects the current row."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10635.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN10635.help.text\n"
"Cell"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10638.help.text
msgid "\\<ahelp hid=\\\"20530\\\"\\>Selects the current cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105B7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100100.xhp\\\"\\>Merge Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105BB.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100200.xhp\\\"\\>Split Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105F7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150101.xhp\\\"\\>Table "
"AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105FB.help.text
msgid "Autofit"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106B5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN106B5.help.text\n"
"Column width"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106B8.help.text
msgid ""
"Opens the Column Width dialog where you can change the width of a column."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106BB.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120200.xhp\\\"\\>Optimal Column "
"Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106D2.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120600.xhp\\\"\\>Distribute Columns "
"Evenly\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106E9.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN106E9.help.text\n"
"Row Height"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106EC.help.text
msgid "Opens the Row Height dialog where you can change the height of a row."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN106EF.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110200.xhp\\\"\\>Optimal Row "
"Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10706.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110600.xhp\\\"\\>Distribute Rows "
"Evenly\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1071D.help.text
msgid "Allow Row to Break Across Pages and Columns"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10720.help.text
msgid ""
"\\<ahelp hid=\\\"21753\\\"\\>Allows a page break within the current "
"row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN105FF.help.text
msgid "Heading Rows Repeat"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1072D.help.text
msgid ""
"\\<ahelp hid=\\\"20520\\\"\\>Repeats the table headers on subsequent pages "
"if the table spans one or more pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10603.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN10603.help.text\n"
"Convert"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1074C.help.text
msgid "Text to Table"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1074F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens a dialog where you "
"can convert the selected text to a table.\\</ahelp\\>Opens \\<link "
"href=\\\"text/swriter/01/06090000.xhp\\\"\\>a dialog\\</link\\> where you "
"can convert the selected text to a table."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10763.help.text
msgid "Table to Text"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10766.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens a dialog where you "
"can convert the current table to text.\\</ahelp\\>Opens \\<link "
"href=\\\"text/swriter/01/06090000.xhp\\\"\\>a dialog\\</link\\> where you "
"can convert the current table to text."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10607.help.text
msgid "\\<link href=\\\"text/swriter/01/06100000.xhp\\\"\\>Sort\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1092F.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN1092F.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10933.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Opens the Formula bar to "
"enter or edit a formula.\\</ahelp\\>Opens the \\<link "
"href=\\\"text/swriter/main0214.xhp\\\"\\>Formula bar\\</link\\> to enter or "
"edit a formula."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN1060F.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0110.xhp#par_idN1060F.help.text\n"
"Number Format"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN107AC.help.text
msgid ""
"Opens \\<link href=\\\"text/shared/optionen/01040500.xhp\\\"\\>a "
"dialog\\</link\\> where you can specifiy the format of numbers in the table."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10613.help.text
msgid "Table Boundaries"
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN107CA.help.text
msgid ""
"Shows or hides the boundaries around table cells. The boundaries are only "
"visible on screen and are not printed."
msgstr ""

#: helpcontent2/source/text/swriter/main0110.xhp#par_idN10617.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05090000.xhp\\\"\\>Table "
"Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0200.xhp#tit.help.text\n"
"Toolbars"
msgstr ""

#: helpcontent2/source/text/swriter/main0200.xhp#hd_id3145782.1.help.text
msgid ""
"\\<variable id=\\\"main0200\\\"\\>\\<link "
"href=\\\"text/swriter/main0200.xhp\\\" "
"name=\\\"Toolbars\\\"\\>Toolbars\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0200.xhp#par_id3145481.2.help.text
msgid ""
"This section provides an overview of the toolbars available in $[officename] "
"Writer.\\<embedvar "
"href=\\\"text/shared/00/00000007.xhp#symbolleistenneu\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0202.xhp#tit.help.text\n"
"Formatting Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#hd_id3154270.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0202.xhp\\\" name=\\\"Formatting "
"Bar\\\"\\>Formatting Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#par_id3147762.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEXT_TOOLBOX\\\"\\>The Formatting bar contains several "
"text formatting functions.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#hd_id3149593.9.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0202.xhp#hd_id3149593.9.help.text\n"
"\\<link href=\\\"text/shared/01/05020200.xhp\\\" name=\\\"Font "
"Color\\\"\\>Font Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#hd_id3149887.10.help.text
msgid "Additional icons"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#par_id3149900.11.help.text
msgid ""
"If \\<link href=\\\"text/shared/00/00000005.xhp#ctl\\\" "
"name=\\\"CTL\\\"\\>CTL\\</link\\> support is enabled, two additional icons "
"are visible."
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#hd_id3149946.12.help.text
msgid "Left-To-Right"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#par_idN10784.help.text
msgid ""
"\\<image id=\\\"img_id8354747\\\" "
"src=\\\"res/commandimagelist/sc_paralefttoright.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id8354747\\\"\\>left to right icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#par_id3149964.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ParaLeftToRight\\\"\\>The text is entered from left to "
"right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#hd_id3147300.14.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0202.xhp#hd_id3147300.14.help.text\n"
"Right-To-Left"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#par_idN107DF.help.text
msgid ""
"\\<image id=\\\"img_id2405774\\\" "
"src=\\\"res/commandimagelist/sc_pararighttoleft.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id2405774\\\"\\>right to left icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0202.xhp#par_id3147625.15.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ParaRightToLeft\\\"\\>The text formatted in a complex "
"text layout language is entered from right to left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0203.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0203.xhp#tit.help.text\n"
"Picture Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0203.xhp#hd_id3154263.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0203.xhp\\\" name=\\\"Picture "
"Bar\\\"\\>Picture Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0203.xhp#par_id3147756.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRAFIK_TOOLBOX\\\"\\>The \\<emph\\>Picture\\</emph\\> "
"Bar contains functions for formatting and positioning selected bitmap "
"graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0203.xhp#hd_id3145606.12.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060300.xhp\\\" name=\\\"Flip "
"Vertically\\\"\\>Flip Vertically\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0203.xhp#hd_id3145639.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060300.xhp\\\" name=\\\"Flip "
"Horizontally\\\"\\>Flip Horizontally\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0203.xhp#hd_id3145673.14.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060000.xhp\\\" name=\\\"Graphics "
"Properties\\\"\\>Graphics Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0204.xhp#tit.help.text
msgid "Table Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0204.xhp#hd_id3145587.1.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0204.xhp#hd_id3145587.1.help.text\n"
"\\<link href=\\\"text/swriter/main0204.xhp\\\" name=\\\"Table "
"Bar\\\"\\>Table Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0204.xhp#par_id3154252.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABLE_TOOLBOX\\\"\\>The \\<emph\\>Table \\</emph\\>Bar "
"contains functions you need when working with tables. It appears when you "
"move the cursor into a table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0204.xhp#hd_id3147592.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100100.xhp\\\" name=\\\"Merge "
"Cells\\\"\\>Merge Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0204.xhp#hd_id3147820.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110500.xhp\\\" name=\\\"Delete "
"Row\\\"\\>Delete Row\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0204.xhp#hd_id3147231.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120500.xhp\\\" name=\\\"Delete "
"Column\\\"\\>Delete Column\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0205.xhp#tit.help.text\n"
"Drawing Object Properties Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#hd_id3154275.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0205.xhp\\\" name=\\\"Drawing Object "
"Properties Bar\\\"\\>Drawing Object Properties Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#par_id3147578.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DRAW_TOOLBOX\\\"\\>The \\<emph\\>Drawing Object "
"Properties\\</emph\\> Bar that appears when a drawing object is selected "
"contains functions for editing and positioning the drawing "
"objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147784.3.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147784.3.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Style\\\"\\>Line Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147818.4.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147818.4.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Width\\\"\\>Line Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147229.5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147229.5.help.text\n"
"\\<link href=\\\"text/shared/01/05200100.xhp\\\" name=\\\"Line "
"Color\\\"\\>Line Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0205.xhp#hd_id3147280.6.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05210100.xhp\\\" name=\\\"Area "
"Style/Filling\\\"\\>Area Style/Filling\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0206.xhp#tit.help.text
msgid "Bullets and Numbering Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0206.xhp#hd_id3154256.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0206.xhp\\\" name=\\\"Bullets and "
"Numbering Bar\\\"\\>Bullets and Numbering Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0206.xhp#par_id3154277.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUM_TOOLBOX\\\"\\>The \\<emph\\>Bullets and "
"Numbering\\</emph\\> bar contains functions to modify the structure of "
"numbered paragraphs, including changing the order of paragraphs and defining "
"different paragraph levels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0208.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0208.xhp#tit.help.text\n"
"Status Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0208.xhp#hd_id3153397.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0208.xhp\\\" name=\\\"Status "
"Bar\\\"\\>Status Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0208.xhp#par_id3153414.2.help.text
msgid ""
"The Status Bar contains information about the current document and offers "
"various buttons with special functions. "
msgstr ""

#: helpcontent2/source/text/swriter/main0210.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0210.xhp#tit.help.text\n"
"Page Preview"
msgstr ""

#: helpcontent2/source/text/swriter/main0210.xhp#hd_id3145783.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0210.xhp\\\" name=\\\"Page "
"Preview\\\"\\>Page Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0210.xhp#par_id3154253.2.help.text
msgid ""
"The \\<emph\\>Page Preview\\</emph\\> Bar appears when you view the current "
"document in the page preview mode."
msgstr ""

#: helpcontent2/source/text/swriter/main0213.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0213.xhp#tit.help.text\n"
"Rulers"
msgstr ""

#: helpcontent2/source/text/swriter/main0213.xhp#hd_id3154201.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0213.xhp\\\" "
"name=\\\"Rulers\\\"\\>Rulers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0213.xhp#par_id3154218.2.help.text
msgid ""
"Rulers display the dimensions of the page, and the position of tabs, "
"indents, borders and columns. You can modify all of these on the rulers "
"using the mouse."
msgstr ""

#: helpcontent2/source/text/swriter/main0213.xhp#par_id3154239.3.help.text
msgid ""
"By double-clicking on the ruler, you can open the "
"\\<emph\\>Paragraph\\</emph\\> dialog and assign \\<link "
"href=\\\"text/shared/00/00000005.xhp#formatierung\\\" name=\\\"direct "
"paragraph formatting\\\"\\>direct paragraph formatting\\</link\\> for the "
"current paragraph or all selected paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/main0214.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0214.xhp#tit.help.text\n"
"Formula Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0214.xhp#hd_id3145782.1.help.text
msgid ""
"\\<variable id=\\\"releistename\\\"\\>\\<link "
"href=\\\"text/swriter/main0214.xhp\\\" name=\\\"Formula Bar\\\"\\>Formula "
"Bar\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0214.xhp#par_id3154254.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>The \\<emph\\>Formula\\</emph\\> Bar allows you to "
"create and insert calculations into a text document.\\</ahelp\\> To activate "
"the \\<emph\\>Formula\\</emph\\> Bar, press F2."
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#tit.help.text
msgid "Frame Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#hd_id3154251.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0215.xhp\\\" name=\\\"Frame "
"Bar\\\"\\>Frame Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#par_id3154272.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FRAME_TOOLBOX\\\"\\>When a frame is selected, the "
"\\<emph\\>Frame \\</emph\\>Bar provides the most important functions for "
"formatting and positioning the frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#hd_id3147403.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Wrap "
"Off\\\"\\>Wrap Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#par_id3147419.5.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/01/05060200.xhp#keinumlauftext\\\"/\\>You "
"can also choose this setting on the \\<emph\\>Wrap\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#hd_id3153388.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Wrap "
"On\\\"\\>Wrap On\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#par_id3153405.7.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/swriter/01/05060200.xhp#seitenumlauftext\\\"/\\>This icon "
"represents the \\<emph\\>Page Wrap\\</emph\\> option on the "
"\\<emph\\>Wrap\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#hd_id3147782.8.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0215.xhp#hd_id3147782.8.help.text\n"
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Wrap "
"Through\\\"\\>Wrap Through\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#par_id3147799.9.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/01/05060200.xhp#durchlauftext\\\"/\\>You "
"can also define this setting on the \\<emph\\>Wrap\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#hd_id3151285.15.help.text
msgid ""
"\\<link href=\\\"text/shared/02/02170000.xhp\\\" name=\\\"Background "
"Color\\\"\\>Background Color\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0215.xhp#hd_id3151320.14.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04130000.xhp\\\" name=\\\"Frame "
"Properties\\\"\\>Frame Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#tit.help.text
msgid "OLE-Object Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#hd_id3150726.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0216.xhp\\\" name=\\\"OLE-Object "
"Bar\\\"\\>OLE-Object Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#par_id3150746.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OLE_TOOLBOX\\\"\\>The\\<emph\\> OLE-Object "
"\\</emph\\>bar appears when objects are selected, and contains the most "
"important functions for formatting and positioning objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#hd_id3153377.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"No Wrap\\\"\\>No "
"Wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#par_id3153394.5.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/01/05060200.xhp#keinumlauftext\\\"/\\> You "
"can also choose this setting on the \\<emph\\>Wrap\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#hd_id3147766.6.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0216.xhp#hd_id3147766.6.help.text\n"
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Wrap\\\"\\>Wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#par_id3147782.7.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/01/05060200.xhp#seitenumlauftext\\\"/\\> "
"This icon corresponds to the \\<emph\\>Page Wrap\\</emph\\> option on the "
"\\<emph\\>Wrap\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#hd_id3147824.8.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0216.xhp#hd_id3147824.8.help.text\n"
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Wrap "
"Through\\\"\\>Wrap Through\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#par_id3147218.9.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/01/05060200.xhp#durchlauftext\\\"/\\> You "
"can also achieve the same effect through the \\<emph\\>Wrap\\</emph\\> tab "
"page."
msgstr ""

#: helpcontent2/source/text/swriter/main0216.xhp#hd_id3151208.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05080000.xhp\\\" name=\\\"Object "
"Properties\\\"\\>Object Properties\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#tit.help.text
msgid "Text Object Bar"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#hd_id3155366.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0220.xhp\\\" name=\\\"Text Object "
"Bar\\\"\\>Text Object Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#par_id3155386.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DRAW_TEXT_TOOLBOX\\\"\\>Contains formatting commands "
"for text that is contained in a draw object.\\</ahelp\\> The \\<emph\\>Text "
"Object\\</emph\\> bar appears when you double-click inside a draw object."
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#hd_id3153416.15.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0220.xhp#hd_id3153416.15.help.text\n"
"\\<link href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Superscript\\\"\\>Superscript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#hd_id3147787.16.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0220.xhp#hd_id3147787.16.help.text\n"
"\\<link href=\\\"text/shared/01/05020500.xhp\\\" "
"name=\\\"Subscript\\\"\\>Subscript\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#hd_id3147265.20.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0220.xhp#hd_id3147265.20.help.text\n"
"\\<link href=\\\"text/shared/01/02090000.xhp\\\" name=\\\"Select "
"All\\\"\\>Select All\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#hd_id3145596.17.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0220.xhp#hd_id3145596.17.help.text\n"
"\\<link href=\\\"text/shared/01/05020000.xhp\\\" "
"name=\\\"Character\\\"\\>Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#hd_id3145631.18.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0220.xhp#hd_id3145631.18.help.text\n"
"\\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>Paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0220.xhp#par_id3145649.19.help.text
msgid ""
"Here you can define the indents, spacing, alignment and line spacing for the "
"paragraph currently selected."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#tit.help.text
msgid "$[officename] Writer Features"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3154243.1.help.text
msgid ""
"\\<variable id=\\\"main0503\\\"\\>\\<link "
"href=\\\"text/swriter/main0503.xhp\\\" name=\\\"$[officename] Writer "
"Features\\\"\\>$[officename] Writer Features\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3154263.2.help.text
msgid ""
"$[officename] Writer lets you design and produce text documents that can "
"include graphics, tables, or charts. You can then save the documents in a "
"variety of formats, including Microsoft Word, HTML, or even Adobe's Portable "
"Document Format (PDF)."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3147755.4.help.text
msgid "Writing"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3147768.5.help.text
msgid ""
"$[officename] Writer lets you create both basic documents, such as memos, "
"\\<link href=\\\"text/shared/guide/fax.xhp\\\" "
"name=\\\"faxes\\\"\\>faxes\\</link\\>, letters , resumes and \\<link "
"href=\\\"text/swriter/01/01150000.xhp\\\" name=\\\"merge "
"documents\\\"\\>merge documents\\</link\\>, as well as long and complex or "
"multi-part documents, complete with bibliographies, reference tables and "
"indexes."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3147797.29.help.text
msgid ""
"$[officename] Writer also includes such useful features as a \\<link "
"href=\\\"text/shared/01/06010000.xhp\\\" "
"name=\\\"spellchecker\\\"\\>spellchecker\\</link\\>, a \\<link "
"href=\\\"text/swriter/guide/using_thesaurus.xhp\\\" "
"name=\\\"thesaurus\\\"\\>thesaurus\\</link\\>, \\<link "
"href=\\\"text/shared/01/06040000.xhp\\\" "
"name=\\\"AutoCorrect\\\"\\>AutoCorrect\\</link\\>, and \\<link "
"href=\\\"text/swriter/01/06030000.xhp\\\" "
"name=\\\"Hyphenation\\\"\\>Hyphenation\\</link\\> as well as a variety of "
"\\<link href=\\\"text/shared/01/01010100.xhp\\\" "
"name=\\\"templates\\\"\\>templates\\</link\\> for almost every purpose. You "
"can also create your own templates using the Wizards."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3147225.9.help.text
msgid "Designing and Structuring"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3147239.10.help.text
msgid ""
"$[officename] offers a wide variety of options to design documents. Use the "
"\\<link href=\\\"text/swriter/01/05140000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting window\\</link\\> to create, "
"assign and modify styles for paragraphs, individual characters, frames and "
"pages. In addition, the \\<link href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> helps you to quickly move "
"around inside your documents, lets you look at your document in an outline "
"view, and keeps track of the objects that you have inserted into your "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3147272.12.help.text
msgid ""
"You can also create various \\<link "
"href=\\\"text/swriter/01/04120000.xhp\\\" name=\\\"indexes and "
"tables\\\"\\>indexes and tables\\</link\\> in text documents. You can define "
"the structure and appearance of the indexes and tables according to your "
"individual needs. Live hyperlinks and bookmarks let you jump directly to the "
"corresponding items in the text."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3145596.30.help.text
msgid "Desktop Publishing with $[officename] Writer"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3145610.31.help.text
msgid ""
"$[officename] Writer contains numerous desktop publishing and drawing tools "
"to assist you in creating professionally styled documents, such as "
"brochures, newsletters and invitations. You can format your documents with "
"multi-column layouts, \\<link href=\\\"text/swriter/guide/text_frame.xhp\\\" "
"name=\\\"text frames\\\"\\>text frames\\</link\\>, \\<link "
"href=\\\"text/swriter/guide/insert_graphic.xhp\\\" "
"name=\\\"graphics\\\"\\>graphics\\</link\\>, \\<link "
"href=\\\"text/swriter/guide/table_insert.xhp\\\" "
"name=\\\"tables\\\"\\>tables\\</link\\>, and other objects."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3145649.13.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0503.xhp#hd_id3145649.13.help.text\n"
"Calculations"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3145663.14.help.text
msgid ""
"Text documents in $[officename] have an integrated \\<link "
"href=\\\"text/swriter/main0214.xhp\\\" name=\\\"calculation "
"function\\\"\\>calculation function\\</link\\> that helps you execute "
"sophisticated calculations or logical links. You can easily create a table "
"in a text document in order to perform calculations."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3151192.15.help.text
msgid "Creating Drawings"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3151206.16.help.text
msgid ""
"The $[officename] Writer \\<link href=\\\"text/shared/02/01140000.xhp\\\" "
"name=\\\"drawing tool\\\"\\>drawing tool\\</link\\> lets you create "
"drawings, graphics, legends, and other types of drawings directly in text "
"documents."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3151229.17.help.text
msgid ""
"_: helpcontent2/source/text/swriter/main0503.xhp#hd_id3151229.17.help.text\n"
"Inserting Graphics"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3151243.18.help.text
msgid ""
"You can insert pictures with \\<link "
"href=\\\"text/shared/00/00000020.xhp\\\" name=\\\"different "
"formats\\\"\\>different formats\\</link\\> into a text document, including "
"graphics with a JPG or GIF format. The most common formats can be edited "
"directly in a text document with the image editor. In addition, the \\<link "
"href=\\\"text/shared/01/gallery.xhp\\\" "
"name=\\\"Gallery\\\"\\>Gallery\\</link\\> provides a collection of clipart "
"graphics organized by theme."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3155084.21.help.text
msgid "Flexible Application Interface"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3155098.22.help.text
msgid ""
"The program interface is designed so that you can configure it according to "
"your preferences, including customizing icons and menus. You can position "
"various program windows, such as the Styles and Formatting window or the "
"Navigator as floating windows anywhere on the screen. You can also \\<link "
"href=\\\"text/shared/guide/autohide.xhp\\\" "
"name=\\\"dock\\\"\\>dock\\</link\\> some windows to the edge of the "
"workspace."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3155123.23.help.text
msgid "Drag&Drop"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3155137.24.help.text
msgid ""
"The \\<link href=\\\"text/shared/guide/dragdrop.xhp\\\" name=\\\"drag-and-"
"drop\\\"\\>drag-and-drop\\</link\\> feature enables you to work quickly and "
"efficiently with text documents in $[officename]. For example, you can drag-"
"and-drop objects, such as graphics from the Gallery, from one location to "
"another in the same document, or between open $[officename] documents."
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#hd_id3155162.27.help.text
msgid "Help Functions"
msgstr ""

#: helpcontent2/source/text/swriter/main0503.xhp#par_id3145675.28.help.text
msgid ""
"You can use the \\<link href=\\\"text/shared/05/00000110.xhp\\\" "
"name=\\\"Help system\\\"\\>Help system\\</link\\> as a complete reference "
"for $[officename] applications, including \\<link "
"href=\\\"text/swriter/guide/main.xhp\\\" "
"name=\\\"instructions\\\"\\>instructions\\</link\\> for simple and complex "
"tasks."
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000004.xhp#tit.help.text\n"
"To access this function..."
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#hd_id3156386.1.help.text
msgid ""
"\\<variable id=\\\"wie\\\"\\>To access this function...\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3150253.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_wrapoff.png\\\" "
"id=\\\"img_id3145389\\\"\\>\\<alt "
"id=\\\"alt_id3145389\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3150211.230.help.text
msgid "Wrap Off"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3156397.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_wrapon.png\\\" "
"id=\\\"img_id3149048\\\"\\>\\<alt "
"id=\\\"alt_id3149048\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3147299.231.help.text
msgid "Wrap On"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3154558.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_wrapthrough.png\\\" "
"id=\\\"img_id3152999\\\"\\>\\<alt "
"id=\\\"alt_id3152999\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3153738.232.help.text
msgid "Wrap Through"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3148773.help.text
msgid ""
"\\<image src=\\\"res/sc06301.png\\\" id=\\\"img_id3149026\\\"\\>\\<alt "
"id=\\\"alt_id3149026\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3147174.267.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Jump to Previous "
"Script\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3151265.help.text
msgid ""
"\\<image src=\\\"res/sc06300.png\\\" id=\\\"img_id3151272\\\"\\>\\<alt "
"id=\\\"alt_id3151272\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000004.xhp#par_id3150260.268.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Jump to Next "
"Script\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000401.xhp#tit.help.text\n"
"File Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#hd_id3149499.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000401.xhp#hd_id3149499.1.help.text\n"
"File Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3154487.42.help.text
msgid ""
"\\<variable id=\\\"exportdoc\\\"\\>Menu \\<emph\\>File - "
"Export\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3151242.31.help.text
msgid ""
"\\<variable id=\\\"sendenstarimpress\\\"\\>Choose \\<emph\\>File - Send - "
"Outline to Presentation\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3153249.32.help.text
msgid ""
"\\<variable id=\\\"sendenclipboard\\\"\\>Choose \\<emph\\>File - Send - "
"Outline to Clipboard\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3146962.33.help.text
msgid ""
"\\<variable id=\\\"sendenautoabstract\\\"\\>Choose \\<emph\\>File - Send - "
"Create AutoAbstract\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3156397.34.help.text
msgid ""
"\\<variable id=\\\"sendenpraeser\\\"\\>Choose \\<emph\\>File - Send - "
"AutoAbstract to Presentation\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3147404.39.help.text
msgid ""
"\\<variable id=\\\"html\\\"\\>Choose \\<emph\\>File - Send - Create HTML "
"Document\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3152898.38.help.text
msgid ""
"\\<variable id=\\\"htmlvorlage\\\"\\>Choose \\<emph\\>File - Send - Create "
"HTML Document - Current Style\\</emph\\>, menu \\<emph\\>File - Send - "
"Create Master Document - Current Style\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3149350.35.help.text
msgid ""
"Choose \\<emph\\>Tools - Customize\\</emph\\>. Then configure the old Mail "
"Merge dialog to a new menu entry."
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3083448.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3083448.help.text\n"
"\\<image id=\\\"img_id3083452\\\" "
"src=\\\"res/commandimagelist/sc_mergedialog.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3083452\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000401.xhp#par_id3149025.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000401.xhp#par_id3149025.37.help.text\n"
"Mail Merge"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000402.xhp#tit.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#hd_id3150344.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000402.xhp#hd_id3150344.1.help.text\n"
"Edit Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3154485.2.help.text
msgid "Choose \\<emph\\>Edit - AutoText\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3151243.15.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Comman"
"d\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defaul"
"tinline\\>\\</switchinline\\>+F3"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3143228.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000402.xhp#par_id3143228.3.help.text\n"
"On Insert toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3149048.help.text
msgid ""
"\\<image id=\\\"img_id3156418\\\" "
"src=\\\"res/commandimagelist/sc_editglossary.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3156418\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3150536.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000402.xhp#par_id3150536.4.help.text\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3149349.5.help.text
msgid ""
"\\<variable id=\\\"datenaust\\\"\\>Choose \\<emph\\>Edit - Exchange "
"Database\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3146316.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000402.xhp#par_id3146316.6.help.text\n"
"\\<variable id=\\\"feldbefehl\\\"\\>Choose \\<emph\\>Edit - "
"Fields\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3154505.7.help.text
msgid ""
"\\<variable id=\\\"fussnote\\\"\\>Choose \\<emph\\>Edit - "
"Footnotes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3153737.8.help.text
msgid "Choose \\<emph\\>Edit - Index Entry\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3150928.16.help.text
msgid "Open context menu - choose \\<emph\\>Index Entry\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3148769.9.help.text
msgid ""
"\\<variable id=\\\"bereiche\\\"\\>Choose \\<emph\\>Format - "
"Sections\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3155990.10.help.text
msgid ""
"\\<variable id=\\\"autotextum\\\"\\>Choose \\<emph\\>Edit - AutoText - "
"AutoText - Rename\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000402.xhp#par_id3147168.17.help.text
msgid ""
"\\<variable id=\\\"lit\\\"\\>Choose \\<emph\\>Edit - Bibliography "
"Entry\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000403.xhp#tit.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#hd_id3154656.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#hd_id3154656.1.help.text\n"
"View Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3149502.2.help.text
msgid ""
"\\<variable id=\\\"lineal\\\"\\>Choose \\<emph\\>View - "
"Ruler\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3148871.3.help.text
msgid ""
"\\<variable id=\\\"textbegrenzungen\\\"\\>Choose \\<emph\\>View - Text "
"Boundaries\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3153248.4.help.text
msgid "Choose \\<emph\\>View - Field Shadings\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3154763.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#par_id3154763.16.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F8"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3149052.5.help.text
msgid "Choose \\<emph\\>View - Field Names\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3151387.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#par_id3151387.17.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F9"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3155625.6.help.text
msgid "Choose \\<emph\\>View - Nonprinting Characters\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3145823.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#par_id3145823.18.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F10"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3154508.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#par_id3154508.7.help.text\n"
"On Standard bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3150932.help.text
msgid ""
"\\<image id=\\\"img_id3150502\\\" "
"src=\\\"res/commandimagelist/sc_controlcodes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150502\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3153716.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#par_id3153716.8.help.text\n"
"Nonprinting Characters"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3149712.9.help.text
msgid "Choose \\<emph\\>View - Web Layout\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3154640.10.help.text
msgid "On Tools bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3150765.help.text
msgid ""
"\\<image id=\\\"img_id3147572\\\" "
"src=\\\"res/commandimagelist/sc_browseview.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147572\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3149291.11.help.text
msgid "Web Layout"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3151176.12.help.text
msgid "Choose \\<emph\\>View - Print Layout\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3148827.13.help.text
msgid "On HTML Source View toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3153577.help.text
msgid ""
"\\<image id=\\\"img_id3153583\\\" "
"src=\\\"res/commandimagelist/sc_browseview.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153583\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3152938.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000403.xhp#par_id3152938.14.help.text\n"
"Print Layout"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000403.xhp#par_id3149808.15.help.text
msgid ""
"\\<variable id=\\\"versteckteabs\\\"\\>Choose \\<emph\\>View - Hidden "
"Paragraphs\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000404.xhp#tit.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#hd_id3151242.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#hd_id3151242.1.help.text\n"
"Insert Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149130.2.help.text
msgid ""
"\\<variable id=\\\"manuellerumbruch\\\"\\>Choose \\<emph\\>Insert - Manual "
"Break\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154654.3.help.text
msgid "Choose \\<emph\\>Insert - Fields\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3146966.90.help.text
msgid ""
"Open context menu - choose \\<emph\\>Fields\\</emph\\> (inserted fields)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149053.44.help.text
msgid ""
"\\<variable id=\\\"feldbefehldatum\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Date\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3151393.45.help.text
msgid ""
"\\<variable id=\\\"feldbefehluhrzeit\\\"\\>Choose \\<emph\\>Insert - Fields -"
" Time\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3146325.46.help.text
msgid ""
"\\<variable id=\\\"feldbefehlseitennummer\\\"\\>Choose \\<emph\\>Insert - "
"Fields - Page Numbers\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149356.47.help.text
msgid ""
"\\<variable id=\\\"feldbefehlseitenanzahl\\\"\\>Choose \\<emph\\>Insert - "
"Fields - Page Count\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153003.48.help.text
msgid ""
"\\<variable id=\\\"feldbefehlthema\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Subject\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150016.49.help.text
msgid ""
"\\<variable id=\\\"feldbefehltitel\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Title\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150564.50.help.text
msgid ""
"\\<variable id=\\\"feldbefehlautor\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Author\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148386.4.help.text
msgid "Choose \\<emph\\>Insert - Fields - Other\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153920.62.help.text
msgid ""
"If nothing is selected, double-click the large field at the right end of the "
"status bar."
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155990.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155990.57.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F2"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147174.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147174.5.help.text\n"
"On Insert toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150760.help.text
msgid ""
"\\<image id=\\\"img_id3146959\\\" "
"src=\\\"res/commandimagelist/sc_addfield.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146959\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153619.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153619.6.help.text\n"
"Insert Fields"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149295.56.help.text
msgid ""
"\\<variable id=\\\"felddokument\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Other - Document\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154692.51.help.text
msgid "Choose \\<emph\\>Insert - Fields - Other - References\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3145411.63.help.text
msgid "Choose \\<emph\\>Insert - Referenced Field\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147515.52.help.text
msgid ""
"\\<variable id=\\\"feldfunktionen\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Other - Functions\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153581.53.help.text
msgid ""
"\\<variable id=\\\"felddokumentinfo\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Other - DocInformation\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150710.54.help.text
msgid ""
"\\<variable id=\\\"feldvariablen\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Other - Variables\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3152945.55.help.text
msgid ""
"\\<variable id=\\\"felddatenbank\\\"\\>Choose \\<emph\\>Insert - Fields - "
"Other - Database\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149810.7.help.text
msgid "Choose \\<emph\\>Insert - Section\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150973.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150973.70.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154569.help.text
msgid ""
"\\<image id=\\\"img_id3152952\\\" "
"src=\\\"res/commandimagelist/sc_insertsection.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152952\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150828.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150828.71.help.text\n"
"Section"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155899.69.help.text
msgid ""
"\\<variable id=\\\"bereicheinbereich\\\"\\>Choose \\<emph\\>Insert - Section "
"- Section\\</emph\\> tab or choose \\<emph\\>Format - "
"Sections\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154197.103.help.text
msgid ""
"\\<variable id=\\\"sectionindents\\\"\\>Choose \\<emph\\>Insert - Section - "
"Indents\\</emph\\> tab or choose \\<emph\\>Format - "
"Sections\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3151322.8.help.text
msgid "Footnote: Choose \\<emph\\>Insert - Footnote\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155178.91.help.text
msgid ""
"Open context menu - choose \\<emph\\>Footnote\\</emph\\> (inserted "
"Footnote/Endnote)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3143279.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3143279.9.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3151261.help.text
msgid ""
"\\<image id=\\\"img_id3149099\\\" "
"src=\\\"res/commandimagelist/sc_insertfootnote.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149099\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148968.10.help.text
msgid "Insert Footnote Directly"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147579.help.text
msgid ""
"\\<image id=\\\"img_id3147586\\\" "
"src=\\\"res/commandimagelist/sc_insertendnote.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147586\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147076.66.help.text
msgid "Insert Endnote Directly"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154385.11.help.text
msgid "Choose \\<emph\\>Insert - Caption\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153358.92.help.text
msgid "Open context menu - choose \\<emph\\>Caption\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3156269.61.help.text
msgid "Choose \\<emph\\>Insert - Caption - Options\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149169.93.help.text
msgid "Open context menu - choose \\<emph\\>Caption - Options\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150587.12.help.text
msgid "Choose \\<emph\\>Insert - Bookmark\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3145785.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3145785.13.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148884.help.text
msgid ""
"\\<image id=\\\"img_id3151369\\\" src=\\\"sw/imglst/nc20005.png\\\" "
"width=\\\"0.1665inch\\\" height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3151369\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150689.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150689.14.help.text\n"
"Bookmark"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150113.15.help.text
msgid ""
"\\<variable id=\\\"einfscript\\\"\\>Choose \\<emph\\>Insert - "
"Script\\</emph\\> (only HTML documents) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155866.16.help.text
msgid ""
"\\<variable id=\\\"verzeichnisseeinf\\\"\\>Choose \\<emph\\>Insert - Indexes "
"and Tables\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147471.17.help.text
msgid "Choose \\<emph\\>Insert - Indexes and Tables - Entry\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147490.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147490.18.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3145131.help.text
msgid ""
"\\<image id=\\\"img_id3149551\\\" "
"src=\\\"res/commandimagelist/sc_insertindexesentry.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149551\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150549.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150549.19.help.text\n"
"Entry"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149217.20.help.text
msgid ""
"\\<variable id=\\\"stichwortverzeichnisverz\\\"\\>Choose \\<emph\\>Insert - "
"Indexes and Tables - Indexes and Tables\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3156225.21.help.text
msgid ""
"\\<variable id=\\\"inhaltsverz\\\"\\>Choose \\<emph\\>Insert - Indexes and "
"Tables - Bibliography Entry\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147745.22.help.text
msgid ""
"\\<variable id=\\\"benutzerverz\\\"\\>Choose \\<emph\\>Insert - Indexes and "
"Tables - Indexes and Tables\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3146342.67.help.text
msgid ""
"\\<variable id=\\\"stichwortverzeichnisverz1\\\"\\>Choose \\<emph\\>Insert - "
"Indexes and Tables - Indexes and Tables - Index/Table\\</emph\\> tab "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147449.72.help.text
msgid ""
"\\<variable id=\\\"verz2\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables -"
" Indexes and Tables - Index/Table\\</emph\\> tab (depending on the type) "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149835.73.help.text
msgid ""
"\\<variable id=\\\"verz21\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when Table of Contents is "
"the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148855.74.help.text
msgid ""
"\\<variable id=\\\"verz22\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when Alphabetical Index "
"is the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155575.75.help.text
msgid ""
"\\<variable id=\\\"verz23\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when Illustration Index "
"is the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3151080.76.help.text
msgid ""
"\\<variable id=\\\"verz24\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when Index of Tables is "
"the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154777.77.help.text
msgid ""
"\\<variable id=\\\"verz25\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when User-Defined is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148448.78.help.text
msgid ""
"\\<variable id=\\\"verz26\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when Table of Objects is "
"the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3145304.79.help.text
msgid ""
"\\<variable id=\\\"verz27\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\> tab (when Bibliography is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153295.80.help.text
msgid ""
"\\<variable id=\\\"verz28\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Index/Table\\</emph\\>, mark \"Additional Styles\" "
"check box and then click \\<emph\\>...\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150173.81.help.text
msgid ""
"\\<variable id=\\\"verz3\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables -"
" Indexes and Tables - Entries\\</emph\\> tab (depending on type selected) "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154725.82.help.text
msgid ""
"\\<variable id=\\\"verz31\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when Table of Contents is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150448.83.help.text
msgid ""
"\\<variable id=\\\"verz32\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when Alphabetical Index is "
"the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3156101.84.help.text
msgid ""
"\\<variable id=\\\"verz33\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when Illustration Index is "
"the selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3156125.85.help.text
msgid ""
"\\<variable id=\\\"verz34\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when Index of Tables is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153982.86.help.text
msgid ""
"\\<variable id=\\\"verz35\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when User-Defined is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155597.87.help.text
msgid ""
"\\<variable id=\\\"verz36\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when Table of Objects is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3145625.88.help.text
msgid ""
"\\<variable id=\\\"verz37\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Indexes and Tables - Entries\\</emph\\> tab (when Bibliography is the "
"selected type) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149767.89.help.text
msgid ""
"\\<variable id=\\\"litdef\\\"\\>Choose \\<emph\\>Insert - Indexes and Tables "
"- Bibliography Entry\\</emph\\> and click "
"\\<emph\\>Edit\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150918.68.help.text
msgid ""
"\\<variable id=\\\"stichwortverzeichnisverz3\\\"\\>Choose \\<emph\\>Insert - "
"Indexes and Tables - Indexes and Tables - Styles\\</emph\\> tab "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149249.24.help.text
msgid ""
"\\<variable id=\\\"briefumschlag\\\"\\>Choose \\<emph\\>Insert - "
"Envelope\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3155087.25.help.text
msgid ""
"\\<variable id=\\\"umschlagb\\\"\\>Choose \\<emph\\>Insert - Envelope - "
"Envelope\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3146955.26.help.text
msgid ""
"\\<variable id=\\\"formatbr\\\"\\>Choose \\<emph\\>Insert - Envelope - "
"Format\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154342.27.help.text
msgid ""
"\\<variable id=\\\"druckerbr\\\"\\>Choose \\<emph\\>Insert - Envelope - "
"Printer\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148781.32.help.text
msgid "Choose \\<emph\\>Insert - Frame\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150084.33.help.text
msgid "Choose \\<emph\\>Format - Frame\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150103.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150103.34.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149372.help.text
msgid ""
"\\<image id=\\\"img_id3149379\\\" "
"src=\\\"res/commandimagelist/sc_insertframe.png\\\" width=\\\"0.2228inch\\\" "
"height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3149379\\\"\\>Frame\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3151229.35.help.text
msgid "Insert Frame Manually"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154251.37.help.text
msgid "Choose \\<emph\\>Insert - Table\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153129.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3153129.58.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F12"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148817.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3148817.38.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3154620.help.text
msgid ""
"\\<image id=\\\"img_id3154627\\\" "
"src=\\\"res/commandimagelist/sc_grid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154627\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147382.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147382.39.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149627.40.help.text
msgid ""
"\\<variable id=\\\"einfhorizlinie\\\"\\>Choose \\<emph\\>Insert - Horizontal "
"Line\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150661.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150661.41.help.text\n"
"Choose \\<emph\\>Insert - File\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150679.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150679.42.help.text\n"
"Open \\<emph\\>Insert\\</emph\\> toolbar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3149959.help.text
msgid ""
"\\<image id=\\\"img_id3149966\\\" "
"src=\\\"res/commandimagelist/sc_insertdoc.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149966\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150599.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000404.xhp#par_id3150599.43.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147267.59.help.text
msgid ""
"\\<variable id=\\\"kopfzeile\\\"\\>Choose \\<emph\\>Insert - "
"Header\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000404.xhp#par_id3147290.60.help.text
msgid ""
"\\<variable id=\\\"fusszeile\\\"\\>Choose \\<emph\\>Insert - "
"Footer\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000405.xhp#tit.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#hd_id3150758.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#hd_id3150758.1.help.text\n"
"Format Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153618.12.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Drop Caps\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149294.14.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Drop Caps\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154697.15.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Text Flow\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154260.17.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Text Flow\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154275.18.help.text
msgid ""
"Choose \\<emph\\>Edit - Find & Replace - Format - Text Flow\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_idN10715.help.text
msgid ""
"Right-click a paragraph with style \\<item type=\\\"literal\\\"\\>Text "
"body\\</item\\>. Choose \\<emph\\>Edit Paragraph Style - "
"Condition\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_idN10739.help.text
msgid ""
"Open \\<emph\\>Styles and Formatting\\</emph\\> window. Click the "
"\\<emph\\>New Style from Selection\\</emph\\> icon and keep the mouse button "
"pressed. Choose \\<emph\\>Load Styles\\</emph\\> from the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3152947.19.help.text
msgid "Choose \\<emph\\>Format - Page\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153536.134.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> - open context "
"menu \\<emph\\>New/Modify\\</emph\\> (for Page Styles)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154470.131.help.text
msgid "Choose \\<emph\\>Format - Paragraph - Numbering\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147525.144.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting –\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Numbering\\</emph\\> tab (Paragraph Styles)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3152960.155.help.text
msgid ""
"\\<variable id=\\\"spaltenber\\\"\\>Choose \\<emph\\>Format - Sections - "
"Options\\</emph\\> button \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150836.20.help.text
msgid "Choose \\<emph\\>Format - Page - Columns\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149687.123.help.text
msgid "Choose \\<emph\\>Format - Frame - Columns\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149298.22.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Columns\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151336.23.help.text
msgid "Choose \\<emph\\>Insert - Frame - Columns\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3143276.156.help.text
msgid "Choose \\<emph\\>Insert/Format - Section(s) - Columns\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149817.27.help.text
msgid "Choose \\<emph\\>Format - Page - Footnote\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149109.29.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Footnote\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148970.157.help.text
msgid "Choose \\<emph\\>Insert - Section - Footnotes/Endnotes\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147094.159.help.text
msgid ""
"Choose \\<emph\\>Format - Sections - Options\\</emph\\> button "
"\\<emph\\>Footnotes/Endnotes\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155140.136.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New\\</emph\\> (for Paragraph Styles)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153356.138.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New\\</emph\\> (for Character Styles)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149179.140.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New\\</emph\\> (for Frame Styles)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156364.142.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New\\</emph\\> (for Numbering Styles)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151370.37.help.text
msgid ""
"\\<variable id=\\\"eingabe\\\"\\>Choose \\<emph\\>Format - AutoFormat - "
"While Typing\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149538.42.help.text
msgid ""
"\\<variable id=\\\"autoformat1\\\"\\>Choose \\<emph\\>Format - "
"AutoFormat\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150117.43.help.text
msgid ""
"\\<variable id=\\\"autoformat2\\\"\\>Choose \\<emph\\>Format - AutoFormat - "
"Apply\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155870.153.help.text
msgid ""
"\\<variable id=\\\"autoformat3\\\"\\>Choose \\<emph\\>Format - AutoFormat - "
"Apply and Edit Changes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147413.44.help.text
msgid ""
"\\<variable id=\\\"autoformattab\\\"\\>Choose \\<emph\\>Format - "
"AutoFormat\\</emph\\> (with cursor in a table) \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147484.47.help.text
msgid "Choose \\<emph\\>Format - Picture\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147504.48.help.text
msgid ""
"Choose \\<emph\\>Insert - Picture - From File - Properties\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145256.151.help.text
msgid ""
"\\<switchinline select=\\\"appl\\\"\\>\\<caseinline "
"select=\\\"WRITER\\\"\\>Choose \\<emph\\>Insert - Picture - From "
"File\\</emph\\> (when graphics are selected) "
"\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149562.49.help.text
msgid ""
"On the \\<emph\\>Picture\\</emph\\> Bar (when pictures are selected), click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150557.help.text
msgid ""
"\\<image id=\\\"img_id3149214\\\" "
"src=\\\"res/commandimagelist/sc_framedialog.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149214\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147740.50.help.text
msgid "Graphics Properties"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3146337.51.help.text
msgid "Choose \\<emph\\>Format - Picture - Type\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147459.52.help.text
msgid "Choose \\<emph\\>Format - Object - Type\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149841.124.help.text
msgid "Choose \\<emph\\>Format - Frame - Type\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148856.54.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Type\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147067.55.help.text
msgid "Choose \\<emph\\>Insert - Frame - Type\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151082.56.help.text
msgid "Choose \\<emph\\>Format - Picture - Wrap\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154773.57.help.text
msgid "Choose \\<emph\\>Format - Object - Wrap\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148437.125.help.text
msgid "Choose \\<emph\\>Format - Frame - Wrap\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150169.60.help.text
msgid "Choose \\<emph\\>Insert - Frame - Wrap\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153299.61.help.text
msgid "Choose \\<emph\\>Format - Wrap\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150454.62.help.text
msgid ""
"\\<variable id=\\\"kontureditor\\\"\\>Choose \\<emph\\>Format - Wrap - Edit "
"Contour\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153984.63.help.text
msgid "Choose \\<emph\\>Format - Picture - Hyperlink\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156130.126.help.text
msgid "Choose \\<emph\\>Format - Frame - Hyperlink\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156107.127.help.text
msgid "Choose \\<emph\\>Format - Object - Hyperlink\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145337.64.help.text
msgid "Choose \\<emph\\>Insert - Frame - Hyperlink\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154724.65.help.text
msgid "Choose \\<emph\\>Format - Picture - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155593.66.help.text
msgid "Choose \\<emph\\>Format - Object - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145636.128.help.text
msgid "Choose \\<emph\\>Format - Frame - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149774.68.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting -\\</emph\\> open context "
"menu \\<emph\\>Modify/New - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150922.69.help.text
msgid "Choose \\<emph\\>Insert - Frame - Options\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155088.70.help.text
msgid ""
"\\<variable id=\\\"grafik1\\\"\\>Choose \\<emph\\>Format - Picture - "
"Picture\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3146938.72.help.text
msgid "Choose \\<emph\\>Insert/Format - Picture - Macro\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154323.129.help.text
msgid "Choose \\<emph\\>Insert/Format - Frame - Macro\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154342.130.help.text
msgid "Choose \\<emph\\>Format - Object - Macro\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153238.73.help.text
msgid ""
"Choose \\<emph\\>Edit - AutoText - AutoText (button) - Macro\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148792.148.help.text
msgid ""
"Choose \\<emph\\>Edit - ImageMap -\\</emph\\> open context menu\\<emph\\> - "
"Macro\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150101.149.help.text
msgid ""
"Choose \\<emph\\>Insert - Hyperlink - Events\\</emph\\> icon (look for Help "
"tip)"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150039.150.help.text
msgid ""
"Choose \\<emph\\>Format - Character - Hyperlink\\</emph\\> tab\\<emph\\> - "
"Events\\</emph\\> button"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155114.74.help.text
msgid ""
"\\<variable id=\\\"formattabelle\\\"\\>Choose \\<emph\\>Table - Table "
"Properties\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149377.146.help.text
msgid ""
"\\<variable id=\\\"tabauf\\\"\\>Choose \\<emph\\>Table - Split "
"Table\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155810.154.help.text
msgid ""
"\\<variable id=\\\"tabverb\\\"\\>Choose \\<emph\\>Table - Merge "
"Tables\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151233.75.help.text
msgid ""
"\\<variable id=\\\"tabformat\\\"\\>Choose \\<emph\\>Table - Table Properties "
"- Table\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154255.76.help.text
msgid ""
"\\<variable id=\\\"spaltentab\\\"\\>Choose \\<emph\\>Table - Table "
"Properties - Columns\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153140.77.help.text
msgid ""
"\\<variable id=\\\"tabelletextfluss\\\"\\>Choose \\<emph\\>Table - Table "
"Properties - Text Flow\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148823.78.help.text
msgid ""
"\\<variable id=\\\"zelle\\\"\\>Choose \\<emph\\>Table - Insert/Delete - "
"Cells\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154351.79.help.text
msgid "Choose \\<emph\\>Table - Merge Cells\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154370.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154370.80.help.text\n"
"On the \\<emph\\>Table\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153996.help.text
msgid ""
"\\<image id=\\\"img_id3154002\\\" "
"src=\\\"res/commandimagelist/sc_mergecells.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154002\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150662.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150662.81.help.text\n"
"Merge Cells"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154024.82.help.text
msgid "Choose \\<emph\\>Table - Split Cells\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154042.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154042.83.help.text\n"
"On the \\<emph\\>Table\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147270.help.text
msgid ""
"\\<image id=\\\"img_id3147275\\\" "
"src=\\\"res/commandimagelist/sc_splitcell.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147275\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150616.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150616.84.help.text\n"
"Split Cells"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149617.85.help.text
msgid ""
"\\<variable id=\\\"schtzenze\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Cell - Protect\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150786.86.help.text
msgid ""
"In the context menu of a cell, choose \\<emph\\>Cell - Unprotect\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145656.145.help.text
msgid "Open context menu in Navigator for tables"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145671.120.help.text
msgid ""
"\\<variable id=\\\"zelleoben\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Cell - Top\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149525.121.help.text
msgid ""
"\\<variable id=\\\"zellemitte\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Cell - Center\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149201.122.help.text
msgid ""
"\\<variable id=\\\"zelleunten\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Cell - Bottom\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148716.87.help.text
msgid ""
"\\<variable id=\\\"zeile\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Row\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155345.88.help.text
msgid ""
"\\<variable id=\\\"hoehez\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Row - Height\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155536.89.help.text
msgid "Choose \\<emph\\>Table - Autofit - Optimal Row Height\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155555.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155555.90.help.text\n"
"Open \\<emph\\>Optimize\\</emph\\> toolbar from \\<emph\\>Table\\</emph\\> "
"Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145222.help.text
msgid ""
"\\<image id=\\\"img_id3145228\\\" "
"src=\\\"res/commandimagelist/sc_setoptimalrowheight.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145228\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153545.91.help.text
msgid "Optimal Row Height"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153569.92.help.text
msgid "Choose \\<emph\\>Table - Autofit - Distribute Rows Equally\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153755.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153755.93.help.text\n"
"Open \\<emph\\>Optimize\\</emph\\> toolbar from \\<emph\\>Table\\</emph\\> "
"Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145297.help.text
msgid ""
"\\<image id=\\\"img_id3155994\\\" "
"src=\\\"res/commandimagelist/sc_distributerows.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155994\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153206.94.help.text
msgid "Distribute Rows Equally"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145095.95.help.text
msgid ""
"\\<variable id=\\\"selektierenz\\\"\\>Choose \\<emph\\>Table - Select - "
"Row\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149573.99.help.text
msgid "Choose \\<emph\\>Table - Delete - Rows\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149591.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149591.100.help.tex"
"t\n"
"On \\<emph\\>Table\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147555.help.text
msgid ""
"\\<image id=\\\"img_id3150361\\\" "
"src=\\\"res/commandimagelist/sc_deleterows.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150361\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156248.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156248.101.help.tex"
"t\n"
"Delete Row"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149383.102.help.text
msgid ""
"\\<variable id=\\\"spalte\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Column\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149406.103.help.text
msgid ""
"\\<variable id=\\\"breites\\\"\\>In the context menu of a cell, choose "
"\\<emph\\>Column - Width\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154752.104.help.text
msgid "Choose \\<emph\\>Table - Autofit - Optimal Column Width\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148932.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3148932.105.help.tex"
"t\n"
"Open \\<emph\\>Optimize\\</emph\\> toolbar from \\<emph\\>Table\\</emph\\> "
"Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149266.147.help.text
msgid "Double click the right column separator in the column headers"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3157881.help.text
msgid ""
"\\<image id=\\\"img_id3157888\\\" "
"src=\\\"res/commandimagelist/sc_setoptimalcolumnwidthdirect.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3157888\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150524.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150524.106.help.tex"
"t\n"
"Optimal Column Width"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3159219.107.help.text
msgid ""
"Choose \\<emph\\>Table - Autofit - Distribute Columns Equally\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156426.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156426.108.help.tex"
"t\n"
"Open \\<emph\\>Optimize\\</emph\\> toolbar from \\<emph\\>Table\\</emph\\> "
"Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145179.help.text
msgid ""
"\\<image id=\\\"img_id3145186\\\" "
"src=\\\"res/commandimagelist/sc_distributecolumns.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145186\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151364.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151364.109.help.tex"
"t\n"
"Space Columns Equally"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153172.110.help.text
msgid ""
"\\<variable id=\\\"spaltesel\\\"\\>Choose \\<emph\\>Table - Select - "
"Column\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156296.111.help.text
msgid "Choose \\<emph\\>Table - Insert - Columns\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150794.96.help.text
msgid "Choose \\<emph\\>Table - Insert - Rows\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150813.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150813.112.help.tex"
"t\n"
"On \\<emph\\>Table\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150279.help.text
msgid ""
"\\<image id=\\\"img_id3150286\\\" "
"src=\\\"res/commandimagelist/sc_insertcolumns.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150286\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150872.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150872.113.help.tex"
"t\n"
"Insert Column"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150895.help.text
msgid ""
"\\<image id=\\\"img_id3150902\\\" "
"src=\\\"res/commandimagelist/sc_insertrows.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150902\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149140.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3149140.98.help.text\n"
"Insert Row"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155310.114.help.text
msgid "Choose \\<emph\\>Table - Delete - Columns\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155328.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3155328.115.help.tex"
"t\n"
"On \\<emph\\>Table\\</emph\\> Bar, click"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3153600.help.text
msgid ""
"\\<image id=\\\"img_id3153607\\\" "
"src=\\\"res/commandimagelist/sc_deletecolumns.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153607\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154423.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3154423.116.help.tex"
"t\n"
"Delete Column"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3156355.117.help.text
msgid "Choose \\<emph\\>Format - Object\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3151276.help.text
msgid ""
"\\<image id=\\\"img_id3151283\\\" "
"src=\\\"res/commandimagelist/sc_framedialog.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151283\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145157.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000405.xhp#par_id3145157.119.help.tex"
"t\n"
"Object Properties"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3152973.help.text
msgid ""
"\\<image id=\\\"img_id3152980\\\" "
"src=\\\"res/commandimagelist/sc_framedialog.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152980\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3147367.158.help.text
msgid "Frame Properties"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000405.xhp#par_id3150140.174.help.text
msgid ""
"Menu \\<emph\\>Format - Page\\</emph\\> - tab \\<emph\\>Text "
"Grid\\</emph\\>, if Asian language support is enabled"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000406.xhp#tit.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#hd_id3154279.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000406.xhp#hd_id3154279.1.help.text\n"
"Tools Menu"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3150710.2.help.text
msgid ""
"\\<variable id=\\\"silbentrennung\\\"\\>Choose \\<emph\\>Tools - Language - "
"Hyphenation\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN105A1.help.text
msgid ""
"\\<variable id=\\\"wordcount\\\"\\>Choose \\<emph\\>Tools - Word "
"Count\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3154100.13.help.text
msgid ""
"\\<variable id=\\\"kapitelnumerierung\\\"\\>Choose \\<emph\\>Tools - Outline "
"Numbering\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3153530.40.help.text
msgid ""
"\\<variable id=\\\"kapitelnumerierung1\\\"\\>Choose \\<emph\\>Tools - "
"Outline Numbering - Numbering\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3151321.33.help.text
msgid ""
"\\<variable id=\\\"zeilennumerierung\\\"\\>Choose \\<emph\\>Tools - Line "
"Numbering\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3154477.31.help.text
msgid ""
"\\<variable id=\\\"fussnoteneinstellung\\\"\\>Choose \\<emph\\>Tools - "
"Footnotes\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3153669.15.help.text
msgid ""
"\\<variable id=\\\"fussnoten\\\"\\>Choose \\<emph\\>Tools - Footnotes - "
"Footnotes\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3150972.32.help.text
msgid ""
"\\<variable id=\\\"endnoten\\\"\\>Choose \\<emph\\>Tools - Footnotes - "
"Endnotes\\</emph\\> tab \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3152963.16.help.text
msgid ""
"\\<variable id=\\\"texttabelle\\\"\\>Choose \\<emph\\>Table - Convert - Text "
"to Table\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3150833.17.help.text
msgid ""
"\\<variable id=\\\"sortieren\\\"\\>Choose \\<emph\\>Tools - "
"Sort\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3149692.18.help.text
msgid "Choose \\<emph\\>Tools - Calculate\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3159188.38.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+ plus sign"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3155174.19.help.text
msgid ""
"\\<variable id=\\\"aktualisieren\\\"\\>Choose \\<emph\\>Tools - "
"Update\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3151330.20.help.text
msgid ""
"\\<variable id=\\\"seitenformatierung\\\"\\>Choose \\<emph\\>Tools - Update -"
" Reformat Pages\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3149482.21.help.text
msgid ""
"\\<variable id=\\\"aktuellesverz\\\"\\>Choose \\<emph\\>Tools - Update - "
"Current Index\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3149821.22.help.text
msgid ""
"\\<variable id=\\\"alleverz\\\"\\>Choose \\<emph\\>Tools - Update - All "
"Indexes and Tables\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3151249.35.help.text
msgid ""
"\\<variable id=\\\"alles\\\"\\>Choose \\<emph\\>Tools - Update - Update All "
"\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3154839.36.help.text
msgid "Choose \\<emph\\>Tools - Update - Fields \\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3147090.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/00/00000406.xhp#par_id3147090.39.help.text\n"
"F9 key"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3148970.37.help.text
msgid ""
"\\<variable id=\\\"aktverknuepf\\\"\\>Choose \\<emph\\>Tools - Update - "
"Links\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_id3147220.41.help.text
msgid ""
"\\<variable id=\\\"adiagr\\\"\\>Choose \\<emph\\>Tools - Update - All "
"Charts\\</emph\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN10792.help.text
msgid "Choose \\<emph\\>Tools - Mail Merge Wizard\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN107E7.help.text
msgid ""
"Click \\<emph\\>Mail Merge\\</emph\\> icon on the \\<emph\\>Table "
"Data\\</emph\\> bar:"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN10806.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN10806.help.text\n"
"\\<image id=\\\"img_id3083452\\\" "
"src=\\\"res/commandimagelist/sc_mergedialog.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3083452\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN10823.help.text
msgid ""
"_: helpcontent2/source/text/swriter/00/00000406.xhp#par_idN10823.help.text\n"
"Mail Merge"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/01150000.xhp#tit.help.text\n"
"Mail Merge"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150757.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150757.1.help.text\n"
"Mail Merge"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3151187.2.help.text
msgid ""
"\\<variable id=\\\"serienbrieftext\\\"\\>\\<ahelp "
"hid=\\\".uno:MergeDialog\\\"\\>Opens the \\<emph\\>Mail Merge\\</emph\\> "
"dialog, which helps you in printing and saving form "
"letters.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3154102.4.help.text
msgid ""
"During printing, the database information replaces the corresponding "
"database fields (placeholders). For more information about inserting "
"database fields refer to the \\<link "
"href=\\\"text/swriter/01/04090006.xhp\\\" "
"name=\\\"Database\\\"\\>\\<emph\\>Database\\</emph\\>\\</link\\> tab page "
"under \\<emph\\>Insert - Fields - Other\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3154482.5.help.text
msgid "Records"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3154565.6.help.text
msgid ""
"Determines the number of records for printing the form letter. One letter "
"will be printed for each record."
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3155896.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3155896.7.help.text\n"
"All"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149691.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_MAILMERGE:RB_ALL\\\"\\>Processes all the "
"records from the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3155186.9.help.text
msgid "Selected records"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149483.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_MAILMERGE:RB_MARKED\\\"\\>Processes only "
"the marked records from the database. This option is only available when you "
"have previously marked the necessary records in the database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3149819.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3149819.23.help.text\n"
"From"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149104.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_MAILMERGE:RB_FROM\\\"\\>Specifies which "
"records to include in your form letter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3151260.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3151260.11.help.text\n"
"From:"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149034.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_MAILMERGE:NF_FROM\\\"\\>Specifies the "
"number of the first record to be printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3153631.25.help.text
msgid "To:"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3145758.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_MAILMERGE:NF_TO\\\"\\>Specifies the "
"number of the last record to be printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3152772.13.help.text
msgid "Output"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3155138.14.help.text
msgid ""
"Determines whether to send your form letters to a printer or save them to a "
"file."
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150485.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150485.15.help.text\n"
"Printer"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149167.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_MAILMERGE:RB_PRINTER\\\"\\>Prints the "
"form letters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3145773.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3145773.39.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3155910.40.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_MAILMERGE:RB_FILE\\\"\\>Saves the form "
"letters in files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3151371.35.help.text
msgid "Single print jobs"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3155858.36.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_MAILMERGE:CB_SINGLE_JOBS\\\"\\>Prints each "
"form letter individually with the selected printer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150111.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150111.41.help.text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3150687.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_MAILMERGE:ED_PATH\\\"\\>Specifies the path to "
"store the form letters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3147412.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3147412.43.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149553.44.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_MAILMERGE:PB_PATH\\\"\\>Opens "
"the\\<emph\\> Select Path \\</emph\\>dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3145263.49.help.text
msgid "Generate file name from"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3150547.50.help.text
msgid "Specifies how the file name is generated."
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150561.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3150561.45.help.text\n"
"Database field"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3149829.46.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_MAILMERGE:LB_COLUMN\\\"\\>Uses the content "
"of the selected data field as the file name for the form letter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#hd_id3149848.47.help.text
msgid "Manual setting"
msgstr ""

#: helpcontent2/source/text/swriter/01/01150000.xhp#par_id3153289.48.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_MAILMERGE:ED_FILENAME\\\"\\>Creates the file "
"name based on the text you enter, followed by a serial number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160100.xhp#tit.help.text
msgid "Outline to Presentation"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160100.xhp#hd_id3154571.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/01160100.xhp\\\" name=\\\"Outline to "
"Presentation\\\"\\>Outline to Presentation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160100.xhp#par_id3155186.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SendOutlineToStarImpres\\\"\\>Sends the outline of the "
"active document to a new presentation document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160200.xhp#tit.help.text
msgid "Outline to Clipboard"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160200.xhp#hd_id3145241.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/01160200.xhp\\\" name=\\\"Outline to "
"Clipboard\\\"\\>Outline to Clipboard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160200.xhp#par_id3150758.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SendOutlineToClipboard\\\"\\>Sends the outline of a "
"document to the clipboard in Rich Text Format (RTF).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#tit.help.text
msgid "Create AutoAbstract"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#hd_id3148570.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160300.xhp#hd_id3148570.1.help.text\n"
"\\<link href=\\\"text/swriter/01/01160300.xhp\\\" name=\\\"Create "
"AutoAbstract\\\"\\>Create AutoAbstract\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#par_id3149286.2.help.text
msgid ""
"\\<variable id=\\\"autoabstracttext\\\"\\>\\<ahelp "
"hid=\\\".uno:CreateAbstract\\\"\\>Copies the headings and a number of "
"subsequent paragraphs in the active document to a new AutoAbstract text "
"document. An AutoAbstract is useful for obtaining an overview of long "
"documents.\\</ahelp\\> You can specify the number of outline levels as well "
"as the number of paragraphs displayed therein. All levels and paragraphs "
"under the respective settings are hidden. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#hd_id3147516.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160300.xhp#hd_id3147516.3.help.text\n"
"Included Outline Levels"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#par_id3149804.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_INSERT_ABSTRACT:NF_LEVEL\\\"\\>Enter "
"the extent of the outline levels to be copied to the new "
"document.\\</ahelp\\> For example, if you choose 4 levels, all paragraphs "
"formatted with Heading 1 to Heading 4 are included, along with the number of "
"subsequent paragraphs specified in \\<emph\\>Subpoints per Level\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#hd_id3151316.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160300.xhp#hd_id3151316.5.help.text\n"
"Subpoints per Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160300.xhp#par_id3155892.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_INSERT_ABSTRACT:NF_PARA\\\"\\>Specify "
"the maximum number of consecutive paragraphs to be included in the "
"AutoAbstract document after each heading.\\</ahelp\\> All of the paragraphs "
"up to the maximum defined are included until the next paragraph with a "
"Heading Style is reached."
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#tit.help.text
msgid "AutoAbstract to Presentation"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#hd_id3151183.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/01160400.xhp\\\" name=\\\"AutoAbstract to "
"Presentation\\\"\\>AutoAbstract to Presentation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#par_id3145412.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SendAbstractToStarImpre\\\"\\>Opens the current "
"document as a $[officename] Impress presentation. The current document must "
"contain at least one predefined heading paragraph style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#hd_id3149801.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160400.xhp#hd_id3149801.3.help.text\n"
"Included Outline Levels"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#par_id3153667.4.help.text
msgid ""
"Enter the number of outline levels to include in the new presentation. For "
"example, if you choose one level, only the paragraphs that follow the "
"\"Heading 1\" paragraph style are included."
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#hd_id3154478.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160400.xhp#hd_id3154478.5.help.text\n"
"Subpoints per Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160400.xhp#par_id3145580.6.help.text
msgid ""
"Enter the number of paragraphs that you want to include below each outline "
"level (heading). "
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/01160500.xhp#tit.help.text\n"
"Name and Path of HTML Documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3147171.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3147171.1.help.text\n"
"Name and Path of HTML Documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#par_id3151175.2.help.text
msgid ""
"\\<variable id=\\\"htmltext\\\"\\>\\<ahelp "
"hid=\\\".uno:NewHtmlDoc\\\"\\>Saves the file as an HTML document, so that "
"you can view it in a web browser. You can choose to create a separate page "
"when a heading style that you specify is encountered in the "
"document.\\</ahelp\\> If you choose this option, a separate page of links to "
"all of the pages that are generated is also created.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#par_id3149801.3.help.text
msgid ""
"Consecutive numbers are added to the file name if more than one HTML "
"document is created. The titles of the HTML pages are created from the "
"topmost chapter heading."
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3154568.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3154568.6.help.text\n"
"Display area"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3153668.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3153668.7.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3155892.4.help.text
msgid "Current Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#par_id3149688.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SEND_HTML_CTRL_LISTBOX_TEMPLATE\\\"\\>Select the "
"heading paragraph style that you want to use to indicate a new HTML "
"page.\\</ahelp\\> To use this option, apply one of the heading paragraph "
"styles to the paragraphs where you want to start a new page in the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3155187.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3155187.8.help.text\n"
"File type"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3143277.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3143277.9.help.text\n"
"Save"
msgstr ""

#: helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3151251.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/01160500.xhp#hd_id3151251.10.help.text\n"
"Automatic file name extension"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02110000.xhp#tit.help.text\n"
"Navigator"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3151177.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3151177.85.help.text\n"
"\\<link href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149802.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Navigator\\\"\\>Shows or hides the Navigator, where "
"you can quickly jump to different parts of your document. You can also use "
"the Navigator to insert elements from the current document or other open "
"documents, and to organize master documents.\\</ahelp\\> To edit an item in "
"the Navigator, right-click the item, and then choose a command from the "
"context menu. If you want, you can \\<link "
"href=\\\"text/shared/00/00000005.xhp#andocken\\\" "
"name=\\\"dock\\\"\\>dock\\</link\\> the Navigator at the edge of your "
"workspace."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154475.3.help.text
msgid ""
"To open the Navigator, choose \\<emph\\>Edit - Navigator\\</emph\\>. To move "
"the Navigator, drag its title bar. To dock the Navigator, drag its title bar "
"to the left or to the right edge of the workspace. To undock the Navigator, "
"double-click in a free area of the Navigator."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149490.79.help.text
msgid ""
"Click the plus sign (+) next to a category in the Navigator to view the "
"items in the category. To view the number of items in a category, rest your "
"mouse pointer over the category in the Navigator. To jump to an item in the "
"document, double-click the item in the Navigator."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149106.64.help.text
msgid ""
"To jump to the next or previous item in a document, click the \\<link "
"href=\\\"text/swriter/01/02110100.xhp\\\" "
"name=\\\"Navigation\\\"\\>Navigation\\</link\\> icon to open the Navigation "
"toolbar, click the item category, and then click the up or down arrows."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155136.90.help.text
msgid ""
"A hidden section in a document appears gray in the Navigator, and displays "
"the text \"hidden\" when you rest the mouse pointer over it. The same "
"applies to header and footer contents of Page Styles that are not used in a "
"document, and hidden contents in tables, text frames, graphics, OLE objects, "
"and indexes."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3149176.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3149176.66.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155917.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX17\\\"\\>Switches between \\<link "
"href=\\\"text/shared/01/02110000.xhp\\\" name=\\\"master view\\\"\\>master "
"view\\</link\\> and normal view if a \\<link "
"href=\\\"text/shared/01/01010001.xhp\\\" name=\\\"master "
"document\\\"\\>master document\\</link\\> is open.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150689.help.text
msgid ""
"\\<image id=\\\"img_id3150695\\\" src=\\\"sw/imglst/sc20244.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150695\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149568.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149568.68.help.text\n"
"Toggle"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3145272.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3145272.69.help.text\n"
"Navigation"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150558.70.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX24\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/02110100.xhp\\\" "
"name=\\\"Navigation\\\"\\>\\<emph\\>Navigation\\</emph\\>\\</link\\> "
"toolbar, where you can quickly jump to the next or the previous item in the "
"category that you select. Select the category, and then click the "
"\"Previous\" and \"Next\" arrows.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149838.83.help.text
msgid ""
"To continue the search, click the \\<link "
"href=\\\"text/swriter/01/02110100.xhp\\\" name=\\\"Repeat "
"Search\\\"\\>\\<emph\\>Repeat Search\\</emph\\>\\</link\\> icon on the "
"\\<emph\\>Navigation\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_idN1087B.help.text
msgid ""
"\\<image id=\\\"img_id3628141\\\" src=\\\"sw/imglst/sc20249.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3628141\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154341.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154341.71.help.text\n"
"Navigation"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3150096.28.help.text
msgid "Previous"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3148784.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX2\\\"\\>Jumps to the previous item in the "
"document. To specify the type of item to jump to, click the \\<link "
"href=\\\"text/swriter/01/02110100.xhp\\\" "
"name=\\\"Navigation\\\"\\>\\<emph\\>Navigation\\</emph\\>\\</link\\> icon, "
"and then click an item category - for example, \"Graphics\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154616.help.text
msgid ""
"\\<image id=\\\"img_id3154622\\\" src=\\\"sw/imglst/sc20186.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154622\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150659.30.help.text
msgid "Previous Object"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3150675.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3150675.31.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154028.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX3\\\"\\>Jumps to the next item in the document. "
"To specify the type of item to jump to, click the \\<link "
"href=\\\"text/swriter/01/02110100.xhp\\\" "
"name=\\\"Navigation\\\"\\>\\<emph\\>Navigation\\</emph\\>\\</link\\> icon, "
"and then click an item category - for example, \"Graphics\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150767.help.text
msgid ""
"\\<image id=\\\"img_id3150773\\\" src=\\\"sw/imglst/sc20175.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150773\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155359.33.help.text
msgid "Next Object"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3148715.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3148715.72.help.text\n"
"Page number"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155548.73.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX16\\\"\\>Type the number of the page number "
"that you want to jump to, and then press Enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3148933.74.help.text
msgid ""
"To quickly move the cursor to another page while you are in a document, "
"press Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F5, type the number of the page that you want "
"to jump to, and then wait a few moments."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3155308.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3155308.7.help.text\n"
"List Box"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155325.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX7\\\"\\>Shows or hides the \\<emph\\>Navigator "
"\\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154949.help.text
msgid ""
"\\<image id=\\\"img_id3154955\\\" src=\\\"sw/imglst/sc20233.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154955\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3146874.9.help.text
msgid "List box on/off"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3146891.10.help.text
msgid "Content View"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3145596.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX8\\\"\\>Switches between the display of all "
"categories in the Navigator and the selected category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154133.help.text
msgid ""
"\\<image id=\\\"img_id3154140\\\" src=\\\"sw/imglst/sc20244.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154140\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3156067.12.help.text
msgid "Switch Content View"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155932.78.help.text
msgid ""
"To quickly reorder headings and their associated text in your document, "
"select the \"Headings\" category in the list, and then click the\\<emph\\> "
"Content View\\</emph\\> icon. Now you can use drag-and-drop to reorder "
"contents."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3155381.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3155381.13.help.text\n"
"Set Reminder"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153011.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX9\\\"\\>Click here to set a reminder at the "
"current cursor position. You can define up to five reminders. To jump to a "
"reminder, click the \\<link href=\\\"text/swriter/01/02110100.xhp\\\" "
"name=\\\"Navigation\\\"\\>\\<emph\\>Navigation\\</emph\\>\\</link\\> icon, "
"in the \\<emph\\>Navigation\\</emph\\> window click the "
"\\<emph\\>Reminder\\</emph\\> icon, and then click the "
"\\<emph\\>Previous\\</emph\\> or \\<emph\\>Next\\</emph\\> "
"button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154608.help.text
msgid ""
"\\<image id=\\\"img_id3154904\\\" src=\\\"sw/imglst/sr20014.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154904\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153054.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153054.15.help.text\n"
"Set Reminder"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3153070.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3153070.17.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3159242.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX10\\\"\\>Moves the cursor to the header, or "
"from the header to the document text area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153900.help.text
msgid ""
"\\<image id=\\\"img_id3153911\\\" src=\\\"sw/imglst/sc20179.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153911\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3147104.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3147104.19.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3147120.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3147120.20.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3147137.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX11\\\"\\>Moves the cursor to the footer, or "
"from the footer to the document text area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150217.help.text
msgid ""
"\\<image id=\\\"img_id3150224\\\" src=\\\"sw/imglst/sc20177.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150224\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3145220.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3145220.22.help.text\n"
"Footer"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3145237.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3145237.23.help.text\n"
"Anchor <-> Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150314.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX12\\\"\\>Jumps between the footnote text and "
"the footnote anchor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153100.help.text
msgid ""
"\\<image id=\\\"img_id3153108\\\" src=\\\"sw/imglst/sc20182.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153108\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150650.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150650.25.help.text\n"
"Anchor <-> Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3154292.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3154292.34.help.text\n"
"Drag Mode"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155828.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX4\\\"\\>Sets the drag and drop options for "
"inserting items from the Navigator into a document, for example, as a "
"hyperlink. Click this icon, and then choose the option that you want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155120.help.text
msgid ""
"\\<image id=\\\"img_id3155126\\\" "
"src=\\\"res/commandimagelist/sc_chainframes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155126\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3147042.36.help.text
msgid "Drag mode"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3150938.37.help.text
msgid "Insert As Hyperlink"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150954.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_DRAG_HYP\\\"\\>Creates a hyperlink when you drag "
"and drop an item into the current document. Click the hyperlink in the "
"document to jump to the item that the hyperlink points to.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3154354.39.help.text
msgid "Insert As Link"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154371.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_DRAG_LINK\\\"\\>Inserts the selected item as a "
"link where you drag and drop in the current document. Text is inserted as "
"protected sections. The contents of the link are automatically updated when "
"the source is changed. To manually update the links in a document, choose "
"\\<emph\\>Tools - Update - Links\\</emph\\>. You cannot create links for "
"graphics, OLE objects, references and indexes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3155572.42.help.text
msgid "Insert As Copy"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155589.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_DRAG_COPY\\\"\\>Inserts a copy of the selected "
"item where you drag and drop in the current document. You cannot drag and "
"drop copies of graphics, OLE objects, references and indexes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3150507.45.help.text
msgid "Outline Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150529.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX13\\\"\\>Click this icon, and then choose the "
"number of heading outline levels that you want to view in the Navigator "
"window.\\</ahelp\\> You can also access this command by right-clicking a "
"heading in the Navigator window."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3148808.76.help.text
msgid "1-10"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3148826.77.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_OUTLINES\\\"\\>Click \\<emph\\>1 \\</emph\\>to "
"only view the top level headings in the Navigator window, and "
"\\<emph\\>10\\</emph\\> to view all of the headings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153588.help.text
msgid ""
"\\<image id=\\\"img_id3153595\\\" src=\\\"sw/imglst/sc20236.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153595\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3145554.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3145554.47.help.text\n"
"Outline level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3145571.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3145571.48.help.text\n"
"Chapter Up"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3145587.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX5\\\"\\>Moves the selected heading, and the "
"text below the heading, up one heading position in the Navigator and in the "
"document. To move only the selected heading and not the text associated with "
"the heading, hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>, and then click this icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153268.help.text
msgid ""
"\\<image id=\\\"img_id3153275\\\" src=\\\"sw/imglst/sc20174.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153275\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149147.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149147.50.help.text\n"
"Chapter Up"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3154424.51.help.text
msgid "Chapter Down"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3154440.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX6\\\"\\>Moves the selected heading, and the "
"text below the heading, down one heading position in the Navigator and in "
"the document. To move only the selected heading and not the text associated "
"with the heading, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>, and then "
"click this icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153768.help.text
msgid ""
"\\<image id=\\\"img_id3150828\\\" src=\\\"sw/imglst/sc20171.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150828\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150870.53.help.text
msgid "Chapter down"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3151338.55.help.text
msgid "Promote Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3151354.56.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX14\\\"\\>Increases the outline level of the "
"selected heading, and the headings that occur below the heading, by one. To "
"only increase the outline level of the selected heading, hold down "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>, and then click this icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3155414.help.text
msgid ""
"\\<image id=\\\"img_id3155420\\\" src=\\\"sw/imglst/sc20172.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3155420\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3153697.57.help.text
msgid "Promote level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3153714.58.help.text
msgid "Demote Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3150707.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_TBX15\\\"\\>Decreases the outline level of the "
"selected heading, and the headings that occur below the heading, by one. To "
"only decrease the outline level of the selected heading, hold down "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>, and then click this icon.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3148414.help.text
msgid ""
"\\<image id=\\\"img_id3148420\\\" src=\\\"sw/imglst/sc20173.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148420\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3147324.60.help.text
msgid "Demote level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3147340.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110000.xhp#hd_id3147340.61.help.text\n"
"Open Documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3148999.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVIGATOR_LISTBOX\\\"\\>Lists the names of all open "
"text documents. To view the contents of a document in the Navigator window, "
"select the name of the document in the list. The current document displayed "
"in the Navigator is indicated by the word \"active\" after its name in the "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110000.xhp#par_id3149025.63.help.text
msgid ""
"You can also right-click an item in the Navigator, choose "
"\\<emph\\>Display\\</emph\\>, and then click the document that you want to "
"view."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02110100.xhp#tit.help.text\n"
"Navigation"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#hd_id3147745.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02110100.xhp#hd_id3147745.1.help.text\n"
"Navigation"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3149844.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCRL_NAVI\\\"\\>If you click this icon in the Navigator "
"or in the lower right of the document window, a toolbar will appear which "
"enables you to choose among the existing targets within a "
"document.\\</ahelp\\> You can then use the up and down arrow icons to "
"position the text cursor in the document on the previous or next target."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3153293.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCRL_PAGEUP\\\"\\>Click the up button to scroll to the "
"previous page or object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3156098.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_SCRL_PAGEDOWN\\\"\\>Click the down button to scroll to "
"the next page or object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3155076.3.help.text
msgid ""
"By default, as long as you have not selected any other entry, the arrow "
"buttons jump to the previous or the next page in the document. The arrow "
"buttons are black if you are browsing through pages and blue if you jump to "
"other objects."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3154330.4.help.text
msgid ""
"The entries largely correspond to those in the \\<link "
"href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> selection box. You can also "
"select other jump destinations. An example are the reminders, which you can "
"set with the \\<emph\\>Set Reminder\\</emph\\> icon in the Navigator. You "
"can select an object from among the following options on the "
"\\<emph\\>Navigation\\</emph\\> toolbar: table, text frame, graphics, OLE "
"object, page, headings, reminder, drawing object, control field, section, "
"bookmark, selection, footnote, note, index entry, table formula, wrong table "
"formula."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3148783.12.help.text
msgid ""
"For table formulas, you can either jump to all table formulas located within "
"your document or only to the incorrect ones. For incorrect formulas, you "
"jump only to formulas that have resulted in errors. The program skips over "
"formulas with resulting errors (those that reference incorrect formulas)."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#hd_id3150031.5.help.text
msgid "Working With the Navigation Toolbar"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3150045.6.help.text
msgid ""
"Open the \\<emph\\>Navigation\\</emph\\> toolbar by clicking on its icon "
"located in the vertical scrollbar. You can break the toolbar away from its "
"place by dragging and arrange it on the screen."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3153141.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NAVI_VS\\\"\\>Click the icon for the type of objects "
"you want to browse through. Then click one of the \"Previous Object\" or "
"\"Next Object\" arrow buttons. The names of these buttons indicate the type "
"of object you have selected. The text cursor is placed on whichever object "
"you have selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3149968.11.help.text
msgid ""
"You can configure $[officename] according to your specific preferences for "
"navigating within a document. To do this, choose \\<link "
"href=\\\"text/shared/01/06140000.xhp\\\" name=\\\"Tools - "
"Configuration\\\"\\>\\<emph\\>Tools - Configuration\\</emph\\>\\</link\\>. "
"The various tables for adapting \\<link "
"href=\\\"text/shared/01/06140100.xhp\\\" "
"name=\\\"menus\\\"\\>menus\\</link\\>, \\<link "
"href=\\\"text/shared/01/06140200.xhp\\\" name=\\\"keyboard "
"input\\\"\\>keyboard input\\</link\\> or \\<link "
"href=\\\"text/shared/01/06140401.xhp\\\" "
"name=\\\"toolbars\\\"\\>toolbars\\</link\\> contain various functions for "
"navigation within the document under the \"Navigate\" area. In this way you "
"can jump to the index tags in the document with the \"To Next/Previous Index "
"Tag\" functions."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#bm_id3155338.help.text
msgid ""
"\\<bookmark_value\\>searching; repeating a search\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#hd_id3155338.8.help.text
msgid "Repeat Search"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_id3155361.9.help.text
msgid ""
"With the \\<emph\\>Repeat search\\</emph\\> icon on the "
"\\<emph\\>Navigation\\</emph\\> toolbar you can repeat a search you started "
"with the \\<emph\\>Search and Replace\\</emph\\> dialog. To do this, click "
"the icon. The blue arrow buttons on the vertical scrollbar now take on the "
"functions \\<emph\\>Continue search forwards\\</emph\\> and "
"\\<emph\\>Continue search backwards\\</emph\\>. If you now click one of the "
"arrow surfaces, the search will be continued for the term entered in the "
"Search and Replace dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN106DD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through bookmarks.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN106F4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through control fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN1070B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through drawing objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10722.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through text frames.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10739.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through footnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10750.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through graphics.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10767.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through index entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN1077E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through reminders.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10795.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Sets the cursor to the "
"next object of the selected type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN107AF.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through OLE objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN107C6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through headings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN107DD.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN107F4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through notes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN1080B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Sets the cursor to the "
"previous object of the selected type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10829.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through sections.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10840.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through selections.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10857.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through search results.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN1086E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through table formulas.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN10885.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through wrong table formulas.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02110100.xhp#par_idN1089C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Select this icon to "
"browse through tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02120000.xhp#tit.help.text\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3147512.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3147512.1.help.text\n"
"\\<link href=\\\"text/swriter/01/02120000.xhp\\\" "
"name=\\\"AutoText\\\"\\>AutoText\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154571.2.help.text
msgid ""
"\\<variable id=\\\"autotexttext\\\"\\>\\<ahelp "
"hid=\\\".uno:EditGlossary\\\"\\>Creates, edits, or inserts AutoText. You can "
"store formatted text, text with graphics, tables, and fields as AutoText. To "
"quickly insert AutoText, type the shortcut for the AutoText in your "
"document, and then press F3.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3143277.52.help.text
msgid ""
"You can also click the arrow next to the \\<emph\\>AutoText\\</emph\\> icon "
"on the \\<emph\\>Insert\\</emph\\> bar, and then choose the AutoText that "
"you want to insert."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3148982.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3148982.4.help.text\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3153640.5.help.text
msgid ""
"The \\<emph\\>AutoText \\</emph\\>dialog lists the AutoText categories and "
"entries."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3152766.6.help.text
msgid "Display remainder of name as a suggestion while typing"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3145758.51.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_GLOSSARY:CB_INSERT_TIP\\\"\\>Displays a "
"suggestion for completing a word as a Help Tip after you type the first "
"three letters of a word that matches an AutoText entry. To accept the "
"suggestion, press Enter. If more than one AutoText entry matches the letters "
"that you type, press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab to advance through the "
"entries.\\</ahelp\\> For example, to insert dummy text, type \"Dum\", and "
"then press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3149177.53.help.text
msgid ""
"To display the list in reverse order, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Shift+Tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3151378.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3151378.9.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3155862.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_GLOSSARY:ED_NAME\\\"\\>Lists the name of the "
"currently selected AutoText entry. If you have selected text in the "
"document, type the name of the new AutoText entry, click the "
"\\<emph\\>AutoText \\</emph\\>button, and then choose "
"\\<emph\\>New\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3150113.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3150113.12.help.text\n"
"Shortcut"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3147413.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_GLOSSARY:ED_SHORTNAME\\\"\\>Displays the "
"shortcut for the selected AutoText entry. If you are creating a new AutoText "
"entry, type the shortcut that you want to use for the entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149558.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149558.65.help.text\n"
"List box"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3145257.8.help.text
msgid ""
"Lists the AutoText categories. To view the AutoText entries in a category, "
"double-click the category, or click the plus sign (+) in front of the "
"category. To insert an AutoText entry into the current document, select the "
"entry in the list, and then click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3153300.66.help.text
msgid "You can drag and drop AutoText entries from one category to another."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3156124.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3156124.14.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3156094.15.help.text
msgid "Inserts the selected AutoText into the current document."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3148788.75.help.text
msgid ""
"If you insert an unformatted AutoText entry into a paragraph, the entry is "
"formatted with the current paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3150039.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3150039.17.help.text\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3153127.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MENUBUTTON:DLG_GLOSSARY:PB_EDIT\\\"\\>Click to display "
"additional AutoText commands, for example, to create a new AutoText entry "
"from a text selection in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154618.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154618.19.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154635.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_DEFINE\\\"\\>Creates a new AutoText entry from "
"the selection that you made in the current document. The entry is added to "
"the currently selected AutoText category. You must first enter a name before "
"you see this command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149643.62.help.text
msgid "New (text only)"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3150668.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_DEFINE_TEXT\\\"\\>Creates a new AutoText entry "
"only from the text in the selection that you made in the current document. "
"Graphics, tables and other objects are not included. You must first enter a "
"name before you see this command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154025.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154025.73.help.text\n"
"Copy"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154043.74.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_COPY_TO_CLIPBOARD\\\"\\>Copies the selected AutoText "
"to the clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149965.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149965.21.help.text\n"
"Replace"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3149607.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_REPLACE\\\"\\>Replaces the contents of the "
"selected AutoText entry with the selection that was made in the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3150768.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3150768.23.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3150786.24.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_RENAME\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/02120100.xhp\\\" name=\\\"Rename Text "
"Block\\\"\\>Rename AutoText\\</link\\> dialog, where you can change the name "
"of the selected AutoText entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155341.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155341.35.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3155358.36.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_EDIT\\\"\\>Opens the selected AutoText entry "
"for editing in a separate document. Make the changes that you want, choose "
"\\<emph\\>File - Save AutoText\\</emph\\>, and then choose \\<emph\\>File - "
"Close\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155555.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155555.43.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3145106.44.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_MACRO\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/05060700.xhp\\\" name=\\\"Assign Macro\\\"\\>Assign "
"Macro\\</link\\> dialog, where you attach a macro to the selected AutoText "
"entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3149583.76.help.text
msgid ""
"You can also use the macros that are linked to some of the provided AutoText "
"entries in AutoText entries that you create. The AutoText entries must be "
"created with the \"text only\" option. For example, insert the string "
"<field:company> in an AutoText entry, and $[officename] replaces the string "
"with the contents of the corresponding database field."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149597.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3149597.77.help.text\n"
"Import"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3148937.78.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MD_GLOS_IMPORT\\\"\\>Opens a dialog where you can "
"select the MS 97/2000/XP Word document or template, containing the AutoText "
"entries that you want to import.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3156038.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3156038.37.help.text\n"
"Categories"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3156055.38.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_GLOSSARY:PB_BIB\\\"\\>Adds, renames, or "
"deletes AutoText categories.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3159217.54.help.text
msgid "Edit Categories"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3145173.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_BIB_BASE\\\"\\>Adds, renames, or deletes AutoText "
"categories.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3145192.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3145192.39.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3150802.40.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_BIB_BASE:ED_NAME\\\"\\>Displays the name of the "
"selected AutoText category. To change the name of the category, type a new "
"name, and then click \\<emph\\>Rename\\</emph\\>. To create a new category, "
"type a name, and then click \\<emph\\>New\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155318.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155318.79.help.text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3155335.80.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_DLG_BIB_BASE_LB_PATH\\\"\\>Displays the current "
"path to the directory where the selected AutoText category files are stored. "
"If you are creating an AutoText category, select where you want to store the "
"category files.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154410.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154410.41.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154933.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_BIB_BASE:PB_NEW\\\"\\>Creates a new "
"AutoText category using the name that you entered in the\\<emph\\> "
"Name\\</emph\\> box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154959.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154959.67.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3153379.68.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_BIB_BASE:PB_RENAME\\\"\\>Changes the name "
"of the selected AutoText category to the name that you enter in the "
"\\<emph\\>Name \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154120.81.help.text
msgid "Selection list"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154137.58.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GLOS_GROUP_TREE\\\"\\>Lists the existing AutoText "
"categories and the corresponding paths.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3145615.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3145615.56.help.text\n"
"Path"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154852.57.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_GLOSSARY:PB_PATH\\\"\\>Opens the \\<link "
"href=\\\"text/shared/optionen/01010301.xhp\\\" name=\\\"Select "
"Paths\\\"\\>Select Paths\\</link\\> dialog, where you can select the "
"directory to store AutoText.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3156064.61.help.text
msgid ""
"To add a new path to an AutoText directory, click the "
"\\<emph\\>Path\\</emph\\> button in the \\<emph\\>AutoText "
"\\</emph\\>dialog. You can also choose \\<emph\\>Tools - Options - "
"$[officename] - Paths\\</emph\\>, select\\<emph\\> AutoText\\</emph\\> in "
"the list, and then click\\<emph\\> Edit. \\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3155383.45.help.text
msgid "Save links relative to"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3155396.46.help.text
msgid ""
"Use this area to set the way $[officename] inserts links to the AutoText "
"directory. "
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3148743.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3148743.47.help.text\n"
"File system"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3148762.48.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_GLOSSARY:CB_FILE_REL\\\"\\>Links to "
"AutoText directories on your computer are relative.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3153020.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3153020.49.help.text\n"
"Internet"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3153037.50.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_GLOSSARY:CB_NET_REL\\\"\\>Links to files on "
"the Internet are relative.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154590.71.help.text
msgid "Show preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154610.72.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_GLOSSARY:CB_SHOW_EXAMPLE\\\"\\>Turns on or "
"off a preview of the selected AutoText entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154909.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120000.xhp#hd_id3154909.69.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120000.xhp#par_id3154922.70.help.text
msgid "Shows a preview of the selected AutoText entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02120100.xhp#tit.help.text\n"
"Rename AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3155144.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3155144.1.help.text\n"
"Rename AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#par_id3149171.2.help.text
msgid "Allows you to change the name of an AutoText entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3155910.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3155910.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#par_id3151372.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_RENAME_GLOS:ED_ON\\\" "
"visibility=\\\"visible\\\"\\>Displays the current name of the selected "
"AutoText item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3155858.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3155858.5.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#par_id3150686.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_RENAME_GLOS:ED_NN\\\" "
"visibility=\\\"visible\\\"\\>Type the new name for the selected AutoText "
"component.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3150110.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02120100.xhp#hd_id3150110.7.help.text\n"
"Shortcut"
msgstr ""

#: helpcontent2/source/text/swriter/01/02120100.xhp#par_id3145583.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_RENAME_GLOS:ED_NS\\\" "
"visibility=\\\"visible\\\"\\>Assigns a shortcut to the selected AutoText "
"entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02130000.xhp#tit.help.text\n"
"Edit Bibliography Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3147434.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3147434.1.help.text\n"
"Edit Bibliography Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3145253.2.help.text
msgid ""
"\\<variable id=\\\"litvz\\\"\\>\\<ahelp "
"hid=\\\".uno:AuthoritiesEntryDialog\\\" visibility=\\\"visible\\\"\\>Edits "
"the selected bibliography entry.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3147340.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3147340.4.help.text\n"
"Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3155961.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3155961.6.help.text\n"
"Short name"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3154657.7.help.text
msgid "Displays the abbreviation for the bibliography entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3148837.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3148837.8.help.text\n"
"Author, Title"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3152741.9.help.text
msgid ""
"Displays the author and title information contained in the bibliography "
"entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3150214.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3150214.10.help.text\n"
"Modify"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3154766.11.help.text
msgid ""
"Applies the changes that you made, and then closes the \\<emph\\>Edit "
"Bibliography Entry \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3146968.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3146968.12.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3166468.13.help.text
msgid "Closes the dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3147299.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3147299.14.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3151389.15.help.text
msgid ""
"Opens the \\<link href=\\\"text/swriter/01/04120229.xhp\\\" name=\\\"Define "
"Bibliography Entry\\\"\\>Define Bibliography Entry\\</link\\> dialog, where "
"you can create a new entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3150534.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02130000.xhp#hd_id3150534.16.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3155620.17.help.text
msgid ""
"Opens the \\<link href=\\\"text/swriter/01/04120229.xhp\\\" name=\\\"Define "
"Bibliography Entry\\\"\\>Define Bibliography Entry\\</link\\> dialog, where  "
"you can edit the current entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02130000.xhp#par_id3154560.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/indices_literature.xhp\\\" name=\\\"Tips "
"for working with bibliography entries\\\"\\>Tips for working with "
"bibliography entries\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02140000.xhp#tit.help.text\n"
"Edit Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150493.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150493.1.help.text\n"
"Edit Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3151184.2.help.text
msgid ""
"\\<variable id=\\\"feldbefehltext\\\"\\>\\<ahelp "
"hid=\\\".uno:FieldDialog\\\"\\>Opens a dialog where you can edit the "
"properties of a field. Click in front of a field, and then choose this "
"command.\\</ahelp\\> In the dialog, you can use the arrow buttons to move to "
"the previous or the next field.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3151168.4.help.text
msgid ""
"You can also double-click a field in your document to open the field for "
"editing."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3153668.5.help.text
msgid ""
"To change the view between field names and field contents in your document, "
"choose \\<emph\\>View - Fields\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3149106.59.help.text
msgid ""
"If you select a \\<link href=\\\"text/shared/00/00000005.xhp#dde\\\" "
"name=\\\"DDE\\\"\\>DDE\\</link\\> link in your document, and then choose "
"\\<emph\\>Edit - Fields, \\</emph\\>the \\<link "
"href=\\\"text/shared/01/02180000.xhp\\\" name=\\\"Edit "
"Links\\\"\\>\\<emph\\>Edit Links\\</emph\\>\\</link\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3149036.60.help.text
msgid ""
"If you click in front of a \"sender\" type field, and then choose "
"\\<emph\\>Edit - Fields\\</emph\\>, the \\<link "
"href=\\\"text/shared/optionen/01010100.xhp\\\" name=\\\"User "
"data\\\"\\>\\<emph\\>User data\\</emph\\>\\</link\\> dialog opens."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3145765.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3145765.9.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3155142.10.help.text
msgid "Lists the type of field that you are editing."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3151371.13.help.text
msgid ""
"The following dialog elements are only visible when the corresponding field "
"type is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150687.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150687.56.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3150700.57.help.text
msgid ""
"Lists the field options, for example, \"fixed\". If you want, you can click "
"another option for the selected field type."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3155854.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3155854.11.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3147409.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FLD_DOK:LB_DOKNUMFORMAT\\\"\\>Select the "
"format for the contents of the field. For date, time, and user-defined "
"fields, you can also click \"Additional formats\" in the list, and then "
"choose a different format.\\</ahelp\\> The formats that are available depend "
"on the type of field that you are editing."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3149556.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3149556.24.help.text\n"
"Offset"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3145256.25.help.text
msgid ""
"Displays the offset for the selected field type, for example, for \"Next "
"Page,\" \"Page Numbers\" or \"Previous Page\". If you want, you can enter a "
"new offset value."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3145269.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3145269.22.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3150559.23.help.text
msgid ""
"Change the defined values and outline levels for the \"Chapter\" field type."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3147744.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3147744.14.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3149834.15.help.text
msgid ""
"Displays the name of a field variable. If you want, you can enter a new name."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3148844.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3148844.20.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3148857.21.help.text
msgid ""
"Displays the current value of the field variable. If you want, you can enter "
"a new value."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3153306.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3153306.16.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3156124.17.help.text
msgid ""
"Displays the condition that must be met for the field to be activated. If "
"you want, you can enter a new \\<link "
"href=\\\"text/swriter/01/04090200.xhp\\\" "
"name=\\\"condition\\\"\\>condition\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3156103.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3156103.26.help.text\n"
"Then, Else"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3155073.27.help.text
msgid ""
"Change the field contents that are displayed depending on whether the field "
"condition is met or not."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3154326.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3154326.30.help.text\n"
"Reference"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3154339.31.help.text
msgid "Insert or modify the reference text for the selected field."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3148785.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3148785.18.help.text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3148798.19.help.text
msgid "Displays the name of the macro assigned to the selected field."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150097.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150097.32.help.text\n"
"Placeholder"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3150027.33.help.text
msgid "Displays the placeholder text of the selected field."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150041.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150041.36.help.text\n"
"Insert Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3153126.37.help.text
msgid "Displays the text that is linked to a condition."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3153140.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3153140.61.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3154624.62.help.text
msgid "Displays the formula of a formula field."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3150658.63.help.text
msgid "Database selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3150671.64.help.text
msgid ""
"Select a registered database that you want to insert the selected field "
"from. You can also change the table or query that the selected field refers "
"to."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3154025.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3154025.38.help.text\n"
"Record number"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3154039.39.help.text
msgid ""
"Displays the database record number that is inserted when the condition "
"specified for the \"Any record\" field type is met. "
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3149960.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3149960.47.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3149602.49.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_FLDEDT_PREV\\\"\\>Jumps to the next field of the "
"same type in the document.\\</ahelp\\> This button is only active when a "
"document contains more than one field of the same type."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3155341.help.text
msgid ""
"\\<image id=\\\"img_id3155348\\\" src=\\\"res/sc10618.png\\\"\\>\\<alt "
"id=\\\"alt_id3155348\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3148728.48.help.text
msgid "Previous Field"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3155541.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02140000.xhp#hd_id3155541.50.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3146846.52.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_FLDEDT_NEXT\\\"\\>Jumps to the previous field of "
"the same type in the document.\\</ahelp\\> This button is only active when a "
"document contains more than one field of the same type."
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3145117.help.text
msgid ""
"\\<image id=\\\"img_id3149575\\\" src=\\\"res/sc10617.png\\\"\\>\\<alt "
"id=\\\"alt_id3149575\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02140000.xhp#par_id3146891.51.help.text
msgid "Next Field"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#tit.help.text
msgid "Edit  Footnotes"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3143276.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02150000.xhp\\\" name=\\\"Edit  "
"Footnotes\\\"\\>Edit Footnotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3149097.2.help.text
msgid ""
"\\<variable id=\\\"fusstext\\\"\\>\\<ahelp "
"hid=\\\".uno:EditFootnote\\\"\\>Edits the selected footnote or endnote "
"anchor. Click in front of or behind the footnote or endnote, and then choose "
"this command.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3149035.13.help.text
msgid ""
"To edit the text of a footnote or endnote, click in the footnote area at the "
"bottom of the page, or at the end of the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3145776.11.help.text
msgid ""
"To quickly jump to the footnote or endnote text, click the anchor for note "
"in the document. You can also position the cursor in front of or behind the "
"marker, and then press Ctrl+Shift+PgDn. To jump back to the anchor for the "
"note, press PgUp."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3155916.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3155916.4.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3151373.12.help.text
msgid "Select the numbering type for the footnote or endnote."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3150685.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3150685.5.help.text\n"
"Auto"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3155858.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3155858.7.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3150113.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3150113.14.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3149849.19.help.text
msgid ""
"To change the format of a footnote or endnote anchor or text, select it, and "
"then choose \\<emph\\>Format - Character\\</emph\\>. You can press F11 to "
"open the \\<emph\\>Styles and Formatting\\</emph\\> window and modify the "
"footnote or endnote paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3153296.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3153296.15.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3153308.20.help.text
msgid ""
"Select the type of note to insert, that is, footnote or endnote. A footnote "
"is placed at the bottom of the current page, whereas an endnote is placed at "
"the end of the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3156130.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3156130.16.help.text\n"
"Footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3156098.21.help.text
msgid "Converts an endnote to a footnote."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3156111.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3156111.17.help.text\n"
"Endnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3155079.22.help.text
msgid "Converts a footnote to an endnote."
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3154323.23.help.text
msgid "Arrow left"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3154341.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGEBUTTON:DLG_INS_FOOTNOTE:BT_PREV\\\"\\>Moves to the "
"previous footnote or endnote anchor in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3150023.help.text
msgid ""
"\\<image id=\\\"img_id3150030\\\" src=\\\"res/sc10618.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150030\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3154614.25.help.text
msgid "Previous footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#hd_id3154630.26.help.text
msgid "Arrow right"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3149638.27.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGEBUTTON:DLG_INS_FOOTNOTE:BT_NEXT\\\"\\>Moves to the "
"next footnote or endnote anchor in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3154029.help.text
msgid ""
"\\<image id=\\\"img_id3154044\\\" src=\\\"res/sc10617.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154044\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3149606.28.help.text
msgid "Next footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/02150000.xhp#par_id3150772.33.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04030000.xhp\\\" name=\\\"Insert "
"Footnote\\\"\\>Insert Footnote\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02160000.xhp#tit.help.text\n"
"Edit Index Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3154567.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3154567.1.help.text\n"
"Edit Index Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3151314.2.help.text
msgid ""
"\\<variable id=\\\"verzeichniseintragtext\\\"\\>\\<ahelp "
"hid=\\\".uno:IndexEntryDialog\\\"\\>Edits the selected index entry. Click in "
"front of or in the index entry, and then choose this "
"command.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3155896.30.help.text
msgid ""
"To insert an index entry, select a word in the document, and then choose "
"\\<link href=\\\"text/swriter/01/04120100.xhp\\\" name=\\\"Insert - Indexes "
"and Tables - Entry\\\"\\>\\<emph\\>Insert - Indexes and Tables - "
"Entry\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3159193.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3159193.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3149486.4.help.text
msgid "Edits the selected index entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3143272.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3143272.5.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3151251.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_MULTMRK:LB_TOX\\\"\\>Displays the type of "
"index that the selected entry belongs to.\\</ahelp\\> You cannot change the "
"index type of an index entry in this dialog. Instead, you must delete the "
"index entry from the document, and then insert it again in a different index "
"type."
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3149107.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3149107.7.help.text\n"
"Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3149823.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_MULTMRK:LB_TOX\\\"\\>Edit the index entry if "
"necessary. When you modify the index entry, the new text only appears in the "
"index, and not at the index entry anchor in the document. \\</ahelp\\> For "
"example, you can enter an index with comments such as \"Basics, see also "
"General\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3149036.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3149036.9.help.text\n"
"1st key"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3153631.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_MULTMRK:LB_TOX\\\"\\>To create a multilevel "
"index, type the name of the first level index entry, or select a name from "
"the list. The current index entry is added below this name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3152773.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3152773.11.help.text\n"
"2nd key"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3145758.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_MULTMRK:LB_TOX\\\"\\>Type the name of the "
"second level index entry, or select a name from the list. The current index "
"entry is added below this name.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3155143.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3155143.13.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3149170.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_MULTMRK:LB_TOX\\\"\\>Changes the outline "
"level of a table of contents entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3145785.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3145785.15.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3155919.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_DELETE\\\"\\>Deletes the selected entry "
"from the index. The entry text in the document is not deleted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3151384.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3151384.18.help.text\n"
"End arrow to left"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3155869.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_PREV_SAME\\\"\\>Jumps to the first index "
"entry of the same type in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3147420.help.text
msgid ""
"\\<image id=\\\"img_id3149551\\\" src=\\\"sd/res/imagelst/nv03.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149551\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3150550.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#par_id3150550.26.help.text\n"
"End arrow to left"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3147736.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3147736.20.help.text\n"
"End arrow to right"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3149829.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_NEXT_SAME\\\"\\>Jumps to the last index "
"entry of the same type in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3153298.help.text
msgid ""
"\\<image id=\\\"img_id3153309\\\" src=\\\"sd/res/imagelst/nv06.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153309\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3156108.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#par_id3156108.27.help.text\n"
"End arrow to right"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3155080.22.help.text
msgid "Arrow to left"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3154327.23.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_PREV\\\"\\>Jumps to the previous index "
"entry of the same type in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3148785.help.text
msgid ""
"\\<image id=\\\"img_id3148791\\\" "
"src=\\\"res/commandimagelist/sc_prevrecord.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148791\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3153129.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#par_id3153129.28.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#hd_id3154617.24.help.text
msgid "Arrow to right"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3154633.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_NEXT\\\"\\>Jumps to the next index entry "
"of the same type in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3150677.help.text
msgid ""
"\\<image id=\\\"img_id3154020\\\" src=\\\"sd/res/imagelst/nv05.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154020\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3149965.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02160000.xhp#par_id3149965.29.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/02160000.xhp#par_id3155539.32.help.text
msgid ""
"You can jump quickly to index entries with the \\<link "
"href=\\\"text/swriter/01/02110100.xhp\\\" name=\\\"Navigation "
"Bar\\\"\\>Navigation Bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/02170000.xhp#tit.help.text\n"
"Edit Sections"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3153673.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3153673.1.help.text\n"
"Edit Sections"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#par_id3155902.2.help.text
msgid ""
"\\<variable id=\\\"bereichetext\\\"\\>\\<ahelp hid=\\\".uno:EditRegion\\\" "
"visibility=\\\"visible\\\"\\>Changes the properties of sections defined in "
"your document.\\</ahelp\\> To insert a section, select text or click in your "
"document, and then choose \\<emph\\>Insert - "
"Section\\</emph\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#par_id3143275.3.help.text
msgid ""
"The \\<emph\\>Edit Sections\\</emph\\> dialog is similar to the \\<link "
"href=\\\"text/swriter/01/04020100.xhp\\\" name=\\\"Insert - "
"Section\\\"\\>\\<emph\\>Insert - Section\\</emph\\>\\</link\\> dialog, and "
"offers the following additional options:"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3149820.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3149820.4.help.text\n"
"Section"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#par_id3149104.5.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_REGION_TREE\\\"\\>Type the "
"name of the section that you want to edit, or click a name in the "
"\\<emph\\>Section \\</emph\\>list.\\</ahelp\\> If the cursor is currently in "
"a section, the section name is displayed on the right side of the status bar "
"at the bottom of the document window."
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#par_id3149040.6.help.text
msgid ""
"The current write protection status of a section is indicated by the lock "
"symbol in front of the section name in the list. An open lock is unprotected "
"and a closed lock is protected. Similarly, visible sections are indicated by "
"a glasses symbol."
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3153638.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3153638.20.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#par_id3152773.21.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_REGION_TREE\\\"\\>Opens the "
"\\<link href=\\\"text/swriter/01/05040501.xhp\\\" "
"name=\\\"Options\\\"\\>\\<emph\\>Options\\</emph\\>\\</link\\> dialog, where "
"you can edit the column layout, background, footnote and endnote behavior of "
"the selected section.\\</ahelp\\> If the section is password protected, you "
"must enter the password first."
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3155143.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/02170000.xhp#hd_id3155143.16.help.text\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/swriter/01/02170000.xhp#par_id3145413.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:MD_EDIT_REGION:CB_DISMISS\\\" "
"visibility=\\\"visible\\\"\\>Removes the selected section from the document, "
"and inserts the contents of the section into the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/03050000.xhp#tit.help.text\n"
"Ruler"
msgstr ""

#: helpcontent2/source/text/swriter/01/03050000.xhp#hd_id3149287.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03050000.xhp\\\" "
"name=\\\"Ruler\\\"\\>Ruler\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03050000.xhp#par_id3147514.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Ruler\\\"\\>Shows or hides the horizontal ruler, that "
"you can use to adjust page margins, tab stops, indents, borders, table "
"cells, and to arrange objects on the page.\\</ahelp\\> To show the vertical "
"ruler, choose \\<link href=\\\"text/shared/optionen/01040200.xhp\\\" "
"name=\\\"Tools - Options - Writer - View\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - View\\</emph\\>\\</link\\>, and then select the "
"\\<emph\\>Vertical ruler\\</emph\\> check box in the "
"\\<emph\\>Ruler\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/03050000.xhp#par_idN1061A.help.text
msgid "\\<embedvar href=\\\"text/swriter/guide/ruler.xhp#ruler\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03070000.xhp#tit.help.text
msgid "Text Boundaries"
msgstr ""

#: helpcontent2/source/text/swriter/01/03070000.xhp#hd_id3145418.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03070000.xhp\\\" name=\\\"Text "
"Boundaries\\\"\\>Text Boundaries\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03070000.xhp#par_id3151310.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ViewBounds\\\"\\>Shows or hides the boundaries of the "
"printable area of a page. The boundary lines are not printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03080000.xhp#tit.help.text
msgid "Field Shadings"
msgstr ""

#: helpcontent2/source/text/swriter/01/03080000.xhp#hd_id3151177.18.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03080000.xhp\\\" name=\\\"Field "
"Shadings\\\"\\>Field Shadings\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03080000.xhp#par_id3147513.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Marks\\\"\\>Shows or hides field shadings in your "
"document, including non-breaking spaces, custom hyphens, indexes, and "
"footnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03080000.xhp#par_id3153540.17.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03100000.xhp\\\" name=\\\"Nonprinting "
"Characters On/Off\\\"\\>Nonprinting Characters On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/03090000.xhp#tit.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/03090000.xhp#hd_id3154505.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03090000.xhp\\\" "
"name=\\\"Fields\\\"\\>Field Names\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03090000.xhp#par_id3147171.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Fieldnames\\\"\\>Switches the field display between "
"field names and field contents.\\</ahelp\\> A check mark indicates that the "
"field names are displayed, and no check mark indicates that field contents "
"are displayed. Some field contents cannot be displayed."
msgstr ""

#: helpcontent2/source/text/swriter/01/03090000.xhp#par_id3149287.4.help.text
msgid ""
"To change the default field display to field names instead of the field "
"contents, choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"View\\</emph\\>, and then select the\\<emph\\> Field codes "
"\\</emph\\>checkbox in the \\<emph\\>Display\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/03090000.xhp#par_id3154098.5.help.text
msgid ""
"When you print a document with \\<emph\\>View - Field Names\\</emph\\> "
"enabled, you are prompted to include the field names in the print out."
msgstr ""

#: helpcontent2/source/text/swriter/01/03090000.xhp#par_id3145579.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" name=\\\"Insert - "
"Fields\\\"\\>Insert - Fields\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/03100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/03100000.xhp#tit.help.text\n"
"Nonprinting Characters"
msgstr ""

#: helpcontent2/source/text/swriter/01/03100000.xhp#hd_id3154507.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03100000.xhp\\\" name=\\\"Nonprinting "
"Characters\\\"\\>Nonprinting Characters\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03100000.xhp#par_id3154646.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ControlCodes\\\"\\>Shows nonprinting characters in "
"your text, such as paragraph marks, line breaks, tab stops, and "
"spaces.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03100000.xhp#par_id3145410.5.help.text
msgid ""
"When you delete a paragraph mark, the paragraph that is merged takes on the "
"formatting of the paragraph that the cursor is in."
msgstr ""

#: helpcontent2/source/text/swriter/01/03100000.xhp#par_id3147511.6.help.text
msgid ""
"To specify which nonprinting characters are displayed, choose \\<link "
"href=\\\"text/shared/optionen/01040600.xhp\\\" name=\\\"Tools - Options - "
"Writer - Formatting Aids\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME "
"Writer - Formatting Aids\\</emph\\>\\</link\\>, and then select the options "
"that you want in the \\<emph\\>Display of \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/swriter/01/03120000.xhp#tit.help.text
msgid "Online Layout"
msgstr ""

#: helpcontent2/source/text/swriter/01/03120000.xhp#hd_id3145243.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03120000.xhp\\\" name=\\\"Online "
"Layout\\\"\\>Web Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03120000.xhp#par_id3154646.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:BrowseView\\\"\\>Displays the document as seen in a "
"Web browser.\\</ahelp\\> This is useful when you create HTML documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/03130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/03130000.xhp#tit.help.text\n"
"Print Layout"
msgstr ""

#: helpcontent2/source/text/swriter/01/03130000.xhp#hd_id3150018.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03130000.xhp\\\" name=\\\"Print "
"Layout\\\"\\>Print Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03130000.xhp#par_id3145249.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PrintLayout\\\" visibility=\\\"visible\\\"\\>Displays "
"how the file will look when you print it.\\</ahelp\\> This command is only "
"available when an HTML documents is open."
msgstr ""

#: helpcontent2/source/text/swriter/01/03140000.xhp#tit.help.text
msgid "Hidden Paragraphs"
msgstr ""

#: helpcontent2/source/text/swriter/01/03140000.xhp#hd_id3155959.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/03140000.xhp\\\" name=\\\"Hidden "
"Paragraphs\\\"\\>Hidden Paragraphs\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/03140000.xhp#par_id3150251.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowHiddenParagraphs\\\"\\>Shows or hides hidden "
"paragraphs.\\</ahelp\\> This option only affects the screen display of "
"hidden paragraphs, and not the printing of hidden paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/01/03140000.xhp#par_id3157875.3.help.text
msgid ""
"To enable this feature, choose \\<link "
"href=\\\"text/shared/optionen/01040600.xhp\\\" name=\\\"Tools - Options - "
"Writer - Formatting Aids\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME "
"Writer - Formatting Aids\\</emph\\>\\</link\\>, and ensure that the "
"\\<emph\\>Hidden paragraphs\\</emph\\> check box in the \\<emph\\>Display "
"of\\</emph\\> area is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/03140000.xhp#par_id3154501.4.help.text
msgid ""
"Use the \\<link href=\\\"text/swriter/01/04090200.xhp\\\" name=\\\"field "
"command\\\"\\>field command\\</link\\> \"Hidden Paragraph\" to assign a "
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"condition\\\"\\>condition\\</link\\> that must be met to hide a "
"paragraph. If the condition is not met, the paragraph is displayed and can "
"also be printed."
msgstr ""

#: helpcontent2/source/text/swriter/01/03140000.xhp#par_id3083451.5.help.text
msgid ""
"When you hide a paragraph, footnotes, and frames that are anchored to "
"characters in the paragraph are also hidden."
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#tit.help.text
msgid "Insert Manual Break"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3145827.1.help.text
msgid " Insert Manual Break"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3147176.2.help.text
msgid ""
"\\<variable id=\\\"umbruch\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertBreak\\\"\\>Inserts a manual line break, column break or "
"a page break at the current cursor position.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3151176.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3151176.4.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3145420.5.help.text
msgid "Select the type of break that you want to insert."
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3154097.6.help.text
msgid "Line Break"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3149805.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_BREAK:RB_LINE\\\"\\>Ends the current "
"line, and moves the text found to the right of the cursor to the next line, "
"without creating a new paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3149685.8.help.text
msgid "You can also insert a line break by pressing Shift+Enter."
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3148566.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3148566.9.help.text\n"
"Column Break"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3155182.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_BREAK:RB_COL\\\"\\>Inserts a manual "
"column break (in a multiple column layout), and moves the text found to the "
"right of the cursor to the beginning of the next \\<link "
"href=\\\"text/swriter/01/05040500.xhp\\\" "
"name=\\\"column\\\"\\>column\\</link\\>. A manual column break is indicated "
"by a nonprinting border at the top of the new column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3149487.11.help.text
msgid "Page Break"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3149102.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_BREAK:RB_PAGE\\\"\\>Inserts a manual "
"page break, and moves the text found to the right of the cursor to the "
"beginning of the next page. The inserted page break is indicated by a "
"nonprinting border at the top of the new page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3145758.13.help.text
msgid ""
"You can also insert a page break by pressing \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Enter. "
"However, if you want to assign the following page a different Page Style, "
"you must use the menu command to insert the manual page break."
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3149175.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3149175.14.help.text\n"
"Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3156275.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_BREAK:LB_COLL\\\"\\>Select the page style "
"for the page that follows the manual page break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3145782.16.help.text
msgid "Change page number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3155917.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_BREAK:CB_PAGENUM\\\"\\>Assigns the page "
"number that you specify to the page that follows the manual page break. This "
"option is only available if you assign a different page style to the page "
"that follows manual page break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3151384.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04010000.xhp#hd_id3151384.20.help.text\n"
"Page number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3150700.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_BREAK:ED_PAGENUM\\\"\\>Enter the new "
"page number for the page that follows the manual page break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04010000.xhp#par_id3150554.18.help.text
msgid ""
"To display manual breaks, choose \\<link "
"href=\\\"text/swriter/01/03100000.xhp\\\" name=\\\"View - Nonprinting "
"Characters\\\"\\>\\<emph\\>View - Nonprinting "
"Characters\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#tit.help.text
msgid "Insert Section"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#hd_id3154108.1.help.text
msgid ""
"\\<variable id=\\\"bereicheinfuegen\\\"\\>\\<link "
"href=\\\"text/swriter/01/04020000.xhp\\\" name=\\\"Insert "
"Section\\\"\\>Insert Section\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#par_id3154480.2.help.text
msgid ""
"\\<variable id=\\\"bereich\\\"\\>\\<ahelp "
"hid=\\\"FN_INSERT_COLUMN_SECTION\\\"\\>Inserts a text section at the cursor "
"position in the document. You can also select a block of text and then "
"choose this command to create a section. You can use sections to insert "
"blocks of text from other documents, to apply custom column layouts, or to "
"protect or to hide blocks of text if a condition is "
"met.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#par_id3152955.3.help.text
msgid ""
"You can insert an entire document in a section, or a named section from "
"another. You can also insert a section as a \\<link "
"href=\\\"text/shared/00/00000005.xhp#dde\\\" "
"name=\\\"DDE\\\"\\>DDE\\</link\\> link."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#par_id3149684.5.help.text
msgid ""
"To edit a section, choose \\<link href=\\\"text/swriter/01/02170000.xhp\\\" "
"name=\\\"Format - Sections\\\"\\>\\<emph\\>Format - "
"Sections\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#par_id3155183.6.help.text
msgid ""
"The \\<emph\\>Insert Section \\</emph\\>dialog contains the following tabs:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#hd_id3151257.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020000.xhp#hd_id3151257.7.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020000.xhp#par_id3149102.8.help.text
msgid ""
"Inserts the section that you defined at the current cursor position in the "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04020100.xhp#tit.help.text\n"
"Section"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#bm_id5941038.help.text
msgid ""
"\\<bookmark_value\\>sections;inserting sections by "
"DDE\\</bookmark_value\\>\\<bookmark_value\\>DDE; command for inserting "
"sections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3157557.37.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04020100.xhp\\\" "
"name=\\\"Section\\\"\\>Section\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3154644.38.help.text
msgid "Sets the properties of the section."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3151170.6.help.text
msgid "New Section"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3145420.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:COMBOBOX:TP_INSERT_SECTION:ED_RNAME\\\"\\>Type a name "
"for the new section.\\</ahelp\\> By default, $[officename] automatically "
"assigns the name \"Section X\" to new sections, where X is a consecutive "
"number."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3154102.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3154102.8.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3149806.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3149806.20.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3154472.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_INSERT_SECTION:CB_FILE\\\"\\>Inserts the "
"contents of another document or section from another document in the current "
"section.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3153672.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3153672.26.help.text\n"
"DDE"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3151310.27.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:MD_EDIT_REGION:CB_DDE\\\"\\>Creates a "
"\\<emph\\>DDE \\</emph\\>link. Select this check box, and then enter the "
"\\<emph\\>DDE \\</emph\\>command that you want to use. The "
"\\<emph\\>DDE\\</emph\\> option is only available if the "
"\\<emph\\>Link\\</emph\\> check box is selected.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3143280.34.help.text
msgid ""
"The general syntax for a DDE command is: \"<Server> <Topic> <Item>\", where "
"server is the DDE name for the application that contains the data. Topic "
"refers to the location of the Item (usually the file name), and Item "
"represents the actual object."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3149098.35.help.text
msgid ""
"For example, to insert a section named \"Section1\" from a $[officename] "
"text document abc.sxw as a DDE link, use the command: \"soffice "
"x:\\\\abc.sxw Section1\". To insert the contents of the first cell from a MS "
"Excel spreadsheet file called \"abc.xls\", use the command: \"excel "
"x:\\\\[abc.xls]Sheet1 z1s1\". You can also copy the elements that you want "
"to insert as a DDE link, and then \\<emph\\>Edit - Paste Special\\</emph\\>. "
"You can then view the DDE command for the link, by selecting the contents "
"and choosing \\<emph\\>Edit - Fields\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3153640.28.help.text
msgid ""
"File name\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\> / DDE command \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3145754.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:MD_EDIT_REGION:ED_FILE\\\"\\>Enter the path and the "
"filename for the file that you want to insert, or click the browse button "
"(\\<emph\\>...\\</emph\\>) to locate the file.\\</ahelp\\>\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>If the \\<emph\\>DDE "
"\\</emph\\>check box is selected, enter the DDE command that you want to "
"use. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3155136.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3155136.39.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3156274.40.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:MD_EDIT_REGION:PB_FILE\\\"\\>Locate the file "
"that you want to insert as a link, and then click "
"\\<emph\\>Insert\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3149180.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3149180.23.help.text\n"
"Section"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3155910.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:COMBOBOX:MD_EDIT_REGION:LB_SUBREG\\\"\\>Select the "
"section in the file that you want to insert as a link.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3151373.25.help.text
msgid ""
"When you open a document that contains linked sections, you are prompted to "
"update the links."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3150687.43.help.text
msgid "Write Protection"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3150700.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3150700.10.help.text\n"
"Protected"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3150110.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:TRISTATEBOX:MD_EDIT_REGION:CB_PROTECT\\\"\\>Prevents the "
"selected section from being edited.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3145261.44.help.text
msgid "With password"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3149555.45.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_INSERT_SECTION_CB_PASSWD\\\"\\>Protects the "
"selected section with a password. The password must have a minimum of 5 "
"characters.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3150549.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3150549.46.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3147742.47.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_INSERT_SECTION_PB_PASSWD\\\"\\>Opens a "
"dialog where you can change the current password.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3146333.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3146333.48.help.text\n"
"Hide"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3149830.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3149830.12.help.text\n"
"Hide"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3148849.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:TRISTATEBOX:MD_EDIT_REGION:CB_HIDE\\\"\\>Hides and "
"prevents the selected section from being printed.\\</ahelp\\> The components "
"of a hidden sections appear gray in the Navigator. When you rest your mouse "
"pointer over a hidden component in the Navigator, the Help tip \"hidden\" is "
"displayed."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3155074.50.help.text
msgid ""
"You cannot hide a section if it is the only content on a page, or in a "
"header, footer, footnote, frame, or table cell."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#hd_id3154323.16.help.text
msgid "With condition"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3154343.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:MD_EDIT_REGION:ED_CONDITION\\\"\\>Enter the "
"condition that must be met to hide the section.\\</ahelp\\> A condition is a "
"\\<link href=\\\"text/swriter/01/04090200.xhp\\\" name=\\\"logical "
"expression\\\"\\>logical expression\\</link\\>, such as \"SALUTATION EQ "
"Mr.\". For example, if you use the \\<link "
"href=\\\"text/swriter/guide/form_letters_main.xhp\\\" name=\\\"mail "
"merge\\\"\\>mail merge\\</link\\> form letter feature to define a database "
"field called \"Salutation\" that contains \"Mr.\", \"Ms.\", or \"Sir or "
"Madam\", you can then specify that a section will only be printed if the "
"salutation is \"Mr.\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3150086.18.help.text
msgid ""
"Another example would be to create the field variable \"x\" and set its "
"value to 1. Then specify a condition based on this variable for hiding a "
"section, such as: \"x eq 1\". If you want to display the section, set the "
"value of the variable \"x\" to \"0\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_idN108DF.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04020100.xhp#par_idN108DF.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_idN108E3.help.text
msgid ""
"You see this area of the dialog when the current document is an XForms "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_idN108E6.help.text
msgid "Editable in read-only document"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_idN108EA.help.text
msgid ""
"Select to allow editing of the section's contents even if the document is "
"opened in read-only mode."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3150032.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020100.xhp#par_id3150032.19.help.text\n"
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" name=\\\"Field "
"commands\\\"\\>Field commands\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020100.xhp#par_id3158420.51.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090200.xhp\\\" name=\\\"Syntax for "
"conditions\\\"\\>Syntax for conditions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#tit.help.text
msgid "Indents"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#hd_id3155898.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04020200.xhp\\\" "
"name=\\\"Indents\\\"\\>Indents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#par_id3155182.2.help.text
msgid "Indents the section with a left and right margin."
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#hd_id3149488.3.help.text
msgid "Before section"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#par_id3149824.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_SECTION_INDENTS_MF_BEFORE\\\"\\>Specifies "
"the indents before the section, at the left margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#hd_id3149108.5.help.text
msgid "After section"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#par_id3148970.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_SECTION_INDENTS_MF_AFTER\\\"\\>Specifies "
"the indents after the section, at the right margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04020200.xhp#par_id3149032.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04020200.xhp#par_id3149032.7.help.text\n"
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" name=\\\"Field "
"commands\\\"\\>Field commands\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#tit.help.text
msgid "Insert Footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3145241.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04030000.xhp\\\" name=\\\"Insert "
"Footnote\\\"\\>Insert Footnote\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3147167.2.help.text
msgid ""
"\\<variable id=\\\"fussnoteein\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertFootnote\\\"\\>Inserts a footnote or an endnote in the "
"document. The anchor for the note is inserted at the current cursor "
"position.\\</ahelp\\> You can choose between automatic numbering or a custom "
"symbol.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3154645.23.help.text
msgid ""
"\\<variable id=\\\"endnoten\\\"\\>The following applies to both footnotes "
"and endnotes.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3151175.24.help.text
msgid ""
"\\<variable id=\\\"endnotetext\\\"\\>Footnotes are inserted at the end of a "
"page, and endnotes are inserted at the end of a document.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3154106.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3154106.7.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3149812.16.help.text
msgid ""
"Select the type of numbering that you want to use for footnotes and endnotes."
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3154470.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3154470.8.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3153670.17.help.text
msgid ""
"\\<variable id=\\\"bearbeitenautomatisch\\\"\\>\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_NUMBER_AUTO\\\"\\>Automatically "
"assigns consecutive numbers to the footnotes or endnotes that you "
"insert.\\</ahelp\\> To change the settings for automatic numbering, choose "
"\\<link href=\\\"text/swriter/01/06080000.xhp\\\" name=\\\"Tools - "
"Footnotes\\\"\\>\\<emph\\>Tools - "
"Footnotes\\</emph\\>\\</link\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3152952.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3152952.9.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3155901.18.help.text
msgid ""
"\\<variable id=\\\"bearbeitenzeichen\\\"\\>\\<ahelp "
"hid=\\\"SW:EDIT:DLG_INS_FOOTNOTE:ED_NUMBER_CHAR\\\"\\>Choose this option to "
"define a character or symbol for the current footnote.\\</ahelp\\> This can "
"be either a letter or number. To assign a special character, click the "
"button at the bottom.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3155185.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3155185.10.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3153526.19.help.text
msgid ""
"\\<variable id=\\\"bearbeitensonderzeichen\\\"\\>\\<ahelp "
"hid=\\\"SW:PUSHBUTTON:DLG_INS_FOOTNOTE:BT_NUMBER_CHAR\\\"\\>Inserts a "
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"special character "
"\\\"\\>special character \\</link\\> as a footnote or endnote "
"anchor.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3149493.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3149493.11.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3151256.20.help.text
msgid ""
"Select whether to insert a footnote or an endnote. Endnote numbering is "
"separate from the footnote numbering."
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3149104.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3149104.12.help.text\n"
"Footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3148981.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_TYPE_FTN\\\"\\>Inserts a "
"footnote anchor at the current cursor position in the document, and adds a "
"footnote to the bottom of the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3153644.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04030000.xhp#hd_id3153644.13.help.text\n"
"Endnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3152770.22.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:DLG_INS_FOOTNOTE:RB_TYPE_ENDNOTE\\\"\\>Inserts an "
"endnote anchor at the current cursor position in the document, and adds an "
"endnote at the end of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04030000.xhp#par_id3155135.25.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/footnote_usage.xhp\\\" name=\\\"Tips for "
"working with footnotes\\\"\\>Tips for working with footnotes\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#tit.help.text
msgid "Insert Bookmark"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#hd_id3147506.1.help.text
msgid " Insert Bookmark"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#par_id3149806.2.help.text
msgid ""
"\\<variable id=\\\"textmarkeein\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertBookmark\\\"\\>Inserts a bookmark at the cursor position. "
"You can then use the Navigator to quickly jump to the marked location at a "
"later time.\\</ahelp\\> In an HTML document, bookmarks are converted to "
"anchors that you can jump to from a hyperlink.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#par_id3153677.3.help.text
msgid ""
"To jump to a specific bookmark, press F5 to open the \\<link "
"href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>, click the plus sign (+) next "
"to the\\<emph\\> Bookmark\\</emph\\> entry, and then double-click the "
"bookmark."
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#par_id3151308.4.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\</caseinline\\>\\<defaultinline\\>You can also right-"
"click the \\<emph\\>Page Number\\</emph\\> field at the left end of the "
"\\<emph\\>Status Bar\\</emph\\> at the bottom of the document window, and "
"then choose the bookmark that you want to jump "
"to.\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#hd_id3154188.5.help.text
msgid "Bookmarks"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#par_id3155178.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:COMBOBOX:DLG_INSERT_BOOKMARK:CB_BOOKMARK\\\"\\>Type the "
"name of the bookmark that you want to create. The lower list contains all of "
"the bookmarks in the current document. To delete a bookmark, select it in "
"the list, and then click \\<emph\\>Delete\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#par_id3149483.13.help.text
msgid ""
"You cannot use the following characters in a bookmark name: / \\\\ @ : * ? "
"\" ; , . #"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#hd_id3149817.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04040000.xhp#hd_id3149817.11.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/04040000.xhp#par_id3151251.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_INSERT_BOOKMARK:BT_DELETE\\\"\\>To delete "
"a bookmark, select the bookmark from the \\<emph\\>Insert "
"Bookmark\\</emph\\> dialog and click the \\<emph\\>Delete\\</emph\\> button. "
"No confirmation dialog will follow.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060000.xhp#tit.help.text\n"
"Caption"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3147173.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3147173.1.help.text\n"
"\\<link href=\\\"text/swriter/01/04060000.xhp\\\" "
"name=\\\"Caption\\\"\\>Caption\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3149288.2.help.text
msgid ""
"\\<variable id=\\\"beschrifttext\\\"\\>\\<ahelp "
"hid=\\\"HID_DLG_CAPTION\\\"\\>Adds a numbered caption to a selected graphic, "
"table, frame, text frame, or drawing object.\\</ahelp\\> You can also access "
"this command by right-clicking the item that you want to add the caption to. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3154098.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3154098.3.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3149804.4.help.text
msgid "Set the caption options for the current selection."
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3153533.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3153533.5.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3154574.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:COMBOBOX:DLG_CAPTION:BOX_CATEGORY\\\"\\>Select the "
"caption category, or type a name to create a new category. The category text "
"appears before the caption number in the caption label. Each predefined "
"caption category is formatted with a paragraph style of the same name. "
"\\</ahelp\\> For example, the \"Illustration\" caption category is formatted "
"with the \"Illustration\" paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3153675.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3153675.7.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3152962.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_CAPTION:BOX_FORMAT\\\"\\>Select the type of "
"numbering that you want to use in the caption.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3155893.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3155893.9.help.text\n"
"Caption"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3149688.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_CAPTION:EDT_TEXT\\\"\\>Type the text that you "
"want to appear after the caption number.\\</ahelp\\> For example, if you "
"want to label your objects as \"Object 1: Text\", type a colon (:), a space, "
"and then the text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_idN1068A.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060000.xhp#par_idN1068A.help.text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_idN10690.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter optional text characters to appear between "
"the number and the caption text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3154199.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3154199.11.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3149486.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_CAPTION:BOX_POS\\\"\\>Adds the caption above "
"or below the selected item. This option is only available for some "
"objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3143280.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3143280.43.help.text\n"
"Apply border and shadow"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3149826.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#par_id3149826.44.help.text\n"
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CAPTION:CB_COPY_ATTR\\\"\\>Applies the "
"border and shadow of the object to the caption frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3149109.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3149109.42.help.text\n"
"Object name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_id3148969.45.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_CAPTION:ED_OBJECT_NAME\\\"\\>Type a name for "
"the caption object, so that you can use the \\<link "
"href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> to quickly jump to the caption "
"in your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#hd_id3149043.29.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04060100.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_idN10744.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060000.xhp#par_idN10744.help.text\n"
"AutoCaption"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060000.xhp#par_idN1074A.help.text
msgid ""
"Opens the Caption dialog. It has the same information as the dialog you get "
"by menu \\<link href=\\\"text/shared/optionen/01041100.xhp\\\"\\>Tools - "
"Options - %PRODUCTNAME Writer - AutoCaption\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060100.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3149287.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3149287.1.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_id3151177.2.help.text
msgid ""
"\\<variable id=\\\"optionentext\\\"\\>\\<ahelp "
"hid=\\\"SW:PUSHBUTTON:DLG_CAPTION:BTN_OPTION\\\"\\>Adds the chapter number "
"to the caption label. To use this feature, you must first assign an \\<link "
"href=\\\"text/swriter/guide/chapter_numbering.xhp\\\" name=\\\"outline "
"level\\\"\\>outline level\\</link\\> to a paragraph style, and then apply "
"the style to the chapter headings in your "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3149805.3.help.text
msgid "Numbering by chapter"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_id3153532.4.help.text
msgid ""
"When you add chapter numbers to caption labels, the caption numbering is "
"reset when a chapter heading is encountered. For example, if the last figure "
"in chapter 1 is \"Figure 1.12\", the first figure in the next chapter would "
"be \"Figure 2.1\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3154574.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3154574.5.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_id3152954.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_SEQUENCE_OPTION:LB_LEVEL\\\"\\>Select the "
"number of outline levels from the top of the chapter hierarchy down to "
"include in the caption label.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3151316.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04060100.xhp#hd_id3151316.7.help.text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_id3155892.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_SEQUENCE_OPTION:ED_SEPARATOR\\\"\\>Enter the "
"character that you want to insert between the chapter number and the caption "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10633.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10633.help.text\n"
"Category and frame format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10639.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10639.help.text\n"
"Character style"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN1063F.help.text
msgid "Specifies the character style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10644.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10644.help.text\n"
"Apply border and shadow"
msgstr ""

#: helpcontent2/source/text/swriter/01/04060100.xhp#par_idN10648.help.text
msgid "Applies the border and shadow of the object to the caption frame."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04070000.xhp#tit.help.text\n"
"Envelope"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#hd_id3145245.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070000.xhp#hd_id3145245.1.help.text\n"
"\\<link href=\\\"text/swriter/01/04070000.xhp\\\" "
"name=\\\"Envelope\\\"\\>Envelope\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#par_id3149289.2.help.text
msgid ""
"\\<variable id=\\\"briefum\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertEnvelope\\\"\\>Creates an envelope.\\</ahelp\\> On three "
"tab pages, you can specify the addressee and sender, the position and format "
"for both addresses, the size of the envelope, and the envelope orientation. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#hd_id3153540.4.help.text
msgid "New doc."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#par_id3154473.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ENVELOP_PRINT\\\"\\>Creates a new document and inserts "
"the envelope.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#hd_id3152959.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070000.xhp#hd_id3152959.6.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070000.xhp#par_id3151320.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ENVELOP_INSERT\\\"\\>Inserts the envelope before the "
"current page in the document.\\</ahelp\\> The envelope is formatted with the "
"\\<emph\\>Envelope\\</emph\\> page style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04070100.xhp#tit.help.text\n"
"Envelope"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3145243.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04070100.xhp\\\" "
"name=\\\"Envelope\\\"\\>Envelope\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#par_id3147172.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ENV_ENV\\\" visibility=\\\"visible\\\"\\>Enter the "
"delivery and return addresses for the envelope. You can also insert address "
"fields from a database, for example from the Addresses database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3149295.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3149295.3.help.text\n"
"Addressee"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#par_id3145415.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MULTILINEEDIT:TP_ENV_ENV:EDT_ADDR\\\" "
"visibility=\\\"visible\\\"\\>Enter the delivery address.\\</ahelp\\> You can "
"also click in this box, and select a database, a table, and field, and then "
"click the arrow button to insert the field in the address. If you want, you "
"can apply  formatting, such as bold and underline, to the address text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3154102.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3154102.5.help.text\n"
"Sender"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#par_id3153527.6.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW:MULTILINEEDIT:TP_ENV_ENV:EDT_SEND\\\"\\>Includes a return address "
"on the envelope. Select the \\<emph\\>Sender \\</emph\\>check box, and then "
"enter the return  address.\\</ahelp\\> $[officename] automatically inserts "
"your user data in the \\<emph\\>Sender \\</emph\\>box, but you can also "
"enter the data that you want."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3154571.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3154571.9.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#par_id3154480.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_ENV_ENV:LB_DATABASE\\\" "
"visibility=\\\"visible\\\"\\>Select the database containing the address data "
"that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3151310.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3151310.11.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#par_id3155898.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_ENV_ENV:LB_TABLE\\\" "
"visibility=\\\"visible\\\"\\>Select the database table containing the "
"address data that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3149695.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070100.xhp#hd_id3149695.13.help.text\n"
"Database field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070100.xhp#par_id3155180.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGEBUTTON:TP_ENV_ENV:BTN_INSERT\\\" "
"visibility=\\\"visible\\\"\\>Select the database field containing the "
"address data that you want to insert, and then click the left arrow button. "
"The data is added to the address box containing the cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04070200.xhp#tit.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151180.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04070200.xhp\\\" "
"name=\\\"Format\\\"\\>Format\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3149295.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ENV_FMT\\\" visibility=\\\"visible\\\"\\>Specifies the "
"layout and the dimension of the envelope.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3147515.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3147515.42.help.text\n"
"Addressee"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3154105.43.help.text
msgid ""
"Sets the position and the text formatting options of the addressee field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3153527.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3153527.3.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3154563.4.help.text
msgid "Sets the position of the recipient's address on the envelope."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3154471.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3154471.15.help.text\n"
"from left"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3152957.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_ENV_FMT:FLD_ADDR_LEFT\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of space that you want to "
"leave between the left edge of the envelope and the addressee "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151319.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151319.17.help.text\n"
"from top"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3155895.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_ENV_FMT:FLD_ADDR_TOP\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of space that you want to "
"leave between the top edge of the envelope and the addressee "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149692.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149692.5.help.text\n"
"Edit Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3154201.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MENUBUTTON:TP_ENV_FMT:BTN_ADDR_EDIT\\\" "
"visibility=\\\"visible\\\"\\>Click and choose the text formatting style for "
"the addressee field that you want to edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3143272.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3143272.7.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3149481.8.help.text
msgid ""
"Opens a dialog where you can edit the character formatting that is used in "
"the addressee field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149815.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149815.11.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3149828.12.help.text
msgid ""
"Opens a dialog where you can edit the paragraph formatting that is used in "
"the addressee field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151262.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151262.44.help.text\n"
"Sender"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3149107.45.help.text
msgid ""
"Sets the position and the text formatting options of the sender field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3148980.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3148980.46.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3149041.47.help.text
msgid "Sets the position of the sender's address on the envelope."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3153636.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3153636.29.help.text\n"
"from left"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3152776.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_ENV_FMT:FLD_SEND_LEFT\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of space that you want to "
"leave between the left edge of the envelope and the sender field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3145766.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3145766.31.help.text\n"
"from top"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3155149.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_ENV_FMT:FLD_SEND_TOP\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of space that you want to "
"leave between the top edge of the envelope and the sender field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149179.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149179.19.help.text\n"
"Edit Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3156281.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MENUBUTTON:TP_ENV_FMT:BTN_SEND_EDIT\\\" "
"visibility=\\\"visible\\\"\\>Click and choose the text formatting style for "
"the sender field that you want to edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3145787.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3145787.21.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3155918.22.help.text
msgid ""
"Opens a dialog where you can edit the character formatting that is used in "
"the sender field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151378.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3151378.25.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3150112.26.help.text
msgid ""
"Opens a dialog where you can edit the paragraph formatting that is used in "
"the sender field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3150687.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3150687.34.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3150700.35.help.text
msgid ""
"Select the envelope size format that you want to use, or create a custom "
"size."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3155868.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3155868.36.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3147422.37.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_ENV_FMT_BOX_SIZE_FORMAT\\\" "
"visibility=\\\"visible\\\"\\>Select the envelope size that want, or select "
"\"User Defined\", and then enter the width and the height of the custom "
"size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3145256.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3145256.38.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3149551.39.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_ENV_FMT_FLD_SIZE_WIDTH\\\" "
"visibility=\\\"visible\\\"\\>Enter the width of the envelope.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149567.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070200.xhp#hd_id3149567.40.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070200.xhp#par_id3150561.41.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_ENV_FMT_FLD_SIZE_HEIGHT\\\" "
"visibility=\\\"visible\\\"\\>Enter the height of the envelope.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04070300.xhp#tit.help.text\n"
"Printer"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3154104.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04070300.xhp\\\"\\>Printer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3153531.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ENV_PRT\\\"\\>Set the print options for the "
"envelope.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3152960.3.help.text
msgid ""
"Consult the documentation that came with your printer for setting up the "
"printer for envelopes. Depending on the printer model, envelopes may have to "
"be placed left, right, in the middle, and either face up or face down."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3153665.5.help.text
msgid "Horizontal left"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3154564.6.help.text
msgid ""
"\\<ahelp hid=\\\"ITM_HOR_LEFT\\\"\\>Feeds the envelope horizontally from the "
"left edge of the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3155898.7.help.text
msgid "Horizontal center"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3149694.8.help.text
msgid ""
"\\<ahelp hid=\\\"ITM_HOR_CNTR\\\"\\>Feeds the envelope horizontally from the "
"center of the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3155174.9.help.text
msgid "Horizontal right"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3143273.10.help.text
msgid ""
"\\<ahelp hid=\\\"ITM_HOR_RGHT\\\"\\>Feeds the envelope horizontally from the "
"right edge of the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3149488.11.help.text
msgid "Vertical left"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3149823.12.help.text
msgid ""
"\\<ahelp hid=\\\"ITM_VER_LEFT\\\"\\>Feeds the envelope vertically from the "
"left edge of the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3151260.13.help.text
msgid "Vertical center"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3148968.14.help.text
msgid ""
"\\<ahelp hid=\\\"ITM_VER_CNTR\\\"\\>Feeds the envelope vertically from the "
"center of the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3153633.15.help.text
msgid "Vertical right"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3149037.16.help.text
msgid ""
"\\<ahelp hid=\\\"ITM_VER_RGHT\\\"\\>Feeds the envelope vertically from the "
"right edge of the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3152773.17.help.text
msgid "Print from top"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3145763.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_ENV_PRT:BTN_TOP\\\"\\>Feeds the envelope "
"with the print side face up in the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3155146.19.help.text
msgid "Print from bottom"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3149178.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_ENV_PRT:BTN_BOTTOM\\\"\\>Feeds the "
"envelope with the print side face down in the printer tray.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3156279.21.help.text
msgid "Shift right"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3145784.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_ENV_PRT:FLD_RIGHT\\\"\\>Enter the amount "
"to shift the print area to the right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3155921.23.help.text
msgid "Shift down"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3151383.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_ENV_PRT:FLD_DOWN\\\"\\>Enter the amount "
"to shift the print area down.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3150123.25.help.text
msgid "Current printer"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3150696.26.help.text
msgid "Displays the name of the current printer."
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3155862.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04070300.xhp#hd_id3155862.27.help.text\n"
"Setup"
msgstr ""

#: helpcontent2/source/text/swriter/01/04070300.xhp#par_id3147418.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_ENV_PRT:BTN_PRTSETUP\\\"\\>Opens the Print "
"Setup dialog where you can define additional printer settings, such as paper "
"format and orientation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090000.xhp#tit.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090000.xhp#hd_id3151171.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090000.xhp#par_id3149805.2.help.text
msgid ""
"\\<variable id=\\\"feldbefehltext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertField\\\"\\>Inserts a field at the current cursor "
"position. Fields contain information that can be automatically updated, such "
"as the date, time, or page number.\\</ahelp\\> The dialog lists all "
"available fields.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090000.xhp#hd_id3155903.178.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090000.xhp#hd_id3155903.178.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090000.xhp#par_id3154190.179.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FIELD_INSERT\\\"\\>Inserts the selected field at the "
"current cursor position in the document. You can insert fields into your "
"document so long as this dialog is open. To close the dialog, click the "
"\\<emph\\>Close \\</emph\\>button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090001.xhp#tit.help.text\n"
"Document"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3150017.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090001.xhp\\\" "
"name=\\\"Document\\\"\\>Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3147167.2.help.text
msgid ""
"Fields are used to insert information about the current document, for "
"example, file name, template, statistics, user data, date, and time."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154470.3.help.text
msgid ""
"For the HTML export and import of date and time fields, \\<link "
"href=\\\"text/swriter/01/04090007.xhp#datumuhrzeit\\\" name=\\\"special "
"$[officename] formats\\\"\\>special $[officename] formats\\</link\\> are "
"used."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3151312.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3151312.4.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3153672.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FLD_DOK:LB_DOKTYPE\\\"\\>Lists the available "
"field types. To add a field to your document, click a field type, click a "
"field in the \\<emph\\>Select \\</emph\\>list, and then click "
"\\<emph\\>Insert\\</emph\\>.\\</ahelp\\> The following fields are available:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155182.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155182.6.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3143272.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3143272.7.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3151248.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3151248.10.help.text\n"
"Author"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148975.11.help.text
msgid "Inserts the name of the user who first saved the document. "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3147093.66.help.text
msgid ""
"To view the name of the author, choose \\<emph\\>File - "
"Properties\\</emph\\>, click the \\<emph\\>General\\</emph\\> tab, and then "
"look at the \\<emph\\>Created \\</emph\\>line. The name of the author is "
"appended to the \\<emph\\>Created\\</emph\\> line only if the "
"\\<emph\\>Apply user data\\</emph\\> check box is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145759.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145759.18.help.text\n"
"Chapter"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3149172.19.help.text
msgid "Inserts the chapter number and/or the chapter name."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145771.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145771.14.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3151370.15.help.text
msgid ""
"Inserts the current date. You can insert the date as a fixed field - \\<item "
"type=\\\"literal\\\"\\>Date (fixed)\\</item\\> - that does not change, or as "
"a dynamic field - \\<item type=\\\"literal\\\"\\>Date\\</item\\> - that it "
"is updated automatically. To manually update the \\<item "
"type=\\\"literal\\\"\\>Date\\</item\\> field, press F9."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150699.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150699.12.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150122.13.help.text
msgid ""
"Inserts the filename and/or the directory path of the current document, as "
"well as the filename without extension."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3147495.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3147495.20.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145264.21.help.text
msgid "Inserts the page number of the current, previous, or next page."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150561.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150561.8.help.text\n"
"Sender"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3146341.9.help.text
msgid ""
"Inserts fields containing user data. You can change the user-data that is "
"displayed by choosing\\<link href=\\\"text/shared/optionen/01010100.xhp\\\" "
"name=\\\"Tools - Options - $[officename] - User Data\\\"\\>\\<emph\\>Tools - "
"Options - $[officename] - User Data\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148863.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148863.22.help.text\n"
"Statistics"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3151091.23.help.text
msgid ""
"Inserts document statistics, such as page and word counts, as a field. To "
"view the statistics of a document, choose \\<emph\\>File - "
"Properties\\</emph\\>, and then click the\\<emph\\> Statistics tab. "
"\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3153302.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3153302.16.help.text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3156123.17.help.text
msgid ""
"Inserts the filename, the path, or the filename without the file extension "
"of the current template. You can also insert the names of the \"Category\" "
"and the \"Style\" formats used in the current template. To view the names of "
"the template categories and the styles used in the templates, choose "
"\\<emph\\>File - Templates -\\</emph\\>\\<link "
"href=\\\"text/shared/01/01110100.xhp\\\" "
"name=\\\"Organize\\\"\\>\\<emph\\>Organize\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3146939.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3146939.24.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154340.25.help.text
msgid ""
"Inserts the current time. You can insert the time as a fixed field - \\<item "
"type=\\\"literal\\\"\\>Time (fixed)\\</item\\> - that does not change, or as "
"a dynamic field - \\<item type=\\\"literal\\\"\\>Time\\</item\\> - that it "
"is updated automatically. To manually update the \\<item "
"type=\\\"literal\\\"\\>Time\\</item\\> field, press F9."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154631.26.help.text
msgid ""
"The following fields can only be inserted if the corresponding field type is "
"selected in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3150660.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3150660.27.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150678.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FLD_DOK:LB_DOKSELECTION\\\"\\>Lists the "
"available fields for the field type selected in the \\<emph\\>Type "
"\\</emph\\>list. To insert a field, click the field, and then click "
"\\<emph\\>Insert\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155537.53.help.text
msgid ""
"To quickly insert a field from the list, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> and double-"
"click the field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155359.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155359.30.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154220.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154220.31.help.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145107.32.help.text
msgid "Previous page"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3149595.33.help.text
msgid "Inserts the page number of the previous page in the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3146896.34.help.text
msgid "Next page "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148923.35.help.text
msgid "Inserts the page number of the next page in the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3156032.36.help.text
msgid "Page Number "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3159212.37.help.text
msgid "Inserts the current page number."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3159229.38.help.text
msgid ""
"In the \\<emph\\>Format\\</emph\\>, click the numbering format that you want "
"to use."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145188.39.help.text
msgid ""
"If you want, you can enter an \\<emph\\>Offset \\</emph\\>for the displayed "
"page number. With an \\<emph\\>Offset\\</emph\\> value of 1, the field will "
"display a number that is 1 more than the current page number, but only if a "
"page with that number exists. On the last page of the document, this same "
"field will be empty."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3150891.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3150891.45.help.text\n"
"Offset"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155312.46.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FLD_DOK:ED_DOKVALUE\\\"\\>Enter the offset value "
"that you want to apply to a page number field, for example "
"\"+1\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154948.54.help.text
msgid ""
"If you want to change the actual page number and not the displayed number, "
"do not use the \\<emph\\>Offset\\</emph\\> value, but choose \\<link "
"href=\\\"text/swriter/01/04010000.xhp\\\" name=\\\"Insert - Manual "
"Break\\\"\\>\\<emph\\>Insert - Manual Break\\</emph\\>\\</link\\>, and then "
"select a new page style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3145595.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3145595.41.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3145613.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FLD_DOK:LB_DOKFORMAT\\\"\\>Click the format "
"that you want to apply to the selected field, or click \"Additional "
"formats\" to define a custom format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150138.49.help.text
msgid ""
"\\<variable id=\\\"datumuhrzeitformat\\\"\\>When you click \"Additional "
"formats\", the \\<link href=\\\"text/shared/01/05020300.xhp\\\" "
"name=\\\"Number Format\\\"\\>\\<emph\\>Number Format\\</emph\\>\\</link\\> "
"dialog opens, where you can define a custom format. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154867.50.help.text
msgid ""
"If you choose \"Chapter number without separator\" for a chapter field, the "
"separators that are specified for chapter number in \\<link "
"href=\\\"text/swriter/01/06060000.xhp\\\" name=\\\"Tools - Chapter "
"numbering\\\"\\>\\<emph\\>Tools - Chapter numbering\\</emph\\>\\</link\\> "
"are not displayed."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3156079.63.help.text
msgid ""
"If you choose \"chapter number\" as the \\<emph\\>format\\</emph\\> for "
"reference fields, only the number of the chapter heading containing the "
"referenced object is displayed in the field. If the paragraph style for the "
"chapter heading is not numbered, the field is left blank."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148682.56.help.text
msgid ""
"The following number range formats are for paragraphs formatted with "
"numbered or bulleted lists:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3150006.57.help.text
msgid "Category and number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155386.58.help.text
msgid ""
"The format contains everything between the beginning of the paragraph and "
"directly after the number-range field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3146919.59.help.text
msgid "Caption text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3155929.60.help.text
msgid ""
"The format contains the text following the number-range field up to the end "
"of the paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148733.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148733.61.help.text\n"
"Number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3148755.62.help.text
msgid "The format only contains the reference number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3153026.43.help.text
msgid "Layer"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154580.44.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_FLD_DOK:ED_DOKLEVEL\\\"\\>Select the "
"chapter heading level that you want to include in the selected "
"field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3154598.51.help.text
msgid "Offset in days/minutes"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3154899.52.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_FLD_DOK:ED_DOKDATEOFF\\\"\\>Enter the "
"offset that you want to apply to a date or time field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3154922.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090001.xhp#hd_id3154922.47.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090001.xhp#par_id3153049.48.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_FLD_DOK:ED_DOKDATEOFF\\\"\\>Enter the "
"contents that you want to add to a user-defined fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#tit.help.text
msgid "References"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#hd_id3153641.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090002.xhp\\\" "
"name=\\\"References\\\"\\>References\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3155142.2.help.text
msgid ""
"\\<variable id=\\\"reftext\\\"\\>\\<ahelp hid=\\\".\\\"\\>This is where you "
"insert the references or referenced fields into the current document. "
"References are referenced fields within the same document or within sub-"
"documents of a master document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3159197.19.help.text
msgid ""
"The advantage of entering a cross-reference as a field is that you do not "
"have to adjust the references manually every time you change the document. "
"Just update the fields with F9 and the references in the document are "
"updated too."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3151380.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3151380.3.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150700.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150700.4.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3155862.5.help.text
msgid "Set Reference"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3147422.6.help.text
msgid ""
"Set target for a referenced field. Under \\<emph\\>Name\\</emph\\>, enter a "
"name for the reference. When inserting the reference, the name will then "
"appear as an identification in the list box \\<emph\\>Selection\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149556.7.help.text
msgid ""
"In an HTML document, reference fields entered this way will be ignored. For "
"the target in HTML documents, you have to \\<link "
"href=\\\"text/swriter/01/04040000.xhp\\\" name=\\\"insert a "
"bookmark\\\"\\>insert a bookmark\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150548.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150548.8.help.text\n"
"Insert Reference"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3147746.9.help.text
msgid ""
"Inserting a reference to another position in the document. The corresponding "
"text position has to be defined with \"Set Reference\" first. Otherwise, "
"inserting a reference by choosing a field name under "
"\\<emph\\>Selection\\</emph\\> is not possible."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3146344.16.help.text
msgid ""
"In master documents, you can also reference from one sub-document to "
"another. Note that the reference name will not appear in the selection field "
"and has to be entered \"by hand\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149847.10.help.text
msgid ""
"In an HTML document, reference fields entered this way will be ignored. For "
"referenced fields in HTML documents, you have to \\<link "
"href=\\\"text/shared/01/05020400.xhp\\\" name=\\\"insert a "
"hyperlink\\\"\\>insert a hyperlink\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3154772.18.help.text
msgid ""
"References are fields. To remove a reference, delete the field. If you set a "
"longer text as a reference and you do not want to reenter it after deleting "
"the reference, select the text and copy it to the clipboard. You can then "
"reinsert it as \"unformatted text\" at the same position using the command "
"\\<emph\\>Edit - Paste special\\</emph\\>. The text remains intact while the "
"reference is deleted."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150907.11.help.text
msgid ""
"After inserting a bookmark in the document with \\<emph\\>Insert - "
"Bookmark\\</emph\\>, the bookmarks entry on the "
"\\<emph\\>References\\</emph\\> tab becomes usable. Bookmarks are used to "
"mark certain text passages in a document. In a text document, you can use "
"the bookmarks, for example, to jump from one passage in the document to "
"another."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3155080.12.help.text
msgid ""
"In an HTML document, these bookmarks become anchors <A name>, which "
"determine the target of hyperlinks for example."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#hd_id3154333.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#hd_id3154333.21.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3148786.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FLD_REF:LB_REFFORMAT\\\"\\>Select the format "
"that you want to use for the selected reference field.\\</ahelp\\> The "
"following formats are available:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150039.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150039.23.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3153134.24.help.text
msgid "Inserts the number of the page containing the reference target."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3154635.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3154635.25.help.text\n"
"Chapter"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149646.26.help.text
msgid "Inserts the number of the chapter containing the reference target."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150681.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3150681.27.help.text\n"
"Reference"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3154040.28.help.text
msgid "Inserts the complete reference target text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149972.29.help.text
msgid "Above/Below"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149619.30.help.text
msgid ""
"Inserts \"above\" or \"below\", depending on the location of the reference "
"target relative to the position of the reference field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3148705.31.help.text
msgid "As Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3148728.32.help.text
msgid ""
"Inserts the number of the page containing the reference target using the "
"format specified in the page style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3155553.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3155553.33.help.text\n"
"Category and Number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3155356.34.help.text
msgid ""
"Inserts the category (caption type) and the number of the reference target. "
"This option is only available when you the reference target is an object "
"with a caption."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3154224.35.help.text
msgid "Caption Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3145105.36.help.text
msgid ""
"Inserts the caption label of the reference target. This option is only "
"available when you the reference target is an object with a caption."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149587.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#par_id3149587.37.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3146883.38.help.text
msgid ""
"Inserts the caption number of the reference target. This option is only "
"available when you the reference target is an object with a caption."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#hd_id3156242.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090002.xhp#hd_id3156242.13.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3156259.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FLD_REF:ED_REFNAME\\\"\\>Type the name of the "
"user-defined field that you want to create.\\</ahelp\\> To set a target, "
"click \"Set Reference\" in the\\<emph\\> Type\\</emph\\> list, type a name "
"in this box, and then click\\<emph\\> Insert. To reference the new target, "
"click the target name in the Selection\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3156032.17.help.text
msgid ""
"In a master document, targets that are in different sub-documents are not "
"displayed in the\\<emph\\> Selection\\</emph\\> list. If you want to insert "
"a reference to the target, you must type the path and the name in the "
"\\<emph\\>Name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090002.xhp#par_id3159216.15.help.text
msgid ""
"If you select text in the document, and then insert a reference, the "
"selected text becomes the contents of the field that you insert."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090003.xhp#tit.help.text\n"
"Functions"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3149123.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090003.xhp\\\" "
"name=\\\"Functions\\\"\\>Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150343.45.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_TP_FLD_FUNC_ED_FUNCVALUE\\\" "
"visibility=\\\"hidden\\\"\\>Sets additional function parameters for fields. "
"The type of parameter depends on the field type that you select.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3151242.2.help.text
msgid ""
"Depending on the field type that you select, you can assign conditions to "
"certain functions. For example, you can define a field that executes a macro "
"when you click the field in the document, or a condition that, when met, "
"hides a field. You can also define placeholder fields that insert graphics, "
"tables, frames and other objects into your document when needed."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150537.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150537.3.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3155623.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#par_id3155623.4.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3152999.5.help.text
msgid "Conditional text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3149881.6.help.text
msgid ""
"Inserts text if a certain \\<link href=\\\"text/swriter/01/04090200.xhp\\\" "
"name=\\\"condition\\\"\\>condition\\</link\\> is met. For example, enter "
"\"sun eq 1\" in the \\<emph\\>Condition\\</emph\\> box, and then the text "
"that you want to insert when the variable \"sun\" equals \"1\" in the "
"\\<emph\\>Then \\</emph\\>box. If you want, you can also enter the text that "
"you want to display when this condition is not met in the "
"\\<emph\\>Else\\</emph\\> box. To define the variable \"sun\", click the "
"\\<link href=\\\"text/swriter/01/04090005.xhp\\\" "
"name=\\\"Variables\\\"\\>\\<emph\\>Variables\\</emph\\>\\</link\\> tab, "
"select \"Set variable\", type \"sun\" in the\\<emph\\> Name\\</emph\\> box, "
"and its value in the\\<emph\\> Value\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153719.47.help.text
msgid "Input list"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147564.48.help.text
msgid ""
"Inserts a text field that displays one item from a list. You can add, edit, "
"and remove items, and change their order in the list. Click an "
"\\<emph\\>Input list\\</emph\\> field in your document or press "
"Ctrl+Shift+F9 to display the \\<link "
"href=\\\"text/swriter/01/04090003.xhp\\\" name=\\\"Choose "
"Item\\\"\\>\\<emph\\>Choose Item\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153146.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153146.7.help.text\n"
"Input field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3149287.8.help.text
msgid ""
"Inserts a text field that you can open by \\<link "
"href=\\\"text/swriter/01/04090100.xhp\\\" "
"name=\\\"clicking\\\"\\>clicking\\</link\\> it in the document. You can then "
"change the text that is displayed."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3154691.9.help.text
msgid "Execute macro"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147515.10.help.text
msgid ""
"Inserts a text field that runs a macro when you click the field in the "
"document. To assign a macro to the field, click the "
"\\<emph\\>Macro\\</emph\\> button. "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3152946.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#par_id3152946.11.help.text\n"
"Placeholder"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153527.12.help.text
msgid ""
"Inserts a placeholder field in the document, for example, for graphics. When "
"you click a placeholder field in the document, you are prompted to insert "
"the item that is missing."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150973.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150973.13.help.text\n"
"Hidden text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147524.14.help.text
msgid ""
"Inserts a text field that is hidden when the condition that you specify is "
"met. To use this function, choose \\<link "
"href=\\\"text/shared/optionen/01040600.xhp\\\" name=\\\"Tools - Options - "
"Text Document - Formatting Aids\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - Formatting Aids\\</emph\\>\\</link\\> and clear the "
"\\<emph\\>Fields: Hidden text\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3154480.15.help.text
msgid "Hidden Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153677.16.help.text
msgid ""
"Hides a paragraph when the condition that you specify is met. To use this "
"function, choose \\<link href=\\\"text/shared/optionen/01040600.xhp\\\" "
"name=\\\"Tools - Options - Text Document - Formatting "
"Aids\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - Formatting "
"Aids\\</emph\\>\\</link\\> and clear the \\<emph\\>Fields: Hidden "
"paragraph\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3154192.39.help.text
msgid "Combine characters "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3159199.42.help.text
msgid ""
"Combines up to 6 characters, so that they behave as a single character. This "
"feature is only available when Asian fonts are supported."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3151329.17.help.text
msgid ""
"For function fields, the format field is only used for fields of the type "
"placeholder. Here, the format determines the object for which the "
"placeholder stands."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3149494.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3149494.18.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3143281.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FLD_DB:ED_DBCONDITION\\\"\\>For fields linked to "
"a \\<link href=\\\"text/swriter/01/04090200.xhp\\\" "
"name=\\\"condition\\\"\\>condition\\</link\\>, enter the criteria "
"here.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3151248.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3151248.20.help.text\n"
"Then, Else"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3154830.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_TP_FLD_FUNC_ED_FUNCCOND2\\\"\\>Enter the text to "
"display when the condition is met in the \\<emph\\>Then \\</emph\\>box, and "
"the text to display when the condition is not met in the \\<emph\\>Else "
"\\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3146865.22.help.text
msgid ""
"You can also insert database fields in the \\<emph\\>Then \\</emph\\>and "
"\\<emph\\>Else \\</emph\\>boxes using the format "
"\"databasename.tablename.fieldname\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147583.24.help.text
msgid ""
"If the table or the field name does not exist in a database, nothing is "
"inserted."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3152585.23.help.text
msgid ""
"If you include the quotes in \"databasename.tablename.fieldname\", the "
"expression is inserted as text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3155136.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3155136.26.help.text\n"
"Reference"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3155149.27.help.text
msgid ""
"Type the text that you want to display in the field. If you are inserting a "
"placeholder field, type the text that you want to display as a help tip when "
"you rest the mouse pointer over the field. "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147071.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147071.28.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147084.29.help.text
msgid "Select the macro that you want to run when the field is clicked."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3154384.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3154384.30.help.text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153351.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#par_id3153351.31.help.text\n"
"Displays the name of the selected macro."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3156269.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3156269.32.help.text\n"
"Placeholder"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3156282.33.help.text
msgid "Type the text that you want to appear in the placeholder field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3150587.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3150587.34.help.text\n"
"Hidden text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3149173.35.help.text
msgid "Type the text that you want to hide if a condition is met."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3151028.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3151028.40.help.text\n"
"Characters"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3145771.43.help.text
msgid ""
"Enter the characters that you want to combine. You can combine a maximum of "
"6 characters. This option is only available for the \\<emph\\>Combine "
"characters\\</emph\\> field type."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3156369.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3156369.41.help.text\n"
"Value"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3151370.44.help.text
msgid "Enter a value for the selected field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3148877.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3148877.36.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3155912.37.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_FLD_FUNC_BT_FUNCMACRO\\\"\\>Opens the "
"\\<link href=\\\"text/shared/01/06130000.xhp\\\" "
"name=\\\"Macro\\\"\\>\\<emph\\>Macro Selector\\</emph\\>\\</link\\>, where "
"you can choose the macro that will run when you click the selected field in "
"the document.\\</ahelp\\> This button is only available for the \"Execute "
"macro\" function field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150111.49.help.text
msgid ""
"The following controls are displayed for \\<emph\\>Input list\\</emph\\> "
"fields:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3155860.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3155860.50.help.text\n"
"Item"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3150688.51.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_TP_FLD_FUNC_ED_LISTITEM\\\"\\>Enter a new "
"item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147413.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147413.52.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147473.53.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_FLD_FUNC_PB_LISTADD\\\"\\>Adds the "
"\\<emph\\>Item\\</emph\\> to the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147496.54.help.text
msgid "Items on list"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147618.55.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FLD_FUNC_LB_LISTITEMS\\\"\\>Lists the items. "
"The topmost item is shown in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3145263.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3145263.56.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3149558.57.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_FLD_FUNC_PB_LISTREMOVE\\\"\\>Removes the "
"selected item from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3145126.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3145126.58.help.text\n"
"Move Up"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3155970.59.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_FLD_FUNC_PB_LISTUP\\\"\\>Moves the "
"selected item up in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3150549.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3150549.60.help.text\n"
"Move Down"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3156221.61.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_TP_FLD_FUNC_PB_LISTDOWN\\\"\\>Moves the "
"selected item down in the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3149215.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3149215.62.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147733.63.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_TP_FLD_FUNC_ED_LISTNAME\\\"\\>Enter a unique name "
"for the \\<emph\\>Input list\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3146332.64.help.text
msgid "Choose Item"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3147455.65.help.text
msgid ""
"This dialog is shown when you click an \\<emph\\>Input list\\</emph\\> field "
"in the document. "
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3149837.66.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_DLG_FLD_DROPDOWN_LB_LISTITEMS\\\"\\>Choose the "
"item that you want to display in the document, then click "
"\\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147602.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3147602.67.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3148855.68.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_DLG_FLD_DROPDOWN_PB_EDIT\\\"\\>Displays the "
"\\<emph\\>Edit Fields: Functions\\</emph\\> dialog, where you can edit the "
"\\<emph\\>Input list\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3155558.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090003.xhp#hd_id3155558.69.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090003.xhp#par_id3148434.70.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_DLG_FLD_DROPDOWN_PB_NEXT\\\"\\>Closes the "
"current \\<emph\\>Input list\\</emph\\> and displays the next, if "
"available.\\</ahelp\\> You see this button when you open the "
"\\<emph\\>Choose Item\\</emph\\> dialog by Ctrl+Shift+F9."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#tit.help.text
msgid "DocInformation"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#hd_id3154479.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090004.xhp\\\" "
"name=\\\"DocInformation\\\"\\>DocInformation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3149692.2.help.text
msgid ""
"DocInformation fields contain information about the properties of a "
"document, such as the date a document was created. To view the properties of "
"a document, choose \\<emph\\>File - Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3148982.3.help.text
msgid ""
"When you export and import an HTML document containing DocInformation "
"fields, \\<link href=\\\"text/swriter/01/04090007.xhp#dokumentinfo\\\" "
"name=\\\"special $[officename] formats\\\"\\>special $[officename] "
"formats\\</link\\> are used."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3155140.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3155140.4.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3149176.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3149176.5.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3145774.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3145774.6.help.text\n"
"Modified"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3155915.7.help.text
msgid ""
"Inserts the name of the author, and the date, or the time of the last save."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150108.8.help.text
msgid "Editing time"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3155860.9.help.text
msgid "Inserts the amount of time spent on editing a document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150700.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150700.10.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3147490.11.help.text
msgid ""
"Inserts the comment as entered in the \\<emph\\>Description \\</emph\\>tab "
"of the \\<emph\\>File Properties \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3145262.12.help.text
msgid "Document number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150556.13.help.text
msgid "Inserts the version number of the current document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3146326.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3146326.14.help.text\n"
"Created"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3149833.15.help.text
msgid ""
"Inserts the name of the author, and the date, or the time when the document "
"was created."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3148856.16.help.text
msgid "Info 0 - 3"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3154784.17.help.text
msgid ""
"Inserts the contents of the info fields found on the \\<emph\\>User Defined "
"\\</emph\\>tab of the \\<link href=\\\"text/shared/01/01100300.xhp\\\" "
"name=\\\"File - Properties\\\"\\>\\<emph\\>File - "
"Properties\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150177.18.help.text
msgid "Last printed"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3156094.19.help.text
msgid ""
"Inserts the name of the author, and the date or time that the document was "
"last printed."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3156122.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3156122.20.help.text\n"
"Keywords"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150912.21.help.text
msgid ""
"Inserts the keywords as entered in the \\<emph\\>Description \\</emph\\>tab "
"of the \\<emph\\>File Properties \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3154328.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3154328.22.help.text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3146942.23.help.text
msgid ""
"Inserts the subject as entered in the \\<emph\\>Description \\</emph\\>tab "
"of the \\<emph\\>File Properties \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150092.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150092.24.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150033.25.help.text
msgid ""
"Inserts the title as entered in the \\<emph\\>Description \\</emph\\>tab of "
"the \\<emph\\>File Properties \\</emph\\>dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3149956.26.help.text
msgid ""
"For the \"Created\", \"Modified\", and \"Last printed\" field types, you can "
"include the author, date, and time of the corresponding operation."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#hd_id3149608.28.help.text
msgid "Fixed content"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3150767.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_FLD_DOKINF:CB_DOKINFFIXEDCONTENT\\\"\\>Inserts the "
"field as static content, that is, the field cannot be updated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090004.xhp#par_id3155554.30.help.text
msgid ""
"Fields with fixed content are only evaluated when you create a new document "
"from a template that contains such a field. For example, a date field with "
"fixed content inserts the date that a new document was created from the "
"template."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090005.xhp#tit.help.text\n"
"Variables"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#bm_id8526261.help.text
msgid ""
"\\<bookmark_value\\>user-defined fields, restriction\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3153716.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090005.xhp\\\" "
"name=\\\"Variables\\\"\\>Variables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150764.2.help.text
msgid ""
"Variable fields let you add dynamic content to your document. For example, "
"you can use a variable to reset the page numbering."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149759.3.help.text
msgid "User-defined fields are only available in the current document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150703.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150703.4.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3154096.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#par_id3154096.5.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149803.6.help.text
msgid "Set Variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150996.7.help.text
msgid ""
"Defines a variable and its value. You can change the value of a variable by "
"clicking in front of the variable field, and then choosing \\<emph\\>Edit - "
"Field\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3154571.8.help.text
msgid "Show Variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3153669.9.help.text
msgid ""
"Inserts the current value of the variable that you click in the "
"\\<emph\\>Selection \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3147531.10.help.text
msgid "DDE field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149684.11.help.text
msgid ""
"Inserts a \\<link href=\\\"text/shared/00/00000005.xhp#dde\\\" "
"name=\\\"DDE\\\"\\>DDE\\</link\\> link into the document, that you can "
"update as often as you want through the assigned name."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3159196.12.help.text
msgid "Insert Formula"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3151322.13.help.text
msgid "Inserts a fixed number, or the result of a formula."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149494.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149494.14.help.text\n"
"Input field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3154829.15.help.text
msgid "Inserts a new value for a variable or a User Field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149098.37.help.text
msgid ""
"The value of a variable in an Input field is only valid from where the field "
"is inserted and onwards. To change the value of the variable later in the "
"document, insert another Input field of the same name, but with a different "
"value. However, the value of a User Field is changed globally."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3151255.38.help.text
msgid ""
"The variables are displayed in the \\<emph\\>Selection\\</emph\\> field. "
"When you click the \\<emph\\>Insert\\</emph\\> button, the dialog\\<link "
"href=\\\"text/swriter/01/04090100.xhp\\\" name=\\\"Input "
"Field\\\"\\>\\<emph\\>Input Field\\</emph\\>\\</link\\> appears, where you "
"can enter the new value or additional text as a remark."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149034.16.help.text
msgid "Number range"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3152772.17.help.text
msgid "Inserts automatic numbering for tables, graphics, or text frames."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3147073.18.help.text
msgid "Set page variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3154389.19.help.text
msgid ""
"Inserts a reference point in the document, after which the page count "
"restarts. Select \"on\" to enable the reference point, and \"off\" to "
"disable it. You can also enter an offset to start the page count at a "
"different number."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3156267.20.help.text
msgid "Show Page Variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150588.21.help.text
msgid ""
"Displays the number of pages from the \"Set page variable\" reference point "
"to this field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3145779.22.help.text
msgid "User Field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3151377.23.help.text
msgid ""
"Inserts a custom global variable. You can use the User Field to define a "
"variable for a condition statement. When you change a User Field, all "
"instances of the variable in the document are updated."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3148886.25.help.text
msgid ""
"For user-defined fields, click the format that you want to apply in the "
"\\<emph\\>Format \\</emph\\>list, or click \"Additional formats\" to define "
"a custom format."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3155860.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FLD_VAR_LB_VARFORMAT\\\"\\>In the "
"\\<emph\\>Format\\</emph\\> list, define if the value is inserted as text or "
"a number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150696.36.help.text
msgid ""
"In an HTML document, two additional fields are available for the \"Set "
"variable\" field type: HTML_ON and HTML_OFF. The text that you type in the "
"\\<emph\\>Value \\</emph\\>box is converted to an opening HTML \\<link "
"href=\\\"text/shared/00/00000002.xhp#tags\\\" "
"name=\\\"tag\\\"\\>tag\\</link\\> (<Value>) or to a closing HTML (</Value>) "
"tag when the file is saved as an HTML document, depending on the option that "
"you select."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149555.46.help.text
msgid ""
"If you double-click an entry while holding the Ctrl key or select the "
"desired variable and press the spacebar, it is immediately inserted into "
"your document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3155969.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3155969.27.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3155982.28.help.text
msgid ""
"This option is only available if the \"Insert formula\" field type is "
"selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3149229.29.help.text
msgid "Invisible"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3156233.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_FLD_VAR_CB_VARINVISIBLE\\\"\\>Hides the "
"field contents in the document.\\</ahelp\\> The field is inserted as a thin "
"gray mark in the document. This option is only available for the \"Set "
"Variable\" and \"User Field\" field types."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3146326.39.help.text
msgid "Chapter numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3146340.40.help.text
msgid "Sets the options for resetting chapter numbers."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3147456.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3147456.41.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3149836.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FLD_VAR_LB_VARCHAPTERLEVEL\\\"\\>Choose the "
"heading or chapter level at which to restart numbering in the "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3147594.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3147594.43.help.text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3148846.44.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_TP_FLD_VAR_ED_VARSEPARATOR\\\"\\>Type the character "
"that you want to use as a separator between the heading or chapter "
"levels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3147057.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3147057.31.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3155562.32.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FLDVAR_APPLY\\\"\\>Adds the user-defined field to the "
"\\<emph\\>Selection\\</emph\\> list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3151080.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#hd_id3151080.33.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3154769.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FLDVAR_DELETE\\\"\\>Removes the user-defined field from "
"the selection list. You can only remove fields that are not used in the "
"current document.\\</ahelp\\> To remove a field that is used in the current "
"document from the list, first delete all instances of the field in the "
"document, and then remove it from the list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3145318.help.text
msgid ""
"\\<image id=\\\"img_id3153293\\\" src=\\\"svx/res/nu02.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153293\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150169.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090005.xhp#par_id3150169.35.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090006.xhp#tit.help.text\n"
"Database"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3153536.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090006.xhp\\\" "
"name=\\\"Database\\\"\\>Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3154471.2.help.text
msgid ""
"You can insert fields from any database, for example, address fields, into "
"your document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3154196.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#par_id3154196.3.help.text\n"
"Field type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3149484.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#par_id3149484.4.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3149096.5.help.text
msgid "Any Record"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3151257.6.help.text
msgid ""
"Inserts the contents of the database field that you specify in the "
"\\<emph\\>Record Number\\</emph\\> box as a mail merge field if the \\<link "
"href=\\\"text/swriter/01/04090200.xhp\\\" "
"name=\\\"Condition\\\"\\>\\<emph\\>Condition\\</emph\\>\\</link\\> that you "
"enter is met. Only records selected by a multiple selection in the data "
"source view are considered."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3147100.7.help.text
msgid ""
"You can use this field to insert several records into a document. Simply "
"insert the \\<emph\\>Any Record\\</emph\\> field in front of the form letter "
"fields that use a certain record."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3153632.8.help.text
msgid "Database Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3152776.9.help.text
msgid ""
"Inserts the name of the database table selected in the \\<emph\\>Database "
"selection \\</emph\\>box. The \"Database Name\" field is a global field, "
"that is, if you insert a different database name in your document, the "
"contents of all previously inserted \"Database Name\" fields are updated."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3149167.15.help.text
msgid "Mail merge field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3145779.16.help.text
msgid ""
"Inserts the name of a database field as a placeholder, so that you can "
"create a mail merge document. The field content is automatically inserted "
"when you print the form letter."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3151372.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#par_id3151372.12.help.text\n"
"Next record"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3150114.13.help.text
msgid ""
"Inserts the contents of the next mail merge field in your document, if the "
"condition that you define is met. The records that you want to include must "
"be selected in the data source view."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3155861.14.help.text
msgid ""
"You can use the \"Next record\" field to insert the contents of consecutive "
"records between the mail merge fields in a document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3147412.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#par_id3147412.10.help.text\n"
"Record number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3147495.11.help.text
msgid "Inserts the number of the selected database record."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3149565.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3149565.17.help.text\n"
"Database Selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3145268.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DB_SELECTION_TLB\\\"\\>Select the database table or the "
"database query that you want the field to refer to.\\</ahelp\\> You can "
"include fields from more than one database or query in a document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3147739.19.help.text
msgid ""
"If you want, you can assign a condition that must be met before the contents "
"of the \"Any Record\" and \"Next Record\" fields are inserted. The default "
"condition is \"True\", that is, the condition is always true if you do not "
"change the condition text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3146336.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3146336.20.help.text\n"
"Record number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3149836.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FLD_DB:ED_DBSETNUMBER\\\"\\>Enter the number of "
"the record that you want to insert when the condition that you specify is "
"met.\\</ahelp\\> The record number corresponds to the current selection in "
"the data source view. For example, if you select the last 5 records in a "
"database containing 10 records, the number of the first record will be 1, "
"and not 6."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3153305.22.help.text
msgid ""
"If you refer to fields in a different database (or in a different table or "
"query within the same database), $[officename] determines the record number "
"relative to the current selection."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3156109.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3156109.23.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3156122.24.help.text
msgid ""
"Select the format of the field that you want to insert. This option is only "
"available for date fields."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3150904.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3150904.25.help.text\n"
"From database"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3150922.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FLD_DB:RB_DBOWNFORMAT\\\"\\>Uses the "
"format defined in the selected database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN1076E.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN1076E.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN10772.help.text
msgid ""
"\\<ahelp hid=\\\"878711313\\\"\\>Opens a file open dialog where you can "
"select a database file (*.odb). The selected file is added to the Databases "
"Selection list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3155084.27.help.text
msgid "User defined"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3154333.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FLD_DB:RB_DBFORMAT\\\"\\>Applies the "
"format that you select in the \\<emph\\>List of user-defined "
"formats\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#hd_id3146948.29.help.text
msgid "List of user-defined formats"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_id3150093.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FLD_DB:LB_DBFORMAT\\\"\\>Lists the available "
"user-defined formats.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN107FF.help.text
msgid "Printing a form letter"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN10803.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>When you print a document that contains database "
"fields, a dialog asks you if you want to print a form letter. If you answer "
"Yes, the \\<link href=\\\"text/swriter/01/01150000.xhp\\\"\\>Mail "
"Merge\\</link\\> dialog opens where you can select the database records to "
"print.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN10812.help.text
msgid "Do not show warning again"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090006.xhp#par_idN10816.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Suppresses this dialog from now on.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#tit.help.text
msgid "Special Tags"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#bm_id3154106.help.text
msgid ""
"\\<bookmark_value\\>tags; in $[officename] "
"Writer\\</bookmark_value\\>\\<bookmark_value\\>$[officename] Writer; "
"tags\\</b"
"ookmark_value\\>\\<bookmark_value\\>HTML;fields\\</bookmark_value\\>\"
"\<bookmark_value\\>fields;HTML import and "
"export\\</bookmark_value\\>\\<bookmark_value\\>time "
"fields;HTML\\</bookmark_value\\>\\<bookmark_value\\>date "
"fields;HTML\\</bookmark_value\\>\\<bookmark_value\\>DocInformation "
"fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#hd_id3154106.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090007.xhp\\\" name=\\\"Special "
"Tags\\\"\\>Special Tags\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3153669.3.help.text
msgid ""
"When you save a document that contains fields as an HTML document, "
"$[officename] automatically converts date, time, and DocInformation fields "
"to special HTML tags. The field contents are inserted between the opening "
"and closing HTML tags of the converted fields. These special HTML tags do "
"not correspond to standard HTML tags."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3152960.4.help.text
msgid ""
"$[officename] Writer fields are identified by the <SDFIELD> tag in an HTML "
"document. The field type, the format, and the name of the special field are "
"included in the opening HTML tag. The format of a field tag that is "
"recognized by an HTML filter depends on the field type."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#hd_id3154570.5.help.text
msgid "Date and Time Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3149696.6.help.text
msgid ""
"For \"Date\" and \"Time\" fields, the TYPE parameter equals DATETIME. The "
"format of the date or the time is specified by the SDNUM parameter, for "
"example, DD:MM:YY for dates, or HH:MM:SS for time."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3155183.7.help.text
msgid ""
"For fixed date and time fields, the date or the time is specified by the "
"SDVAL parameter."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3149485.8.help.text
msgid ""
"Examples of date and time special HTML tags that are recognized by "
"$[officename] as fields are shown in the following table:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3151257.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090007.xhp#par_id3151257.9.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3148970.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090007.xhp#par_id3148970.10.help.text\n"
"$[officename] Tag"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3147102.11.help.text
msgid "Date is fixed"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3153634.12.help.text
msgid ""
"<SDFIELD TYPE=DATETIME SDVAL=\"35843,4239988426\" "
"SDNUM=\"1031;1031;DD/MM/YY\">17/02/98</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3155137.13.help.text
msgid "Date is variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3156275.14.help.text
msgid ""
"<SDFIELD TYPE=DATETIME SDNUM=\"1031;1031;DD/MM/YY\">17/02/98</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3145774.15.help.text
msgid "Time is fixed"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3155915.16.help.text
msgid ""
"<SDFIELD TYPE=DATETIME SDVAL=\"35843,4240335648\" "
"SDNUM=\"1031;1031;HH:MM:SS\">10:10:36</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3150110.17.help.text
msgid "Time is variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3155862.18.help.text
msgid ""
"<SDFIELD TYPE=DATETIME SDNUM=\"1031;1031;HH:MM:SS\">10:10:36</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#hd_id3147409.23.help.text
msgid "DocInformation Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3147487.24.help.text
msgid ""
"For DocInformation fields, the TYPE parameter equals DOCINFO. The SUBTYPE "
"parameter displays the specific field type, for example, for the \"Created\" "
"DocInformation field, SUBTYPE=CREATE. For date and time DocInformation "
"fields, the FORMAT parameter equals DATE or TIME, and the SDNUM parameter "
"indicates the number format that is used. The SDFIXED parameter indicates if "
"the content of the DocInformation field is fixed or not."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3147501.25.help.text
msgid ""
"The contents of a fixed date or time field are equal to the SDVAL parameter, "
"otherwise the contents are equal to the text found between the SDFIELD HTML "
"tags."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3149562.26.help.text
msgid ""
"Examples of DocInformation special HTML tags that are recognized by "
"$[officename] as fields are shown in the following table:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3147738.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090007.xhp#par_id3147738.27.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3146334.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090007.xhp#par_id3146334.28.help.text\n"
"$[officename] Tag"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3149846.29.help.text
msgid "Description (fixed content)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3148863.30.help.text
msgid "<SDFIELD TYPE=DOCINFO SUBTYPE=COMMENT SDFIXED>Description</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3151083.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090007.xhp#par_id3151083.31.help.text\n"
"Creation date"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3153298.32.help.text
msgid ""
"<SDFIELD TYPE=DOCINFO SUBTYPE=CREATE FORMAT=DATE SDNUM=\"1031;1031;QQ "
"YY\">1. Quarter 98</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3150175.33.help.text
msgid "Creation time (fixed content)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3156134.34.help.text
msgid ""
"<SDFIELD TYPE=DOCINFO SUBTYPE=CREATE FORMAT=TIME SDVAL=\"0\" "
"SDNUM=\"1031;1031;HH:MM:SS AM/PM\" SDFIXED>03:58:35 PM</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3155077.35.help.text
msgid "Modification date"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090007.xhp#par_id3154330.36.help.text
msgid ""
"<SDFIELD TYPE=DOCINFO SUBTYPE=CHANGE FORMAT=DATE SDNUM=\"1031;1031;NN DD "
"MMM, YY\">Mo 23 Feb, 98</SDFIELD>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090100.xhp#tit.help.text\n"
"Input Field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#hd_id3147515.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090100.xhp#hd_id3147515.1.help.text\n"
"Input Field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#par_id3146041.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FLD_INPUT\\\"\\>Inserts a text field that you can open "
"and edit by clicking it in the document.\\</ahelp\\> You can use input "
"fields for text, or to assign a new value to a variable."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#par_id3154470.7.help.text
msgid ""
"To change the content of an Input Field in a document, click the field, and "
"then edit the text in the lower box of the dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#hd_id3153669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090100.xhp#hd_id3153669.3.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#par_id3154571.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MULTILINEEDIT:DLG_FLD_INPUT:ED_EDIT\\\"\\>The upper box "
"displays the name that you entered in the \\<emph\\>Reference\\</emph\\> box "
"of the Input Field on the \\<emph\\>Functions \\</emph\\>tab of the "
"\\<emph\\>Fields\\</emph\\> dialog. The lower box displays the contents of "
"the field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#hd_id3155897.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090100.xhp#hd_id3155897.5.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090100.xhp#par_id3149691.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_FLD_INPUT:PB_NEXT\\\"\\>Jumps to the next "
"input field in the document.\\</ahelp\\> This button is only available when "
"you position the cursor directly before an input field, and then press "
"Shift+Ctrl+F9."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04090200.xhp#tit.help.text\n"
"Defining Conditions"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#bm_id3145828.help.text
msgid ""
"\\<bookmark_value\\>logical "
"expressions\\</bookmark_value\\>\\<bookmark_value\\>formulating "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>conditions; in fields and "
"sections\\</bookmark_value\\>\\<bookmark_value\\>fields;defining "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>sections;defining "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>variables; in "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>display of "
"fields;conditions\\</bookmark_value\\>\\<bookmark_value\\>user data;in "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>databases in "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>hiding; database "
"fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3145828.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3145828.1.help.text\n"
"Defining Conditions"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145242.13.help.text
msgid ""
"Conditions are logical expressions that you can use to control the display "
"of \\<link href=\\\"text/swriter/01/04090000.xhp\\\"\\>fields\\</link\\> and "
"\\<link href=\\\"text/swriter/01/04020000.xhp\\\"\\>sections\\</link\\> in "
"your document. Although the following examples apply to fields, they also "
"apply to sections."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147171.93.help.text
msgid "You can define conditions for the following field types:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3151185.14.help.text
msgid ""
"Conditional text: displays text A if the condition is true, or text B if the "
"condition is false."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149289.15.help.text
msgid ""
"Hidden text: hides the contents of the field if the condition is true."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145412.16.help.text
msgid "Hidden paragraph: hides the paragraph if the condition is true."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147515.17.help.text
msgid "Any record and next record: controls the access to database records."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149802.18.help.text
msgid ""
"The simplest way to define a condition is to type the logical expression "
"directly in a \\<emph\\>Condition \\</emph\\>box using the following values:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153677.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153677.19.help.text\n"
"True"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3152960.20.help.text
msgid ""
"The condition is always met. You can also enter any value not equal to 0 as "
"the conditional text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155900.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155900.21.help.text\n"
"False"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154191.22.help.text
msgid "The condition is not met. You can also enter the value 0."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147090.23.help.text
msgid ""
"If you leave the \\<emph\\>Condition \\</emph\\>box empty, the condition is "
"interpreted as not being met."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148980.24.help.text
msgid ""
"When you define a condition, use the same \\<link "
"href=\\\"text/swriter/02/14020000.xhp\\\"\\>elements\\</link\\> for defining "
"a formula, namely comparative operators, mathematical and statistical "
"functions, number formats, variables and constants."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153638.25.help.text
msgid ""
"You can use the following types of variables when you define a condition:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155135.27.help.text
msgid ""
"Predefined \\<link href=\\\"text/swriter/02/14020000.xhp\\\"\\>$[officename] "
"variables\\</link\\> that use statistics on document properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156273.26.help.text
msgid "Custom variables, that are a created with the \"Set variable\" field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149174.94.help.text
msgid "Variables based on user data"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145781.28.help.text
msgid "Variables based on the contents of database fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155916.29.help.text
msgid ""
"You cannot use internal variables, such as page and chapter numbers, in "
"condition expression."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3151375.30.help.text
msgid "Conditions and Variables"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150122.31.help.text
msgid "The following examples use a variable called \"x\":"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147417.32.help.text
msgid "x == 1 or x EQ 1"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147500.33.help.text
msgid "The condition is true if \"x\" is equal to 1."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145259.34.help.text
msgid "x != 1 or x NEQ 1"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150551.35.help.text
msgid "The condition is true if \"x\" does not equal 1."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147749.36.help.text
msgid "sinx == 0"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3146345.37.help.text
msgid "The condition is true if \"x\" is a multiple of pi."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149846.38.help.text
msgid ""
"To use comparative operators with strings, the operands must be bounded by "
"double quotation marks:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3151078.39.help.text
msgid "x == \"ABC\" or x EQ \"ABC\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150162.40.help.text
msgid ""
"Checks if variable \"x\" contains (true) the \"ABC\" string, or not (false)."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153301.41.help.text
msgid "x == \"\" or x EQ \"\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156120.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156120.90.help.text\n"
"or"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156133.42.help.text
msgid "!x or NOT x"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156112.44.help.text
msgid "Checks if the variable \"x\" contains an empty string."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150097.45.help.text
msgid ""
"The \"equal\" comparative operator must be represented by two equal signs "
"(==) in a condition. For example, if you define a variable \"x\" with the "
"value of 1, you can enter the condition as FALSE x==1."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3148791.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3148791.95.help.text\n"
"User Data"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150028.96.help.text
msgid ""
"You can include user data when you define conditions. To change your user "
"data, choose \\<emph\\>Tools - Options - $[officename] - User "
"data\\</emph\\>. User data must be entered in the form of strings. You can "
"query the user data with \"==\" (EQ), \"!=\" (NEQ), or \"!\"(NOT)."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153124.97.help.text
msgid "The following table lists user data variables and their meanings:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149632.130.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149632.130.help.tex"
"t\n"
"Variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150662.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150662.131.help.tex"
"t\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154026.98.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154026.98.help.text\n"
"user_firstname"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149953.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149953.99.help.text\n"
"First name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147272.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147272.100.help.tex"
"t\n"
"user_lastname"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149601.101.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149601.101.help.tex"
"t\n"
"Last name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150770.102.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150770.102.help.tex"
"t\n"
"user_initials"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155529.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155529.103.help.tex"
"t\n"
"Initials"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148705.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148705.104.help.tex"
"t\n"
"user_company"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148728.105.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148728.105.help.tex"
"t\n"
"Company"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155361.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155361.106.help.tex"
"t\n"
"user_street"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154222.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154222.107.help.tex"
"t\n"
"Street"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145108.108.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145108.108.help.tex"
"t\n"
"user_country"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3146885.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3146885.109.help.tex"
"t\n"
"Country"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149580.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149580.110.help.tex"
"t\n"
"user_zipcode"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156241.111.help.text
msgid "Zip code"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148922.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148922.112.help.tex"
"t\n"
"user_city"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148945.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148945.113.help.tex"
"t\n"
"City"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156053.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156053.114.help.tex"
"t\n"
"user_title"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3159219.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3159219.115.help.tex"
"t\n"
"Title"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156435.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156435.116.help.tex"
"t\n"
"user_position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145178.117.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145178.117.help.tex"
"t\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150797.118.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150797.118.help.tex"
"t\n"
"user_tel_work"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150820.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150820.119.help.tex"
"t\n"
"Business telephone number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150894.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150894.120.help.tex"
"t\n"
"user_tel_home"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155320.121.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155320.121.help.tex"
"t\n"
"Home telephone number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154400.122.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154400.122.help.tex"
"t\n"
"user_fax"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153363.123.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153363.123.help.tex"
"t\n"
"Fax number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153390.124.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153390.124.help.tex"
"t\n"
"user_email"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154948.125.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154948.125.help.tex"
"t\n"
"E-mail address"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145603.126.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145603.126.help.tex"
"t\n"
"user_state"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150129.127.help.text
msgid "State (not in all $[officename] versions)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150147.128.help.text
msgid ""
"For example, to hide a paragraph, text, or a section from a user with a "
"specific initial, such as \"LM\", enter the condition: user_initials==\"LM\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3154115.46.help.text
msgid "Conditions and Database Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154128.47.help.text
msgid ""
"You can define conditions for accessing databases, or database fields. For "
"example, you can check the contents of a database field from a condition, or "
"use database fields in logical expressions. The following table lists a few "
"more examples of using databases in conditions:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156066.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156066.132.help.tex"
"t\n"
"Example"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156088.133.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156088.133.help.tex"
"t\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155948.48.help.text
msgid "Database.Table.Company"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148673.91.help.text
msgid "Database.Table.Company NEQ \"\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148687.92.help.text
msgid "Database.Table.Company != \"\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155373.49.help.text
msgid ""
"The condition is true if the COMPANY field is not empty. (In the first "
"example, no operator is required.)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149977.7.help.text
msgid "!Database.Table.Company"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149991.129.help.text
msgid "NOT Database.Table.Company"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150004.50.help.text
msgid "Database.Table.Company EQ \"\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3146911.9.help.text
msgid "Database.Table.Company ==\"\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148733.8.help.text
msgid ""
"Returns TRUE if the COMPANY field is empty. (Exclamation sign represents a "
"logical NOT.)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148762.5.help.text
msgid "Database.Table.Company !=\"Sun Microsystems\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153016.149.help.text
msgid "Database.Table.Company NEQ \"Sun Microsystems\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153040.6.help.text
msgid ""
"Returns TRUE if the current entry in the COMPANY field is \"Sun "
"Microsystems\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154605.51.help.text
msgid "Database.Table.Firstname AND Database.Table.Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153059.52.help.text
msgid "Returns TRUE if the record contains the first and the last name."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3159247.53.help.text
msgid ""
"Note the difference between the boolean NOT \"!\" and the comparative "
"operator not equal \"!=\" (NEQ)."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153876.54.help.text
msgid ""
"When you refer to a database field in a condition, use the form "
"Databasename.Tablename.Fieldname. If one of the names contains a character "
"that is an operator, such as a minus sign (-), enclose the name in square "
"brackets, for example, Databasename.[Table-name].Fieldname. Never use spaces "
"inside field names."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153891.55.help.text
msgid "Example: Hiding an Empty Database Field"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150051.56.help.text
msgid ""
"You may want to create a condition that hides an empty field, for example, "
"if the COMPANY field is empty for some of the data records."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150067.57.help.text
msgid ""
"Select the \\<emph\\>Hidden Paragraph\\</emph\\> box, and type the following "
"condition: Addressbook.Addresses.Company EQ \"\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147110.150.help.text
msgid "or type the following"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147123.151.help.text
msgid "NOT Addressbook.Addresses.Company"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147136.152.help.text
msgid ""
"If the COMPANY database field is empty, the condition is true and the "
"paragraph is hidden."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150232.58.help.text
msgid ""
"To display hidden paragraphs on the screen, you can choose \\<emph\\>Tools - "
"Options - %PRODUCTNAME Writer - Formatting Aids\\</emph\\>, and clear the "
"\\<emph\\>Hidden paragraphs\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3145218.59.help.text
msgid "Examples of Conditions in Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3145231.60.help.text
msgid ""
"The following examples use the Conditional text field, although they can be "
"applied to any fields that can be linked to a condition. The syntax used for "
"conditions is also used for the Hidden text, Hidden paragraph, Any record or "
"Next record fields."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3150311.61.help.text
msgid "To display conditional text based on the number of pages:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150333.136.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\>, and then click the "
"\\<emph\\>Functions\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147471.62.help.text
msgid "In the \\<emph\\>Type\\</emph\\> list, click \"Conditional text\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154294.63.help.text
msgid "In the \\<emph\\>Condition \\</emph\\>box, type \"page == 1\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154319.64.help.text
msgid ""
"In the \\<emph\\>Then\\</emph\\> box, type \"There is only one page\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150640.65.help.text
msgid "In the \\<emph\\>Or \\</emph\\>box, type \"There are several pages\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153086.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153086.137.help.tex"
"t\n"
"Click \\<emph\\>Insert\\</emph\\>, and then click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3155814.67.help.text
msgid "To display conditional text based on a user-defined Variable"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155836.138.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\>, and then click the "
"\\<emph\\>Variables\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155109.68.help.text
msgid "In the \\<emph\\>Type \\</emph\\>list, click \"Set Variable\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147008.139.help.text
msgid "In the\\<emph\\> Name\\</emph\\> box, type \"Profit\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147032.140.help.text
msgid "In the\\<emph\\> Value\\</emph\\> box, type \"5000\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3152974.141.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3152974.141.help.tex"
"t\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3152998.70.help.text
msgid ""
"Click the \\<emph\\>Functions\\</emph\\> tab, and click \"Conditional text\" "
"in the \\<emph\\>Type\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150952.142.help.text
msgid "In the \\<emph\\>Condition\\</emph\\> box, type \"Profit < 5000\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156291.71.help.text
msgid "In the \\<emph\\>Then\\</emph\\> box, type \"Target is not met\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3156317.72.help.text
msgid "In the \\<emph\\>Or \\</emph\\>box, type \"Target is met\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154366.143.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154366.143.help.tex"
"t\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3154389.73.help.text
msgid ""
"To edit the contents of the \"Profit\" variable, double-click the variable "
"field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#hd_id3155573.74.help.text
msgid ""
"To display conditional text based on the contents of a database field:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3155587.144.help.text
msgid ""
"The first part of this example inserts a space between the \"First Name\" "
"and \"Last Name\" fields in a document, and the second part inserts text "
"based on the contents of a field name. This example requires that an address "
"data source to be registered with $[officename]."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150523.145.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\>, and then click the "
"\\<emph\\>Database\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148811.75.help.text
msgid "In the \\<emph\\>Type \\</emph\\>list, click \"Mail merge fields\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3148841.76.help.text
msgid ""
"In the\\<emph\\> Database selection\\</emph\\> box, double-click an address "
"book, click \"First Name\", and then click\\<emph\\> Insert\\</emph\\>. "
"Repeat for \"Last Name\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3147549.78.help.text
msgid ""
"In the document, place the cursor between the two fields, press Space, and "
"then return to the \\<emph\\>Fields \\</emph\\>dialog:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150416.79.help.text
msgid ""
"Click the \\<emph\\>Functions\\</emph\\> tab, and then click \"Conditional "
"text\" in the \\<emph\\>Type\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153589.146.help.text
msgid ""
"In the \\<emph\\>Condition \\</emph\\>box, type: "
"\"Addressbook.addresses.firstname\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153615.80.help.text
msgid ""
"In the \\<emph\\>Then \\</emph\\>box, type a space and leave the "
"\\<emph\\>Or \\</emph\\>box blank."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3153562.84.help.text
msgid ""
"You can now use a condition to insert text based on the contents of the "
"First Name field."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150574.147.help.text
msgid ""
"In the \\<emph\\>Fields \\</emph\\>dialog, click the \\<emph\\>Functions "
"\\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3150605.85.help.text
msgid "In the \\<emph\\>Type \\</emph\\>box, click \"Conditional text\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3151277.86.help.text
msgid ""
"In the \\<emph\\>Condition \\</emph\\>box, type: "
"Addressbook.addresses.firstname == \"Michael\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3151303.87.help.text
msgid "In the \\<emph\\>Then \\</emph\\>box, type \"Dear\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149138.88.help.text
msgid "In the \\<emph\\>Or \\</emph\\>box, type \"Hello\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149163.148.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04090200.xhp#par_id3149163.148.help.tex"
"t\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120000.xhp#tit.help.text
msgid "Indexes and Tables"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120000.xhp#hd_id3151380.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120000.xhp\\\" name=\\\"Indexes and "
"Tables\\\"\\>Indexes and Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120000.xhp#par_id3150114.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/main.xhp\\\" name=\\\"Instructions for "
"Indexes\\\"\\>Instructions for Indexes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120000.xhp#hd_id3147416.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120100.xhp\\\" "
"name=\\\"Entry\\\"\\>Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120000.xhp#hd_id3147501.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120200.xhp\\\" name=\\\"Indexes and "
"Tables\\\"\\>Indexes and Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120000.xhp#hd_id3155620.5.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120300.xhp\\\" name=\\\"Bibliography "
"Entry\\\"\\>Bibliography Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120100.xhp#tit.help.text\n"
"Insert Index Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3154508.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3154508.1.help.text\n"
"Insert Index Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3150565.2.help.text
msgid ""
"\\<variable id=\\\"eintrag\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertIndexesEntry\\\"\\>Marks the selected text as index or "
"table of contents entry.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3147571.15.help.text
msgid ""
"To edit an index entry, place the cursor in front of the index field, and "
"then choose \\<link href=\\\"text/swriter/01/02160000.xhp\\\" name=\\\"Edit -"
" Index Entry\\\"\\>\\<emph\\>Edit - Index Entry\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3149287.23.help.text
msgid ""
"To display the index entry as a help tip when you place the cursor in front "
"of the index field in the document, choose\\<emph\\> Help\\</emph\\>, and "
"ensure that \\<emph\\>Tips\\</emph\\> is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3145760.22.help.text
msgid ""
"You can leave the \\<emph\\>Insert Index Entry\\</emph\\> dialog open while "
"you select and insert entries."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3145410.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3145410.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3147508.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3147508.5.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3154103.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_TYPE\\\"\\>Select the index that you "
"want to add the entry to.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3153527.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3153527.7.help.text\n"
"Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3151312.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_ENTRY\\\"\\>Displays the text that is "
"selected in the document. If you want, you can enter a different word for "
"the index entry. The selected text in the document is not "
"changed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3154480.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3154480.9.help.text\n"
"1st key"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3152953.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_PRIM_KEY\\\"\\>Makes the current "
"selection a subentry of the word that you enter here. For example, if you "
"select \"cold\", and enter \"weather\" as the 1st key, the index entry is "
"\"weather, cold\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3154572.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3154572.11.help.text\n"
"2nd key"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3155904.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_SEC_KEY\\\"\\>Makes the current "
"selection a sub-subentry of the 1st key. For example, if you select "
"\"cold\", and enter \"weather\" as the 1st key and \"winter\" as the 2nd "
"key, the index entry is \"weather, winter, cold\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3155174.39.help.text
msgid "Phonetic reading"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3149484.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_PHONETIC_READING\\\"\\>Enter the "
"phonetic reading for the corresponding entry. For example, if a Japanese "
"Kanji word has more than one pronunciation, enter the correct pronunciation "
"as a Katakana word. The Kanji word is then sorted according to the phonetic "
"reading entry.\\</ahelp\\> This option is only available if Asian language "
"support is enabled."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3143284.24.help.text
msgid "Main Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3151248.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_MAIN_ENTRY\\\"\\>Makes the selected text "
"the main entry in an alphabetical index.\\</ahelp\\> $[officename] displays "
"the page number of the main entry in a different format than the other "
"entries in the index."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3149821.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3149821.13.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3147098.14.help.text
msgid ""
"Entries using the paragraph format \"Heading X\" (X = 1-10) can be "
"automatically added to the table of contents. The level of the entry in the "
"index corresponds to the outline level of the heading style.\\<ahelp "
"hid=\\\"HID_INSERT_IDX_MRK_LEVEL\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3149175.16.help.text
msgid ""
"This option is available only for table of contents and user-defined index "
"entries."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3156278.19.help.text
msgid "Apply to all similar texts"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3145783.20.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_APPLY_ALL\\\"\\>Automatically marks all "
"other occurrences of the selected text in the document. Text in headers, "
"footers, frames, and captions is not included.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3155920.21.help.text
msgid ""
"You cannot use the function for an \\<emph\\>Entry \\</emph\\>that you "
"entered manually in this dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3147496.18.help.text
msgid ""
"To include all occurrences of a text passage in an index, select the text, "
"choose\\<emph\\> Edit - Find & Replace\\</emph\\>, and click \\<emph\\>Find "
"All\\</emph\\>. Then choose \\<emph\\>Insert - Indexes and Tables - "
"Entry\\</emph\\> and click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3149568.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3149568.32.help.text\n"
"Match case"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3147741.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3147741.33.help.text\n"
"Whole words only"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3146345.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3146345.26.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3149845.27.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_OK\\\"\\>Marks an index entry in your "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3148855.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3148855.34.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3154777.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_CLOSE\\\"\\>Closes the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3151083.28.help.text
msgid "New user-defined index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3150161.29.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_IDX_MRK_NEW\\\"\\>Opens the \\<emph\\>Create New "
"User-defined Index\\</emph\\> dialog where you can create a custom "
"index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3153296.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#hd_id3153296.30.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3153507.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_NEW_USER_IDX:ED_NAME\\\"\\>Enter a name for the "
"new user-defined index. The new index is added to the list of available "
"indexes and tables.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120100.xhp#par_id3156124.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120100.xhp#par_id3156124.38.help.text\n"
"\\<link href=\\\"text/swriter/guide/main.xhp\\\" name=\\\"Using Tables of "
"Content and Indexes\\\"\\>Using Tables of Content and Indexes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120200.xhp#tit.help.text\n"
"Insert Index/Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#hd_id3151312.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120200.xhp#hd_id3151312.1.help.text\n"
"Insert Index/Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#par_id3154476.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnisse\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertMultiIndex\\\" visibility=\\\"visible\\\"\\>Inserts an "
"index or a table of contents at the current cursor position.\\</ahelp\\> To "
"edit an index or table of contents, place the cursor in the index or table "
"of contents, and then choose \\<emph\\>Insert - Indexes and Tables - Indexes "
"and Tables\\</emph\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#par_id3154575.3.help.text
msgid "You can also preview the index or table in this dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#par_id3155905.4.help.text
msgid ""
"Depending on the type of index or table that you select, the following tabs "
"are present."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#par_id3149481.5.help.text
msgid ""
"Use this tab to specify the column layout for the index or table of "
"contents. By default, the index title is one-column wide and extends out "
"from left page margin."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120200.xhp#par_id3149095.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120200.xhp#par_id3149095.6.help.text\n"
"\\<link href=\\\"text/swriter/guide/main.xhp\\\" name=\\\"Using Tables of "
"Content and Indexes\\\"\\>Using Tables of Content and Indexes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120201.xhp#tit.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3145825.36.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120201.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#par_id3154505.37.help.text
msgid ""
"You can assign different paragraph styles to change the formatting of index "
"titles, separators and index entries. You can also modify paragraph styles "
"in this dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3150565.26.help.text
msgid "Assignment"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3147171.28.help.text
msgid "Levels"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#par_id3151180.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_STYLES:LB_LEVEL\\\"\\>Select the index "
"level that you change the formatting of.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3147571.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3147571.30.help.text\n"
"Paragraph Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#par_id3149290.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_STYLES:LB_PARALAY\\\"\\>Select the "
"paragraph style that you want to apply to the selected index level, and then "
"click the Assign (\\<emph\\><) \\</emph\\>button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3145418.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3145418.32.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#par_id3154099.33.help.text
msgid ""
"\\<ahelp hid=\\\"SW_IMAGEBUTTON_TP_TOX_STYLES_BT_ASSIGN\\\"\\>Formats the "
"selected index level with the selected paragraph style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3149807.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3149807.34.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#par_id3153539.35.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_STYLES:BT_STD\\\"\\>Resets the "
"formatting of the selected level to the \"Default\" paragraph "
"style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3154474.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120201.xhp#hd_id3154474.38.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120201.xhp#par_id3153675.39.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_STYLES:BT_EDIT_STYLE\\\"\\>Opens the "
"\\<link href=\\\"text/swriter/01/05130001.xhp\\\" name=\\\"Paragraph "
"Style\\\"\\>\\<emph\\>Paragraph Style\\</emph\\>\\</link\\> dialog, where "
"you can modify the selected paragraph style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#tit.help.text
msgid "Index/Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3150933.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"Index/Table\\\"\\>Index/Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#par_id3148390.2.help.text
msgid ""
"Use this tab to specify and define the type of  \\<link "
"href=\\\"text/swriter/01/04120200.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> that you want to insert. You can also "
"create custom indexes."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#par_id3153921.3.help.text
msgid ""
"Depending on the type of index that you select, this tab contains the "
"following options."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3147175.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120211.xhp\\\" name=\\\"Table of "
"Contents\\\"\\>Table of Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3151183.5.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120212.xhp\\\" name=\\\"Alphabetical "
"Index\\\"\\>Alphabetical Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3154645.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120213.xhp\\\" name=\\\"Illustration "
"Index\\\"\\>Illustration Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3151265.7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120214.xhp\\\" name=\\\"Index of "
"Tables\\\"\\>Index of Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3153152.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120215.xhp\\\" name=\\\"User-"
"Defined\\\"\\>User-Defined\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3149759.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120216.xhp\\\" name=\\\"Table of "
"Objects\\\"\\>Table of Objects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#hd_id3145410.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120217.xhp\\\" "
"name=\\\"Bibliography\\\"\\>Bibliography\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#par_id3154278.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120210.xhp#par_id3154278.11.help.text\n"
"\\<link href=\\\"text/swriter/guide/main.xhp\\\" name=\\\"Using Tables of "
"Content and Indexes\\\"\\>Using Tables of Content and Indexes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120210.xhp#par_id3152942.12.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120100.xhp\\\" name=\\\"Insert - Indexes "
"and Tables - Entry\\\"\\>Insert - Indexes and Tables - Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120211.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3150018.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120211.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3150570.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select \\<emph\\>Table of Contents \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3150763.3.help.text
msgid "Type and Title"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3149286.4.help.text
msgid "Specify the type and title of the index."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3151171.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3151171.5.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3145418.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_SELECT:LB_TYPE\\\"\\>Select the type of "
"index that you want to insert.\\</ahelp\\> The options available on this tab "
"depend on the index type that you select. If the cursor is in an index when "
"you choose the \\<emph\\>Insert - Indexes and Tables - Indexes and "
"Tables\\</emph\\>, you can then edit that index."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149801.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149801.7.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3153532.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_TOX_SELECT:ED_TITLE\\\"\\>Enter a title for the "
"selected index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3151317.9.help.text
msgid "Protected against manual changes"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3153665.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_READONLY\\\"\\>Prevents the "
"contents of the index from being changed.\\</ahelp\\> Manual changes that "
"you make to an index are lost when the index is refreshed. If you want the "
"cursor to scroll through a protected area, choose \\<emph\\>Tools - Options -"
" %PRODUCTNAME Writer - Formatting Aids\\</emph\\>, and then select the "
"\\<emph\\>Cursor in protected areas - Enabled \\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3155893.11.help.text
msgid "Create index for"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3149688.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_SELECT:LB_AREA\\\"\\>Select whether to "
"create the index for the document or for the current chapter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3154199.13.help.text
msgid "Evaluation level"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3143270.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_TOX_SELECT:NF_LEVEL\\\"\\>Enter the "
"number of heading levels to include in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149484.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149484.15.help.text\n"
"Create from"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3149096.16.help.text
msgid "Use this area to specify which information to include in an index."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149815.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149815.17.help.text\n"
"Outline"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3151253.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_FROMHEADINGS\\\"\\>Creates the "
"index using outline levels, that is, paragraphs formatted with one of the "
"predefined heading styles (Heading 1-10) are added to the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3148977.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3148977.19.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3147100.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_SELECT:PB_CHAPTERDLG\\\"\\>Opens the "
"\\<link href=\\\"text/swriter/01/06060000.xhp\\\" name=\\\"Outline "
"Numbering\\\"\\>\\<emph\\>Outline Numbering\\</emph\\>\\</link\\> dialog, "
"where you can assign paragraph styles to outline levels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3153633.21.help.text
msgid "Additional Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3152772.22.help.text
msgid ""
"\\<variable id=\\\"vorlg\\\"\\>\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_ADDSTYLES\\\"\\>Includes the paragraph "
"styles that you specify in the \\<link "
"href=\\\"text/swriter/01/04120219.xhp\\\" name=\\\"Assign "
"Styles\\\"\\>\\<emph\\>Assign Styles\\</emph\\>\\</link\\> dialog as index "
"entries. To select the paragraph styles that you want to include in the "
"index, click the \\<emph\\>Assign Styles (...\\</emph\\>) button to the "
"right of this box.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149168.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3149168.23.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3145776.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_SELECT:PB_ADDSTYLES\\\"\\>Opens the "
"\\<link href=\\\"text/swriter/01/04120219.xhp\\\" name=\\\"Assign "
"Styles\\\"\\>\\<emph\\>Assign Styles\\</emph\\>\\</link\\> dialog, where you "
"can select the paragraph styles to include in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#hd_id3151374.25.help.text
msgid "Index marks"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120211.xhp#par_id3155861.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_TOXMARKS\\\"\\>Includes the "
"index entries that you inserted by choosing \\<emph\\>Insert - Indexes and "
"Tables - Entry\\</emph\\> in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120212.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3147338.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120212.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3155962.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select \\<emph\\>Alphabetical Index \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3153247.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3153247.3.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3154651.5.help.text
msgid "Combine identical entries"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3153810.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_COLLECTSAME\\\"\\>Replaces "
"identical index entries with a single entry that lists the page numbers "
"where the entry occurs in the document. For example, the entries \"View 10, "
"View 43\" are combined as \"View 10, 43\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3147403.7.help.text
msgid "Combine identical entries with p or pp"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3083451.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_USEFF\\\"\\>Replaces identical "
"index entries that occur on the same page, or consecutive pages, with a "
"single entry that lists the page number with a \"p\" or \"pp\" where the "
"entry first occurs. For example, the entries \"View 10, View 11, View 12\" "
"are combined as \"View 10pp\", and \"View 10, View 10\" as \"View "
"10p).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3157870.9.help.text
msgid "Combine with -"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3145825.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_USE_DASH\\\"\\>Replaces "
"identical index entries that occur on consecutive pages with a single entry "
"and the page range where the entry occurs. For example, the entries \"View "
"10, View 11, View 12\" are combined as \"View 10-12\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3154502.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3154502.11.help.text\n"
"Case sensitive"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3149880.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_CASESENSITIVE\\\"\\>Distinguishes "
"between uppercase and lowercase letters in identical index entries. For "
"Asian languages special handling applies.\\</ahelp\\> If you want the first "
"occurrence of the entry in the document to determine the case of the entry, "
"select \\<emph\\>Combine identical entries\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_idN10671.help.text
msgid ""
"To use multi-level collation to Asian languages, select \\<emph\\>Case "
"sensitive\\</emph\\>. In the multi-level collation, the cases and diacritics "
"of the entries are ignored and only the primitive forms of the entries are "
"compared. If the forms are identical, the diacritics of the forms are "
"compared. If the forms are still identical, the cases of the forms as well "
"as the widths of the characters, and the differences in the Japanese Kana "
"are compared."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150569.13.help.text
msgid "AutoCapitalize entries"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3148772.14.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_INITIALCAPS\\\"\\>Automatically "
"capitalizes the first letter of an index entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3155986.15.help.text
msgid "Keys as separate entries"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3147170.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_KEYASENTRY\\\"\\>Inserts index "
"keys as separate index entries.\\</ahelp\\> A key is inserted as a top level "
"index entry and the entries that are assigned to the key as indented "
"subentries."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3151184.17.help.text
msgid ""
"To define an index key, choose \\<link "
"href=\\\"text/swriter/01/04120100.xhp\\\" name=\\\"Insert Index "
"Entry\\\"\\>\\<emph\\>Insert Index Entry\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3154646.18.help.text
msgid "Concordance file"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3156322.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_TOX_SELECT_CB_FROMFILE\\\"\\>Automatically "
"marks index entries using a concordance file - a list of words to include in "
"an index..\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150258.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150258.24.help.text\n"
"File"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3149287.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW_MENUBUTTON_TP_TOX_SELECT_MB_AUTOMARK\\\"\\>Select, "
"create, or edit a concordance file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3149759.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3149759.26.help.text\n"
"Open"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3145410.27.help.text
msgid ""
"Locate the concordance file that you want to use, and then click "
"\\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3153582.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3153582.28.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3147517.29.help.text
msgid ""
"Opens a dialog where you can create a new \\<link "
"href=\\\"text/swriter/01/04120250.xhp\\\" name=\\\"concordance "
"file\\\"\\>concordance file\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150708.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150708.30.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3158429.31.help.text
msgid ""
"Opens the \\<link href=\\\"text/swriter/01/04120250.xhp\\\" name=\\\"Edit "
"concordance file\\\"\\>\\<emph\\>Edit concordance file\\</emph\\>\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3152950.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3152950.32.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3149812.33.help.text
msgid "Sets the options for sorting the index entries."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150347.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3150347.34.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3154475.35.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_TOX_SELECT_LB_LANGUAGE\\\"\\>Select the "
"language rules to use for sorting the index entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#hd_id3153675.36.help.text
msgid "Key type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120212.xhp#par_id3147530.37.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_TOX_SELECT_LB_SORTALG\\\"\\>Select numeric "
"when you want to sort numbers by value, such as in 1, 2, 12. Select "
"alphanumeric, when you want to sort the numbers by character code, such as "
"in 1, 12, 2.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120213.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3147570.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120213.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3145415.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select the \\<emph\\>Illustration Index \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3153534.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3153534.3.help.text\n"
"Create from"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3151315.4.help.text
msgid "Specify the information to be combined to form an index."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3154478.5.help.text
msgid "Captions"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3153677.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_TOX_SELECT:RB_FROMCAPTIONS\\\"\\>Creates "
"index entries from object captions.\\</ahelp\\> To add a caption to an "
"object, select the object, and then choose \\<emph\\>Insert - "
"Caption\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3154576.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3154576.7.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3149687.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_SELECT:LB_CAPTIONSEQUENCE\\\"\\>Select "
"the caption category that you want to use for the index entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3154195.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3154195.9.help.text\n"
"Display"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3155186.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_SELECT:LB_DISPLAYTYPE\\\"\\>Select the "
"part of the caption that you want to use for index entries.\\</ahelp\\> The "
"following table lists the caption options that can be selected, based on the "
"caption text \"Illustration 24: The Sun\", where \"Illustration 24\" was "
"automatically generated, and \"The Sun\" was added by the user."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3151260.11.help.text
msgid "Selections in the Display list box"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3148972.12.help.text
msgid "Entry in the Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3147213.13.help.text
msgid "Reference Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3153636.14.help.text
msgid "Illustration 24: The Sun"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3152768.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120213.xhp#par_id3152768.15.help.text\n"
"Category and Number"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3155145.16.help.text
msgid "Illustration 24"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3149168.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120213.xhp#par_id3149168.17.help.text\n"
"Caption"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3145781.18.help.text
msgid "The Sun"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3155915.19.help.text
msgid ""
"If you select \"Caption Text\", the punctuation and the space at the "
"beginning of the caption does not appear in the index entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3151378.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120213.xhp#hd_id3151378.20.help.text\n"
"Object name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120213.xhp#par_id3155863.21.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_TOX_SELECT:RB_FROMOBJECTNAMES\\\"\\>Creates index "
"entries from object names.\\</ahelp\\> You can view object names in the "
"Navigator, for example, and change them in the context menu."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120214.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120214.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120214.xhp#hd_id3151387.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120214.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120214.xhp#par_id3146320.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select \\<emph\\>Index of Tables \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120215.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3150568.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120215.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3151183.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select \\<emph\\>User-Defined \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3151174.4.help.text
msgid ""
"User-defined indexes are available in the \\<emph\\>Type\\</emph\\> box when "
"you insert an index entry in your document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3154097.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3154097.5.help.text\n"
"Create from"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3149802.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3149802.7.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3151320.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3151320.8.help.text\n"
"Tables"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3154473.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_FROMTABLES\\\"\\>Includes "
"tables in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3154569.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3154569.10.help.text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3153676.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_FROMGRAPHICS\\\"\\>Includes "
"graphics in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3149685.12.help.text
msgid "Text frames"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3154195.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_FROMFRAMES\\\"\\>Includes text "
"frames in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3155182.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3155182.14.help.text\n"
"OLE objects"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3143282.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_FROMOLE\\\"\\>Includes OLE "
"objects in the index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#hd_id3149095.16.help.text
msgid "Use level from source chapter"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3151250.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_LEVELFROMCHAPTER\\\"\\>Indents "
"table, graphic, text frame, and OLE object index entries according their "
"place in the chapter heading hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120215.xhp#par_id3147088.18.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120100.xhp\\\" name=\\\"Defining an index "
"entry\\\"\\>Defining an index entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120216.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120216.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120216.xhp#hd_id3145247.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120216.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120216.xhp#par_id3147175.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select \\<emph\\>Table of Objects \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120216.xhp#hd_id3151174.3.help.text
msgid "Create from the following objects"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120216.xhp#par_id3153417.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OLE_CHECKLB\\\"\\>Select the object types that you want "
"to include in a table of objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120217.xhp#tit.help.text\n"
"Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#hd_id3146322.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120217.xhp\\\" "
"name=\\\"Index\\\"\\>Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#par_id3145825.2.help.text
msgid ""
"\\<variable id=\\\"verzeichnis\\\"\\>The following options are available "
"when you select \\<emph\\>Bibliography \\</emph\\>as the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"index\\\"\\>index\\</link\\> type.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#hd_id3148773.3.help.text
msgid "Formatting of the entries"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#hd_id3147167.5.help.text
msgid "Number entries"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#par_id3154647.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_SELECT:CB_SEQUENCE\\\"\\>Automatically "
"numbers the bibliography entries.\\</ahelp\\> To set the sorting options for "
"the numbering, click the \\<link href=\\\"text/swriter/01/04120227.xhp\\\" "
"name=\\\"Entries\\\"\\>Entries\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#hd_id3150759.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120217.xhp#hd_id3150759.7.help.text\n"
"Brackets"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120217.xhp#par_id3149295.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_SELECT:LB_BRACKET\\\"\\>Select the "
"brackets that you want to enclose bibliography entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#tit.help.text
msgid "Assign Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3155621.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120219.xhp\\\" name=\\\"Assign "
"Styles\\\"\\>Assign Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#par_id3145828.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_ADD_IDX_STYLES\\\" "
"visibility=\\\"visible\\\"\\>Creates index entries from specific paragraph "
"styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3145249.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3145249.3.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#par_id3150566.4.help.text
msgid ""
"The list contains the paragraph styles that you can assign to index levels."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#par_id3147176.5.help.text
msgid ""
"To create an index entry from a paragraph style, click the style in "
"the\\<emph\\> Styles\\</emph\\> list, and then click the \\<emph\\>>> "
"\\</emph\\>button to move the style to the index level that you want."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3150762.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3150762.6.help.text\n"
"<<"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#par_id3149289.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW_IMAGEBUTTON_DLG_ADD_IDX_STYLES_PB_LEFT\\\" "
"visibility=\\\"visible\\\"\\>Moves the selected paragraph style up one level "
"in the index hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3151178.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120219.xhp#hd_id3151178.8.help.text\n"
">>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120219.xhp#par_id3157903.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW_IMAGEBUTTON_DLG_ADD_IDX_STYLES_PB_RIGHT\\\" "
"visibility=\\\"visible\\\"\\>Moves the selected paragraph style down one "
"level in the index hierarchy.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#tit.help.text
msgid "Entries (indexes/tables)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3149349.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120220.xhp\\\" name=\\\"Entries "
"(indexes/tables)\\\"\\>Entries (indexes/tables)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#par_id3154504.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_TP_TOX_ENTRY\\\"\\>Specify "
"the format of the index or table entries. The appearance of this tab changes "
"to reflect the type of index that you selected on the \\<link "
"href=\\\"text/swriter/01/04120210.xhp\\\" "
"name=\\\"Index/Table\\\"\\>Index/Table\\</link\\> tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3148770.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120221.xhp\\\" name=\\\"Table of "
"Contents\\\"\\>Table of Contents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3147564.5.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120222.xhp\\\" name=\\\"Alphabetical "
"Index\\\"\\>Alphabetical Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3151188.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120223.xhp\\\" name=\\\"Illustration "
"Index\\\"\\>Illustration Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3150761.7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120224.xhp\\\" name=\\\"Index of "
"Tables\\\"\\>Index of Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3153517.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120225.xhp\\\" name=\\\"User-"
"Defined\\\"\\>User-Defined\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3151175.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120226.xhp\\\" name=\\\"Table of "
"Objects\\\"\\>Table of Objects\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120220.xhp#hd_id3147506.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120227.xhp\\\" "
"name=\\\"Bibliography\\\"\\>Bibliography\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#tit.help.text
msgid "Entries (table of contents)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3145827.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120221.xhp\\\" name=\\\"Entries (table of "
"contents)\\\"\\>Entries (table of contents)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3150017.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format of the entries in the "
"table of contents. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3148774.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3148774.3.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3147169.4.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Select the level that you want to define.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3147569.6.help.text
msgid "Structure and formatting"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3154638.7.help.text
msgid ""
"The \\<emph\\>Structure \\</emph\\>line displays the table of contents code "
"for the selected heading level. To change the appearance of a heading level "
"you can enter codes or text in the empty boxes on this line. You can also "
"click in an empty box or on a code, and then click a code button."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3149292.35.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TOKEN_WINDOW\\\"\\>Displays the remainder of the "
"\\<emph\\>Structure \\</emph\\>line. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3147512.8.help.text
msgid ""
"To delete a code from the \\<emph\\>Structure \\</emph\\>line, click the "
"code, and then press the Delete key."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3149806.9.help.text
msgid ""
"To replace a code from the \\<emph\\>Structure \\</emph\\>line, click the "
"code, and then click a code button."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3154480.10.help.text
msgid ""
"To add a code to the \\<emph\\>Structure \\</emph\\>line, click in an empty "
"box, and then click a code button. The following codes are available:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3153675.11.help.text
msgid "Chapter number (E#)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3154567.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_ENTRYNO\\\"\\>Inserts the "
"complete chapter heading, including, if available, the chapter number. To "
"assign chapter numbering to a heading style, choose\\<emph\\> Tools - "
"Outline Numbering\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3149691.13.help.text
msgid "Entry text (E)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3154199.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_ENTRY\\\"\\>Inserts the text "
"of the chapter heading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3143276.15.help.text
msgid "Tab stop (T)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3149490.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_TAB\\\"\\>Inserts a tab stop. "
"To add leader dots to the tab stop, select a character in the \\<emph\\>Fill "
"character box\\</emph\\>. To change the position of the tab stop, enter a "
"value in the \\<emph\\>Tab stop position \\</emph\\>box, or select the "
"\\<emph\\>Align right \\</emph\\>check box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3151257.17.help.text
msgid "Page number (#)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3148981.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_PAGENO\\\"\\>Inserts the page "
"number of the entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#bm_id3147212.help.text
msgid ""
"\\<bookmark_value\\>hyperlinks; in "
"index\\</bookmark_value\\>\\<bookmark_value\\>indexes; hyperlinks "
"in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3147212.19.help.text
msgid " Hyperlink (LS and LE)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3153631.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_HYPERLINK\\\"\\>Creates a "
"hyperlink for the part of the entry that you enclose by the opening (LS) and "
"the closing (LE) hyperlink tags. On the \\<emph\\>Structure \\</emph\\>line, "
"click in the empty box in front of the part that you want to create a "
"hyperlink for, and then click this button. Click in the empty box after the "
"part that you want to hyperlink, and then click this button "
"again.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3152766.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3152766.36.help.text\n"
"All"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3155137.37.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_ALL_LEVELS\\\"\\>Applies the "
"current settings to all of the table of contents levels.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3153355.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3153355.21.help.text\n"
"Character Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3156277.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_ENTRY:LB_CHARSTYLE\\\"\\>Specify the "
"formatting style for the selected part on the \\<emph\\>Structure "
"line\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3145772.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3145772.23.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3151372.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_EDITSTYLE\\\"\\>Opens a "
"dialog where you can edit the selected character style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3155909.25.help.text
msgid "Fill character"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3150112.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW:COMBOBOX:TP_TOX_ENTRY:CB_FILLCHAR\\\"\\>Select the tab "
"leader that you want use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3155859.27.help.text
msgid "Tab stop position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3150689.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_TOX_ENTRY:MF_TABPOS\\\"\\>Enter the "
"distance to leave between the left page margin and the tab stop.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3147415.29.help.text
msgid "To right margin"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3147495.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_ENTRY:CB_AUTORIGHT\\\"\\>Aligns the tab "
"stop to the right page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3145269.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3145269.31.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#hd_id3149559.33.help.text
msgid "Tab position relative to Paragraph Style indent"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120221.xhp#par_id3150554.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_ENTRY:CB_RELTOSTYLE\\\"\\>Positions the "
"tab stop relative to the \"indent from left\" value defined in the paragraph "
"style selected on the \\<emph\\>Styles\\</emph\\> tab. Otherwise the tab "
"stop is positioned relative to the left text margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#tit.help.text
msgid "Entries (alphabetical index)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#hd_id3147506.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120222.xhp\\\" name=\\\"Entries "
"(alphabetical index)\\\"\\>Entries (alphabetical index)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3154100.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format of the alphabetical "
"index entries.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3153532.3.help.text
msgid ""
"Level \"S\" refers to the single letter headings that divide the index "
"entries alphabetically. To enable these headings, select the "
"\\<emph\\>Alphabetical delimiter\\</emph\\> check box in the "
"\\<emph\\>Format\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#hd_id3152957.4.help.text
msgid "Chapter Info"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3154573.5.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" "
"hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_CHAPTERINFO\\\"\\>Inserts chapter "
"information, such as the chapter heading and number. Select the information "
"that you want to display in the \\<emph\\>Chapter entry "
"\\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#hd_id3149692.6.help.text
msgid "Chapter entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3155174.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_ENTRY:LB_CHAPTERENTRY\\\" "
"visibility=\\\"visible\\\"\\>Select the chapter information that you want to "
"include in the index entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#hd_id3149493.8.help.text
msgid "Character Style for main entries"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3149109.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_ENTRY:LB_MAIN_ENTRY_STYLE\\\" "
"visibility=\\\"visible\\\"\\>Specify the formatting style for the main "
"entries in the alphabetical index. To convert an index entry into a main "
"entry, click in front of the index field in the document and then choose "
"\\<emph\\>Edit - \\</emph\\>\\<emph/\\>\\<link "
"href=\\\"text/swriter/01/04120100.xhp\\\" name=\\\"Index "
"Entry\\\"\\>\\<emph\\>Index Entry\\</emph\\>\\</link\\>.\\</ahelp\\> "
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#hd_id3148977.10.help.text
msgid "Alphabetical delimiter"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3147100.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_ENTRY:CB_ALPHADELIM\\\" "
"visibility=\\\"visible\\\"\\>Uses the initial letters of the alphabetically "
"arranged index entries as section headings.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#hd_id3147226.12.help.text
msgid "Key separated by commas"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120222.xhp#par_id3153631.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TOX_ENTRY:CB_COMMASEPARATED\\\" "
"visibility=\\\"visible\\\"\\>Arranges the index entries on the same line, "
"separated by commas.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120223.xhp#tit.help.text
msgid "Entries (illustration index)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120223.xhp#hd_id3145244.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120223.xhp\\\" name=\\\"Entries "
"(illustration index)\\\"\\>Entries (illustration index)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120223.xhp#par_id3148769.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format for the illustration "
"index entries.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120223.xhp#par_id3154639.3.help.text
msgid "Illustration Indexes only have one index level."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120224.xhp#tit.help.text
msgid "Entries (index of tables)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120224.xhp#hd_id3147406.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120224.xhp\\\" name=\\\"Entries (index of "
"tables)\\\"\\>Entries (index of tables)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120224.xhp#par_id3146318.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format for the entries in an "
"Index of Tables.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120224.xhp#par_id3150020.3.help.text
msgid "An Index of Tables only has one index level."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120225.xhp#tit.help.text
msgid "Entries (user-defined index)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120225.xhp#hd_id3147406.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120225.xhp\\\" name=\\\"Entries (user-"
"defined index)\\\"\\>Entries (user-defined index)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120225.xhp#par_id3146318.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format for the entries in a "
"user-defined index.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120225.xhp#par_id3150020.3.help.text
msgid "User-defined indexes only support one index level."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120226.xhp#tit.help.text
msgid "Entries (table of objects)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120226.xhp#hd_id3147401.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120226.xhp\\\" name=\\\"Entries (table of "
"objects)\\\"\\>Entries (table of objects)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120226.xhp#par_id3083447.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format for the entries in a "
"Table of Objects.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120226.xhp#par_id3150017.3.help.text
msgid "A Table of Objects only has one index level."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#tit.help.text
msgid "Entries (bibliography)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3151388.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120227.xhp\\\" name=\\\"Entries "
"(bibliography)\\\"\\>Entries (bibliography)\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3083449.2.help.text
msgid ""
"\\<variable id=\\\"eintraege\\\"\\>Specify the format for bibliography "
"entries.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3150017.3.help.text
msgid ""
"The types that are displayed depend on the different literature sources."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3150570.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3150570.4.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3147175.5.help.text
msgid ""
"Lists the available bibliography entries. To add an entry to the "
"\\<emph\\>Structure line\\</emph\\>, click the entry, click in an empty box "
"on the \\<emph\\>Structure line\\</emph\\>, and then click "
"\\<emph\\>Insert\\</emph\\>.\\<ahelp "
"hid=\\\"SW:LISTBOX:TP_TOX_ENTRY:LB_AUTHFIELD\\\"\\> Use the \\<link "
"href=\\\"text/swriter/01/04120229.xhp\\\" name=\\\"Define Bibliography "
"Entry\\\"\\>Define Bibliography Entry\\</link\\> dialog to add new "
"entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3149287.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3149287.6.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3151178.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_AUTHINSERT\\\"\\>Adds the "
"reference code for the selected bibliography entry to the "
"\\<emph\\>Structure line\\</emph\\>. Select an entry in the list, click in "
"an empty box, and then click this button.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3154096.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3154096.8.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3149807.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_TOX_ENTRY:PB_AUTHREMOVE\\\"\\>Removes the "
"selected reference code from the \\<emph\\>Structure "
"line\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3154470.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3154470.10.help.text\n"
"Sort by"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3154482.11.help.text
msgid "Specify the sorting options for the bibliography entries."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3153665.12.help.text
msgid "Document position"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3151314.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_TOX_ENTRY:RB_DOCPOS\\\"\\>Sorts the "
"bibliography entries according to the position of their references in the "
"document.\\</ahelp\\> Select this option if you want to use automatically "
"numbered references."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3154576.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3154576.14.help.text\n"
"Content"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3149687.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_TOX_ENTRY:RB_SORTCONTENT\\\"\\>Sorts the "
"bibliography entries by the \\<emph\\>Sort keys\\</emph\\> that you specify, "
"for example, by author or by year of publication.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3155175.16.help.text
msgid "Sort keys"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3143270.18.help.text
msgid "1, 2 or 3"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3149491.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TOX_ENTRY:LB_THIRDKEY\\\"\\>Select the entry "
"by which to sort the bibliography entries. This option is only available if "
"you select the \\<emph\\>Content\\</emph\\> radio button in the "
"\\<emph\\>Sort by\\</emph\\> area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3149826.20.help.text
msgid "AZ"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3147098.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGERADIOBUTTON:TP_TOX_ENTRY:RB_SORTUP3\\\"\\>Sorts the "
"bibliography entries in ascending alphanumerical order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#hd_id3148981.22.help.text
msgid "ZA"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120227.xhp#par_id3149041.23.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGERADIOBUTTON:TP_TOX_ENTRY:RB_SORTDOWN3\\\"\\>Sorts "
"the bibliography entries in a descending alphanumerical order.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#tit.help.text
msgid "Define Bibliography Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#hd_id3147176.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120229.xhp\\\" name=\\\"Define "
"Bibliography Entry\\\"\\>Define Bibliography Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3151183.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_CREATE_AUTH_ENTRY\\\"\\>Change the content of a "
"bibliography entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#hd_id3151175.3.help.text
msgid "Entry data"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3145419.4.help.text
msgid ""
"Enter a short name and select the appropriate source type. You can now enter "
"data into the other fields belonging for the entry."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#hd_id3154097.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120229.xhp#hd_id3154097.5.help.text\n"
"Short name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3145582.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTH_FIELD_IDENTIFIER\\\"\\>Displays the short name for "
"the bibliography entry. You can only enter a name here if you are creating a "
"new bibliography entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3153527.11.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTH_FIELD_CUSTOM4\\\"\\>This is where you select the "
"desired entry data for your bibliography.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#hd_id3155185.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120229.xhp#hd_id3155185.7.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3143283.8.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTH_FIELD_AUTHORITY_TYPE\\\"\\>Select the source for "
"the bibliography entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3151249.9.help.text
msgid "The entries in the bibliography database have the following names:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3149815.10.help.text
msgid ""
"\"Identifier\"; \"BibliographyType\"; \"Author\"; \"Title\"; \"Year\"; "
"\"ISBN\"; \"Booktitle\"; \"Chapter\"; \"Edition\"; \"Editor\"; "
"\"Howpublished\"; \"Institution\"; \"Journal\"; \"Month\"; \"Note\"; "
"\"Annote\"; \"Number\"; \"Organizations\"; \"Pages\"; \"Publisher\"; "
"\"Address\"; \"School\"; \"Series\";\"ReportType\"; \"Volume\"; \"URL\"; "
"\"Custom1\"; \"Custom2\"; \"Custom3\"; \"Custom4\"; \"Custom5\""
msgstr ""

#: helpcontent2/source/text/swriter/01/04120229.xhp#par_id3147091.12.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120227.xhp\\\" name=\\\"Formatting "
"bibliography entries\\\"\\>Formatting bibliography entries\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120250.xhp#tit.help.text\n"
"Edit Concordance File"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#bm_id3148768.help.text
msgid ""
"\\<bookmark_value\\>editing; concordance "
"files\\</bookmark_value\\>\\<bookmark_value\\>concordance files; "
"definition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#hd_id3148768.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120250.xhp#hd_id3148768.1.help.text\n"
"Edit Concordance File"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3151180.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DLG_CREATE_AUTOMARK\\\"\\>Create or edit a list of "
"words to include in an Alphabetical Index.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#hd_id3154645.19.help.text
msgid "To access the Edit Concordance File dialog:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3149292.20.help.text
msgid ""
"Choose \\<emph\\>Insert - Indexes and Tables - Indexes and Tables - "
"Index/Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3145420.21.help.text
msgid "In the \\<emph\\>Type \\</emph\\>box, select \"Alphabetical Index\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3154107.22.help.text
msgid ""
"In the \\<emph\\>Options \\</emph\\>area, select the \\<emph\\>Concordance "
"file\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3153668.23.help.text
msgid ""
"Click the \\<emph\\>File\\</emph\\> button, and then choose "
"\\<emph\\>New\\</emph\\> or \\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3154470.24.help.text
msgid "A concordance file contains the following fields: "
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3152953.3.help.text
msgid ""
"\"Search term\" refers to the index entry that you want to mark in the "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3155896.4.help.text
msgid ""
"\"Alternative entry\" refers to the index entry that you want to appear in "
"the index."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3154194.5.help.text
msgid ""
"The 1st and 2nd Keys are parent index entries. The \"Search term\" or the "
"\"Alternative entry\" appears as a subentry under the 1st and 2nd Keys."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3155184.6.help.text
msgid ""
"\"Match case\" means that uppercase and lowercase letters are considered."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3143282.7.help.text
msgid "\"Word only\" searches for the term as a single word."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3147220.8.help.text
msgid ""
"To enable the \"Match case\" or \"Word only\" options, click in the "
"corresponding cell, and then select the check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#hd_id3153629.25.help.text
msgid ""
"To create a concordance file without the Edit Concordance File dialog:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3153644.9.help.text
msgid ""
"Use the following format guidelines when you create a concordance file:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3152770.10.help.text
msgid "Each entry in the concordance file is on a separate line."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3155142.26.help.text
msgid "Commented lines start with #."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3153354.11.help.text
msgid "Use the following format for the entries:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3149172.12.help.text
msgid "Search term;Alternative entry;1st key;2nd key;Match case;Word only"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3156270.13.help.text
msgid ""
"The entries \"Match case\" and \"Word only\" are interpreted as \"No\" or "
"FALSE if they are empty or zero (0). All other contents are interpreted as "
"\"Yes\" or TRUE."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#hd_id3145778.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120250.xhp#hd_id3145778.27.help.text\n"
"Example"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3155907.14.help.text
msgid ""
"For example, to include the word \"Boston\" in your alphabetical index under "
"the \"Cities\" entry, enter the following line in the concordance file:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3151370.15.help.text
msgid "Boston;Boston;Cities;;0;0"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3151383.16.help.text
msgid "This also finds \"Boston\" if it is written in lowercase letters."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3155866.17.help.text
msgid ""
"To include the \"Beacon Hill\" district in Boston under the \"Cities\" "
"entry, enter the following line:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120250.xhp#par_id3150116.18.help.text
msgid "Beacon Hill;Boston;Cities;"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04120300.xhp#tit.help.text\n"
"Insert Bibliography Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3151187.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3151187.1.help.text\n"
"Insert Bibliography Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3154642.2.help.text
msgid ""
"\\<variable id=\\\"literaturvz\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertAuthoritiesEntry\\\"\\>Inserts a bibliography "
"reference.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3145416.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3145416.3.help.text\n"
"Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3157721.15.help.text
msgid "From bibliography database"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3154096.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTH_MARK_DLG_FROM_COMP_RB\\\"\\>Inserts a reference "
"from the bibliography database.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3149805.17.help.text
msgid "From document content"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3153536.18.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTH_MARK_DLG_FROM_DOC_RB\\\"\\>Inserts a reference "
"from the bibliography records that are stored in the current "
"document.\\</ahelp\\> An entry that is stored in the document has priority "
"over an entry that is stored in the bibliography database."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3154200.19.help.text
msgid ""
"When you save a document that contains bibliography entries, the "
"corresponding records are automatically saved in a hidden field in the "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3143273.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3143273.5.help.text\n"
"Short name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3149490.6.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTH_MARK_DLG_ID_LISTBOX\\\"\\>Select the short name of "
"the bibliography record that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3151260.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3151260.7.help.text\n"
"Author, Title"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3149824.8.help.text
msgid ""
"If available, the author and the full title of the selected short name are "
"displayed in this area."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3149105.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3149105.9.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3147100.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_AUTH_MRK_OK\\\"\\>Inserts the bibliographic "
"reference into the document.\\</ahelp\\> If you created a new record, you "
"must also insert it as an entry, otherwise the record is lost when you close "
"the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3147216.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3147216.11.help.text\n"
"Close"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3149036.12.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_AUTH_MRK_CLOSE\\\"\\>Closes the "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3153634.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3153634.13.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3147579.14.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_AUTH_MRK_CREATE_ENTRY\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/04120229.xhp\\\" name=\\\"Define Bibliography "
"Entry\\\"\\>Define Bibliography Entry\\</link\\> dialog, where you can "
"create a new bibliography record. This record is only stored in the "
"document. To add a record to the bibliography database, choose "
"\\<emph\\>Tools - Bibliography Database\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3155142.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04120300.xhp#hd_id3155142.20.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3157900.21.help.text
msgid ""
"\\<ahelp hid=\\\"HID_INSERT_AUTH_MRK_EDIT_ENTRY\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/04120229.xhp\\\" name=\\\"Define Bibliography "
"Entry\\\"\\>Define Bibliography Entry\\</link\\> dialog where you can edit "
"the selected bibliography record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3149172.22.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/indices_literature.xhp\\\" name=\\\"Tips "
"for working with bibliography entries\\\"\\>Tips for working with "
"bibliography entries\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04120300.xhp#par_id3156276.24.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/main.xhp\\\" name=\\\"Using Tables of "
"Content\\\"\\>Using Tables of Content\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04130000.xhp#tit.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#hd_id3151189.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04130000.xhp#hd_id3151189.1.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3145420.2.help.text
msgid ""
"\\<variable id=\\\"rahm\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertFrame\\\"\\>Inserts a frame that you can use to create a "
"layout of one or more columns of text and objects.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3153678.37.help.text
msgid ""
"To edit a frame, click the border to select it, and then choose "
"\\<emph\\>Format - Frame\\</emph\\>. You can also resize or move a selected "
"frame using special \\<link href=\\\"text/swriter/01/04130100.xhp\\\" "
"name=\\\"shortcut keys\\\"\\>shortcut keys\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3152952.38.help.text
msgid ""
"To delete a frame, click the border of the frame, and then press Delete."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3151311.23.help.text
msgid ""
"If you see small red arrows at the beginning and the end of text in frame, "
"use the arrow keys to scroll through the remaining text."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3155896.25.help.text
msgid ""
"In the preview area of the \\<emph\\>Frame\\</emph\\> dialog, the frame is "
"represented by a green rectangle, and the reference area by a red rectangle."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3149694.26.help.text
msgid ""
"You can also preview the effects when you change the frame anchor to \"As "
"Character\". The \"Baseline\" is drawn in red, \"Character\" is the font "
"height, and \"line\" is the height of the line, including the frame."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#hd_id3149107.5.help.text
msgid "Icon on the Insert toolbar:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130000.xhp#par_id3148970.6.help.text
msgid ""
"\\<variable id=\\\"syrahmentext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertFrameInteract\\\"\\>Draws a frame where you drag in the "
"document. Click the arrow next to the icon to select the number of columns "
"for the frame.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04130100.xhp#tit.help.text\n"
"Resizing and Moving Frames, Objects With the Keyboard"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#bm_id3154506.help.text
msgid ""
"\\<bookmark_value\\>moving; objects and "
"frames\\</bookmark_value\\>\\<bookmark_value\\>objects; moving using "
"keyboard\\</bookmark_value\\>\\<bookmark_value\\>objects;resizing using "
"keyboard\\</bookmark_value\\>\\<bookmark_value\\>resizing;objects and "
"frames\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#hd_id3154506.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04130100.xhp#hd_id3154506.1.help.text\n"
"Resizing and Moving Frames, Objects With the Keyboard"
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#par_id3145248.2.help.text
msgid ""
"You can resize and move selected frames and objects with the keyboard."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#par_id3148771.4.help.text
msgid ""
"To move a selected frame or object, press an arrow key. To move by one "
"pixel, hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"
""MAC\\\"\\>Option\\</caseinline\\>\\<defaultinline\\>Alt\\</defaulti"
"nline\\>\\</switchinline\\>, and then press an arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#par_id3150762.5.help.text
msgid ""
"To resize a selected frame or object, first press Ctrl+Tab. Now one of the "
"handles blinks to show that it is selected. TO select another handle, press "
"Ctrl+Tab again. Press an arrow key to resize the object by one grid unit. To "
"resize by one pixel, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option\\</caseinline\\"
">\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>, and then "
"press an arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/01/04130100.xhp#par_id3149294.6.help.text
msgid ""
"The increment by which you move an object with the keyboard is determined by "
"the document grid. To change the properties of the document grid, choose "
"\\<link href=\\\"text/shared/optionen/01050100.xhp\\\" name=\\\"Tools - "
"Options - Text document - Grid\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - Grid\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04150000.xhp#tit.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3147402.1.help.text
msgid "\\<link href=\\\"text/swriter/01/04150000.xhp\\\"\\>Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3149355.2.help.text
msgid ""
"\\<variable id=\\\"tabelletext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertTable\\\"\\>Inserts a table into the document. You can "
"also click the arrow, drag to select the number of rows and columns to "
"include in the table, and then click in the last "
"cell.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3153922.3.help.text
msgid ""
"To insert a table from another document, copy the table, and then paste the "
"table into the current document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3151181.49.help.text
msgid ""
"To convert text into a table, select the text, and then choose "
"\\<emph\\>Table - Convert - Text to Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_idN10642.help.text
msgid ""
"To insert a table into a table, click in a cell in the table and choose "
"\\<emph\\>Table - Insert - Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3154638.50.help.text
msgid ""
"$[officename] can automatically format numbers that you enter in a table "
"cell, for example, dates and times. To activate this feature, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - Table\\</emph\\> and click "
"the\\<emph\\> Number recognition \\</emph\\>check box in the \\<emph\\>Input "
"in tables\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3145419.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3145419.4.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3154099.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_INSERT_TABLE:ED_NAME\\\"\\>Enter a name for the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3149806.9.help.text
msgid "Table size"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3153533.10.help.text
msgid "Specify the number of columns and rows in the new table."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3153672.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3153672.11.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3154576.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_INSERT_TABLE:ED_COL\\\"\\>Enter the "
"number of columns that you want in the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3152954.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3152954.13.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3154477.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_INSERT_TABLE:ED_ROW\\\"\\>Enter the "
"number of rows that you want in the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3155903.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3155903.37.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3149694.41.help.text
msgid "Set the options for the table."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3154198.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3154198.42.help.text\n"
"Heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3155188.43.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_INSERT_TABLE:CB_HEADER\\\"\\>Includes a "
"heading row in the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3143270.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3143270.38.help.text\n"
"Repeat heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3151252.44.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_INSERT_TABLE:CB_REPEAT_HEADER\\\"\\>Repeats "
"the heading of the table at the top of subsequent page if the table spans "
"more than one page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_idN10754.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04150000.xhp#par_idN10754.help.text\n"
"The first ... rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_idN10758.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sw:NumericField:DLG_INSERT_TABLE:NF_REPEAT_HEADER\\\"\\>Select the "
"number of rows that you want to use for the heading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3149821.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3149821.39.help.text\n"
"Do not split the table"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3149106.45.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_INSERT_TABLE:CB_DONT_SPLIT\\\"\\>Prevents "
"the table from spanning more than one page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3154838.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3154838.40.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3148970.46.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_INSERT_TABLE:CB_BORDER\\\"\\>Adds a border "
"to the table cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3147213.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3147213.35.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3149036.36.help.text
msgid ""
"\\<variable id=\\\"autoformattext\\\"\\>\\<ahelp "
"hid=\\\"SW:PUSHBUTTON:DLG_INSERT_TABLE:BT_AUTOFORMAT\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/05150101.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>\\<emph\\>AutoFormat\\</emph\\>\\</link\\> dialog, "
"where you can select a predefined layout for "
"table.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#hd_id3147575.15.help.text
msgid "Icon on the Insert toolbar"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3153511.16.help.text
msgid ""
"On the Insert toolbar, click the \\<emph\\>Table\\</emph\\> icon to open the "
"\\<link href=\\\"text/swriter/01/04150000.xhp\\\" name=\\\"Insert "
"Table\\\"\\>\\<emph\\>Insert Table\\</emph\\>\\</link\\> dialog, where you "
"can insert a table in the current document. You can also click the arrow, "
"drag to select the number of rows and columns to include in the table, and "
"then click in the last cell."
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3155912.52.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05090300.xhp\\\" name=\\\"Format - Table - "
"Text Flow\\\"\\>Table - Table Properties - Text Flow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04150000.xhp#par_id3150688.53.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040500.xhp\\\" name=\\\"Tools - "
"Options - Writer - Table\\\"\\>Tools - Options - %PRODUCTNAME Writer - "
"Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04180400.xhp#tit.help.text\n"
"Exchange Database"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#bm_id3145799.help.text
msgid ""
"\\<bookmark_value\\>databases; "
"exchanging\\</bookmark_value\\>\\<bookmark_value\\>address books; "
"exchanging\\</bookmark_value\\>\\<bookmark_value\\>exchanging "
"databases\\</boo"
"kmark_value\\>\\<bookmark_value\\>replacing;databases\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3145799.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3145799.1.help.text\n"
"Exchange Database"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3156384.2.help.text
msgid ""
"\\<variable id=\\\"datenbankaustext\\\"\\>\\<ahelp "
"hid=\\\".uno:ChangeDatabaseField\\\"\\>Change the data sources for the "
"current document.\\</ahelp\\> To correctly display the contents of inserted "
"fields, the replacement database must contain identical field names. "
"\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3153818.8.help.text
msgid ""
"For example, if you inserting address fields in a form letter from an "
"address database, you can then exchange the database with another address "
"database to insert different addresses."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3149130.3.help.text
msgid "Exchanging Databases"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3154651.4.help.text
msgid "You can only change one database at a time in this dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3146965.5.help.text
msgid "Databases in Use"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3149053.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW_MODALDIALOG_DLG_CHANGE_DB\\\"\\>Lists the databases that "
"are currently in use.\\</ahelp\\> The current document contains at least one "
"data field from each of the databases in the list."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3147300.6.help.text
msgid "Available Databases"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3150533.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW_MODALDIALOG_DLG_CHANGE_DB\\\"\\>Lists the databases that "
"are registered in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_idN106DB.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04180400.xhp#par_idN106DB.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_idN106DF.help.text
msgid ""
"\\<ahelp hid=\\\"1419596301\\\"\\>Opens a file open dialog to select a "
"database file (*.odb). The selected file is added to the Available Databases "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3149349.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3149349.7.help.text\n"
"Define"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3145827.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW_MODALDIALOG_DLG_CHANGE_DB\\\"\\>Replaces the current "
"data source with the data source that you selected in the "
"\\<emph\\>Available Databases \\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#hd_id3154506.12.help.text
msgid "To exchange a database:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3149881.13.help.text
msgid ""
"Ensure that both databases contain matching field names and field types."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3148386.14.help.text
msgid "Click in the document that you want to change the data source for."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3150564.15.help.text
msgid "Choose \\<emph\\>Edit - Exchange Database\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3153925.16.help.text
msgid ""
"In the \\<emph\\>Databases in Use\\</emph\\> list, select the database table "
"that you want to replace."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3147169.17.help.text
msgid ""
"In the \\<emph\\>Available Databases\\</emph\\> list, select the replacement "
"database table."
msgstr ""

#: helpcontent2/source/text/swriter/01/04180400.xhp#par_id3151273.18.help.text
msgid "Click \\<emph\\>Define\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04190000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04190000.xhp#tit.help.text\n"
"Insert (File)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04190000.xhp#hd_id3147562.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04190000.xhp#hd_id3147562.1.help.text\n"
"Insert (File)"
msgstr ""

#: helpcontent2/source/text/swriter/01/04190000.xhp#par_id3145411.2.help.text
msgid ""
"\\<variable id=\\\"datei\\\"\\>\\<ahelp hid=\\\".uno:InsertDoc\\\"\\>Inserts "
"a text file at the current cursor position.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04190000.xhp#par_idN105BD.help.text
msgid ""
"To always have the latest version of the contents of a file, insert a "
"section into your document, and then insert a link to the text file in the "
"section. See \\<link href=\\\"text/swriter/01/04020100.xhp\\\"\\>insert a "
"section\\</link\\> for details."
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04200000.xhp#tit.help.text\n"
"Insert Script"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3147402.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3147402.1.help.text\n"
"Insert Script"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3155620.2.help.text
msgid ""
"\\<variable id=\\\"scripttext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertScript\\\"\\>Inserts a script at the current cursor "
"position in an HTML or text document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3149880.4.help.text
msgid ""
"An inserted script is indicated by a small green rectangle. If you do not "
"see the rectangle, choose \\<emph\\>Tools - Options - HTML "
"Document\\</emph\\> - \\<link href=\\\"text/shared/optionen/01040200.xhp\\\" "
"name=\\\"View\\\"\\>\\<emph\\>View\\</emph\\>\\</link\\>, and select the "
"\\<emph\\>Notes \\</emph\\>check box. To edit a script, double-click the "
"green rectangle."
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3150572.5.help.text
msgid ""
"If your document contains more than one script, the \\<emph\\>Edit "
"Script\\</emph\\> dialog contains previous and next buttons to jump from "
"script to script."
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3151184.6.help.text
msgid ""
"To specify if the script is printed at the end of the page or at the end of "
"the document, choose \\<emph\\>File - Print - Options\\</emph\\>, and select "
"the appropriate check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3154644.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3154644.7.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3149294.9.help.text
msgid "Script Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3145413.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_JAVAEDIT:ED_TYPE\\\"\\>Enter the type of script "
"that you want to insert.\\</ahelp\\> The script is identified in the HTML "
"source code by the tag <SCRIPT LANGUAGE=\"JavaScript\">."
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3154097.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3154097.13.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3149810.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_JAVAEDIT:ED_URL\\\"\\>Adds a link to a script "
"file. Click the \\<emph\\>URL \\</emph\\>radio button, and then enter the "
"link in the box. You can also click the browse button "
"(\\<emph\\>...\\</emph\\>), locate the file, and then click "
"\\<emph\\>Insert\\</emph\\>.\\</ahelp\\> The linked script file is "
"identified in the HTML source code by the following tags:"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3152963.15.help.text
msgid "<SCRIPT LANGUAGE=\"JavaScript\" SRC=\"url\">"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3153678.16.help.text
msgid "/* ignore all text here */"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3154574.17.help.text
msgid "</SCRIPT>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3155903.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3155903.19.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3154188.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_JAVAEDIT:PB_URL\\\"\\>Locate the script "
"file that you want to link to, and then click "
"\\<emph\\>Insert\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3155184.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04200000.xhp#hd_id3155184.11.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/04200000.xhp#par_id3143272.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_JAVAEDIT:RB_EDIT\\\"\\>Enter the script "
"code that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#tit.help.text
msgid "Insert Horizontal Line"
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#hd_id3145249.1.help.text
msgid "Insert Horizontal Ruler"
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#par_id3150758.2.help.text
msgid ""
"\\<variable id=\\\"horizontaltext\\\"\\>\\<ahelp "
"hid=\\\".uno:InsertGraphicRuler\\\"\\>Inserts a horizontal line at the "
"current cursor position.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#par_id3149806.5.help.text
msgid ""
"The horizontal lines that are displayed here belong to the \\<emph\\>Rulers "
"\\</emph\\>\\<link href=\\\"text/shared/01/gallery.xhp\\\" "
"name=\\\"Gallery\\\"\\>Gallery\\</link\\> theme. If you want to add more "
"lines to the selection, open the \\<emph\\>Gallery\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#hd_id3151315.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04210000.xhp#hd_id3151315.3.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#par_id3152960.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_VS_RULER\\\"\\>Select the type of line that you want to "
"insert, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04210000.xhp#par_idN10667.help.text
msgid ""
"\\<embedvar href=\\\"text/swriter/guide/insert_line.xhp#insert_line\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04220000.xhp#tit.help.text\n"
"Header"
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#hd_id3146320.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04220000.xhp\\\" "
"name=\\\"Header\\\"\\>Header\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#par_id3145827.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertPageHeader\\\"\\>Adds or removes a header from "
"the page style that you select in the submenu. The header is added to all of "
"the pages that use the same page style.\\</ahelp\\> In a new document, only "
"the \"Default\" page style is listed. Other page styles are added to the "
"list after you apply them in the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#par_id3150570.3.help.text
msgid ""
"A check mark is displayed in front of the page styles that have headers."
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#par_id3153921.4.help.text
msgid ""
"To remove a header, choose \\<emph\\>Insert - Header\\</emph\\>, and then "
"select the page style containing the header. The header is removed from all "
"of the pages that use this page style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#par_id3150761.5.help.text
msgid ""
"To add or remove headers from all of the page styles that are in use in the "
"document, choose \\<emph\\>Insert - Header - All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04220000.xhp#par_id3156410.6.help.text
msgid ""
"To format a header, choose \\<link href=\\\"text/shared/01/05040300.xhp\\\" "
"name=\\\"Format - Page - Header\\\"\\>\\<emph\\>Format - Page - "
"Header\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#tit.help.text
msgid "Footers"
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#hd_id3147403.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04230000.xhp#hd_id3147403.1.help.text\n"
"\\<link href=\\\"text/swriter/01/04230000.xhp\\\" "
"name=\\\"Footers\\\"\\>Footers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#par_id3149353.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertPageFooter\\\"\\>Adds or removes a footer from "
"the page style that you select in the submenu. The footer is added to all of "
"the pages that use the same page style.\\</ahelp\\> In a new document, only "
"the \"Default\" page style is listed. Other page styles are added to the "
"list after you apply them in the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#par_id3150018.3.help.text
msgid ""
"A check mark is displayed in front of the page styles that have footers."
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#par_id3150566.4.help.text
msgid ""
"To remove a footer, choose \\<emph\\>Insert - Footer\\</emph\\>, and the "
"select the page style containing the footer. The footer is removed from all "
"of the pages that use this page style."
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#par_id3153923.5.help.text
msgid ""
"To add or remove footers from all of the page styles that are in use in the "
"document, choose \\<emph\\>Insert - Footer - All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04230000.xhp#par_id3151187.6.help.text
msgid ""
"To format a footer, choose \\<link href=\\\"text/shared/01/05040300.xhp\\\" "
"name=\\\"Format - Page - Footer\\\"\\>\\<emph\\>Format - Page - "
"Footer\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/04990000.xhp#tit.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/04990000.xhp#hd_id3147405.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04990000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/04990000.xhp#par_id3145827.2.help.text
msgid ""
"Inserts a field at the current cursor position. The submenu lists the most "
"common field types. To view all of the available fields, choose "
"\\<emph\\>Other\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/04990000.xhp#hd_id3147571.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/04990000.xhp#hd_id3147571.3.help.text\n"
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Other\\\"\\>Other\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05030200.xhp#tit.help.text\n"
"Text Flow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3083447.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3083447.1.help.text\n"
"\\<link href=\\\"text/swriter/01/05030200.xhp\\\" name=\\\"Text "
"Flow\\\"\\>Text Flow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3145824.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_PARAGRAPH_EXT\\\"\\>Specify hyphenation and "
"pagination options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149882.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149882.3.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3150564.4.help.text
msgid ""
"Specify the \\<link href=\\\"text/swriter/guide/using_hyphen.xhp\\\" "
"name=\\\"hyphenation\\\"\\>hyphenation\\</link\\> options for text documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3153920.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3153920.5.help.text\n"
"Automatically"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3154640.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_EXT_PARAGRAPH:BTN_HYPHEN\\\"\\>Au"
"tomatically inserts hyphens where they are needed in a paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3150766.7.help.text
msgid "Characters at line end"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3149291.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_EXT_PARAGRAPH:ED_HYPHENBEFORE\\\"
""\\>Enter the minimum number of characters to leave at the end of the line "
"before a hyphen is inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3145413.9.help.text
msgid "Characters at line begin"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3147515.10.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_EXT_PARAGRAPH:ED_HYPHENAFTER\\\""
"\\>Enter the minimum number of characters that must appear at the beginning "
"of the line after the hyphen.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149804.11.help.text
msgid "Maximum no. of consecutive hyphens"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3153536.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_EXT_PARAGRAPH:ED_MAXHYPH\\\"\\>Enter "
"the maximum number of consecutive lines that can be hyphenated.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3153665.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3153665.43.help.text\n"
"Breaks"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3154470.44.help.text
msgid ""
"Specify the page or column \\<link "
"href=\\\"text/swriter/guide/page_break.xhp\\\" "
"name=\\\"break\\\"\\>break\\</link\\> options."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3152957.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3152957.15.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3154574.16.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_EXT_PARAGRAPH:BTN_PAGEBREAK\\\"\\>Select "
"this check box, and then select the break type that you want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149687.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149687.39.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3154195.41.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_EXT_PARAGRAPH_LB_BREAKTYPE\\\"\\>Select the "
"break type that you want to insert.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3145766.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3145766.40.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3155187.42.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX_LISTBOX_RID_SVXPAGE_EXT_PARAGRAPH_LB_BREAKPOSITION\\\"\\>Select "
"where you want to insert the break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149482.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149482.25.help.text\n"
"With Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3143275.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_EXT_PARAGRAPH:BTN_PAGECOLL\\\"\\>Select "
"this check box, and then select the page style that you want to use for the "
"first page after the break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149104.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149104.27.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3154837.28.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:LISTBOX:RID_SVXPAGE_EXT_PARAGRAPH:LB_PAGECOLL\\\"\\>Select the "
"formatting style to use for the first page after the break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149827.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149827.37.help.text\n"
"Page number"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3147089.38.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_EXT_PARAGRAPH:ED_PAGENUM\\\"\\>Enter "
"the page number that you want to appear on the first page after the break. "
"If you want to use the current page numbering, select \"0\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3148978.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3148978.13.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3147219.14.help.text
msgid ""
"Specify the text flow options for paragraphs that appear before and after a "
"page break."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3153635.29.help.text
msgid "Do not split paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3149040.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_EXT_PARAGRAPH:BTN_KEEPTOGETHER\\\"
""\\>Shifts the entire paragraph to the next page or column after a break is "
"inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#bm_id2502212.help.text
msgid ""
"\\<bookmark_value\\>text flow;at "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>paragraphs;keeping together "
"at breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3147585.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3147585.31.help.text\n"
"Keep with next paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3152779.32.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:TRISTATEBOX:RID_SVXPAGE_EXT_PARAGRAPH:CB_KEEPTOGETHER\\\""
"\\>Keeps the current paragraph and the following paragraph together when a "
"break or column break is inserted.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3153345.33.help.text
msgid "Orphan control"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3156279.34.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_EXT_PARAGRAPH:ED_ORPHANS\\\"\\>S"
"pecifies the minimum number of lines in a paragraph before a page break. "
"Select this check box, and then enter a number in the \\<emph\\>Lines "
"\\</emph\\>box.\\</ahelp\\> If the number of lines at the end of the page is "
"less than the amount specified in the \\<emph\\>Lines \\</emph\\>box, the "
"paragraph is shifted to the next page."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#hd_id3149180.35.help.text
msgid "Widow control"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3155918.36.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:NUMERICFIELD:RID_SVXPAGE_EXT_PARAGRAPH:ED_WIDOWS\\\"\\>Specifies "
"the minimum number of lines in a paragraph in the first page after the "
"break. Select this check box, and then enter a number in the \\<emph\\>Lines "
"\\</emph\\>box.\\</ahelp\\> If the number of lines at the top of the page is "
"less than the amount specified in the \\<emph\\>Lines \\</emph\\>box, the "
"position of the break is adjusted."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030200.xhp#par_id3155860.45.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000005.xhp#schuster\\\" "
"name=\\\"Orphans\\\"\\>Orphans\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#tit.help.text
msgid "Drop Caps"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#bm_id7635731.help.text
msgid ""
"\\<bookmark_value\\>first letters;starting "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>capital letters;starting "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>drop "
"caps;inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3150252.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05030400.xhp\\\" name=\\\"Drop "
"Caps\\\"\\>Drop Caps\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3154763.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_DROPCAPS\\\"\\>Formats the first letter of a paragraph "
"with a large capital letter, that can span several lines. You can also "
"format the first word of the paragraph with large type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3151388.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3151388.3.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3147295.5.help.text
msgid "Show Drop Caps"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3150536.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_DROPCAPS_CB_SWITCH\\\"\\>Applies the drop "
"cap settings to the selected paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3155626.19.help.text
msgid "Whole word"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3154554.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_DROPCAPS_CB_WORD\\\"\\>Displays the first "
"letter of the first word in the paragraph as a drop cap, and the remaining "
"letters of the word as large type.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3154505.7.help.text
msgid "Number of characters"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3149881.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW_NUMERICFIELD_TP_DROPCAPS_FLD_DROPCAPS\\\"\\>Enter the "
"number of characters to convert to drop caps. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3150932.9.help.text
msgid "Lines"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3148391.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW_NUMERICFIELD_TP_DROPCAPS_FLD_LINES\\\"\\>Enter the "
"number of lines that you want the drop cap to extend downward from the first "
"line of the paragraph.\\</ahelp\\> The selection is limited to 2-9 lines."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3149030.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3149030.11.help.text\n"
"Distance from text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3153926.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_DROPCAPS_FLD_DISTANCE\\\"\\>Enter the "
"amount of space to leave between the drop caps and the rest of the text in "
"the paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3153723.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3153723.13.help.text\n"
"Contents"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3154638.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3154638.15.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3147569.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW_EDIT_TP_DROPCAPS_EDT_TEXT\\\"\\>Enter the text that you "
"want to display as drop caps instead of the first letters of the "
"paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3150763.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030400.xhp#hd_id3150763.17.help.text\n"
"Character Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030400.xhp#par_id3151181.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_DROPCAPS_BOX_TEMPLATE\\\"\\>Select the "
"formatting style that you want to apply to the drop caps.\\</ahelp\\> To use "
"the formatting style of the current paragraph, select [None]."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#tit.help.text
msgid "Outline/Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3151173.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05030800.xhp\\\" "
"name=\\\"Numbering\\\"\\>Outline/Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3154100.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUMPARA\\\"\\>Adds or removes numbering or bullets from "
"the paragraph. You can also select the style of numbering to use, and reset "
"the numbering in a numbered list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3153536.14.help.text
msgid ""
"To change the numbering options for paragraphs that use the same paragraph "
"style, choose \\<emph\\>Format - Styles and Formatting\\</emph\\>, and then "
"click the \\<emph\\>Paragraph Styles \\</emph\\>icon. Right-click the style "
"in the list, choose \\<emph\\>Modify\\</emph\\>, and then click "
"the\\<emph\\> Outline/Numbering\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3154470.26.help.text
msgid ""
"To change the numbering options for selected paragraphs, choose "
"\\<emph\\>Format -\\</emph\\>\\<link "
"href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>\\<emph\\>Paragraph\\</emph\\>\\</link\\>, and then "
"click the\\<emph\\> Outline/Numbering\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN1067A.help.text
msgid "Link paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN1067E.help.text
msgid ""
"Select the outline level and numbering style that will be applied to the "
"selected paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN10681.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN10681.help.text\n"
"Outline level"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN10685.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the outline level that you want to apply to "
"the paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3154188.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3154188.3.help.text\n"
"Numbering Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3155178.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_NUMPARA:LB_NUMBER_STYLE\\\"\\>Select the "
"\\<link href=\\\"text/swriter/01/05130004.xhp\\\" name=\\\"Numbering "
"Style\\\"\\>Numbering Style\\</link\\> that you want to apply to the "
"paragraph.\\</ahelp\\> These styles are also listed in the \\<link "
"href=\\\"text/swriter/01/05140000.xhp\\\" name=\\\"Styles and "
"Formatting\\\"\\>Styles and Formatting\\</link\\> window if you click the "
"\\<emph\\>Numbering Style\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN106DC.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN106DC.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_idN106E0.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a dialog to edit the numbering "
"style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3143283.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3143283.5.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3149106.7.help.text
msgid ""
"This section only appears when you edit the properties of the current "
"paragraph by choosing \\<emph\\>Format - Paragraph\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3151250.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3151250.8.help.text\n"
"Restart at this paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3154831.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:TRISTATEBOX:TP_NUMPARA:CB_NEW_START\\\"\\>Restarts the "
"numbering at the current paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3147096.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3147096.24.help.text\n"
"Start with"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3148979.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW_TRISTATEBOX_TP_NUMPARA_CB_NUMBER_NEW_START\\\"\\>Select "
"this check box, and then enter the number that you want to assign to the "
"paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3147226.10.help.text
msgid "\"Start with\" spin button"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3153632.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_NUMPARA:NF_NEW_START\\\"\\>Enter the "
"number that you want to assign to the paragraph.\\</ahelp\\> The following "
"paragraphs are numbered consecutively from the number that you enter here."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3147581.15.help.text
msgid "Line numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3152771.16.help.text
msgid ""
"Specify the \\<link href=\\\"text/swriter/01/06180000.xhp\\\" name=\\\"Line "
"numbering\\\"\\>Line numbering\\</link\\> options. To add line numbers to "
"your document, choose \\<emph\\>Tools - Line Numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3153345.17.help.text
msgid "Include this paragraph in line numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3156267.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:TRISTATEBOX:TP_NUMPARA:CB_COUNT_PARA\\\"\\>Includes the "
"current paragraph in the line numbering.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3151026.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3151026.19.help.text\n"
"Restart at this paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3149168.20.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:TRISTATEBOX:TP_NUMPARA:CB_RESTART_PARACOUNT\\\"\\>Restarts the "
"line numbering at the current paragraph, or at the number that you "
"enter.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3145775.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05030800.xhp#hd_id3145775.21.help.text\n"
"Start with"
msgstr ""

#: helpcontent2/source/text/swriter/01/05030800.xhp#par_id3149355.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_NUMPARA:NF_RESTART_PARA\\\"\\>Enter the "
"number at which to restart the line numbering\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05040000.xhp#tit.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040000.xhp#hd_id3150016.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040000.xhp#hd_id3150016.1.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040000.xhp#par_id3148774.2.help.text
msgid ""
"\\<variable id=\\\"seitetext\\\"\\>\\<ahelp "
"hid=\\\".uno:PageDialog\\\"\\>Specify the formatting styles and the layout "
"for the current page style, including page margins, headers and footers, and "
"the page background.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05040500.xhp#tit.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3149875.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3149875.1.help.text\n"
"\\<link href=\\\"text/swriter/01/05040500.xhp\\\" "
"name=\\\"Columns\\\"\\>Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3151392.2.help.text
msgid ""
"\\<variable id=\\\"spaltentext\\\"\\>\\<ahelp "
"hid=\\\"HID_COLUMN\\\"\\>Specifies the number of columns and the column "
"layout for a page style, frame, or section.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3155625.3.help.text
msgid "Default settings"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3149352.4.help.text
msgid ""
"You can select from predefined column layouts, or create your own. When you "
"apply a layout to a page style, all pages that use the style are updated. "
"Similarly, when you apply a column layout to a frame style, all frames that "
"use that style are updated. You can also change the column layout for a "
"single frame."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3154562.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3154562.5.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3154508.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW_NUMERICFIELD_TP_COLUMN_ED_NUMBER\\\"\\>Enter the number "
"of columns that you want in the page, frame, or section.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3149884.47.help.text
msgid "You can also select one of the predefined column layouts."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3150933.45.help.text
msgid "Selection fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3148386.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3148386.52.help.text\n"
"Space Columns Equally"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3149024.53.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_COLUMN_CB_BALANCECOLS\\\"\\>Evenly "
"distributes the text in \\<link href=\\\"text/swriter/01/04020000.xhp\\\" "
"name=\\\"multi-column sections\\\"\\>multi-column "
"sections\\</link\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3153924.19.help.text
msgid "Width and spacing"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3147176.20.help.text
msgid ""
"If the \\<emph\\>Automatic width\\</emph\\> check box is selected, enter the "
"width and spacing options for the columns."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3147562.21.help.text
msgid "(Column number)"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3145206.22.help.text
msgid ""
"Displays the column number, as well as width and distance to the adjacent "
"columns."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3156324.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3156324.23.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3150761.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_IMAGEBUTTON_TP_COLUMN_BTN_DOWN\\\"\\>Moves the column "
"display one column to the left.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3149287.help.text
msgid ""
"\\<image id=\\\"img_id3149750\\\" src=\\\"res/sc06301.png\\\"\\>\\<alt "
"id=\\\"alt_id3149750\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3154694.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#par_id3154694.48.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3145421.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3145421.25.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3153576.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW_IMAGEBUTTON_TP_COLUMN_BTN_UP\\\"\\>Moves the column "
"display one column to the right.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3152938.help.text
msgid ""
"\\<image id=\\\"img_id3152948\\\" src=\\\"res/sc06300.png\\\"\\>\\<alt "
"id=\\\"alt_id3152948\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3153540.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#par_id3153540.49.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3154470.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3154470.42.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3152963.43.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_COLUMN_ED_3\\\"\\>Enter the width of the "
"column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3151308.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3151308.7.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3153672.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_COLUMN_ED_DIST2\\\"\\>Enter the amount of "
"space that you want to leave between the columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3147530.9.help.text
msgid "Automatic Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3150986.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_COLUMN_CB_AUTO_WIDTH\\\"\\>Creates columns "
"of equal width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3155892.44.help.text
msgid ""
"The column layout preview only shows the columns and not the surrounding "
"page."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3149685.11.help.text
msgid "Separator line"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3154188.12.help.text
msgid ""
"This area is only available if your layout contains more than one column."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3155775.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3155775.13.help.text\n"
"Line"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3159190.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_COLUMN_LB_STYLE\\\"\\>Select the formatting "
"style for the column separator line. If you do not want a separator line, "
"choose \"None\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3155184.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3155184.15.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3149309.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_COLUMN_ED_HEIGHT\\\"\\>Enter the length "
"of the separator line as a percentage of the height of the column "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3143271.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3143271.17.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3149485.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_COLUMN_LB_POSITION\\\"\\>Select the vertical "
"alignment of the separator line. This option is only available if "
"\\<emph\\>Height\\</emph\\> value of the line is less than 100%.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#hd_id3151248.50.help.text
msgid "Apply to"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040500.xhp#par_id3154827.51.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_DLG_COLUMN_LB_APPLY_TO\\\"\\>Select the item "
"that you want to apply the column layout to.\\</ahelp\\> This option is only "
"available if you access this dialog by choosing \\<emph\\>Format - "
"Columns\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040501.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05040501.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040501.xhp#hd_id3149871.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040501.xhp#hd_id3149871.1.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040501.xhp#par_id3148569.2.help.text
msgid ""
"Specifies the number of columns and the column layout for the section."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040501.xhp#par_id3151390.4.help.text
msgid ""
"Sections follow the text flow behavior of the page they are inserted into."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040501.xhp#par_id3083448.5.help.text
msgid ""
"For example, if you insert a section that uses a two-column layout into a "
"page style that uses a four-column layout, the two-column layout is nested "
"inside one of the four columns."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040501.xhp#par_id3155625.6.help.text
msgid ""
"You can also nest sections, that is, you can insert a section into another "
"section."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05040600.xhp#tit.help.text\n"
"Footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154767.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05040600.xhp\\\" "
"name=\\\"Footnote\\\"\\>Footnote\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3149351.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FOOTNOTE_PAGE\\\"\\>Specifies the layout options for "
"footnotes, including the line that separates the footnote from the main body "
"of document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3151185.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#par_id3151185.23.help.text\n"
"This tab is not available in \\<link "
"href=\\\"text/swriter/01/03130000.xhp\\\" name=\\\"Print Layout\\\"\\>Print "
"Layout\\</link\\> view."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154646.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154646.3.help.text\n"
"Footnote area"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3151168.4.help.text
msgid "Set the height of the footnote area."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3145412.5.help.text
msgid "Not larger than page area"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3147514.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT_PAGE\\\"\\>Autom"
"atically adjusts the height of the footnote area depending on the number of "
"footnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154099.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154099.7.help.text\n"
"Maximum Footnote Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3149807.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FOOTNOTE_PAGE:RB_MAXHEIGHT\\\"\\>Sets a "
"maximum height for the footnote area. Select this check box, and then enter "
"the height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154470.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154470.9.help.text\n"
"Maximum Footnote Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3154568.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_MAXHEIGHT\\\"\\>Enter "
"the maximum height for the footnote area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3151318.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3151318.11.help.text\n"
"Distance from text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3153665.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_DIST\\\"\\>Enter the "
"amount of space to leave between the bottom page margin and the first line "
"of text in the footnote area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3155897.13.help.text
msgid "Separator Line"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3149689.14.help.text
msgid "Specifies the position and length of the separator line."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154194.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3154194.15.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3155184.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINEPOS\\\"\\>Select the "
"horizontal alignment for the line that separates the main text from the "
"footnote area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3143284.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3143284.17.help.text\n"
"Length"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3154827.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEWIDTH\\\"\\>Enter "
"the length of the separator line as a percentage of the page width "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3151253.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3151253.19.help.text\n"
"Weight"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3149105.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTE_PAGE:DLB_LINETYPE\\\"\\>Select the "
"formatting style for the separator line. If you do not want a separator "
"line, choose \"0.0 pt\".\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3149828.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040600.xhp#hd_id3149828.21.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3148970.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FOOTNOTE_PAGE:ED_LINEDIST\\\"\\>Enter the "
"amount of space to leave between the separator line and the first line of "
"the footnote area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040600.xhp#par_id3155145.24.help.text
msgid ""
"To specify the spacing between two footnotes, choose \\<emph\\>Format - "
"Paragraph, and then click the Indents and Spacing \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#tit.help.text
msgid "Footnotes/Endnotes"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149028.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05040700.xhp\\\" "
"name=\\\"Footnotes/Endnotes\\\"\\>Footnotes/Endnotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3147170.2.help.text
msgid ""
"\\<ahelp hid=\\\"\\\" visibility=\\\"visible\\\"\\>Specifies where footnotes "
"and endnotes are displayed as well as their numbering formats.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3149800.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#par_id3149800.3.help.text\n"
"This tab is not available in \\<link "
"href=\\\"text/swriter/01/03130000.xhp\\\" name=\\\"Print Layout\\\"\\>Print "
"Layout\\</link\\> view."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3153538.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3153538.4.help.text\n"
"Footnotes"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3154480.5.help.text
msgid "Collect at end of text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3151309.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_SECTION_FTNENDNOTES:CB_FTN_AT_TXTEND\\\" "
"visibility=\\\"visible\\\"\\>Adds footnotes at the end of the section. If "
"the section spans more than one page, the footnotes are added to the bottom "
"of the page on which the footnote anchors appear.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3152960.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3152960.6.help.text\n"
"Restart numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3153677.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_SECTION_FTNENDNOTES:CB_FTN_NUM\\\" "
"visibility=\\\"visible\\\"\\>Restarts the footnote numbering at the number "
"that you specify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149688.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149688.13.help.text\n"
"Start at"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3154196.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_SECTION_FTNENDNOTES:FLD_FTN_OFFSET\\\" "
"visibility=\\\"visible\\\"\\>Enter the number that you want to assign the "
"footnote.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3155185.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3155185.15.help.text\n"
"Custom format"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3143283.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_SECTION_FTNENDNOTES:CB_FTN_NUM_FMT\\\" "
"visibility=\\\"visible\\\"\\>Specifies a custom numbering format for "
"footnotes.\\</ahelp\\> This check box is only available if the "
"\\<emph\\>Restart numbering\\</emph\\> check box is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3151258.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3151258.17.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3149827.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_SECTION_FTNENDNOTES:ED_FTN_PREFIX\\\" "
"visibility=\\\"visible\\\"\\>Enter the text that you want to display in "
"front of the footnote number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3154827.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3154827.19.help.text\n"
"Spin button own format"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3147092.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_SECTION_FTNENDNOTES:LB_FTN_NUMVIEW\\\" "
"visibility=\\\"visible\\\"\\>Select the numbering style for the "
"footnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3148975.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3148975.21.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3147221.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_SECTION_FTNENDNOTES:ED_FTN_SUFFIX\\\" "
"visibility=\\\"visible\\\"\\>Enter the text that you want to display after "
"the footnote number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149044.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149044.7.help.text\n"
"Endnotes"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3153639.8.help.text
msgid "Collect at end of section"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3147585.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_SECTION_FTNENDNOTES:CB_END_AT_TXTEND\\\" "
"visibility=\\\"visible\\\"\\>Adds endnotes at the end of the "
"section.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3152780.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3152780.9.help.text\n"
"Restart numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3153345.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_SECTION_FTNENDNOTES:CB_END_NUM\\\" "
"visibility=\\\"visible\\\"\\>Restarts the endnote numbering at the number "
"that you specify.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149166.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3149166.26.help.text\n"
"Start at"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3156270.27.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_SECTION_FTNENDNOTES:FLD_END_OFFSET\\\" "
"visibility=\\\"visible\\\"\\>Enter the number that you want to assign the "
"endnote.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3151027.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3151027.28.help.text\n"
"Custom format"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3145776.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_SECTION_FTNENDNOTES:CB_END_NUM_FMT\\\" "
"visibility=\\\"visible\\\"\\>Specifies a custom numbering format for "
"endnotes.\\</ahelp\\> This check box is only available if you the "
"\\<emph\\>Restart numbering\\</emph\\> check box is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3151383.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3151383.30.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3155921.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_SECTION_FTNENDNOTES:ED_END_PREFIX\\\" "
"visibility=\\\"visible\\\"\\>Enter the text that you want to display in "
"front of the endnote number\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3150699.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3150699.32.help.text\n"
"Spin button own format"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3150123.33.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_SECTION_FTNENDNOTES:LB_END_NUMVIEW\\\" "
"visibility=\\\"visible\\\"\\>Select the numbering style for the "
"endnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3155871.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040700.xhp#hd_id3155871.34.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040700.xhp#par_id3147425.35.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_SECTION_FTNENDNOTES:ED_END_SUFFIX\\\" "
"visibility=\\\"visible\\\"\\>Enter the text that you want to display after "
"the endnote number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#tit.help.text
msgid "Text Grid"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#bm_id3150760.help.text
msgid "\\<bookmark_value\\>Asian layout;text grid\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3150760.18.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05040800.xhp\\\" name=\\\"Text "
"Grid\\\"\\>Text Grid\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3151171.17.help.text
msgid ""
"\\<ahelp hid=\\\"\\\"\\>Adds a text grid to the current page style. This "
"option is only available if Asian language support is enabled under "
"\\<emph\\>Tools - Options - Language Settings - "
"Languages\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3154101.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3154101.16.help.text\n"
"Grid"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3149805.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_TEXTGRID_PAGE_RB_CHARSGRID\\\"\\>Adds or "
"removes a text grid for lines or characters to the current page "
"style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3153537.14.help.text
msgid "Grid layout"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3154478.12.help.text
msgid "Lines per page"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3151308.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_NUMERICFIELD_TP_TEXTGRID_PAGE_NF_LINESPERPAGE\\\"\\>Enter the "
"maximum number of lines that you want on a page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3152957.10.help.text
msgid "Characters per line"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3153674.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW_NUMERICFIELD_TP_TEXTGRID_PAGE_NF_CHARSPERLINE\\\"\\>Enter the "
"maximum number of characters that you want on a line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3149684.8.help.text
msgid "Max. base text size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3154193.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_TEXTGRID_PAGE_MF_TEXTSIZE\\\"\\>Enter the "
"maximum base text size. A large value results in less characters per "
"line.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3155182.6.help.text
msgid "Max. Ruby text size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3143283.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW_METRICFIELD_TP_TEXTGRID_PAGE_MF_RUBYSIZE\\\"\\>Enter the "
"font size for the Ruby text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3149496.4.help.text
msgid "Ruby text below/left from base text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3149816.3.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_TEXTGRID_PAGE_CB_RUBYBELOW\\\"\\>Displays "
"Ruby text to the left of or below the base text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#hd_id3149100.2.help.text
msgid "Grid display"
msgstr ""

#: helpcontent2/source/text/swriter/01/05040800.xhp#par_id3147089.1.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_TEXTGRID_PAGE_LB_COLOR\\\"\\>Specifies the "
"printing and color options of the text grid.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060000.xhp#tit.help.text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060000.xhp#hd_id3150016.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060000.xhp#hd_id3150016.1.help.text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060000.xhp#par_id3148774.2.help.text
msgid ""
"\\<variable id=\\\"grafiktext\\\"\\>\\<ahelp "
"hid=\\\".uno:GraphicDialog\\\"\\>Formats the size, position, and other "
"properties of the selected graphic.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060000.xhp#par_id3147167.5.help.text
msgid ""
"You can also change some of the properties of the selected graphic with "
"\\<link href=\\\"text/swriter/01/04130100.xhp\\\" name=\\\"shortcut "
"keys\\\"\\>shortcut keys\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060000.xhp#par_id3150759.3.help.text
msgid ""
"The \\<emph\\>Graphics\\</emph\\> dialog contains the following tab pages:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060000.xhp#hd_id3145419.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060000.xhp#hd_id3145419.4.help.text\n"
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Wrap\\\"\\>Wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060100.xhp#tit.help.text\n"
"Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3151389.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060100.xhp\\\" "
"name=\\\"Type\\\"\\>Type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3150568.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FRM_STD\\\"\\>Specifies the size and the position of "
"the selected object or frame on a page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147168.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147168.3.help.text\n"
"Size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147567.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147567.5.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3151180.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_STD:ED_WIDTH\\\"\\>Enter the width "
"that you want for the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3154646.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3154646.7.help.text\n"
"Relative"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3145413.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_STD:CB_REL_WIDTH\\\"\\>Calculates the "
"width of the selected object as a percentage of the width of the page print "
"area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147516.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147516.9.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3154099.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_STD:ED_HEIGHT\\\"\\>Enter the height "
"that you want for the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3149809.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3149809.11.help.text\n"
"Relative"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3154563.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_STD:CB_REL_HEIGHT\\\"\\>Calculates the "
"height of the selected object as a percentage of the height of the page "
"print area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3151313.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3151313.13.help.text\n"
"Keep ratio"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3153675.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_STD:CB_FIXEDRATIO\\\"\\>Maintains the "
"height and width ratio when you change the width or the height "
"setting.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3154470.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3154470.41.help.text\n"
"Original Size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3155898.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_FRM_STD:BT_REALSIZE\\\"\\>Resets the size "
"settings of the selected object to the original values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3149102.44.help.text
msgid "This option is not available for frames."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3149824.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3149824.15.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3151262.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_STD:CB_AUTOHEIGHT\\\"\\>Automatically "
"adjusts the width or height of a frame to match the contents of the frame. "
"If you want, you can specify a minimum width or minimum height for the "
"frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3152773.43.help.text
msgid ""
"The \\<emph\\>Automatic\\</emph\\> option is only available when you select "
"a frame."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3155144.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3155144.17.help.text\n"
"Anchor"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3153352.18.help.text
msgid "Specify the anchoring options for the selected object or frame."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3156269.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3156269.45.help.text\n"
"To page"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3149169.46.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_PAGE\\\"\\>Anchors the "
"selection to the current page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3151028.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3151028.60.help.text\n"
"To paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3145777.61.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_PARA\\\"\\>Anchors the "
"selection to the current paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3155913.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3155913.62.help.text\n"
"To character"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3151377.63.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_AT_CHAR\\\"\\>Anchors "
"the selection to a character.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150115.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150115.47.help.text\n"
"As character"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3155863.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_FRM_STD_RB_ANCHOR_AS_CHAR\\\"\\>Anchors "
"the selection as character. The height of the current line is resized to "
"match the height of the selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150693.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150693.25.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3147413.26.help.text
msgid "Specify the location of the selected object on the current page."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147488.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147488.27.help.text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3145121.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FRM_STD:DLB_HORIZONTAL\\\"\\>Select the "
"horizontal alignment option for the object.\\</ahelp\\> This option is not "
"available if you chose \"anchor as character\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3149554.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3149554.29.help.text\n"
"by"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3145258.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_STD:ED_AT_HORZ_POS\\\"\\>Enter the "
"amount of space to leave between the left edge of the selected object and "
"the reference point that you select in the \\<emph\\>To\\</emph\\> "
"box.\\</ahelp\\> This option is only available if you select \"From Left\" "
"in the \\<emph\\>Horizontal\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150545.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150545.48.help.text\n"
"to"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3149213.49.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FRM_STD:LB_HORI_RELATION\\\"\\>Select the "
"reference point for the selected horizontal alignment option.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3149230.51.help.text
msgid ""
"You can see the result of the alignments options that you select in the "
"Preview box."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3147746.52.help.text
msgid "Mirror on even pages"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3146337.53.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_STD:CB_MIRROR\\\"\\>Reverses the current "
"horizontal alignment settings on even pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3148446.54.help.text
msgid ""
"You can also use the \\<link href=\\\"text/swriter/01/05060300.xhp\\\" "
"name=\\\"Graphics\\\"\\>\\<emph\\>Graphics\\</emph\\>\\</link\\> flip "
"options to adjust the layout of objects on even and odd pages."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3145310.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3145310.31.help.text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3150161.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FRM_STD:DLB_VERTICAL\\\"\\>Select the "
"vertical alignment option for the object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3150463.59.help.text
msgid ""
"If you anchor an object to a frame with a fixed height, only the \"Bottom\" "
"and \"Center\" alignment options are available."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3154724.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3154724.33.help.text\n"
"by"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3156130.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_STD:ED_AT_VERT_POS\\\"\\>Enter the "
"amount of space to leave between the top edge of the selected object and the "
"reference point that you select in the \\<emph\\>To\\</emph\\> "
"box.\\</ahelp\\> This option is only available if you select \"From Top\" or "
"\"From Bottom\" (as character) in the \\<emph\\>Vertical\\</emph\\> box. "
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150912.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060100.xhp#hd_id3150912.56.help.text\n"
"to"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3155075.57.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FRM_STD:LB_VERT_RELATION\\\"\\>Select the "
"reference point for the selected vertical alignment option.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_idN10A8E.help.text
msgid "Follow text flow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_idN10A92.help.text
msgid ""
"\\<ahelp hid=\\\"sw:CheckBox:TP_FRM_STD:CB_FOLLOWTEXTFLOW\\\"\\>Keeps the "
"selected object within the layout boundaries of the text that the object is "
"anchored to. To place the selected object anywhere in your document, do not "
"select this option.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_idN10AA6.help.text
msgid ""
"By default, the \\<emph\\>Follow text flow\\</emph\\> option is selected "
"when you open a document that was created in a version of %PRODUCTNAME older "
"than %PRODUCTNAME %PRODUCTVERSION. However, this option is not selected when "
"you create a document or when you open a document in Microsoft Word format "
"(*.doc)."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3149241.58.help.text
msgid ""
"The green rectangle represents the selected object and the red rectangle "
"represents the alignment reference point. If you anchor the object as a "
"character, the reference rectangle changes to a red line."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3146949.66.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05260000.xhp\\\" name=\\\"Format - "
"Anchor\\\"\\>\\<emph\\>Format - Anchor\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060100.xhp#par_id3153231.67.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05070000.xhp\\\" name=\\\"Format - "
"Alignment\\\"\\>\\<emph\\>Format - Alignment\\</emph\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060200.xhp#tit.help.text\n"
"Wrap"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3153527.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3153527.1.help.text\n"
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Wrap\\\"\\>Wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3154478.2.help.text
msgid ""
"\\<variable id=\\\"umlauftext\\\"\\>\\<ahelp "
"hid=\\\".uno:TextWrap\\\"\\>Specify the way you want text to wrap around an "
"object.\\</ahelp\\> You can also specify the spacing between the text and "
"the object. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3151249.56.help.text
msgid ""
"To wrap text around a table, place the table in a frame, and then wrap the "
"text around the frame."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3154829.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3154829.3.help.text\n"
"Settings"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3148971.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3148971.5.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3147100.6.help.text
msgid ""
"\\<variable id=\\\"keinumlauftext\\\"\\>\\<ahelp "
"hid=\\\"SW:IMAGERADIOBUTTON:TP_FRM_WRAP:RB_NO_WRAP\\\"\\>Places the object "
"on a separate line in the document. The Text in the document appears above "
"and below the object, but not on the sides of the "
"object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149038.help.text
msgid ""
"\\<image id=\\\"img_id3149044\\\" src=\\\"sw/imglst/wr07.png\\\" "
"width=\\\"1.094cm\\\" height=\\\"1.094cm\\\"\\>\\<alt "
"id=\\\"alt_id3149044\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3155139.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#par_id3155139.49.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3153351.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3153351.17.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149171.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGERADIOBUTTON:TP_FRM_WRAP:RB_WRAP_LEFT\\\"\\>Wraps "
"text on the left side of the object if there is enough space.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3145774.help.text
msgid ""
"\\<image id=\\\"img_id3145780\\\" src=\\\"sw/imglst/wr02.png\\\" "
"width=\\\"1.094cm\\\" height=\\\"1.094cm\\\"\\>\\<alt "
"id=\\\"alt_id3145780\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3151384.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#par_id3151384.43.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3150116.65.help.text
msgid ""
"The name of this option is \\<emph\\>Before\\</emph\\> if Asian language "
"support is enabled."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3155870.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3155870.19.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3150700.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGERADIOBUTTON:TP_FRM_WRAP:RB_WRAP_RIGHT\\\"\\>Wraps "
"text on the right side of the object if there is enough space.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149560.help.text
msgid ""
"\\<image id=\\\"img_id3149567\\\" src=\\\"sw/imglst/wr03.png\\\" "
"width=\\\"1.094cm\\\" height=\\\"1.094cm\\\"\\>\\<alt "
"id=\\\"alt_id3149567\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3155966.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#par_id3155966.44.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3155978.66.help.text
msgid ""
"The name of this option is \\<emph\\>After\\</emph\\> if Asian language "
"support is enabled."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149213.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149213.21.help.text\n"
"Parallel"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3147740.22.help.text
msgid ""
"\\<variable id=\\\"seitenumlauftext\\\"\\>\\<ahelp "
"hid=\\\"SW:IMAGERADIOBUTTON:TP_FRM_WRAP:RB_WRAP_PARALLEL\\\"\\>Wraps text on "
"all four sides of the border frame of the object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3148845.help.text
msgid ""
"\\<image id=\\\"img_id3148851\\\" src=\\\"sw/imglst/wr04.png\\\" "
"width=\\\"1.094cm\\\" height=\\\"1.094cm\\\"\\>\\<alt "
"id=\\\"alt_id3148851\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3148442.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#par_id3148442.45.help.text\n"
"Parallel"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3151081.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3151081.11.help.text\n"
"Through"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3154089.12.help.text
msgid ""
"\\<variable id=\\\"durchlauftext\\\"\\>\\<ahelp "
"hid=\\\"SW:IMAGERADIOBUTTON:TP_FRM_WRAP:RB_WRAP_THROUGH\\\"\\>Places the "
"object in front of the text.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3150162.help.text
msgid ""
"\\<image id=\\\"img_id3150169\\\" src=\\\"sw/imglst/wr05.png\\\" "
"width=\\\"1.094cm\\\" height=\\\"1.094cm\\\"\\>\\<alt "
"id=\\\"alt_id3150169\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3156104.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#par_id3156104.50.help.text\n"
"Through"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3150451.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3150451.23.help.text\n"
"Optimal"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3154716.24.help.text
msgid ""
"\\<variable id=\\\"dynamischertext\\\"\\>\\<ahelp "
"hid=\\\".uno:WrapIdeal\\\"\\>Automatically wraps text to the left, to the "
"right, or on all four sides of the border frame of the object. If the "
"distance between the object and the page margin is less than 2 cm, the text "
"is not wrapped. \\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3150904.help.text
msgid ""
"\\<image id=\\\"img_id3150910\\\" src=\\\"sw/imglst/wr06.png\\\" "
"width=\\\"1.094cm\\\" height=\\\"1.094cm\\\"\\>\\<alt "
"id=\\\"alt_id3150910\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149237.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149237.46.help.text\n"
"Optimal"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3146940.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3146940.26.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3146953.27.help.text
msgid "Specify the text wrap options."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3153229.28.help.text
msgid "First Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3154333.29.help.text
msgid ""
"\\<variable id=\\\"ersterabsatztext\\\"\\>\\<ahelp "
"hid=\\\".uno:WrapAnchorOnly\\\"\\>Starts a new paragraph below the object "
"after you press Enter.\\</ahelp\\> The space between the paragraphs is "
"determined by the size of the object. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3148790.30.help.text
msgid "In Background"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3150100.31.help.text
msgid ""
"\\<variable id=\\\"hintergrundtext\\\"\\>\\<ahelp "
"hid=\\\".uno:WrapThroughTransparent\\\"\\>Moves the selected object to the "
"background. This options is only available if you selected the\\<emph\\> "
"Through\\</emph\\> wrap type.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149358.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149358.47.help.text\n"
"Contour"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3155793.48.help.text
msgid ""
"\\<variable id=\\\"konturtext\\\"\\>\\<ahelp "
"hid=\\\".uno:WrapContour\\\"\\>Wraps text around the shape of the object. "
"This option is not available for the \\<emph\\>Through\\</emph\\> wrap type, "
"or for frames.\\</ahelp\\> To change the contour of an object, select the "
"object, and then choose \\<emph\\>Format - Wrap - \\</emph\\>\\<link "
"href=\\\"text/swriter/01/05060201.xhp\\\" name=\\\"Edit "
"Contour\\\"\\>\\<emph\\>Edit Contour\\</emph\\>\\</link\\>. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3154620.51.help.text
msgid "Only outside"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3147377.52.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_WRAP:CB_ONLYOUTSIDE\\\"\\>Wraps text "
"only around the contour of the object, but not in open areas within the "
"object shape.\\</ahelp\\> This option is not available for frames."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3147397.33.help.text
msgid "Gaps"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149637.34.help.text
msgid ""
"Specify the amount of space to leave between the selected object and the "
"text."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3150659.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3150659.35.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3150678.36.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_WRAP:ED_LEFT_MARGIN\\\"\\>Enter the "
"amount of space that you want between the left edge of the object and the "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3154032.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3154032.37.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3149956.38.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_WRAP:ED_RIGHT_MARGIN\\\"\\>Enter the "
"amount of space that you want between the right edge of the object and the "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149974.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149974.39.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3147284.40.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_WRAP:ED_TOP_MARGIN\\\"\\>Enter the "
"amount of space that you want between the top edge of the object and the "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149609.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060200.xhp#hd_id3149609.41.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060200.xhp#par_id3157884.42.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FRM_WRAP:ED_BOTTOM_MARGIN\\\"\\>Enter the "
"amount of space that you want between the bottom edge of the object and the "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060201.xhp#tit.help.text\n"
"Contour Editor"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3153539.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3153539.1.help.text\n"
"Contour Editor"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3153677.2.help.text
msgid ""
"\\<variable id=\\\"konturtext\\\"\\>\\<ahelp "
"hid=\\\".uno:ContourDialog\\\"\\>Changes the contour of the selected object. "
"$[officename] uses the contour when determining the \\<link "
"href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"text wrap\\\"\\>text "
"wrap\\</link\\> options for the object.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3155892.46.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_GRAPHWND\\\"\\>Displays a preview of the "
"contour.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3159195.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3159195.3.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3155184.4.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_APPLY\\\"\\>Applies the contour to the selected "
"object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149827.help.text
msgid ""
"\\<image id=\\\"img_id3151253\\\" src=\\\"svx/res/nu07.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151253\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3148971.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3148971.5.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3147091.6.help.text
msgid "Wrap Region"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3147217.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_WORKPLACE\\\"\\>Deletes the custom contour. "
"Click here, and then click in the preview area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3147579.help.text
msgid ""
"\\<image id=\\\"img_id3147585\\\" src=\\\"svx/res/cd02.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147585\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3153351.8.help.text
msgid "Work area"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3149170.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3149170.9.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3156270.10.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_SELECT\\\"\\>Changes to selection mode, so that "
"you can select the contour.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3151370.help.text
msgid ""
"\\<image id=\\\"img_id3151377\\\" "
"src=\\\"res/commandimagelist/sc_drawselect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151377\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150121.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150121.11.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3155868.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3155868.12.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150696.13.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_RECT\\\"\\>Draws a rectangular contour where "
"you drag in the object preview. To draw a square, hold down Shift while you "
"drag.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149559.help.text
msgid ""
"\\<image id=\\\"img_id3149565\\\" "
"src=\\\"res/commandimagelist/sc_rect.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149565\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145137.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145137.14.help.text\n"
"Rectangle"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3155980.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3155980.15.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150558.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_CIRCLE\\\"\\>Draws an oval contour where you "
"drag in the object preview.\\</ahelp\\> To draw a circle, hold down shift "
"while you drag."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3146332.help.text
msgid ""
"\\<image id=\\\"img_id3146338\\\" "
"src=\\\"res/commandimagelist/sc_ellipse.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146338\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3148857.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3148857.17.help.text\n"
"Ellipse"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3148443.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3148443.18.help.text\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154774.19.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_POLY\\\"\\>Draws a closed contour consisting of "
"straight line segments. Click where you want to start the polygon, and drag "
"to draw a line segment. Click again to define the end of the line segment, "
"and continue clicking to define the remaining line segments of the polygon. "
"Double-click to finish drawing the polygon. To constrain the polygon to "
"angles of 45 degree, hold down Shift when you click.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145304.help.text
msgid ""
"\\<image id=\\\"img_id3145311\\\" "
"src=\\\"res/commandimagelist/sc_polygon.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145311\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150164.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150164.20.help.text\n"
"Polygon"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3156096.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3156096.21.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3156112.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_POLYEDIT\\\"\\>Lets you change the shape of the "
"contour. Click here, and then drag the handles of the contour.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154711.help.text
msgid ""
"\\<image id=\\\"img_id3154717\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectbeziermode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3154717\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145632.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145632.23.help.text\n"
"Edit Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3150909.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3150909.24.help.text\n"
"Move Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150925.25.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_POLYMOVE\\\"\\>Lets you drag the handles of the "
"contour to change the shape of the contour.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3146940.help.text
msgid ""
"\\<image id=\\\"img_id3146947\\\" "
"src=\\\"res/commandimagelist/sc_beziermove.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3146947\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154330.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154330.26.help.text\n"
"Move Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3150086.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3150086.27.help.text\n"
"Insert Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3150103.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_POLYINSERT\\\"\\>Inserts a handle that you can "
"drag to change the shape of the contour. Click here, and then click on the "
"contour outline.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149357.help.text
msgid ""
"\\<image id=\\\"img_id3149363\\\" "
"src=\\\"res/commandimagelist/sc_bezierinsert.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149363\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3153120.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3153120.29.help.text\n"
"Insert Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3153136.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3153136.30.help.text\n"
"Delete Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154624.31.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_POLYDELETE\\\"\\>Removes a point from the "
"contour outline. Click here, and then click the point that you want to "
"delete.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149637.help.text
msgid ""
"\\<image id=\\\"img_id3149643\\\" "
"src=\\\"res/commandimagelist/sc_bezierdelete.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149643\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154028.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154028.32.help.text\n"
"Delete Points"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3149949.33.help.text
msgid "Auto Contour"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149966.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_AUTOCONTOUR\\\"\\>Automatically draws a contour "
"around the object that you can edit.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149615.help.text
msgid ""
"\\<image id=\\\"img_id3149621\\\" src=\\\"svx/res/cd025.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149621\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145655.35.help.text
msgid "AutoContour"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3148705.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3148705.36.help.text\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3148722.37.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_UNDO\\\"\\>Reverses the last action.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149200.help.text
msgid ""
"\\<image id=\\\"img_id3149206\\\" src=\\\"svx/res/cd020.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149206\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3157890.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3157890.38.help.text\n"
"Undo"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3157907.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3157907.39.help.text\n"
"Redo"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154219.40.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_REDO\\\"\\>Reverses the action of the last "
"\\<emph\\>Undo \\</emph\\>command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154058.help.text
msgid ""
"\\<image id=\\\"img_id3154073\\\" src=\\\"res/sc05700.png\\\" "
"width=\\\"0.2228inch\\\" height=\\\"0.2228inch\\\"\\>\\<alt "
"id=\\\"alt_id3154073\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3153195.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3153195.41.help.text\n"
"Redo"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3153212.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3153212.42.help.text\n"
"Eyedropper"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3145098.43.help.text
msgid ""
"\\<ahelp hid=\\\"HID_CONTDLG_PIPETTE\\\"\\>Selects the parts of the bitmap "
"that are the same color. Click here, and then click a color in the bitmap. "
"To increase the color range that is selected, increase the value in the "
"\\<emph\\>Tolerance \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149578.help.text
msgid ""
"\\<image id=\\\"img_id3149585\\\" src=\\\"sd/res/pipette.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149585\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149381.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#par_id3149381.44.help.text\n"
"Eyedropper"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3149398.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060201.xhp#hd_id3149398.45.help.text\n"
"Tolerance"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060201.xhp#par_id3154735.47.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:METRICFIELD:RID_SVXDLG_CONTOUR:MTF_TOLERANCE\\\"\\>Enter the "
"color tolerance for the eyedropper as a percentage. To increase the color "
"range that the eyedropper selects, enter a high percentage.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060300.xhp#tit.help.text\n"
"Picture"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3154473.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060300.xhp\\\" "
"name=\\\"Graphics\\\"\\>Picture\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3152961.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_GRF_EXT\\\"\\>Specify the flip and the link options for "
"the selected graphic.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3154191.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3154191.3.help.text\n"
"Flip"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3155174.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3155174.7.help.text\n"
"Vertically"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3149485.8.help.text
msgid ""
"\\<variable id=\\\"vertikaltext\\\"\\>\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_GRF_EXT:CB_VERT\\\"\\>Flips the selected graphic "
"vertically.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3154829.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3154829.5.help.text\n"
"Horizontally"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3151261.6.help.text
msgid ""
"\\<variable id=\\\"horizontaltext\\\"\\>\\<ahelp "
"hid=\\\"SW:CHECKBOX:TP_GRF_EXT:CB_HOR\\\"\\>Flips the selected graphic "
"horizontally.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3147101.15.help.text
msgid "On all pages"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3147212.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_GRF_EXT_RB_MIRROR_ALL_PAGES\\\"\\>Flips "
"the selected graphic horizontally on all pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3153632.17.help.text
msgid "On left pages"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3149037.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_GRF_EXT_RB_MIRROR_LEFT_PAGES\\\"\\>Flips "
"the selected graphic horizontally only on even pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3147580.19.help.text
msgid "On right pages"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3152775.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW_RADIOBUTTON_TP_GRF_EXT_RB_MIRROR_RIGHT_PAGES\\\"\\>Flips "
"the selected graphic horizontally only on odd pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3153349.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3153349.9.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3149164.10.help.text
msgid "Inserts the graphic as a link."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3149178.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3149178.11.help.text\n"
"File name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3156278.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_GRF_EXT:ED_CONNECT\\\"\\>Displays the path to "
"the linked graphic file. To change the link, click the browse button "
"(\\<emph\\>...\\</emph\\>) and then locate the file that you want to link "
"to. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3145776.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060300.xhp#hd_id3145776.13.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3151373.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_GRF_EXT:PB_BROWSE\\\"\\>Locate the new "
"graphic file that you want to link to, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3155855.21.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05240000.xhp\\\" name=\\\"Format - "
"Flip\\\"\\>Format - Flip\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060300.xhp#par_id3158743.22.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02180000.xhp\\\" name=\\\"Edit - "
"Links\\\"\\>Edit - Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060700.xhp#tit.help.text\n"
"Macro"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#bm_id3145241.help.text
msgid ""
"\\<bookmark_value\\>events; assigning "
"macros\\</bookmark_value\\>\\<bookmark_value\\>macros; "
"assigning\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3145241.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060700.xhp\\\" "
"name=\\\"Macro\\\"\\>Macro\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3158429.2.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:TABPAGE:RID_SFX_TP_MACROASSIGN\\\"\\>Specifies the "
"macro to run when you click a graphic, frame, or an OLE object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3147176.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3147176.3.help.text\n"
"Event"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147564.4.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:TABPAGE:RID_SFX_TP_MACROASSIGN\\\"\\>List the events "
"that can trigger a macro.\\</ahelp\\> Only the events that are relevant to "
"selected object are listed."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149286.23.help.text
msgid ""
"The following table lists the object types and the events that can trigger a "
"macro:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3152949.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3152949.24.help.text\n"
"Event"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149808.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149808.25.help.text\n"
"Event trigger"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3152957.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3152957.26.help.text\n"
"OLE object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154564.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154564.27.help.text\n"
"Graphics"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3153675.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3153675.28.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154473.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154473.29.help.text\n"
"AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149684.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149684.30.help.text\n"
"ImageMap area"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154197.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154197.31.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155182.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155182.32.help.text\n"
"Click object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149489.33.help.text
msgid "object is selected"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3151249.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3151249.34.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149104.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149104.35.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147089.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147089.36.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3153637.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3153637.37.help.text\n"
"Mouse over object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147579.38.help.text
msgid "mouse pointer moves over the object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3152779.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3152779.39.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3153349.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3153349.40.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149174.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149174.41.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3151031.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3151031.42.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145784.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145784.43.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155910.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155910.44.help.text\n"
"Trigger Hyperlink"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155857.45.help.text
msgid "hyperlink that is assigned to the object is clicked"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150693.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150693.46.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147423.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147423.47.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145256.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145256.48.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149554.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149554.49.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155976.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155976.50.help.text\n"
"Mouse leaves object "
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149216.51.help.text
msgid "mouse pointer moves off the object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147739.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147739.52.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3146336.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3146336.53.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149841.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149841.54.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148436.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148436.55.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3151082.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3151082.56.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154780.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154780.57.help.text\n"
"Graphics load successful "
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145304.58.help.text
msgid "graphic is loaded successfully"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150169.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150169.59.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154718.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154718.60.help.text\n"
"Graphics load terminated"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156136.61.help.text
msgid ""
"loading of the graphic is terminated by the user (for example, when "
"downloading)"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156105.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156105.62.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155079.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155079.63.help.text\n"
"Graphics load faulty"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149250.64.help.text
msgid "graphic is not successfully loaded"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154327.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154327.65.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148779.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148779.66.help.text\n"
"Input of alpha characters "
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150030.67.help.text
msgid "text is inputted"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155792.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155792.68.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154623.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154623.69.help.text\n"
"Input of non-alpha characters "
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147391.70.help.text
msgid "Nonprinting characters, such as tabs and line breaks, are entered"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150666.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150666.71.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149963.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149963.72.help.text\n"
"Resize frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3147284.73.help.text
msgid "frame is resized"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150774.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150774.74.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148713.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148713.75.help.text\n"
"Move frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155349.76.help.text
msgid "frame is moved"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155553.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155553.77.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154227.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3154227.78.help.text\n"
"Before inserting AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3155785.79.help.text
msgid "before AutoText is inserted"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145292.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145292.80.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145096.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145096.81.help.text\n"
"After inserting AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149577.82.help.text
msgid "after AutoText is inserted"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156237.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156237.83.help.text\n"
"x"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3159203.89.help.text
msgid ""
"For events that are linked to controls in forms, see\\<link "
"href=\\\"text/shared/02/01170103.xhp\\\" name=\\\"Control "
"properties\\\"\\>Control properties\\</link\\>, or \\<link "
"href=\\\"text/shared/02/01170202.xhp\\\" name=\\\"Form properties\\\"\\>Form "
"properties\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3156030.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3156030.5.help.text\n"
"Macros"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156043.6.help.text
msgid "Specify the macro that executes when the selected event occurs."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3156058.84.help.text
msgid ""
"Frames allow you to link certain events to a function that then decides if "
"the event is handled by $[officename] Writer or by the function. See the "
"$[officename] Basic Help for more information."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3149271.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3149271.7.help.text\n"
"Category"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3149284.8.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:TABPAGE:RID_SFX_TP_MACROASSIGN\\\"\\>Lists the "
"$[officename] program and any open $[officename] document.\\</ahelp\\> "
"Within this list, select the location where you want to save the macros."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3156441.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3156441.9.help.text\n"
"Macro name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3148458.10.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:TABPAGE:RID_SFX_TP_MACROASSIGN\\\"\\>Lists the "
"available macros. Select the macro that you want to assign to the selected "
"event, and then click \\<emph\\>Assign\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3145173.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3145173.11.help.text\n"
"Assign"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3145197.12.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SFX2:PUSHBUTTON:RID_SFX_SMALLTP_MACROASSIGN:PB_ASSIGN\\\"\\>Assigns "
"the selected to the selected event.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3150811.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060700.xhp#hd_id3150811.15.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060700.xhp#par_id3150882.16.help.text
msgid ""
"\\<variable id=\\\"aufheb\\\"\\>\\<ahelp "
"hid=\\\"SFX2:PUSHBUTTON:RID_SFX_SMALLTP_MACROASSIGN:PB_DELETE\\\"\\>Removes "
"the macro assignment from the selected entry.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060800.xhp#tit.help.text\n"
"Hyperlink"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#bm_id3150980.help.text
msgid ""
"\\<bookmark_value\\>objects; defining "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>frames; defining "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>pictures; defining "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; for "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3150980.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060800.xhp\\\" "
"name=\\\"Hyperlink\\\"\\>Hyperlink\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3154188.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FRM_URL\\\"\\>Specify the properties of the hyperlink "
"for the selected graphic, frame or OLE object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3155180.3.help.text
msgid "Link to"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3143275.4.help.text
msgid "Set the link properties."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3149485.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3149485.5.help.text\n"
"URL"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3154831.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FRM_URL:ED_URL\\\"\\>Enter the complete path to "
"the file that you want to open, for example, http://www.sun.com, or "
"file:///c|/Office/Document/Internet.sdw.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3151260.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3151260.17.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3149109.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_FRM_URL:PB_SEARCH\\\"\\>Locate the file "
"that you want the hyperlink to open, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\> The target file can be on your "
"machine or on an \\<link href=\\\"text/shared/00/00000002.xhp#ftp\\\" "
"name=\\\"FTP server\\\"\\>FTP server\\</link\\> in the Internet."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3148972.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3148972.19.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3147217.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FRM_URL:ED_NAME\\\"\\>Enter a name for the "
"hyperlink.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3153636.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3153636.7.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3149042.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:COMBOBOX:TP_FRM_URL:CB_FRAME\\\"\\>Specify the name of "
"the frame where you want to open the targeted file.\\</ahelp\\> The "
"predefined target frame names are described \\<link "
"href=\\\"text/shared/01/01100500.xhp\\\" name=\\\"here\\\"\\>here\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3152772.9.help.text
msgid "Image Map"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3155138.10.help.text
msgid ""
"Select the type of \\<link href=\\\"text/shared/00/00000002.xhp#imagemap\\\" "
"name=\\\"ImageMap\\\"\\>ImageMap\\</link\\> that you want to use. The "
"ImageMap settings override the hyperlink settings that you enter on this "
"page."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3153357.13.help.text
msgid "Server-side image map"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3149176.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_URL:CB_SERVER\\\"\\>Uses a server-side "
"image map.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#hd_id3156278.15.help.text
msgid "Client-side image map"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3151036.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_URL:CB_CLIENT\\\"\\>Uses the \\<link "
"href=\\\"text/shared/01/02220000.xhp\\\" name=\\\"image map\\\"\\>image "
"map\\</link\\> that you created for the selected object.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060800.xhp#par_id3151380.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060800.xhp#par_id3151380.21.help.text\n"
"\\<link href=\\\"text/shared/00/00000002.xhp#url\\\" "
"name=\\\"URL\\\"\\>URL\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05060900.xhp#tit.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3149879.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060900.xhp\\\" "
"name=\\\"Options\\\"\\>Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3149708.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FRM_ADD\\\"\\>Specifies properties for the selected "
"object, graphic or frame.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3151183.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3151183.3.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3147568.4.help.text
msgid "Specifies the name of the selected item, and associated links."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3151178.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3151178.5.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3147510.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FRM_ADD:ED_NAME\\\"\\>Enter a name for the "
"selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3154565.7.help.text
msgid ""
"Assign an object, graphic or frame a meaningful name, so that you can "
"quickly locate it afterwards in long documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3153674.15.help.text
msgid "Alternative text (floating frames, graphics, and objects only)"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3150977.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FRM_ADD:ED_ALT_NAME\\\"\\>Enter the text to "
"display in a web browser when the selected item is unavailable. Alternate "
"text is also used to assist people with disabilities.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3155903.23.help.text
msgid "Previous link"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3154192.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FRM_ADD_LB_PREV\\\"\\>Displays the item "
"(object, graphic, or frame) that comes before the current item in a linked "
"sequence. To add or change the previous link, select a name from the list. "
"If you are linking frames, the current frame and the target frame must be "
"empty.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3159198.25.help.text
msgid "Next link"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3149485.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FRM_ADD_LB_NEXT\\\"\\>Displays the item "
"(object, graphic, or frame) that comes after the current item in a linked "
"sequence. To add or change the next link, select a name from the list. If "
"you are a linking frames, the target frame must be empty.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3143280.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3143280.27.help.text\n"
"Protect"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3154834.28.help.text
msgid "Specifies protection options for the selected item."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3149820.9.help.text
msgid "Protect Contents"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3149105.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_ADD:CB_PROTECT_CONTENT\\\"\\>Prevents "
"changes to the contents of the selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3147099.29.help.text
msgid "You can still copy the contents of the selected item."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3148979.10.help.text
msgid "Protect Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3147225.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_ADD:CB_PROTECT_FRAME\\\"\\>Locks the "
"position of the selected item in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3153629.12.help.text
msgid "Protect Size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3147576.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_ADD:CB_PROTECT_SIZE\\\"\\>Locks the size "
"of the selected item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3152770.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3152770.8.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3155137.16.help.text
msgid "Specifies print and text options for the selected item."
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3153345.18.help.text
msgid "Editable in read-only document (frames only)"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3149167.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_ADD:CB_EDIT_IN_READONLY\\\"\\>Allows you "
"to edit the contents of a frame in a document that is read-only (write-"
"protected).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3156269.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3156269.14.help.text\n"
"Print"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3151028.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FRM_ADD:CB_PRINT_FRAME\\\"\\>Includes the "
"selected item when you print the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3145776.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05060900.xhp#hd_id3145776.33.help.text\n"
"Text flow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3151374.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FRM_ADD_LB_TEXTFLOW\\\"\\>Specifies the "
"preferred text flow direction in a frame. To use the default text flow "
"settings for the page, select \\<emph\\>Use superordinate object settings "
"\\</emph\\>from the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05060900.xhp#par_id3150689.34.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05040200.xhp\\\" name=\\\"Text "
"direction\\\"\\>Text direction\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05080000.xhp#tit.help.text\n"
"Object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05080000.xhp#hd_id3150536.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05080000.xhp#hd_id3150536.1.help.text\n"
"Object"
msgstr ""

#: helpcontent2/source/text/swriter/01/05080000.xhp#par_id3149352.2.help.text
msgid ""
"\\<variable id=\\\"objekttext\\\"\\>\\<ahelp "
"hid=\\\".uno:FrameDialog\\\"\\>Opens a dialog where you can modify the "
"properties of the selected object, for example, its size and "
"name.\\</ahelp\\>.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05080000.xhp#hd_id3145249.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05080000.xhp#hd_id3145249.61.help.text\n"
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Wrap\\\"\\>Wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05090000.xhp#tit.help.text\n"
"Table Format "
msgstr ""

#: helpcontent2/source/text/swriter/01/05090000.xhp#hd_id3147172.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090000.xhp#hd_id3147172.1.help.text\n"
"Table Format "
msgstr ""

#: helpcontent2/source/text/swriter/01/05090000.xhp#par_id3154643.2.help.text
msgid ""
"\\<variable id=\\\"tabelletext\\\"\\>\\<ahelp "
"hid=\\\".uno:TableDialog\\\"\\>Specifies the properties of the selected "
"table, for example, name, alignment, spacing, column width, borders, and "
"background.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05090100.xhp#tit.help.text\n"
"Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#bm_id3154762.help.text
msgid ""
"\\<bookmark_value\\>tables; "
"sizing\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"positioning\\</bookmark_value\\>\\<bookmark_value\\>tables; inserting text "
"before\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3154762.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05090100.xhp\\\" "
"name=\\\"Table\\\"\\>Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3146322.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FORMAT_TABLE\\\"\\>Specify the size, position, spacing, "
"and alignment options for the selected table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3154560.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3154560.3.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149881.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149881.5.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3145244.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FORMAT_TABLE:ED_NAME\\\"\\>Enter an internal "
"name for the table. You can use this name to quickly locate the table in the "
"Navigator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3150567.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3150567.7.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3149026.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FORMAT_TABLE:ED_WIDTH\\\"\\>Enter the "
"width of the table.\\</ahelp\\> This check box is only available if the "
"\\<emph\\>Automatic\\</emph\\> option in the \\<emph\\>Alignment\\</emph\\> "
"area is not selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3154644.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3154644.9.help.text\n"
"Relative"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3151183.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_FORMAT_TABLE:CB_REL_WIDTH\\\"\\>Displays the "
"width of the table as a percentage of the page width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3151168.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3151168.13.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3145412.14.help.text
msgid "Set the alignment options for the selected table."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3147511.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3147511.15.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3154108.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FORMAT_TABLE:RB_FULL\\\"\\>Extends the "
"table horizontally to the left and to the right page margins.\\</ahelp\\> "
"This is the recommended setting for tables in HTML documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149807.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149807.17.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3153540.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FORMAT_TABLE:RB_LEFT\\\"\\>Aligns the "
"left edge of the table to the left page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3151311.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3151311.36.help.text\n"
"Left margin"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3153672.37.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FORMAT_TABLE:RB_FROM_LEFT\\\"\\>Aligns "
"the left edge of the table to the indent that you enter in the "
"\\<emph\\>Left \\</emph\\>box in the \\<emph\\>Spacing "
"\\</emph\\>area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3150982.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3150982.19.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3154567.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FORMAT_TABLE:RB_RIGHT\\\"\\>Aligns the "
"right edge of the table to the right page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3155899.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3155899.21.help.text\n"
"Centered"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3149696.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FORMAT_TABLE:RB_CENTER\\\"\\>Centers the "
"table horizontally on the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3159188.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3159188.23.help.text\n"
"Manual"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3155180.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FORMAT_TABLE:RB_FREE\\\"\\>Horizontally "
"aligns the table based on the values that you enter in the "
"\\<emph\\>Left\\</emph\\> and \\<emph\\>Right\\</emph\\> boxes in "
"the\\<emph\\> Spacing\\</emph\\> area.\\</ahelp\\> $[officename] "
"automatically calculates the table width. Select this option if you want to "
"specify the individual \\<link href=\\\"text/swriter/01/05090200.xhp\\\" "
"name=\\\"column widths\\\"\\>column widths\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149824.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149824.25.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149102.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3149102.27.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3154836.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FORMAT_TABLE:ED_LEFT_DIST\\\"\\>Enter the "
"amount of space that you want to leave between the left page margin and the "
"edge of the table.\\</ahelp\\> This option is not available if the "
"\\<emph\\>Automatic \\</emph\\>or the \\<emph\\>Left\\</emph\\> option is "
"selected in the \\<emph\\>Alignment\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3147094.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3147094.29.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3147220.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FORMAT_TABLE:ED_RIGHT_DIST\\\"\\>Enter "
"the amount of space that you want to leave between the right page margin and "
"the edge of the table.\\</ahelp\\> This option is not available if the "
"\\<emph\\>Automatic \\</emph\\>or the \\<emph\\>Right\\</emph\\> option is "
"selected in the \\<emph\\>Alignment\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3147576.31.help.text
msgid "Above"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3152771.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FORMAT_TABLE:ED_TOP_DIST\\\"\\>Enter the "
"amount of space that you want to leave between the top edge of the table and "
"the text above the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#hd_id3155142.33.help.text
msgid "Below"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3145763.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_FORMAT_TABLE:ED_BOTTOM_DIST\\\"\\>Enter "
"the amount of space that you want to leave between the bottom edge of the "
"table and the text below the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090100.xhp#par_id3145782.35.help.text
msgid ""
"To insert a paragraph before a table at the beginning of a document, header "
"or footer, place the cursor before any content in the first cell, and then "
"press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05090200.xhp#tit.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3150756.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05090200.xhp\\\" "
"name=\\\"Columns\\\"\\>Columns\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3149294.2.help.text
msgid "Specify the column width properties."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3147510.3.help.text
msgid "Adapt table width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3154280.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_COLUMN:CB_MOD_TBL\\\"\\>Maintains the "
"current width of the table when you change the width of a "
"column.\\</ahelp\\> This option is not available if "
"\\<emph\\>Automatic\\</emph\\> is selected in the \\<emph\\>Alignment "
"\\</emph\\>area on the \\<emph\\>Table \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3145587.5.help.text
msgid "Adjust columns proportionally"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3153530.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_COLUMN:CB_PROP\\\"\\>Resizes the table "
"width in relation to the column width that you enter.\\</ahelp\\> This "
"option is not available if \\<emph\\>Automatic\\</emph\\> is selected in the "
"\\<emph\\>Alignment \\</emph\\>area on the \\<emph\\>Table \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3150349.7.help.text
msgid "Remaining space"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3154571.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_TABLE_COLUMN:ED_SPACE\\\"\\>Displays the "
"amount of space that is available for adjusting the width of the columns. To "
"set the width of the table, click the \\<emph\\>Table "
"\\</emph\\>tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3154476.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3154476.9.help.text\n"
"Column width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3150976.10.help.text
msgid "Specify the column widths for the table."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3155899.11.help.text
msgid "Column widths"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3159193.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_TABLE_COLUMN:COL_MF_6\\\"\\>Enter the "
"width that you want for the column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3155182.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3155182.13.help.text\n"
"Left Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3149494.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_DOWN\\\"\\>Displays "
"the table columns found to the left of the current column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3149814.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090200.xhp#hd_id3149814.15.help.text\n"
"Right Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090200.xhp#par_id3149099.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGEBUTTON:TP_TABLE_COLUMN:COL_BTN_UP\\\"\\>Displays "
"the table columns found to the right of the current column.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#tit.help.text
msgid "Editing Tables Using the Keyboard"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#bm_id3154506.help.text
msgid ""
"\\<bookmark_value\\>tables; editing with the keyboard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#hd_id3154506.1.help.text
msgid ""
"\\<variable id=\\\"tabelle_tastatur\\\"\\>\\<link "
"href=\\\"text/swriter/01/05090201.xhp\\\" name=\\\"Editing Tables Using the "
"Keyboard\\\"\\>Editing Tables Using the Keyboard\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3145244.2.help.text
msgid "You can resize and delete table columns with the keyboard."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#hd_id3150564.3.help.text
msgid "Resizing Columns and Rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3153920.4.help.text
msgid ""
"To resize a column, place the cursor in a table cell, hold down Alt, and "
"then press the left or the right arrow. To resize the column without "
"changing the width of the table, hold down Alt+Ctrl, and then press the left "
"or the right arrows."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3147566.5.help.text
msgid ""
"To increase the left indent of the table, hold down Alt+Shift, and then "
"press the right arrow."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3150759.11.help.text
msgid ""
"To resize a row, place the cursor in the row, hold down Alt, and then press "
"the up or the down arrows."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3149286.12.help.text
msgid ""
"To move the table downwards on the page, hold down Alt+Shift, and then press "
"the down arrow."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#hd_id3151176.8.help.text
msgid "Inserting and deleting columns or rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3147512.9.help.text
msgid ""
"To insert a column, place the cursor in a table cell, hold down Alt and "
"press Insert, release, and then press the left or the right arrow."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3152940.13.help.text
msgid ""
"To delete a column, place the cursor in the column that you want to delete, "
"hold down Alt and press Delete, release, and then press the left or the "
"right arrow."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3154105.14.help.text
msgid ""
"To insert a row, place the cursor in a table cell, hold down Alt and press "
"Insert, release, and then press the up or the down arrow."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3153531.15.help.text
msgid ""
"To delete a row, place the cursor in the row that you want to delete, hold "
"down Alt and press Delete, release, and then press the up or the down arrow."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3150983.10.help.text
msgid ""
"To change the behavior of tables in a text document, choose \\<link "
"href=\\\"text/shared/optionen/01040500.xhp\\\" name=\\\"Tools - Options - "
"Text Document - Table\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer -"
" Table\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090201.xhp#par_id3154196.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090201.xhp#par_id3154196.16.help.text\n"
"\\<link href=\\\"text/swriter/main0204.xhp\\\" name=\\\"Table "
"Bar\\\"\\>Table Bar\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05090300.xhp#tit.help.text\n"
"Text Flow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#bm_id3154558.help.text
msgid ""
"\\<bookmark_value\\>tables;text flow around text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>text flow;around text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>columns; breaks in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>row breaks in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables; allowing page "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>page breaks; "
"tables\\</bookmark_value\\>\\<bookmark_value\\>splitting tables;row "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3154558.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05090300.xhp\\\" name=\\\"Text "
"Flow\\\"\\>Text Flow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3145245.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TABLE_TEXTFLOW\\\"\\>Set the text flow options for the "
"text before and after the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3153920.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3153920.3.help.text\n"
"Text flow"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3153720.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3153720.4.help.text\n"
"Break"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3154643.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_TEXTFLOW:CB_PAGEBREAK\\\"\\>Select "
"this check box, and then select the type of break that you want to associate "
"with the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3151183.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3151183.6.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3149286.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_TABLE_TEXTFLOW:RB_BREAKPAGE\\\"\\>Inserts "
"a page break before or after the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3150981.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3150981.8.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3151310.9.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_TABLE_TEXTFLOW:RB_BREAKCOLUMN\\\"\\>Inserts a "
"column break before or after the table on a multi-column page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3155898.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3155898.10.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3149695.11.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_TABLE_TEXTFLOW:RB_PAGEBREAKBEFORE\\\"\\>Inserts a "
"page or column break before the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3159189.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3159189.12.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3155179.13.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_TABLE_TEXTFLOW:RB_PAGEBREAKAFTER\\\"\\>Inserts a "
"page or column break after the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3149490.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3149490.14.help.text\n"
"With Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3143282.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_TEXTFLOW:CB_PAGECOLL\\\"\\>Applies the "
"page style that you specify to the first page that follows the page "
"break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3154839.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3154839.16.help.text\n"
"Page Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3149098.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_TABLE_TEXTFLOW:LB_PAGECOLL\\\"\\>Select the "
"page style that you want to apply to the first page that follows the "
"break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3149819.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3149819.18.help.text\n"
"Page number"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3148978.22.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_TABLE_TEXTFLOW:NF_PAGENUM\\\"\\>Enter "
"the page number for the first page that follows the break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3147100.33.help.text
msgid "Allow table to split across pages and columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3153629.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_TEXTFLOW:CB_SPLIT\\\"\\>Allows a page "
"break or column break between the rows of a table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN108D6.help.text
msgid "Allow row to break across pages and columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN108DA.help.text
msgid ""
"\\<ahelp hid=\\\"sw:TriStateBox:TP_TABLE_TEXTFLOW:CB_SPLIT_ROW\\\"\\>Allows "
"a page break or column break inside a row of the table.\\</ahelp\\> This "
"option is not applied to the first row in a table if the \\<emph\\>Repeat "
"Heading\\</emph\\> option is selected."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3149034.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3149034.35.help.text\n"
"Keep with next paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3147577.36.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_TEXTFLOW:CB_KEEP\\\"\\>Keeps the table "
"and the following paragraph together when you insert the break.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3152772.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3152772.19.help.text\n"
"Repeat heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3153350.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_TABLE_TEXTFLOW:CB_HEADLINE\\\"\\>Repeats the "
"table heading on a new page when the table spans more than one "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN1091C.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN1091C.help.text\n"
"The first ... rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10920.help.text
msgid ""
"\\<ahelp "
"hid=\\\"sw:NumericField:TP_TABLE_TEXTFLOW:NF_REPEAT_HEADER\\\"\\>Enter the "
"number of rows to include in the heading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10940.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10940.help.text\n"
"Text direction"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10944.help.text
msgid ""
"\\<ahelp hid=\\\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_TEXTDIRECTION\\\"\\>Select "
"the direction for the text in the cells.\\</ahelp\\> You can also use a "
"combination of the following %PRODUCTNAME formatting options to specify the "
"orientation of text in table cells:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10964.help.text
msgid "horizontal text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10968.help.text
msgid "vertical text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN1096C.help.text
msgid "right-to-left (vertical) direction"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_idN10970.help.text
msgid "left-to-right direction."
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#hd_id3151028.23.help.text
msgid "Vertical alignment"
msgstr ""

#: helpcontent2/source/text/swriter/01/05090300.xhp#par_id3149164.24.help.text
msgid ""
"\\<ahelp hid=\\\"sw:ListBox:TP_TABLE_TEXTFLOW:LB_VERTORIENT\\\"\\>Specify "
"the vertical text alignment for the cells in the table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100000.xhp#tit.help.text\n"
"Cell"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100000.xhp#hd_id3150765.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100000.xhp\\\" "
"name=\\\"Cell\\\"\\>Cell\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100000.xhp#par_id3147567.2.help.text
msgid ""
"This command is only available if you have selected a table in your "
"document, or if the cursor is in a table cell."
msgstr ""

#: helpcontent2/source/text/swriter/01/05100000.xhp#par_id3145412.3.help.text
msgid ""
"The following commands are available for formatting individual table cells:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100000.xhp#hd_id3154278.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100200.xhp\\\" "
"name=\\\"Split...\\\"\\>Split...\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100100.xhp#tit.help.text\n"
"Merge"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100100.xhp#hd_id3154765.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100100.xhp\\\" "
"name=\\\"Merge\\\"\\>Merge\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100100.xhp#par_id3147406.2.help.text
msgid ""
"\\<variable id=\\\"verbindentext\\\"\\>\\<ahelp hid=\\\".uno:MergeCells\\\" "
"visibility=\\\"visible\\\"\\>Combines the contents of the selected table "
"cells into a single cell.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100100.xhp#par_id3153718.3.help.text
msgid ""
"Merging cells can lead to calculation errors in formulas in the table."
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100200.xhp#tit.help.text\n"
"Split Cells"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3154654.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100200.xhp\\\" name=\\\"Split "
"Cells\\\"\\>Split Cells\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#par_id3083451.2.help.text
msgid ""
"\\<variable id=\\\"teilentext\\\"\\>\\<ahelp "
"hid=\\\".uno:SplitCell\\\"\\>Splits the cell or group of cells horizontally "
"or vertically into the number of cells that you "
"enter.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3154558.3.help.text
msgid "Split cell into"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#par_id3150021.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_SPLIT:ED_COUNT\\\"\\>Enter the number "
"of rows or columns that you want to split the selected cell(s) "
"into.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3145249.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3145249.5.help.text\n"
"Direction"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3150568.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3150568.7.help.text\n"
"Horizontally"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#par_id3153927.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGERADIOBUTTON:DLG_SPLIT:RB_HORZ\\\"\\>Splits the "
"selected cell(s) into the number of rows that you specify in the "
"\\<emph\\>Split cell into \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3147566.11.help.text
msgid "Into equal proportions"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#par_id3154638.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_DLG_SPLIT_CB_PROP\\\"\\>Splits cells into rows "
"of equal height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3150765.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05100200.xhp#hd_id3150765.9.help.text\n"
"Vertically"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100200.xhp#par_id3145410.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:IMAGERADIOBUTTON:DLG_SPLIT:RB_VERT\\\"\\>Splits the "
"selected cell(s) into the number of columns that you specify in the "
"\\<emph\\>Split cell into \\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100300.xhp#tit.help.text\n"
"Protect"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100300.xhp#hd_id3146322.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100300.xhp\\\" "
"name=\\\"Protect\\\"\\>Protect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100300.xhp#par_id3145822.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Protect\\\"\\>Prevents the contents of the selected "
"cells from being modified.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100300.xhp#par_id3154641.3.help.text
msgid ""
"When the cursor is in a read-only cell, a note appears on the "
"\\<emph\\>Status Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05100300.xhp#par_id3149292.4.help.text
msgid ""
"To remove cell protection, select the cell(s), and then choose \\<link "
"href=\\\"text/swriter/01/05100400.xhp\\\" name=\\\"Format - Cell - Remove "
"Protection\\\"\\>\\<emph\\>Format - Cell - Remove "
"Protection\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05100400.xhp#tit.help.text
msgid "Unprotect"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100400.xhp#hd_id3149052.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100400.xhp\\\" "
"name=\\\"Unprotect\\\"\\>Unprotect\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100400.xhp#par_id3083450.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UnsetCellsReadOnly\\\"\\>Removes the cell protection "
"for all of the cells in the current table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100400.xhp#par_id3154558.3.help.text
msgid ""
"To remove the protection from several tables at once, select the tables, and "
"then press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\"
"\"\\>Command\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defaul"
"tinline\\>\\</switchinline\\>+Shift+T. To remove the protection from all of "
"the tables in a document, click anywhere in the document, and then press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Comman"
"d\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defaul"
"tinline\\>\\</switchinline\\>+Shift+T."
msgstr ""

#: helpcontent2/source/text/swriter/01/05100400.xhp#par_id3150765.4.help.text
msgid ""
"You can also remove cell protection from a table in the \\<link "
"href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05100500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100500.xhp#tit.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100500.xhp#hd_id3154765.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100500.xhp\\\" "
"name=\\\"Top\\\"\\>Top\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100500.xhp#par_id3151390.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CellVertTop\\\" visibility=\\\"visible\\\"\\>Aligns "
"the contents of the cell to the top edge of the cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100600.xhp#tit.help.text\n"
"Middle"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100600.xhp#hd_id3149874.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100600.xhp\\\" "
"name=\\\"Middle\\\"\\>Middle\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100600.xhp#par_id3149048.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CellVertCenter\\\" "
"visibility=\\\"visible\\\"\\>Centers the contents of the cell horizontally "
"in the cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05100700.xhp#tit.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100700.xhp#hd_id3150249.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05100700.xhp\\\" "
"name=\\\"Bottom\\\"\\>Bottom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05100700.xhp#par_id3154764.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CellVertBottom\\\" visibility=\\\"visible\\\"\\>Aligns "
"the contents of the cell to the bottom edge of the cell.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05110000.xhp#tit.help.text\n"
"Row"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110000.xhp#hd_id3149502.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110000.xhp\\\" "
"name=\\\"Row\\\"\\>Row\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110000.xhp#par_id3154652.2.help.text
msgid "Set the height of rows, or select, insert, and delete rows."
msgstr ""

#: helpcontent2/source/text/swriter/01/05110000.xhp#hd_id3083451.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110100.xhp\\\" "
"name=\\\"Height\\\"\\>Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110000.xhp#hd_id3149349.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05110000.xhp#hd_id3149349.5.help.text\n"
"\\<link href=\\\"text/swriter/01/05110200.xhp\\\" name=\\\"Optimal "
"Height\\\"\\>Optimal Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110000.xhp#hd_id3149883.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05110000.xhp#hd_id3149883.4.help.text\n"
"\\<link href=\\\"text/swriter/01/05120400.xhp\\\" "
"name=\\\"Insert...\\\"\\>Insert...\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05110100.xhp#tit.help.text\n"
"Row Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#hd_id3149871.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05110100.xhp#hd_id3149871.1.help.text\n"
"Row Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#par_id3149053.2.help.text
msgid ""
"\\<variable id=\\\"hoehetext\\\"\\>\\<ahelp "
"hid=\\\".uno:SetRowHeight\\\"\\>Changes the height of the selected "
"row(s).\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#hd_id3155625.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05110100.xhp#hd_id3155625.3.help.text\n"
"Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#par_id3154554.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_ROW_HEIGHT:ED_HEIGHT\\\"\\>Enter the "
"height that you want for the selected row(s).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#hd_id3149878.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05110100.xhp#hd_id3149878.5.help.text\n"
"Fit to size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#par_id3145244.6.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:CHECKBOX:DLG_ROW_HEIGHT:CB_AUTOHEIGHT\\\"\\>Automatically adjusts "
"the row height to match the contents of the cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110100.xhp#par_id3154646.7.help.text
msgid ""
"You can also right-click in a cell, and then choose \\<link "
"href=\\\"text/swriter/01/05110200.xhp\\\" name=\\\"Format - Row - Optimal "
"Height\\\"\\>\\<emph\\>Format - Row - Optimal Height\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05110200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05110200.xhp#tit.help.text\n"
"Optimal Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110200.xhp#hd_id3150010.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05110200.xhp#hd_id3150010.1.help.text\n"
"Optimal Height"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110200.xhp#par_id3147436.2.help.text
msgid ""
"\\<variable id=\\\"zeilenhoehetext\\\"\\>\\<ahelp "
"hid=\\\".uno:SetOptimalRowHeight\\\" "
"visibility=\\\"visible\\\"\\>Automatically adjusts row heights to match the "
"contents of the cells.\\</ahelp\\> This is the default setting for new "
"tables.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110200.xhp#par_id3154765.3.help.text
msgid ""
"This option is only available if the table contains a row with a fixed "
"height."
msgstr ""

#: helpcontent2/source/text/swriter/01/05110300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05110300.xhp#tit.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110300.xhp#hd_id3154650.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110300.xhp\\\" "
"name=\\\"Select\\\"\\>Select\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110300.xhp#par_id3151389.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EntireRow\\\" visibility=\\\"visible\\\"\\>Selects the "
"row that contains the cursor.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110300.xhp#par_id3149352.3.help.text
msgid "This option is only available if the cursor is in a table."
msgstr ""

#: helpcontent2/source/text/swriter/01/05110500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05110500.xhp#tit.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110500.xhp#hd_id3149502.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110500.xhp\\\" "
"name=\\\"Delete\\\"\\>Delete\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110500.xhp#par_id3149050.2.help.text
msgid ""
"\\<variable id=\\\"loeschentext\\\"\\>\\<ahelp "
"hid=\\\".uno:DeleteRows\\\"\\>Deletes the selected row(s) from the "
"table.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05110600.xhp#tit.help.text\n"
"Space Equally"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110600.xhp#hd_id3149871.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05110600.xhp\\\" name=\\\"Space "
"Equally\\\"\\>Space Rows Equally\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05110600.xhp#par_id3154766.2.help.text
msgid ""
"\\<variable id=\\\"verteilentext\\\"\\>\\<ahelp "
"hid=\\\".uno:DistributeRows\\\"\\>Adjusts the height of the selected rows to "
"match the height of the tallest row in the "
"selection.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120000.xhp#tit.help.text\n"
"Column"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120000.xhp#hd_id3154762.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120000.xhp\\\" "
"name=\\\"Column\\\"\\>Column\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120000.xhp#par_id3149052.2.help.text
msgid "Set the width of columns, or select, insert, and delete columns."
msgstr ""

#: helpcontent2/source/text/swriter/01/05120000.xhp#hd_id3146322.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120100.xhp\\\" "
"name=\\\"Width...\\\"\\>Width...\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120000.xhp#hd_id3154558.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120200.xhp\\\" name=\\\"Optimal "
"width\\\"\\>Optimal width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120000.xhp#hd_id3150564.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120000.xhp#hd_id3150564.5.help.text\n"
"\\<link href=\\\"text/swriter/01/05120400.xhp\\\" "
"name=\\\"Insert...\\\"\\>Insert...\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120100.xhp#tit.help.text\n"
"Column Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3150345.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3150345.1.help.text\n"
"Column Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#par_id3149503.2.help.text
msgid ""
"\\<variable id=\\\"breitetext\\\"\\>\\<ahelp hid=\\\".uno:SetColumnWidth\\\" "
"visibility=\\\"visible\\\"\\>Changes the width of the selected "
"column(s).\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3083452.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3083452.3.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3146323.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3146323.4.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#par_id3145822.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_COL_WIDTH:ED_COL\\\" "
"visibility=\\\"visible\\\"\\>Enter the column number of the column you want "
"to change the width of.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3154502.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120100.xhp#hd_id3154502.6.help.text\n"
"Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120100.xhp#par_id3149880.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_COL_WIDTH:ED_WIDTH\\\" "
"visibility=\\\"visible\\\"\\>Enter the width that you want for the selected "
"column(s).\\</ahelp\\> When you change the width of a column, this affects "
"the width of other columns in the table. When you change the width of the "
"last column, the width of the first column is adjusted accordingly."
msgstr ""

#: helpcontent2/source/text/swriter/01/05120200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120200.xhp#tit.help.text\n"
"Optimal Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120200.xhp#hd_id3149500.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120200.xhp#hd_id3149500.1.help.text\n"
"Optimal Width"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120200.xhp#par_id3149050.2.help.text
msgid ""
"\\<variable id=\\\"spaltenbreitetext\\\"\\>\\<ahelp "
"hid=\\\".uno:SetOptimalColumnWidth\\\" "
"visibility=\\\"visible\\\"\\>Automatically adjusts column widths to match "
"the contents of the cells.\\</ahelp\\> Changing the width of a column does "
"not affect the width of the other columns in the table. The width of the "
"table cannot exceed the page width.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120300.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120300.xhp#tit.help.text\n"
"Select"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120300.xhp#hd_id3154660.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120300.xhp\\\" "
"name=\\\"Select\\\"\\>Select\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120300.xhp#par_id3154765.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EntireColumn\\\" visibility=\\\"visible\\\"\\>Selects "
"the column that contains the cursor.\\</ahelp\\> This option is only "
"available if the cursor is in a table."
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120400.xhp#tit.help.text\n"
"Insert Columns/Rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_idN1058C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Inserts a row into the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_idN105A7.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Inserts a column into the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3148489.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3148489.1.help.text\n"
"Insert Columns/Rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_id3151241.2.help.text
msgid ""
"\\<variable id=\\\"einfuegentext\\\"\\>\\<ahelp "
"hid=\\\"SW:MODALDIALOG:DLG_INS_ROW_COL\\\"\\>Inserts a row or column into "
"the table.\\</ahelp\\> This command is only available when the cursor is in "
"a table.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3083447.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3083447.3.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_id3155626.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_INS_ROW_COL:ED_COUNT\\\"\\>Enter the "
"number of columns or rows that you want.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3145829.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3145829.6.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_id3154504.11.help.text
msgid "Specifies where to insert the columns or rows."
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3150015.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3150015.7.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_id3150564.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_BEFORE\\\"\\>Adds new "
"columns to the left of the current column, or adds new rows above the "
"current row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3149024.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05120400.xhp#hd_id3149024.9.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120400.xhp#par_id3153718.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_INS_ROW_COL:CB_POS_AFTER\\\"\\>Adds new "
"columns to the right of the current column, or adds new rows below the "
"current row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120500.xhp#tit.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120500.xhp#hd_id3145801.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120500.xhp\\\" "
"name=\\\"Delete\\\"\\>Delete\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120500.xhp#par_id3153418.2.help.text
msgid ""
"\\<variable id=\\\"loeschentext\\\"\\>\\<ahelp "
"hid=\\\".uno:DeleteColumns\\\"\\>Deletes the selected column(s) from the "
"table.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120500.xhp#par_id3156385.3.help.text
msgid "This command is only available if the cursor is in a table."
msgstr ""

#: helpcontent2/source/text/swriter/01/05120600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05120600.xhp#tit.help.text\n"
"Space Equally"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120600.xhp#hd_id3153811.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120600.xhp\\\" name=\\\"Space "
"Equally\\\"\\>Space Columns Equally\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05120600.xhp#par_id3151389.2.help.text
msgid ""
"\\<variable id=\\\"verteilentext\\\"\\>\\<ahelp "
"hid=\\\".uno:DistributeColumns\\\"\\>Adjusts the width of the selected "
"columns to match the width of the widest column in the "
"selection.\\</ahelp\\> The total width of the table cannot exceed the width "
"of the page.\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05130000.xhp#tit.help.text\n"
"Styles in Writer"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#bm_id4005249.help.text
msgid ""
""
"\\<bookmark_value\\>styles;categories\\</bookmark_value\\>\\<bookmark_value\\>"
"character styles;style "
"categories\\</bookmark_value\\>\\<bookmark_value\\>paragraph styles;style "
"categories\\</bookmark_value\\>\\<bookmark_value\\>frame "
"styles\\</bookmark_value\\>\\<bookmark_value\\>page styles;style "
"categories\\</bookmark_value\\>\\<bookmark_value\\>numbering "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3150344.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3150344.1.help.text\n"
"Styles in Writer"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149052.2.help.text
msgid ""
"The following information concerns Writer styles that you can apply using "
"the \\<link href=\\\"text/swriter/01/05140000.xhp\\\"\\>Styles and "
"Formatting\\</link\\> window."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3150015.62.help.text
msgid ""
"If you want, you can edit the styles of the current document, and then save "
"the document as a template. To save the document as template, choose "
"\\<emph\\>File - \\</emph\\>\\<link href=\\\"text/shared/01/01110300.xhp\\\" "
"name=\\\"Templates - Save\\\"\\>\\<emph\\>Templates - "
"Save\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3150572.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3150572.4.help.text\n"
"Style Category"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3153721.5.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2:LISTBOX:RID_STYLECATALOG:BT_TOOL\\\"\\>These are the "
"different categories of formatting styles.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3151271.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3151271.65.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3153154.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3153154.66.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3151172.6.help.text
msgid "Character Styles "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3147512.7.help.text
msgid ""
"Use Character Styles to format single characters, or entire words and "
"phrases. If you want, you can nest Character Styles."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3150713.8.help.text
msgid "Paragraph Styles "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149810.9.help.text
msgid ""
"Use Paragraph Styles to format paragraphs, including the font type and size. "
"You can also select the paragraph style to apply to the next paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3151308.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3151308.10.help.text\n"
"Frame Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3147527.11.help.text
msgid "Use Frame Styles to format text and graphic frames."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3152960.12.help.text
msgid "Page Styles "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3155897.13.help.text
msgid ""
"Use Page Styles to organize the structure of the document, and to add page "
"numbers. You can also specify the page style to apply to the first page that "
"follows after a page break."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3154196.63.help.text
msgid "Numbering Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149298.64.help.text
msgid "Use Numbering Styles to format numbered or bulleted lists."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3149821.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3149821.61.help.text\n"
"Style Groups"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3154828.18.help.text
msgid ""
"These are the style groups that you can display in the Styles and Formatting "
"window."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3148977.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3148977.67.help.text\n"
"Name"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149032.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149032.68.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3153642.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3153642.19.help.text\n"
"Automatic"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3152769.20.help.text
msgid "Displays styles appropriate to the current context."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3154374.21.help.text
msgid "All Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3153351.22.help.text
msgid "Displays all styles of the active style category."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3150590.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3150590.23.help.text\n"
"Applied Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149168.24.help.text
msgid ""
"Displays the styles (of selected category) applied in the current document. "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3156368.25.help.text
msgid "Custom Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3145780.26.help.text
msgid "Displays all user-defined styles in the selected style category."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3155908.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3155908.27.help.text\n"
"Character Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3150114.28.help.text
msgid "Displays formatting styles for text."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3150700.29.help.text
msgid "Chapter Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3147412.30.help.text
msgid "Displays formatting styles for headings."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3147500.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#par_id3147500.31.help.text\n"
"List Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149568.32.help.text
msgid "Displays formatting styles for numbered or bulleted lists."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3145263.33.help.text
msgid "Index Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3155975.34.help.text
msgid "Displays formatting styles for indexes."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149213.35.help.text
msgid "Special Region Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3147736.36.help.text
msgid ""
"Displays formatting styles for headers, footers, footnotes, endnotes, "
"tables, and captions."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3146339.59.help.text
msgid "HTML Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3149845.60.help.text
msgid "Displays a list of styles for HTML documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3155560.37.help.text
msgid "Conditional Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3154774.38.help.text
msgid "Displays the user-defined conditional styles."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3151090.39.help.text
msgid "Hierarchical"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3148448.40.help.text
msgid ""
"Displays the styles in the selected category in a hierarchical list. To view "
"the styles in a sublevel, click on the plus sign (+) next to the sublevel "
"name."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3155580.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130000.xhp#hd_id3155580.56.help.text\n"
"Template Management"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130000.xhp#par_id3145622.57.help.text
msgid ""
"Use the \\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"Template "
"Management\\\"\\>\\<emph\\>Template Management\\</emph\\>\\</link\\> dialog "
"to copy styles from one document to another."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130001.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05130001.xhp#tit.help.text\n"
"Paragraph Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130001.xhp#hd_id3149288.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05130001.xhp\\\" name=\\\"Paragraph "
"Style\\\"\\>Paragraph Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130001.xhp#par_id3154274.2.help.text
msgid "Create or modify a Paragraph Style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130001.xhp#par_id3151313.3.help.text
msgid ""
"The \\<emph\\>Condition\\</emph\\> tab is only available if you create a new "
"Paragraph Style or when you edit a conditional Style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130002.xhp#tit.help.text
msgid "Character Style "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130002.xhp#hd_id3148489.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05130002.xhp\\\" name=\\\"Character "
"Style\\\"\\>Character Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130002.xhp#par_id3154650.2.help.text
msgid "Here, you can create a font style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130003.xhp#tit.help.text
msgid "Frame Style "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130003.xhp#hd_id3155959.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05130003.xhp\\\" name=\\\"Frame "
"Style\\\"\\>Frame Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130003.xhp#par_id3150252.2.help.text
msgid "Here you can create a frame style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130004.xhp#tit.help.text
msgid "Numbering Style "
msgstr ""

#: helpcontent2/source/text/swriter/01/05130004.xhp#hd_id3155961.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05130004.xhp\\\" name=\\\"Numbering "
"Style\\\"\\>Numbering Style\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130004.xhp#par_id3149501.2.help.text
msgid ""
"Here you can create a Numbering Style. The Numbering Styles are organized in "
"the \\<link href=\\\"text/swriter/01/05140000.xhp\\\" name=\\\"Styles and "
"Formatting\\\"\\>Styles and Formatting\\</link\\> window."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130004.xhp#par_id3151390.3.help.text
msgid ""
"When a Numbering Style is created, a name is assigned to the numbering. This "
"is why such templates are also called \"named\" numberings. Unnamed "
"numberings, which are used for \\<link "
"href=\\\"text/shared/00/00000005.xhp#formatierung\\\" name=\\\"direct "
"formatting\\\"\\>direct formatting\\</link\\>, can be created in the \\<link "
"href=\\\"text/shared/01/06050000.xhp\\\" "
"name=\\\"Numbering/bullets\\\"\\>Bullets and Numbering\\</link\\> dialog or "
"with the icons of the \\<link href=\\\"text/swriter/main0206.xhp\\\" "
"name=\\\"object bar\\\"\\>object bar\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05130100.xhp#tit.help.text\n"
"Condition"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#bm_id3154656.help.text
msgid ""
"\\<bookmark_value\\>styles; "
"conditional\\</bookmark_value\\>\\<bookmark_value\\>conditional "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3154656.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05130100.xhp\\\" "
"name=\\\"Condition\\\"\\>Condition\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3154766.2.help.text
msgid "Define conditions for conditional styles here."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3151391.10.help.text
msgid ""
"Conditional styles are paragraph styles that have different properties "
"depending on the context. Once defined, you cannot change the conditional "
"properties of a conditional style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3149349.11.help.text
msgid ""
"$[officename] applies the paragraph properties of conditional styles as "
"follows (the bold terms correspond to the titles of dialog fields): If a "
"paragraph formatted with a conditional style is in a "
"\\<emph\\>Context\\</emph\\> that has an \\<emph\\>Applied Style\\</emph\\> "
"linked to it, then the \\<emph\\>Paragraph Style\\</emph\\> from that "
"condition is used. If no style is linked to the "
"\\<emph\\>Context\\</emph\\>, then the attributes defined in the conditional "
"style apply. The following example illustrates this relationship:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3149883.12.help.text
msgid ""
"Open a blank text document and write a short business letter with a header "
"(\\<emph\\>Format\\</emph\\> - \\<emph\\>Page\\</emph\\> - "
"\\<emph\\>Header\\</emph\\>)."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3148768.21.help.text
msgid ""
"Define a new Paragraph Style by choosing \\<emph\\>New\\</emph\\> in the "
"\\<emph\\>Styles and Formatting\\</emph\\> window, and selecting all the "
"paragraph properties that you want for your business letter in the "
"\\<emph\\>Paragraph Style\\</emph\\> dialog. Name this style \"Business "
"letter\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3153723.23.help.text
msgid ""
"Then click the \\<emph\\>Condition\\</emph\\> tab and select the "
"\\<emph\\>Conditional style\\</emph\\> field to define the new Paragraph "
"Style as a conditional style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3154647.24.help.text
msgid ""
"In \\<emph\\>Context\\</emph\\>, select the header entry and under "
"\\<emph\\>Paragraph Styles\\</emph\\> select the style for the header in "
"your business letter; for example, the default Paragraph Style \"Header\". "
"You also can select your own style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3150760.25.help.text
msgid ""
"You can apply the Paragraph Style to the context by double-clicking the "
"selected entry in the \\<emph\\>Paragraph Styles\\</emph\\> list box or by "
"using \\<emph\\>Assign\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3149753.26.help.text
msgid ""
"Click \\<emph\\>OK\\</emph\\> to close the Paragraph Style dialog, and then "
"format all paragraphs in your business letter, including the header, with "
"the new \"Business letter\" conditional Paragraph Style. (When you click in "
"the header, you may need to display \\<item type=\\\"literal\\\"\\>All "
"Styles\\</item\\> or \\<item type=\\\"literal\\\"\\>Custom Styles\\</item\\> "
"in the style list to use the new business letter style.)"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3145412.27.help.text
msgid ""
"The header text now has the attributes you specified in the Header Paragraph "
"Style, while the other parts of the document have the attributes defined in "
"the business letter conditional Paragraph Style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3154473.13.help.text
msgid ""
"The \"Text body\" Style was created as a conditional style. Therefore, any "
"styles you derive from it can be used as conditional styles."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3151321.14.help.text
msgid ""
"The Paragraph Style applied to the context is used when exporting to other "
"formats (RTF, HTML, and so on)."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3152952.3.help.text
msgid "Conditional style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3150974.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_CONDCOLL:CB_CONDITION\\\"\\>Check this box "
"to define a new style as a conditional style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3153672.4.help.text
msgid "Context"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3147530.16.help.text
msgid ""
"\\<ahelp hid=\\\"HID_COND_COLL_TABLIST\\\"\\>Here you can see the "
"$[officename] predefined contexts, including outline levels 1 to 10, "
"numbering/bullets levels 1 to 10, table header, table contents, section, "
"border, footnote, header and footer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3155896.5.help.text
msgid "Applied Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3149689.17.help.text
msgid ""
"Here you can see the list of all Paragraph Styles applied to a context."
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3154194.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3154194.6.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3159195.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_CONDCOLL:LB_STYLE\\\"\\>A list of all "
"Paragraph Styles which can be assigned to a context is contained in the list "
"box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3149306.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3149306.8.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3151335.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_CONDCOLL:PB_REMOVE\\\"\\>Click here to "
"remove the current context assigned to the selected style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3149483.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05130100.xhp#hd_id3149483.9.help.text\n"
"Assign"
msgstr ""

#: helpcontent2/source/text/swriter/01/05130100.xhp#par_id3154829.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:TP_CONDCOLL:PB_ASSIGN\\\"\\>Click "
"\\<emph\\>Assign\\</emph\\> to apply the \\<emph\\>selected Paragraph "
"Style\\</emph\\> to the defined \\<emph\\>context\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05140000.xhp#tit.help.text\n"
"Styles and Formatting"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#bm_id3907589.help.text
msgid "\\<bookmark_value\\>applying; styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3154505.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3154505.1.help.text\n"
"\\<link href=\\\"text/swriter/01/05140000.xhp\\\" name=\\\"Styles and "
"Formatting\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3148391.2.help.text
msgid ""
"Use the Styles and Formatting window to apply, create, edit, add, and remove "
"formatting styles. "
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN106EF.help.text
msgid ""
"To \\<link href=\\\"text/shared/00/00000005.xhp#andocken\\\" "
"name=\\\"dock\\\"\\>dock\\</link\\> the Styles and Formatting window, drag "
"its title bar to the left or to the right side of the workspace. To undock "
"the window, double-click a free space on its toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3147167.37.help.text
msgid "How to apply a style:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3151264.38.help.text
msgid ""
"Select the text. To apply a Character Style to one word, click the word. To "
"apply a Paragraph Style, click the paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3150756.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3150756.39.help.text\n"
"Double-click the style in the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN1071D.help.text
msgid ""
"You can assign shortcut keys to Styles on the \\<emph\\>Tools - Customize - "
"Keyboard\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3154643.4.help.text
msgid ""
"The Styles and Formatting toolbar contains icons for formatting your "
"documents:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3153146.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3153146.5.help.text\n"
"Style Category"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3147506.help.text
msgid ""
"\\<image id=\\\"img_id3147512\\\" src=\\\"sfx2/res/styfam2.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3147512\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3154106.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3154106.6.help.text\n"
"Paragraph Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3149800.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ParaStyle\\\"\\>Displays formatting styles for "
"paragraphs.\\</ahelp\\> Use paragraph styles to apply the same \\<link "
"href=\\\"text/shared/00/00000005.xhp#formatierung\\\" "
"name=\\\"formatting\\\"\\>formatting\\</link\\>, such as font, numbering, "
"and layout to the paragraphs in your document."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3151319.help.text
msgid ""
"\\<image id=\\\"img_id3152955\\\" src=\\\"sfx2/res/styfam1.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152955\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3150351.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3150351.8.help.text\n"
"Character Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3154570.9.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CharStyle\\\"\\>Displays formatting styles for "
"characters.\\</ahelp\\> Use character styles to apply font styles to "
"selected text in a paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3159194.help.text
msgid ""
"\\<image id=\\\"img_id3159200\\\" src=\\\"sw/imglst/sf03.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3159200\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3151332.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3151332.10.help.text\n"
"Frame Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3143282.11.help.text
msgid ""
"\\<ahelp hid=\\\".uno:FrameStyle\\\"\\>Displays formatting styles for "
"frames.\\</ahelp\\> Use frame styles to format frame layouts and position."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3149819.help.text
msgid ""
"\\<image id=\\\"img_id3149826\\\" src=\\\"sw/imglst/sf04.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149826\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3148976.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3148976.12.help.text\n"
"Page Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3147220.13.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PageStyle\\\"\\>Displays formatting styles for "
"pages.\\</ahelp\\> Use page styles to determine page layouts, including the "
"presence of headers and footers."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3152766.help.text
msgid ""
"\\<image id=\\\"img_id3152772\\\" src=\\\"sw/imglst/sf05.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152772\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3154390.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3154390.28.help.text\n"
"List Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3153361.27.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TemplateFamily5\\\"\\>Displays formatting styles for "
"numbered and bulleted lists.\\</ahelp\\> Use list styles to format number "
"and bullet characters and to specify indents."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3150576.help.text
msgid ""
"\\<image id=\\\"img_id3150590\\\" "
"src=\\\"res/commandimagelist/sc_fillstyle.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150590\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3145786.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3145786.14.help.text\n"
"Fill Format Mode"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3156379.15.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLDLG_WATERCAN\\\"\\>Applies the selected style to "
"the object or text that you select in the document. Click this icon, and "
"then drag a selection in the document to apply the style.\\</ahelp\\> To "
"exit this mode, click the icon again, or press Esc."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3150114.help.text
msgid ""
"\\<image id=\\\"img_id3150122\\\" "
"src=\\\"res/commandimagelist/sc_stylenewbyexample.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150122\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3147490.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#par_id3147490.18.help.text\n"
"New Style from Selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN109BB.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens a submenu with more commands.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN109DA.help.text
msgid "New style from selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3149552.19.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a new style based on the formatting of the "
"current paragraph, page, or selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN10A04.help.text
msgid "Update style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3146333.22.help.text
msgid ""
"\\<ahelp hid=\\\"HID_TEMPLDLG_UPDATEBYEXAMPLE\\\"\\>Updates the style that "
"is selected in the Styles and Formatting window to match the style of the "
"current text selection.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN10A31.help.text
msgid "Load style"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_idN10A36.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the Load Styles dialog to import styles from "
"another document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3148846.24.help.text
msgid "Style List / Style Groups / Context Menu: New / Modify / Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#par_id3148860.25.help.text
msgid ""
"The commands offered in the Styles and Formatting window are the same as "
"those found in the \\<link href=\\\"text/swriter/01/05130000.xhp\\\" "
"name=\\\"Style Catalog\\\"\\>\\<emph\\>Style Catalog\\</emph\\>\\</link\\> "
"dialog."
msgstr ""

#: helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3155576.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05140000.xhp#hd_id3155576.26.help.text\n"
"Applied Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05150000.xhp#tit.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150000.xhp#bm_id3153925.help.text
msgid ""
"\\<bookmark_value\\>AutoFormat function; text documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150000.xhp#hd_id3153925.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150000.xhp\\\" "
"name=\\\"AutoFormat\\\"\\>AutoFormat\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150000.xhp#par_id3151182.2.help.text
msgid ""
"Automatically formats the file according to the options that you set under "
"\\<link href=\\\"text/shared/01/06040000.xhp\\\" name=\\\"Tools - "
"AutoCorrect\\\"\\>\\<emph\\>Tools - AutoCorrect\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150000.xhp#par_id3147570.3.help.text
msgid ""
"To open the \\<link href=\\\"text/swriter/01/05150101.xhp\\\" "
"name=\\\"AutoFormat for Tables\\\"\\>AutoFormat for Tables\\</link\\> "
"dialog, click in a table cell, and then choose \\<emph\\>Format - "
"AutoFormat\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150100.xhp#tit.help.text
msgid "While  Typing"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150100.xhp#hd_id3147436.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150100.xhp\\\" name=\\\"While  "
"Typing\\\"\\>While Typing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150100.xhp#par_id3154017.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OnlineAutoFormat\\\"\\>Automatically formats the "
"document while you type. To set the formatting options, choose "
"\\<emph\\>Tools - AutoCorrect\\</emph\\>, and then click the "
"\\<emph\\>Options \\</emph\\>tab.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150100.xhp#par_id3148488.3.help.text
msgid ""
"You can use AutoFormat to format text documents and plain ASCII text files, "
"but not characters that you have manually formatted. Automatic \\<link "
"href=\\\"text/shared/01/06040100.xhp\\\" name=\\\"word completion\\\"\\>word "
"completion\\</link\\> only occurs after you type a word for the second time "
"in a document."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150100.xhp#par_id3147407.24.help.text
msgid ""
"To reverse the last AutoFormat action, choose \\<emph\\>Edit - "
"\\</emph\\>\\<link href=\\\"text/shared/01/02010000.xhp\\\" "
"name=\\\"Undo\\\"\\>\\<emph\\>Undo\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150100.xhp#par_id3150536.25.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150200.xhp\\\" name=\\\"Other AutoFormat "
"rules\\\"\\>Other AutoFormat rules\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05150101.xhp#tit.help.text\n"
"AutoFormat for Tables"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#bm_id2655415.help.text
msgid ""
"\\<bookmark_value\\>tables;AutoFormat "
"function\\</bookmark_value\\>\\<bookmark_value\\>AutoFormat "
"function;applying to text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>table styles;adding to "
"AutoFormat list\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3148485.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3148485.1.help.text\n"
"AutoFormat for Tables"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3149500.2.help.text
msgid ""
"\\<variable id=\\\"autoformattabelle\\\"\\>\\<ahelp "
"hid=\\\"HID_AUTOFMT_TABLE\\\"\\>Automatically applies formats to the current "
"table, including fonts, shading, and borders.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3151388.3.help.text
msgid "Applying an AutoFormat to a Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3145828.4.help.text
msgid "Click in a table cell, or select the cells that you want to format."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3153006.5.help.text
msgid ""
"Choose \\<emph\\>Format -\\</emph\\>\\<emph\\>AutoFormat\\</emph\\>, and "
"then click the format that you to want to apply."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3145585.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#par_id3145585.30.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3148386.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3148386.8.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3149022.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_AUTOFMT_TABLE:LB_FORMAT\\\"\\>Lists the "
"available formatting styles for tables. Click the format that you want to "
"apply, and then click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3153722.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3153722.10.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3151185.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_AUTOFMT_TABLE:BTN_ADD\\\"\\>Adds a new "
"table style to the list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3154646.12.help.text
msgid "Format a table in your document."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3156320.13.help.text
msgid ""
"Select the table, and then choose \\<emph\\>Format - AutoFormat\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3153156.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#par_id3153156.14.help.text\n"
"Click \\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3151168.15.help.text
msgid ""
"In the \\<link href=\\\"text/shared/01/05150101.xhp\\\" name=\\\"Add "
"AutoFormat\\\"\\>\\<emph\\>Add AutoFormat\\</emph\\>\\</link\\> dialog, "
"enter a name, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3147516.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3147516.16.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3150707.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_AUTOFMT_TABLE:BTN_REMOVE\\\"\\>Deletes "
"the selected table style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3152946.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3152946.18.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3149802.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:MOREBUTTON:DLG_AUTOFMT_TABLE:BTN_MORE\\\"\\>Displays "
"more formatting options for tables. Click again to hide the "
"options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3153534.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3153534.31.help.text\n"
"Formatting"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3154477.32.help.text
msgid ""
"Select the formatting attributes that you to include in the selected table "
"style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3151317.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3151317.33.help.text\n"
"Number format"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3150970.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_AUTOFMT_TABLE:BTN_NUMFORMAT\\\"\\>Includes "
"numbering formats in the selected table style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3150350.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3150350.24.help.text\n"
"Font"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3152961.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_AUTOFMT_TABLE:BTN_FONT\\\"\\>Includes font "
"formatting in the selected table style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3154575.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3154575.20.help.text\n"
"Alignment"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3155896.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_AUTOFMT_TABLE:BTN_ALIGNMENT\\\"\\>Includes "
"alignment settings in the selected table style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3149690.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3149690.22.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3154200.23.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_AUTOFMT_TABLE:BTN_BORDER\\\"\\>Includes "
"border styles in the selected table style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3159201.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3159201.26.help.text\n"
"Pattern"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3151325.27.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_AUTOFMT_TABLE:BTN_PATTERN\\\"\\>Includes "
"background styles in the selected table style.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3149302.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150101.xhp#hd_id3149302.28.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150101.xhp#par_id3149490.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_AUTOFMT_TABLE:BTN_RENAME\\\"\\>Changes "
"the name of the selected table style.\\</ahelp\\> You cannot rename the "
"\"Standard\" table style."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150104.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05150104.xhp#tit.help.text\n"
"Combine"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150104.xhp#hd_id3154502.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150104.xhp#hd_id3154502.1.help.text\n"
"Combine"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150104.xhp#hd_id3150020.2.help.text
msgid "Minimum Size"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150104.xhp#par_id3145241.3.help.text
msgid ""
"\\<ahelp "
"hid=\\\"OFFMGR:METRICFIELD:RID_OFADLG_PRCNT_SET:ED_RIGHT_MARGIN\\\"\\>Enter "
"the minimum length for combining single-lined paragraphs as a percentage of "
"the page width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05150200.xhp#tit.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#bm_id5028839.help.text
msgid "\\<bookmark_value\\>automatic heading formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#bm_id.help.text
msgid ""
"\\<bookmark_value\\>AutoFormat "
"function;headings\\</bookmark_value\\>\\<bookma"
"rk_value\\>headings;automatic\\"
"</bookmark_value\\>\\<bookmark_value\\>separator lines;AutoFormat "
"function\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#hd_id3155962.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150200.xhp\\\" "
"name=\\\"Apply\\\"\\>Apply\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3149871.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoFormatApply\\\"\\>Automatically formats the file "
"according to the options that you set under \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3147404.15.help.text
msgid "When you apply automatic formats, the following rules apply:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#hd_id3155625.3.help.text
msgid "AutoFormat for Headings"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3154505.4.help.text
msgid ""
"A paragraph is formatted as a heading when the following conditions are met:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3145241.19.help.text
msgid "paragraph begins with a capital letter"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3148386.20.help.text
msgid "paragraph does not end with a punctuation mark"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3150564.21.help.text
msgid "empty paragraph above and below the paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#hd_id3149030.8.help.text
msgid "AutoFormat for Bullets / Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3156316.9.help.text
msgid ""
"To create a bulleted list, type a hyphen (-), star (*), or plus sign (+), "
"followed by a space or tab at the beginning of a paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3150763.18.help.text
msgid ""
"To create a numbered list, type a number followed by a period (.), followed "
"by a space or tab at the beginning of a paragraph. "
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3147507.16.help.text
msgid ""
"Automatic numbering is only applied to paragraphs formatted with the "
"\\<emph\\>Standard\\</emph\\>, \\<emph\\>Text body\\</emph\\> or "
"\\<emph\\>Text body indent\\</emph\\> paragraph styles."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#hd_id3152941.10.help.text
msgid "AutoFormat for Separator Lines"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3154105.11.help.text
msgid ""
"If you type three or more hyphens (---), underscores (___) or equal signs "
"(===) on line and then press Enter, the paragraph is replaced by a "
"horizontal line as wide as the page. The line is actually the \\<link "
"href=\\\"text/shared/01/05030500.xhp\\\" name=\\\"lower border\\\"\\>lower "
"border\\</link\\> of the preceding paragraph. The following rules apply:"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3153530.12.help.text
msgid "Three hyphens (-) yield a single line (0.05 pt thick, gap 0.75 mm)."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3154477.13.help.text
msgid "Three underscore (_) yield a single line (1 pt thick, gap 0.75 mm)."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150200.xhp#par_id3150982.14.help.text
msgid ""
"Three equal signs (=) yield a double line (1.10 pt thick, gap 0.75 mm)."
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#tit.help.text
msgid "Apply and Edit Changes"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#hd_id3149353.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05150300.xhp\\\" name=\\\"Apply and Edit "
"Changes\\\"\\>Apply and Edit Changes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#par_id3152999.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoFormatRedlineApply\\\"\\>Automatically formats the "
"file according to the options that you set under \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>. In a dialog, you are asked to accept or reject the "
"changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#hd_id3148775.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150300.xhp#hd_id3148775.4.help.text\n"
"Accept All"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#par_id3149029.5.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTOFORMAT_ACCEPT\\\"\\>Applies all of the formatting "
"changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#hd_id3153722.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05150300.xhp#hd_id3153722.6.help.text\n"
"Reject All"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#par_id3149711.7.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTOFORMAT_REJECT\\\"\\>Rejects all of the formatting "
"changes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#hd_id3150756.8.help.text
msgid "Edit Changes"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#par_id3147570.9.help.text
msgid ""
"\\<ahelp hid=\\\"HID_AUTOFORMAT_EDIT_CHG\\\"\\>Opens a dialog where you can "
"accept or reject AutoFormat changes. You can also view the changes made by a "
"specific author or on a specific date.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05150300.xhp#par_id3151184.10.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02230402.xhp\\\" name=\\\"Accept or Reject "
"AutoFormat Changes, Filter tab\\\"\\>Accept or Reject AutoFormat Changes, "
"Filter tab\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05170000.xhp#tit.help.text\n"
"Load Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3151242.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3151242.1.help.text\n"
"Load Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3083446.2.help.text
msgid ""
"\\<variable id=\\\"vorlagentext\\\"\\>\\<ahelp "
"hid=\\\".uno:LoadStyles\\\"\\>Imports formatting styles from another "
"document or template into the current document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3149354.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3149354.6.help.text\n"
"Categories"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3154561.7.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_LISTBOX_DLG_NEW_FILE_LB_REGION\\\"\\>Lists the "
"available template categories. Click a category to view its contents in the "
"\\<emph\\>Templates \\</emph\\>list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3149885.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3149885.8.help.text\n"
"Templates"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3145249.9.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_LISTBOX_DLG_NEW_FILE_LB_TEMPLATE\\\"\\>Lists the "
"available templates for the selected category.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3148392.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3148392.10.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3149026.11.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_DLG_NEW_FILE_CB_TEXT_STYLE\\\"\\>Loads the "
"paragraph and the character styles from the selected document into the "
"current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3153717.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3153717.12.help.text\n"
"Frame"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3156320.13.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_DLG_NEW_FILE_CB_FRAME_STYLE\\\"\\>Loads the "
"frame styles from the selected document into the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3147565.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3147565.14.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3154642.15.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_DLG_NEW_FILE_CB_PAGE_STYLE\\\"\\>Loads the "
"page styles from the selected document into the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3153147.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3153147.18.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3152587.19.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_DLG_NEW_FILE_CB_NUM_STYLE\\\"\\>Loads the "
"numbering styles from the selected document into the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3151176.16.help.text
msgid "Overwrite"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3147514.17.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_CHECKBOX_DLG_NEW_FILE_CB_MERGE_STYLE\\\"\\>Replaces "
"styles in the current document that have the same name as the styles you are "
"loading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3150358.20.help.text
msgid "Styles with identical names are automatically overwritten."
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#hd_id3153668.21.help.text
msgid "From file"
msgstr ""

#: helpcontent2/source/text/swriter/01/05170000.xhp#par_id3147526.22.help.text
msgid ""
"\\<ahelp hid=\\\"SFX2_PUSHBUTTON_DLG_NEW_FILE_PB_LOAD_FILE\\\"\\>Locate the "
"file containing the styles that you want to load, and then click "
"\\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05180000.xhp#tit.help.text\n"
"Wrap"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3145826.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05180000.xhp\\\" "
"name=\\\"Wrap\\\"\\>Wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#par_id3153002.2.help.text
msgid "Sets the text wrap options for graphics, objects, and frames."
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3150022.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"No wrap\\\"\\>No "
"wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3150934.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Page "
"wrap\\\"\\>Page wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3149027.5.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Dynamic page "
"wrap\\\"\\>Dynamic page wrap\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3153718.6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"Wrap "
"through\\\"\\>Wrap through\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3156321.7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"In "
"background\\\"\\>In background\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3151180.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Contour\\\"\\>Contour\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3147566.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060201.xhp\\\" name=\\\"Edit "
"Contour\\\"\\>Edit Contour\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3149294.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" name=\\\"First "
"paragraph\\\"\\>First paragraph\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05180000.xhp#hd_id3147341.11.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Edit\\\"\\>Edit\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#tit.help.text
msgid "Split Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#bm_id3153246.help.text
msgid ""
"\\<bookmark_value\\>tables; "
"splitting\\</bookmark_value\\>\\<bookmark_value\\>splitting tables; at "
"cursor position\\</bookmark_value\\>\\<bookmark_value\\>dividing "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3153246.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05190000.xhp\\\" name=\\\"Split "
"Table\\\"\\>Split Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#par_id3083450.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:SplitTable\\\"\\>Splits the current table into two "
"separate tables at the cursor position.\\</ahelp\\> You can also access this "
"command by right-clicking in a table cell."
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3149351.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3149351.3.help.text\n"
"Mode"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3154554.5.help.text
msgid "Copy heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#par_id3154503.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_CNTNT\\\"\\>Includes the "
"first row of the original table as the first row of the second "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3149880.7.help.text
msgid "Custom heading (apply style)"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#par_id3148389.8.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BOX_PARA\\\"\\>Inserts a "
"blank header row in the second table that is formatted with the style of the "
"first row in the original table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3150568.9.help.text
msgid "Custom heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#par_id3149027.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BOX_NOPARA\\\"\\>Inserts "
"an additional blank row in the second table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#hd_id3153720.11.help.text
msgid "No heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#par_id3156318.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SPLIT_TABLE:RB_BORDER\\\"\\>Splits the "
"table without copying the header row.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05190000.xhp#par_id3145411.13.help.text
msgid ""
"When you split a table that contains formulas, the formulas may be affected."
msgstr ""

#: helpcontent2/source/text/swriter/01/05200000.xhp#tit.help.text
msgid "Merge Table "
msgstr ""

#: helpcontent2/source/text/swriter/01/05200000.xhp#bm_id3154652.help.text
msgid ""
"\\<bookmark_value\\>tables; "
"merging\\</bookmark_value\\>\\<bookmark_value\\>merging; "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05200000.xhp#hd_id3154652.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05200000.xhp\\\" name=\\\"Merge "
"Table\\\"\\>Merge Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05200000.xhp#par_id3147401.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MergeTable\\\"\\>Combines two consecutive tables into "
"a single table. The tables must be directly next to each other and not "
"separated by an empty paragraph.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05200000.xhp#par_id3146325.3.help.text
msgid ""
"If you choose this command when the cursor is in the middle of three "
"consecutive tables, you are prompted to select the table that you want to "
"merge with."
msgstr ""

#: helpcontent2/source/text/swriter/01/05990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/05990000.xhp#tit.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/05990000.xhp#hd_id3149666.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05990000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05990000.xhp#par_id3154015.2.help.text
msgid "Opens up dialogs where you can organizing Styles and templates."
msgstr ""

#: helpcontent2/source/text/swriter/01/05990000.xhp#hd_id3155960.3.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05130000.xhp\\\" "
"name=\\\"Catalog\\\"\\>Catalog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/05990000.xhp#hd_id3149499.4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05170000.xhp\\\" "
"name=\\\"Load\\\"\\>Load\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06030000.xhp#tit.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3154657.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3154657.1.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3148572.2.help.text
msgid ""
"\\<variable id=\\\"silben\\\"\\>\\<ahelp "
"hid=\\\".uno:Hyphenate\\\"\\>Inserts hyphens in words that are too long to "
"fit at the end of a line.\\</ahelp\\> $[officename] searches the document "
"and suggests hyphenation that you can accept or reject. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3153811.3.help.text
msgid ""
"To automatically hyphenate the current or selected paragraphs, choose "
"\\<emph\\>Format - Paragraph\\</emph\\>, and then click the \\<link "
"href=\\\"text/swriter/01/05030200.xhp\\\" name=\\\"Text Flow\\\"\\>Text "
"Flow\\</link\\> tab. You can also apply automatic hyphenation to a paragraph "
"style."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3151389.5.help.text
msgid ""
"When $[officename] finds a word that requires hyphenation, do one of the "
"following options:"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3155622.36.help.text
msgid "To accept the suggestion, click \\<emph\\>Hyphenate\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3154558.37.help.text
msgid ""
"To accept one of the suggestions, click the hyphen, type an Equal sign (=), "
"and then click \\<emph\\>Hyphenate\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3150017.38.help.text
msgid "To reject the suggestion, click \\<emph\\>Remove\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3147562.19.help.text
msgid ""
"To exclude paragraphs from the automatic hyphenation, select the paragraphs, "
"choose \\<emph\\>Format - Paragraph, click the Text Flow\\</emph\\> tab, and "
"then clear the \\<emph\\>Automatically\\</emph\\> check box in the "
"\\<emph\\>Hyphenation \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3154276.18.help.text
msgid ""
"To turn off the suggestion dialogs for hyphenation, choose \\<link "
"href=\\\"text/shared/optionen/01010400.xhp\\\" name=\\\"Tools - Options - "
"Language Settings - Writing Aids\\\"\\>Tools - Options - Language Settings - "
"Writing Aids\\</link\\>, and select the \\<emph\\>Hyphenate without "
"inquiry\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3152950.17.help.text
msgid ""
"To manually enter a hyphen, click in the word where you want to add the "
"hyphen, and then press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Minus sign (-)."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3147523.32.help.text
msgid ""
"To insert a non-breaking (protected) hyphen, click in the word that you want "
"to hyphenate, and then press Shift+\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>+Ctrl "
"\\</defaultinline\\>\\</switchinline\\>+Minus sign(-)."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3154573.33.help.text
msgid ""
"To hide custom hyphens, choose \\<link "
"href=\\\"text/shared/optionen/01040600.xhp\\\" name=\\\"Tools - Options - "
"Text Document - Formatting Aids\\\"\\>\\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - Formatting Aids\\</emph\\>\\</link\\>, and then clear "
"the \\<emph\\>Custom hyphens\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3150360.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3150360.20.help.text\n"
"Word"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3153676.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3153676.21.help.text\n"
"Word"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3149687.22.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:EDIT:RID_SVXDLG_HYPHENATE:ED_WORD\\\"\\>Displays the "
"hyphenation suggestion(s) for the selected word.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3154195.23.help.text
msgid "Left / Right Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3155174.24.help.text
msgid ""
"\\<ahelp hid=\\\"SVX:IMAGEBUTTON:RID_SVXDLG_HYPHENATE:BTN_RIGHT\\\"\\>Set "
"the position of the hyphen. This option is only available if more than one "
"hyphenation suggestion is displayed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3151327.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3151327.25.help.text\n"
"Next"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3149306.26.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_HYPHENATE:BTN_HYPH_CONTINUE\\\"\\>Ignores "
"the hyphenation suggestion and finds the next word to hyphenate.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3149495.27.help.text
msgid "Hyphenate"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3149096.28.help.text
msgid ""
"\\<ahelp hid=\\\"HID_HYPHENATE\\\"\\>Inserts the hyphen at the indicated "
"position.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3154829.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06030000.xhp#hd_id3154829.29.help.text\n"
"Remove"
msgstr ""

#: helpcontent2/source/text/swriter/01/06030000.xhp#par_id3149821.30.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SVX:PUSHBUTTON:RID_SVXDLG_HYPHENATE:BTN_HYPH_DELETE\\\"\\>Rejects "
"the hyphenation suggestion.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06040000.xhp#tit.help.text
msgid "Word Count"
msgstr ""

#: helpcontent2/source/text/swriter/01/06040000.xhp#par_idN10542.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06040000.xhp\\\"\\>Word Count\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06040000.xhp#par_idN10552.help.text
msgid ""
"\\<ahelp hid=\\\"FN_WORDCOUNT_DIALOG\\\"\\>Counts the words and characters "
"in the current selection and in the whole document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06040000.xhp#par_idN1062D.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100400.xhp\\\"\\>Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06060000.xhp#tit.help.text\n"
"Outline Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3154561.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3154561.1.help.text\n"
"Outline Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3145246.2.help.text
msgid ""
"\\<variable id=\\\"kapnum\\\"\\>\\<ahelp "
"hid=\\\".uno:ChapterNumberingDialog\\\"\\>Specifies the number format and "
"the hierarchy for chapter numbering in the current "
"document.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3150934.54.help.text
msgid ""
"Outline numbering is linked to paragraph styles. By default, the \"Heading\" "
"paragraph styles (1-10) are assigned to the corresponding outline number "
"levels (1-10). If you want, you can assign different paragraph styles to the "
"outline number level."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3147567.55.help.text
msgid ""
"To highlight the screen display of outline numbers, choose \\<emph\\>View -"
"\\</emph\\>\\<emph\\>Field Shadings\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3151168.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3151168.56.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3147512.57.help.text
msgid ""
"\\<ahelp hid=\\\"HID_OUTLINE_FORM\\\"\\>Saves or loads an outline number "
"format. A saved outline number format is available to all text "
"documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3150979.58.help.text
msgid ""
"The \\<emph\\>Format\\</emph\\> button is only available for outline "
"numbering. For numbered or bulleted list styles, modify the Numbering Styles "
"of the paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3154572.59.help.text
msgid "Untitled 1 - 9"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3150350.60.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUM_OUTL_NAMED_NUMS\\\"\\>Select the predefined "
"numbering style that you want to assign to the selected outline "
"level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3153675.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3153675.61.help.text\n"
"Save As"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3155892.62.help.text
msgid ""
"\\<ahelp hid=\\\"HID_NUM_OUTL_NUM_SAVEAS\\\"\\>Opens a dialog where you can "
"save the current settings for the selected outline level. You can then load "
"these settings from another document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3149689.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060000.xhp#hd_id3149689.63.help.text\n"
"Save As"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060000.xhp#par_id3154200.64.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_NUM_NAMES:LB_FORM\\\"\\>Click a numbering "
"style in the list, and then enter a name for the style. The numbers "
"correspond to the outline level that the styles are assigned to.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06060100.xhp#tit.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3151387.34.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06060100.xhp\\\" "
"name=\\\"Numbering\\\"\\>Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3155620.35.help.text
msgid ""
"Specifies the number format and the hierarchy for chapter numbering in the "
"current document."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3153003.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3153003.3.help.text\n"
"Level"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150018.4.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_OUTLINE_NUM:LB_LEVEL\\\"\\>Click the outline "
"level that you want to modify, and then specify the numbering options for "
"the level.\\</ahelp\\> To apply the numbering options, except for the "
"paragraph style, to all of the levels, click \"1-10\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3145248.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3145248.8.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150930.9.help.text
msgid "Specify the formatting for the select outline level."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3149030.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3149030.10.help.text\n"
"Paragraph Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3153722.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_OUTLINE_NUM:LB_COLL\\\"\\>Select the "
"paragraph style that you want to assign to the selected outline "
"level.\\</ahelp\\> If you click \"None\", the selected outline level is not "
"defined."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3151272.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3151272.12.help.text\n"
"Number"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3156319.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_OUTLINE_NUM:LB_NUMBER\\\"\\>Select the "
"numbering style that you want to apply to the selected outline "
"level.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150258.14.help.text
msgid "\\<emph\\>Selection\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3149760.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3149760.15.help.text\n"
"\\<emph\\>Description\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3147513.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3147513.16.help.text\n"
"A, B, C, ..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150708.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150708.17.help.text\n"
"Capital letters"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154104.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154104.18.help.text\n"
"a, b, c, ..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3153533.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3153533.19.help.text\n"
"Lowercase letters"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3151314.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3151314.20.help.text\n"
"I, II, III, ..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154470.21.help.text
msgid "Roman numerals (upper)"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150360.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3150360.22.help.text\n"
"i, ii, iii, ..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3152960.23.help.text
msgid "Roman numerals (lower)"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3155899.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3155899.24.help.text\n"
"1, 2, 3, ..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154191.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154191.25.help.text\n"
"Arabic numerals"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3149298.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3149298.36.help.text\n"
"A,... AA,... AAA,..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3151332.37.help.text
msgid ""
"Alphabetical numbering with identical capital letters, where the number of "
"letters indicates the chapter level. For example, the second number in level "
"three is \"BBB\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3143284.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3143284.38.help.text\n"
"a,... aa,... aaa,..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3149820.39.help.text
msgid ""
"Alphabetical numbering with identical lower case letters, where the number "
"of letters indicates the chapter level. For example, the third number in "
"level two is \"cc\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154834.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#par_id3154834.26.help.text\n"
"None"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3148968.27.help.text
msgid ""
"No numbering symbol. Only the character or symbol defined in the "
"\\<emph\\>Separator\\</emph\\> fields appears at the beginning of the "
"numbered line."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3147098.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3147098.40.help.text\n"
"Character Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3147224.41.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_OUTLINE_NUM:LB_CHARFMT\\\"\\>Select the "
"format of the numbering character.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3153643.28.help.text
msgid "Show sublevels"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3147575.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_OUTLINE_NUM:NF_ALL_LEVEL\\\"\\>Select "
"the number of outline levels to include in the chapter numbering. For "
"example, select \"3\" to display three levels of chapter numbering: "
"1.1.1\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3152772.30.help.text
msgid "Separator Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3155142.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_OUTLINE_NUM:ED_PREFIX\\\"\\>Enter the text that "
"you want to display before the chapter number.\\</ahelp\\> For example, type "
"\"Chapter \" to display \"Chapter 1\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3154386.32.help.text
msgid "Separator After"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3153358.33.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_OUTLINE_NUM:ED_SUFFIX\\\"\\>Enter the text that "
"you want to display after the chapter number.\\</ahelp\\> For example, type "
"a period (.) to display \"1.\""
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3150590.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06060100.xhp#hd_id3150590.6.help.text\n"
"Start at"
msgstr ""

#: helpcontent2/source/text/swriter/01/06060100.xhp#par_id3151023.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_OUTLINE_NUM:ED_START\\\"\\>Enter the "
"number that you want to restart the chapter numbering at.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080000.xhp#tit.help.text
msgid "Footnote options"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080000.xhp#hd_id3153004.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06080000.xhp\\\" name=\\\"Footnote "
"options\\\"\\>Footnote options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080000.xhp#par_id3149882.2.help.text
msgid ""
"\\<variable id=\\\"fnoten\\\"\\>\\<ahelp hid=\\\".uno:FootnoteDialog\\\" "
"visibility=\\\"visible\\\"\\>Specifies the display settings for footnotes "
"and endnotes.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06080100.xhp#tit.help.text\n"
"Footnotes"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3154705.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06080100.xhp\\\" "
"name=\\\"Footnotes\\\"\\>Footnotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3149500.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_FOOTNOTE_OPTIONS\\\"\\>Specifies the formatting for "
"footnotes and endnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3154560.47.help.text
msgid ""
"To set additional option for footnotes and endnotes, choose \\<emph\\>Format "
"- Page\\</emph\\>, and then click the \\<link "
"href=\\\"text/swriter/01/05040600.xhp\\\" "
"name=\\\"Footnote\\\"\\>\\<emph\\>Footnote\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149884.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149884.9.help.text\n"
"AutoNumbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148394.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148394.11.help.text\n"
"Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150568.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTEOPTION:LB_NUMVIEW\\\"\\>Select the "
"numbering style that you want to use for footnotes or endnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147570.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147570.13.help.text\n"
"Selection"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151180.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151180.14.help.text\n"
"Description"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150763.15.help.text
msgid "A, B, C"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3153154.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3153154.16.help.text\n"
"Uppercase"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151171.17.help.text
msgid "a, b, c"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147508.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147508.18.help.text\n"
"Lowercase"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150706.19.help.text
msgid "I, II, III"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3152940.20.help.text
msgid "Roman numerals (upper case)"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3153530.21.help.text
msgid "i, ii, iii"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150359.22.help.text
msgid "Roman numerals (lower case)"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150981.23.help.text
msgid "1, 2, 3"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3154569.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3154569.24.help.text\n"
"Arabic numerals"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147525.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147525.57.help.text\n"
"A,... AA,... AAA,..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3155895.58.help.text
msgid ""
"Alphabetical numbering with uppercase letters. After the first 26 entries, "
"the numbering restarts at \"AA\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3154194.59.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3154194.59.help.text\n"
"a,... aa,... aaa,..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3149297.60.help.text
msgid ""
"Alphabetical numbering with lowercase letters. After the first 26 entries, "
"the numbering restarts at \"aa\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3151330.25.help.text
msgid "Counting"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3155186.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTEOPTION:LB_NUMCOUNT\\\"\\>Select the "
"numbering option for the footnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3149096.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3149096.65.help.text\n"
"Option"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151256.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151256.66.help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147094.27.help.text
msgid "Per page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3148983.28.help.text
msgid ""
"Restarts the numbering of footnotes at the top of each page. This option is "
"only available if the \\<emph\\>End of page \\</emph\\>check box is selected "
"in the \\<emph\\>Position \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3149040.29.help.text
msgid "Per chapter"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3152766.30.help.text
msgid "Restarts the numbering of footnotes at the beginning of each chapter."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3155147.31.help.text
msgid "Per document"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3153347.32.help.text
msgid "Numbers the footnotes in the document sequentially."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149167.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149167.33.help.text\n"
"Start at"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3156268.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_FOOTNOTEOPTION:FLD_OFFSET\\\"\\>Enter "
"the number for the first footnote in the document. This option is only "
"available if you selected \"Per Document\" in the \\<emph\\>Counting "
"\\</emph\\>box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3151036.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3151036.50.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150587.51.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FOOTNOTEOPTION:ED_PREFIX\\\"\\>Enter the text "
"that you want to display in front of the footnote number in the note "
"text.\\</ahelp\\> For example, type \"To \" to display \"To 1\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3156364.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3156364.52.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3155906.53.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FOOTNOTEOPTION:ED_SUFFIX\\\"\\>Enter the text "
"that you want to display after the footnote number in the note "
"text.\\</ahelp\\> For example, type \")\" to display \"1)\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148875.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148875.3.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148888.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148888.5.help.text\n"
"End of page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151385.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:TP_FOOTNOTEOPTION:RB_POS_PAGE\\\"\\>Displays "
"footnotes at the bottom of the page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149549.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149549.7.help.text\n"
"End of document"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150123.8.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:TP_FOOTNOTEOPTION:RB_POS_CHAPTER\\\"\\>Displays "
"footnotes at the end of the document as endnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3155871.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3155871.35.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3150695.36.help.text
msgid ""
"To ensure a uniform appearance for the footnotes in your document, assign a "
"paragraph style to the footnotes."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3147418.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3147418.37.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147620.38.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTEOPTION:LB_PARA_TEMPL\\\"\\>Select the "
"paragraph style for the footnote text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3147495.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3147495.39.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3145128.40.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTEOPTION:LB_PAGE_TEMPL\\\"\\>Select the "
"page style that you want to use for footnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3149229.49.help.text
msgid ""
"This option is only available if the \\<emph\\>End of Document\\</emph\\> "
"check box is selected in the \\<emph\\>Position\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3147742.61.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3147742.61.help.text\n"
"Character Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3146335.62.help.text
msgid ""
"You can assign styles to footnote anchors and text. You can use the "
"predefined footnote styles, or use a different style."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149834.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3149834.63.help.text\n"
"Text area"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3147592.64.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_FOOTNOTEOPTION:LB_ANCHR_CHARFMT\\\"\\>Select "
"the character style that you want to use for footnote anchors in the text "
"area of your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148845.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148845.55.help.text\n"
"Footnote area"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3148863.56.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_FOOTNOTEOPTION_LB_TEXT_CHARFMT\\\"\\>Select "
"the character style that you want to use for the footnote numbers in the "
"footnote area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3155575.41.help.text
msgid "Continuation notice"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3148445.43.help.text
msgid "End of Footnote"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3151091.46.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FOOTNOTEOPTION:ED_CONT\\\"\\>Enter the text that "
"you want to display when the footnotes are continued on the next page, for "
"example, \"Continued on Page \". $[officename] Writer automatically inserts "
"the number of the following page. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#hd_id3154784.45.help.text
msgid "Start of next page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080100.xhp#par_id3154089.44.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_FOOTNOTEOPTION:ED_CONT_FROM\\\"\\>Enter the text "
"that you want to display on the page where the footnotes are continued, for "
"example, \"Continued from Page \". $[officename] Writer automatically "
"inserts the number of the previous page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06080200.xhp#tit.help.text\n"
"Endnotes"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3156321.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06080200.xhp\\\" "
"name=\\\"Endnotes\\\"\\>Endnotes\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3151182.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_ENDNOTE_OPTIONS\\\"\\>Specifies the formatting for "
"endnotes.\\</ahelp\\> The type of endnote numbering and the Styles to apply "
"are the options available."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3149292.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3149292.3.help.text\n"
"AutoNumbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3151178.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3151178.4.help.text\n"
"Start at"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3147512.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_ENDNOTEOPTION:FLD_OFFSET\\\"\\>Enter the "
"number for the first endnote in the document.\\</ahelp\\> This is useful if "
"want the endnote numbering to span more than one document."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3150702.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3150702.13.help.text\n"
"Before"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3152943.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_ENDNOTEOPTION:ED_PREFIX\\\"\\>Enter the text "
"that you want to display in front of the endnote number in the note "
"text.\\</ahelp\\> For example, type \"re: \" to display \"re: 1\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3149804.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3149804.15.help.text\n"
"After"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3153535.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_ENDNOTEOPTION:ED_SUFFIX\\\"\\>Enter the text "
"that you want to display after the endnote number in the note "
"text.\\</ahelp\\> For example, type \")\" to display \"1)\"."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3152952.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3152952.6.help.text\n"
"Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3150970.7.help.text
msgid ""
"To ensure a uniform appearance for the endnotes in your document, assign a "
"paragraph style to the footnotes."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3151312.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3151312.8.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3147526.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_ENDNOTEOPTION:LB_PARA_TEMPL\\\"\\>Select the "
"paragraph style for the endnote text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3154470.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3154470.11.help.text\n"
"Page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3154569.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_ENDNOTEOPTION:LB_PAGE_TEMPL\\\"\\>Select the "
"page style that you want to use for endnotes.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3155901.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3155901.20.help.text\n"
"Character Styles"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3149692.21.help.text
msgid ""
"You can assign styles to endnote anchors and text. You can use the "
"predefined endnote styles, or use a different style."
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3154198.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3154198.22.help.text\n"
"Text area"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3159200.23.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_ENDNOTEOPTION:LB_ANCHR_CHARFMT\\\"\\>Select "
"the character style that you want to use for endnote anchors in the text "
"area of your document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#hd_id3151326.18.help.text
msgid "Endnote area"
msgstr ""

#: helpcontent2/source/text/swriter/01/06080200.xhp#par_id3155182.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_TP_ENDNOTEOPTION_LB_TEXT_CHARFMT\\\"\\>Select "
"the character style that you want to use for the endnote numbers in the "
"endnote area.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#tit.help.text
msgid "Convert Text to Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#bm_id3147402.help.text
msgid ""
"\\<bookmark_value\\>converting; text to "
"tables\\</bookmark_value\\>\\<bookmark_value\\>text; converting to "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables; converting to "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3147402.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06090000.xhp\\\" name=\\\"Convert Text to "
"Table\\\"\\>Convert Text to Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3145829.2.help.text
msgid ""
"\\<variable id=\\\"texttab\\\"\\>\\<ahelp hid=\\\".uno:ConvertTableText\\\" "
"visibility=\\\"visible\\\"\\>Converts the selected text into a table, or the "
"selected table into text.\\</ahelp\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3150015.15.help.text
msgid ""
"The options available in this dialog depending on the type of conversion."
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3145247.3.help.text
msgid "Separators in Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3148388.4.help.text
msgid ""
"A separator, such as a tab, marks the column boundaries in the selected "
"text. Each paragraph in the selection is converted into a row in the table. "
"Similarly, when you convert a table into text, the column markers are "
"changed to the character that you specify, and each row is converted into a "
"separate paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3150936.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3150936.6.help.text\n"
"Tabs"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3149027.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:CB_TAB\\\" "
"visibility=\\\"visible\\\"\\>Converts the text to a table using tabs as "
"column markers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3147171.10.help.text
msgid "Semicolons"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3147565.11.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:CB_SEMI\\\" "
"visibility=\\\"visible\\\"\\>Converts the text to a table using semi-colons "
"(;) as column markers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3151273.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3151273.12.help.text\n"
"Paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3154645.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:CB_PARA\\\" "
"visibility=\\\"visible\\\"\\>Converts the text to a table using paragraphs "
"as column markers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3151184.16.help.text
msgid "Other:"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3150256.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_CONV_TEXT_TABLE:RB_OTHER\\\" "
"visibility=\\\"visible\\\"\\>Converts the text to a table using the "
"character that you type in the box as a column marker.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3149295.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3149295.20.help.text\n"
"Text box"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3151175.21.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_CONV_TEXT_TABLE:ED_OTHER\\\" "
"visibility=\\\"visible\\\"\\>Type the character that you want to use as a "
"column marker.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3147508.18.help.text
msgid "Columns of the same width"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3154278.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CONV_TEXT_TABLE:CB_KEEPCOLUMN\\\" "
"visibility=\\\"visible\\\"\\>Creates columns of equal width, regardless of "
"the position of the column marker.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3150703.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3150703.14.help.text\n"
"AutoFormat"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3154097.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3154097.22.help.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3149802.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3149802.23.help.text\n"
"Heading"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3153535.28.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CONV_TEXT_TABLE:CB_HEADER\\\" "
"visibility=\\\"visible\\\"\\>Formats the first row of the new table as a "
"heading.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3150359.24.help.text
msgid "Repeat on every page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3150973.29.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CONV_TEXT_TABLE:CB_REPEAT_HEADER\\\" "
"visibility=\\\"visible\\\"\\>Repeats the table header on each page that the "
"table spans.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3151315.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3151315.25.help.text\n"
"Do not split the table"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3147530.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CONV_TEXT_TABLE:CB_DONT_SPLIT\\\" "
"visibility=\\\"visible\\\"\\>Does not divide the table across "
"pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3154472.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06090000.xhp#hd_id3154472.26.help.text\n"
"Border"
msgstr ""

#: helpcontent2/source/text/swriter/01/06090000.xhp#par_id3154570.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_CONV_TEXT_TABLE:CB_BORDER\\\" "
"visibility=\\\"visible\\\"\\>Adds a border to the table and the table "
"cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#tit.help.text
msgid "Sort    "
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#bm_id3149353.help.text
msgid ""
"\\<bookmark_value\\>sorting; "
"text\\</bookmark_value\\>\\<bookmark_value\\>tabl"
"es;sorting\\</bookmark_value\\>\\<bookmark_value\\>sorting;table "
"rows\\</bookmark_value\\>\\<bookmark_value\\>text; "
"sorting\\</bookmark_value\\>\\<bookmark_value\\>lines; "
"sorting\\</bookmark_value\\>\\<bookmark_value\\>sorting; "
"paragraphs\\</bookmark_value\\>\\<bookmark_value\\>sorting;Asian "
"languages\\</bookmark_value\\>\\<bookmark_value\\>Asian "
"languages;sorting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149353.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149353.1.help.text\n"
"Sort"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3150015.2.help.text
msgid ""
"\\<variable id=\\\"sort\\\"\\>\\<ahelp hid=\\\".uno:SortDialog\\\"\\>Sorts "
"the selected paragraphs or table rows alphabetically or "
"numerically.\\</ahelp\\> You can define up to three sort keys as well as "
"combine alphanumeric and numeric sort keys. \\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3150931.3.help.text
msgid "Sort criteria"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149029.4.help.text
msgid "Keys 1 to 3"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3147170.5.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:DLG_SORTING:CB_KEY3\\\"\\>Specifies additional "
"sorting criteria. You can also combine sort keys.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3147565.6.help.text
msgid "Column 1 to 3"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3154644.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_SORTING:ED_KEY3\\\"\\>Enter the number "
"of the table column that you want to use as a basis for sorting.\\</ahelp\\> "
"The valid number range is 1 to 99."
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3151268.8.help.text
msgid ""
"To sort paragraphs, select the \\<emph\\>Paragraph \\</emph\\>option in the "
"\\<emph\\>Separator\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3150254.9.help.text
msgid "Key type 1 to 3"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3149752.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:DLG_SORTING:DLB_KEY3\\\"\\>Select the sorting "
"option that you want to use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3151177.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3151177.16.help.text\n"
"Order"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3154270.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SORTING:RB_UP3\\\"\\>Sorts in ascending "
"order, (for example, 1, 2, 3 or a, b, c).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3150708.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3150708.19.help.text\n"
"Descending"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3152946.20.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SORTING:RB_DN3\\\"\\>Sorts in descending "
"order (for example, 9, 8, 7 or z, y, x).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149812.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149812.11.help.text\n"
"Direction"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3153540.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3153540.12.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3150973.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SORTING:RB_COL\\\"\\>Sorts the columns "
"in the table according to the current sort options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3147526.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3147526.14.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3153677.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SORTING:RB_ROW\\\"\\>Sorts the rows in "
"the table or the paragraphs in the selection according to the current sort "
"options.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3151312.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3151312.21.help.text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3150350.22.help.text
msgid ""
"Paragraphs are separated by nonprinting paragraph marks. You can also "
"specify that tabs or a character act as separators when you sort paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3154570.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3154570.23.help.text\n"
"Tabs"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3155902.24.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_SORTING:RB_TAB\\\"\\>If the selected "
"paragraphs correspond to a list separated by tabs, select this "
"option.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3154190.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3154190.25.help.text\n"
"Character"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3159196.26.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:DLG_SORTING:ED_TABCH\\\"\\>Enter the character that "
"you want to use as a separator in the selected area.\\</ahelp\\> By using "
"the separator, $[officename] can determine the position of the sorting key "
"in the selected paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3151324.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3151324.31.help.text\n"
"..."
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3155178.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW_PUSHBUTTON_DLG_SORTING_PB_DELIM\\\"\\>Opens the "
"\\<emph\\>Special Characters\\</emph\\> dialog, where you can select the "
"character that you want to use as a separator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149482.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149482.33.help.text\n"
"Language"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3151252.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW_LISTBOX_DLG_SORTING_LB_LANG\\\"\\>Select the language "
"that defines the sorting rules.\\</ahelp\\> Some languages sort special "
"characters differently than other languages."
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149104.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06100000.xhp#hd_id3149104.35.help.text\n"
"Match case"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_id3154838.36.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_DLG_SORTING_CB_CASE\\\"\\>Distinguishes between "
"uppercase and lowercase letters when you sort a table. For asian languages "
"special handling applies.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06100000.xhp#par_idN10895.help.text
msgid ""
"For asian languages, select \\<emph\\>Match case \\</emph\\>to apply multi-"
"level collation. In the multi-level collation, the primitive forms of the "
"entries are first compared with the cases of the forms and diacritics "
"ignored. If the forms are the same, the diacritics of the forms are "
"compared. If the forms are still the same, the cases, character widths, and "
"Japanese Kana differences of the forms are compared."
msgstr ""

#: helpcontent2/source/text/swriter/01/06110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06110000.xhp#tit.help.text\n"
"Calculate"
msgstr ""

#: helpcontent2/source/text/swriter/01/06110000.xhp#hd_id3154505.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06110000.xhp\\\" "
"name=\\\"Calculate\\\"\\>Calculate\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06110000.xhp#par_id3150021.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:CalculateSel\\\" "
"visibility=\\\"visible\\\"\\>Calculates the selected formula and copies the "
"result to the clipboard.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06120000.xhp#tit.help.text
msgid "Page Formatting"
msgstr ""

#: helpcontent2/source/text/swriter/01/06120000.xhp#hd_id3155961.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06120000.xhp\\\" name=\\\"Page "
"Formatting\\\"\\>Page Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06120000.xhp#par_id3150249.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\".uno:Repaginate\\\"\\>Updates "
"the page formats in the document and recalculates the total number of pages "
"that is displayed on the \\<emph\\>Status Bar\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06120000.xhp#par_id3154766.4.help.text
msgid "In long documents, updating the page formatting can take a while."
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#tit.help.text
msgid "Current Index"
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#hd_id3154704.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06160000.xhp\\\" name=\\\"Current "
"Index\\\"\\>Current Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#par_id3149499.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UpdateCurIndex\\\" "
"visibility=\\\"visible\\\"\\>Updates the current index.\\</ahelp\\> The "
"current index is the one that contains the cursor."
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#par_id3154763.3.help.text
msgid ""
"You can also right-click in an index or table of contents, and then choose "
"\\<emph\\>Update Index/Table\\</emph\\>. The following commands are also "
"available in the context menu:"
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#hd_id3146967.4.help.text
msgid "Edit Index/Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#par_id3151387.5.help.text
msgid ""
"\\<ahelp hid=\\\".uno:EditCurIndex\\\" visibility=\\\"visible\\\"\\>Edits "
"the current index or table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#hd_id3147403.6.help.text
msgid "Delete Index/Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/06160000.xhp#par_id3155625.7.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RemoveTableOf\\\" visibility=\\\"visible\\\"\\>Deletes "
"the current index or table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06170000.xhp#tit.help.text
msgid "All Indexes and Tables"
msgstr ""

#: helpcontent2/source/text/swriter/01/06170000.xhp#hd_id3149875.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06170000.xhp\\\" name=\\\"All Indexes and "
"Tables\\\"\\>All Indexes and Tables\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06170000.xhp#par_id3150211.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UpdateAllIndexes\\\" "
"visibility=\\\"visible\\\"\\>Update all indexes and tables of contents in "
"the current document. You do not need to place the cursor in an index or "
"table before you use this command.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06180000.xhp#tit.help.text\n"
"Line Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3154705.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3154705.1.help.text\n"
"Line Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3150249.2.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 \\<emph\\>Format - Paragraph\\</emph\\>, click the "
"\\<emph\\>Numbering \\</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."
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3146965.5.help.text
msgid "Show numbering"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3147295.6.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_LINENUMBERING:CB_NUMBERING_ON\\\" "
"visibility=\\\"visible\\\"\\>Adds line numbers to the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3083449.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3083449.7.help.text\n"
"View"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3155621.8.help.text
msgid "Set the properties of the line numbering."
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3145822.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3145822.9.help.text\n"
"Character Style"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3153000.10.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_LINENUMBERING:LB_CHAR_STYLE\\\" "
"visibility=\\\"visible\\\"\\>Select the formatting style that you want to "
"use for the line numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3149880.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3149880.11.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3145246.12.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_LINENUMBERING:LB_FORMAT\\\" "
"visibility=\\\"visible\\\"\\>Select the numbering style that you want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3150569.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3150569.13.help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3150932.14.help.text
msgid ""
"\\<ahelp hid=\\\"SW:LISTBOX:TP_LINENUMBERING:LB_POS\\\" "
"visibility=\\\"visible\\\"\\>Select where you want the line numbers to "
"appear.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3155986.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3155986.15.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3153719.16.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:TP_LINENUMBERING:MF_OFFSET\\\" "
"visibility=\\\"visible\\\"\\>Enter the amount of space that you want to "
"leave between the line numbers and the text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3151183.17.help.text
msgid "Interval"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3151272.18.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_LINENUMBERING:NF_NUM_INVERVAL\\\" "
"visibility=\\\"visible\\\"\\>Enter the counting interval for the line "
"numbers.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3156321.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3156321.19.help.text\n"
"Separator"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3150765.20.help.text
msgid ""
"You can enter a separator character to display between line numbers if the "
"counting interval is more than one."
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3150258.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3150258.22.help.text\n"
"Text"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3149286.23.help.text
msgid ""
"\\<ahelp hid=\\\"SW:EDIT:TP_LINENUMBERING:ED_DIVISOR\\\" "
"visibility=\\\"visible\\\"\\>Enter the text that you want to use as a "
"separator.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3149757.24.help.text
msgid "Every"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3145412.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:TP_LINENUMBERING:NF_DIV_INTERVAL\\\" "
"visibility=\\\"visible\\\"\\>Enter the number of lines to leave between the "
"separators.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3153532.26.help.text
msgid "Separators are only displayed in lines that are not numbered."
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3152962.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3152962.27.help.text\n"
"Count"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3150358.28.help.text
msgid ""
"Specify whether to include empty paragraphs or lines in text frames in the "
"line count."
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3153677.29.help.text
msgid "Blank lines"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3150973.30.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_LINENUMBERING:CB_COUNT_EMPTYLINES\\\" "
"visibility=\\\"visible\\\"\\>Includes empty paragraphs in the line "
"count.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3154476.31.help.text
msgid "Lines in text frames"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3150995.32.help.text
msgid ""
"\\<ahelp hid=\\\"SW:CHECKBOX:TP_LINENUMBERING:CB_COUNT_FRAMELINES\\\" "
"visibility=\\\"visible\\\"\\>Adds line numbers to text in text frames. The "
"numbering restarts in each text frame, and is excluded from the line count "
"in the main text area of the document.\\</ahelp\\> In \\<link "
"href=\\\"text/swriter/02/03210000.xhp\\\" name=\\\"linked "
"frames\\\"\\>linked frames\\</link\\>, the numbering is not restarted."
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#hd_id3151320.34.help.text
msgid "Restart every new page"
msgstr ""

#: helpcontent2/source/text/swriter/01/06180000.xhp#par_id3149685.35.help.text
msgid ""
"\\<ahelp hid=\\\"SW_CHECKBOX_TP_LINENUMBERING_CB_RESTART_PAGE\\\" "
"visibility=\\\"visible\\\"\\>Restarts line numbering at the top of each page "
"in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06190000.xhp#tit.help.text
msgid "Update All"
msgstr ""

#: helpcontent2/source/text/swriter/01/06190000.xhp#hd_id3145824.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06190000.xhp\\\" name=\\\"Update "
"All\\\"\\>Update All\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06190000.xhp#par_id3153004.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UpdateAll\\\" visibility=\\\"visible\\\"\\>Updates all "
"links, fields, indexes, tables of contents, and page formatting in the "
"current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06200000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06200000.xhp#tit.help.text\n"
"Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/06200000.xhp#hd_id3083281.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06200000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06200000.xhp#par_id3154656.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UpdateFields\\\" visibility=\\\"visible\\\"\\>Updates "
"the contents of all fields in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06210000.xhp#tit.help.text\n"
"Links"
msgstr ""

#: helpcontent2/source/text/swriter/01/06210000.xhp#hd_id3155962.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06210000.xhp\\\" "
"name=\\\"Links\\\"\\>Links\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06210000.xhp#par_id3149499.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UpdateAllLinks\\\" "
"visibility=\\\"visible\\\"\\>Updates the links in the current "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06220000.xhp#tit.help.text
msgid "All Charts"
msgstr ""

#: helpcontent2/source/text/swriter/01/06220000.xhp#hd_id3155959.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06220000.xhp\\\" name=\\\"All "
"Charts\\\"\\>All Charts\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06220000.xhp#par_id3150344.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UpdateCharts\\\" visibility=\\\"visible\\\"\\>Updates "
"the charts in the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06990000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/06990000.xhp#tit.help.text\n"
"Update"
msgstr ""

#: helpcontent2/source/text/swriter/01/06990000.xhp#bm_id3154704.help.text
msgid "\\<bookmark_value\\>updating; text documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06990000.xhp#hd_id3154704.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06990000.xhp\\\" "
"name=\\\"Update\\\"\\>Update\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/06990000.xhp#par_id3149501.2.help.text
msgid ""
"Updates items in the current document that have dynamic contents, so as "
"fields and indexes."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#tit.help.text
msgid "Mail Merge Wizard"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#bm_id6415601.help.text
msgid ""
"\\<bookmark_value\\>wizards;form "
"letters\\</bookmark_value\\>\\<bookmark_value\\>Mail Merge "
"Wizard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#par_idN10549.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge00.xhp\\\"\\>Mail Merge "
"Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#par_idN10559.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Starts the Mail Merge Wizard to create form letters "
"or send e-mail messages to many recipients.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#par_idN105A8.help.text
msgid ""
"\\<link href=\\\"text/swriter/00/00000406.xhp#mmwizard\\\"\\>\\<embedvar "
"href=\\\"text/shared/00/00000004.xhp#wie\\\"/\\>\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#par_idN105CC.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge01.xhp\\\" name=\\\"Mail Merge "
"Wizard - Starting document\\\"\\>Mail Merge Wizard - Starting "
"document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge00.xhp#par_idN105F6.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/01150000.xhp\\\"\\>Configurable Mail Merge "
"dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#tit.help.text
msgid "Mail Merge Wizard - Starting Document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge01.xhp\\\"\\>Mail Merge Wizard - "
"Starting Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10553.help.text
msgid ""
"Specify the document that you want to use as a base for the mail merge "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10556.help.text
msgid "Use the current document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Uses the current Writer document as the base for "
"the mail merge document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1055D.help.text
msgid "Create a new document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a new Writer document to use for the mail "
"merge.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10564.help.text
msgid "Start from existing document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select an existing Writer document to use as the "
"base for the mail merge document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1056B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1056B.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1056F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Locate the Writer document that you want too use, "
"and then click \\<emph\\>Open\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10572.help.text
msgid "Start from a template"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10576.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the template that you want to create your "
"mail merge document with.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10579.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10579.help.text\n"
"Browse"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1057D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<emph\\>Templates and "
"Documents\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10584.help.text
msgid "Start from a recently saved starting document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN10588.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Use an existing mail merge document as the base for "
"a new mail merge document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN106F6.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge01.xhp#par_idN1058B.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge02.xhp\\\" name=\\\"Mail Merge "
"Wizard - Document type\\\"\\>Mail Merge Wizard - Document type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#tit.help.text
msgid "Mail Merge Wizard - Document Type"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge02.xhp\\\"\\>Mail Merge Wizard - "
"Document Type\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN10553.help.text
msgid ""
"Specify the type of mail merge document to create. You can create an e-mail "
"or letter mail merge document."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN10556.help.text
msgid "Letter"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates a printable mail merge document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN1055D.help.text
msgid "E-mail message"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Creates mail merge document that you can send as an "
"e-mail message or an e-mail attachment.\\</ahelp\\> This feature needs Java "
"Mail, which is installed with %PRODUCTNAME by default."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge02.xhp#par_idN10572.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge03.xhp\\\" name=\\\"Mail Merge "
"Wizard - Addresses\\\"\\>Mail Merge Wizard - Addresses\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#tit.help.text
msgid "Mail Merge Wizard - Addresses"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge03.xhp\\\"\\>Mail Merge Wizard - "
"Addresses\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10553.help.text
msgid ""
"Specify the recipients for the mail merge document as well as the layout of "
"the address block."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10561.help.text
msgid ""
"The Mail Merge wizard opens to this page if you start the wizard in a text "
"document that already contains address database fields. If the wizard opens "
"directly to this page, the \\<emph\\>Select address list\\</emph\\> button "
"is called \\<emph\\>Select different address list\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10556.help.text
msgid ""
"The title of this page is \\<emph\\>Address block\\</emph\\> for letters and "
"\\<emph\\>Address list\\</emph\\> for e-mail messages."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10568.help.text
msgid "Select address list"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN1056C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_seladdlis.xhp\\\"\\>Select Address "
"List\\</link\\> dialog, where you can choose a data source for the "
"addresses, add new addresses, or type in a new address list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN1057D.help.text
msgid "This document shall contain an address block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10581.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds an address block to the mail merge "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10584.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the address block layout that you want to "
"use.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10587.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN10587.help.text\n"
"More"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN1058B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_seladdblo.xhp\\\"\\>Select Address "
"Block\\</link\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN1059C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN1059C.help.text\n"
"Match fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105A0.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105A0.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_matfie.xhp\\\"\\>Match Fields\\</link\\> "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105B1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105B1.help.text\n"
"(Browse buttons)"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105B5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105B5.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Use the browse buttons to preview the information "
"from the previous or next data record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge03.xhp#par_idN105B8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge04.xhp\\\" name=\\\"Mail Merge "
"Wizard - Greetingsline\\\"\\>Mail Merge Wizard - Create a "
"salutation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#tit.help.text
msgid "Mail Merge Wizard - Greeting Line"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge04.xhp\\\"\\>Mail Merge Wizard - "
"Create a Salutation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10553.help.text
msgid ""
"Specify the properties for the salutation. If the mail merge database "
"contains gender information, you can specify different salutations based on "
"the gender of the recipient."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10556.help.text
msgid "This document should contain a salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1055A.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Adds a salutation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1055D.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1055D.help.text\n"
"Insert personalized salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds a personalized salutation to the mail merge "
"document. To use the default salutation, clear this check box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10564.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10564.help.text\n"
"Female"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10568.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10568.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the personalized greeting for a female "
"recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1056B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1056B.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1056F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_cusgrelin.xhp\\\"\\>Custom Salutation\\</link\\> "
"(Female recipient) dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10580.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10580.help.text\n"
"Male"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10584.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10584.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the personalized greeting for a male "
"recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10587.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN10587.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1058B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_cusgrelin.xhp\\\"\\>Custom Salutation\\</link\\> "
"(Male recipient) dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1059C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN1059C.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105A0.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105A0.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the field name of the address database field "
"that contains the gender information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105A3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105A3.help.text\n"
"Field value"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105A7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105A7.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the field value that indicates the gender of "
"the recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105AA.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105AA.help.text\n"
"General salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105AE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the default salutation that is used when you "
"do not specify a personalized salutation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105B1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105B1.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105B5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the salutation.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105B8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105B8.help.text\n"
"Match fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105BC.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105BC.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_matfie.xhp\\\"\\>Match Fields\\</link\\> "
"dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105CD.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105CD.help.text\n"
"(Browse buttons)"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105D1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105D1.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Use the browse buttons to preview the information "
"from the previous or next data record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge04.xhp#par_idN105D4.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge05.xhp\\\" name=\\\"Mail Merge "
"Wizard - Layout\\\"\\>Mail Merge Wizard - Adjust layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#tit.help.text
msgid "Mail Merge Wizard - Layout"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge05.xhp\\\"\\>Mail Merge Wizard - "
"Adjust Layout\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10553.help.text
msgid ""
"Specify the position of the address blocks and salutations on the documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10556.help.text
msgid "Align to text body"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Aligns the frame that contains the address block to "
"the left page margin.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN1055D.help.text
msgid "From left"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the amount of space to leave between the left "
"edge of the page and the left edge of the address block.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10564.help.text
msgid "From top"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the amount of space to leave between the top "
"edge of the page and the top edge of the address block.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN1056B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN1056B.help.text\n"
"Up"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN1056F.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Moves the salutation up.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10572.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10572.help.text\n"
"Down"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10576.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Moves the salutation down.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10579.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10579.help.text\n"
"Zoom"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN1057D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a magnification for the page "
"preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN106AF.help.text
msgid ""
"Use the commands in the context menu of the preview to move the view up and "
"down."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge05.xhp#par_idN10580.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge06.xhp\\\" name=\\\"Mail Merge "
"Wizard - Prepare merge\\\"\\>Mail Merge Wizard - Edit document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#tit.help.text
msgid "Mail Merge Wizard - Prepare Merge"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge06.xhp\\\"\\>Mail Merge Wizard - "
"Edit Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10553.help.text
msgid ""
"Browse through the document previews, exclude single recipients, and edit "
"the main document."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10556.help.text
msgid "Recipient"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN1055A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the address record number of a recipient to "
"preview the mail merge document for the recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10604.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Use the browse buttons to scroll through the "
"address records.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN1055D.help.text
msgid "Exclude this recipient"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10561.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Excludes the current recipient from this mail "
"merge.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10564.help.text
msgid "Edit Document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN10568.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Minimizes the wizard so that you can edit the main "
"mail merge document for all recipients.\\</ahelp\\> To return to the wizard, "
"click the \\<emph\\>Return to Mail Merge Wizard\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge06.xhp#par_idN1056F.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge07.xhp\\\" name=\\\"Mail Merge "
"Wizard - Personalize\\\"\\>Mail Merge Wizard - Personalize "
"document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#tit.help.text
msgid "Mail Merge Wizard - Personalize"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10543.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge07.xhp\\\"\\>Mail Merge Wizard - "
"Personalize Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10553.help.text
msgid "Edit documents for each recipient."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10556.help.text
msgid ""
"The Mail Merge Wizard creates a single merged document with page breaks "
"between each recipient. When you reach this page of the wizard, the names "
"and the addresses of the recipients are contained in the document."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10559.help.text
msgid "Edit individual document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN1055D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Minimizes the wizard so that you can edit the mail "
"merge document for a single recipient.\\</ahelp\\> After you made your "
"changes, click the \\<emph\\>Return to Mail Merge Wizard\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN105FA.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN105FA.help.text\n"
"Search for"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN105FE.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the text that you want to search for in the "
"merged document, for example, the name of a recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10564.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10564.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10568.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Click to start the search.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN1056B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN1056B.help.text\n"
"Whole words only"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN1056F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Searches for whole words only and not parts of "
"larger words.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10572.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10572.help.text\n"
"Backwards"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10576.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Searches from the current cursor position to the "
"top of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10579.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10579.help.text\n"
"Match case"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN1057D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Distinguishes between uppercase and lowercase "
"characters in the search.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge07.xhp#par_idN10580.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge08.xhp\\\" name=\\\"Mail Merge "
"Wizard - Save print send\\\"\\>Mail Merge Wizard - Save, print or "
"send\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#tit.help.text
msgid "Mail Merge Wizard - Save, Print & Send"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1054C.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge08.xhp\\\"\\>Mail Merge Wizard - "
"Save, Print or Send\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1055C.help.text
msgid "Specifies the output options for mail merge documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1055F.help.text
msgid ""
"The appearance of this page depends on the option that you select. After you "
"specify the settings, click \\<emph\\>Finish\\</emph\\> to exit the wizard."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10578.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10578.help.text\n"
"Save starting document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1057C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the starting document that contains the "
"database fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1057F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1057F.help.text\n"
"Save starting document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10583.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Saves the current document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10586.help.text
msgid "Save merged document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1058A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the merged document as a separate file for "
"each recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1058D.help.text
msgid "Save as single document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10591.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the merged document as a single "
"file.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10594.help.text
msgid "Save as individual documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10598.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Saves the merged document as a separate file for "
"each recipient. The file names of the documents are constructed from the "
"name that you enter, followed by an underscore, and the number of the "
"current record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1059B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1059B.help.text\n"
"From"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1059F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Selects a range of records starting at the record "
"number in the \\<emph\\>From\\</emph\\> box and ending at the record number "
"in the \\<emph\\>To\\</emph\\> box. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN106DB.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN106DB.help.text\n"
"From"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN106E1.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the number of the first record to include in "
"the mail merge.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105A2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105A2.help.text\n"
"To"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105A6.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the number of the last record to include in "
"the mail merge.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105A9.help.text
msgid "Save Documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105AD.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Saves the documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105B0.help.text
msgid "Print merged document"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105B4.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Prints the output for all or some "
"recipients.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105B7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105B7.help.text\n"
"Printer"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105BB.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Select the printer.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105BE.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105BE.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105C2.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Changes the printer properties.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105C5.help.text
msgid "Print all documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105C9.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Prints documents for all recipients.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105DA.help.text
msgid "Print Documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105DE.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Prints the mail merge documents.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105E1.help.text
msgid "Send merged document as e-mail"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105E5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Sends the output as e-mail messages to all "
"recipients.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105E8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105E8.help.text\n"
"To"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105EC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the database field that contains the e-mail "
"address of the recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105EF.help.text
msgid "Copy to"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN105F3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_copyto.xhp\\\"\\>Copy To\\</link\\> dialog where "
"you can specify one or more CC or BCC addresses.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10600.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10600.help.text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10604.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the subject line for the e-mail "
"messages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10607.help.text
msgid "Send as"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1060B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the mail format for the e-mail "
"messages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1060E.help.text
msgid ""
"The Plain text and HTML message formats are sent in the body of the message, "
"whereas the *.odt, *.doc, and *.pdf formats are sent as attachments."
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10611.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10611.help.text\n"
"Properties"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10615.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_emabod.xhp\\\"\\>E-Mail Message\\</link\\> "
"dialog where you can enter the e-mail message for the mail merge files that "
"are sent as attachments.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10626.help.text
msgid "Name of the attachment"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1062A.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Shows the name of the attachment.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN1062D.help.text
msgid "Send all documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10631.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select to send e-mails to all "
"recipients.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10642.help.text
msgid "Send Documents"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10646.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Click to start sending e-mails.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mailmerge08.xhp#par_idN10649.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/mailmerge00.xhp\\\" name=\\\"Mail Merge "
"Wizard\\\"\\>Mail Merge Wizard\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#tit.help.text
msgid "Copies To"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#par_idN10539.help.text
msgid "Copy To"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#par_idN1053D.help.text
msgid ""
"Specify additional e-mail recipients for the \\<link "
"href=\\\"text/swriter/01/mailmerge08.xhp\\\"\\>mail merge\\</link\\> "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#par_idN1054E.help.text
msgid "CC"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#par_idN10552.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the recipients of e-mail copies, separated by "
"a semicolon (;).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#par_idN10555.help.text
msgid "BCC"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_copyto.xhp#par_idN10559.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the recipients of e-mail blind copies, "
"separated by a semicolon (;).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#tit.help.text\n"
"New Address Block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10542.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10542.help.text\n"
"New Address Block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10546.help.text
msgid ""
"Specify the placement of address data fields in an address block of a "
"\\<link href=\\\"text/swriter/01/mm_seladdblo.xhp\\\"\\>mail "
"merge\\</link\\> document."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10569.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10569.help.text\n"
"Address Elements"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1056D.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1056D.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select a field and drag the field to the other "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10570.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10570.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10574.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds the selected field from the Address Elements "
"list to the other list. You can add the same field more than "
"once.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10577.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10577.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1057B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1057B.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Removes the selected field from the other "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1057E.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1057E.help.text\n"
"Drag address element to the field below"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10582.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10582.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Arrange the fields by drag-and-drop or use the "
"arrow buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10585.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10585.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10589.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10589.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the first database record "
"with the current address block layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1058C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN1058C.help.text\n"
"(Arrow Buttons)"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10590.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddfie.xhp#par_idN10590.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select an item in the list and click an arrow "
"button to move the item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#tit.help.text\n"
"Customize Address List"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN1053C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN1053C.help.text\n"
"Customize Address List"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10540.help.text
msgid ""
"Customizes the address list for \\<link "
"href=\\\"text/swriter/01/mm_newaddlis.xhp\\\"\\>mail merge\\</link\\> "
"documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10551.help.text
msgid "Address list elements"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10555.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the fields that you want to move, delete, or "
"rename.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10560.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10560.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10564.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Inserts a new text field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN1056E.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN1056E.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10572.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10575.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10575.help.text\n"
"Rename"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusaddlis.xhp#par_idN10579.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Renames the selected text field.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#tit.help.text\n"
"Custom Salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1053C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1053C.help.text\n"
"Custom Salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10540.help.text
msgid ""
"Specify the salutation layout for \\<link "
"href=\\\"text/swriter/01/mailmerge04.xhp\\\"\\>mail merge\\</link\\> or "
"\\<link href=\\\"text/swriter/01/mm_emabod.xhp\\\"\\>e-mail merge\\</link\\> "
"documents. The name of this dialog is different for female recipients and "
"male recipients."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10551.help.text
msgid "Salutation elements"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10555.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10555.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select a field and drag the field to the other "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10558.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10558.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1055C.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds the selected field from the list of salutation "
"elements to the other list. You can add a field more than once.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1055F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1055F.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10563.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10563.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Removes the selected field from the other "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10566.help.text
msgid "Drag salutation elements into the box below"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1056A.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1056A.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Arrange the fields by drag-and-drop or use the "
"arrow buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1056D.help.text
msgid "Customize salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10571.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a value from the list for the salutation and "
"the punctuation mark fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10574.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10574.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN10578.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the first database record "
"with the current salutation layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1057B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1057B.help.text\n"
"(Arrow Buttons)"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1057F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_cusgrelin.xhp#par_idN1057F.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select an item in the list and click an arrow "
"button to move the item.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#tit.help.text\n"
"E-Mail Message"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1053C.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1053C.help.text\n"
"E-Mail Message"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10540.help.text
msgid ""
"Type the message and the salutation for files that you send as \\<link "
"href=\\\"text/swriter/01/mailmerge08.xhp\\\"\\>e-mail\\</link\\> attachments."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10554.help.text
msgid "This e-mail should contain a salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10558.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Adds a salutation to the e-mail.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1055B.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1055B.help.text\n"
"Insert personalized salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1055F.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds a personalized salutation. To use the default "
"salutation, clear this check box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10562.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10562.help.text\n"
"Female"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10566.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10566.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the personalized greeting for a female "
"recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10569.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10569.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1056D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_cusgrelin.xhp\\\"\\>Custom Salutation\\</link\\> "
"dialog for a female recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1057E.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1057E.help.text\n"
"Male"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10582.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10582.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the personalized greeting for a male "
"recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10585.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10585.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN10589.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_cusgrelin.xhp\\\"\\>Custom Salutation\\</link\\> "
"dialog for a male recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1059A.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1059A.help.text\n"
"Field name"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1059E.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN1059E.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the field name of the address database field "
"that contains the gender information.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105A1.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105A1.help.text\n"
"Field value"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105A5.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105A5.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Select the field value that indicates the gender of "
"the recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105A8.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105A8.help.text\n"
"General salutation"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105AC.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the default greeting to use if a "
"personalized salutation cannot be created.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105AF.help.text
msgid "Write your message here"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_emabod.xhp#par_idN105B3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the main text of the e-mail.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_finent.xhp#tit.help.text\n"
"Find Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN10539.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN10539.help.text\n"
"Find Entry"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN1053D.help.text
msgid ""
"Searches for a record or recipient in the \\<link "
"href=\\\"text/swriter/01/mm_newaddlis.xhp\\\"\\>mail merge\\</link\\> "
"address list."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN1054E.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN1054E.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN10552.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Enter the search term.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN10555.help.text
msgid "Find only in"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN10559.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Restricts the search to one data field. \\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN1055C.help.text
msgid "Select the data field where you want to search for the text."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN1055F.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN1055F.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_finent.xhp#par_idN10563.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays the next record that contains the search "
"text.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_matfie.xhp#tit.help.text\n"
"Match Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN10539.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN10539.help.text\n"
"Match Fields"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN1053D.help.text
msgid ""
"Matches the logical field names of the layout dialog to the field names in "
"your database when you create new \\<link "
"href=\\\"text/swriter/01/mailmerge03.xhp\\\"\\>address blocks\\</link\\> or "
"\\<link "
"href=\\\"text/swriter/01/mailmerge04.xhp\\\"\\>salutations\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN1054E.help.text
msgid "Matches to:"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN10552.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select a field name in your database for each "
"logical field element.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN10555.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN10555.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_matfie.xhp#par_idN10559.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the values of the first data "
"record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#tit.help.text\n"
"New Address Block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10542.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10542.help.text\n"
"New Address Block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10546.help.text
msgid ""
"Specify the placement of address data fields in an address block in \\<link "
"href=\\\"text/swriter/01/mm_seladdblo.xhp\\\"\\>mail merge\\</link\\> "
"documents."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10569.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10569.help.text\n"
"Address Elements"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1056D.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select an address field and drag the field to the "
"other list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10570.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10570.help.text\n"
">"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10574.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds the selected field from the Address Elements "
"list to the other list.\\</ahelp\\> You can add the same field more than "
"once."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10577.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10577.help.text\n"
"<"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1057B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1057B.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Removes the selected field from the other "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1057E.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1057E.help.text\n"
"Drag address element to the field below"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10582.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Arrange the fields with drag-and-drop or use the "
"arrow buttons.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10585.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10585.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10589.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10589.help.text\n"
"\\<ahelp hid=\\\".\\\"\\>Displays a preview of the first database record "
"with the current address block layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1058C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN1058C.help.text\n"
"(Arrow Buttons)"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddblo.xhp#par_idN10590.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select an item in the list and click an arrow "
"button to move the entry.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#tit.help.text\n"
"New Address List"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10542.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10542.help.text\n"
"New Address List"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10546.help.text
msgid ""
"Enter new addresses or edit the addresses for \\<link "
"href=\\\"text/swriter/01/mailmerge03.xhp\\\"\\>mail merge\\</link\\> "
"documents. When you click \\<emph\\>OK\\</emph\\>, a dialog prompts you for "
"the location to save the address list."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10557.help.text
msgid "Address Information"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter or edit the field contents for each mail "
"merge recipient.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1055E.help.text
msgid "Show Entry Number"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10574.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Click the buttons to navigate through the records "
"or enter a record number to display a record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10577.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10577.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1057B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Adds a new blank record to the address "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1057E.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1057E.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10582.help.text
msgid "\\<ahelp hid=\\\".\\\"\\>Deletes the selected record.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10585.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10585.help.text\n"
"Find"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN10589.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_finent.xhp\\\"\\>Find Entry\\</link\\> dialog. "
"You can leave the dialog open while you edit the entries.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1059A.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1059A.help.text\n"
"Customize"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_newaddlis.xhp#par_idN1059E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_cusaddlis.xhp\\\"\\>Customize Address "
"List\\</link\\> dialog where you can rearrange, rename, add, and delete "
"fields.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#tit.help.text\n"
"Select Address Block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10539.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10539.help.text\n"
"Select Address Block"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1053D.help.text
msgid ""
"Select, edit, or delete an address block layout for \\<link "
"href=\\\"text/swriter/01/mailmerge03.xhp\\\"\\>mail merge\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1054E.help.text
msgid "Select the address block which you want to use"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10552.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the block in the list that you want to use "
"for mail merge addresses, and click \\<emph\\>OK\\</emph\\>.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10555.help.text
msgid "Never include country/region"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10559.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Excludes country or regional information from the "
"address block.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1055C.help.text
msgid "Always include country/region"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10560.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Includes country or regional information in the "
"address block.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10563.help.text
msgid "Only include country/region if it is not:"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10567.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Only includes country or regional information in "
"the address block if the value differs from the value that you enter in the "
"text box.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10651.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Enter the country/region string that shall not be "
"printed.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1056A.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1056A.help.text\n"
"New"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1056E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_newaddblo.xhp\\\"\\>New Address Block\\</link\\> "
"dialog where you can define a new address block layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1057F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN1057F.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10583.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_newaddblo.xhp\\\"\\>New Address Block\\</link\\> "
"dialog where you can edit the selected address block layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10594.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10594.help.text\n"
"Delete"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdblo.xhp#par_idN10598.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Deletes the selected address block "
"layout.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#tit.help.text\n"
"Select Address List"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN10542.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN10542.help.text\n"
"Select Address List"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN10549.help.text
msgid ""
"Select the address list that you want to use for \\<link "
"href=\\\"text/swriter/01/mailmerge03.xhp\\\"\\>mail merge\\</link\\>, then "
"click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN1055A.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN1055A.help.text\n"
"Add"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN1055E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the database file that contains the "
"addresses that you want to use as an address list.\\</ahelp\\> If the file "
"contains more than one table, the \\<link "
"href=\\\"text/swriter/01/mm_seltab.xhp\\\"\\>Select Table\\</link\\> dialog "
"opens."
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN10573.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN10573.help.text\n"
"Create"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN10589.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_newaddlis.xhp\\\"\\>New Address List\\</link\\> "
"dialog, where you can create a new address list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN1059A.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN1059A.help.text\n"
"Filter"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN1059E.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/shared/02/12090100.xhp\\\"\\>Standard Filter\\</link\\> dialog "
", where you can apply filters to the address list to display the recipients "
"that you want to see.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN105AF.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN105AF.help.text\n"
"Edit"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN105B3.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_newaddlis.xhp\\\"\\>New Address List\\</link\\> "
"dialog, where you can edit the selected address list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN105C4.help.text
msgid "Change Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seladdlis.xhp#par_idN105C8.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<link "
"href=\\\"text/swriter/01/mm_seltab.xhp\\\"\\>Select Table\\</link\\> dialog, "
"where you can select another table to use for mail merge.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seltab.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_seltab.xhp#tit.help.text\n"
"Select Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seltab.xhp#par_idN10542.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_seltab.xhp#par_idN10542.help.text\n"
"Select Table"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seltab.xhp#par_idN10546.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Select the table that you want to use for \\<link "
"href=\\\"text/swriter/01/mm_seladdlis.xhp\\\"\\>mail merge\\</link\\> "
"addresses.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seltab.xhp#par_idN10557.help.text
msgid ""
"_: helpcontent2/source/text/swriter/01/mm_seltab.xhp#par_idN10557.help.text\n"
"Preview"
msgstr ""

#: helpcontent2/source/text/swriter/01/mm_seltab.xhp#par_idN1055B.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<emph\\>Mail Merge "
"Recipients\\</emph\\> dialog.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#tit.help.text
msgid "Numbering on/off"
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#hd_id3150220.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/02110000.xhp\\\" name=\\\"Numbering "
"on/off\\\"\\>Numbering On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#par_id3150240.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DefaultNumbering\\\"\\>Adds or removes numbering from "
"the selected paragraphs.\\</ahelp\\> To define the numbering format, choose "
"\\<emph\\>Format - Bullets and Numbering\\</emph\\>. To display the "
"\\<emph\\>Bullets and Numbering\\</emph\\> Bar, place the cursor in a "
"numbered paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#par_id3150952.3.help.text
msgid ""
"Some of the bullets and numbering options are not available when working in "
"the \\<link href=\\\"text/swriter/01/03120000.xhp\\\" name=\\\"Online "
"Layout\\\"\\>Online Layout\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#par_id3150502.help.text
msgid ""
"\\<image id=\\\"img_id3150508\\\" "
"src=\\\"res/commandimagelist/sc_defaultnumbering.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3150508\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#par_id3147525.4.help.text
msgid "Numbering On/Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/02110000.xhp#par_id3147549.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" name=\\\"Bullets and "
"Numbering\\\"\\>Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/03210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/03210000.xhp#tit.help.text\n"
"Link"
msgstr ""

#: helpcontent2/source/text/swriter/02/03210000.xhp#hd_id3148869.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/03210000.xhp\\\" "
"name=\\\"Link\\\"\\>Link\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/03210000.xhp#par_id3149873.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ChainFrames\\\" visibility=\\\"visible\\\"\\>Links the "
"selected frame to the next frame.\\</ahelp\\> The text automatically flows "
"from one frame to another."
msgstr ""

#: helpcontent2/source/text/swriter/02/03210000.xhp#par_id3145244.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_chainframes.png\\\" "
"id=\\\"img_id3148771\\\"\\>\\<alt "
"id=\\\"alt_id3148771\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/03210000.xhp#par_id3149288.3.help.text
msgid "Link Frames"
msgstr ""

#: helpcontent2/source/text/swriter/02/03220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/03220000.xhp#tit.help.text\n"
"Unlink Frames"
msgstr ""

#: helpcontent2/source/text/swriter/02/03220000.xhp#bm_id3151188.help.text
msgid ""
"\\<bookmark_value\\>frame links; "
"unlinking\\</bookmark_value\\>\\<bookmark_value\\>unlinking "
"frames\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/03220000.xhp#hd_id3151188.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/03220000.xhp\\\" name=\\\"Unlink "
"Frames\\\"\\>Unlink Frames\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/03220000.xhp#par_id3145412.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:UnhainFrames\\\"\\>Breaks the link between two "
"frames.\\</ahelp\\> You can only break the link that extends from the "
"selected frame to the target frame."
msgstr ""

#: helpcontent2/source/text/swriter/02/03220000.xhp#par_id3155903.help.text
msgid ""
"\\<image id=\\\"img_id3149687\\\" "
"src=\\\"res/commandimagelist/sc_unhainframes.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3149687\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/03220000.xhp#par_id3155628.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/03220000.xhp#par_id3155628.3.help.text\n"
"Unlink Frames"
msgstr ""

#: helpcontent2/source/text/swriter/02/04090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04090000.xhp#tit.help.text\n"
"Insert Rows"
msgstr ""

#: helpcontent2/source/text/swriter/02/04090000.xhp#bm_id3154838.help.text
msgid ""
"\\<bookmark_value\\>tables; inserting "
"rows\\</bookmark_value\\>\\<bookmark_value\\>rows; inserting in "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04090000.xhp#hd_id3154838.1.help.text
msgid ""
"  \\<link href=\\\"text/swriter/02/04090000.xhp\\\" name=\\\"Insert "
"Rows\\\"\\>Insert Rows\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04090000.xhp#par_id3147407.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertRows\\\" visibility=\\\"visible\\\"\\>Inserts a "
"row in the table, below the cursor position.\\</ahelp\\> You can insert more "
"than one row by opening the corresponding dialog (choose \\<emph\\>Format - "
"Row - Insert\\</emph\\>), or by selecting more than one row before clicking "
"the icon. The second method inserts rows of the same height as the "
"originally selected rows."
msgstr ""

#: helpcontent2/source/text/swriter/02/04090000.xhp#par_id3151180.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_insertrows.png\\\" "
"id=\\\"img_id3151189\\\"\\>\\<alt "
"id=\\\"alt_id3151189\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04090000.xhp#par_id3149670.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04090000.xhp#par_id3149670.3.help.text\n"
"Insert Row"
msgstr ""

#: helpcontent2/source/text/swriter/02/04100000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04100000.xhp#tit.help.text\n"
"Insert Column"
msgstr ""

#: helpcontent2/source/text/swriter/02/04100000.xhp#bm_id3152899.help.text
msgid ""
"\\<bookmark_value\\>tables; inserting columns "
"in\\</bookmark_value\\>\\<bookmark_value\\>columns; inserting in "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04100000.xhp#hd_id3152899.1.help.text
msgid ""
"  \\<link href=\\\"text/swriter/02/04100000.xhp\\\" name=\\\"Insert "
"Column\\\"\\>Insert Column\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04100000.xhp#par_id3145078.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertColumns\\\" visibility=\\\"visible\\\"\\>Inserts "
"one column into the table, after the cursor position.\\</ahelp\\> You can "
"insert several columns at the same time by opening the dialog (choose "
"\\<emph\\>Format - Column - Insert\\</emph\\>), or by selecting several "
"columns before clicking the icon. If the latter method is used, the columns "
"inserted will have the same relative width as the selected columns."
msgstr ""

#: helpcontent2/source/text/swriter/02/04100000.xhp#par_id3149691.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_insertcolumns.png\\\" "
"id=\\\"img_id3155174\\\"\\>\\<alt "
"id=\\\"alt_id3155174\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04100000.xhp#par_id3149669.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04100000.xhp#par_id3149669.3.help.text\n"
"Insert Column"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04210000.xhp#tit.help.text\n"
"Optimize"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#hd_id3151185.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/04210000.xhp\\\" "
"name=\\\"Optimize\\\"\\>Optimize\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#par_id3145412.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:OptimizeTable\\\"\\>Opens a toolbar that contains "
"functions for optimizing the rows and columns in a table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#par_id3155899.help.text
msgid ""
"\\<image id=\\\"img_id3149684\\\" "
"src=\\\"res/commandimagelist/sc_optimizetable.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149684\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#par_id3143270.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04210000.xhp#par_id3143270.4.help.text\n"
"Optimize"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#par_id3149485.5.help.text
msgid "You can select from the following functions:"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#hd_id3153631.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04210000.xhp#hd_id3153631.6.help.text\n"
"\\<link href=\\\"text/swriter/01/05110200.xhp\\\" name=\\\"Optimal "
"Height\\\"\\>Optimal Height\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04210000.xhp#hd_id3145772.7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05120200.xhp\\\" name=\\\"Optimal Column "
"Width\\\"\\>Optimal Column Width\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04220000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04220000.xhp#tit.help.text\n"
"Table: Fixed"
msgstr ""

#: helpcontent2/source/text/swriter/02/04220000.xhp#hd_id3151187.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/04220000.xhp\\\" name=\\\"Table: "
"Fixed\\\"\\>Table: Fixed\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04220000.xhp#par_id3151174.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TableModeFix\\\" visibility=\\\"visible\\\"\\>If this "
"mode is active, changes to a line and/or column affect only the neighboring "
"lines or columns in question.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04220000.xhp#par_id3155896.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_tablemodefix.png\\\" "
"id=\\\"img_id3155903\\\"\\>\\<alt "
"id=\\\"alt_id3155903\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04220000.xhp#par_id3155066.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04220000.xhp#par_id3155066.2.help.text\n"
"Table: Fixed"
msgstr ""

#: helpcontent2/source/text/swriter/02/04230000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04230000.xhp#tit.help.text\n"
"Table: Fixed, Proportional"
msgstr ""

#: helpcontent2/source/text/swriter/02/04230000.xhp#hd_id3147169.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/04230000.xhp\\\" name=\\\"Table: Fixed, "
"Proportional\\\"\\>Table: Fixed, Proportional\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04230000.xhp#par_id3145246.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TableModeFixProp\\\" visibility=\\\"visible\\\"\\>If "
"this mode is active, changes to the line and/or column affect the entire "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04230000.xhp#par_id3145087.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_tablemodefixprop.png\\\" "
"id=\\\"img_id3156378\\\"\\>\\<alt "
"id=\\\"alt_id3156378\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04230000.xhp#par_id3149497.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04230000.xhp#par_id3149497.2.help.text\n"
"Table: Fixed, Proportional"
msgstr ""

#: helpcontent2/source/text/swriter/02/04240000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04240000.xhp#tit.help.text\n"
"Table: Variable"
msgstr ""

#: helpcontent2/source/text/swriter/02/04240000.xhp#hd_id3154501.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/04240000.xhp\\\" name=\\\"Table: "
"Variable\\\"\\>Table: Variable\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04240000.xhp#par_id3151182.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:TableModeVariable\\\" visibility=\\\"visible\\\"\\>If "
"this mode is active, changes to a line and/or column affect the size of the "
"table.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04240000.xhp#par_id3145415.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_tablemodevariable.png\\\" "
"id=\\\"img_id3156375\\\"\\>\\<alt "
"id=\\\"alt_id3156375\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04240000.xhp#par_id3156410.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04240000.xhp#par_id3156410.2.help.text\n"
"Table: Variable"
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/04250000.xhp#tit.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#hd_id3143232.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/04250000.xhp\\\" "
"name=\\\"Sum\\\"\\>Sum\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#par_id3146899.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:AutoSum\\\"\\>Activates the sum function. Note that "
"the cursor must be in the cell where you want the sum to appear.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#par_id3154504.5.help.text
msgid ""
"\\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> recognizes the "
"cell range in which you want to use the sum function as long as the cells "
"are filled with data."
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#par_id3148771.3.help.text
msgid ""
"Click the \\<emph\\>Apply\\</emph\\> icon to accept the sum formula as it "
"appears in the entry line. This icon is only visible if the entry line is "
"not activated."
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#par_id3145418.help.text
msgid ""
"\\<image id=\\\"img_id3147512\\\" "
"src=\\\"res/commandimagelist/sc_autosum.png\\\"\\>\\<alt "
"id=\\\"alt_id3147512\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/04250000.xhp#par_id3150750.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/04250000.xhp#par_id3150750.4.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/swriter/02/06040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06040000.xhp#tit.help.text\n"
"Numbering Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/06040000.xhp#hd_id3145822.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06040000.xhp\\\" name=\\\"Numbering "
"Off\\\"\\>Numbering Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06040000.xhp#par_id3154505.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:RemoveBullets\\\" visibility=\\\"visible\\\"\\>Turns "
"off numbering or bullets in the current paragraph or selected "
"paragraphs.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06040000.xhp#par_id3151177.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_removebullets.png\\\" "
"id=\\\"img_id3145083\\\"\\>\\<alt "
"id=\\\"alt_id3145083\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06040000.xhp#par_id3150749.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06040000.xhp#par_id3150749.3.help.text\n"
"Numbering Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/06070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06070000.xhp#tit.help.text\n"
"Shift Down with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06070000.xhp#hd_id3145826.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06070000.xhp\\\" name=\\\"Shift Down with "
"Subpoints\\\"\\>Shift Down with Subpoints\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06070000.xhp#par_id3145241.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:DecrementSubLevels\\\" "
"visibility=\\\"visible\\\"\\>Shifts paragraphs with subpoints down one "
"level.\\</ahelp\\> This is only visible when the cursor is positioned within "
"numbered or bulleted text."
msgstr ""

#: helpcontent2/source/text/swriter/02/06070000.xhp#par_id3145084.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_decrementsublevels.png\\\" "
"id=\\\"img_id3156376\\\"\\>\\<alt "
"id=\\\"alt_id3156376\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06070000.xhp#par_id3145088.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06070000.xhp#par_id3145088.3.help.text\n"
"Shift Down with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06080000.xhp#tit.help.text\n"
"Shift Up with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06080000.xhp#hd_id3154507.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06080000.xhp\\\" name=\\\"Shift Up with "
"Subpoints\\\"\\>Shift Up with Subpoints\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06080000.xhp#par_id3151189.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:IncrementSubLevels\\\" "
"visibility=\\\"visible\\\"\\>Shifts paragraphs with subpoints up one "
"numbering level.\\</ahelp\\> This is only visible when the cursor is "
"positioned within numbered or bulleted text."
msgstr ""

#: helpcontent2/source/text/swriter/02/06080000.xhp#par_id3145410.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_incrementsublevels.png\\\" "
"id=\\\"img_id3145421\\\"\\>\\<alt "
"id=\\\"alt_id3145421\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06080000.xhp#par_id3145417.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06080000.xhp#par_id3145417.3.help.text\n"
"Shift Up with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06090000.xhp#tit.help.text\n"
"Insert Unnumbered Entry"
msgstr ""

#: helpcontent2/source/text/swriter/02/06090000.xhp#hd_id3154505.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06090000.xhp\\\" name=\\\"Insert Unnumbered "
"Entry\\\"\\>Insert Unnumbered Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06090000.xhp#par_id3148775.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertNeutralParagraph\\\" "
"visibility=\\\"visible\\\"\\>Inserts a paragraph without numbering. The "
"existing numbering will not be affected.\\</ahelp\\> The icon is only "
"visible if the cursor is positioned in a numbered or bulleted text."
msgstr ""

#: helpcontent2/source/text/swriter/02/06090000.xhp#par_id3156377.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_insertneutralparagraph.png\\\" "
"id=\\\"img_id3156384\\\"\\>\\<alt "
"id=\\\"alt_id3156384\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06090000.xhp#par_id3156381.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06090000.xhp#par_id3156381.3.help.text\n"
"Insert Unnumbered Entry"
msgstr ""

#: helpcontent2/source/text/swriter/02/06120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06120000.xhp#tit.help.text\n"
"Move Up with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06120000.xhp#hd_id3147174.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06120000.xhp\\\" name=\\\"Move Up with "
"Subpoints\\\"\\>Move Up with Subpoints\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06120000.xhp#par_id3148768.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MoveUpSubItems\\\" visibility=\\\"visible\\\"\\>Moves "
"a paragraph with subpoints to above the previous paragraph.\\</ahelp\\> This "
"is only visible when the cursor is positioned within numbered or bulleted "
"text."
msgstr ""

#: helpcontent2/source/text/swriter/02/06120000.xhp#par_id3145083.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_moveupsubitems.png\\\" "
"id=\\\"img_id3156375\\\"\\>\\<alt "
"id=\\\"alt_id3156375\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06120000.xhp#par_id3156410.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06120000.xhp#par_id3156410.3.help.text\n"
"Move Up with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06130000.xhp#tit.help.text\n"
"Move Down with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06130000.xhp#hd_id3154501.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06130000.xhp\\\" name=\\\"Move Down with "
"Subpoints\\\"\\>Move Down with Subpoints\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06130000.xhp#par_id3148770.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:MoveDownSubItems\\\" "
"visibility=\\\"visible\\\"\\>Moves a paragraph with all its subpoints below "
"the following paragraph.\\</ahelp\\> This is only visible when the cursor is "
"positioned within numbered or bulleted text."
msgstr ""

#: helpcontent2/source/text/swriter/02/06130000.xhp#par_id3145086.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_movedownsubitems.png\\\" "
"id=\\\"img_id3156377\\\"\\>\\<alt "
"id=\\\"alt_id3156377\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06130000.xhp#par_id3150749.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06130000.xhp#par_id3150749.3.help.text\n"
"Move Down with Subpoints"
msgstr ""

#: helpcontent2/source/text/swriter/02/06140000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/06140000.xhp#tit.help.text\n"
"Restart Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/02/06140000.xhp#hd_id3147171.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/06140000.xhp\\\" name=\\\"Restart "
"Numbering\\\"\\>Restart Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06140000.xhp#par_id3145249.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:NumberingStart\\\" "
"visibility=\\\"visible\\\"\\>Restarts the text numbering.\\</ahelp\\> This "
"is only visible when the cursor is positioned within numbered or bulleted "
"text."
msgstr ""

#: helpcontent2/source/text/swriter/02/06140000.xhp#par_id3145082.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_numberingstart.png\\\" "
"id=\\\"img_id3145089\\\"\\>\\<alt "
"id=\\\"alt_id3145089\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/06140000.xhp#par_id3145086.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/06140000.xhp#par_id3145086.3.help.text\n"
"Restart Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/08010000.xhp#tit.help.text\n"
"Page Number"
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#hd_id3145241.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/08010000.xhp\\\" name=\\\"Page "
"Number\\\"\\>Page Number\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#par_id3151184.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StatePageNumber\\\"\\>The current page number is "
"displayed in this field of the status bar. A double-click opens the "
"Navigator, with which you can navigate in the document. A right-click shows "
"all bookmarks in the document. Click a bookmark to position the text cursor "
"at the bookmark location.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#par_id3145078.6.help.text
msgid ""
"The displayed page (x) and the total number of pages (y) are shown in the "
"form \\<emph\\>Page x/y\\</emph\\> When you scroll through a document with "
"the mouse, the page number is displayed when you release the mouse button. "
"When you scroll using the right scrollbar, the page numbers are displayed as "
"a Help tip. The page numbering format of the status bar and scrollbar is "
"identical."
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#par_id3145417.3.help.text
msgid ""
"You can turn the \\<link href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\> display on or off by double-"
"clicking the\\<emph\\> Page Number \\</emph\\>field."
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#par_id3149806.4.help.text
msgid ""
"To go to a specific page, enter the page number in the "
"\\<emph\\>Page\\</emph\\> spin button in the Navigator and then press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/02/08010000.xhp#par_id3149095.5.help.text
msgid ""
"By pressing the shortcut keys Shift+\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+F5, you "
"switch to entering a page number. When you press Enter, the cursor moves to "
"the selected page."
msgstr ""

#: helpcontent2/source/text/swriter/02/08080000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/08080000.xhp#tit.help.text\n"
"Combined Display"
msgstr ""

#: helpcontent2/source/text/swriter/02/08080000.xhp#hd_id3151186.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/08080000.xhp\\\" name=\\\"Combined "
"Display\\\"\\>Combined Display\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/08080000.xhp#par_id3151172.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:StatusBarFunc\\\" "
"visibility=\\\"visible\\\"\\>Displays current information about the active "
"document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/08080000.xhp#par_id3156375.3.help.text
msgid ""
"When the cursor is in a named section, the section name appears. When the "
"cursor is in a table, the name of the table cell appears. The size of the "
"object is shown when you edit frames or drawing objects."
msgstr ""

#: helpcontent2/source/text/swriter/02/08080000.xhp#par_id3145416.4.help.text
msgid ""
"When the cursor is positioned within text, you can double-click this field "
"to open the \\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>\\<emph\\>Fields\\</emph\\>\\</link\\> dialog. In this "
"dialog, you can define a field to be inserted in your document at the "
"current cursor position. When the cursor is positioned in a table, a double-"
"click in this field will call the \\<emph\\>Table Format\\</emph\\> dialog. "
"Depending on the object selected, you can call up a dialog to edit a "
"section, a graphic object, a floating frame, an OLE object, direct numbering "
"or the position and size of a drawing object."
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#tit.help.text
msgid "Edit or Activate Hyperlinks"
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN10595.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/08090000.xhp\\\"\\>Edit or Activate "
"Hyperlinks\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105AF.help.text
msgid ""
"Clicking in this field on the status bar switches the text hyperlinks in the "
"document from active (HYP) to edit (SEL)."
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105BC.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105BC.help.text\n"
"Display"
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105C2.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105C2.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105C9.help.text
msgid "HYP"
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN10607.help.text
msgid "Click a hyperlink to load the corresponding URL."
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105D6.help.text
msgid "SEL"
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN10618.help.text
msgid "You can click a hyperlink text and edit it as with normal text."
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN105DF.help.text
msgid ""
"Alternatively you can use the cursor keys to access the hyperlink text for "
"editing, without the hyperlink being executed."
msgstr ""

#: helpcontent2/source/text/swriter/02/08090000.xhp#par_idN1062F.help.text
msgid "\\<embedvar href=\\\"text/shared/02/09070000.xhp#hyperdia\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/10010000.xhp#tit.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/swriter/02/10010000.xhp#hd_id3151173.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10010000.xhp\\\" name=\\\"Zoom "
"In\\\"\\>Zoom In\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10010000.xhp#par_id3163866.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomPlus\\\" visibility=\\\"visible\\\"\\>Zooms in to "
"get a close-up view of the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10010000.xhp#par_id3154572.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_helpzoomin.png\\\" "
"id=\\\"img_id3155895\\\"\\>\\<alt "
"id=\\\"alt_id3155895\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10010000.xhp#par_id3155892.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10010000.xhp#par_id3155892.3.help.text\n"
"Zoom In"
msgstr ""

#: helpcontent2/source/text/swriter/02/10020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/10020000.xhp#tit.help.text\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/swriter/02/10020000.xhp#hd_id3149870.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10020000.xhp\\\" name=\\\"Zoom "
"Out\\\"\\>Zoom Out\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10020000.xhp#par_id3147401.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ZoomIn\\\"\\>Zooms out to see more of the document at "
"a reduced size.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10020000.xhp#par_id3148775.help.text
msgid ""
"\\<image id=\\\"img_id3150764\\\" "
"src=\\\"res/commandimagelist/sc_zoomout.png\\\" width=\\\"0.1665inch\\\" "
"height=\\\"0.1665inch\\\"\\>\\<alt "
"id=\\\"alt_id3150764\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10020000.xhp#par_id3156410.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10020000.xhp#par_id3156410.3.help.text\n"
"Zoom Out"
msgstr ""

#: helpcontent2/source/text/swriter/02/10030000.xhp#tit.help.text
msgid "Preview Zoom"
msgstr ""

#: helpcontent2/source/text/swriter/02/10030000.xhp#hd_id3147175.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10030000.xhp\\\" name=\\\"Preview "
"Zoom\\\"\\>Preview Zoom\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10030000.xhp#par_id3145244.2.help.text
msgid ""
"\\<ahelp hid=\\\"HID_PVIEW_ZOOM_LB\\\"\\>Determines the zoom level of the "
"page preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/10050000.xhp#tit.help.text\n"
"Page Preview: Two Pages"
msgstr ""

#: helpcontent2/source/text/swriter/02/10050000.xhp#hd_id3145822.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10050000.xhp\\\" name=\\\"Page Preview: Two "
"Pages\\\"\\>Page Preview: Two Pages\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10050000.xhp#par_id3154504.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShowTwoPages\\\" visibility=\\\"visible\\\"\\>Displays "
"two pages in the Page Preview window.\\</ahelp\\> Uneven numbers will always "
"appear on the right side, even numbers on the left."
msgstr ""

#: helpcontent2/source/text/swriter/02/10050000.xhp#par_id3149292.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_showtwopages.png\\\" "
"id=\\\"img_id3151170\\\"\\>\\<alt "
"id=\\\"alt_id3151170\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10050000.xhp#par_id3151168.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10050000.xhp#par_id3151168.3.help.text\n"
"Page Preview: Two Pages"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/10070000.xhp#tit.help.text\n"
"Page Preview: Multiple Pages"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#hd_id3147171.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10070000.xhp\\\" name=\\\"Page Preview: "
"Multiple Pages\\\"\\>Page Preview: Multiple Pages\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3148771.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PreviewZoom\\\"\\>Defines the number of pages "
"displayed on screen. Click the arrow next to the icon to open a grid to "
"select the number of pages to be displayed as rows and columns in the "
"preview.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3152738.help.text
msgid ""
"\\<image id=\\\"img_id3152744\\\" "
"src=\\\"res/commandimagelist/sc_showmultiplepages.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3152744\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3149805.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10070000.xhp#par_id3149805.3.help.text\n"
"Page Preview: Multiple Pages"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3154573.5.help.text
msgid ""
"After clicking the \\<emph\\>Page Preview: Multiple Pages\\</emph\\> icon, "
"the\\<emph\\> Multiple pages\\</emph\\> dialog opens. Use the two spin boxes "
"in the dialog to set the number of pages to be displayed. "
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#hd_id3149695.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10070000.xhp#hd_id3149695.6.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3149483.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_ROW\\\"\\>Defines "
"the number of rows of pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#hd_id3143274.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10070000.xhp#hd_id3143274.8.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3149102.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_ZOOM:ED_COL\\\"\\>Defines "
"the number of pages shown in columns.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10070000.xhp#par_id3149822.10.help.text
msgid ""
"The settings you choose in the dialog can also be set using the mouse: Click "
"the arrow next to the \\<emph\\>Page Preview: Multiple Pages\\</emph\\> "
"icon. Now move the mouse over the desired number of rows and columns."
msgstr ""

#: helpcontent2/source/text/swriter/02/10080000.xhp#tit.help.text
msgid "Book preview"
msgstr ""

#: helpcontent2/source/text/swriter/02/10080000.xhp#bm_id9658192.help.text
msgid ""
"\\<bookmark_value\\>previews;book "
"preview\\</bookmark_value\\>\\<bookmark_value\\>book "
"previews\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10080000.xhp#par_idN10548.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10080000.xhp\\\"\\>Book preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10080000.xhp#par_idN1054C.help.text
msgid ""
"\\<ahelp hid=\\\"FN_SHOW_BOOKVIEW\\\"\\>Select to display the first page on "
"the right side in the page preview.\\</ahelp\\> If not selected, the first "
"page is displayed on the left side of the preview."
msgstr ""

#: helpcontent2/source/text/swriter/02/10080000.xhp#par_idN10635.help.text
msgid ""
"\\<image id=\\\"img_id8750572\\\" "
"src=\\\"res/commandimagelist/sc_showtwopages.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt id=\\\"alt_id8750572\\\"\\>book preview "
"icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10080000.xhp#par_idN10614.help.text
msgid "Book Preview"
msgstr ""

#: helpcontent2/source/text/swriter/02/10090000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/10090000.xhp#tit.help.text\n"
"Print page view"
msgstr ""

#: helpcontent2/source/text/swriter/02/10090000.xhp#hd_id3152895.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/10090000.xhp\\\" name=\\\"Print page "
"view\\\"\\>Print page view\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10090000.xhp#par_id3151170.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PrintPagePreView\\\" "
"visibility=\\\"visible\\\"\\>Prints the page preview. The page view prints "
"as seen on screen.\\</ahelp\\> Together with the \\<emph\\>View - "
"Zoom\\</emph\\> menu command, you can decide to print a preview of a "
"document containing several pages to get general overview of the document."
msgstr ""

#: helpcontent2/source/text/swriter/02/10090000.xhp#par_id3149811.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_printpagepreview.png\\\" "
"id=\\\"img_id3154575\\\"\\>\\<alt "
"id=\\\"alt_id3154575\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10090000.xhp#par_id3154568.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10090000.xhp#par_id3154568.3.help.text\n"
"Print page view"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/10110000.xhp#tit.help.text\n"
"Print Options"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3154505.1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3154505.1.help.text\n"
"\\<link href=\\\"text/swriter/02/10110000.xhp\\\" name=\\\"Print "
"Options\\\"\\>Print Options\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3148775.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:PreviewPrintOptions\\\" "
"visibility=\\\"visible\\\"\\>Opens a dialog where settings for the printout "
"of your document can be made.\\</ahelp\\> The pages are proportionally "
"reduced in size. When printing multiple document pages on one printed page, "
"the whole sheet of paper may not be printed on and a margin may remain."
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3154567.32.help.text
msgid ""
"The settings entered on the \\<emph\\>Print options\\</emph\\> dialog will "
"only be activated if you print out the document using the \\<emph\\>Print "
"page view\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3143270.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_printersetup.png\\\" "
"id=\\\"img_id3143277\\\"\\>\\<alt "
"id=\\\"alt_id3143277\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3149099.3.help.text
msgid "Print options page view"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3148975.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3148975.4.help.text\n"
"Distribution"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3153634.5.help.text
msgid ""
"Determines the number of rows and columns to print, as well as the print "
"size. You can also choose to print several document pages on one printed "
"page."
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3152771.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3152771.6.help.text\n"
"Rows"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3155141.7.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:NF_ROWS\\\" "
"visibility=\\\"visible\\\"\\>Defines the number of rows of pages "
"(horizontally stacked document pages).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3145780.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3145780.8.help.text\n"
"Columns"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3155916.9.help.text
msgid ""
"\\<ahelp hid=\\\"SW:NUMERICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:NF_COLS\\\" "
"visibility=\\\"visible\\\"\\>Defines the number of pages shown in columns "
"(vertically tiled document pages).\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3150117.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3150117.10.help.text\n"
"Margins"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3155859.11.help.text
msgid "The print margins can be determined in this area."
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3150686.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3150686.12.help.text\n"
"Left"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3147410.13.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_LMARGIN\\\" "
"visibility=\\\"visible\\\"\\>Specifies the left margin width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149552.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149552.14.help.text\n"
"Top"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3150546.15.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_TMARGIN\\\" "
"visibility=\\\"visible\\\"\\>Specifies the top margin height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3147733.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3147733.16.help.text\n"
"Right"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3147751.17.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_RMARGIN\\\" "
"visibility=\\\"visible\\\"\\>Specifies the right margin width.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149845.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149845.18.help.text\n"
"Bottom"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3148857.19.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_BMARGIN\\\" "
"visibility=\\\"visible\\\"\\>Specifies the bottom margin height.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3150491.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3150491.20.help.text\n"
"Spacing"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3156097.21.help.text
msgid ""
"The spacing section is used to determine the horizontal and vertical "
"distances between the reduced document pages on one page."
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3156113.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3156113.22.help.text\n"
"Horizontal"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3150100.23.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_HMARGIN\\\" "
"visibility=\\\"visible\\\"\\>Determines the horizontal distance between "
"document pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3153128.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3153128.24.help.text\n"
"Vertical"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3149632.25.help.text
msgid ""
"\\<ahelp hid=\\\"SW:METRICFIELD:DLG_PAGEPREVIEW_PRINTOPTIONS:MF_VMARGIN\\\" "
"visibility=\\\"visible\\\"\\>Determines the vertical distance between "
"document pages.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149649.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149649.26.help.text\n"
"Format"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3154031.27.help.text
msgid "Determines what print format to use."
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149950.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149950.28.help.text\n"
"Landscape"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3149969.29.help.text
msgid ""
"\\<ahelp "
"hid=\\\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_LANDSCAPE\\\" "
"visibility=\\\"visible\\\"\\>Prints the page in landscape format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149611.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3149611.30.help.text\n"
"Portrait"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3145094.31.help.text
msgid ""
"\\<ahelp hid=\\\"SW:RADIOBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:RB_PORTRAIT\\\" "
"visibility=\\\"visible\\\"\\>Prints the page in portrait format.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3145110.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/10110000.xhp#hd_id3145110.33.help.text\n"
"Default"
msgstr ""

#: helpcontent2/source/text/swriter/02/10110000.xhp#par_id3149579.34.help.text
msgid ""
"\\<ahelp hid=\\\"SW:PUSHBUTTON:DLG_PAGEPREVIEW_PRINTOPTIONS:PB_STANDARD\\\" "
"visibility=\\\"visible\\\"\\>Specifies that the system will not use a fixed "
"number of rows and columns when printing out the page view, but rather uses "
"what was originally shown in the page view.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14010000.xhp#tit.help.text
msgid "Cell Reference"
msgstr ""

#: helpcontent2/source/text/swriter/02/14010000.xhp#hd_id3143228.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14010000.xhp\\\" name=\\\"Cell "
"Reference\\\"\\>Cell Reference\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14010000.xhp#par_id3149052.2.help.text
msgid "Displays the position of the cell cursor in a table."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/14020000.xhp#tit.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#bm_id3149687.help.text
msgid ""
"\\<bookmark_value\\>operators; in "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>statistical "
"functions\\</bookmark_value\\>\\<bookmark_value\\>trigonometric "
"functions\\</bookmark_value\\>\\<bookmark_value\\>pages;number "
"of\\</bookmark_value\\>\\<bookmark_value\\>variables;document "
"properties\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3149687.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14020000.xhp\\\" "
"name=\\\"Formula\\\"\\>Formula\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3143270.2.help.text
msgid ""
"\\<ahelp hid=\\\"FN_FORMULA_CALC\\\"\\>Opens a submenu, from which you can "
"insert a formula into the cell of a table.\\</ahelp\\> Place the cursor in a "
"cell in the table or at the position in the document where you want the "
"result to appear. Click the\\<emph\\> Formula \\</emph\\>icon and choose the "
"desired formula from the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149096.3.help.text
msgid ""
"The formula appears in the input line. To specify a range of cells in a "
"table, select the desired cells with the mouse. The corresponding cell "
"references also appear in the input line. Enter additional parameters, as "
"necessary, and click \\<emph\\>Apply\\</emph\\> to confirm your entry. You "
"can also enter the formula directly if you know the appropriate syntax. This "
"is necessary, for example, in the \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\" name=\\\"Insert "
"Fields\\\"\\>\\<emph\\>Insert Fields\\</emph\\>\\</link\\> and "
"\\<emph\\>Edit Fields\\</emph\\> dialogs."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155142.help.text
msgid ""
"\\<image id=\\\"img_id3155148\\\" src=\\\"sw/imglst/sc20556.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155148\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150113.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150113.4.help.text\n"
"Formula"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3150691.5.help.text
msgid "Summary of Formula Options"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3155858.6.help.text
msgid "Basic Calculation Functions"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149565.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149565.7.help.text\n"
"Addition"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150563.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150563.8.help.text\n"
"+"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149831.9.help.text
msgid "Calculates the total."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149845.161.help.text
msgid "Example: <A1> + 8"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3156097.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3156097.11.help.text\n"
"Subtraction"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150087.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150087.12.help.text\n"
"-"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153122.13.help.text
msgid "Calculates the difference"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153135.162.help.text
msgid "Example: 10 - <B5>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149646.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149646.15.help.text\n"
"Multiplication"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154038.16.help.text
msgid "MUL or *"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149965.17.help.text
msgid "Calculates the product."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149603.163.help.text
msgid "Example: 7 MUL 9"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145096.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145096.19.help.text\n"
"Division"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149570.20.help.text
msgid "DIV or /"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149592.21.help.text
msgid "Calculates the quotient"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3156243.164.help.text
msgid "Example: 100 DIV 15"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3156260.23.help.text
msgid "Basic Functions in the Submenu"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145185.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145185.24.help.text\n"
"Sum"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155312.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155312.25.help.text\n"
"SUM"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155335.26.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_SUM\\\"\\>Calculates the sum of the selected "
"cells.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154411.165.help.text
msgid "Example: SUM <A2:C2> displays the sum of the values in cells A2 to C2"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153381.28.help.text
msgid "Round"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145598.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145598.29.help.text\n"
"ROUND"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145621.30.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_ROUND\\\"\\>Rounds a number to the specified "
"decimal places.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154862.166.help.text
msgid "Example: 15.678 ROUND 2 displays 15.68"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148687.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148687.32.help.text\n"
"Percent"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155930.33.help.text
msgid "PHD"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155953.34.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_PHD\\\"\\>Calculates a percentage\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149991.167.help.text
msgid "Example: 10 + 15 PHD displays 10.15"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153016.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153016.36.help.text\n"
"Square Root"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153038.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153038.37.help.text\n"
"SQRT"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153062.38.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_SQRT\\\"\\>Calculates the square "
"root.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153882.168.help.text
msgid "Example: SQRT 25 displays 5.00"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153909.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153909.40.help.text\n"
"Power"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147124.41.help.text
msgid "POW"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149768.42.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_POW\\\"\\>Calculates the power of a "
"number.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149789.169.help.text
msgid "Example: 2 POW 8 displays 256.00"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3150216.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3150216.44.help.text\n"
"Operators"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150244.190.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_POP_OPS\\\"\\>You can insert various operators in "
"your formula.\\</ahelp\\> Choose from the following functions:"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150316.45.help.text
msgid "List Separator"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150339.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150339.46.help.text\n"
"|"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153099.47.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_LISTSEP\\\"\\>Separates the elements in a "
"list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155817.170.help.text
msgid "Example of using a list:"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155830.212.help.text
msgid "MIN 10|20|50|<C6>|<A2:B6>|20"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147012.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147012.49.help.text\n"
"Equal"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147034.50.help.text
msgid "EQ or =="
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150936.51.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_EQ\\\"\\>Checks if selected values are "
"equal.\\</ahelp\\> If they are unequal, the result is zero, otherwise 1 "
"(true) appears."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150961.171.help.text
msgid "Example: <A1> EQ 2 displays 1, if the content of A1 equals 2."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154370.53.help.text
msgid "Not Equal"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150503.54.help.text
msgid "NEQ or !="
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150526.55.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_NEQ\\\"\\>Tests for inequality between selected "
"values.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147524.172.help.text
msgid ""
"Example: <A1> NEQ 2 displays 0 (wrong), if the content of A1 equals 2."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147553.57.help.text
msgid "Less than or Equal"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153599.58.help.text
msgid "LEQ"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153622.59.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_LEQ\\\"\\>Tests for values less than or equal "
"to a specified value.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151280.173.help.text
msgid ""
"Example: <A1> LEQ 2 displays 1 (true), if the content of A1 is less than or "
"equal to 2."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153729.61.help.text
msgid "Greater than or Equal"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153751.62.help.text
msgid "GEQ"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148876.63.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_GEQ\\\"\\>Tests for values greater than or "
"equal to a specified value\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148898.174.help.text
msgid ""
"Example: <A1> GEQ 2 displays 1 (true), if the content of A1 is greater than "
"or equal to 2."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150836.65.help.text
msgid "Less"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150859.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150859.66.help.text\n"
"L"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155411.67.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_LES\\\"\\>Tests for values less than a "
"specified value\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155433.175.help.text
msgid ""
"Example: <A1> L 2 displays 1 (true), if the content of A1 is less than 2."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150720.69.help.text
msgid "Greater"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150743.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150743.70.help.text\n"
"G"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147310.71.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_GRE\\\"\\>Tests for values greater than a "
"specified value\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147333.176.help.text
msgid ""
"Example: <A1> G 2 displays 1 (true), if the content of A1 is greater than 2."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148408.73.help.text
msgid "Boolean Or"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148430.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148430.74.help.text\n"
"OR"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150274.75.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_OR\\\"\\>Tests for values matching the Boolean "
"OR\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150297.181.help.text
msgid "Example: 0 OR 0 displays 0 (false), anything else results in 1 (true)"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149434.76.help.text
msgid "Boolean X Or"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149457.77.help.text
msgid "XOR"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3146980.78.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_XOR\\\"\\>Tests for values matching the Boolean "
"exclusive OR\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147003.182.help.text
msgid "Example: 1 XOR 0 displays 1 (true)"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152925.79.help.text
msgid "Boolean And"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152948.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152948.80.help.text\n"
"AND"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153792.81.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_AND\\\"\\>Tests for values matching the Boolean "
"AND\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153814.183.help.text
msgid "Example: 1 AND 2 displays 1 (true)"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153938.82.help.text
msgid "Boolean Not"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153961.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153961.83.help.text\n"
"NOT"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148633.84.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_NOT\\\"\\>Tests for values matching the Boolean "
"NOT\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148655.184.help.text
msgid "Example: NOT 1 (true) displays 0 (false)"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3154240.85.help.text
msgid "Statistical Functions"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154263.191.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_POP_STATISTICS\\\"\\>You can choose from the "
"following statistical functions:\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153176.86.help.text
msgid "Mean"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154053.87.help.text
msgid "MEAN"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154076.88.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_MEAN\\\"\\>Calculates the arithmetic mean of "
"the values in an area or a list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145625.177.help.text
msgid "Example: MEAN 10|30|20 displays 20"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145652.90.help.text
msgid "Minimum Value"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155258.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155258.91.help.text\n"
"MIN"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155281.92.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_MIN\\\"\\>Calculates the minimum value in an "
"area or a list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3155304.178.help.text
msgid "Example: MIN 10|30|20 displays 10"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153993.94.help.text
msgid "Maximum Value"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154016.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154016.95.help.text\n"
"MAX"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154726.96.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_MAX\\\"\\>Calculates the maximum value in an "
"area or a list.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154748.179.help.text
msgid "Example: MAX 10|30|20 displays 30.00"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3153200.98.help.text
msgid "Trigonometric Functions "
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153226.192.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_POP_FUNC\\\"\\>You can choose from the following "
"trigonometric functions:\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145156.99.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145156.99.help.text\n"
"Sine"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149507.100.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149507.100.help.tex"
"t\n"
"SIN"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149530.101.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_SIN\\\"\\>Calculates the sine in "
"radians\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153312.180.help.text
msgid "Example: SIN (PI/2)"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153340.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153340.103.help.tex"
"t\n"
"Cosine"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154510.104.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154510.104.help.tex"
"t\n"
"COS"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154533.105.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_COS\\\"\\>Calculates the cosine in "
"radians.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3154554.185.help.text
msgid "Example: COS 1"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150989.106.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150989.106.help.tex"
"t\n"
"Tangent"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151012.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151012.107.help.tex"
"t\n"
"TAN"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149369.108.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_TAN\\\"\\>Calculates the tangent in "
"radians.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149391.186.help.text
msgid "Example: TAN <A1>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151032.109.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151032.109.help.tex"
"t\n"
"Arc Sine"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151055.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151055.110.help.tex"
"t\n"
"ASIN"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150565.111.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_ASIN\\\"\\>Calculates the arc sine in "
"radians.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150588.187.help.text
msgid "Example: ASIN 1"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150615.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150615.112.help.tex"
"t\n"
"Arc Cosine"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149728.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149728.113.help.tex"
"t\n"
"ACOS"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149750.114.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_ACOS\\\"\\>Calculates the arc cosine in "
"radians.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153833.188.help.text
msgid "Example: ACOS 1"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153860.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153860.115.help.tex"
"t\n"
"Arc Tangent"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147057.116.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147057.116.help.tex"
"t\n"
"ATAN"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147080.117.help.text
msgid ""
"\\<ahelp hid=\\\"HID_MN_CALC_ATAN\\\"\\>Calculates the arc tangent in "
"radians.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147102.189.help.text
msgid "Example: ATAN 1"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3150888.194.help.text
msgid "Variables for document properties"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150161.210.help.text
msgid ""
"The following document properties are also found under \\<emph\\>File - "
"Properties - Statistics\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3157538.195.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3157538.195.help.tex"
"t\n"
"CHAR"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152954.196.help.text
msgid "Number of characters in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152982.197.help.text
msgid "WORD"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153005.198.help.text
msgid "Number of words in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152715.199.help.text
msgid "PARA"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3152738.200.help.text
msgid "Number of paragraphs in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148453.201.help.text
msgid "GRAPH"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3148476.202.help.text
msgid "Number of graphics in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151091.203.help.text
msgid "TABLES"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151114.204.help.text
msgid "Number of tables in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151198.205.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151198.205.help.tex"
"t\n"
"OLE"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3151220.206.help.text
msgid "Number of OLE objects in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3146903.207.help.text
msgid "PAGE"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3146926.208.help.text
msgid "Total number of pages in the document"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#hd_id3146944.127.help.text
msgid "More Defined Values"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153562.128.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3153562.128.help.tex"
"t\n"
"PI"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147343.129.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147343.129.help.tex"
"t\n"
"PI"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147366.130.help.text
msgid "3.1415..."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147393.131.help.text
msgid "Euler's constant"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147462.132.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147462.132.help.tex"
"t\n"
"E"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3147485.133.help.text
msgid "2.7182..."
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145332.134.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145332.134.help.tex"
"t\n"
"True"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145355.135.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145355.135.help.tex"
"t\n"
"TRUE"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3145378.136.help.text
msgid "not equal to 0"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150362.137.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150362.137.help.tex"
"t\n"
"False"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150385.138.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3150385.138.help.tex"
"t\n"
"FALSE"
msgstr ""

#: helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149304.139.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14020000.xhp#par_id3149304.139.help.tex"
"t\n"
"0"
msgstr ""

#: helpcontent2/source/text/swriter/02/14030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/14030000.xhp#tit.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/swriter/02/14030000.xhp#hd_id3149957.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14030000.xhp\\\" "
"name=\\\"Cancel\\\"\\>Cancel\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14030000.xhp#par_id3149602.2.help.text
msgid ""
"\\<ahelp hid=\\\"FN_FORMULA_CANCEL\\\"\\>Clears the contents of the input "
"line and closes the formula bar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14030000.xhp#par_id3149574.help.text
msgid ""
"\\<image id=\\\"img_id3149580\\\" src=\\\"sw/imglst/sc20557.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149580\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14030000.xhp#par_id3148855.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14030000.xhp#par_id3148855.3.help.text\n"
"Cancel"
msgstr ""

#: helpcontent2/source/text/swriter/02/14040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/14040000.xhp#tit.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/swriter/02/14040000.xhp#hd_id3154834.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14040000.xhp\\\" "
"name=\\\"Apply\\\"\\>Apply\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14040000.xhp#par_id3147173.2.help.text
msgid ""
"\\<ahelp hid=\\\"FN_FORMULA_APPLY\\\" visibility=\\\"visible\\\"\\>Transfers "
"the contents of the input line into your document and closes the formula "
"bar. The contents of the input line are inserted at the cursor position in "
"the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14040000.xhp#par_id3149286.help.text
msgid ""
"\\<image src=\\\"svx/res/nu07.png\\\" id=\\\"img_id3149291\\\"\\>\\<alt "
"id=\\\"alt_id3149291\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14040000.xhp#par_id3150749.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14040000.xhp#par_id3150749.3.help.text\n"
"Apply"
msgstr ""

#: helpcontent2/source/text/swriter/02/14050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/14050000.xhp#tit.help.text\n"
"Formula Area"
msgstr ""

#: helpcontent2/source/text/swriter/02/14050000.xhp#hd_id3155624.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14050000.xhp\\\" name=\\\"Formula "
"Area\\\"\\>Formula Area\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14050000.xhp#par_id3154501.2.help.text
msgid ""
"\\<ahelp visibility=\\\"visible\\\" hid=\\\"HID_EDIT_FORMULA\\\"\\>Allows "
"you to create a formula by typing it directly into the input line or by "
"clicking the \\<emph\\>Formula\\</emph\\> icon to display the formulas in "
"submenu.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14050000.xhp#par_id3151174.help.text
msgid ""
"\\<image src=\\\"res/helpimg/rechenlt.png\\\" id=\\\"img_id3156377\\\" "
"localize=\\\"true\\\"\\>\\<alt id=\\\"alt_id3156377\\\"\\>Formula area with "
"formula\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/14050000.xhp#par_id3151178.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/14050000.xhp#par_id3151178.3.help.text\n"
"Formula Area"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18010000.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3145824.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18010000.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_id3145244.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertCtrl\\\"\\>The toolbar contains various "
"functions for inserting frames, graphics, tables, and other "
"objects.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_id3149809.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18010000.xhp#par_id3149809.6.help.text\n"
"You can select the following functions:"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3143272.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04150000.xhp\\\" name=\\\"Insert "
"Table\\\"\\>Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3154572.7.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04130000.xhp\\\" name=\\\"Insert Frame "
"Manually\\\"\\>Insert Frame Manually\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3149098.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04190000.xhp\\\" name=\\\"Insert "
"Document\\\"\\>File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3155174.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3155174.8.help.text\n"
"\\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"From "
"File\\\"\\>From File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3148974.11.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04030000.xhp\\\" name=\\\"Insert Footnote "
"Directly\\\"\\>Insert Footnote Directly\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3152773.17.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04030000.xhp\\\" name=\\\"Insert Endnote "
"Directly\\\"\\>Insert Endnote Directly\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3145780.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3145780.12.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Insert Special "
"Character\\\"\\>Insert Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN106F4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160300.xhp\\\" name=\\\"Insert "
"Formula\\\"\\>Formula\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3150115.18.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04020000.xhp\\\" name=\\\"Insert "
"Section\\\"\\>Section\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3155861.15.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120100.xhp\\\" name=\\\"Insert Index "
"Marker\\\"\\>Entry\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10759.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\"\\>Insert Field\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN1077E.help.text
msgid "Inserts a field at the current cursor position. "
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10769.help.text
msgid ""
"\\<link href=\\\"text/shared/01/04160100.xhp\\\" name=\\\"Insert "
"Chart\\\"\\>Chart\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10789.help.text
msgid "Insert Object"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN107C5.help.text
msgid ""
"\\<ahelp hid=\\\".\\\"\\>Opens the \\<emph\\>Insert Object\\</emph\\> "
"toolbar.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10768.help.text
msgid ""
"\\<link href=\\\"text/shared/02/01170000.xhp\\\"\\>Form Controls\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN107ED.help.text
msgid ""
"The Form Controls icon opens a toolbar with the tools that you need to "
"create an interactive form."
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN1076D.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120200.xhp\\\"\\>Insert Index\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10814.help.text
msgid ""
"Inserts an index or a table of contents at the current cursor position."
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10772.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10772.help.text\n"
"\\<link href=\\\"text/swriter/01/02120000.xhp\\\" "
"name=\\\"AutoText\\\"\\>AutoText\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10777.help.text
msgid "Insert Note"
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#par_idN10863.help.text
msgid "Inserts a note at the current cursor position."
msgstr ""

#: helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3145262.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18010000.xhp#hd_id3145262.16.help.text\n"
"\\<link href=\\\"text/swriter/01/04040000.xhp\\\" name=\\\"Insert "
"Bookmark\\\"\\>Insert Bookmark\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18030000.xhp#tit.help.text\n"
"Insert Fields"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030000.xhp#hd_id3153916.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030000.xhp\\\" name=\\\"Insert "
"Fields\\\"\\>Insert Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030000.xhp#par_id3147403.2.help.text
msgid ""
"\\<ahelp hid=\\\".\\\" visibility=\\\"hidden\\\"\\>Click to open the Fields "
"dialog. Click the arrow next to the icon to open a submenu.\\</ahelp\\>Click "
"to open the \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\"\\>Fields\\</link\\> dialog. Click "
"the arrow next to the icon to open a submenu."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030000.xhp#par_id3154503.5.help.text
msgid "You can choose from the following functions:"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030000.xhp#hd_id3148566.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18030000.xhp#hd_id3148566.6.help.text\n"
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Other\\\"\\>Other\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030100.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18030100.xhp#tit.help.text\n"
"Date"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030100.xhp#hd_id3151175.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030100.xhp\\\" "
"name=\\\"Date\\\"\\>Date\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030100.xhp#par_id3147511.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertDateField\\\"\\>Inserts the current date as a "
"field.\\</ahelp\\> The default date format is used, and the date is not "
"automatically updated."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030100.xhp#par_id3151312.3.help.text
msgid ""
"If you would like to define a different date format, or have the date "
"updated automatically, select \\<emph\\>Insert - Fields - Other\\</emph\\> "
"to insert a field command and make the desired settings in the \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>\\<emph\\>Fields\\</emph\\>\\</link\\> dialog. The "
"format of an existing date field can be modified at any time by choosing "
"\\<link href=\\\"text/swriter/01/02140000.xhp\\\" name=\\\"Edit - "
"Fields\\\"\\>\\<emph\\>Edit - Fields\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030200.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18030200.xhp#tit.help.text\n"
"Time"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030200.xhp#bm_id3147174.help.text
msgid ""
"\\<bookmark_value\\>time "
"fields;inserting\\</bookmark_value\\>\\<bookmark_value\\>fields;inserting "
"time\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030200.xhp#hd_id3147174.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030200.xhp\\\" "
"name=\\\"Time\\\"\\>Time\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030200.xhp#par_id3152896.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertTimeField\\\" "
"visibility=\\\"visible\\\"\\>Inserts the current time as a "
"field.\\</ahelp\\> The time is taken directly from the system settings of "
"your operating system. A fixed time format is applied, which cannot be "
"updated by using the F9 function key."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030200.xhp#par_id3151177.3.help.text
msgid ""
"To assign a different time format, or adapt the actual time data, select "
"\\<emph\\>Insert - Fields - Other\\</emph\\> and make the desired changes in "
"the \\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>\\<emph\\>Fields\\</emph\\>\\</link\\> dialog. "
"Additionally, you can modify the format of an inserted time field at any "
"time by choosing \\<link href=\\\"text/swriter/01/02140000.xhp\\\" "
"name=\\\"Edit - Fields\\\"\\>\\<emph\\>Edit - Fields\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030300.xhp#tit.help.text
msgid "Page Numbers"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030300.xhp#hd_id3147173.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030300.xhp\\\" name=\\\"Page "
"Numbers\\\"\\>Page Numbers\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030300.xhp#par_id3150760.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertPageNumberField\\\"\\>Inserts the current page "
"number as a field at the cursor position.\\</ahelp\\> The default setting is "
"the Page Style format."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030300.xhp#par_id3151175.3.help.text
msgid ""
"If you would like to define a different format or modify the page number, "
"insert a field with \\<emph\\>Insert - Fields - Other\\</emph\\> and make "
"the desired settings in the \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>\\<emph\\>Fields\\</emph\\>\\</link\\> dialog. It is "
"also possible to edit a field inserted with the \\<emph\\>Page "
"Numbers\\</emph\\> command with \\<link "
"href=\\\"text/swriter/01/02140000.xhp\\\" name=\\\"Edit - "
"Fields\\\"\\>\\<emph\\>Edit - Fields\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030400.xhp#tit.help.text
msgid "Page Count"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030400.xhp#hd_id3145828.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030400.xhp\\\" name=\\\"Page "
"Count\\\"\\>Page Count\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030400.xhp#par_id3148772.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertPageCountField\\\"\\>Inserts as a field the "
"total number of pages in the document.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030400.xhp#par_id3149294.3.help.text
msgid ""
"If you wish to have the page number formatted with a different numbering "
"style, choose \\<emph\\>Insert - Field - Other\\</emph\\> to insert the "
"required field, and specify the settings in the \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Field\\\"\\>\\<emph\\>Field\\</emph\\>\\</link\\> dialog. The "
"format of the field inserted using the \\<emph\\>Page Number\\</emph\\> "
"command can also be modified using the \\<link "
"href=\\\"text/swriter/01/02140000.xhp\\\" name=\\\"Edit - "
"Field\\\"\\>\\<emph\\>Edit - Field\\</emph\\>\\</link\\> command."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030500.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18030500.xhp#tit.help.text\n"
"Subject"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030500.xhp#bm_id3147169.help.text
msgid ""
"\\<bookmark_value\\>subject; inserting as "
"field\\</bookmark_value\\>\\<bookmark_value\\>fields; "
"subject\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030500.xhp#hd_id3147169.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030500.xhp\\\" "
"name=\\\"Subject\\\"\\>Subject\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030500.xhp#par_id3152892.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertTopicField\\\" "
"visibility=\\\"visible\\\"\\>Inserts the subject specified in the document "
"properties as a field .\\</ahelp\\> This field displays the data entered in "
"the \\<emph\\>Subject\\</emph\\> field under \\<emph\\>File - Properties - "
"Description\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030500.xhp#par_id3156380.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18030500.xhp#par_id3156380.3.help.text\n"
"If you would like to insert a different document property as a field, select "
"\\<emph\\>Insert - Fields - Other\\</emph\\> and make the desired settings "
"in the \\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>\\<emph\\>Fields\\</emph\\>\\</link\\> dialog. The "
"\\<emph\\>DocInformation\\</emph\\> category contains all of the fields "
"shown in the document properties."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030600.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18030600.xhp#tit.help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030600.xhp#hd_id3154484.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030600.xhp\\\" "
"name=\\\"Title\\\"\\>Title\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030600.xhp#par_id3151392.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertTitleField\\\"\\>Inserts the title specified in "
"the document properties as a field.\\</ahelp\\> This field displays the data "
"entered in the \\<emph\\>Title\\</emph\\> field under \\<emph\\>File - "
"Properties - Description\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030600.xhp#par_id3148768.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18030600.xhp#par_id3148768.3.help.text\n"
"If you would like to insert a different document property as a field, select "
"\\<emph\\>Insert - Fields - Other\\</emph\\> and make the desired settings "
"in the \\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>\\<emph\\>Fields\\</emph\\>\\</link\\> dialog. The "
"\\<emph\\>DocInformation\\</emph\\> category contains all of the fields "
"shown in the document properties."
msgstr ""

#: helpcontent2/source/text/swriter/02/18030700.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18030700.xhp#tit.help.text\n"
"Author"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030700.xhp#hd_id3154505.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18030700.xhp\\\" "
"name=\\\"Author\\\"\\>Author\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18030700.xhp#par_id3152896.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:InsertAuthorField\\\"\\>Inserts the name of the person "
"who created the document here as a field.\\</ahelp\\> The field applies the "
"entry made under \\<link href=\\\"text/shared/optionen/01010100.xhp\\\" "
"name=\\\"Tools - Options - $[officename] - User data\\\"\\>\\<emph\\>Tools - "
"Options - $[officename] - User data\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18120000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18120000.xhp#tit.help.text\n"
"Graphics On/Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/18120000.xhp#hd_id3148568.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18120000.xhp\\\" name=\\\"Graphics "
"On/Off\\\"\\>Graphics On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18120000.xhp#bm_id3147167.help.text
msgid ""
"\\<bookmark_value\\>graphics;do not "
"show\\</bookmark_value\\>\\<bookmark_value\\>images;do not "
"show\\</bookmark_value\\>\\<bookmark_value\\>pictures;do not "
"show\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18120000.xhp#par_id3147167.3.help.text
msgid ""
"\\<ahelp hid=\\\".uno:Graphic\\\"\\>If the\\<emph\\> Graphics On/Off "
"\\</emph\\>icon is activated, no graphics are displayed - only empty frames "
"as placeholders.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18120000.xhp#par_id3151177.help.text
msgid ""
"\\<image id=\\\"img_id3156379\\\" "
"src=\\\"res/commandimagelist/sc_graphic.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156379\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18120000.xhp#par_id3154107.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18120000.xhp#par_id3154107.2.help.text\n"
"Graphics On/Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/18130000.xhp#tit.help.text\n"
"Direct Cursor On/Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#bm_id3147167.help.text
msgid "\\<bookmark_value\\>direct cursor; restriction\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#hd_id3147167.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/18130000.xhp\\\" name=\\\"Direct Cursor "
"On/Off\\\"\\>Direct Cursor On/Off\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3152896.2.help.text
msgid ""
"\\<ahelp hid=\\\".uno:ShadowCursor\\\"\\>Activates or deactivates the direct "
"cursor.\\</ahelp\\> You can specify the behavior of the direct cursor by "
"choosing \\<link href=\\\"text/shared/optionen/01040600.xhp\\\" "
"name=\\\"Tools - Options - Text Document - Formatting "
"Aids\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - Formatting "
"Aids\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3147508.help.text
msgid ""
"\\<image id=\\\"img_id3154840\\\" "
"src=\\\"res/commandimagelist/sc_shadowcursor.png\\\"\\>\\<alt "
"id=\\\"alt_id3154840\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3151310.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/18130000.xhp#par_id3151310.3.help.text\n"
"Direct Cursor On/Off"
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3154570.4.help.text
msgid ""
"The direct cursor allows you to click in any blank area of a page to place "
"text, images, tables, frames, and other objects."
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3155902.6.help.text
msgid ""
"If you place the direct cursor approximately in the middle between the left "
"and the right margin of a page or a table cell, the text you insert will be "
"centered. Similarly, text is right-aligned when the direct cursor is placed "
"on the right margin."
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3151255.5.help.text
msgid ""
"The AutoCorrect tool automatically removes empty paragraphs, tabs, and "
"spaces that are inserted by the direct cursor. If you want to use the direct "
"cursor, then disable the AutoCorrect tool."
msgstr ""

#: helpcontent2/source/text/swriter/02/18130000.xhp#par_id3148982.7.help.text
msgid ""
"The direct cursor sets tabs to position the cursor. If you change the tabs "
"later. the position of the text on the page may change as well."
msgstr ""

#: helpcontent2/source/text/swriter/02/19010000.xhp#tit.help.text
msgid "Insert Header"
msgstr ""

#: helpcontent2/source/text/swriter/02/19010000.xhp#hd_id3148769.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/19010000.xhp\\\" name=\\\"Insert "
"Header\\\"\\>Insert Header\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19010000.xhp#par_id3151180.2.help.text
msgid ""
"\\<ahelp hid=\\\"FN_INSERT_HEADER\\\"\\>Displays the header of an HTML "
"document if headers are enabled on the \\<link "
"href=\\\"text/shared/01/05040300.xhp\\\" name=\\\"Format - Page - "
"Header\\\"\\>\\<emph\\>Format - Page - Header\\</emph\\>\\</link\\> tab "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19020000.xhp#tit.help.text
msgid "Insert Footer"
msgstr ""

#: helpcontent2/source/text/swriter/02/19020000.xhp#hd_id3145829.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/19020000.xhp\\\" name=\\\"Insert "
"Footer\\\"\\>Insert Footer\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19020000.xhp#par_id3148768.2.help.text
msgid ""
"\\<ahelp hid=\\\"FN_INSERT_FOOTER\\\"\\>Displays the footer of an HTML "
"document if footers are enabled on the \\<link "
"href=\\\"text/shared/01/05040400.xhp\\\" name=\\\"Format - Page - "
"Footer\\\"\\>\\<emph\\>Format - Page - Footer\\</emph\\>\\</link\\> tab "
"page.\\</ahelp\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/19030000.xhp#tit.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3147167.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/19030000.xhp\\\" "
"name=\\\"Insert\\\"\\>Insert\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#par_id3145241.2.help.text
msgid ""
"Click the arrow next to the icon to open a toolbar with various functions "
"for inserting graphics, tables, documents, and special characters. "
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#par_id3151171.help.text
msgid ""
"\\<image id=\\\"img_id3151178\\\" "
"src=\\\"res/commandimagelist/sc_grid.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3151178\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#par_id3149801.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19030000.xhp#par_id3149801.4.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#par_id3155898.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19030000.xhp#par_id3155898.6.help.text\n"
"You can select the following functions:"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3149689.13.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04130000.xhp\\\" name=\\\"Insert single-"
"column frame manually\\\"\\>Insert single-column frame manually\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3143278.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3143278.7.help.text\n"
"\\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"From "
"File\\\"\\>From File\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3149104.8.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04150000.xhp\\\" name=\\\"Insert "
"Table\\\"\\>Insert Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3151259.9.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04190000.xhp\\\" name=\\\"Insert "
"Document\\\"\\>Insert Document\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3153643.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3153643.10.help.text\n"
"\\<link href=\\\"text/shared/01/04100000.xhp\\\" name=\\\"Insert Special "
"Character\\\"\\>Insert Special Character\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3152766.14.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04020000.xhp\\\" name=\\\"Insert "
"Section\\\"\\>Insert Section\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3145774.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19030000.xhp#hd_id3145774.12.help.text\n"
"\\<link href=\\\"text/swriter/01/04040000.xhp\\\" name=\\\"Insert "
"Bookmark\\\"\\>Insert Bookmark\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19040000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/19040000.xhp#tit.help.text\n"
"Insert Fields"
msgstr ""

#: helpcontent2/source/text/swriter/02/19040000.xhp#hd_id3149286.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/19040000.xhp\\\" name=\\\"Insert "
"Fields\\\"\\>Insert Fields\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19040000.xhp#par_id3151173.2.help.text
msgid ""
"Click to open the \\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\> dialog. Click the arrow next to the "
"icon and select the required field from the submenu. "
msgstr ""

#: helpcontent2/source/text/swriter/02/19040000.xhp#par_id3154104.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19040000.xhp#par_id3154104.4.help.text\n"
"You can select the following functions:"
msgstr ""

#: helpcontent2/source/text/swriter/02/19040000.xhp#hd_id3145248.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19040000.xhp#hd_id3145248.5.help.text\n"
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Other\\\"\\>Other\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19050000.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/02/19050000.xhp#tit.help.text\n"
"Text Animation"
msgstr ""

#: helpcontent2/source/text/swriter/02/19050000.xhp#hd_id3155626.1.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/19050000.xhp\\\" name=\\\"Text "
"Animation\\\"\\>Text Animation\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19050000.xhp#par_id3149286.help.text
msgid ""
"\\<image src=\\\"res/commandimagelist/sc_text_marquee.png\\\" "
"id=\\\"img_id3149292\\\"\\>\\<alt "
"id=\\\"alt_id3149292\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/02/19050000.xhp#par_id3149290.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/02/19050000.xhp#par_id3149290.2.help.text\n"
"Text Animation"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#tit.help.text
msgid "Shortcut Keys for %PRODUCTNAME Writer"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#bm_id3145763.help.text
msgid ""
"\\<bookmark_value\\>shortcut keys; in text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>text documents; shortcut "
"keys in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145763.1.help.text
msgid ""
"\\<variable id=\\\"text_keys\\\"\\>\\<link "
"href=\\\"text/swriter/04/01020000.xhp\\\" name=\\\"Shortcut Keys for "
"%PRODUCTNAME Writer\\\"\\>Shortcut Keys for \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Writer\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150491.2.help.text
msgid ""
"You can use shortcut keys to quickly perform common tasks in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>. This section lists the "
"default shortcut keys for \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145081.259.help.text
msgid ""
"You can also use the \\<link href=\\\"text/shared/04/01010000.xhp\\\" "
"name=\\\"general shortcut keys in %PRODUCTNAME\\\"\\>general shortcut keys "
"in \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149800.3.help.text
msgid ""
"Function Keys for \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Writer"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10663.help.text
msgid ""
"_: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10663.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10668.help.text
msgid ""
"_: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10668.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149486.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149486.7.help.text\n"
"F2"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3143274.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3143274.8.help.text\n"
"Formula Bar"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149821.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149821.9.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F2"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145774.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145774.10.help.text\n"
"Insert Fields"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155912.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155912.11.help.text\n"
"F3"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155855.12.help.text
msgid "Complete AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147411.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147411.13.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F3"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155060.14.help.text
msgid "Edit AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149839.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149839.15.help.text\n"
"F4"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148847.16.help.text
msgid "Open Data Source View"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150097.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150097.19.help.text\n"
"Shift+F4"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153400.20.help.text
msgid "Select next frame"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156096.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156096.17.help.text\n"
"F5"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3156110.18.help.text
msgid "Navigator on/off"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153118.21.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F5"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149628.22.help.text
msgid "Navigator on, go to page number"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149647.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149647.24.help.text\n"
"F7"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149957.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149957.25.help.text\n"
"Spellcheck"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149601.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149601.26.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F7"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149850.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149850.27.help.text\n"
"Thesaurus"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149869.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149869.28.help.text\n"
"F8"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145096.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145096.29.help.text\n"
"Extension mode"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145116.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145116.30.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F8"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149593.31.help.text
msgid "Field shadings on / off"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156250.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156250.32.help.text\n"
"Shift+F8"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3156264.33.help.text
msgid "Additional Selection"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145408.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145408.34.help.text\n"
"F9"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155306.35.help.text
msgid "Update fields"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155324.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155324.36.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F9"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154404.37.help.text
msgid "Show fields"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154423.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154423.38.help.text\n"
"Shift+F9"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153375.39.help.text
msgid "Calculate Table"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153394.40.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F9"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154865.41.help.text
msgid "Update Input Fields and Input Lists"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155883.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155883.43.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F10"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148674.44.help.text
msgid "Nonprinting Characters on/off"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148693.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148693.45.help.text\n"
"F11"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149978.46.help.text
msgid "Styles and Formatting window on/off"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149997.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149997.47.help.text\n"
"Shift+F11"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155926.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155926.48.help.text\n"
"Create Style"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155945.49.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F11"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153020.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153020.50.help.text\n"
"Update Style"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153039.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153039.51.help.text\n"
"F12"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148959.52.help.text
msgid "Numbering on"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148979.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148979.53.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F12"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153650.54.help.text
msgid "Insert or edit Table"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3152749.55.help.text
msgid "Shift+F12"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3152763.56.help.text
msgid "Bullets on"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153876.57.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+F12"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153901.58.help.text
msgid "Numbering / Bullets off"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147109.59.help.text
msgid ""
"Shortcut Keys for \\<item type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> "
"Writer"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10ACE.help.text
msgid ""
"_: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10ACE.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10AD3.help.text
msgid ""
"_: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10AD3.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149785.60.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149785.60.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+A"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150220.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150220.62.help.text\n"
"Select All"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150239.63.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+J"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145219.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145219.65.help.text\n"
"Justify"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145238.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145238.66.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+D"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150325.68.help.text
msgid "Double Underline"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148578.69.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+E"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148604.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148604.71.help.text\n"
"Centered"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147016.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147016.72.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+F"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147041.74.help.text
msgid "Find and Replace"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150940.75.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+P"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150965.77.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150965.77.help.text\n"
"Superscript"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154363.78.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+L"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154389.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154389.80.help.text\n"
"Align Left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150519.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150519.81.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+R"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147519.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147519.83.help.text\n"
"Align Right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147538.84.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+B"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153587.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153587.86.help.text\n"
"Subscript"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153606.87.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Y"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3151268.89.help.text
msgid "Redo last action"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10D39.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+0 (zero)"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10D64.help.text
msgid "Apply Default paragraph style"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151287.90.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+1"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153731.92.help.text
msgid "Apply Heading 1 paragraph style"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153751.93.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+2"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150831.95.help.text
msgid "Apply Heading 2 paragraph style"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10DF8.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+3"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN10E23.help.text
msgid "Apply Heading 3 paragraph style"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150849.96.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+5"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3146860.98.help.text
msgid "1.5 Line Spacing"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3146878.99.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+ Plus Key(+)"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155403.101.help.text
msgid "Calculates the selected text and copies the result to the clipboard."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155432.102.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Hyphen(-)"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150712.104.help.text
msgid "Custom hyphens; hyphenation set by you."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150732.303.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+minus sign (-)"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148394.302.help.text
msgid "Non-breaking dash (is not used for hyphenation)"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148414.105.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+multiplication sign * (only on number pad)"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147302.107.help.text
msgid "Run macro field"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147321.108.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Space"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150260.110.help.text
msgid ""
"Non-breaking spaces. Non-breaking spaces are not used for hyphenation and "
"are not expanded if the text is justified."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150281.111.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150281.111.help.text\n"
"Shift+Enter"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150294.113.help.text
msgid "Line break without paragraph change"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149422.114.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149422.114.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149447.116.help.text
msgid "Manual page break"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3146967.117.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Enter"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3146993.119.help.text
msgid "Column break in multicolumnar texts"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3152906.301.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3152906.301.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3152932.300.help.text
msgid "Inserting a new paragraph without numbering"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153772.291.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153772.291.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Enter"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153798.293.help.text
msgid ""
"Inserting a new paragraph directly before or after a section or a table."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153818.120.help.text
msgid "Arrow Left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153930.121.help.text
msgid "Move cursor to left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153949.122.help.text
msgid "Shift+Arrow Left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153963.124.help.text
msgid "Move cursor with selection to the left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148631.125.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Arrow Left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148656.127.help.text
msgid "Go to beginning of word"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154244.128.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Arrow Left"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154270.130.help.text
msgid "Selecting to the left word by word"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153147.131.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153147.131.help.text\n"
"Arrow Right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153161.132.help.text
msgid "Move cursor to right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153180.133.help.text
msgid "Shift+Arrow Right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154048.135.help.text
msgid "Move cursor with selection to the right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154067.136.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Arrow Right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154093.138.help.text
msgid "Go to end of word"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155272.139.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Arrow Right"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155298.141.help.text
msgid "Selecting to the right word by word"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154718.142.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154718.142.help.text\n"
"Arrow Up"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154731.143.help.text
msgid "Move up one line"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154750.144.help.text
msgid "Shift+Arrow Up"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153199.146.help.text
msgid "Selecting lines in an upwards direction"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153218.147.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153218.147.help.text\n"
"Arrow Down"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153232.148.help.text
msgid "Move cursor down one line"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153317.149.help.text
msgid "Shift+Arrow Down"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153331.151.help.text
msgid "Selecting lines in a downward direction"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153351.152.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153351.152.help.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154512.153.help.text
msgid "Go to beginning of line"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154531.154.help.text
msgid "Shift+Home"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154544.156.help.text
msgid "Go and select to the beginning of a line"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150972.157.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150972.157.help.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150986.158.help.text
msgid "Go to end of line"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151005.159.help.text
msgid "Shift+End"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3151019.161.help.text
msgid "Go and select to end of line"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149371.162.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149371.162.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Home"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149396.164.help.text
msgid "Go to start of document"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151030.165.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Home"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3151055.167.help.text
msgid "Go and select text to start of document"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151075.168.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151075.168.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+End"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149732.170.help.text
msgid "Go to end of document"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149750.171.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+End"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147064.173.help.text
msgid "Go and select text to end of document"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147083.174.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147083.174.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+PageUp"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153826.176.help.text
msgid "Switch cursor between text and header"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153846.177.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153846.177.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+PageDown"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153872.179.help.text
msgid "Switch cursor between text and footer"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150889.180.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150889.180.help.text\n"
"Insert"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150903.181.help.text
msgid "Insert mode on/off"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150922.182.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150922.182.help.text\n"
"PageUp"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3157513.183.help.text
msgid "Screen page up"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3157532.184.help.text
msgid "Shift+PageUp"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3157546.186.help.text
msgid "Move up screen page with selection"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3152957.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3152957.187.help.text\n"
"PageDown"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3152970.188.help.text
msgid "Move down screen page"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3152990.189.help.text
msgid "Shift+PageDown"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153004.191.help.text
msgid "Move down screen page with selection"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3148448.192.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Del"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148474.194.help.text
msgid "Delete text to end of word"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151080.195.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Backspace"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3151106.197.help.text
msgid "Delete text to beginning of word"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151124.198.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Del"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3146919.200.help.text
msgid "Delete text to end of sentence"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3146937.201.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Backspace"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153532.203.help.text
msgid "Delete text to beginning of sentence"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153551.294.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153551.294.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153577.296.help.text
msgid ""
"Next suggestion with \\<link href=\\\"text/shared/01/06040600.xhp\\\" "
"name=\\\"Automatic Word Completion\\\"\\>Automatic Word Completion\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147360.297.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147386.299.help.text
msgid ""
"Use previous suggestion with \\<link "
"href=\\\"text/shared/01/06040600.xhp\\\" name=\\\"Automatic Word "
"Completion\\\"\\>Automatic Word Completion\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145336.285.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+W"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145362.287.help.text
msgid ""
"Spellchecker dialog: Call back the original unknown word into the text box"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145382.288.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+ double-click or \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Shift+F10"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150379.290.help.text
msgid ""
"Use this combination to quickly dock or undock the Navigator, Styles and "
"Formatting window, or other windows"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#bm_id3150396.help.text
msgid ""
"\\<bookmark_value\\>headings; switching levels by "
"keyboard\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; moving by "
"keyboard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150396.204.help.text
msgid "Shortcut Keys for Paragraphs and Heading Levels"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN11694.help.text
msgid ""
"_: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN11694.help.text\n"
"Shortcut keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN11699.help.text
msgid ""
"_: helpcontent2/source/text/swriter/04/01020000.xhp#par_idN11699.help.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153679.206.help.text
msgid "Ctrl+Alt+Up Arrow or Ctrl+Up Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153693.208.help.text
msgid "Move the active paragraph or selected paragraphs up one paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153712.209.help.text
msgid "Ctrl+Alt+Down Arrow or Ctrl+Down Arrow"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154639.211.help.text
msgid "Move the active paragraph or selected paragraphs down one paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154658.260.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154658.260.help.text\n"
"Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154672.261.help.text
msgid ""
"The heading in format \"Heading X\" (X = 1-9) is moved down one level in the "
"outline."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154695.262.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154695.262.help.text\n"
"Shift+Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155346.263.help.text
msgid ""
"The heading in format \"Heading X\" (X = 2-10) is moved up one level in the "
"outline."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155369.265.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155369.265.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#bm_id3155395.help.text
msgid ""
"\\<bookmark_value\\>tabs; before "
"headings\\</bookmark_value\\>\\<bookmark_value\\>headings; starting with "
"tabs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155395.266.help.text
msgid ""
"At the start of a heading: Inserts a tab stop. Depending on the Window "
"Manager in use, Alt+Tab may be used instead."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149161.264.help.text
msgid ""
"To change the heading level with the keyboard, first position the cursor in "
"front of the heading."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149180.212.help.text
msgid ""
"Shortcut Keys for Tables in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155978.279.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155978.279.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155991.281.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155991.281.help.tex"
"t\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156014.213.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156014.213.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+A"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3156048.215.help.text
msgid ""
"If the active cell is empty: selects the whole table. Otherwise: selects the "
"contents of the active cell. Pressing again selects the entire table."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156069.216.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3156069.216.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Home"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154285.218.help.text
msgid ""
"If the active cell is empty: goes to the beginning of the table. Otherwise: "
"first press goes to beginning of the active cell, second press goes to "
"beginning of the current table, third press goes to beginning of document."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154308.219.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154308.219.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+End"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154334.221.help.text
msgid ""
"If the active cell is empty: goes to the end of the table. Otherwise: first "
"press goes to the end of the active cell, second press goes to the end of "
"the current table, third press goes to the end of the document."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153255.222.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153255.222.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3153281.224.help.text
msgid ""
"Inserts a tab stop (only in tables). Depending on the Window Manager in use, "
"Alt+Tab may be used instead."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3153302.225.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Arrow Up"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147577.227.help.text
msgid "Jump to start of table"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147596.228.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+Arrow Down"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147621.230.help.text
msgid "Jump to end of table"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154905.231.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154905.231.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154931.233.help.text
msgid ""
"Increases/decreases the size of the column/row on the right/bottom cell edge"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154951.234.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Shift+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150772.236.help.text
msgid ""
"Increase/decrease the size of the column/row on the left/top cell edge"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150793.237.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150793.237.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option+Command "
"\\</caseinline\\>\\<defaultinline\\>Alt+Ct"
"rl\\</defaultinline\\>\\</switchinline\\>+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150818.239.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150818.239.help.tex"
"t\n"
"Like \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>, but only the active cell is modified"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3154451.240.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option+Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl+A"
"lt\\</defaultinline\\>\\</switchinline\\>+Shift+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154477.242.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3154477.242.help.tex"
"t\n"
"Like \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>, but only the active cell is modified"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3145272.243.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Insert"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3145297.245.help.text
msgid ""
"3 seconds in Insert mode, Arrow Key inserts row/column, \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Arrow Key "
"inserts cell"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155533.246.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Del"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3155559.248.help.text
msgid ""
"3 seconds in Delete mode, Arrow key deletes row/column, \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Arrow key "
"merges cell with neighboring cell"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#bm_id3155593.help.text
msgid ""
"\\<bookmark_value\\>removing; cell protection in text "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3155593.267.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Shift+T"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3147474.269.help.text
msgid ""
"Removes cell protection from all selected tables. If no table is selected, "
"then cell protection is removed from all of the tables in the document."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3147496.270.help.text
msgid ""
"Shift+\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Del"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149504.272.help.text
msgid ""
"If nothing is selected, the contents of the next cell are deleted. If cells "
"are selected, the whole line of the selection will be deleted. If all rows "
"are selected completely or partially, the entire table is deleted."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#bm_id3149537.help.text
msgid ""
"\\<bookmark_value\\>objects; "
"resizing\\</bookmark_value\\>\\<bookmark_value\\>resizing; "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149537.249.help.text
msgid "Shortcut Keys for Moving and Resizing Frames, Graphics and Objects"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149565.282.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149565.282.help.text\n"
"Shortcut Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148993.284.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#par_id3148993.284.help.tex"
"t\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149010.305.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149010.305.help.text\n"
"Esc"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149024.306.help.text
msgid ""
"Cursor is inside a text frame and no text is selected: Escape selects the "
"text frame."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149039.307.help.text
msgid "Text frame is selected: Escape clears the cursor from the text frame."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149054.308.help.text
msgid "F2 or Enter or any key that produces a character on screen"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149890.309.help.text
msgid ""
"If a text frame is selected: positions the cursor to the end of the text in "
"the text frame. If you press any key that produces a character on screen, "
"and the document is in edit mode, the character is appended to the text."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149913.250.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3149913.250.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3149939.252.help.text
msgid "Move object."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151200.253.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151200.253.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option+Command "
"\\</caseinline\\>\\<defaultinline\\>Alt+Ct"
"rl\\</defaultinline\\>\\</switchinline\\>+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3151226.255.help.text
msgid "Resizes by moving lower right corner."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3151246.256.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option+Command "
"\\</caseinline\\>\\<defaultinline\\>Alt+Ct"
"rl\\</defaultinline\\>\\</switchinline\\>+Shift+Arrow Keys"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150115.258.help.text
msgid "Resizes by moving top left corner."
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150129.310.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/04/01020000.xhp#hd_id3150129.310.help.text\n"
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Tab"
msgstr ""

#: helpcontent2/source/text/swriter/04/01020000.xhp#par_id3150154.311.help.text
msgid "Selects the anchor of an object (in Edit Points mode)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#tit.help.text
msgid "Positioning Objects"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#bm_id3147828.help.text
msgid ""
"\\<bookmark_value\\>objects;anchoring "
"options\\</bookmark_value\\>\\<bookmark_value\\>positioning;objects "
"(guide)\\<"
"/bookmark_value\\>\\<bookmark_value\\>anchoring;objects\\</bookmark_"
"value\\>\\<bookmark_value\\>frames;anchoring "
"options\\</bookmark_value\\>\\<bookmark_value\\>pictures;anchoring "
"options\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#hd_id3147828.45.help.text
msgid ""
"\\<variable id=\\\"anchor_object\\\"\\>\\<link "
"href=\\\"text/swriter/guide/anchor_object.xhp\\\" name=\\\"Positioning "
"Objects\\\"\\>Positioning Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3147251.46.help.text
msgid ""
"You can use anchors to position an object, graphic, or frame in a document. "
"An anchored item remains in place, or moves when you modify the document. "
"The following anchoring options are available:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145599.47.help.text
msgid "Anchoring"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145622.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145622.48.h"
"elp.text\n"
"Effect"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145650.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145650.49.h"
"elp.text\n"
"As character"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3151181.50.help.text
msgid ""
"Anchors the selected item as a character in the current text. If the height "
"of the selected item is greater than the current font size, the height of "
"the line containing the item is increased."
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3151212.51.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3151212.51.h"
"elp.text\n"
"To character"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3151235.52.help.text
msgid "Anchors the selected item to a character."
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3155071.53.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3155071.53.h"
"elp.text\n"
"To paragraph"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3155094.54.help.text
msgid "Anchors the selected item to the current paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3155122.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3155122.55.h"
"elp.text\n"
"To page"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3155144.56.help.text
msgid "Anchors the selected item to the current page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145674.57.help.text
msgid "To frame"
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145697.58.help.text
msgid "Anchors the selected item to the surrounding frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/anchor_object.xhp#par_id3145715.59.help.text
msgid ""
"When you insert an object, graphic, or frame, an anchor icon appears where "
"the item is anchored. You can position an anchored item by dragging the item "
"to another location. To change the anchoring options of an item, right-click "
"the item, and then choose an option from the \\<emph\\>Anchor "
"\\</emph\\>submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#tit.help.text
msgid "Rearranging a Document by Using the Navigator"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#bm_id3149973.help.text
msgid ""
""
"\\<bookmark_value\\>headings;rearranging\\</bookmark_value\\>\\<bookmark_value"
"\\>rearranging "
"headings\\</bookmark_value\\>\\<bookmark_value\\>moving;heading"
"s\\</bookmark_value\\>\\<bookmark_value\\>demoting heading "
"levels\\</bookmark_value\\>\\<bookmark_value\\>promoting heading "
"levels\\</bookmark_value\\>\\<bookmark_value\\>Navigator;heading levels and "
"ch"
"apters\\</bookmark_value\\>\\<bookmark_value\\>arranging;headings\\</bookmar"
"k_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#hd_id3149973.58.help.text
msgid ""
"\\<variable id=\\\"arrange_chapters\\\"\\>\\<link "
"href=\\\"text/swriter/guide/arrange_chapters.xhp\\\" name=\\\"Rearranging a "
"Document by Using the Navigator\\\"\\>Arranging Chapters in the "
"Navigator\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3147795.59.help.text
msgid ""
"You can move headings and subordinate text up and down in a document text by "
"using the Navigator. You can also promote and demote heading levels. To use "
"this feature, format the headings in your document with one of the "
"predefined heading paragraph styles. To use a custom paragraph style for a "
"heading, choose \\<emph\\>Tools - Outline Numbering\\</emph\\>, select the "
"style in the \\<emph\\>Paragraph Style \\</emph\\>box, and then double-click "
"a number in the \\<emph\\>Levels \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3145652.62.help.text
msgid ""
"To quickly move the text cursor to a heading in the document, double-click "
"the heading in the \\<emph\\>Navigator \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3155461.60.help.text
msgid ""
"To dock the \\<emph\\>Navigator\\</emph\\>, drag the title bar to the edge "
"of the workspace. To undock the \\<emph\\>Navigator\\</emph\\>, double-click "
"its frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#hd_id3151184.70.help.text
msgid "To Move a Heading Up or Down in the Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3151206.71.help.text
msgid ""
"On the \\<emph\\>Standard Bar\\</emph\\>, click the\\<emph\\> "
"Navigator\\</emph\\> icon \\<image id=\\\"img_id5211883\\\" "
"src=\\\"res/commandimagelist/sc_navigator.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id5211883\\\"\\>Icon\\</alt\\>\\</image\\> to open the "
"\\<emph\\>Navigator\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3151238.72.help.text
msgid ""
"On the \\<emph\\>Navigator\\</emph\\>, click the \\<emph\\>Content View "
"\\</emph\\>icon \\<image id=\\\"img_id3156338\\\" "
"src=\\\"sw/imglst/sc20244.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156338\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3155089.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3155089.7"
"4.help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3155114.63.help.text
msgid ""
"Drag a heading to a new location in the \\<emph\\>Navigator \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3155139.75.help.text
msgid ""
"Click a heading in the \\<emph\\>Navigator \\</emph\\>list, and then click "
"the \\<emph\\>Promote Chapter\\</emph\\>\\<image id=\\\"img_id4217546\\\" "
"src=\\\"sw/imglst/sc20174.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id4217546\\\"\\>Icon\\</alt\\>\\</image\\> or \\<emph\\>Demote "
"Chapter \\</emph\\>icon \\<image id=\\\"img_id6505788\\\" "
"src=\\\"sw/imglst/sc20171.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id6505788\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3145758.64.help.text
msgid ""
"To move the heading without the subordinate text, hold down \\<item "
"type=\\\"keycode\\\"\\>Ctrl\\</item\\> while you drag or click the "
"\\<emph\\>Promote Chapter \\</emph\\>or \\<emph\\>Demote Chapter "
"\\</emph\\>icons."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#hd_id3155402.76.help.text
msgid "To Promote or Demote the Level of a Heading"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3155424.77.help.text
msgid "Select the heading in the \\<emph\\>Navigator \\</emph\\>list. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_idN1081C.help.text
msgid ""
"Click the \\<emph\\>Promote Level \\</emph\\>\\<image "
"id=\\\"img_id5564488\\\" src=\\\"sw/imglst/sc20172.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id5564488\\\"\\>Icon\\</alt\\>\\</image\\> or \\<emph\\>Demote "
"Level \\</emph\\>icon \\<image id=\\\"img_id3159363\\\" "
"src=\\\"sw/imglst/sc20173.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3159363\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#hd_id3155525.78.help.text
msgid "To Change the Number of Heading Levels That Are Displayed"
msgstr ""

#: helpcontent2/source/text/swriter/guide/arrange_chapters.xhp#par_id3151352.79.help.text
msgid ""
"Click the \\<emph\\>Heading Levels Shown \\</emph\\>icon \\<image "
"id=\\\"img_id3151310\\\" src=\\\"sw/imglst/sc20236.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3151310\\\"\\>Icon\\</alt\\>\\</image\\>, and then select a "
"number from the list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#tit.help.text
msgid "Creating Numbered or Bulleted Lists as You Type"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#bm_id3147407.help.text
msgid ""
"\\<bookmark_value\\>numbering; lists, while "
"typing\\</bookmark_value\\>\\<bookmark_value\\>bullets; "
"automatic\\</bookmark_value\\>\\<bookmark_value\\>lists;automatic "
"numbering\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#hd_id3147407.26.help.text
msgid ""
"\\<variable id=\\\"auto_numbering\\\"\\>\\<link "
"href=\\\"text/swriter/guide/auto_numbering.xhp\\\" name=\\\"Creating "
"Numbered or Bulleted Lists as You Type\\\"\\>Creating Numbered or Bulleted "
"Lists as You Type\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3155525.16.help.text
msgid ""
"$[officename] can automatically apply numbering or bullets as you type."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#hd_id3154243.28.help.text
msgid "To Enable Automatic Numbering and Bulleting"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3152830.29.help.text
msgid ""
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>, click the "
"\\<emph\\>Options\\</emph\\> tab, and then select \\<emph\\>Apply Numbering -"
" Symbol\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3152867.30.help.text
msgid ""
"Choose \\<emph\\>Format - AutoFormat\\</emph\\>, and ensure that "
"\\<emph\\>While Typing\\</emph\\> is selected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#hd_id3152897.21.help.text
msgid "To Create a Numbered or Bulleted List While You Type"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3147773.22.help.text
msgid ""
"Type 1., i., or I. to start a numbered list. Type * or - to start a bulleted "
"list. You can also type a right parenthesis after the number instead of a "
"period , for example, 1) or i)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3147794.23.help.text
msgid ""
"Enter a space, type your text, and then press Enter. The new paragraph "
"automatically receives the next number or bullet."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3147814.31.help.text
msgid "Press Enter again to finish the list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3147287.25.help.text
msgid "You can start a numbered list with any number."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_numbering.xhp#par_id3154083.27.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06050000.xhp\\\" name=\\\"Format - "
"Numbering/Bullets\\\"\\>Format - Bullets and Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#tit.help.text
msgid "Turning Off AutoFormat and AutoCorrect"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#bm_id3154250.help.text
msgid ""
"\\<bookmark_value\\>turning off automatic "
"correction\\</bookmark_value\\>\\<bookmark_value\\>text;turning off "
"automatic "
"correction\\</bookmark_value\\>\\<bookmark_value\\>uppercase;changing to "
"lowercase\\</bookmark_value\\>\\<bookmark_value\\>capital letters;changing "
"to small letters\\</bookmark_value\\>\\<bookmark_value\\>quotation "
"marks;changing "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>words;automatic "
"replacement on/off\\</bookmark_value\\>\\<bookmark_value\\>lines;automatic "
"drawing "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>underlining;quick\\</bo"
"okmark_value\\>\\<bookmark_value\\>borders; automatic drawing "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>automatic changes "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>changes made "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>AutoCorrect "
"function;turning off\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#hd_id3147812.16.help.text
msgid ""
"\\<variable id=\\\"auto_off\\\"\\>\\<link "
"href=\\\"text/swriter/guide/auto_off.xhp\\\" name=\\\"Turning Off AutoFormat "
"and AutoCorrect\\\"\\>Turning Off AutoFormat and "
"AutoCorrect\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3147833.2.help.text
msgid ""
"By default, $[officename] automatically corrects many common typing errors "
"and applies formatting while you type. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_idN1081B.help.text
msgid ""
"To quickly undo an automatic correction or completion, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Z. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_idN10846.help.text
msgid ""
"To turn off most AutoFormat features, remove the check mark from the menu "
"\\<emph\\>Format - AutoFormat - While Typing\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#hd_id3147251.12.help.text
msgid "To remove a word from the AutoCorrect list:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3147274.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3147274.14.help.t"
"ext\n"
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3145596.23.help.text
msgid "Click the \\<emph\\>Replace\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3145620.15.help.text
msgid ""
"In the \\<emph\\>AutoCorrect\\</emph\\> list, select the word pair that you "
"want to remove."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3145645.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3145645.24.help.t"
"ext\n"
"Click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#hd_id3145668.4.help.text
msgid "To stop replacing quotation marks:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3151196.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3151196.6.help.te"
"xt\n"
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3151220.7.help.text
msgid "Click the \\<emph\\>Custom Quotes\\</emph\\> tab"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3151245.25.help.text
msgid "Clear the \\<emph\\>Replace\\</emph\\> check box(es)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#hd_id3155076.8.help.text
msgid "To stop capitalizing the first letter of a sentence:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155099.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155099.10.help.t"
"ext\n"
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155123.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155123.11.help.t"
"ext\n"
"Click the \\<emph\\>Options\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155148.26.help.text
msgid ""
"Clear the \\<emph\\>Capitalize first letter of every sentence\\</emph\\> "
"check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#hd_id3155401.17.help.text
msgid "To stop drawing a line when you type three identical characters:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155415.22.help.text
msgid ""
"$[officename] automatically draws a line when you type three of the "
"following characters and press Enter: - _ = * ~ #"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155439.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155439.19.help.t"
"ext\n"
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155463.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155463.20.help.t"
"ext\n"
"Click the \\<emph\\>Options\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_off.xhp#par_id3155488.27.help.text
msgid "Clear the \\<emph\\>Apply border\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#tit.help.text
msgid "Automatically Check Spelling"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#bm_id3154265.help.text
msgid ""
"\\<bookmark_value\\>spellcheck;AutoSpellcheck "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>automatic "
"spellcheck\\</bookmark_value\\>\\<bookmark_value\\>checking spelling;while "
"typing\\</bookmark_value\\>\\<bookmark_value\\>text;without "
"spellcheck\\</bookmark_value\\>\\<bookmark_value\\>words;disabling "
"spellcheck\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#hd_id3154265.31.help.text
msgid ""
"\\<variable id=\\\"auto_spellcheck\\\"\\>\\<link "
"href=\\\"text/swriter/guide/auto_spellcheck.xhp\\\" name=\\\"Automatically "
"Check Spelling\\\"\\>Automatically Check Spelling\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3154664.5.help.text
msgid ""
"You can have $[officename] automatically check spelling while you type and "
"underline possible misspelt words with a red wavy line."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#hd_id3154678.41.help.text
msgid "To check spelling automatically while you type:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3155531.42.help.text
msgid ""
"Activate the \\<emph\\>AutoSpellcheck \\</emph\\>icon on the Standard bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3155569.33.help.text
msgid ""
"Right-click a word with a red wavy underline, and then choose a suggested "
"replacement word from the list, or from the \\<emph\\>AutoCorrect "
"\\</emph\\>submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3147759.6.help.text
msgid ""
"If you choose a word from the \\<emph\\>AutoCorrect\\</emph\\> submenu, the "
"underlined word and the replacement word are automatically added to the "
"\\<emph\\>AutoCorrect\\</emph\\> list for the current language. To view the "
"\\<emph\\>AutoCorrect\\</emph\\> list, choose \\<emph\\>Tools - "
"AutoCorrect\\</emph\\>, and then click the \\<emph\\>Replace\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3147819.7.help.text
msgid ""
"You can also add the underlined word to your custom dictionary by choosing "
"\\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#hd_id3147220.32.help.text
msgid "To exclude words from the spellcheck:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3147263.35.help.text
msgid "Select the words that you want to exclude."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3147282.36.help.text
msgid "Right-click and choose\\<emph\\> Character\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3145602.38.help.text
msgid ""
"Click the \\<emph\\>Font\\</emph\\> tab, and then select "
"\\<emph\\>[None]\\</emph\\> in the \\<emph\\>Language \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/auto_spellcheck.xhp#par_id3145648.40.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01010401.xhp\\\" name=\\\"Creating a "
"new dictionary.\\\"\\>Creating a new dictionary.\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#tit.help.text
msgid "Adding Exceptions to the AutoCorrect List"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#bm_id3152887.help.text
msgid ""
"\\<bookmark_value\\>AutoCorrect function; adding "
"exceptions\\</bookmark_value\\>\\<bookmark_value\\>exceptions; AutoCorrect "
"fun"
"ction\\</bookmark_value\\>\\<bookmark_value\\>abbreviations\\</bookmark_val"
"ue\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#hd_id3152887.10.help.text
msgid ""
"\\<variable id=\\\"autocorr_except\\\"\\>\\<link "
"href=\\\"text/swriter/guide/autocorr_except.xhp\\\" name=\\\"Adding "
"Exceptions to the AutoCorrect List\\\"\\>Adding Exceptions to the "
"AutoCorrect List\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3154254.11.help.text
msgid ""
"You can prevent AutoCorrect from correcting specific abbreviations or words "
"that have mixed capital letters and lowercase letters. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3144875.17.help.text
msgid ""
"To quickly undo an AutoCorrect replacement, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Z. This "
"also adds the word or abbreviation that you typed to the AutoCorrect "
"exceptions list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#hd_id3155554.12.help.text
msgid "To Add an Exception to the AutoCorrect Exceptions List"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3155576.13.help.text
msgid ""
"Choose \\<emph\\>Tools - AutoCorrect\\</emph\\>, and then click the "
"\\<emph\\>Exceptions \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3147762.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3147762.18"
".help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3147786.19.help.text
msgid ""
"Type the abbreviation followed by a period in the \\<emph\\>Abbreviations "
"(no subsequent capital) \\</emph\\>box and click \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autocorr_except.xhp#par_id3147812.20.help.text
msgid ""
"Type the word in the \\<emph\\>Words with TWo INitial CApitals "
"\\</emph\\>box and click \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#tit.help.text
msgid "Using AutoText"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#bm_id3155521.help.text
msgid ""
""
"\\<bookmark_value\\>AutoText\\</bookmark_value\\>\\<bookmark_value\\>networks;"
"AutoText in\\</bookmark_value\\>\\<bookmark_value\\>printing;AutoText "
"Shortcuts\\</bookmark_value\\>\\<bookmark_value\\>inserting;text "
"blocks\\</bookmark_value\\>\\<bookmark_value\\>text "
"blocks\\</bookmark_value\\>\\<bookmark_value\\>blocks of "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#hd_id3155521.26.help.text
msgid ""
"\\<variable id=\\\"autotext\\\"\\>\\<link "
"href=\\\"text/swriter/guide/autotext.xhp\\\" name=\\\"Using "
"AutoText\\\"\\>Using AutoText\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3150534.27.help.text
msgid ""
"In $[officename] Writer, you can store text - also containing graphics, "
"tables, and fields - as AutoText, so that you can quickly insert the text "
"later on. If you want, you can also store formatted text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#hd_id3155539.48.help.text
msgid "Creating an AutoText Entry"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155560.47.help.text
msgid ""
"Select the text, text with graphics, table, or field that you want to save "
"as an AutoText entry. A graphic can only be stored if it is anchored as a "
"character and is preceded and followed by at least one text character."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155581.57.help.text
msgid "Choose\\<emph\\> Edit - AutoText\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3147761.58.help.text
msgid "Select the category where you want to store the AutoText."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3147779.59.help.text
msgid ""
"Type a name that is longer than four characters. This allows you to use the "
"\\<emph\\>Display remainder of name as suggestion while typing\\</emph\\> "
"AutoText option. If you want, you can modify the proposed shortcut."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3147807.60.help.text
msgid ""
"Click the \\<emph\\>AutoText\\</emph\\> button, and then choose "
"\\<emph\\>New\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_idN10732.help.text
msgid "Click the \\<emph\\>Close\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#hd_id3147282.39.help.text
msgid "Inserting an AutoText Entry"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3145597.61.help.text
msgid "Click in your document where you want to insert an AutoText entry."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3145615.28.help.text
msgid ""
"Choose \\<link href=\\\"text/swriter/01/02120000.xhp\\\" name=\\\"Edit - "
"AutoText\\\"\\>\\<emph\\>Edit - AutoText\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3145644.38.help.text
msgid ""
"Select the AutoText that you want to insert, and then click\\<emph\\> "
"Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3145668.30.help.text
msgid ""
"You can also type the shortcut for an AutoText entry, and then press F3, or "
"click the arrow next to the \\<emph\\>AutoText \\</emph\\>icon on the "
"\\<emph\\>Insert\\</emph\\> bar, and then choose an AutoText entry. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155090.43.help.text
msgid ""
"To quickly enter a %PRODUCTNAME Math formula, type \"FN\", and then press "
"F3. If you insert more than one formula, the formulae are sequentially "
"numbered. To insert dummy text, type \"DT\", and then press F3. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#hd_id3155115.45.help.text
msgid "To Print a List of AutoText Entries"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155136.44.help.text
msgid ""
"Choose \\<emph\\>Tools - Macros - Organize Macros - %PRODUCTNAME "
"Basic\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155160.62.help.text
msgid ""
"In the \\<emph\\>Macro from\\</emph\\> list, double-click \"%PRODUCTNAME "
"Macros - Gimmicks\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3151277.63.help.text
msgid ""
"Select \"AutoText\" and then click \\<emph\\>Run\\</emph\\>. A list of the "
"current AutoText entries is generated in a separate text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3151304.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3151304.64.help.t"
"ext\n"
"Choose \\<emph\\>File - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#hd_id3151327.49.help.text
msgid "Using AutoText in Network Installations"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3151355.50.help.text
msgid "You can store AutoText entries in different directories on a network."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3151370.51.help.text
msgid ""
"For example, you can store \"read-only\" AutoText entries for your company "
"on a central server, and user-defined AutoText entries in a local directory."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3151390.52.help.text
msgid ""
"To view the paths for the current AutoText directories, choose "
"\\<emph\\>Tools - Options - $[officename] - Paths\\</emph\\>, select "
"\\<emph\\>AutoText\\</emph\\>, and then click \\<emph\\>Edit\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3154960.53.help.text
msgid ""
"Two directories are listed here. The first entry is on the server "
"installation and the second entry is in the user directory. If there are two "
"AutoText entries with the same name in both directories, the entry from the "
"user directory is used."
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3154995.42.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02120000.xhp\\\" name=\\\"Edit - "
"AutoText\\\"\\>Edit - AutoText\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155012.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/autotext.xhp#par_id3155012.46.help.t"
"ext\n"
"\\<link href=\\\"text/shared/01/06040600.xhp\\\" name=\\\"Word "
"Completion\\\"\\>Word Completion\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#tit.help.text
msgid "Calculating in Text Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#bm_id3149909.help.text
msgid ""
"\\<bookmark_value\\>calculating; in "
"text\\</bookmark_value\\>\\<bookmark_value\\>formulas; calculating directly "
"in text\\</bookmark_value\\>\\<bookmark_value\\>formula bar in "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#hd_id3149909.1.help.text
msgid ""
"\\<variable id=\\\"calculate\\\"\\>\\<link "
"href=\\\"text/swriter/guide/calculate.xhp\\\" name=\\\"Calculating in Text "
"Documents\\\"\\>Calculating in Text Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#par_id3149949.2.help.text
msgid ""
"You can insert a calculation directly into a text document or into a text "
"table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#par_id3149972.3.help.text
msgid ""
"Click in the document where you want to insert the calculation, and then "
"press F2. If you are in a table cell, type an equals sign =."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#par_id3155547.10.help.text
msgid ""
"Type the calculation that you want to insert, for example, \"=10000/12\", "
"and then press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate.xhp#par_id3155565.11.help.text
msgid ""
"You can also click the \\<emph\\>Formula \\</emph\\>icon on the "
"\\<emph\\>Formula Bar\\</emph\\>, and then choose a function for your "
"formula."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#tit.help.text
msgid "Calculating and Pasting the Result of a Formula in a Text Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#bm_id3147692.help.text
msgid ""
"\\<bookmark_value\\>calculating;in text, with "
"formulas\\</bookmark_value\\>\\<bookmark_value\\>formulas; calculating in "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#hd_id3147692.35.help.text
msgid ""
"\\<variable id=\\\"calculate_clipboard\\\"\\>\\<link "
"href=\\\"text/swriter/guide/calculate_clipboard.xhp\\\" name=\\\" "
"Calculating and Pasting the Result of a Formula in a Text Document\\\"\\> "
"Calculating and Pasting the Result of a Formula in a Text "
"Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#par_id3156366.36.help.text
msgid ""
"If your text already contains a formula, for example \"12+24*2\", "
"$[officename] can calculate, and then paste the result of the formula in "
"your document, without using the \\<emph\\>Formula Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#par_id3154250.37.help.text
msgid ""
"Select the formula in the text. The formula can only contain numbers and "
"operators and cannot contain spaces."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#par_id3155496.38.help.text
msgid ""
"Choose \\<emph\\>Tools - Calculate\\</emph\\>, or press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Plus Sign "
"(+)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#par_id3150512.40.help.text
msgid ""
"Place the cursor where you want to insert the result of the formula, and "
"then choose \\<emph\\>Edit - Paste\\</emph\\>, or press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+V."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_clipboard.xhp#par_id3155547.41.help.text
msgid "If the formula is selected, it is replaced by the result."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#tit.help.text
msgid "Calculating Cell Totals in Tables"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#bm_id3147400.help.text
msgid ""
"\\<bookmark_value\\>calculating;sums in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>totals in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>text tables;calculating "
"sums\\</bookmark_value\\>\\<bookmark_value\\>tables;calculating "
"sums\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#hd_id3147400.3.help.text
msgid ""
"\\<variable id=\\\"calculate_intable\\\"\\>\\<link "
"href=\\\"text/swriter/guide/calculate_intable.xhp\\\" name=\\\"Calculating "
"Cell Totals in Tables\\\"\\>Calculating the sum of a series of table "
"cells\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3154243.4.help.text
msgid ""
"Choose \\<emph\\>Insert - Table\\</emph\\>, and insert a table with one "
"column and more than one row into a text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3154203.5.help.text
msgid ""
"Type a number in each cell of the column, but leave the last cell in the "
"column empty."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3154222.6.help.text
msgid ""
"Place the cursor in the last cell of the column, and then click the "
"\\<emph\\>Sum\\</emph\\> icon on the \\<emph\\>Table "
"Bar\\</emph\\>.\\<br/\\>The\\<emph\\> Formula Bar\\</emph\\> appears with "
"the entry \"=sum\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3147775.15.help.text
msgid ""
"Click in the first cell of the series you want to sum up, drag to the final "
"cell, and then release.\\<br/\\>$[officename] inserts a formula for "
"calculating the sum of the values in the current column."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3150507.8.help.text
msgid ""
"Press Enter, or click \\<emph\\>Apply\\</emph\\> in the Formula bar. "
"\\<br/\\>The sum of the values in the current column is entered in the cell."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3150533.10.help.text
msgid ""
"If you enter a different number anywhere in the column, the sum is updated "
"as soon as you click in the last column cell."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intable.xhp#par_id3155533.11.help.text
msgid ""
"Similarly, you can also quickly calculate the sum of a row of numbers."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#tit.help.text
msgid "Calculating Complex Formulas in Text Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#bm_id3147406.help.text
msgid ""
"\\<bookmark_value\\>calculating;complex formulas in "
"text\\</bookmark_value\\>\\<bookmark_value\\>formulas; complex formulas in "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#hd_id3147406.20.help.text
msgid ""
"\\<variable id=\\\"calculate_intext\\\"\\>\\<link "
"href=\\\"text/swriter/guide/calculate_intext.xhp\\\" name=\\\"Calculating "
"Complex Formulas in Text Documents\\\"\\>Calculating Complex Formulas in "
"Text Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3145245.25.help.text
msgid ""
"You can use predefined functions in a formula, and then insert the result of "
"the calculation into a text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3152901.26.help.text
msgid ""
"For example, to calculate the mean value of three numbers, do the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3145078.27.help.text
msgid ""
"Click in the document where you want to insert the formula, and then press "
"F2."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3156382.28.help.text
msgid ""
"Click the \\<emph\\>Formula \\</emph\\>icon, and choose \"Mean\" from the "
"Statistical Functions list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3149692.30.help.text
msgid "Type the three numbers, separated by vertical slashes (|)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3149481.32.help.text
msgid ""
"Press \\<emph\\>Enter\\</emph\\>. The result is inserted as a field into the "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext.xhp#par_id3149823.35.help.text
msgid "To edit the formula, double-click the field in the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#tit.help.text
msgid "Displaying the Result of a Table Calculation in a Different Table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#bm_id3153899.help.text
msgid ""
"\\<bookmark_value\\>calculations in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>text tables; performing "
"calculations in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#hd_id3153899.49.help.text
msgid ""
"\\<variable id=\\\"calculate_intext2\\\"\\>\\<link "
"href=\\\"text/swriter/guide/calculate_intext2.xhp\\\" name=\\\"Displaying "
"the Result of a Table Calculation in a Different Table\\\"\\>Displaying the "
"Result of a Table Calculation in a Different Table\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3154250.6.help.text
msgid ""
"You can perform a calculation on cells in one table and display the result "
"in a different table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3150508.26.help.text
msgid ""
"Open a text document, insert a table with multiple columns and rows, and "
"then insert another table consisting of one cell."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3150528.50.help.text
msgid "Enter numbers into some of the cells of the large table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3155532.29.help.text
msgid ""
"Place the cursor in the table with the single cell, and then press F2."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3155551.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3155551."
"30.help.text\n"
"In the \\<emph\\>Formula Bar\\</emph\\>, enter the function that you want to "
"perform, for example, \"=SUM\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3155577.31.help.text
msgid ""
"Click in a cell in the larger table that contains a number, press the plus "
"sign (+), and then click in a different cell containing a number."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3155598.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3155598."
"32.help.text\n"
"Press \\<emph\\>Enter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_intext2.xhp#par_id3147776.51.help.text
msgid ""
"If you want, you can format the table to behave as normal text. Insert the "
"table into a frame, and then anchor the frame as a character. The frame "
"remains anchored to the adjacent text when you insert or delete text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#tit.help.text
msgid "Calculating Across Tables"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#bm_id3154248.help.text
msgid ""
"\\<bookmark_value\\>calculating; across multiple text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>text tables;calculating "
"across\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#hd_id3154248.11.help.text
msgid ""
"\\<variable id=\\\"calculate_multitable\\\"\\>\\<link "
"href=\\\"text/swriter/guide/calculate_multitable.xhp\\\" "
"name=\\\"Calculating Across Tables\\\"\\>Calculating Across "
"Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147773.12.help.text
msgid ""
"You can perform calculations that span across more than one table in a text "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147795.13.help.text
msgid ""
"Open a text document, insert two tables, and type numbers in a few cells in "
"both tables."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147815.14.help.text
msgid "Place your cursor in an empty cell in one of the tables."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147833.16.help.text
msgid "Press F2."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147228.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id31472"
"28.17.help.text\n"
"In the \\<emph\\>Formula Bar\\</emph\\>, enter the function that you want to "
"perform, for example, \"=SUM\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147254.18.help.text
msgid ""
"Click in a cell containing a number, press the plus sign (+), and then click "
"in a different cell containing a number."
msgstr ""

#: helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id3147274.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/calculate_multitable.xhp#par_id31472"
"74.19.help.text\n"
"Press \\<emph\\>Enter\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#tit.help.text
msgid "Using Captions "
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#bm_id3147691.help.text
msgid ""
"\\<bookmark_value\\>inserting; "
"captions\\</bookmark_value\\>\\<bookmark_value\\>captions; inserting and "
"editi"
"ng\\</bookmark_value\\>\\<bookmark_value\\>editing;captions\\</bookmark_v"
"alue\"
"\>\\<bookmark_value\\>adding;captions\\</bookmark_value\\>\\<bookmark_val"
"ue\\>names; as captions\\</bookmark_value\\>\\<bookmark_value\\>objects; "
"captioning\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"labeling\\</bookmark_value\\>\\<bookmark_value\\>frames; "
"labeling\\</bookmark_value\\>\\<bookmark_value\\>charts; "
"labeling\\</bookmark_value\\>\\<bookmark_value\\>text frames; "
"labeling\\</bookmark_value\\>\\<bookmark_value\\>draw objects; "
"labeling\\</bookmark_value\\>\\<bookmark_value\\>labeling draw "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#hd_id3150537.39.help.text
msgid ""
"\\<variable id=\\\"captions\\\"\\>\\<link "
"href=\\\"text/swriter/guide/captions.xhp\\\" name=\\\"Using "
"Captions\\\"\\>Using Captions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3153156.22.help.text
msgid ""
"In text documents, you can add continuously numbered captions to graphics, "
"tables, frames, and drawing objects."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3153172.36.help.text
msgid ""
"You can edit the text and the number ranges for different types of captions."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3153186.37.help.text
msgid ""
"When you add a caption to a picture or to an object, the object and the "
"caption text are placed together in a new frame. When you add a caption to a "
"table, the caption text is inserted as a paragraph next to the table. When "
"you add a caption to a frame, the caption text is added to the text inside "
"the frame, either before or after the existing text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_idN10713.help.text
msgid ""
"To move both the object and the caption, drag the frame that contains these "
"items. To update the caption numbering after you move the frame, press F9."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#hd_id3155541.23.help.text
msgid "Defining Captions"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3155567.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/captions.xhp#par_id3155567.24.help.t"
"ext\n"
"Select the item that you want to add a caption to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3155586.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/captions.xhp#par_id3155586.25.help.t"
"ext\n"
"Choose \\<emph\\>Insert - Caption\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3147765.26.help.text
msgid ""
"Select the options that you want, and then click \\<emph\\>OK\\</emph\\>. If "
"you want, you can also enter different text in the \\<emph\\>Category "
"\\</emph\\>box, for example \"Figure\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3147254.27.help.text
msgid "You can edit caption text directly in the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3147271.28.help.text
msgid ""
"A caption is formatted with the paragraph style that matches the name of the "
"caption \\<emph\\>Category\\</emph\\>. For example, if you insert a "
"\"Table\" caption, the \"Table\" paragraph style is applied to the caption "
"text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions.xhp#par_id3145671.45.help.text
msgid ""
"$[officename] can automatically add a caption when you insert an object, "
"graphic, frame, or table. Choose \\<emph\\>Tools - Options - %PRODUCTNAME "
"Writer - AutoCaption\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#tit.help.text
msgid "Adding Chapter Numbers to Captions"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#bm_id3147684.help.text
msgid ""
"\\<bookmark_value\\>captions; adding chapter "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>objects; labeling "
"automatically\\</bookmark_value\\>\\<bookmark_value\\>number ranges; "
"defining captions\\</bookmark_value\\>\\<bookmark_value\\>numbering; "
"captions\\</bookmark_value\\>\\<bookmark_value\\>automatic numbering;of "
"objects\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#hd_id3147684.14.help.text
msgid ""
"\\<variable id=\\\"captions_numbers\\\"\\>\\<link "
"href=\\\"text/swriter/guide/captions_numbers.xhp\\\" name=\\\"Adding Chapter "
"Numbers to Captions\\\"\\>Adding Chapter Numbers to "
"Captions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3147395.15.help.text
msgid "You can include chapter numbers in captions."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3147408.16.help.text
msgid ""
"Ensure that the text in your document is organized by chapters, and that the "
"chapter titles and, if you want, the section titles, use one of the "
"predefined heading paragraph styles. You must also assign a numbering option "
"to the heading paragraph styles."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3154249.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3154249.1"
"7.help.text\n"
"Select the item that you want to add a caption to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3150503.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3150503.1"
"8.help.text\n"
"Choose \\<emph\\>Insert - Caption\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3150527.19.help.text
msgid ""
"Select a caption title from the \\<emph\\>Category \\</emph\\>box, and "
"select a numbering style in the \\<emph\\>Numbering \\</emph\\>box. You also "
"can enter a caption text in this dialog. If you want, enter text in the "
"\\<emph\\>Caption \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3153166.39.help.text
msgid "Click \\<emph\\>Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3153190.45.help.text
msgid ""
"In the \\<emph\\>Level \\</emph\\>box, select the number of heading levels "
"to include in the chapter number."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3155553.46.help.text
msgid ""
"Type the character that you want to separate the chapter number(s) from the "
"caption number in the\\<emph\\> Separator\\</emph\\> box, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3155586.40.help.text
msgid ""
"In the \\<emph\\>Caption\\</emph\\> dialog, click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3147226.43.help.text
msgid ""
"$[officename] can automatically add a caption when you insert an object, "
"graphic, or table. Choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"AutoCaption\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3145567.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01041100.xhp\\\" name=\\\"Caption "
"dialog\\\"\\>AutoCaption dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/captions_numbers.xhp#par_id3145574.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/chapter_numbering.xhp\\\" "
"name=\\\"Chapter numbering\\\"\\>Chapter numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#tit.help.text
msgid "Creating a Page Style Based on the Current Page"
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#bm_id3146875.help.text
msgid ""
"\\<bookmark_value\\>headers; changing from "
"selection\\</bookmark_value\\>\\<bookmark_value\\>footers; changing from "
"selection\\</bookmark_value\\>\\<bookmark_value\\>page styles; changing from "
"selection\\</bookmark_value\\>\\<bookmark_value\\>creating; page styles from "
"selection\\</bookmark_value\\>\\<bookmark_value\\>new page styles from "
"selection\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#hd_id3146875.21.help.text
msgid ""
"\\<variable id=\\\"change_header\\\"\\>\\<link "
"href=\\\"text/swriter/guide/change_header.xhp\\\" name=\\\"Creating a Page "
"Style Based on the Current Page\\\"\\>Creating a Page Style Based on the "
"Current Page\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3153584.22.help.text
msgid ""
"You can design a page layout and then create a page style based on it."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3154245.24.help.text
msgid ""
"For example, you can create a page style that displays a particular header, "
"and another page style that displays a different header."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3150503.26.help.text
msgid ""
"Open a new text document, choose \\<emph\\>Format - Styles and "
"Formatting\\</emph\\>, and then click the \\<emph\\>Page Styles\\</emph\\> "
"icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3150532.27.help.text
msgid ""
"Click the \\<emph\\>New Style from Selection\\</emph\\> icon and select "
"\\<emph\\>New Styles from Selection\\</emph\\> from the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3153153.31.help.text
msgid ""
"Type a name for the page in the \\<emph\\>Style name \\</emph\\>box, and "
"then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3153184.32.help.text
msgid ""
"Double-click the name in the list to apply the style to the current page. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3155541.33.help.text
msgid ""
"Choose \\<emph\\>Insert - Header\\</emph\\>, and choose the new page style "
"from the list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3155572.34.help.text
msgid ""
"Type the text that you want in the header. Position the cursor into the main "
"text area outside of the header."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3155592.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3155592.25.h"
"elp.text\n"
"Choose \\<emph\\>Insert - Manual Break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3147771.28.help.text
msgid ""
"In the \\<emph\\>Type \\</emph\\>area, select \\<emph\\>Page "
"break\\</emph\\> and then select 'Default' from the \\<emph\\>Style "
"\\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/change_header.xhp#par_id3147810.29.help.text
msgid ""
"Repeat steps 2-6 to create a second custom \\<emph\\>Page Style\\</emph\\> "
"with a different header."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#tit.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#tit.help.text\n"
"Outline Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#bm_id3147682.help.text
msgid ""
"\\<bookmark_value\\>outline "
"numbering\\</bookmark_value\\>\\<bookmark_value\\>headings; "
"numbering\\</bookm"
"ark_value\\>\\<bookmark_value\\>numbering;headings\\</bookma"
"rk_value\\>\\<bookmark_value\\>headings; own paragraph "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#hd_id3147682.22.help.text
msgid ""
"\\<variable id=\\\"chapter_numbering\\\"\\>\\<link "
"href=\\\"text/swriter/guide/chapter_numbering.xhp\\\" name=\\\"Outline "
"Numbering\\\"\\>Outline Numbering\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155605.23.help.text
msgid ""
"You can modify the heading hierarchy or assign a level in the hierarchy to a "
"custom paragraph style. You can also add chapter and section numbering to "
"heading paragraph styles. By default, the \"Heading 1\" paragraph style is "
"at the top of the outline hierarchy."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#hd_id3155626.35.help.text
msgid "To add automatic numbering to a heading style:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3154255.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3154255."
"36.help.text\n"
"Choose \\<emph\\>Tools - Outline Numbering\\</emph\\>, and then click the "
"\\<emph\\>Numbering \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155891.37.help.text
msgid ""
"In the \\<emph\\>Paragraph Style \\</emph\\>box, select the heading style "
"that you want to add a chapter number to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3150513.25.help.text
msgid ""
"In the\\<emph\\> Numbers\\</emph\\> box, select the numbering style that you "
"want to use, and then click\\<emph\\> OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#hd_id3155552.26.help.text
msgid "To use a custom paragraph style as a heading:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155571.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155571."
"38.help.text\n"
"Choose \\<emph\\>Tools - Outline Numbering\\</emph\\>, and then click the "
"\\<emph\\>Numbering \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3147758.27.help.text
msgid ""
"Select the custom style in the \\<emph\\>Paragraph Style\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3147782.39.help.text
msgid ""
"Click the heading level that you want to assign to the custom paragraph "
"style in the\\<emph\\> Level\\</emph\\> list. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3147808.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3147808."
"28.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#hd_id3147831.40.help.text
msgid "To rearrange the headings in a text document:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3147221.24.help.text
msgid ""
"You can quickly rearrange the heading order, or change the heading hierarchy "
"in a text document by using the \\<link "
"href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>. You can choose to include or "
"exclude the subordinate text of a heading when you reorder the hierarchy."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3145620.41.help.text
msgid "Open an existing text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3145636.42.help.text
msgid ""
"On the \\<emph\\>Standard Bar\\</emph\\>, click the \\<emph\\>Navigator "
"\\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3145667.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3145667."
"43.help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3151199.31.help.text
msgid ""
"To change the order of a heading, drag the heading to a different location "
"in the list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3151218.44.help.text
msgid ""
"To move a heading down one level in the hierarchy, click the "
"\\<emph\\>Demote Level \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3151244.45.help.text
msgid ""
"To move a heading up one level in the hierarchy, click the \\<emph\\>Promote "
"Level \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155932.46.help.text
msgid ""
"To move a heading to the beginning of the document, click the "
"\\<emph\\>Promote Chapter \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155957.47.help.text
msgid ""
"To move a heading to the end of the document, click the \\<emph\\>Demote "
"Chapter \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/chapter_numbering.xhp#par_id3155981.32.help.text
msgid "The numbering of affected headings is automatically updated."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#tit.help.text
msgid "Conditional Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#bm_id3155619.help.text
msgid ""
"\\<bookmark_value\\>matching conditional text in "
"fields\\</bookmark_value\\>\\<bookmark_value\\>if-then queries as "
"fields\\</bookmark_value\\>\\<bookmark_value\\>conditional text; setting "
"up\\</bookmark_value\\>\\<bookmark_value\\>text; conditional "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#hd_id3155619.4.help.text
msgid ""
"\\<variable id=\\\"conditional_text\\\"\\>\\<link "
"href=\\\"text/swriter/guide/conditional_text.xhp\\\" name=\\\"Conditional "
"Text\\\"\\>Conditional Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155879.5.help.text
msgid ""
"You can set up fields in your document that display text when a condition "
"that you define is met. For example, you can define the conditional text "
"that is displayed in a series of reminder letters."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155895.6.help.text
msgid ""
"Setting up conditional text in this example is a two-part process. First you "
"create a variable, and then you create the condition."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#hd_id3153175.61.help.text
msgid "To define a conditional variable:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3153185.62.help.text
msgid ""
"The first part of the example is to define a variable for the condition "
"statement. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155566.8.help.text
msgid ""
"Choose \\<emph\\>Insert -\\</emph\\>\\<emph\\>Fields - Other\\</emph\\>, and "
"then click the \\<emph\\>Variables\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3147759.9.help.text
msgid "Click \"Set variable\" in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3147784.10.help.text
msgid ""
"Type a name for the variable in the \\<emph\\>Name\\</emph\\> box, for "
"example \"Reminder\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3147810.57.help.text
msgid "Click \"Text\" in the\\<emph\\> Format\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3145614.11.help.text
msgid ""
"Enter \"1\" in the \\<emph\\>Value\\</emph\\> box, and then click "
"\\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_idN1083F.help.text
msgid "The Format list displays a \"General\" format after you click Insert."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#hd_id3145645.63.help.text
msgid "To define a condition and the conditional text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3145659.64.help.text
msgid ""
"The second part of the example is to define the condition that must be met, "
"and to insert a placeholder for displaying the conditional text in your "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3151193.12.help.text
msgid ""
"Place the cursor where you want to insert the conditional text in your text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3151212.65.help.text
msgid ""
"Choose \\<emph\\>Insert -\\</emph\\>\\<emph\\>Fields - Other\\</emph\\>, and "
"then click the \\<emph\\>Functions\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3151250.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3151250.1"
"3.help.text\n"
"Click \"Conditional text\" in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155936.14.help.text
msgid ""
"Type \\<emph\\>Reminder EQ \"3\"\\</emph\\> in the \\<emph\\>Condition "
"\\</emph\\>box. In other words, the conditional text will be displayed when "
"the variable in the field that you defined in the first part of this example "
"is equal to three."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155969.15.help.text
msgid ""
"The quotation marks enclosing the \"3\" indicate that the variable that you "
"defined in the first part of this example is a text string."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3150446.16.help.text
msgid ""
"Type the text that you want to display when the condition is met in the "
"\\<emph\\>Then\\</emph\\> box. There is almost no limit to the length of the "
"text that you can enter. You can paste a paragraph into this box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3150473.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3150473.1"
"7.help.text\n"
"Click \\<emph\\>Insert\\</emph\\>, and then click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#hd_id3155073.66.help.text
msgid "To display the conditional text:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155086.67.help.text
msgid ""
"In this example, the conditional text is displayed when the value of the "
"conditional variable is equal to 3."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155110.19.help.text
msgid ""
"Place your cursor in front of the field that you defined in the first part "
"of this example, and then choose \\<emph\\>Edit - Fields\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155136.68.help.text
msgid ""
"Replace the number in the \\<emph\\>Value \\</emph\\>box with 3, and then "
"click\\<emph\\> Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3155168.20.help.text
msgid "If the field does not automatically update, press F9."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text.xhp#par_id3145714.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14020000.xhp\\\" name=\\\"List of "
"conditional operators\\\"\\>List of conditional operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#tit.help.text
msgid "Conditional Text for Page Counts"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#bm_id3153108.help.text
msgid ""
"\\<bookmark_value\\>page "
"counts\\</bookmark_value\\>\\<bookmark_value\\>conditional text;page "
"counts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#hd_id3153108.1.help.text
msgid ""
"\\<variable id=\\\"conditional_text2\\\"\\>\\<link "
"href=\\\"text/swriter/guide/conditional_text2.xhp\\\" name=\\\"Conditional "
"Text for Page Counts\\\"\\>Conditional Text for Page "
"Counts\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3156228.3.help.text
msgid ""
"You can create a conditional text field that displays the word \"pages\" "
"instead of \"page\" in conjunction with a page count field if your document "
"contains more than one page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3156257.4.help.text
msgid ""
"Place the cursor in your document where you want to insert the page count."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3150513.5.help.text
msgid ""
"Choose \\<emph\\>Insert - Field - Page Count\\</emph\\>, and then enter a "
"space."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3150537.6.help.text
msgid ""
"Choose \\<emph\\>Insert - Field - Other\\</emph\\>, and then click the "
"\\<emph\\>Functions\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3153166.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3153166."
"9.help.text\n"
"Click \"Conditional text\" in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3145256.7.help.text
msgid "Type \"Page > 1\" in the \\<emph\\>Condition\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3145280.10.help.text
msgid "Type \"Pages\" in the \\<emph\\>Then\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3145305.11.help.text
msgid "Type \"Page\" in the \\<emph\\>Otherwise\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3155535.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/conditional_text2.xhp#par_id3155535."
"8.help.text\n"
"Click \\<emph\\>Insert\\</emph\\>, and then click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/delete_from_dict.xhp#tit.help.text
msgid "Removing Words From a User-Defined Dictionary"
msgstr ""

#: helpcontent2/source/text/swriter/guide/delete_from_dict.xhp#bm_id3147688.help.text
msgid ""
"\\<bookmark_value\\>user-defined dictionaries; removing words "
"from\\</bookmark_value\\>\\<bookmark_value\\>custom dictionaries; removing "
"words from\\</bookmark_value\\>\\<bookmark_value\\>removing;words in user-"
"defined dictionaries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/delete_from_dict.xhp#hd_id3147688.13.help.text
msgid ""
"\\<variable id=\\\"delete_from_dict\\\"\\>\\<link "
"href=\\\"text/swriter/guide/delete_from_dict.xhp\\\" name=\\\"Removing Words "
"From a User-Defined Dictionary\\\"\\>Removing Words From a User-Defined "
"Dictionary\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/delete_from_dict.xhp#par_id3153417.14.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - Language Settings - Writing "
"Aids\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/delete_from_dict.xhp#par_id3151391.16.help.text
msgid ""
"Select the user-defined dictionary that you want to edit in the "
"\\<emph\\>User-defined \\</emph\\>list, and then click "
"\\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/delete_from_dict.xhp#par_id3154233.17.help.text
msgid ""
"Select the word that you want to delete in the \\<emph\\>Word\\</emph\\> "
"list, and then click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#tit.help.text
msgid "Moving and Copying Text in Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#bm_id3155919.help.text
msgid ""
"\\<bookmark_value\\>text sections; moving and "
"copying\\</bookmark_value\\>\\<bookmark_value\\>sections;moving and "
"copying\\</bookmark_value\\>\\<bookmark_value\\>moving; text "
"sections\\</bookmark_value\\>\\<bookmark_value\\>copying; text "
"sections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#hd_id3155919.10.help.text
msgid ""
"\\<variable id=\\\"dragdroptext\\\"\\>\\<link "
"href=\\\"text/swriter/guide/dragdroptext.xhp\\\" name=\\\"Moving and Copying "
"Text in Documents\\\"\\>Moving and Copying Text in "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3152994.11.help.text
msgid "Select the text that you want to move or copy."
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3155606.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3155606.21.he"
"lp.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3154236.13.help.text
msgid ""
"To move the selected text, drag the text to a different location in the "
"document and release. While you drag, the mouse pointer changes to include a "
"gray box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3153142.help.text
msgid ""
"\\<image id=\\\"img_id3153148\\\" src=\\\"res/helpimg/movedata.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3153148\\\"\\>Mouse cursor moving data\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3154257.14.help.text
msgid ""
"To copy the selected text, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\> while you "
"drag. The mouse pointer changes to include a plus sign (+)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/dragdroptext.xhp#par_id3152862.help.text
msgid ""
"\\<image id=\\\"img_id3152868\\\" src=\\\"res/helpimg/copydata.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3152868\\\"\\>Mouse cursor copying data\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#tit.help.text
msgid "Alternating Page Styles on Odd and Even Pages"
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#bm_id3153407.help.text
msgid ""
"\\<bookmark_value\\>page styles; left and right "
"pages\\</bookmark_value\\>\\<bookmark_value\\>pages; left and right "
"pages\\</bookmark_value\\>\\<bookmark_value\\>formatting; page "
"styles\\</bookmark_value\\>\\<bookmark_value\\>title pages; page "
"styles\\</bookmark_value\\>\\<bookmark_value\\>First Page page "
"style\\</bookmark_value\\>\\<bookmark_value\\>Left Page page "
"style\\</bookmark_value\\>\\<bookmark_value\\>right "
"pages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#hd_id3153407.1.help.text
msgid ""
"\\<variable id=\\\"even_odd_sdw\\\"\\>\\<link "
"href=\\\"text/swriter/guide/even_odd_sdw.xhp\\\" name=\\\"Alternating Page "
"Styles on Odd and Even Pages\\\"\\>Alternating Page Styles on Odd and Even "
"Pages\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3154265.help.text
msgid ""
"\\<image id=\\\"img_id3155876\\\" src=\\\"res/sc05539.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155876\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3147126.2.help.text
msgid ""
"$[officename] can automatically apply alternating page styles on even (left) "
"and odd pages (right) in your document. For example, you can use page styles "
"to display different headers and footers on even and odd pages. The current "
"page style is displayed in the \\<emph\\>Status Bar\\</emph\\> at the bottom "
"of the workplace."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3150526.4.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>, and then click "
"the \\<emph\\>Page Styles \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3153153.6.help.text
msgid ""
"In the list of page styles, right-click \"Left Page\" and choose "
"\\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3153179.8.help.text
msgid "Click the \\<emph\\>Organizer\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3145267.17.help.text
msgid ""
"Select \"Right Page\" in the \\<emph\\>Next Style\\</emph\\> box, and then "
"click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3145299.9.help.text
msgid ""
"In the list of page styles, right-click \"Right Page\" and choose "
"\\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3155529.18.help.text
msgid ""
"Select \"Left Page\" in the \\<emph\\>Next Style\\</emph\\> box, and then "
"click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3155561.10.help.text
msgid ""
"Go to the first page in your document, and double-click \"Right Page\" in "
"the list of page styles in the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3155588.19.help.text
msgid ""
"To add a header to one of the page styles, choose\\<emph\\> Insert - "
"Header\\</emph\\>, and choose the page style that you want to add the header "
"to. In the header frame, type the text that you want to use as the header."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3147772.20.help.text
msgid ""
"To add a footer to one of the page styles, choose\\<emph\\> Insert - "
"Footer\\</emph\\>, and choose the page style that you want to add the footer "
"to. In the footer frame, type the text that you want to use as a footer."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3147254.12.help.text
msgid ""
"If you want do not want to have a header or a footer on the title page of "
"your document, apply the \"First Page\" style to the title page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3145596.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/even_odd_sdw.xhp#par_id3145596.13.he"
"lp.text\n"
"\\<link href=\\\"text/swriter/01/04010000.xhp\\\" name=\\\"Insert Break "
"dialog\\\"\\>Insert Break dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#tit.help.text
msgid "Converting a Field into Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#bm_id3154079.help.text
msgid ""
"\\<bookmark_value\\>fields; converting into "
"text\\</bookmark_value\\>\\<bookmark_value\\>converting;fields, into "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#hd_id3154079.1.help.text
msgid ""
"\\<variable id=\\\"field_convert\\\"\\>\\<link "
"href=\\\"text/swriter/guide/field_convert.xhp\\\" name=\\\"Converting a "
"Field into Text\\\"\\>Converting a Field into Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3149281.2.help.text
msgid ""
"You can change a field to regular text, so that it is no longer updated. "
"After you change a field to text, you cannot change the text back into a "
"field."
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3155608.7.help.text
msgid "Select the field and choose \\<emph\\>Edit - Cut\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3154238.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3154238.9.he"
"lp.text\n"
"Choose \\<emph\\>Edit - Paste Special\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3154262.10.help.text
msgid ""
"Click \"Unformatted text\" in the\\<emph\\> Selection\\</emph\\> list, and "
"then click\\<emph\\> OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3157551.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/field_convert.xhp#par_id3157551.11.h"
"elp.text\n"
"\\<link href=\\\"text/shared/01/02070000.xhp\\\" name=\\\"Paste "
"Special\\\"\\>Paste Special\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#tit.help.text
msgid "About Fields"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#bm_id3145576.help.text
msgid ""
"\\<bookmark_value\\>fields; "
"using\\</bookmark_value\\>\\<bookmark_value\\>upda"
"ting;fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#hd_id3145576.3.help.text
msgid ""
"\\<variable id=\\\"fields\\\"\\>\\<link "
"href=\\\"text/swriter/guide/fields.xhp\\\" name=\\\"About Fields\\\"\\>About "
"Fields\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3154246.4.help.text
msgid ""
"Fields are used for data that changes in a document, such as the current "
"date or the total number of pages in a document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#hd_id3154262.5.help.text
msgid "Viewing Fields"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3150509.6.help.text
msgid ""
"Fields consist of a field name and the field content. To switch the field "
"display between the field name or the field content, choose \\<link "
"href=\\\"text/swriter/01/03090000.xhp\\\" name=\\\"View - "
"Fields\\\"\\>\\<emph\\>View - Field Names\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3150536.195.help.text
msgid ""
"To display or hide field highlighting in a document, choose \\<emph\\>View - "
"Field Shadings\\</emph\\>. To permanently disable this feature, choose "
"\\<emph\\>Tools - Options - $[officename] - Appearance\\</emph\\>, and clear "
"the check box in front of \\<emph\\>Field shadings\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3152885.7.help.text
msgid ""
"To change the color of field shadings, choose \\<link "
"href=\\\"text/shared/optionen/01012000.xhp\\\" name=\\\"Tools - Options - "
"$[officename] - Appearance\\\"\\>\\<emph\\>Tools - Options - $[officename] - "
"Appearance\\</emph\\>\\</link\\>, locate the \\<emph\\>Field "
"shadings\\</emph\\> option, and then select a different color in the "
"\\<emph\\>Color setting \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#hd_id3153166.8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields.xhp#hd_id3153166.8.help.text\n"
"Field Properties"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3153180.181.help.text
msgid ""
"Most field types in a document, including database fields, store and display "
"variable values."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3155533.182.help.text
msgid "The following field types execute an action when you click the field:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3155582.183.help.text
msgid "Field Type"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147760.184.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147760.184.help.te"
"xt\n"
"Property"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147789.185.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147789.185.help.te"
"xt\n"
"Placeholder"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147812.186.help.text
msgid ""
"Opens a dialog to insert the object for which the placeholder was set."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147216.187.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147216.187.help.te"
"xt\n"
"Insert Reference"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147239.188.help.text
msgid "Moves the mouse pointer to the reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147267.189.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147267.189.help.te"
"xt\n"
"Run macro"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3147290.190.help.text
msgid "Runs a macro."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3145614.191.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields.xhp#par_id3145614.191.help.te"
"xt\n"
"Input Field"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3145637.192.help.text
msgid "Opens a dialog to edit the contents of the field."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3151244.10.help.text
msgid ""
"Placeholder, hidden text, insert reference, variable, database, and user-"
"defined fields display a help tip when you rest the mouse pointer over the "
"field in a document. To enable this feature, ensure that the "
"\\<emph\\>Extended Tips \\</emph\\>option is selected in the "
"\\<emph\\>Help\\</emph\\> menu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#hd_id3155937.11.help.text
msgid "Updating Fields"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3155963.12.help.text
msgid ""
"To update all of the fields in a document, press F9, or choose "
"\\<emph\\>Edit - Select All\\</emph\\>, and then press F9."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields.xhp#par_id3155984.13.help.text
msgid ""
"To update a field that was inserted from a database, select the field, and "
"then press F9."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#tit.help.text
msgid "Inserting a Fixed or Variable Date Field"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#bm_id5111545.help.text
msgid ""
"\\<bookmark_value\\>inserting;date "
"fields\\</bookmark_value\\>\\<bookmark_value\\>date "
"fields;inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#hd_id3155165.1.help.text
msgid ""
"\\<variable id=\\\"fields_date\\\"\\>\\<link "
"href=\\\"text/swriter/guide/fields_date.xhp\\\" name=\\\"Inserting a Fixed "
"or Variable Date Field\\\"\\>Inserting a Fixed or Variable Date "
"Field\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#par_id3154491.2.help.text
msgid ""
"You can insert the current date as a field that updates each time you open "
"the document, or as a field that does not update."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#par_id3147679.3.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\> and click the "
"\\<emph\\>Document\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#par_id3153415.5.help.text
msgid ""
"Click 'Date' in the \\<emph\\>Type \\</emph\\>list and do one of the "
"following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#par_id3155602.6.help.text
msgid ""
"To insert the date as a field that updates each time you open the document, "
"click 'Date' in the \\<emph\\>Select \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_date.xhp#par_id3154241.4.help.text
msgid ""
"To insert the date as a field that does not update, click 'Date (fixed)' in "
"the \\<emph\\>Select \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#tit.help.text
msgid "Adding Input Fields"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#bm_id3155916.help.text
msgid ""
"\\<bookmark_value\\>text; input "
"fields\\</bookmark_value\\>\\<bookmark_value\\>fields; input fields in "
"text\\</bookmark_value\\>\\<bookmark_value\\>input fields in "
"text\\</bookmark_value\\>\\<bookmark_value\\>inserting;input "
"fields\\</bookmark_value\\>\\<bookmark_value\\>adding;input "
"fields\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#hd_id3155916.1.help.text
msgid ""
"\\<variable id=\\\"fields_enter\\\"\\>\\<link "
"href=\\\"text/swriter/guide/fields_enter.xhp\\\" name=\\\"Adding Input "
"Fields\\\"\\>Adding Input Fields\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3153409.2.help.text
msgid ""
"An input field is a variable that you can click in a document to open a "
"dialog where you can edit the variable."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3145776.3.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other \\</emph\\>and click the "
"\\<emph\\>Functions\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3155620.5.help.text
msgid ""
"Click \\<emph\\>Input field \\</emph\\>in the \\<emph\\>Type\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3154257.6.help.text
msgid "Click \\<emph\\>Insert \\</emph\\>and type the text for the variable."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3155888.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3155888.7.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_enter.xhp#par_id3150708.4.help.text
msgid ""
"To quickly open all input fields in a document for editing, press "
"Ctrl+Shift+F9."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#tit.help.text
msgid "Querying User Data in Fields or Conditions"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#bm_id3153398.help.text
msgid ""
"\\<bookmark_value\\>fields; user "
"data\\</bookmark_value\\>\\<bookmark_value\\>user data; "
"querying\\</bookmark_value\\>\\<bookmark_value\\>conditions; user data "
"fields\\</bookmark_value\\>\\<bookmark_value\\>hiding; with "
"conditions\\</bookmark_value\\>\\<bookmark_value\\>text; hiding with "
"conditions\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#hd_id3153398.59.help.text
msgid ""
"\\<variable id=\\\"fields_userdata\\\"\\>\\<link "
"href=\\\"text/swriter/guide/fields_userdata.xhp\\\" name=\\\"Querying User "
"Data in Fields or Conditions\\\"\\>Querying User Data in Fields or "
"Conditions\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3154239.60.help.text
msgid ""
"You can access and compare some user data from conditions or fields. For "
"example, you can compare user data with the following operators:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3155889.94.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3155889.94"
".help.text\n"
"Operator"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147110.95.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147110.95"
".help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3150508.96.help.text
msgid "== or EQ"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3150531.97.help.text
msgid "equals"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3150725.98.help.text
msgid "!= or NEQ"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3150748.99.help.text
msgid "is not equal to"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3153167.101.help.text
msgid ""
"If you want, you can use a condition to hide specific text in your document "
"from a specific user."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3153190.102.help.text
msgid "Select the text in the document that you want to hide."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145273.103.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145273.10"
"3.help.text\n"
"Choose \\<emph\\>Insert - Section\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145297.104.help.text
msgid ""
"In the \\<emph\\>Hide \\</emph\\>area, select the \\<emph\\>Hide\\</emph\\> "
"check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3155533.105.help.text
msgid ""
"In the \\<emph\\>With Condition\\</emph\\> box, type \\<emph\\>user_lastname "
"== \"Doe\"\\</emph\\>, where \"Doe\" is the last name of the user that you "
"want to hide the text from. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3155573.107.help.text
msgid "Click \\<emph\\>Insert\\</emph\\> and then save the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147760.108.help.text
msgid "The name of the hidden section can still be seen in the Navigator."
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147777.61.help.text
msgid ""
"The following table is a list of the user variables that you can access when "
"defining a condition or a field:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147819.62.help.text
msgid "User variables"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147218.63.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147218.63"
".help.text\n"
"Meaning"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147245.64.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147245.64"
".help.text\n"
"user_firstname"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147268.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147268.65"
".help.text\n"
"First name"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145592.66.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145592.66"
".help.text\n"
"user_lastname"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145615.67.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145615.67"
".help.text\n"
"Last name"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145642.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145642.68"
".help.text\n"
"user_initials"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145666.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145666.69"
".help.text\n"
"Initials"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3151200.70.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3151200.70"
".help.text\n"
"user_company"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3151223.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3151223.71"
".help.text\n"
"Company"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3151250.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3151250.72"
".help.text\n"
"user_street"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152912.73.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152912.73"
".help.text\n"
"Street"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152940.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152940.74"
".help.text\n"
"user_country"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152963.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152963.75"
".help.text\n"
"Country"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152990.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3152990.76"
".help.text\n"
"user_zipcode"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145679.77.help.text
msgid "Zip Code"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145706.78.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145706.78"
".help.text\n"
"user_city"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145729.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145729.79"
".help.text\n"
"City"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145756.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145756.80"
".help.text\n"
"user_title"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145779.81.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3145779.81"
".help.text\n"
"Title"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156284.82.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156284.82"
".help.text\n"
"user_position"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156307.83.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156307.83"
".help.text\n"
"Position"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156334.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156334.84"
".help.text\n"
"user_tel_work"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156357.85.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156357.85"
".help.text\n"
"Business telephone number"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156384.86.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3156384.86"
".help.text\n"
"user_tel_home"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149728.87.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149728.87"
".help.text\n"
"Home telephone number"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149756.88.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149756.88"
".help.text\n"
"user_fax"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149778.89.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149778.89"
".help.text\n"
"Fax number"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149806.90.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3149806.90"
".help.text\n"
"user_email"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147294.91.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147294.91"
".help.text\n"
"E-mail address"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147321.92.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147321.92"
".help.text\n"
"user_state"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147344.93.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147344.93"
".help.text\n"
"State"
msgstr ""

#: helpcontent2/source/text/swriter/guide/fields_userdata.xhp#par_id3147392.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14020000.xhp\\\" name=\\\"List of "
"operators\\\"\\>List of operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#tit.help.text
msgid "Inserting Page Numbers of Continuation Pages"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#bm_id3145819.help.text
msgid ""
"\\<bookmark_value\\>pages; continuation "
"pages\\</bookmark_value\\>\\<bookmark_value\\>next page; page "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>continuation "
"pages\\</bookmark_value\\>\\<bookmark_value\\>page numbers; continuation "
"pages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#hd_id3145819.1.help.text
msgid ""
"\\<variable id=\\\"footer_nextpage\\\"\\>\\<link "
"href=\\\"text/swriter/guide/footer_nextpage.xhp\\\" name=\\\"Inserting Page "
"Numbers of Continuation Pages\\\"\\>Inserting Page Numbers of Continuation "
"Pages\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3154242.12.help.text
msgid ""
"You can easily insert the page number of the next page in a footer by using "
"a field."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3154256.4.help.text
msgid "The page number is only displayed if the following page exists."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3155886.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3155886.5."
"help.text\n"
"Choose \\<emph\\>Insert - Footer\\</emph\\> and select the page style that "
"you want to add the footer to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3147109.6.help.text
msgid ""
"Place the cursor in the footer and choose \\<emph\\>Insert - Fields - "
"Other\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3147134.7.help.text
msgid ""
"In the \\<emph\\>Fields\\</emph\\> dialog, click the "
"\\<emph\\>Document\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3150955.8.help.text
msgid ""
"Click 'Page' in the \\<emph\\>Type\\</emph\\> list and 'Next page' in the "
"\\<emph\\>Select\\</emph\\> list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3150517.9.help.text
msgid "Click a numbering style in the \\<emph\\>Format \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3150537.10.help.text
msgid ""
"If you select 'Text' in the \\<emph\\>Format\\</emph\\>, only the text that "
"you enter in the \\<emph\\>Value\\</emph\\> box is displayed in the field."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_nextpage.xhp#par_id3150727.11.help.text
msgid ""
"Click \\<emph\\>Insert\\</emph\\> to insert the field with the page number."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#tit.help.text
msgid "Inserting Page Numbers in Footers"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#bm_id3155624.help.text
msgid ""
"\\<bookmark_value\\>footers; with page "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>pages; numbers and count "
"of\\</bookmark_value\\>\\<bookmark_value\\>page numbers; "
"footers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#hd_id3155624.1.help.text
msgid ""
"\\<variable id=\\\"footer_pagenumber\\\"\\>\\<link "
"href=\\\"text/swriter/guide/footer_pagenumber.xhp\\\" name=\\\"Inserting "
"Page Numbers in Footers\\\"\\>Inserting Page Numbers in "
"Footers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3150508.2.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3150508."
"2.help.text\n"
"Choose \\<emph\\>Insert - Footer\\</emph\\> and select the page style that "
"you want to add the footer to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3150534.3.help.text
msgid "Choose \\<emph\\>Insert - Fields - Page Number\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3153155.4.help.text
msgid "If you want, you can align the Page Number field as you would text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3153169.5.help.text
msgid ""
"You can also add a page count to the footer, for example, in the form \"Page "
"9 of 12\":"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3155532.6.help.text
msgid ""
"Click in front of the Page Number field and type \"Page \", click after the "
"field, enter a space and then type \"of \"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footer_pagenumber.xhp#par_id3155554.7.help.text
msgid "Choose \\<emph\\>Insert - Fields - Page Count\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#tit.help.text
msgid "Inserting and Editing Footnotes or Endnotes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#bm_id3145819.help.text
msgid ""
"\\<bookmark_value\\>endnotes;inserting and "
"editing\\</bookmark_value\\>\\<book"
"mark_value\\>inserting;footnotes/endnotes\\"
"</bookmark_value\\>\\<bookmark_valu"
"e\\>deleting;footnotes\\</bookmark_value\\>"
"\\<bookmark_value\\>removing;footno"
"tes\\</bookmark_value\\>\\<bookmark_value\\"
">editing;footnotes/endnotes\\</book"
"mark_value\\>\\<bookmark_value\\>organizing "
"footnotes\\</bookmark_value\\>\\<bookmark_value\\>footnotes; inserting and "
"editing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#hd_id3145819.16.help.text
msgid ""
"\\<variable id=\\\"footnote_usage\\\"\\>\\<link "
"href=\\\"text/swriter/guide/footnote_usage.xhp\\\" name=\\\"Inserting and "
"Editing Footnotes or Endnotes\\\"\\>Inserting and Editing Footnotes or "
"Endnotes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3154258.14.help.text
msgid ""
"Footnotes reference more information about a topic at the bottom of a page "
"and endnotes reference information at the end of the document. $[officename] "
"automatically numbers the footnotes and endnotes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#hd_id3155881.24.help.text
msgid "To insert a footnote or endnote:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3155903.25.help.text
msgid ""
"Click in your document where you want to place the anchor of the note."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3147120.26.help.text
msgid ""
"Choose \\<link href=\\\"text/swriter/01/04030000.xhp\\\" name=\\\"Insert - "
"Footnote\\\"\\>\\<emph\\>Insert - Footnote\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150937.34.help.text
msgid ""
"In the \\<emph\\>Numbering \\</emph\\>area, select the format that you want "
"to use. If you select \\<emph\\>Character\\</emph\\>, click the browse "
"button (\\<emph\\>...\\</emph\\>) and select the character that you want to "
"use for the footnote."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150508.35.help.text
msgid ""
"In the \\<emph\\>Type \\</emph\\>area, select \\<emph\\>Footnote "
"\\</emph\\>or \\<emph\\>Endnote\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150704.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150704.36."
"help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150729.37.help.text
msgid "Type the note."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3148843.help.text
msgid ""
"\\<image id=\\\"img_id3148857\\\" "
"src=\\\"res/commandimagelist/sc_insertfootnote.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148857\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3153176.27.help.text
msgid ""
"You can also insert footnotes by clicking the \\<emph\\>Insert Footnote "
"Directly\\</emph\\> icon on the \\<emph\\>Insert\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#hd_id3155543.28.help.text
msgid "Editing Footnotes or Endnotes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3155563.29.help.text
msgid ""
"To edit the text of a footnote or endnote, click in the note, or click the "
"anchor for the note in the text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150119.help.text
msgid ""
"\\<image id=\\\"img_id3150126\\\" src=\\\"res/helpimg/refhand.png\\\" "
"width=\\\"0.3335inch\\\" height=\\\"0.3335inch\\\"\\>\\<alt "
"id=\\\"alt_id3150126\\\"\\>Mouse hand cursor\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3150167.6.help.text
msgid ""
"The mouse pointer changes to a hand when you rest it over a footnote or "
"endnote anchor in your document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3145029.40.help.text
msgid ""
"To change the format of a footnote, click in the footnote, press F11 to open "
"the Styles and Formatting window, right-click \"Footnote\" in the list, and "
"then choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3145062.30.help.text
msgid ""
"To jump from the footnote or endnote text to the note anchor in the text, "
"press \\<item type=\\\"keycode\\\"\\>PageUp\\</item\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3145081.4.help.text
msgid ""
"To edit the numbering properties of a footnote or endnote anchor, click in "
"front of the anchor, and choose \\<link "
"href=\\\"text/swriter/01/02150000.xhp\\\" name=\\\"Edit - "
"Footnote\\\"\\>\\<emph\\>Edit - Footnote\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3147776.3.help.text
msgid ""
"To change the formatting that $[officename] applies to footnotes and "
"endnotes, choose \\<link href=\\\"text/swriter/01/06080000.xhp\\\" "
"name=\\\"Tools - Footnotes\\\"\\>\\<emph\\>Tools - "
"Footnotes\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3147813.15.help.text
msgid ""
"To edit the properties of the text area for footnotes or endnotes, choose "
"\\<emph\\>Format - Page\\</emph\\>, and then click the \\<link "
"href=\\\"text/swriter/01/05040600.xhp\\\" "
"name=\\\"Footnote\\\"\\>\\<emph\\>Footnote\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_usage.xhp#par_id3147232.41.help.text
msgid "To remove a footnote, delete the footnote anchor in the text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#tit.help.text
msgid "Spacing Between Footnotes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#bm_id3147683.help.text
msgid ""
"\\<bookmark_value\\>spacing; "
"endnotes/footnotes\\</bookmark_value\\>\\<bookmark_value\\>endnotes; "
"spacing\\</bookmark_value\\>\\<bookmark_value\\>footnotes; "
"spacing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#hd_id3147683.40.help.text
msgid ""
"\\<variable id=\\\"footnote_with_line\\\"\\>\\<link "
"href=\\\"text/swriter/guide/footnote_with_line.xhp\\\" name=\\\"Spacing "
"Between Footnotes\\\"\\>Spacing Between Footnotes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3145808.39.help.text
msgid ""
"If you want to increase the spacing between footnote or endnote texts, you "
"can add a top and bottom border to the corresponding paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3155603.41.help.text
msgid "Click in a footnote or endnote."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3155620.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3155620"
".42.help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3154251.43.help.text
msgid ""
"Right-click the Paragraph Style that you want to modify, for example, "
"\"Footnote\", and choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3155884.45.help.text
msgid ""
"Click the \\<link href=\\\"text/shared/01/05030500.xhp\\\" "
"name=\\\"Borders\\\"\\>\\<emph\\>Borders\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3147110.51.help.text
msgid ""
"In the \\<emph\\>Default \\</emph\\>area, click the \\<emph\\>Set Top and "
"Bottom Borders Only\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3150931.52.help.text
msgid ""
"In the \\<emph\\>Line\\</emph\\> area, click a line in the \\<emph\\>Style "
"\\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3150961.53.help.text
msgid ""
"Select \"White\" in the \\<emph\\>Color \\</emph\\>box. If the background of "
"the page is not white, select the color that best matches the background "
"color."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3150519.50.help.text
msgid ""
"In the \\<emph\\>Spacing to contents\\</emph\\> area, clear the "
"\\<emph\\>Synchronize\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3150709.47.help.text
msgid ""
"Enter a value in the \\<emph\\>Top \\</emph\\>and \\<emph\\>Bottom "
"\\</emph\\>boxes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3150740.48.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3150740"
".48.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3148846.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/footnote_with_line.xhp#par_id3148846"
".49.help.text\n"
"\\<link href=\\\"text/shared/01/05030500.xhp\\\" name=\\\"Format - Paragraph "
"- Borders\\\"\\>Format - Paragraph - Borders\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#tit.help.text
msgid "Creating a Form Letter"
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#bm_id3159257.help.text
msgid ""
"\\<bookmark_value\\>form "
"letters\\</bookmark_value\\>\\<bookmark_value\\>mail "
"merge\\</bookmark_value\\>\\<bookmark_value\\>letters; creating form "
"letters\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#hd_id3159257.29.help.text
msgid ""
"\\<variable id=\\\"form_letters\\\"\\>\\<variable "
"id=\\\"form_letters_main\\\"\\>\\<link "
"href=\\\"text/swriter/guide/form_letters_main.xhp\\\" name=\\\"Creating a "
"Form Letter\\\"\\>Creating a Form "
"Letter\\</link\\>\\</variable\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_id3150502.1.help.text
msgid ""
"To create a form letter, you need a text document that contains fields for "
"address data, and an address database. Then you combine or merge the address "
"data and the text document to either print the letters or send them by e-"
"mail."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10653.help.text
msgid ""
"The \\<link href=\\\"text/swriter/01/mailmerge00.xhp\\\"\\>Mail Merge "
"Wizard\\</link\\> helps you to create form letters."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10664.help.text
msgid "To create a form letter"
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN1066B.help.text
msgid "Choose \\<emph\\>Tools - Mail Merge Wizard\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10672.help.text
msgid ""
"You see the Mail Merge Wizard dialog. The following is an example of one of "
"many possible ways to navigate the wizard's pages:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10676.help.text
msgid ""
"Select \\<emph\\>Start from a template\\</emph\\>, and click the "
"\\<emph\\>Browse\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10681.help.text
msgid "You see the Templates dialog."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10685.help.text
msgid ""
"Select \\<item type=\\\"literal\\\"\\>Business Correspondence\\</item\\> in "
"the left list, and then \\<item type=\\\"literal\\\"\\>Modern "
"letter\\</item\\> in the right list. Click OK to close the Templates dialog, "
"and click Next in the wizard."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10690.help.text
msgid ""
"Next you are asked whether you want to create a mail merge for just one "
"recipient or for many recipients taken from a database table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN10694.help.text
msgid "Select \\<item type=\\\"literal\\\"\\>multiple recipients\\</item\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN1069B.help.text
msgid ""
"If you have not done it before, you now are asked to select the system "
"address book to use within %PRODUCTNAME. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN1069F.help.text
msgid ""
"Select your system address book and click \\<emph\\>Create\\</emph\\> to "
"leave the \\<link href=\\\"text/shared/autopi/01170000.xhp\\\"\\>Address "
"Data Source Wizard\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN106B5.help.text
msgid ""
"Back with the Mail Merge Wizard, click \\<emph\\>Next\\</emph\\> to create "
"letters instead of e-mail messages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN106BD.help.text
msgid ""
"On the next step of the wizard, click the \\<emph\\>Select Address "
"List\\</emph\\> button to check that you are using the correct address list. "
"Select an address block type and click \\<emph\\>Next\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN106C5.help.text
msgid ""
"Next follows the \\<emph\\>Create a salutation\\</emph\\> step. Deselect the "
"\\<emph\\>Insert personalized salutation\\</emph\\> box. Under "
"\\<emph\\>General salutation\\</emph\\>, select the salutation that you want "
"on top of all letters."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN106D5.help.text
msgid ""
"Click \\<emph\\>Next\\</emph\\> on the following pages of the wizard. The "
"pages are created, and you have the option to edit the created documents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/form_letters_main.xhp#par_idN106EF.help.text
msgid ""
"Click \\<emph\\>Send documents \\</emph\\>on the last page of the wizard to "
"create the final output."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#tit.help.text
msgid "Using Master Documents and Subdocuments"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#bm_id3145246.help.text
msgid ""
"\\<bookmark_value\\>master "
"documents\\</bookmark_value\\>\\<bookmark_value\\>central "
"documents\\</bookmark_value\\>\\<bookmark_value\\>subsidiary "
"documents\\</bookmark_value\\>\\<bookmark_value\\>documents; master "
"documents and "
"subdocuments\\</bookmark_value\\>\\<bookmark_value\\>Navigator;master "
"documents\\</bookmark_value\\>\\<bookmark_value\\>references; master "
"documents\\</bookmark_value\\>\\<bookmark_value\\>bookmarks; master "
"documents\\</bookmark_value\\>\\<bookmark_value\\>indexes; master "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#hd_id3145246.4.help.text
msgid ""
"\\<variable id=\\\"globaldoc\\\"\\>\\<link "
"href=\\\"text/swriter/guide/globaldoc.xhp\\\"\\>Using Master Documents and "
"Subdocuments\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149806.help.text
msgid ""
"A master document lets you manage large documents, such as a book with many "
"chapters, by acting as a container for individual \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> Writer files. The "
"individual files are called subdocuments. You can also separate a large "
"document that is being worked on by several people into subdocuments and "
"then add the subdocuments to a master document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3155180.help.text
msgid ""
"When you add a document to a master document or create a new subdocument, a "
"link is created in the master document. You cannot edit the content of a "
"subdocument directly in the master document, but you can use the Navigator "
"to open any subdocument for edit."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149490.19.help.text
msgid ""
"Page, caption, footnote, endnote, and any other numbering that you have set "
"in the subdocuments, is carried over into the master document. For example, "
"if the last footnote in the first subdocument is footnote 6, then the first "
"footnote in the next subdocument will be footnote 7."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3155854.15.help.text
msgid ""
"Styles that are used in subdocuments, such as paragraph styles, are "
"automatically imported into the master document after you save the master "
"document. When you modify the style in the master document, the style in the "
"subdocument is unaffected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3156108.16.help.text
msgid ""
"Use the same document template for the master document and its subdocuments. "
"When you modify or create a style, add it to the document template, and then "
"reload the master document to apply to the subdocuments."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3150096.13.help.text
msgid ""
"When you print a master document, the contents of all subdocuments, indexes, "
"and any text that you entered are printed."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3153400.12.help.text
msgid ""
"You can create a table of contents and index in the master document for all "
"of the subdocuments."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#hd_id3153127.29.help.text
msgid "To create a master document: "
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149634.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149634.30.help."
"text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149956.31.help.text
msgid "Choose \\<emph\\>File - New - Master Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149612.32.help.text
msgid ""
"Open an existing document and choose \\<emph\\>File - Send - Create Master "
"Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149873.28.help.text
msgid ""
"If you are creating a new master document, the first entry in the Navigator "
"should be a \\<emph\\>Text \\</emph\\>entry. Type an introduction or enter "
"some text. This ensures that the styles that you define in the master "
"document are valid in the subdocuments."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3145114.33.help.text
msgid ""
"In the \\<emph\\>Navigator\\</emph\\> for master documents, click and hold "
"the \\<emph\\>Insert \\</emph\\>icon, and do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3156240.34.help.text
msgid ""
"To insert an existing file as a subdocument, choose "
"\\<emph\\>File\\</emph\\>, locate the file that you want to include, and "
"then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3145405.35.help.text
msgid ""
"To create a new subdocument, choose \\<emph\\>New Document\\</emph\\>, type "
"a name for the file, and then click \\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3153382.36.help.text
msgid "Choose \\<emph\\>File - Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#hd_id3154242.37.help.text
msgid "Working With Master Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3154255.20.help.text
msgid ""
"Use the Navigator for rearranging and editing the subdocuments in a master "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3154845.18.help.text
msgid ""
"You would like to know the link for a subdocument? Position the mouse "
"pointer in the Navigator on the subdocument's name. The path information of "
"the original document will appear in a small window. If the file is no "
"longer found under the original path, the warning \\<emph\\>File not "
"found\\</emph\\> is shown in red in addition to the path."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3155879.38.help.text
msgid ""
"To open a subdocument for editing, right-click the subdocument in the "
"Navigator list, and then choose \\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3148677.8.help.text
msgid ""
"To add text to a master document, right-click an item in the Navigator list, "
"and then choose \\<emph\\>Insert - Text\\</emph\\>. A text section is "
"inserted before the selected item in the master document where you can type "
"the text that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3155931.39.help.text
msgid ""
"To delete a subdocument from the master document, right-click the "
"subdocument in the Navigator list and choose \\<emph\\>Delete\\</emph\\>. "
"The source file is not affected by this command."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149982.10.help.text
msgid ""
"To reorder the subdocuments in a master document, drag a subdocument to a "
"new location in the Navigator list. You can also select a subdocument in the "
"list, and click the \\<emph\\>Move down\\</emph\\> or \\<emph\\>Move up "
"\\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3153022.40.help.text
msgid ""
"To add an index, such as a table of contents, to a master document, right-"
"click a subdocument in the Navigator list, and then choose \\<emph\\>Insert -"
" Index\\</emph\\>. The index is inserted before the selected subdocument in "
"the master document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3148949.help.text
msgid ""
"\\<image id=\\\"img_id3148959\\\" src=\\\"sw/imglst/sc20246.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148959\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3153632.21.help.text
msgid ""
"To update an index in a master document, select the index in the Navigator, "
"and then click the \\<emph\\>Update\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#hd_id3153656.41.help.text
msgid "To start each subdocument on a new page:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3152760.42.help.text
msgid ""
"Ensure that each subdocument starts with a heading that uses the same "
"paragraph style, for example \"Heading 1\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3153876.43.help.text
msgid ""
"In the master document, choose \\<emph\\>Format - Styles and "
"Formatting\\</emph\\>, and click the \\<emph\\>Paragraph Styles\\</emph\\> "
"icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3153907.44.help.text
msgid "Right-click \"Heading 1\" and choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3147124.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3147124.45.help."
"text\n"
"Click the \\<emph\\>Text Flow \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3149770.46.help.text
msgid ""
"In the \\<emph\\>Breaks \\</emph\\>area, select \\<emph\\>Insert\\</emph\\>, "
"and then select \\<emph\\>Page \\</emph\\>in the \\<emph\\>Type "
"\\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3150224.17.help.text
msgid ""
"If you want each subdocument to start on an odd page, select \\<emph\\>With "
"Page Style\\</emph\\>, and select \"Right page\" in the box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3145205.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3145205.47.help."
"text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#hd_id3145228.48.help.text
msgid ""
"To save a master document as a \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> text document:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3150315.49.help.text
msgid "Choose \\<item type=\\\"menuitem\\\"\\>File - Export\\</item\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3148580.50.help.text
msgid ""
"In the \\<item type=\\\"unknown\\\"\\>File format\\</item\\> list, select a "
"text document file format and click \\<emph\\>Export\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/globaldoc.xhp#par_id3154382.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02110000.xhp\\\" name=\\\"Navigator in "
"master mode\\\"\\>Navigator in master mode\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#tit.help.text
msgid "About Headers and Footers"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#bm_id3155863.help.text
msgid ""
""
"\\<bookmark_value\\>headers;about\\</bookmark_value\\>\\<bookmark_value\\>foot"
"ers;about\\</bookmark_value\\>\\<bookmark_value\\>HTML documents; headers "
"and footers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#hd_id3155863.38.help.text
msgid ""
"\\<variable id=\\\"header_footer\\\"\\>\\<link "
"href=\\\"text/swriter/guide/header_footer.xhp\\\" name=\\\"About Headers and "
"Footers\\\"\\>About Headers and Footers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3154255.35.help.text
msgid ""
"Headers and footers are areas in the top and the bottom page margins, where "
"you can add text or graphics. Headers and footers are added to the current "
"page style. Any page that uses the same style automatically receives the "
"header or footer that you add. You can insert \\<link "
"href=\\\"text/swriter/01/04090000.xhp\\\" "
"name=\\\"Fields\\\"\\>Fields\\</link\\>, such as page numbers and chapter "
"headings, in headers and footers in a text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3155896.39.help.text
msgid ""
"To add a header to a page, choose \\<emph\\>Insert - Header\\</emph\\>, and "
"then select the page style for the current page from the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3147119.43.help.text
msgid ""
"To add a footer to a page, choose \\<emph\\>Insert - Footer\\</emph\\>, and "
"then select the page style for the current page from the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3150511.44.help.text
msgid ""
"The page style for the current page is displayed in the \\<emph\\>Status "
"Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3153726.40.help.text
msgid ""
"You can also choose \\<emph\\>Format - Page\\</emph\\>, click the "
"\\<emph\\>Header\\</emph\\> or \\<emph\\>Footer \\</emph\\>tab, and then "
"select \\<emph\\>Header on \\</emph\\>or \\<emph\\>Footer on\\</emph\\>. "
"Clear the \\<emph\\>Same content left/right\\</emph\\> check box if you want "
"to define different headers and footers for even and odd pages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3146876.36.help.text
msgid ""
"To use different headers or footers in your document, you must add them to "
"different \\<link href=\\\"text/swriter/guide/header_pagestyles.xhp\\\" "
"name=\\\"Page Styles\\\"\\>Page Styles\\</link\\>, and then apply the styles "
"to the pages where you want the headers or footer to appear."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#hd_id3150704.41.help.text
msgid "Headers and Footers in HTML Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3150717.34.help.text
msgid ""
"Some of the header and footer options are also available for HTML documents. "
"Headers and footers are not supported by HTML and instead are exported with "
"special tags, so that they can be viewed in a browser. Headers and footers "
"are only exported in HTML documents if they are enabled in Online Layout "
"mode. When you reopen the document in $[officename], the headers and footers "
"are displayed correctly, including any fields that you inserted. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_footer.xhp#par_id3153174.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/header_pagestyles.xhp\\\" name=\\\"Page "
"Styles\\\"\\>Page Styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#tit.help.text
msgid "Defining Different Headers and Footers"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#bm_id3155920.help.text
msgid ""
"\\<bookmark_value\\>headers; "
"changing\\</bookmark_value\\>\\<bookmark_value\\>page styles; "
"changing\\</bookmark_value\\>\\<bookmark_value\\>changing; "
"headers/footers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#hd_id3155920.25.help.text
msgid ""
"\\<variable id=\\\"header_pagestyles\\\"\\>\\<link "
"href=\\\"text/swriter/guide/header_pagestyles.xhp\\\" name=\\\"Defining "
"Different Headers and Footers\\\"\\>Defining Different Headers and "
"Footers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3154263.26.help.text
msgid ""
"You can use different headers and footers on different pages in your "
"document, so long as the pages use different page styles. $[officename] "
"provides several predefined page styles, such as \\<emph\\>First "
"page\\</emph\\>, \\<emph\\>Left page\\</emph\\> and \\<emph\\>Right "
"page\\</emph\\>, or you can create a custom page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3147105.27.help.text
msgid ""
"You can also use the mirrored page layout if you want to add a header to a "
"page style that has different inner and outer page margins. To apply this "
"option to a page style, choose \\<emph\\>Format - Page\\</emph\\>, click "
"the\\<emph\\> Page\\</emph\\> tab, and in the\\<emph\\> Layout "
"settings\\</emph\\> area, choose\\<emph\\> Mirrored\\</emph\\> in "
"the\\<emph\\> Page layout\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150224.28.help.text
msgid ""
"For example, you can use page styles to define different headers for even "
"and odd pages in a document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150929.29.help.text
msgid "Open a new text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150946.31.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> and click the "
"\\<emph\\>Page Styles\\</emph\\> icon in the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150510.30.help.text
msgid ""
"Right-click \"Right Page\" in the list of page styles and choose "
"\\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150536.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150536."
"33.help.text\n"
"In the \\<emph\\>Page Styles\\</emph\\> dialog, click the \\<emph\\>Header "
"\\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3153750.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3153750."
"34.help.text\n"
"Select\\<emph\\> Header on\\</emph\\> and click the "
"\\<emph\\>Organizer\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3146865.35.help.text
msgid "In the \\<emph\\>Next Style \\</emph\\>box, select \"Left Page\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3146889.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3146889."
"36.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150714.37.help.text
msgid ""
"In the \\<emph\\>Styles and Formatting\\</emph\\> window, right-click \"Left "
"Page\" in the list of page styles and choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150748.38.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3150748."
"38.help.text\n"
"In the \\<emph\\>Page Styles\\</emph\\> dialog, click the \\<emph\\>Header "
"\\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3153172.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3153172."
"39.help.text\n"
"Select\\<emph\\> Header on\\</emph\\> and click the "
"\\<emph\\>Organizer\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3147061.40.help.text
msgid "In the \\<emph\\>Next Style \\</emph\\>box, select \"Right Page\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3147086.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3147086."
"41.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3145263.42.help.text
msgid ""
"Double-click \"Right Page\" in the list of page styles to apply the style to "
"the current page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_pagestyles.xhp#par_id3145284.43.help.text
msgid ""
"Enter text or graphics in the header for the Left Page style. After the next "
"page is added to your document, enter text or graphics in the header for the "
"Right Page style. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#tit.help.text
msgid "Inserting a Chapter Name and Number in a Header or a Footer"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#bm_id3155919.help.text
msgid ""
"\\<bookmark_value\\>running titles in "
"headers\\</bookmark_value\\>\\<bookmark_value\\>floating titles in "
"headers\\</bookmark_value\\>\\<bookmark_value\\>headers; chapter "
"information\\</bookmark_value\\>\\<bookmark_value\\>chapter names in "
"headers\\</bookmark_value\\>\\<bookmark_value\\>names; chapter names in "
"headers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#hd_id3155919.3.help.text
msgid ""
"\\<variable id=\\\"header_with_chapter\\\"\\>\\<link "
"href=\\\"text/swriter/guide/header_with_chapter.xhp\\\" name=\\\"Inserting a "
"Chapter Name and Number in a Header or a Footer\\\"\\>Inserting a Chapter "
"Name and Number in a Header or a Footer\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3153414.22.help.text
msgid ""
"Before you can insert chapter information into a header or footer, you must "
"first set the outline numbering options for the paragraph style that you "
"want to use for chapter titles."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#hd_id3154244.23.help.text
msgid "To create a paragraph style for chapter titles:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3155874.24.help.text
msgid "Choose \\<emph\\>Tools - Outline Numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3155898.25.help.text
msgid ""
"In the \\<emph\\>Style \\</emph\\>box, select the paragraph style that you "
"want to use for chapter titles, for example, \"Heading 1\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3147124.26.help.text
msgid ""
"Select the numbering style for the chapter titles in the \\<emph\\>Number "
"\\</emph\\>box, for example, \"1,2,3...\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3150219.27.help.text
msgid ""
"Type \"Chapter\" followed by a space in the \\<emph\\>Before \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3150245.28.help.text
msgid "Enter a space in the \\<emph\\>After \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3150949.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id315094"
"9.29.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#hd_id3150505.30.help.text
msgid "To insert the chapter name and number in a header or a footer:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3150527.5.help.text
msgid ""
"Apply the paragraph style that you defined for chapter titles to the chapter "
"headings in your document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3153729.6.help.text
msgid ""
"Choose \\<emph\\>Insert - Header \\</emph\\>or \\<emph\\>Insert - "
"Footer\\</emph\\>, and then select the page style for the current page from "
"the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3153762.7.help.text
msgid "Click in the header or footer."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3146863.9.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\> and click the\\<emph\\> "
"Document\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3153175.10.help.text
msgid ""
"Click \"Chapter\" in the \\<emph\\>Type \\</emph\\>list and \"Chapter number "
"and name\" in the \\<emph\\>Format \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3147065.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id314706"
"5.11.help.text\n"
"Click \\<emph\\>Insert\\</emph\\> and then click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_chapter.xhp#par_id3147095.12.help.text
msgid ""
"The header on every page that uses the current page style automatically "
"displays the chapter name and number."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#tit.help.text
msgid "Formatting Headers or Footers"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#bm_id3154866.help.text
msgid ""
"\\<bookmark_value\\>inserting; lines under "
"headers\\</bookmark_value\\>\\<bookmark_value\\>lines; under "
"headers\\</bookma"
"rk_value\\>\\<bookmark_value\\>headers;formatting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#hd_id3154866.20.help.text
msgid ""
"\\<variable id=\\\"header_with_line\\\"\\>\\<link "
"href=\\\"text/swriter/guide/header_with_line.xhp\\\" name=\\\"Formatting "
"Headers or Footers\\\"\\>Formatting Headers or "
"Footers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#par_id3154243.21.help.text
msgid ""
"You can apply direct formatting to the text in a header or footer. You can "
"also adjust the spacing of the text relative to the header or footer frame "
"or apply a border to the header or footer."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#par_id3155873.22.help.text
msgid ""
"Choose \\<emph\\>Format - Page \\</emph\\>and select the \\<emph\\>Header "
"\\</emph\\>or \\<emph\\>Footer \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#par_id3147109.27.help.text
msgid "Set the spacing options that you want to use."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#par_id3147128.23.help.text
msgid ""
"To add a border or a shadow to the header or the footer, click "
"\\<emph\\>More\\</emph\\>. The \\<emph\\>Border/Background \\</emph\\>dialog "
"opens."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#par_id3150520.24.help.text
msgid ""
"To add a separator line between the header or the footer and the content of "
"the page, click the bottom edge of the square in the \\<emph\\>Line "
"arrangement\\</emph\\> area. Click a line style in the "
"\\<emph\\>Style\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/header_with_line.xhp#par_id3153742.25.help.text
msgid ""
"To adjust the spacing between the content of the header or footer and the "
"line, clear the \\<emph\\>Synchronize\\</emph\\> box, and then enter a value "
"in the\\<emph\\> Bottom\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#tit.help.text
msgid "Hiding Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#bm_id3148856.help.text
msgid ""
"\\<bookmark_value\\>comparisons; hidden text "
"fields\\</bookmark_value\\>\\<bookmark_value\\>hidden text; "
"guide\\</bookmark_value\\>\\<bookmark_value\\>hidden paragraphs; "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; "
"hiding\\</bookmark_value\\>\\<bookmark_value\\>non-printing "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; only "
"showing\\</bookmark_va"
"lue\\>\\<bookmark_value\\>hiding;text\\</bookmark_value\"
"\>\\<bookmark_value\\>displaying;hidden text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#hd_id3148856.1.help.text
msgid ""
"\\<variable id=\\\"hidden_text\\\"\\>\\<link "
"href=\\\"text/swriter/guide/hidden_text.xhp\\\" name=\\\"Hiding "
"Text\\\"\\>Hiding Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3150103.2.help.text
msgid ""
"You can use fields and sections to hide or display text in your document if "
"a condition is met."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153409.19.help.text
msgid ""
"Before you can hide text, you must first create a variable to use in the "
"condition for hiding the text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153131.20.help.text
msgid ""
"Click in your document and choose \\<emph\\>Insert - Fields - "
"Other\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149640.21.help.text
msgid ""
"Click the \\<emph\\>Variables \\</emph\\>tab and click \"Set Variable\" in "
"the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149970.22.help.text
msgid "Click \"General\" in the \\<emph\\>Format \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149620.23.help.text
msgid ""
"Type a name for the variable in the \\<emph\\>Name \\</emph\\>box, for "
"example, \"Hide\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149869.24.help.text
msgid ""
"Enter a value for the variable in the \\<emph\\>Value \\</emph\\>box, for "
"example, \"1\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3145108.25.help.text
msgid ""
"To hide the variable in your document, select \\<emph\\>Invisible\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149585.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149585.26.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#hd_id3156245.27.help.text
msgid "To hide text:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3145391.28.help.text
msgid "Click in the document where you want to add the text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3145409.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3145409.5.help"
".text\n"
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\> and click the "
"\\<emph\\>Functions \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3155325.29.help.text
msgid "Click \"Hidden Text\" in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154404.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154404.30.hel"
"p.text\n"
"Enter a statement in the \\<emph\\>Condition \\</emph\\>box. For example, "
"using the variable you previously defined, enter \"Hide==1\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153371.31.help.text
msgid ""
"Type the text that you want to hide in the \\<emph\\>Hidden text "
"\\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154233.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154233.32.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#hd_id3154256.33.help.text
msgid "To hide a paragraph:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154853.34.help.text
msgid "Click in the paragraph where you want to add the text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154872.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3154872.35.hel"
"p.text\n"
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\> and click the "
"\\<emph\\>Functions \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3155902.6.help.text
msgid "Click \"Hidden Paragraph\" in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3155947.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3155947.36.hel"
"p.text\n"
"Enter a statement in the \\<emph\\>Condition \\</emph\\>box. For example, "
"using the variable you previously defined, enter \"Hide==1\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149991.37.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149991.37.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#hd_id3148675.38.help.text
msgid "To hide a section:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3148697.39.help.text
msgid "Select the text that you want to hide in your document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153019.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153019.9.help"
".text\n"
"Choose \\<emph\\>Insert - Section\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3148950.40.help.text
msgid ""
"In the\\<emph\\> Hide\\</emph\\> area, select\\<emph\\> Hide\\</emph\\>, and "
"then enter an expression in the\\<emph\\> Condition\\</emph\\> box. For "
"example, using the variable you previously defined, enter \"Hide==1\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153636.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153636.41.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#hd_id3153659.42.help.text
msgid "To display hidden text:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3152754.43.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3152754.43.hel"
"p.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3152777.7.help.text
msgid "Choose \\<emph\\>View - Hidden Paragraphs\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3153902.44.help.text
msgid ""
"Double-click in front of the variable that you used to define the condition "
"for hiding the text, and enter a different value for the variable."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3147114.45.help.text
msgid ""
"Double-click in front of the hidden text field or the hidden paragraph "
"field, and change the condition statement."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#hd_id3147132.12.help.text
msgid "To create non-printable text:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149789.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3149789.14.hel"
"p.text\n"
"Choose \\<emph\\>Insert - Frame\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3150224.15.help.text
msgid "Enter text in the frame and if you want, resize the frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3150242.16.help.text
msgid ""
"Choose \\<emph\\>Format - Frame\\</emph\\>, and then click the\\<emph\\> "
"Options\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3145227.17.help.text
msgid ""
"In the \\<emph\\>Properties\\</emph\\> area, clear the "
"\\<emph\\>Print\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3150320.18.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3150320.18.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3148603.10.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04090000.xhp\\\" name=\\\"Insert - Fields - "
"Other\\\"\\>Insert - Fields - Other\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3147011.11.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04020000.xhp\\\" name=\\\"Insert - "
"Section\\\"\\>Insert - Section\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hidden_text.xhp#par_id3147029.46.help.text
msgid ""
"\\<link href=\\\"text/swriter/02/14020000.xhp\\\" name=\\\"List of "
"Operators\\\"\\>List of Operators\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#tit.help.text
msgid "Inserting Hyperlinks With the Navigator"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#bm_id3155845.help.text
msgid ""
"\\<bookmark_value\\>hyperlinks; inserting from "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>inserting; hyperlinks from "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>cross-references; "
"inserting with "
"Navigator\\</bookmark_value\\>\\<bookmark_value\\>adding;hyperl"
"inks\\</bookmark_value\\>\\<bookmark_value\\>Navigator;inserting "
"hyperlinks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#hd_id3155845.21.help.text
msgid ""
"\\<variable id=\\\"hyperlinks\\\"\\>\\<link "
"href=\\\"text/swriter/guide/hyperlinks.xhp\\\" name=\\\"Inserting Hyperlinks "
"With the Navigator\\\"\\>Inserting Hyperlinks With the "
"Navigator\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3155858.20.help.text
msgid ""
"You can insert a cross-reference as a hyperlink in your document using the "
"Navigator. You can even cross-reference items from other \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> documents. If you click "
"the hyperlink when the document is opened in \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\>, you are taken to the "
"cross-referenced item."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3149833.32.help.text
msgid ""
"Open the document(s) containing the items you want to cross-reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3148846.23.help.text
msgid "On the Standard bar, click the \\<emph\\>Navigator\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3156108.25.help.text
msgid ""
"Click the arrow next to the \\<emph\\>Drag Mode\\</emph\\> icon, and ensure "
"that \\<emph\\>Insert as Hyperlink \\</emph\\>is selected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3153396.31.help.text
msgid ""
"In the list at the bottom of the Navigator, select the document containing "
"the item that you want to cross-reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3153416.24.help.text
msgid ""
"In the Navigator list, click the plus sign next to the item that you want to "
"insert as a hyperlink."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3153133.26.help.text
msgid ""
"Drag the item to where you want to insert the hyperlink in the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/hyperlinks.xhp#par_id3149635.27.help.text
msgid ""
"The name of the item is inserted in the document as an underlined hyperlink."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#tit.help.text
msgid "Editing or Deleting Index and Table Entries"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#bm_id3155186.help.text
msgid ""
"\\<bookmark_value\\>indexes; editing or deleting "
"entries\\</bookmark_value\\>\\<bookmark_value\\>tables of contents; editing "
"or deleting "
"entries\\</bookmark_value\\>\\<bookmark_value\\>deleting;table/index "
"entries\\</bookmark_value\\>\\<bookmark_value\\>editing;table/index "
"entries\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#hd_id3155186.11.help.text
msgid ""
"\\<variable id=\\\"indices_delete\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_delete.xhp\\\" name=\\\"Editing or "
"Deleting Index and Table Entries\\\"\\>Editing or Deleting Index and Table "
"Entries\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#par_id3155855.12.help.text
msgid ""
"Index entries are inserted as fields into your document. To view fields in "
"your document, choose \\<emph\\>View \\</emph\\>and ensure that "
"\\<emph\\>Field Shadings \\</emph\\>is selected. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#par_id3155507.13.help.text
msgid ""
"Place the cursor immediately in front of the index entry in your document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#par_id3155526.16.help.text
msgid ""
"Choose \\<emph\\>Edit - Index Entry\\</emph\\>, and do one of the following: "
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#par_id3154238.17.help.text
msgid ""
"To change the entry, enter different text in the \\<emph\\>Entry\\</emph\\> "
"box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#par_id3154263.18.help.text
msgid "To remove the entry, click \\<emph\\>Delete\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_delete.xhp#par_id3155893.15.help.text
msgid ""
"To cycle through the index entries in your document, click the next or the "
"previous arrows in the \\<link href=\\\"text/swriter/01/02160000.xhp\\\" "
"name=\\\"Edit Index Entry dialog\\\"\\>\\<emph\\>Edit Index Entry\\</emph\\> "
"dialog\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#tit.help.text
msgid "Updating, Editing and Deleting Indexes and Tables of Contents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#bm_id3149695.help.text
msgid ""
"\\<bookmark_value\\>indexes; "
"editing/updating/deleting\\</bookmark_value\\>\\<bookmark_value\\>tables of "
"contents; editing and "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>updating;indexes/tables of "
"contents\\</bookmark_value\\>\\<bookmark_value\\>editing;indexes/tables of "
"contents\\</bookmark_value\\>\\<bookmark_value\\>deleting;indexes/tables of "
"contents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#hd_id3149695.56.help.text
msgid ""
"\\<variable id=\\\"indices_edit\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_edit.xhp\\\" name=\\\"Updating, Editing "
"and Deleting Indexes and Tables of Contents\\\"\\>Updating, Editing and "
"Deleting Indexes and Tables of Contents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#par_id3155856.57.help.text
msgid "Place the cursor in the index or table of contents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#par_id3155871.59.help.text
msgid ""
"If you cannot place your cursor in the index or table of contents, choose "
"\\<emph\\>Tools - Options - %PRODUCTNAME Writer - Formatting "
"Aids\\</emph\\>, and then select\\<emph\\> Enable\\</emph\\> in "
"the\\<emph\\> Cursor in protected areas\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#par_id3154248.58.help.text
msgid "Right-click and choose an editing option from the menu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_edit.xhp#par_id3155872.60.help.text
msgid ""
"You can also make changes directly to an index or table of contents. Right-"
"click in the index or table of contents, choose \\<emph\\>Edit "
"Index/Table\\</emph\\>, click \\<emph\\>Index/Table\\</emph\\> tab, and then "
"clear the \\<emph\\>Protected from manual changes\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#tit.help.text
msgid "Defining Index or Table of Contents Entries"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#bm_id3149689.help.text
msgid ""
"\\<bookmark_value\\>indexes; defining entries "
"in\\</bookmark_value\\>\\<bookmark_value\\>tables of contents; defining "
"entries in\\</bookmark_value\\>\\<bookmark_value\\>entries; defining in "
"indexes/tables of contents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#hd_id3149689.4.help.text
msgid ""
"\\<variable id=\\\"indices_enter\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_enter.xhp\\\" name=\\\"Defining Index or "
"Table of Contents Entries\\\"\\>Defining Index or Table of Contents "
"Entries\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#hd_id3155862.6.help.text
msgid "Defining Index Entries"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3156380.7.help.text
msgid ""
"Click in a word, or select the words in your document that you want to use "
"as an index entry."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3147409.9.help.text
msgid ""
"Choose \\<emph\\>Insert - Indexes and Tables - Entry\\</emph\\>, and do one "
"of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3153417.11.help.text
msgid ""
"To change the text that appears in the index, type the text that you want in "
"the \\<emph\\>Entry\\</emph\\> box. The text that you type here does not "
"replace the selected text in the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3154258.8.help.text
msgid ""
"To add an index mark to similar words in your document, select "
"\\<emph\\>Apply to all similar texts\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3155889.10.help.text
msgid ""
"To add the entries to a custom index, click the \\<emph\\>New User-defined "
"Index\\</emph\\> icon, enter the name of the index, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#hd_id3147119.12.help.text
msgid "Defining Table of Contents Entries"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3147132.5.help.text
msgid ""
"The best way to generate a table of contents is to apply the predefined "
"heading paragraph styles, such as \"Heading 1\", to the paragraphs that you "
"want to include in your table of contents. You can also use custom paragraph "
"styles, so long as you assign them one of the predefined outline levels."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#hd_id3150230.13.help.text
msgid "To use a custom paragraph style as a table of contents entry:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3150933.14.help.text
msgid ""
"Choose \\<emph\\>Tools - Outline Numbering\\</emph\\> and click the "
"\\<emph\\>Numbering\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3150964.15.help.text
msgid ""
"Select the paragraph style that you want to include in your table of "
"contents in the \\<emph\\>Paragraph Style\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3150523.16.help.text
msgid ""
"In the \\<emph\\>Level\\</emph\\> list, click the hierarchical level that "
"you want to apply the paragraph style to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_enter.xhp#par_id3153730.17.help.text
msgid ""
"Click \\<emph\\>OK\\</emph\\>. You can now apply the style to headings in "
"your document and include them in your table of contents. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#tit.help.text
msgid "Formatting an Index or a Table of Contents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#bm_id3155855.help.text
msgid ""
"\\<bookmark_value\\>indexes; "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>editing; index "
"format\\</bookmark_value\\>\\<bookmark_value\\>tables of contents; "
"formatting\\</bookmark_value\\>\\<bookmark_value\\>entries; formatting "
"indexes\\</bookmark_value\\>\\<bookmark_value\\>tables of contents; "
"hyperlinks as entries\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; in "
"tables of contents and indexes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#hd_id3155855.38.help.text
msgid ""
"\\<variable id=\\\"indices_form\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_form.xhp\\\" name=\\\"Formatting an "
"Index or a Table of Contents\\\"\\>Formatting an Index or a Table of "
"Contents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3154259.39.help.text
msgid ""
"You can apply different paragraph styles, assign hyperlinks to entries, "
"change the layout of indexes, and change the background color of indexes in "
"the \\<emph\\>Insert Index\\</emph\\> dialog."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#hd_id3155888.44.help.text
msgid "To apply a different paragraph style to an index level:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3147110.45.help.text
msgid ""
"Right-click in the index or table of contents, and then choose "
"\\<emph\\>Edit Index/Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3147135.46.help.text
msgid "Click the \\<emph\\>Styles \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150229.47.help.text
msgid "Click an index level in the \\<emph\\>Levels \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150934.48.help.text
msgid ""
"Click the style that you want to apply in the \\<emph\\>Paragraph Style "
"\\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150960.56.help.text
msgid "Click the assign button \\<emph\\><\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150516.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150516.49.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#hd_id3146878.40.help.text
msgid "To assign hyperlinks to entries in a table of contents:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3146890.50.help.text
msgid ""
"You can assign a cross-reference as a hyperlink to entries in a table of "
"contents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150712.51.help.text
msgid ""
"Right-click in the table of contents, and then choose \\<emph\\>Edit "
"Index/Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3150738.42.help.text
msgid "Click the \\<emph\\>Entries\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3148399.52.help.text
msgid ""
"Click the heading level that you want to assign hyperlinks to in the "
"\\<emph\\>Level \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3148424.53.help.text
msgid ""
"In the \\<emph\\>Structure \\</emph\\>area, click in the box in front of "
"\\<emph\\>E#\\</emph\\>, and then click \\<emph\\>Hyperlink\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3153171.54.help.text
msgid ""
"Click in the box behind the \\<emph\\>E\\</emph\\>, and then click "
"\\<emph\\>Hyperlink\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_form.xhp#par_id3147060.55.help.text
msgid ""
"Repeat for each heading level that you want to create hyperlinks for, or "
"click the \\<emph\\>All levels\\</emph\\> button to apply the formatting to "
"all levels."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#tit.help.text
msgid "Creating Alphabetical Indexes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#bm_id3155911.help.text
msgid ""
"\\<bookmark_value\\>concordance "
"files;indexes\\</bookmark_value\\>\\<bookmark_value\\>indexes; alphabetical "
"indexes\\</bookmark_value\\>\\<bookmark_value\\>alphabetical "
"indexes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#hd_id3155911.24.help.text
msgid ""
"\\<variable id=\\\"indices_index\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_index.xhp\\\" name=\\\"Creating "
"Alphabetical Indexes\\\"\\>Creating Alphabetical "
"Indexes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3154233.25.help.text
msgid "Click in your document where you want to insert the index."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3154252.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3154252.26.h"
"elp.text\n"
"Choose \\<emph\\>Insert - Indexes and Tables - Indexes and Tables\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3155884.31.help.text
msgid ""
"On the \\<emph\\>Index/Table\\</emph\\> tab, select \"Alphabetical Index\" "
"in the \\<emph\\>Type\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3147114.36.help.text
msgid ""
"If you want to use a concordance file, select \\<emph\\>Concordance "
"file\\</emph\\> in the \\<emph\\>Options \\</emph\\>area, click the "
"\\<emph\\>File\\</emph\\>, and then locate an existing file or create a new "
"concordance file."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3150223.28.help.text
msgid ""
"Set the formatting options for the index, either on the current tab, or on "
"any of the other tabs of this dialog. For example, if you want to use single "
"letter headings in your index, click the \\<emph\\>Entries\\</emph\\> tab, "
"and then select \\<emph\\>Alphabetical delimiter\\</emph\\>. To change the "
"formatting of levels in the index, click the \\<emph\\>Styles\\</emph\\> "
"tab. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3150946.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3150946.27.h"
"elp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3150502.37.help.text
msgid ""
"To update the index, right-click in the index, and then choose "
"\\<emph\\>Update Index/Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_index.xhp#par_id3152760.38.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120250.xhp\\\" name=\\\"Creating a "
"concordance file\\\"\\>Creating a concordance file\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#tit.help.text
msgid "Creating a Bibliography"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#bm_id3149687.help.text
msgid ""
"\\<bookmark_value\\>indexes;creating "
"bibliographies\\</bookmark_value\\>\\<bookmark_value\\>databases;creating "
"bibl"
"iographies\\</bookmark_value\\>\\<bookmark_value\\>bibliographies\\</bookm"
"ark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#hd_id3149687.46.help.text
msgid ""
"\\<variable id=\\\"indices_literature\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_literature.xhp\\\" name=\\\"Creating a "
"Bibliography\\\"\\>Creating a Bibliography\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3155864.60.help.text
msgid "A bibliography is a list of works that you reference in a document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#hd_id3153402.61.help.text
msgid "Storing Bibliographic Information"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3153414.62.help.text
msgid ""
"$[officename] stores bibliographic information in a bibliography database, "
"or in an individual document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#hd_id3154244.63.help.text
msgid "To store information in the bibliography database:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3155872.50.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/01/02250000.xhp\\\" name=\\\"Tools - "
"Bibliography Database\\\"\\>\\<emph\\>Tools - Bibliography "
"Database\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3155900.64.help.text
msgid "Choose \\<emph\\>Insert - Record\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3147123.65.help.text
msgid ""
"Type a name for the bibliography entry in the \\<emph\\>Short name "
"\\</emph\\>box, and then add additional information to the record in the "
"remaining boxes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3150219.66.help.text
msgid "Close the\\<emph\\> Bibliography Database\\</emph\\> window. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#hd_id3150242.67.help.text
msgid "To store bibliographic information in an individual document:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3150945.68.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3150945"
".68.help.text\n"
"Click in your document where you want to add the bibliography entry."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3150964.51.help.text
msgid ""
"Choose \\<link href=\\\"text/swriter/01/04120300.xhp\\\" name=\\\"Insert - "
"Indexes and Tables - Bibliography Entry\\\"\\>\\<emph\\>Insert - Indexes and "
"Tables - Bibliography Entry\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3150525.69.help.text
msgid ""
"Select \\<emph\\>From document content\\</emph\\> and click "
"\\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3153738.70.help.text
msgid ""
"Type a name for the bibliography entry in the \\<emph\\>Short name "
"\\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3153763.71.help.text
msgid ""
"Select the publication source for the record in the \\<emph\\>Type "
"\\</emph\\>box, and then add additional information in the remaining boxes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3146873.72.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3146873"
".72.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3146897.73.help.text
msgid ""
"In the \\<emph\\>Insert Bibliography Entry \\</emph\\>dialog, click "
"\\<emph\\>Insert\\</emph\\>, and then \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#hd_id3150741.74.help.text
msgid "Inserting Bibliography Entries From the Bibliography Database"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3148402.75.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3148402"
".75.help.text\n"
"Click in your document where you want to add the bibliography entry."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3148421.52.help.text
msgid ""
"Choose \\<emph\\>Insert - Indexes and Tables - Bibliography Entry\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3153231.53.help.text
msgid "Select \\<emph\\>From bibliography database\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3147059.54.help.text
msgid ""
"Select the name of the bibliography entry that you want to insert in the "
"\\<emph\\>Short name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3147085.76.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3147085"
".76.help.text\n"
"Click \\<emph\\>Insert\\</emph\\> and then click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_literature.xhp#par_id3156060.77.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/04120300.xhp\\\" name=\\\"Bibliography "
"Database\\\"\\>Bibliography Database\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#tit.help.text
msgid "Indexes Covering Several Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#bm_id3153418.help.text
msgid ""
"\\<bookmark_value\\>indexes;multiple "
"documents\\</bookmark_value\\>\\<bookmark_value\\>multiple "
"documents;indexes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#hd_id3153418.43.help.text
msgid ""
"\\<variable id=\\\"indices_multidoc\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_multidoc.xhp\\\" name=\\\"Indexes "
"Covering Several Documents\\\"\\>Indexes Covering Several "
"Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#par_id3155872.44.help.text
msgid ""
"There are several ways to create an index that spans several documents:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#par_id3155895.42.help.text
msgid ""
"Create an \\<link href=\\\"text/swriter/01/04120210.xhp\\\" name=\\\"index "
"in each individual document\\\"\\>index in each individual "
"document\\</link\\>, copy and paste the indexes into a single document, and "
"then edit them."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#par_id3147118.45.help.text
msgid ""
"Select each index, choose \\<link href=\\\"text/swriter/01/04020000.xhp\\\" "
"name=\\\"Insert - Section\\\"\\>\\<emph\\>Insert - "
"Section\\</emph\\>\\</link\\>, and then enter a name for the index. In a "
"separate document, choose\\<emph\\> Insert - Section\\</emph\\>, "
"select\\<emph\\> Link, click the browse button (...\\</emph\\>), and then "
"locate and insert a named index section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_multidoc.xhp#par_id3150230.46.help.text
msgid ""
"Create a \\<link href=\\\"text/shared/01/01010001.xhp\\\" name=\\\"master "
"document\\\"\\>master document\\</link\\>, add the files that you want to "
"include in the index as subdocuments, and then choose \\<emph\\>Insert - "
"Index and Tables - Indexes and Tables\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#tit.help.text
msgid "Creating a Table of Contents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#bm_id3147104.help.text
msgid ""
"\\<bookmark_value\\>creating; tables of "
"contents\\</bookmark_value\\>\\<bookmark_value\\>tables of contents; "
"creating and updating\\</bookmark_value\\>\\<bookmark_value\\>updating; "
"tables of contents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#hd_id3147104.16.help.text
msgid ""
"\\<variable id=\\\"indices_toc\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_toc.xhp\\\" name=\\\"Creating a Table of "
"Contents\\\"\\>Creating a Table of Contents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3150942.45.help.text
msgid ""
"The best way to generate a table of contents is to apply the predefined "
"heading paragraph styles, such as \"Heading 1\", to the paragraphs that you "
"want to include in your table of contents. After you apply these styles, you "
"can then create a table of contents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3150510.17.help.text
msgid ""
"Click in your document where you want to create the table of contents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3150528.18.help.text
msgid ""
"Choose \\<emph\\>Insert - Indexes and Tables - Indexes and "
"Tables\\</emph\\>, and then click the \\<link "
"href=\\\"text/swriter/01/04120211.xhp\\\" "
"name=\\\"Index/Table\\\"\\>\\<emph\\>Index/Table\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3153746.46.help.text
msgid "Select \"Table of Contents\" in the \\<emph\\>Type\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3146856.47.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3146856.47.hel"
"p.text\n"
"Select any options that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3146872.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3146872.19.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3146896.20.help.text
msgid ""
"If you want to use a different paragraph style as a table of contents entry, "
"select the \\<emph\\>Additional Styles \\</emph\\>check box in the "
"\\<emph\\>Create from\\</emph\\> area, and then click the "
"(\\<emph\\>...\\</emph\\>) button next to the check box. In the "
"\\<emph\\>Assign Styles\\</emph\\> dialog, click the style in the list, and "
"then click the \\<emph\\>>> \\</emph\\>or the \\<emph\\><< \\</emph\\>button "
"to define the outline level for the paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#hd_id3153148.21.help.text
msgid "Updating a Table of Contents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3153161.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3153161.22.hel"
"p.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3153183.48.help.text
msgid ""
"Right-click in the table of contents and choose \\<emph\\>Update "
"Index/Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_toc.xhp#par_id3147066.44.help.text
msgid "Choose \\<emph\\>Tools - Update - All Indexes and Tables\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#tit.help.text
msgid "User-Defined Indexes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#bm_id3154896.help.text
msgid ""
"\\<bookmark_value\\>indexes; creating user-defined "
"indexes\\</bookmark_value\\>\\<bookmark_value\\>user-defined "
"indexes\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#hd_id3154896.30.help.text
msgid ""
"\\<variable id=\\\"indices_userdef\\\"\\>\\<link "
"href=\\\"text/swriter/guide/indices_userdef.xhp\\\" name=\\\"User-Defined "
"Indexes\\\"\\>User-Defined Indexes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3155184.31.help.text
msgid "You can create as many user-defined indexes as you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#hd_id3155915.47.help.text
msgid "Creating a User-Defined Index"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3155867.48.help.text
msgid "Select a word or words that you want to add to a user-defined index."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3153410.49.help.text
msgid "Choose \\<emph\\>Insert - Indexes and Tables - Entry\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3154248.50.help.text
msgid ""
"Click the \\<emph\\>New User-defined Index\\</emph\\> button next to the "
"\\<emph\\>Index \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3155886.51.help.text
msgid ""
"Type a name for the index in the \\<emph\\>Name \\</emph\\>box and click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3147114.52.help.text
msgid ""
"Click\\<emph\\> Insert\\</emph\\> to add the selected word(s) to the new "
"index. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3147139.53.help.text
msgid "Click\\<emph\\> Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#hd_id3150231.54.help.text
msgid "Inserting a User-Defined Index"
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3150933.32.help.text
msgid "Click in the document where you want to insert the index."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3150952.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3150952.33"
".help.text\n"
"Choose \\<emph\\>Insert - Indexes and Tables - Indexes and Tables\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3150509.55.help.text
msgid ""
"On the \\<emph\\>Index/Table\\</emph\\> tab, select the name of the user-"
"defined index that you created in the \\<emph\\>Type \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3146881.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3146881.56"
".help.text\n"
"Select any options that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3146897.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3146897.34"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/indices_userdef.xhp#par_id3150720.20.help.text
msgid ""
"If you want to use a different paragraph style as a table of contents entry, "
"select \\<emph\\>Styles\\</emph\\>, and then click the "
"(\\<emph\\>...\\</emph\\>) button next to the box. Click the style in the "
"list, and then click the \\<emph\\>>> \\</emph\\>or the \\<emph\\><< "
"\\</emph\\>button to define the outline level for the paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_beforetable.xhp#tit.help.text
msgid "Inserting Text Before a Table at the Top of Page"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_beforetable.xhp#bm_id3149688.help.text
msgid ""
"\\<bookmark_value\\>tables;start of "
"document\\</bookmark_value\\>\\<bookmark_value\\>tables;end of "
"document\\</bookmark_value\\>\\<bookmark_value\\>paragraphs;inserting before "
"tables\\</bookmark_value\\>\\<bookmark_value\\>inserting;paragraphs before "
"tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_beforetable.xhp#hd_id3149688.54.help.text
msgid ""
"\\<variable id=\\\"insert_beforetable\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_beforetable.xhp\\\" name=\\\"Inserting "
"Text Before a Table at the Top of Page\\\"\\>Inserting Text Before a Table "
"at the Top of Page\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_beforetable.xhp#par_id3155923.55.help.text
msgid ""
"If you want to insert text before a table that is at the top of a page, "
"click in the first cell of the table, in front of any contents of that cell, "
"and then press \\<item type=\\\"keycode\\\"\\>Enter\\</item\\> or \\<item "
"type=\\\"keycode\\\"\\>Alt+Enter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_beforetable.xhp#par_idN10612.help.text
msgid ""
"To insert text after a table at the end of the document, go to the last cell "
"of the table and press \\<item type=\\\"keycode\\\"\\>Alt+Enter\\</item\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/guide/insert_graphic.xhp#tit.help.text\n"
"Inserting Graphics"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic.xhp#bm_id3154922.help.text
msgid ""
"\\<bookmark_value\\>text; inserting pictures "
"in\\</bookmark_value\\>\\<bookmark_value\\>images; inserting in "
"text\\</bookmark_value\\>\\<bookmark_value\\>illustrations; inserting in "
"text\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"pictures\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"inserting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic.xhp#hd_id3154922.2.help.text
msgid ""
"\\<variable id=\\\"insert_graphic\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_graphic.xhp\\\" name=\\\"Inserting "
"Graphics\\\"\\>Inserting Graphics\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic.xhp#par_id3149695.1.help.text
msgid "There are several ways to insert a graphic object in a text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#tit.help.text
msgid "Inserting a Graphic From a File"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#bm_id3154896.help.text
msgid ""
"\\<bookmark_value\\>pictures; inserting by "
"dialog\\</bookmark_value\\>\\<bookmark_value\\>inserting; pictures by "
"dialog\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#hd_id3154896.1.help.text
msgid ""
"\\<variable id=\\\"insert_graphic_dialog\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_graphic_dialog.xhp\\\" name=\\\"Inserting "
"a Graphic From a File\\\"\\>Inserting a Graphic From a "
"File\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#par_id3155914.2.help.text
msgid "Click in the document where you want to insert the graphic."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#par_id3155864.3.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/01/04140000.xhp\\\" name=\\\"Insert - "
"Picture - From File\\\"\\>\\<emph\\>Insert - Picture - From "
"File\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#par_id3156021.4.help.text
msgid ""
"Locate the graphic file that you want to insert, and then click "
"\\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_dialog.xhp#par_id3153396.5.help.text
msgid ""
"By default, the inserted graphic is centered above the paragraph that you "
"clicked in."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#tit.help.text
msgid "Inserting a Calc Chart into a Text Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#bm_id3152999.help.text
msgid ""
"\\<bookmark_value\\>charts; inserting in "
"text\\</bookmark_value\\>\\<bookmark_value\\>inserting; charts from "
"$[officename] Calc\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#hd_id3152999.1.help.text
msgid ""
"\\<variable id=\\\"insert_graphic_fromchart\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_graphic_fromchart.xhp\\\" "
"name=\\\"Inserting a Calc Chart into a Text Document\\\"\\>Inserting a Calc "
"Chart into a Text Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#par_id3155890.16.help.text
msgid ""
"You can insert a copy of a chart that is not updated when you modify the "
"chart data in the spreadsheet."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#hd_id3155180.2.help.text
msgid "To insert a copy of a Calc chart in a text document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#par_id3149054.3.help.text
msgid "Open the text document that you want to copy the chart to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#par_id3155854.4.help.text
msgid "Open the spreadsheet containing the chart that you want to copy."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#par_id3153396.5.help.text
msgid "In the spreadsheet, click the chart. Eight handles appear."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#par_id3153414.7.help.text
msgid "Drag the chart from the spreadsheet to the text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromchart.xhp#par_id3145102.9.help.text
msgid ""
"You can resize and move the chart in the text document as you would any "
"object. To edit the chart data, double-click the chart."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#tit.help.text
msgid "Inserting Graphics From $[officename] Draw or Impress"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#bm_id3155917.help.text
msgid ""
"\\<bookmark_value\\>text; inserting pictures from "
"Draw\\</bookmark_value\\>\\<bookmark_value\\>pictures; inserting from "
"Draw\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#hd_id3155917.1.help.text
msgid ""
"\\<variable id=\\\"insert_graphic_fromdraw\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_graphic_fromdraw.xhp\\\" "
"name=\\\"Inserting Graphics From $[officename] Draw or "
"Impress\\\"\\>Inserting Graphics From $[officename] Draw or "
"Impress\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#par_id3153414.3.help.text
msgid "Open the document where you want to insert the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#par_id3149640.4.help.text
msgid ""
"Open the Draw or Impress document containing the object that you want to "
"copy."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#par_id3145098.5.help.text
msgid ""
"Hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"
""\\>Option\\</caseinline\\>\\<defaultinline\\>Alt\\</defaulti"
"nline\\>\\</switchinline\\> and click and hold the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#par_id3156250.7.help.text
msgid "Drag to the document where you want to insert the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_fromdraw.xhp#par_id3152755.9.help.text
msgid ""
"If a hyperlink is attached to the object in the original document, the "
"hyperlink is inserted instead of the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp#tit.help.text
msgid "Inserting Graphics From the Gallery With Drag-and-Drop"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp#bm_id3145083.help.text
msgid ""
"\\<bookmark_value\\>inserting; from Gallery into "
"text\\</bookmark_value\\>\\<bookmark_value\\>pictures; inserting from "
"Gallery into text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp#hd_id3145083.1.help.text
msgid ""
"\\<variable id=\\\"insert_graphic_gallery\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_graphic_gallery.xhp\\\" "
"name=\\\"Inserting Graphics From the Gallery With Drag-and-"
"Drop\\\"\\>Inserting Graphics From the Gallery With Drag-and-"
"Drop\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp#par_id3155907.2.help.text
msgid ""
"You can drag-and-drop an object from the gallery into a text document, "
"spreadsheet, drawing, or presentation."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_gallery.xhp#par_id3155923.6.help.text
msgid ""
"To replace a gallery object that you inserted in a document, hold down "
"Shift+Ctrl, and then drag a different gallery object onto the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#tit.help.text
msgid "Inserting a Scanned Image"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#bm_id3156017.help.text
msgid ""
"\\<bookmark_value\\>inserting;scanned "
"images\\</bookmark_value\\>\\<bookmark_value\\>pictures; "
"scanning\\</bookmark_value\\>\\<bookmark_value\\>scanning "
"pictures\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#hd_id3156017.1.help.text
msgid ""
"\\<variable id=\\\"insert_graphic_scan\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_graphic_scan.xhp\\\" name=\\\"Inserting a "
"Scanned Image\\\"\\>Inserting a Scanned Image\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#par_id3149692.2.help.text
msgid ""
"To insert a scanned image, the scanner must be connected to your system and "
"the scanner software drivers must be installed."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#par_id3155182.3.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>The "
"scanner must support the TWAIN standard. "
"\\</caseinline\\>\\</switchinline\\>\\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"UNIX\\\"\\>The Scanner must "
"support the SANE standard. \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#par_id3155915.4.help.text
msgid "Click in the document where you want to insert the scanned image."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#par_id3155864.5.help.text
msgid ""
"Choose \\<link href=\\\"text/shared/01/04060000.xhp\\\" name=\\\"Insert - "
"Picture - Scan\\\"\\>\\<emph\\>Insert - Picture - "
"Scan\\</emph\\>\\</link\\>, and choose the scanning source from the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_graphic_scan.xhp#par_id3153416.8.help.text
msgid "Follow the scanning instructions."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#tit.help.text
msgid "Inserting a Horizontal Line"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#bm_id3151178.help.text
msgid ""
"\\<bookmark_value\\>horizontal lines; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>lines; inserting "
"horizontal lines\\</bookmark_value\\>\\<bookmark_value\\>rulers;horizontal "
"lines\\</bookmark_value\\>\\<bookmark_value\\>inserting; horizontal "
"lines\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#hd_id3151178.76.help.text
msgid ""
"\\<variable id=\\\"insert_line\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_line.xhp\\\" name=\\\"Inserting a "
"Horizontal Line\\\"\\>Inserting a Horizontal Line\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3149691.82.help.text
msgid "Click in the document where you want to insert the line."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3155186.77.help.text
msgid "Choose \\<emph\\>Insert - Horizontal Ruler\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3155902.83.help.text
msgid ""
"Click the line that you want to insert in the \\<emph\\>Selection "
"\\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3147124.84.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3147124.84.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3150217.78.help.text
msgid ""
"The inserted line is anchored to the current paragraph and centered between "
"the page margins."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3150231.79.help.text
msgid ""
"You can also insert one of these lines by dragging it from the\\<emph\\> "
"Rulers\\</emph\\> folder in the \\<emph\\>Gallery\\</emph\\> into the "
"current document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3150944.80.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/insert_line.xhp#par_id3150944.80.hel"
"p.text\n"
"\\<link href=\\\"text/shared/01/gallery.xhp\\\" "
"name=\\\"Gallery\\\"\\>Gallery\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp#tit.help.text
msgid "Changing the Outline Level of Numbered and Bulleted Lists"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp#bm_id3145078.help.text
msgid ""
"\\<bookmark_value\\>tab stops; inserting in "
"numbering\\</bookmark_value\\>\\<bookmark_value\\>numbering; raising the "
"level of\\</bookmark_value\\>\\<bookmark_value\\>lists;changing "
"levels\\</bookmark_value\\>\\<bookmark_value\\>levels;changing outline "
"levels\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp#hd_id3145078.6.help.text
msgid ""
"\\<variable id=\\\"insert_tab_innumbering\\\"\\>\\<link "
"href=\\\"text/swriter/guide/insert_tab_innumbering.xhp\\\" name=\\\"Changing "
"the Outline Level of Numbered and Bulleted Lists\\\"\\>Changing the Outline "
"Level of Numbered and Bulleted Lists\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp#par_id3155909.5.help.text
msgid ""
"To move a numbered or bulleted paragraph down one outline level, click at "
"the beginning of the paragraph, and then press Tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp#par_id3155859.7.help.text
msgid ""
"To move a numbered or bulleted paragraph up one outline level, click at the "
"beginning of the paragraph, and then press Shift+Tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/insert_tab_innumbering.xhp#par_id3153403.8.help.text
msgid ""
"To insert a tab between the number or bullet and the paragraph text, click "
"at the beginning of the paragraph, and then press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command\\</caseinline\"
"\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+Tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#tit.help.text
msgid "Combining Numbered Lists"
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#bm_id3150495.help.text
msgid ""
"\\<bookmark_value\\>numbering; "
"combining\\</bookmark_value\\>\\<bookmark_value\\>merging;numbered "
"lists\\</bookmark_value\\>\\<bookmark_value\\>joining;numbered "
"lists\\</bookmark_value\\>\\<bookmark_value\\>lists;combining numbered "
"lists\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#hd_id3150495.32.help.text
msgid ""
"\\<variable id=\\\"join_numbered_lists\\\"\\>\\<link "
"href=\\\"text/swriter/guide/join_numbered_lists.xhp\\\" name=\\\"Combining "
"Numbered Lists\\\"\\>Combining Numbered Lists\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id3149692.33.help.text
msgid ""
"You can combine numbered lists into a single consecutively numbered list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#hd_id3149452.34.help.text
msgid "To combine consecutive numbered lists:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id3154479.35.help.text
msgid "Select all of the paragraphs in the lists."
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id3155911.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id315591"
"1.36.help.text\n"
"On the \\<emph\\>Formatting\\</emph\\> Bar, click the \\<emph\\>Numbering "
"On/Off \\</emph\\>icon twice."
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#hd_id3155870.37.help.text
msgid "To create a numbered list from non-consecutive paragraphs:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id3153417.38.help.text
msgid ""
"Hold down Ctrl and drag a selection in the first numbered paragraph. You "
"only have to select one character."
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id3149644.39.help.text
msgid ""
"Continue to hold down Ctrl, and drag a selection in each numbered paragraph "
"of the lists you want to combine."
msgstr ""

#: helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id3145102.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/join_numbered_lists.xhp#par_id314510"
"2.40.help.text\n"
"On the \\<emph\\>Formatting\\</emph\\> Bar, click the \\<emph\\>Numbering "
"On/Off \\</emph\\>icon twice."
msgstr ""

#: helpcontent2/source/text/swriter/guide/jump2statusbar.xhp#tit.help.text
msgid "Going to Specific Bookmark"
msgstr ""

#: helpcontent2/source/text/swriter/guide/jump2statusbar.xhp#bm_id3145778.help.text
msgid ""
"\\<bookmark_value\\>bookmarks; positioning "
"cursor\\</bookmark_value\\>\\<bookmark_value\\>jumping to "
"bookmarks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/jump2statusbar.xhp#hd_id3145778.30.help.text
msgid ""
"\\<variable id=\\\"jump2statusbar\\\"\\>\\<link "
"href=\\\"text/swriter/guide/jump2statusbar.xhp\\\" name=\\\"Going to "
"Specific Bookmark\\\"\\>Going to Specific Bookmark\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/jump2statusbar.xhp#par_id3155178.31.help.text
msgid ""
"To go to a specific bookmark in your document, \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>hold down Ctrl and "
"click \\</caseinline\\>\\<defaultinline\\>right-"
"click\\</defaultinline\\>\\</switchinline\\> in the "
"\\<emph\\>Page\\</emph\\> field on the \\<emph\\>Status Bar\\</emph\\>, and "
"then choose the bookmark."
msgstr ""

#: helpcontent2/source/text/swriter/guide/jump2statusbar.xhp#par_id3153396.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/jump2statusbar.xhp#par_id3153396.32."
"help.text\n"
"\\<link href=\\\"text/swriter/01/04040000.xhp\\\" name=\\\"Insert "
"Bookmark\\\"\\>Insert Bookmark\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#tit.help.text
msgid "Using Shortcut Keys ($[officename] Writer Accessibility)"
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#bm_id3151169.help.text
msgid ""
"\\<bookmark_value\\>keyboard; accessibility $[officename] "
"Writer\\</bookmark_value\\>\\<bookmark_value\\>accessibility; $[officename] "
"Writer\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#hd_id3151169.1.help.text
msgid ""
"\\<variable id=\\\"keyboard\\\"\\>\\<link "
"href=\\\"text/swriter/guide/keyboard.xhp\\\" name=\\\"Using Shortcut Keys "
"($[officename] Writer Accessibility)\\\"\\>Using Shortcut Keys "
"($[officename] Writer Accessibility)\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3149685.3.help.text
msgid ""
"Press the keys Alt+<underlined character> to open a menu. In an open menu, "
"press the underlined character to run a command. For example, press Alt+I to "
"open the \\<emph\\>Insert \\</emph\\>menu, and then T to insert a table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3155186.4.help.text
msgid ""
"To open a context menu, press Shift+F10. To close a context menu, press "
"Escape."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#hd_id3155918.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/keyboard.xhp#hd_id3155918.5.help.tex"
"t\n"
"Inserting Sections"
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_idN106AA.help.text
msgid ""
"Choose \\<emph\\>View - Toolbars - Insert\\</emph\\> to open the "
"\\<emph\\>Insert\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3155870.6.help.text
msgid ""
"Press F6 until the focus is on the\\<emph\\> Insert\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3149630.8.help.text
msgid ""
"Press the right arrow key until the \\<emph\\>Section\\</emph\\> icon is "
"selected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3145100.20.help.text
msgid ""
"Press the down arrow key, and then press the right arrow key to set the "
"width of the section that you want to insert."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3156237.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3156237.11.help.t"
"ext\n"
"Press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3156253.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3156253.19.help.t"
"ext\n"
"Press F6 to place the cursor inside the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#hd_id3153367.13.help.text
msgid "Inserting Text Tables"
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3153388.14.help.text
msgid ""
"Press F6 until the focus is on the\\<emph\\> Standard\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3154849.21.help.text
msgid ""
"Press the right arrow key until the \\<emph\\>Table\\</emph\\> icon is "
"selected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3155872.22.help.text
msgid ""
"Press the down arrow key, and then use the arrow keys to select the number "
"of columns and rows to include in the table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3155892.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/keyboard.xhp#par_id3155892.24.help.t"
"ext\n"
"Press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/keyboard.xhp#par_idN1072C.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/keyboard.xhp#par_idN1072C.help.text\n"
"Press F6 to place the cursor inside the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#tit.help.text
msgid "Editing  Hyperlinks"
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#bm_id3149695.help.text
msgid ""
"\\<bookmark_value\\>editing; hyperlinks "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>selecting; "
"hyperlinks\\</bookmark_value\\>\\<bookmark_value\\>hyperlinks; switching on "
"and off\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#hd_id3149695.74.help.text
msgid ""
"\\<variable id=\\\"link_edit\\\"\\>\\<link "
"href=\\\"text/swriter/guide/link_edit.xhp\\\" name=\\\"Editing  "
"Hyperlinks\\\"\\>Editing Hyperlinks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#par_id3155867.119.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/link_edit.xhp#par_id3155867.119.help"
".text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#par_id3149849.75.help.text
msgid ""
"Hold down the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option key\\</caseinline\\>\\<defaultinline\\>Alt "
"key\\</defaultinline\\>\\</switchinline\\>, and then click in the hyperlink."
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#par_id3149644.118.help.text
msgid ""
"On the \\<emph\\>Status Bar\\</emph\\>, click the \\<emph\\>HYP "
"\\</emph\\>field, and then click in the hyperlink. If the \\<emph\\>SEL "
"\\</emph\\>field is already displayed in the \\<emph\\>Status "
"Bar\\</emph\\>, click in the hyperlink."
msgstr ""

#: helpcontent2/source/text/swriter/guide/link_edit.xhp#par_id3156255.120.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/link_edit.xhp#par_id3156255.120.help"
".text\n"
"Choose \\<emph\\>Insert - Hyperlink\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#tit.help.text
msgid "Using Styles From Another Document or Template"
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#bm_id3145086.help.text
msgid ""
"\\<bookmark_value\\>formatting styles; "
"importing\\</bookmark_value\\>\\<bookmark_value\\>styles; importing from "
"other files\\</bookmark_value\\>\\<bookmark_value\\>importing;styles from "
"other files\\</bookmark_value\\>\\<bookmark_value\\>loading;styles from "
"other files\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#hd_id3145086.10.help.text
msgid ""
"\\<variable id=\\\"load_styles\\\"\\>\\<link "
"href=\\\"text/swriter/guide/load_styles.xhp\\\" name=\\\"Using Styles From "
"Another Document or Template\\\"\\>Using Styles From Another Document or "
"Template\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3154491.11.help.text
msgid ""
"You can import styles from another document or template into the current "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3155910.12.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\> to open the "
"\\<emph\\>Styles and Formatting\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_idN10703.help.text
msgid ""
"Click the arrow next to the \\<emph\\>New Style from Selection\\</emph\\> "
"icon to open the submenu."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_idN1070B.help.text
msgid "Choose \\<emph\\>Load styles\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3149632.15.help.text
msgid ""
"Use the check boxes at the bottom of the dialog to select the style types "
"that you want to import. To replace styles in the current document that have "
"the same name as the ones you are importing, select "
"\\<emph\\>Overwrite\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3145098.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3145098.16.hel"
"p.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3156240.17.help.text
msgid ""
"Click an entry in the \\<emph\\>Categories \\</emph\\>list, then click the "
"template containing the styles that you want to use in the "
"\\<emph\\>Templates \\</emph\\>list, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/load_styles.xhp#par_id3153377.13.help.text
msgid ""
"Click \\<emph\\>From File\\</emph\\>, locate the file containing the styles "
"that you want to use, and then click name, and then click "
"\\<emph\\>Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#tit.help.text
msgid "Instructions for Using $[officename] Writer"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#bm_id3155855.help.text
msgid ""
"\\<bookmark_value\\>$[officename] Writer; "
"instructions\\</bookmark_value\\>\\<bookmark_value\\>instructions; "
"$[officename] Writer\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3155855.1.help.text
msgid ""
"\\<variable id=\\\"main\\\"\\>\\<link "
"href=\\\"text/swriter/guide/main.xhp\\\" name=\\\"Instructions for Using "
"$[officename] Writer\\\"\\>Instructions for Using $[officename] "
"Writer\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3155156.2.help.text
msgid "Entering and Formatting Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3153728.3.help.text
msgid "Automatically Entering and Formatting Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3150742.4.help.text
msgid "Using Styles, Numbering Pages, Using Fields"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3147088.5.help.text
msgid "Editing Tables in Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3155590.6.help.text
msgid "Images, Drawings, ClipArt, Fontwork"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3145083.7.help.text
msgid "Table of Contents, Index"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3150427.8.help.text
msgid "Headings, Types of Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3154464.9.help.text
msgid "Headers, Footers, Footnotes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3152948.10.help.text
msgid "Editing Other Objects in Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3154324.11.help.text
msgid "Spelling, Dictionaries, Hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3145673.12.help.text
msgid "Form Letters, Labels and Business Cards"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3145730.13.help.text
msgid "Working with Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/main.xhp#hd_id3156315.14.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/main.xhp#hd_id3156315.14.help.text\n"
"Miscellaneous"
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#tit.help.text
msgid "Navigator for Text Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#bm_id3154897.help.text
msgid "\\<bookmark_value\\>Navigator; overview in texts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#hd_id3154897.1.help.text
msgid ""
"\\<variable id=\\\"navigator\\\"\\>\\<link "
"href=\\\"text/swriter/guide/navigator.xhp\\\" name=\\\"Navigator for Text "
"Documents\\\"\\>Navigator for Text Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#par_id3153402.2.help.text
msgid ""
"The \\<emph\\>Navigator \\</emph\\>displays the different parts of your "
"document, such as headings, tables, frames, objects, or hyperlinks."
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#par_id3154247.3.help.text
msgid "To open the \\<emph\\>Navigator\\</emph\\>, press F5."
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#par_id3155878.5.help.text
msgid ""
"To quickly jump to a location in your document, double-click an item listed "
"in the \\<emph\\>Navigator\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/navigator.xhp#par_id3147108.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/navigator.xhp#par_id3147108.4.help.t"
"ext\n"
"\\<link href=\\\"text/swriter/01/02110000.xhp\\\" "
"name=\\\"Navigator\\\"\\>Navigator\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#tit.help.text
msgid "Turning Number Recognition On or Off in Tables"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#bm_id3156383.help.text
msgid ""
"\\<bookmark_value\\>number recognition in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>tables; number "
"recognition\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#hd_id3156383.1.help.text
msgid ""
"\\<variable id=\\\"number_date_conv\\\"\\>\\<link "
"href=\\\"text/swriter/guide/number_date_conv.xhp\\\" name=\\\"Turning Number "
"Recognition On or Off in Tables\\\"\\>Turning Number Recognition On or Off "
"in Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#par_id3155179.2.help.text
msgid ""
"$[officename] can automatically format dates that you have entered into a "
"table, according to the regional settings specified in your operating system."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#par_id3149966.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/number_date_conv.xhp#par_id3149966.1"
"5.help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#par_id3155919.7.help.text
msgid ""
"Right-click in a table cell and choose \\<emph\\>Number "
"recognition\\</emph\\>. When this feature is on, a check mark is displayed "
"in front of the \\<emph\\>Number recognition \\</emph\\>command."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#par_id3155527.11.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer - Table\\</emph\\>, "
"and select or clear the \\<emph\\>Number recognition \\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_date_conv.xhp#par_id3153415.14.help.text
msgid ""
"\\<link href=\\\"text/shared/optionen/01040500.xhp\\\" name=\\\"Tools - "
"Options - Text Document - Table\\\"\\>Tools - Options - %PRODUCTNAME Writer -"
" Table\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#tit.help.text
msgid "Defining Number Ranges"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#bm_id3149695.help.text
msgid ""
"\\<bookmark_value\\>number ranges; defining own "
"ranges\\</bookmark_value\\>\\<"
"bookmark_value\\>numbering;quotations\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#hd_id3149695.36.help.text
msgid ""
"\\<variable id=\\\"number_sequence\\\"\\>\\<link "
"href=\\\"text/swriter/guide/number_sequence.xhp\\\" name=\\\"Defining Number "
"Ranges\\\"\\>Defining Number Ranges\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3155918.37.help.text
msgid ""
"You can automatically number similar items, such as quotations, in your "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3149829.38.help.text
msgid ""
"Type the text that you want to assign numbering to, for example, \"Quotation "
"Number \"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3155048.39.help.text
msgid ""
"Choose \\<emph\\>Insert - Fields - Other\\</emph\\>, and then click the "
"\\<emph\\>Variables \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3156240.40.help.text
msgid "Click \"Number range\" in the \\<emph\\>Type \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3153363.61.help.text
msgid "Type \"Quotation\" in the \\<emph\\>Name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3153387.62.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3153387.62"
".help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3154250.42.help.text
msgid ""
"Type a number in the \\<emph\\>Value \\</emph\\>box, or leave the box empty "
"to use automatic numbering."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3154851.58.help.text
msgid ""
"Select the outline level where you want the numbering to restart in the "
"\\<emph\\>Level \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3155886.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/number_sequence.xhp#par_id3155886.41"
".help.text\n"
"Click \\<emph\\>Insert\\</emph\\>, and then click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#tit.help.text
msgid "Adding Line Numbers"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#bm_id3150101.help.text
msgid ""
"\\<bookmark_value\\>line "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>text; line "
"numbers\\</bookmark_value\\>\\<bookmark_value\\>lines; "
"numbering\\</bookmark_value\\>\\<bookmark_value\\>numbering; "
"lines\\</bookmark_value\\>\\<bookmark_value\\>numbers; line "
"numbering\\</bookmark_value\\>\\<bookmark_value\\>marginal numbers on text "
"pages\\</bookmark_value\\>\\<bookmark_value\\>adding;line "
"numbers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#hd_id3150101.3.help.text
msgid ""
"\\<variable id=\\\"numbering_lines\\\"\\>\\<link "
"href=\\\"text/swriter/guide/numbering_lines.xhp\\\" name=\\\"Adding Line "
"Numbers\\\"\\>Adding Line Numbers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3149842.1.help.text
msgid ""
"$[officename] can automatically count and add line numbers to the lines in "
"an entire document or to selected paragraphs in your document. Line numbers "
"are included when you print your document, but not when you save the "
"document as HTML. You can specify the line numbering interval, the starting "
"line number, and whether to count blank lines or lines in frames. You can "
"also add a separator between line numbers."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#hd_id3153410.6.help.text
msgid "To add line numbers to an entire document:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3149640.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3149640.7."
"help.text\n"
"Choose \\<emph\\>Tools - Line Numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3149612.8.help.text
msgid ""
"Select \\<emph\\>Show numbering\\</emph\\>, and then select the options that "
"you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3145101.20.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3145101.20"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#hd_id3156241.10.help.text
msgid "To add line numbers to specific paragraphs:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3156264.21.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3156264.21"
".help.text\n"
"Choose \\<emph\\>Tools - Line Numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153385.11.help.text
msgid "Select \\<emph\\>Show numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3154248.12.help.text
msgid ""
"Press F11 to open the \\<emph\\>Styles and Formatting\\</emph\\> window, and "
"then click the \\<emph\\>Paragraph Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3154853.13.help.text
msgid ""
"Right-click the \"Default\" paragraph style and choose "
"\\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150222.17.help.text
msgid "All paragraph styles are based on the \"Default\" style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150931.15.help.text
msgid "Click the \\<emph\\>Numbering\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150956.16.help.text
msgid ""
"In the \\<emph\\>Line Numbering \\</emph\\>area, clear the \\<emph\\>Include "
"this paragraph in line numbering \\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150520.22.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150520.22"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3151077.18.help.text
msgid "Select the paragraph(s) where you want to add the line numbers."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3151096.19.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3151096.19"
".help.text\n"
"Choose \\<emph\\>Format - Paragraph\\</emph\\>, and then click the "
"\\<emph\\>Numbering \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153733.23.help.text
msgid "Select \\<emph\\>Include this paragraph in line numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153758.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153758.24"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3146864.2.help.text
msgid ""
"You can also create a paragraph style that includes line numbering, and "
"apply it to the paragraphs that you want to add line numbers to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#hd_id3146880.25.help.text
msgid "To specify the starting line number:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150703.26.help.text
msgid "Click in a paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150721.27.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3150721.27"
".help.text\n"
"Choose \\<emph\\>Format - Paragraph\\</emph\\>, and then click the "
"\\<emph\\>Numbering \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3148389.28.help.text
msgid ""
"Select the \\<emph\\>Include this paragraph in line numbering "
"\\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3148414.29.help.text
msgid "Select \\<emph\\>Restart at the paragraph \\</emph\\>check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153779.30.help.text
msgid "Enter a line number in the \\<emph\\>Start with \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153804.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153804.31"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153934.5.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/06180000.xhp\\\" name=\\\"Tools - Line "
"Numbering\\\"\\>Tools - Line Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_lines.xhp#par_id3153960.32.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05030800.xhp\\\" name=\\\"Format - "
"Paragraph - Numbering\\\"\\>Format - Paragraph - Numbering\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#tit.help.text
msgid "Modifying Numbering in a Numbered List"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#bm_id3149637.help.text
msgid ""
"\\<bookmark_value\\>numbering; "
"removing/interrupting\\</bookmark_value\\>\\<bookmark_value\\>bullet lists; "
"in"
"terrupting\\</bookmark_value\\>\\<bookmark_value\\>lists;removing/interrupti"
"ng numbering\\</bookmark_value\\>\\<bookmark_value\\>removing;numbers in "
"lists\\</bookmark_value\\>\\<bookmark_value\\>interrupting numbered "
"lists\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#hd_id3149637.1.help.text
msgid ""
"\\<variable id=\\\"numbering_paras\\\"\\>\\<link "
"href=\\\"text/swriter/guide/numbering_paras.xhp\\\" name=\\\"Modifying "
"Numbering in a Numbered List\\\"\\>Modifying Numbering in a Numbered "
"List\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3145092.2.help.text
msgid ""
"You can remove the numbering from a paragraph in a numbered list or change "
"the number that a numbered list starts with."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#hd_id3145107.8.help.text
msgid "To remove the number from a paragraph in a numbered list:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3156248.10.help.text
msgid ""
"Click in front of the first character of the paragraph that you want to "
"remove the numbering from."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3153366.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3153366.23"
".help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3153390.11.help.text
msgid ""
"To remove the number while preserving the indent of the paragraph, press the "
"Backspace key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3154248.16.help.text
msgid ""
"To remove the number and the indent of the paragraph, click the "
"\\<emph\\>Numbering on/off\\</emph\\> icon on the "
"\\<emph\\>Formatting\\</emph\\> Bar. If you save the document in HTML "
"format, a separate numbered list is created for the numbered paragraphs that "
"follow the current paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#hd_id3154856.18.help.text
msgid "To change the number that a numbered list starts with:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3155877.24.help.text
msgid "Click anywhere in the numbered list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3155895.21.help.text
msgid ""
"Choose \\<emph\\>Format - Bullets and Numbering\\</emph\\>, and then click "
"the \\<emph\\>Options\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3148691.22.help.text
msgid ""
"Enter the number you want the list to start with in the \\<emph\\>Start "
"at\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3147116.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/numbering_paras.xhp#par_id3147116.25"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#tit.help.text
msgid "Inserting and Deleting Page Breaks"
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#bm_id3155183.help.text
msgid ""
"\\<bookmark_value\\>page breaks; inserting and "
"deleting\\</bookmark_value\\>\\<bookmark_value\\>inserting; page "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>deleting;page "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>pages; inserting page "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#hd_id3155183.1.help.text
msgid ""
"\\<variable id=\\\"page_break\\\"\\>\\<link "
"href=\\\"text/swriter/guide/page_break.xhp\\\" name=\\\"Inserting and "
"Deleting Page Breaks\\\"\\>Inserting and Deleting Page "
"Breaks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#hd_id3149833.2.help.text
msgid "To insert a manual page break:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3153402.3.help.text
msgid "Click in your document where you want the new page to begin."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3153119.4.help.text
msgid "Press Ctrl+Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#hd_id3153135.6.help.text
msgid "To delete a manual page break:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3149641.7.help.text
msgid ""
"Click in front of the first character on the page that follows the manual "
"page break."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3149608.8.help.text
msgid "Press Backspace."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#hd_id3149624.10.help.text
msgid "To delete a manual page break that occurs before a table:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3145111.11.help.text
msgid "Right-click in the table, and choose \\<emph\\>Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3156254.13.help.text
msgid ""
"Click the \\<link href=\\\"text/swriter/01/05090300.xhp\\\" name=\\\"Text "
"Flow\\\"\\>\\<emph\\>Text Flow\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3153380.14.help.text
msgid "Clear the \\<emph\\>Break\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3154249.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/page_break.xhp#par_id3154249.15.help"
".text\n"
"\\<link href=\\\"text/swriter/01/04010000.xhp\\\" name=\\\"Insert Break "
"dialog\\\"\\>Insert Break dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#tit.help.text
msgid "Changing Page Backgrounds"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#bm_id8431653.help.text
msgid ""
"\\<bookmark_value\\>page "
"backgrounds\\</bookmark_value\\>\\<bookmark_value\\>page "
"styles;backgrounds\\</bookmark_value\\>\\<bookmark_value\\>backgrounds; "
"different pages\\</bookmark_value\\>\\<bookmark_value\\>changing;page "
"backgrou"
"nds\\</bookmark_value\\>\\<bookmark_value\\>pages;backgrounds\\</bookm"
"ark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN107F4.help.text
msgid ""
"\\<variable id=\\\"pagebackground\\\"\\>\\<link "
"href=\\\"text/swriter/guide/pagebackground.xhp\\\"\\>Changing Page "
"Background\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10812.help.text
msgid ""
"$[officename] uses page styles to specify the background of the pages in a "
"document. For example, to change the page background of one or more pages in "
"a document to a watermark, you need to create a page style that uses the "
"watermark background, and then apply the page style to the pages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10820.help.text
msgid "To Change the Page Background"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10827.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10827.help"
".text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1082F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1082F.help"
".text\n"
"Click the \\<emph\\>Page Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10837.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10837.help"
".text\n"
"In the list of page styles, right-click an item, and then choose "
"\\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1083F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1083F.help"
".text\n"
"On the \\<emph\\>Organizer\\</emph\\> tab page, type a name for the page "
"style in the \\<emph\\>Name\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1084B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1084B.help"
".text\n"
"In the \\<emph\\>Next Style\\</emph\\> box, select the page style that you "
"want to apply to the next page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10855.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10855.help"
".text\n"
"To only apply the new page style to a single page, select \"Default\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10859.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10859.help"
".text\n"
"To apply the new page style to all subsequent pages, select the name of the "
"new page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1085F.help.text
msgid "Click the \\<emph\\>Background\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10867.help.text
msgid ""
"In the list box at the top, select whether you want a solid color or a "
"graphic. Then select your options from the tab page. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1086B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1086B.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1087A.help.text
msgid "To Change the Page Background of All Pages in a Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1087E.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1087E.help"
".text\n"
"Before you begin, ensure that you have created a page style that uses a page "
"background. See \\<link "
"href=\\\"text/swriter/guide/pagebackground.xhp#define\\\"\\>To Change the "
"Page Background\\</link\\> for details."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10892.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN10892.help"
".text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1089A.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN1089A.help"
".text\n"
"Click the \\<emph\\>Page Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108A2.help.text
msgid ""
"Double-click the page style that uses the page background that you want to "
"apply."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108A5.help.text
msgid "To Use Different Page Backgrounds in the Same Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108A9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108A9.help"
".text\n"
"Before you begin, ensure that you have created a page style that uses a page "
"background. See \\<link "
"href=\\\"text/swriter/guide/pagebackground.xhp#define\\\"\\>To Change the "
"Page Background\\</link\\> for details."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108BD.help.text
msgid ""
"Click in front of the first character of the paragraph where you want to "
"change the page background."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108C1.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108C1.help"
".text\n"
"Choose \\<emph\\>Insert - Manual Break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108C9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108C9.help"
".text\n"
"Select \\<emph\\>Page break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108D1.help.text
msgid ""
"In the \\<emph\\>Style \\</emph\\>box, select a page style that uses the "
"page background."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108DB.help.text
msgid ""
"To change the background of the current page only, select a page style where "
"the Next Style option is set to \"Default\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108DF.help.text
msgid ""
"To change the background of the current and subsequent pages, select a page "
"style where the Next Style option is set to the name of the page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108E2.help.text
msgid ""
"If you want to change the page background later on in the document, repeat "
"steps 1 to 3."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108E8.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagebackground.xhp#par_idN108E8.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#tit.help.text
msgid "Changing Page Orientation (Landscape or Portrait)"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#bm_id9683828.help.text
msgid ""
"\\<bookmark_value\\>page "
"styles;orientation\\</bookmark_value\\>\\<bookmark_value\\>page formats; "
"changing individual "
"pages\\</bookmark_value\\>\\<bookmark_value\\>formatting; changing "
"individual pages\\</bookmark_value\\>\\<bookmark_value\\>portrait and "
"landscape\\</bookmark_value\\>\\<bookmark_value\\>landscape and "
"portrait\\</bookmark_value\\>\\<bookmark_value\\>printing;portrait/landscape "
"format\\</bookmark_value\\>\\<bookmark_value\\>orientation of "
"pages\\</bookmark_value\\>\\<bookmark_value\\>paper "
"orientation\\</bookmark_value\\>\\<bookmark_value\\>page "
"orientation\\</bookmark_value\\>\\<bookmark_value\\>sideways orientation of "
"pages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN106FF.help.text
msgid ""
"\\<variable id=\\\"pageorientation\\\"\\>\\<link "
"href=\\\"text/swriter/guide/pageorientation.xhp\\\"\\>Changing Page "
"Orientation\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1071D.help.text
msgid ""
"$[officename] uses page styles to specify the orientation of the pages in a "
"document. For example, to change the page orientation of one or more pages "
"in a document from portrait to landscape in a document, you need to create a "
"page style that uses the landscape orientation, and then apply the page "
"style to the pages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10720.help.text
msgid "To Change the Page Orientation to Landscape or Portrait"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10727.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10727.hel"
"p.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10741.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10741.hel"
"p.text\n"
"Click the \\<emph\\>Page Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10749.help.text
msgid "Right-click, and choose \\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10751.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10751.hel"
"p.text\n"
"On the \\<emph\\>Organizer\\</emph\\> tab page, type a name for the page "
"style in the \\<emph\\>Name\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1075D.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1075D.hel"
"p.text\n"
"In the \\<emph\\>Next Style\\</emph\\> box, select the page style that you "
"want to apply to the next page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10763.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10763.hel"
"p.text\n"
"To only apply the new page style to a single page, select \"Default\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1076B.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1076B.hel"
"p.text\n"
"To apply the new page style to all subsequent pages, select the name of the "
"new page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10775.help.text
msgid "Click the \\<emph\\>Page\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1077D.help.text
msgid ""
"Under \\<emph\\>Paper format\\</emph\\>, select "
"\\<emph\\>Portrait\\</emph\\> or \\<emph\\>Landscape\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN108AE.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN108AE.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10788.help.text
msgid ""
"To Change the Page Orientation of All Pages in a Document to Landscape or "
"Portrait"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10972.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN10972.hel"
"p.text\n"
"Before you begin, ensure that you have created a page style that uses "
"landscape page orientation. See \\<link "
"href=\\\"text/swriter/guide/pageorientation.xhp#define\\\"\\>To Change the "
"Page Orientation to Landscape or Portrait\\</link\\> for details."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1078F.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1078F.hel"
"p.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN108D0.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN108D0.hel"
"p.text\n"
"Click the \\<emph\\>Page Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1079B.help.text
msgid ""
"Double-click the page style that uses the page orientation that you want to "
"apply."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107A1.help.text
msgid "To Use Landscape and Portrait Page Orientation in the Same Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN109B5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN109B5.hel"
"p.text\n"
"Before you begin, ensure that you have created a page style that uses "
"landscape page orientation. See \\<link "
"href=\\\"text/swriter/guide/pageorientation.xhp#define\\\"\\>To Change the "
"Page Orientation to Landscape or Portrait\\</link\\> for details."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107A8.help.text
msgid ""
"Click in front of the first character of the paragraph where you want to "
"change the page orientation."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107AC.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107AC.hel"
"p.text\n"
"Choose \\<emph\\>Insert - Manual Break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107B4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107B4.hel"
"p.text\n"
"Select \\<emph\\>Page break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107BC.help.text
msgid ""
"In the \\<emph\\>Style \\</emph\\>box, select a page style that uses the "
"landscape or portrait page orientation."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1099A.help.text
msgid ""
"To change the orientation of the current page only, select a page style "
"where the Next Style option is set to \"Default\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN1099E.help.text
msgid ""
"To change the orientation of the current and subsequent pages, select a page "
"style where the Next Style option is set to the name of the page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN109A1.help.text
msgid ""
"If you want to change the page orientation later on in the document, repeat "
"steps 1 to 3."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107C4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pageorientation.xhp#par_idN107C4.hel"
"p.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#tit.help.text
msgid "Creating and Applying Page Styles"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#bm_id7071138.help.text
msgid ""
"\\<bookmark_value\\>page styles;creating and "
"applying\\</bookmark_value\\>\\<bookmark_value\\>applying;page "
"styles\\</bookmark_value\\>\\<bookmark_value\\>defining;page "
"styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#hd_id3155182.1.help.text
msgid ""
"\\<variable id=\\\"pagestyles\\\"\\>\\<link "
"href=\\\"text/swriter/guide/pagestyles.xhp\\\" name=\\\"Creating and "
"Applying Page Styles\\\"\\>Creating and Applying Page "
"Styles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3149846.10.help.text
msgid ""
"$[officename] uses page styles to specify the layout of a page, including "
"the page orientation, background, margins, headers, footers, and text "
"columns. To change the layout of an individual page in a document, you must "
"create and apply a custom page style to the page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_idN1071A.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/swriter/guide/pageorientation.xhp#pageorientation\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_idN10722.help.text
msgid ""
"\\<embedvar "
"href=\\\"text/swriter/guide/pagebackground.xhp#pagebackground\\\"/\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#hd_id3156109.11.help.text
msgid "To define a new page style:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3153411.3.help.text
msgid "Choose \\<emph\\>Format - Styles and Formatting.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3153133.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3153133.12.help"
".text\n"
"Click the \\<emph\\>Page Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3149641.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3149641.13.help"
".text\n"
"In the list of page styles, right-click an item, and then choose "
"\\<emph\\>New\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3149614.14.help.text
msgid ""
"On the \\<emph\\>Organizer\\</emph\\> tab, type a name in the "
"\\<emph\\>Name\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3145110.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3145110.15.help"
".text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3156252.16.help.text
msgid ""
"To apply the custom page style to a single page, select the default page "
"style that is used in your document in the \\<emph\\>Next Style\\</emph\\> "
"box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3153376.17.help.text
msgid ""
"To apply the custom page style to more than one page, select its name in the "
"\\<emph\\>Next Style\\</emph\\> box. To stop using the style, insert a "
"manual page break and assign it a different page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3154252.20.help.text
msgid ""
"Use the tabs in the dialog to set the layout options for the page style, and "
"then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#hd_id3154851.21.help.text
msgid "To apply a page style:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3154873.22.help.text
msgid "Click in the page that you want to apply the page style to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3155888.23.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>, and then click "
"the\\<emph\\> Page Style\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3148685.24.help.text
msgid "Double-click a name in the list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#hd_id3148701.18.help.text
msgid "To apply a page style to a new page:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3147122.4.help.text
msgid "Click in the document where you want a new page to start."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150210.5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150210.5.help."
"text\n"
"Choose \\<emph\\>Insert - Manual Break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150235.6.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150235.6.help."
"text\n"
"Select \\<emph\\>Page break\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150939.19.help.text
msgid ""
"In the \\<emph\\>Style \\</emph\\>box, select the page style that you want "
"to apply to the page that follows the manual break."
msgstr ""

#: helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150965.25.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/pagestyles.xhp#par_id3150965.25.help"
".text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#tit.help.text
msgid "Quickly Applying Paragraph Styles"
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#bm_id3155868.help.text
msgid ""
"\\<bookmark_value\\>paragraph styles; "
"applying\\</bookmark_value\\>\\<bookmark_value\\>formatting; with adjacent "
"paragraph format\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#hd_id3155868.47.help.text
msgid ""
"\\<variable id=\\\"para_style_quickuse\\\"\\>\\<link "
"href=\\\"text/swriter/guide/para_style_quickuse.xhp\\\" name=\\\"Quickly "
"Applying Paragraph Styles\\\"\\>Quickly Applying Paragraph "
"Styles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3155060.48.help.text
msgid ""
"You can use the keyboard to quickly apply the same paragraph style to two "
"consecutive paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#hd_id3156098.51.help.text
msgid ""
"To apply the paragraph style of the first paragraph to the second paragraph:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3149282.52.help.text
msgid "Click at the end of the first paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3153399.49.help.text
msgid ""
"Press Delete until the second paragraph is added to the end of the first "
"paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3153418.50.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id315341"
"8.50.help.text\n"
"Press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#hd_id3153132.53.help.text
msgid ""
"To apply the paragraph style of the second paragraph to the first paragraph:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3149640.54.help.text
msgid "Click at the beginning of the second paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3149606.55.help.text
msgid ""
"Press Backspace until the second paragraph is added to the end of the first "
"paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id3145090.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/para_style_quickuse.xhp#par_id314509"
"0.56.help.text\n"
"Press Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#tit.help.text
msgid "Printing a Brochure"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#bm_id6743064.help.text
msgid ""
"\\<bookmark_value\\>printing; individual "
"brochures\\</bookmark_value\\>\\<bookmark_value\\>booklets; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>brochures; printing "
"individual\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN105F6.help.text
msgid ""
"\\<variable id=\\\"print_brochure\\\"\\>\\<link "
"href=\\\"text/swriter/guide/print_brochure.xhp\\\"\\>Printing a "
"Brochure\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN10614.help.text
msgid ""
"You can print a Writer document as a brochure or a booklet. That is, Writer "
"prints two pages on each side of the paper, so that when you fold the paper, "
"you can read the document as a book."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN106DE.help.text
msgid ""
"When you create a document that you want to print as a brochure, use "
"portrait orientation for the pages. Writer applies the brochure layout when "
"you print the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN1061A.help.text
msgid "To Print a Brochure"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN10621.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN10621.help"
".text\n"
"Choose \\<emph\\>File - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN106B6.help.text
msgid ""
"In the \\<emph\\>Print\\</emph\\> dialog, click "
"\\<emph\\>Properties\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN1070E.help.text
msgid ""
"In the properties dialog for your printer, set the paper orientation to "
"landscape."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN10628.help.text
msgid ""
"Return to \\<emph\\>Print\\</emph\\> dialog, and click "
"\\<emph\\>Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN1062C.help.text
msgid ""
"In the \\<emph\\>Pages\\</emph\\> area of the \\<emph\\>Printer "
"Options\\</emph\\> dialog, select \\<emph\\>Brochure\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN10740.help.text
msgid ""
"For a printer that automatically prints on both sides of a page, specify to "
"print right pages and left pages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN10630.help.text
msgid ""
"In the \\<emph\\>Print\\</emph\\> dialog, click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_brochure.xhp#par_idN106EA.help.text
msgid ""
"If %PRODUCTNAME prints the pages in the wrong order, open the "
"\\<emph\\>Printer Options\\</emph\\> dialog, select "
"\\<emph\\>Reversed\\</emph\\>, and then print the document again."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#tit.help.text
msgid "Previewing a Page Before Printing"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#bm_id3155179.help.text
msgid ""
"\\<bookmark_value\\>printing; "
"previews\\</bookmark_value\\>\\<bookmark_value\\>previews; print "
"layouts\\</bookmark_value\\>\\<bookmark_value\\>print layout "
"checks\\</bookmark_value\\>\\<bookmark_value\\>page "
"views\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#hd_id3155179.9.help.text
msgid ""
"\\<variable id=\\\"print_preview\\\"\\>\\<link "
"href=\\\"text/swriter/guide/print_preview.xhp\\\" name=\\\"Previewing a Page "
"Before Printing\\\"\\>Previewing a Page Before "
"Printing\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#par_id3149847.34.help.text
msgid "Choose \\<emph\\>File\\</emph\\> - \\<emph\\>Page Preview\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#par_id3155055.35.help.text
msgid ""
"Use the zoom icons on the \\<emph\\>Page Preview\\</emph\\> bar to reduce or "
"enlarge the view of the page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#par_idN1067F.help.text
msgid ""
"To print your document scaled down, print the zoomed preview. Click "
"\\<emph\\>Print options page view\\</emph\\> icon to set the print options."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#par_id3145093.36.help.text
msgid ""
"Use the arrow keys or the arrow icons on the \\<emph\\>Page "
"Preview\\</emph\\> bar to scroll through the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_preview.xhp#par_id3154265.37.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01120000.xhp\\\" name=\\\"File - Page "
"Preview\\\"\\>File - Page Preview\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#tit.help.text
msgid "Printing Multiple Pages on One Sheet"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#bm_id3149694.help.text
msgid ""
"\\<bookmark_value\\>multi-page view of "
"document\\</bookmark_value\\>\\<bookmark_value\\>page "
"previews\\</bookmark_value\\>\\<bookmark_value\\>overviews; "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing; multiple pages "
"per sheet\\</bookmark_value\\>\\<bookmark_value\\>reduced printing ; "
"multiple pages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#hd_id3149694.17.help.text
msgid ""
"\\<variable id=\\\"print_small\\\"\\>\\<link "
"href=\\\"text/swriter/guide/print_small.xhp\\\" name=\\\"Printing Multiple "
"Pages on One Sheet\\\"\\>Printing Multiple Pages on One "
"Sheet\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3149829.16.help.text
msgid ""
"In Page Preview mode, you have the option to print multiple pages on one "
"sheet."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3156098.19.help.text
msgid "Choose \\<emph\\>File - Page Preview\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3155055.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3155055.31.hel"
"p.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3149603.20.help.text
msgid ""
"To print two pages side by side on the same page, click the \\<emph\\>Page "
"Preview: Two Pages\\</emph\\> icon \\<image id=\\\"img_id3153128\\\" "
"src=\\\"res/commandimagelist/sc_showtwopages.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3153128\\\"\\>Icon\\</alt\\>\\</image\\> on the \\<emph\\>Page "
"Preview\\</emph\\> bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3153388.22.help.text
msgid ""
"To print multiple pages on the same page, click the \\<emph\\>Print options "
"page view\\</emph\\> icon \\<image id=\\\"img_id3156248\\\" "
"src=\\\"res/commandimagelist/sc_printpagepreview.png\\\" "
"width=\\\"5.64mm\\\" height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3156248\\\"\\>Icon\\</alt\\>\\</image\\> on the \\<emph\\>Page "
"Preview\\</emph\\> bar and set the options that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3154841.21.help.text
msgid ""
"Click the \\<emph\\>Print page view\\</emph\\> icon \\<image "
"id=\\\"img_id3155903\\\" "
"src=\\\"res/commandimagelist/sc_printersetup.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3155903\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/print_small.xhp#par_id3150004.23.help.text
msgid ""
"\\<link href=\\\"text/swriter/main0210.xhp\\\" name=\\\"File - Page "
"Preview\\\"\\>File - Page Preview\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#tit.help.text
msgid "Selecting printer paper trays"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#bm_id6609088.help.text
msgid ""
"\\<bookmark_value\\>selecting;paper "
"trays\\</bookmark_value\\>\\<bookmark_value\\>paper "
"trays;selecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#hd_id3155909.1.help.text
msgid ""
"\\<variable id=\\\"printer_tray\\\"\\>\\<link "
"href=\\\"text/swriter/guide/printer_tray.xhp\\\" name=\\\"Selecting printer "
"paper trays\\\"\\>Selecting Printer Paper Trays\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3155858.2.help.text
msgid ""
"Use page styles to specify different paper sources for different pages in "
"your document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3149841.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3149841.7.hel"
"p.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3156108.8.help.text
msgid "Click the \\<emph\\>Page Styles \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3155066.9.help.text
msgid ""
"Right-click the page style in the list that you want to specify the paper "
"source for, and then choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3153416.10.help.text
msgid ""
"In the \\<emph\\>Paper tray \\</emph\\>box, select the paper tray that you "
"want to use."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3153140.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3153140.11.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3149649.12.help.text
msgid ""
"Repeat steps 1-5 for each page style that you want to specify the paper for."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3149616.5.help.text
msgid "Apply the page style to the pages that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printer_tray.xhp#par_id3154260.13.help.text
msgid ""
"\\<link href=\\\"text/swriter/guide/pagestyles.xhp\\\" name=\\\"Creating and "
"applying page styles\\\"\\>Creating and applying page styles\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#tit.help.text
msgid "Printing in Reverse Order"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#bm_id3149688.help.text
msgid ""
"\\<bookmark_value\\>ordering;printing in reverse "
"order\\</bookmark_value\\>\\<bookmark_value\\>printing; reverse "
"order\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#hd_id3149688.1.help.text
msgid ""
"\\<variable id=\\\"printing_order\\\"\\>\\<link "
"href=\\\"text/swriter/guide/printing_order.xhp\\\" name=\\\"Printing in "
"Reverse Order\\\"\\>Printing in Reverse Order\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3155854.3.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3155854.3.h"
"elp.text\n"
"Choose \\<emph\\>File - Print\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3149836.5.help.text
msgid "Click \\<emph\\>Options\\</emph\\> button."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3156106.6.help.text
msgid ""
"In the \\<emph\\>Pages \\</emph\\>area, select \\<emph\\>Reversed\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3153418.7.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3153418.7.h"
"elp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3153140.8.help.text
msgid ""
"In the \\<emph\\>Print \\</emph\\>dialog, click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3149616.4.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/printing_order.xhp#par_id3149616.4.h"
"elp.text\n"
"\\<link href=\\\"text/shared/01/01130000.xhp\\\" "
"name=\\\"Printing\\\"\\>Printing\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#tit.help.text
msgid "Inserting Cross-References"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#bm_id3145087.help.text
msgid ""
"\\<bookmark_value\\>references; inserting cross-"
"references\\</bookmark_value\\>\\<bookmark_value\\>cross-references; "
"inserting and updating\\</bookmark_value\\>\\<bookmark_value\\>tables; cross-"
"referencing\\</bookmark_value\\>\\<bookmark_value\\>pictures; cross-"
"referencing\\</bookmark_value\\>\\<bookmark_value\\>objects; cross-"
"referencing\\</bookmark_value\\>\\<bookmark_value\\>updating;cross-"
"references\\</bookmark_value\\>\\<bookmark_value\\>inserting;cross-"
"references\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#hd_id3145087.28.help.text
msgid ""
"\\<variable id=\\\"references\\\"\\>\\<link "
"href=\\\"text/swriter/guide/references.xhp\\\" name=\\\"Inserting Cross-"
"References\\\"\\>Inserting Cross-References\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3159263.8.help.text
msgid ""
"Cross-references allow you to jump to specific text passages and objects in "
"a single document. A cross-reference consists of a target and a reference "
"that are inserted as \\<link href=\\\"text/swriter/guide/fields.xhp\\\" "
"name=\\\"fields\\\"\\>fields\\</link\\> in the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3155860.21.help.text
msgid "Objects with captions and bookmarks can be used as targets."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#hd_id3149833.38.help.text
msgid "Cross-Referencing Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3149846.39.help.text
msgid ""
"Before you can insert a cross-reference, you must first specify the targets "
"in your text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#hd_id3156105.52.help.text
msgid "To insert a target:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3153408.40.help.text
msgid ""
"Select the text that you want to use as a target for the cross-reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3153125.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/references.xhp#par_id3153125.41.help"
".text\n"
"Choose \\<emph\\>Insert - Cross-reference\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3149634.42.help.text
msgid ""
"In the \\<emph\\>Type\\</emph\\> list, select \\<emph\\>Set "
"Reference\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3149614.43.help.text
msgid ""
"Type a name for the target in the \\<emph\\>Name\\</emph\\> box. The "
"selected text is displayed in the \\<emph\\>Value\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3145110.44.help.text
msgid ""
"Click \\<emph\\>Insert\\</emph\\>. The name of the target is added to the "
"\\<emph\\>Selection \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3156257.45.help.text
msgid "Leave the dialog open and proceed to the next section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#hd_id3153370.53.help.text
msgid "To create a cross-reference to a target:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3153392.46.help.text
msgid "In the \\<emph\\>Type\\</emph\\> list, select \"Insert Reference\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3154256.47.help.text
msgid ""
"In the \\<emph\\>Selection\\</emph\\> list, select the target that you want "
"to cross-reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3154856.48.help.text
msgid ""
"In the \\<emph\\>Format\\</emph\\> list, select the format for the cross-"
"reference. The \\<link href=\\\"text/swriter/01/04090002.xhp\\\" "
"name=\\\"format\\\"\\>format\\</link\\> specifies the type of information "
"that is displayed as the cross-reference. For example, \"Reference\" inserts "
"the target text, and \"Page\" inserts the page number where the target is "
"located."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3155895.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/references.xhp#par_id3155895.49.help"
".text\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3148685.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/references.xhp#par_id3148685.54.help"
".text\n"
"Click \\<emph\\>Close\\</emph\\> when finished."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#hd_id3149980.29.help.text
msgid "Cross-Referencing an Object"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3149992.30.help.text
msgid ""
"You can cross-reference most objects in your document, such as graphics, "
"drawing objects, OLE objects, and tables, so long as they have a caption. To "
"add a caption to an object, select the object, and then choose \\<link "
"href=\\\"text/swriter/guide/captions.xhp\\\" name=\\\"Insert - "
"Caption\\\"\\>\\<emph\\>Insert - Caption\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3147123.14.help.text
msgid "Click in the document where you want to insert the cross-reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3150212.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/references.xhp#par_id3150212.11.help"
".text\n"
"Choose \\<emph\\>Insert - Cross-reference\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3150236.32.help.text
msgid ""
"In the \\<emph\\>Type\\</emph\\> list, select the caption category of the "
"object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3150942.33.help.text
msgid ""
"In the \\<emph\\>Selection\\</emph\\> list, select the caption number of the "
"object that you want to cross-reference."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3150968.34.help.text
msgid ""
"In the \\<emph\\>Format\\</emph\\> list, select the format of the cross-"
"reference. The \\<link href=\\\"text/swriter/01/04090002.xhp\\\" "
"name=\\\"format\\\"\\>format\\</link\\> specifies the type of information "
"that is displayed as the cross-reference. For example, \"Reference\" inserts "
"the caption category and caption text of the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3150535.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/references.xhp#par_id3150535.35.help"
".text\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3151092.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/references.xhp#par_id3151092.55.help"
".text\n"
"Click \\<emph\\>Close\\</emph\\> when finished."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#hd_id3151115.56.help.text
msgid "Updating Cross-References"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references.xhp#par_id3153594.51.help.text
msgid "To manually update the cross-references in a document, press F9."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#tit.help.text
msgid "Modifying Cross-References"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#bm_id3149291.help.text
msgid ""
"\\<bookmark_value\\>references; modifying cross-"
"references\\</bookmark_value\\>\\<bookmark_value\\>cross-references; "
"modifying\\</bookmark_value\\>\\<bookmark_value\\>editing;cross-"
"references\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#hd_id3149291.6.help.text
msgid ""
"\\<variable id=\\\"references_modify\\\"\\>\\<link "
"href=\\\"text/swriter/guide/references_modify.xhp\\\" name=\\\"Modifying "
"Cross-References\\\"\\>Modifying Cross-References\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#par_id3153132.2.help.text
msgid "Click in front of the cross-reference that you want to modify."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#par_id3149632.3.help.text
msgid ""
"If you cannot see the field shading of the cross-reference, choose "
"\\<emph\\>View - Field Shadings\\</emph\\> or press "
"\\<emph\\>Ctrl+F8\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#par_id3149611.4.help.text
msgid "Choose \\<emph\\>Edit - Fields\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#par_id3145101.7.help.text
msgid ""
"Set the options that you want, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/references_modify.xhp#par_id3154255.5.help.text
msgid ""
"Use the arrow buttons in the \\<emph\\>Edit Fields \\</emph\\>dialog to "
"browse through the cross-references in the current document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#tit.help.text
msgid "Printing Register-true"
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#bm_id4825891.help.text
msgid ""
"\\<bookmark_value\\>rows; register-true "
"text\\</bookmark_value\\>\\<bookmark_value\\>lines of text;register-"
"true\\</bookmark_value\\>\\<bookmark_value\\>pages;register-"
"true\\</bookmark_value\\>\\<bookmark_value\\>paragraphs;register-"
"true\\</bookmark_value\\>\\<bookmark_value\\>register-true;pages and "
"paragraphs\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10652.help.text
msgid ""
"\\<variable id=\\\"registertrue\\\"\\>\\<link "
"href=\\\"text/swriter/guide/registertrue.xhp\\\"\\>Printing Register-"
"true\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN1065E.help.text
msgid "Setting a document to register-true printing"
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10665.help.text
msgid "Select the whole document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10669.help.text
msgid "Choose \\<emph\\>Format - Page - Page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10671.help.text
msgid "Select the \\<emph\\>Register-true\\</emph\\> checkbox."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10678.help.text
msgid ""
"All the paragraphs in the document will be printed register-true, unless "
"otherwise specified."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN1067B.help.text
msgid "Exempting paragraphs from register-true printing"
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10682.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10682.help.t"
"ext\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10685.help.text
msgid ""
"Select all the paragraphs you want to exempt, then choose \\<emph\\>Format - "
"Paragraph - Indents & Spacing\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN1068C.help.text
msgid ""
"Open the Styles and Formatting window, click the Paragraph Style you want to "
"exempt, right-click that style, choose \\<emph\\>Modify\\</emph\\>. In the "
"dialog, click the \\<emph\\>Indents & Spacing\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN10698.help.text
msgid "Clear the \\<emph\\>Register-true\\</emph\\> checkbox."
msgstr ""

#: helpcontent2/source/text/swriter/guide/registertrue.xhp#par_idN106AA.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05030100.xhp\\\"\\>Register-true\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#tit.help.text
msgid "Removing Line Breaks"
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#bm_id3149687.help.text
msgid ""
"\\<bookmark_value\\>hard returns;finding & "
"replacing\\</bookmark_value\\>\\<bookmark_value\\>paragraph marks;finding & "
"replacing\\</bookmark_value\\>\\<bookmark_value\\>line "
"breaks;removing\\</bookmark_value\\>\\<bookmark_value\\>removing; line "
"breaks\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#hd_id3155916.1.help.text
msgid ""
"\\<variable id=\\\"removing_line_breaks\\\"\\>\\<link "
"href=\\\"text/swriter/guide/removing_line_breaks.xhp\\\"\\>Removing Line "
"Breaks\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3155858.2.help.text
msgid ""
"Use the AutoFormat feature to remove line breaks that occur within "
"sentences. Unwanted line breaks can occur when you copy text from another "
"source and paste it into a text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3153413.3.help.text
msgid ""
"This AutoFormat feature only works on text that is formatted with the "
"\"Default\" paragraph style. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3153138.5.help.text
msgid "Choose \\<emph\\>Tools - AutoCorrect.\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3149645.6.help.text
msgid ""
"On the \\<emph\\>Options\\</emph\\> tab, ensure that \\<emph\\>Combine "
"single line paragraphs if length greater than 50%\\</emph\\> is selected. To "
"change the minimum percentage for the line length, double-click the option "
"in the list, and then enter a new percentage."
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3145093.12.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id31450"
"93.12.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3145118.7.help.text
msgid "Select the text containing the line breaks that you want to remove."
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3156253.8.help.text
msgid ""
"In the \\<emph\\>Apply Style \\</emph\\>box on the "
"\\<emph\\>Formatting\\</emph\\> bar, choose \\<emph\\>Default\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/removing_line_breaks.xhp#par_id3153388.9.help.text
msgid "Choose \\<emph\\>Format - AutoFormat - Apply\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/reset_format.xhp#tit.help.text
msgid "Resetting Font Attributes"
msgstr ""

#: helpcontent2/source/text/swriter/guide/reset_format.xhp#bm_id3149963.help.text
msgid ""
"\\<bookmark_value\\>formats; "
"resetting\\</bookmark_value\\>\\<bookmark_value\\>font attributes; "
"resetting\\</bookmark_value\\>\\<bookmark_value\\>fonts; "
"resetting\\</bookmark_value\\>\\<bookmark_value\\>resetting; "
"fonts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/reset_format.xhp#hd_id3149963.26.help.text
msgid ""
"\\<variable id=\\\"reset_format\\\"\\>\\<link "
"href=\\\"text/swriter/guide/reset_format.xhp\\\" name=\\\"Resetting Font "
"Attributes\\\"\\>Resetting Font Attributes\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/reset_format.xhp#par_id3154091.27.help.text
msgid ""
"You can quickly exit manual formatting by pressing the right-arrow key. For "
"example, if you are pressed Ctrl+B to apply the bold typeface to the text "
"that you type, press the right arrow to return to the default character "
"format of the paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/reset_format.xhp#par_id3155854.28.help.text
msgid ""
"To reset all direct formatting of existing text, select that text, then "
"choose the menu command \\<emph\\>Format - Default Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/resize_navigator.xhp#tit.help.text
msgid "Docking and Resizing Windows"
msgstr ""

#: helpcontent2/source/text/swriter/guide/resize_navigator.xhp#bm_id3145088.help.text
msgid ""
"\\<bookmark_value\\>Navigator;docking and "
"resizing\\</bookmark_value\\>\\<bookmark_value\\>Styles and Formatting "
"window;docking and "
"resizing\\</bookmark_value\\>\\<bookmark_value\\>Gallery;docking and "
"resizing\\</bookmark_value\\>\\<bookmark_value\\>docking; Navigator "
"window\\</"
"bookmark_value\\>\\<bookmark_value\\>resizing;windows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/resize_navigator.xhp#hd_id3145088.26.help.text
msgid ""
"\\<variable id=\\\"resize_navigator\\\"\\>\\<link "
"href=\\\"text/swriter/guide/resize_navigator.xhp\\\" name=\\\"Docking and "
"Resizing Windows\\\"\\>Docking and Resizing Windows\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/resize_navigator.xhp#par_id3155916.25.help.text
msgid ""
"You can dock, undock and resize most $[officename] program windows such as "
"the Navigator or the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/resize_navigator.xhp#par_id3155861.27.help.text
msgid ""
"To dock or undock the Navigator or the Styles and Formatting window, double-"
"click on a gray area in the window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/resize_navigator.xhp#par_id3156096.28.help.text
msgid "To resize the window, drag a corner or an edge of the window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#tit.help.text
msgid "Using Rulers"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#bm_id8186284.help.text
msgid ""
"\\<bookmark_value\\>rulers;using "
"rulers\\</bookmark_value\\>\\<bookmark_value\\>horizontal "
"rulers\\</bookmark_value\\>\\<bookmark_value\\>vertical "
"rulers\\</bookmark_value\\>\\<bookmark_value\\>indent settings on "
"rulers\\</bo"
"okmark_value\\>\\<bookmark_value\\>changing;indents\\</bookmark_va"
"lue\\>\\<bookmark_value\\>page margins on "
"rulers\\</bookmark_value\\>\\<bookmark_value\\>table cells;adjusting the "
"width on rulers\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_idN1065F.help.text
msgid ""
"\\<variable id=\\\"ruler\\\"\\>\\<link "
"href=\\\"text/swriter/guide/ruler.xhp\\\"\\>Using "
"Rulers\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_idN1067D.help.text
msgid ""
"To show or hide rulers, choose \\<emph\\>View - Ruler\\</emph\\>. To show "
"the vertical ruler, choose \\<link "
"href=\\\"text/shared/optionen/01040200.xhp\\\" name=\\\"Tools - Options - "
"Writer - View\\\"\\>\\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"View\\</emph\\>\\</link\\>, and then select \\<emph\\>Vertical "
"ruler\\</emph\\> in the \\<emph\\>Ruler\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#hd_id3149686.20.help.text
msgid "Adjusting Page Margins"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3155175.3.help.text
msgid ""
"The margins of a page are indicated by the filled areas at the ends of the "
"rulers."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#hd_id3149038.22.help.text
msgid "Changing Indents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3153631.23.help.text
msgid ""
"Indents are adjusted with the three small triangles on the horizontal ruler."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3152776.26.help.text
msgid ""
"To change the left or the right paragraph indent, select the paragraph(s) "
"that you want change the indent for, drag the bottom left or the bottom "
"right triangle on the horizontal ruler to a new location. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3145769.27.help.text
msgid ""
"To change the first line indent of a selected paragraph, drag the top left "
"triangle on the horizontal ruler to a new location."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3149164.12.help.text
msgid ""
"You can also double-click anywhere on the horizontal ruler, and adjust the "
"indents in the \\<link href=\\\"text/shared/01/05030000.xhp\\\" "
"name=\\\"Paragraph\\\"\\>\\<emph\\>Paragraph\\</emph\\>\\</link\\> dialog."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#hd_id3156273.24.help.text
msgid "Adjusting the Width of Table Cells"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3151384.help.text
msgid ""
"\\<image id=\\\"img_id3155911\\\" src=\\\"res/helpimg/hsizebar.png\\\" "
"width=\\\"0.847cm\\\" height=\\\"0.847cm\\\"\\>\\<alt "
"id=\\\"alt_id3155911\\\"\\>Mouse cursor when changing column "
"width\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3155865.7.help.text
msgid ""
"To adjust the width of a table cell, click in the cell, and then drag one of "
"its column dividers (double vertical line) on the horizontal ruler to a new "
"location."
msgstr ""

#: helpcontent2/source/text/swriter/guide/ruler.xhp#par_id3150120.8.help.text
msgid ""
"To maintain the proportion of the columns in the opposite direction that you "
"drag, hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> while you drag."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#tit.help.text
msgid "Using Wildcards in Text Searches"
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#bm_id3150099.help.text
msgid ""
"\\<bookmark_value\\>searching; with "
"wildcards\\</bookmark_value\\>\\<bookmark_value\\>regular "
"expressions;searching\\</bookmark_value\\>\\<bookmark_value\\>wildcards; "
"searching in text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#hd_id3150099.15.help.text
msgid ""
"\\<variable id=\\\"search_regexp\\\"\\>\\<link "
"href=\\\"text/swriter/guide/search_regexp.xhp\\\"\\>Using Wildcards in Text "
"Searches\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3155182.50.help.text
msgid ""
"You can use wildcards when you find and replace text in a document. For "
"example, \"s.n\" finds \"sun\" and \"son\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3155907.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3155907.40.h"
"elp.text\n"
"Choose \\<emph\\>Edit - Find & Replace\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3155861.41.help.text
msgid "Select the \\<emph\\>Regular expressions\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3149843.42.help.text
msgid ""
"In the \\<emph\\>Search for \\</emph\\>box, type the search term and the "
"wildcard(s) that you want to use in your search."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3156113.51.help.text
msgid "Click \\<emph\\>Find \\</emph\\>or\\<emph\\> Find All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#hd_id3153401.52.help.text
msgid "Regular Expression Examples"
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3149641.44.help.text
msgid "The wildcard for a single character is a period (.)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3153136.43.help.text
msgid ""
"The wildcard for zero or more occurrences of the previous character is an "
"asterisk. For example: \"123*\" finds \"12\" \"123\", and \"1233\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3149609.45.help.text
msgid ""
"The wildcard combination to search for zero or more occurrences of any "
"character is a period and asterisk (.*)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3149854.46.help.text
msgid ""
"The wildcard for the end of a paragraph is a dollar sign ($). The wildcard "
"character combination for the start of a paragraph is a caret and a period "
"(^.)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3153414.49.help.text
msgid ""
"You can only search for regular expressions within the same paragraph. That "
"is, you cannot search for one term in a paragraph and a different term in "
"the next paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/search_regexp.xhp#par_id3149875.48.help.text
msgid ""
"\\<link href=\\\"text/shared/01/02100001.xhp\\\" name=\\\"List of "
"Wildcards\\\"\\>List of Wildcards\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#tit.help.text
msgid "Editing Sections"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#bm_id3149816.help.text
msgid ""
"\\<bookmark_value\\>text sections; "
"editing\\</bookmark_value\\>\\<bookmark_value\\>sections; "
"editing\\</bookmark_"
"value\\>\\<bookmark_value\\>editing;sections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#hd_id3149816.13.help.text
msgid ""
"\\<variable id=\\\"section_edit\\\"\\>\\<link "
"href=\\\"text/swriter/guide/section_edit.xhp\\\" name=\\\"Editing "
"Sections\\\"\\>Editing Sections\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3155858.14.help.text
msgid ""
"You can protect, hide, and convert sections to normal text in your document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3154224.15.help.text
msgid ""
"Choose \\<link href=\\\"text/swriter/01/02170000.xhp\\\" name=\\\"Format - "
"Sections\\\"\\>\\<emph\\>Format - Sections\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3149848.16.help.text
msgid ""
"In the \\<emph\\>Section \\</emph\\>list, click the section you want to "
"modify."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3153397.17.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3153397.17.he"
"lp.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3153120.18.help.text
msgid ""
"To convert a section into normal text, click \\<emph\\>Remove\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3149631.19.help.text
msgid ""
"To make a section read-only, select the \\<emph\\>Protected \\</emph\\>check "
"box in the \\<emph\\>Write Protection \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3149609.20.help.text
msgid ""
"To hide a section, select the \\<emph\\>Hide \\</emph\\>check box in the "
"\\<emph\\>Hide \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3149874.21.help.text
msgid ""
"Set the other options that you want, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_edit.xhp#par_id3156255.22.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/02170000.xhp\\\" name=\\\"Format - "
"Sections\\\"\\>Format - Sections\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/guide/section_insert.xhp#tit.help.text\n"
"Inserting Sections"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#bm_id3149695.help.text
msgid ""
"\\<bookmark_value\\>sections; "
"inserting\\</bookmark_value\\>\\<bookmark_value\\>inserting; "
"sections\\</bookmark_value\\>\\<bookmark_value\\>HTML;text "
"sections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#hd_id3149695.16.help.text
msgid ""
"\\<variable id=\\\"section_insert\\\"\\>\\<link "
"href=\\\"text/swriter/guide/section_insert.xhp\\\" name=\\\"Inserting "
"Sections\\\"\\>Inserting Sections\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3155917.26.help.text
msgid ""
"You can insert new sections, or links to sections in other documents into "
"the current document. If you insert a section as a link, the content of the "
"link changes when you modify the source document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#hd_id3155863.27.help.text
msgid "To insert a new section:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149843.23.help.text
msgid ""
"Click in your document where you want to insert a new section, or select the "
"text that you want to convert to a section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3156103.28.help.text
msgid ""
"If you select a text that occurs within a paragraph, the text is "
"automatically converted into a new paragraph."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149281.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149281.24."
"help.text\n"
"Choose \\<emph\\>Insert - Section\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3153404.29.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3153404.29."
"help.text\n"
"In the \\<emph\\>New Section \\</emph\\>box, type a name for the section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3153127.25.help.text
msgid ""
"Set the options for the section, and then click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#hd_id3149635.30.help.text
msgid "To insert a section as a link:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149648.31.help.text
msgid ""
"Before you can insert a section as link, you must first create sections in "
"the source document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149611.18.help.text
msgid ""
"When you open a document that contains linked sections, $[officename] "
"prompts you to update the contents of the sections. To manually update a "
"link, choose \\<emph\\>Tools - Update - Links\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149860.22.help.text
msgid ""
"You can also insert linked sections in HTML documents. When you view the "
"page in a web browsers, the content of the sections corresponds to the "
"content of the sections at the time the HTML document was last saved."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3145104.32.help.text
msgid "Click in your document where you want to insert the linked section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3156241.33.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3156241.33."
"help.text\n"
"Choose \\<emph\\>Insert - Section\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3153363.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3153363.34."
"help.text\n"
"In the \\<emph\\>New Section \\</emph\\>box, type a name for the section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3153387.35.help.text
msgid ""
"In the \\<emph\\>Link \\</emph\\>area, select the \\<emph\\>Link "
"\\</emph\\>check box. \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Under Windows, you can also select the "
"\\<emph\\>DDE\\</emph\\> check box to automatically update the contents of "
"the section when the section in the source document is "
"changed.\\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3154852.36.help.text
msgid ""
"Click the browse button (\\<emph\\>...\\</emph\\>) next to the "
"\\<emph\\>File name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3155882.37.help.text
msgid ""
"Locate the document containing the section that you want to link to, and "
"then click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3149978.38.help.text
msgid ""
"In the \\<emph\\>Section \\</emph\\>box, select the section that you want to "
"insert."
msgstr ""

#: helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3150003.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/section_insert.xhp#par_id3150003.39."
"help.text\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#tit.help.text
msgid "Using Sections"
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#bm_id3149832.help.text
msgid ""
"\\<bookmark_value\\>multicolumn "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; "
"multicolumn\\</bookmark_value\\>\\<bookmark_value\\>columns; on text "
"pages\\</bookmark_value\\>\\<bookmark_value\\>text "
"columns\\</bookmark_value\\>\\<bookmark_value\\>sections; "
"remarks\\</bookmark_value\\>\\<bookmark_value\\>text; "
"sections\\</bookmark_value\\>\\<bookmark_value\\>sections; columns "
"in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#hd_id3149832.40.help.text
msgid ""
"\\<variable id=\\\"sections\\\"\\>\\<link "
"href=\\\"text/swriter/guide/sections.xhp\\\" name=\\\"Using "
"Sections\\\"\\>Using Sections\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3153128.2.help.text
msgid ""
"Sections are named blocks of text, including graphics or objects, that you "
"can use in a number of ways:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3149284.5.help.text
msgid "To prevent text from being edited."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3149630.4.help.text
msgid "To show or hide text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3149647.20.help.text
msgid "To reuse text and graphics from other $[officename] documents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3149612.38.help.text
msgid ""
"To insert sections of text that uses a different column layout than the "
"current page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3149855.7.help.text
msgid ""
"A section contains at least one paragraph. When you select a text and create "
"a section, a paragraph break is automatically inserted at the end of the "
"text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3149872.8.help.text
msgid ""
"You can insert sections from a text document, or an entire text document as "
"a section into another text document. You can also insert sections from a "
"text document as links in another text document, or in the same document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3153367.39.help.text
msgid ""
"To insert a new paragraph immediately before or after a section, click in "
"front or behind the section, and then press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>+Enter."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#hd_id3154242.44.help.text
msgid "Sections and Columns"
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3154255.41.help.text
msgid ""
"You can insert sections into an existing section. For example, you can "
"insert a section containing two columns into a section that contains one "
"column."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3154845.42.help.text
msgid ""
"A section layout, for example on the number of columns, has priority over "
"the page layout defined in a page style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/sections.xhp#par_id3155883.help.text
msgid ""
"\\<link href=\\\"text/shared/00/00000005.xhp#dde\\\" "
"name=\\\"DDE\\\"\\>DDE\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#tit.help.text
msgid "Checking Spelling in Other Languages"
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#bm_id3152443.help.text
msgid ""
"\\<bookmark_value\\>languages; recognition "
"of\\</bookmark_value\\>\\<bookmark_value\\>recognition of "
"languages\\</bookmark_value\\>\\<bookmark_value\\>spellcheck;all "
"languages\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#hd_id3152443.33.help.text
msgid ""
"\\<variable id=\\\"select_language\\\"\\>\\<link "
"href=\\\"text/swriter/guide/select_language.xhp\\\" name=\\\"Checking "
"Spelling in Other Languages\\\"\\>Checking Spelling in Other "
"Languages\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#par_id3155914.34.help.text
msgid ""
"$[officename] can check the spelling of words in more than one language, "
"provided that you have installed dictionaries for the other languages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#par_id3153122.35.help.text
msgid ""
"Choose \\<emph\\>Tools - Options - Language Settings - Writing "
"Aids\\</emph\\>, and ensure that the \\<emph\\>Check in all "
"languages\\</emph\\> check box in the \\<emph\\>Options \\</emph\\>list is "
"selected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#par_id3149643.39.help.text
msgid "Activate the AutoSpellcheck icon in the Standard bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/select_language.xhp#par_id3156257.37.help.text
msgid ""
"If you do not enable the \\<emph\\>Check in all languages "
"\\</emph\\>feature, words that do not occur in the default language of the "
"document are underlined by a wavy red line. To assign the underlined word to "
"another language, right-click the word, and then choose\\<emph\\> Word is "
"\\</emph\\>or \\<emph\\>Paragraph is\\</emph\\>, where the suggested "
"language and country is shown in the command."
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#tit.help.text
msgid "Saving Text Documents in HTML Format"
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#bm_id3145087.help.text
msgid ""
"\\<bookmark_value\\>text; publishing in "
"HTML\\</bookmark_value\\>\\<bookmark_value\\>HTML; publishing text "
"documents\\</bookmark_value\\>\\<bookmark_value\\>homepage "
"creation\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#hd_id3145087.1.help.text
msgid ""
"\\<variable id=\\\"send2html\\\"\\>\\<link "
"href=\\\"text/swriter/guide/send2html.xhp\\\" name=\\\"Saving Text Documents "
"in HTML Format\\\"\\>Saving Text Documents in HTML "
"Format\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#par_id3149825.2.help.text
msgid ""
"You can save a $[officename] Writer document in HTML format, so that you can "
"view it in a web browser. If you want, you can associate a page break with a "
"specific heading paragraph style to generate a separate HTML page each time "
"the style appears in the document. $[officename] Writer automatically "
"creates a page containing hyperlinks to each of these pages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#par_id3155922.3.help.text
msgid ""
"When you save a text document in HTML format, any graphics in the document "
"are saved in JPEG format. The name of the HTML document is added as a prefix "
"to the name of the graphic file. The JPEG images are saved in the same "
"folder as the HTML document and are referenced with <IMG> tags in the HTML "
"code."
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#par_id3155868.5.help.text
msgid ""
"Apply one of the default $[officename] heading paragraph styles, for "
"example, \"Heading 1\", to the paragraphs where you want to generate a new "
"HTML page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#par_id3156100.6.help.text
msgid "Choose \\<emph\\>File - Send - Create HTML Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#par_id3149281.7.help.text
msgid ""
"In the \\<emph\\>Styles \\</emph\\>box, select the paragraph style that you "
"want to use to generate a new HTML page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/send2html.xhp#par_id3153407.9.help.text
msgid ""
"Enter a path and a name for the HTML document, and then click "
"\\<emph\\>Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#tit.help.text
msgid "Applying Text Formatting While You Type"
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#bm_id3149689.help.text
msgid ""
"\\<bookmark_value\\>text; formatting while "
"typing\\</bookmark_value\\>\\<bookmark_value\\>formatting; while "
"typing\\</bookmark_value\\>\\<bookmark_value\\>keyboard; shortcuts in "
"text\\</bookmark_value\\>\\<bookmark_value\\>bold;formatting while "
"typing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#hd_id3149689.1.help.text
msgid ""
"\\<variable id=\\\"shortcut_writing\\\"\\>\\<link "
"href=\\\"text/swriter/guide/shortcut_writing.xhp\\\" name=\\\"Applying Text "
"Formatting While You Type\\\"\\>Applying Text Formatting While You "
"Type\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#hd_id3155909.2.help.text
msgid "To apply bold formatting"
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#par_id3155861.14.help.text
msgid "Select the text that you want to format."
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#par_id3149836.5.help.text
msgid ""
"Press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+B."
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#par_id3156112.6.help.text
msgid ""
"You can also press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+B, type the text that you want to format in "
"bold, and then press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+B when you are finished."
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#par_id3149648.12.help.text
msgid ""
"\\<link href=\\\"text/swriter/04/01020000.xhp\\\" name=\\\"Keyboard shortcut "
"for text documents\\\"\\>Keyboard shortcut for text documents\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/shortcut_writing.xhp#par_id3149611.13.help.text
msgid ""
"\\<link href=\\\"text/shared/main0400.xhp\\\" name=\\\"Keyboard shortcut in "
"$[officename]\\\"\\>Keyboard shortcut in $[officename]\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#tit.help.text
msgid "Checking Spelling Manually"
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#bm_id3149684.help.text
msgid ""
"\\<bookmark_value\\>spellcheck; "
"dialog\\</bookmark_value\\>\\<bookmark_value\\>checking "
"spelling;manually\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#hd_id3149684.37.help.text
msgid ""
"\\<variable id=\\\"spellcheck_dialog\\\"\\>\\<link "
"href=\\\"text/swriter/guide/spellcheck_dialog.xhp\\\" name=\\\"Checking "
"Spelling Manually\\\"\\>Checking Spelling Manually\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3149814.9.help.text
msgid ""
"You can manually check the spelling of a text selection or the entire "
"document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3149828.10.help.text
msgid ""
"The spellcheck starts at the current cursor position, or at the beginning of "
"the text selection."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3155859.43.help.text
msgid "Click in the document, or select the text that you want to check."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3149836.44.help.text
msgid "Choose \\<emph\\>Tools - Spellcheck\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3156104.45.help.text
msgid ""
"When a possible spelling error is encountered, the \\<emph\\>Spellcheck "
"\\</emph\\>dialog opens and $[officename] offers some suggested corrections."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3149861.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3149861."
"46.help.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3145099.47.help.text
msgid ""
"To accept a correction, click the suggestion, and then click "
"\\<emph\\>Change\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3156241.48.help.text
msgid ""
"Edit the sentence in the upper text box, and then click "
"\\<emph\\>Change\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3155886.40.help.text
msgid ""
"To add the unknown word to a user-defined dictionary, click "
"\\<emph\\>Add\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3153021.8.help.text
msgid ""
"To open the \\<emph\\>Spellcheck \\</emph\\>dialog in a document that does "
"not have misspelled words, type a misspelled word, and then choose "
"\\<emph\\>Tools - Spellcheck - Check\\</emph\\> or press F7."
msgstr ""

#: helpcontent2/source/text/swriter/guide/spellcheck_dialog.xhp#par_id3147107.49.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06010000.xhp\\\" name=\\\"Spellcheck "
"dialog\\\"\\>Spellcheck dialog\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#tit.help.text
msgid "Applying Styles in Fill Format Mode"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#bm_id3145084.help.text
msgid ""
"\\<bookmark_value\\>fill format mode; in "
"text\\</bookmark_value\\>\\<bookmark_value\\>copying; "
"styles\\</bookmark_value\\>\\<bookmark_value\\>brush for copying "
"styles\\</bookmark_value\\>\\<bookmark_value\\>styles; "
"transferring\\</bookmark_value\\>\\<bookmark_value\\>formats; copying and "
"pasting\\</bookmark_value\\>\\<bookmark_value\\>text formats; copying and "
"pasting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#hd_id3145084.31.help.text
msgid ""
"\\<variable id=\\\"stylist_fillformat\\\"\\>\\<link "
"href=\\\"text/swriter/guide/stylist_fillformat.xhp\\\" name=\\\"Applying "
"Styles in Fill Format Mode\\\"\\>Applying Styles in Fill Format "
"Mode\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3155855.42.help.text
msgid ""
"You can quickly apply styles, such as paragraph and character styles, in "
"your document by using the Fill Format Mode in the Styles and Formatting "
"window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3156114.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3156114"
".32.help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3153128.33.help.text
msgid "Click the icon of the style category that you want to apply."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3145090.17.help.text
msgid ""
"Click the style, and then click the \\<emph\\>Fill Format Mode\\</emph\\> "
"icon \\<image id=\\\"img_id3149644\\\" "
"src=\\\"res/commandimagelist/sc_fillstyle.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3149644\\\"\\>Icon\\</alt\\>\\</image\\> in the "
"\\<emph\\>Styles and Formatting\\</emph\\> window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3153371.29.help.text
msgid ""
"Move the mouse pointer to where you want to apply the style in the document, "
"and click. To apply the style to more than one item, drag to select the "
"items, and then release."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3154263.34.help.text
msgid "Press Esc when finished."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3159259.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fillformat.xhp#par_id3159259"
".35.help.text\n"
"\\<link href=\\\"text/swriter/01/05140000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#tit.help.text
msgid "Creating New Styles From Selections"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#bm_id3155911.help.text
msgid ""
"\\<bookmark_value\\>styles; creating from "
"selections\\</bookmark_value\\>\\<bookmark_value\\>templates; creating from "
"selections\\</bookmark_value\\>\\<bookmark_value\\>creating;new styles from "
"selections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#hd_id3155911.34.help.text
msgid ""
"\\<variable id=\\\"stylist_fromselect\\\"\\>\\<link "
"href=\\\"text/swriter/guide/stylist_fromselect.xhp\\\" name=\\\"Creating New "
"Styles From Selections\\\"\\>Creating New Styles From "
"Selections\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3149829.35.help.text
msgid ""
"You can quickly create a new style from an existing style that you have "
"applied manual formatting to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3156097.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3156097"
".36.help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3153402.42.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3153402"
".42.help.text\n"
"Click the icon of the style category that you want to create."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3153119.37.help.text
msgid ""
"Click in the document where you want to copy the style from, for example, in "
"a paragraph that you applied manual formatting to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3153138.38.help.text
msgid ""
"Click the \\<emph\\>New Style from Selection \\</emph\\>icon \\<image "
"id=\\\"img_id3149859\\\" "
"src=\\\"res/commandimagelist/sc_styleupdatebyexample.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149859\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3156260.43.help.text
msgid "Type a name in the \\<emph\\>Style Name \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154411.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154411"
".44.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#hd_id3153373.20.help.text
msgid "To create a new style by drag-and-drop:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154233.31.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154233"
".31.help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154258.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154258"
".45.help.text\n"
"Click the icon of the style category that you want to create."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154851.32.help.text
msgid ""
"Select at least one character, or object, in the style that you want to "
"copy. For page and frame styles, select at least one character or object in "
"the page or frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3154871.33.help.text
msgid ""
"Drag the character or object to the Styles and Formatting window and release."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_idN107B2.help.text
msgid ""
"For Paragraph and Character Styles, you can drag-and-drop onto the "
"respective icon in the Styles and Formatting window. You do not need to open "
"that style category in advance."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_idN107B5.help.text
msgid ""
"You can also drag-and-drop a frame into the Styles and Formatting window to "
"create a new frame style: Click the frame, wait a moment with the mouse "
"button pressed down, but without moving the mouse, then drag to the Styles "
"and Formatting window and drop the frame onto the Frame Styles icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3149988.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_fromselect.xhp#par_id3149988"
".40.help.text\n"
"\\<link href=\\\"text/swriter/01/05140000.xhp\\\" "
"name=\\\"Styles\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#tit.help.text
msgid "Updating Styles From Selections"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#bm_id3155915.help.text
msgid ""
"\\<bookmark_value\\>Stylist, see Styles and Formatting "
"window\\</bookmark_value\\>\\<bookmark_value\\>styles; updating from "
"selections\\</bookmark_value\\>\\<bookmark_value\\>templates; updating from "
"selections\\</bookmark_value\\>\\<bookmark_value\\>Styles and Formatting "
"window; updating from "
"selections\\</bookmark_value\\>\\<bookmark_value\\>updating; styles, from "
"selections\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#hd_id3155915.38.help.text
msgid ""
"\\<variable id=\\\"stylist_update\\\"\\>\\<link "
"href=\\\"text/swriter/guide/stylist_update.xhp\\\" name=\\\"Updating Styles "
"From Selections\\\"\\>Updating Styles From "
"Selections\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3149838.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3149838.40."
"help.text\n"
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3156107.47.help.text
msgid "Click the icon of the style category that you want to update."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3149283.41.help.text
msgid ""
"Click in the document where you want to copy the updated style from, for "
"example, in a paragraph that you applied manual formatting to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3153402.42.help.text
msgid ""
"In the Styles and Formatting windows, click the style that you want to "
"update."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3153119.43.help.text
msgid ""
"Click the \\<emph\\>Update Style\\</emph\\> icon \\<image "
"id=\\\"img_id3149615\\\" "
"src=\\\"res/commandimagelist/sc_styleupdatebyexample.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149615\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3155498.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/stylist_update.xhp#par_id3155498.45."
"help.text\n"
"\\<link href=\\\"text/swriter/01/05140000.xhp\\\" name=\\\"Styles and "
"Formatting\\\"\\>Styles and Formatting\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#tit.help.text
msgid "Making Text Superscript or Subscript"
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#bm_id3155174.help.text
msgid ""
"\\<bookmark_value\\>text; subscript and "
"superscript\\</bookmark_value\\>\\<bookmark_value\\>superscript "
"text\\</bookmark_value\\>\\<bookmark_value\\>subscript "
"text\\</bookmark_value\\>\\<bookmark_value\\>characters;subscript and "
"superscript\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#hd_id3155174.1.help.text
msgid ""
"\\<variable id=\\\"subscript\\\"\\>\\<link "
"href=\\\"text/swriter/guide/subscript.xhp\\\" name=\\\"Making Text "
"Superscript or Subscript\\\"\\>Making Text Superscript or "
"Subscript\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3155917.2.help.text
msgid "Select the text that you want to make superscript or subscript."
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3155865.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3155865.28.help."
"text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3149829.4.help.text
msgid ""
"Choose \\<emph\\>Format - Character - Position\\</emph\\>, and then select "
"\\<emph\\>Superscript\\</emph\\> or \\<emph\\>Subscript\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3156111.3.help.text
msgid ""
"Press Ctrl+Shift+P to make the text superscript, and Ctrl+Shift+B to make "
"the text subscript."
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3153416.26.help.text
msgid ""
"\\<link href=\\\"text/shared/01/05020500.xhp\\\" name=\\\"Format - Character "
"- Position\\\"\\>Format - Character - Position\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/subscript.xhp#par_id3154705.27.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040200.xhp\\\" name=\\\"Tools - "
"AutoCorrect - Replace\\\"\\>Tools - AutoCorrect - Replace\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#tit.help.text
msgid "Adding or Deleting a Row or Column to a Table Using the Keyboard"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#bm_id3156377.help.text
msgid ""
"\\<bookmark_value\\>rows; inserting in text tables by "
"keyboard\\</bookmark_value\\>\\<bookmark_value\\>columns; inserting in text "
"tables by keyboard\\</bookmark_value\\>\\<bookmark_value\\>text tables; "
"inserting/deleting rows or "
"columns\\</bookmark_value\\>\\<bookmark_value\\>keyboard;adding/deleting "
"rows and columns\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#hd_id3156377.22.help.text
msgid ""
"\\<variable id=\\\"table_cells\\\"\\>\\<link "
"href=\\\"text/swriter/guide/table_cells.xhp\\\" name=\\\"Adding or Deleting "
"a Row or Column to a Table Using the Keyboard\\\"\\>Adding or Deleting a Row "
"or Column to a Table Using the Keyboard\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3149487.27.help.text
msgid ""
"You can add or delete rows or columns in table as well as split or merge "
"table cells using the keyboard."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3155906.28.help.text
msgid ""
"To insert a new row in a table, place the cursor in a table cell, press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Ins, and then press the up or down arrow key. "
"You can also move the cursor to the last cell in the table, and then press "
"Tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3147412.25.help.text
msgid ""
"To insert a new column, place the cursor in a table cell, press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Ins, and then press the left or right arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3156096.29.help.text
msgid ""
"To split a table cell instead of adding a column, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>+Ins, and "
"then hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\> while you press the left or right arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3153408.26.help.text
msgid ""
"To delete a row, place the cursor in a table cell, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>+Del, and "
"then press the up or down arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3149626.30.help.text
msgid ""
"To delete a column, place the cursor in a table cell, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\>+Del, and "
"then press the left or the right arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_cells.xhp#par_id3149612.31.help.text
msgid ""
"To merge a table into an adjacent cell, place the cursor in the cell, press "
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Del, hold down \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>, and then "
"press the left or the right arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_delete.xhp#tit.help.text
msgid "Deleting Tables or the Contents of a Table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_delete.xhp#bm_id3149489.help.text
msgid ""
"\\<bookmark_value\\>deleting; tables or table "
"contents\\</bookmark_value\\>\\<bookmark_value\\>tables; "
"deleting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_delete.xhp#hd_id3149489.1.help.text
msgid ""
"\\<variable id=\\\"table_delete\\\"\\>\\<link "
"href=\\\"text/swriter/guide/table_delete.xhp\\\" name=\\\"Deleting Tables or "
"the Contents of a Table\\\"\\>Deleting Tables or the Contents of a "
"Table\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_delete.xhp#par_id3155918.2.help.text
msgid ""
"You can delete a table from your document, or delete the contents of the "
"table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_delete.xhp#par_id3155863.5.help.text
msgid ""
"To delete a whole table, click in the table, and then choose \\<emph\\>Table "
"- Delete - Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_delete.xhp#par_id3153415.6.help.text
msgid ""
"To delete the contents of a table, click in the table, press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+A until "
"all cells are selected, and then press Delete or Backspace."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#tit.help.text
msgid "Inserting Tables"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#bm_id3156377.help.text
msgid ""
"\\<bookmark_value\\>tables; inserting text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>inserting; tables in "
"text\\</bookmark_value\\>\\<bookmark_value\\>DDE; inserting "
"tables\\</bookmark_value\\>\\<bookmark_value\\>OLE objects; inserting tables "
"in\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#hd_id3156377.31.help.text
msgid ""
"\\<variable id=\\\"table_insert\\\"\\>\\<link "
"href=\\\"text/swriter/guide/table_insert.xhp\\\" name=\\\"Inserting "
"Tables\\\"\\>Inserting Tables\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149489.32.help.text
msgid ""
"There are several ways to create a table in a text document. You can insert "
"a table from a toolbar, through a menu command, or from a spreadsheet. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#hd_id3155908.33.help.text
msgid "To insert a table from the Insert toolbar"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3155861.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3155861.34.he"
"lp.text\n"
"Place the cursor in your document where you want to insert the table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3147416.28.help.text
msgid ""
"On the \\<emph\\>Standard\\</emph\\> bar, click the arrow next to the "
"\\<emph\\>Table\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3153398.29.help.text
msgid ""
"In the table grid, drag to select the numbers of rows and columns that you "
"want, and then release."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3153416.30.help.text
msgid ""
"To cancel, drag to the other side until \\<emph\\>Cancel\\</emph\\> appears "
"in the preview area of the grid."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#hd_id3153135.35.help.text
msgid "To insert a table with a menu command"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149642.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149642.36.he"
"lp.text\n"
"Place the cursor in your document where you want to insert the table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149609.37.help.text
msgid "Choose \\<emph\\>Table - Insert - Table\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149858.66.help.text
msgid ""
"In the \\<emph\\>Size\\</emph\\> area, enter the number of rows and columns."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3145097.67.help.text
msgid "Select the options that you want, click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#hd_id3149572.43.help.text
msgid "Inserting a Table From a Calc Spreadsheet"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149594.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149594.44.he"
"lp.text\n"
"Open the $[officename] Calc spreadsheet containing the cell range that you "
"want to insert."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3156250.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3156250.45.he"
"lp.text\n"
"In the spreadsheet, drag to select the cells."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154395.68.help.text
msgid "Choose \\<emph\\>Edit - Copy\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154420.46.help.text
msgid "In your text document, do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3153383.47.help.text
msgid ""
"Choose \\<emph\\>Edit - Paste\\</emph\\>. The cell range is pasted as an OLE "
"object. To edit the contents of the cells, double-click the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154248.48.help.text
msgid ""
"Choose \\<emph\\>Edit - Paste Special\\</emph\\>, and choose from the "
"following options:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154844.49.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154844.49.he"
"lp.text\n"
"Options"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154867.50.help.text
msgid "Is inserted as..."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3155893.51.help.text
msgid "$[officename] $[officeversion] Spreadsheet"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3149986.52.help.text
msgid "OLE object - as with Ctrl+V or drag-and-drop"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3148674.53.help.text
msgid "GDIMetaFile"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3148697.54.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3148697.54.he"
"lp.text\n"
"Graphic"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3153027.55.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3153027.55.he"
"lp.text\n"
"Bitmap"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3148957.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3148957.56.he"
"lp.text\n"
"Graphic"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3147104.57.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3147104.57.he"
"lp.text\n"
"HTML"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3147126.58.help.text
msgid "HTML table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150223.59.help.text
msgid "Unformatted text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150246.60.help.text
msgid "Text only, tab stops as separators"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3145227.61.help.text
msgid "Formatted text [RTF]"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150938.62.help.text
msgid "Text table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150965.63.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline select=\\\"WIN\\\"\\>DDE "
"link (only under Windows) \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3154377.64.help.text
msgid ""
"\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"WIN\\\"\\>Table structure and contents, without formatting. With "
"updating \\</caseinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#hd_id3151093.38.help.text
msgid "Drag-and-Drop a Cell Range From a Calc Spreadsheet"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3151116.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3151116.39.he"
"lp.text\n"
"Open the $[officename] Calc spreadsheet containing the cell range that you "
"want to insert."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150515.69.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150515.69.he"
"lp.text\n"
"In the spreadsheet, drag to select the cells."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3150534.40.help.text
msgid "Click and hold the mouse button in the selected cells."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_insert.xhp#par_id3147527.41.help.text
msgid "Drag the selected cells into the text document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#tit.help.text
msgid "Repeating a Table Header on a New Page"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#bm_id3155870.help.text
msgid ""
"\\<bookmark_value\\>table headings; repeating after page "
"breaks\\</bookmark_value\\>\\<bookmark_value\\>repeating; table headings "
"after page breaks\\</bookmark_value\\>\\<bookmark_value\\>headers; repeating "
"in tables\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#hd_id3153406.6.help.text
msgid ""
"\\<variable id=\\\"table_repeat_multiple_headers\\\"\\>\\<link "
"href=\\\"text/swriter/guide/table_repeat_multiple_headers.xhp\\\" "
"name=\\\"Repeating a Table Header on a New Page\\\"\\>Repeating a Table "
"Heading on a New Page\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#par_id3149636.7.help.text
msgid "You can repeat a table heading on each new page that the table spans."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#par_id3145098.8.help.text
msgid "Choose \\<emph\\>Table - Insert - Table\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#par_id3156240.9.help.text
msgid ""
"Select the \\<emph\\>Heading \\</emph\\>and the \\<emph\\>Repeat heading "
"\\</emph\\>check boxes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#par_id3153376.10.help.text
msgid "Select the number of rows and columns for the table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#par_id3153393.11.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_repeat_multiple_headers.xhp#pa"
"r_id3153393.11.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#tit.help.text
msgid "Selecting Tables, Rows, and Columns"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#bm_id7693411.help.text
msgid ""
""
"\\<bookmark_value\\>selecting;tables\\</bookmark_value\\>\\<bookmark_value\\>t"
"a"
"bles;selecting\\</bookmark_value\\>\\<bookmark_value\\>columns;selecting\\</b"
"ookmark_value\\>\\<bookmark_value\\>rows;selecting\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#par_idN105F0.help.text
msgid ""
"\\<variable id=\\\"table_select\\\"\\>\\<link "
"href=\\\"text/swriter/guide/table_select.xhp\\\"\\>Selecting Tables, Rows, "
"and Columns\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#par_idN1060E.help.text
msgid ""
"You can select a table in a text document with a keyboard or with a mouse."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#par_idN10614.help.text
msgid ""
"To select a table with the keyboard, move the cursor into the table, and "
"then press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+A until all the cells are selected."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#par_idN10633.help.text
msgid ""
"To select a table with the mouse, move the mouse pointer to a position just "
"above and left of the table. The mouse pointer becomes a diagonal arrow. "
"Click to select the table."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_select.xhp#par_idN10637.help.text
msgid ""
"To select a row or column with by mouse, point to a position just left of "
"the row or above the column. The mouse pointer becomes an arrow. Click to "
"select the row or column."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#tit.help.text
msgid "Resizing Rows and Columns in a Table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#bm_id3156108.help.text
msgid ""
"\\<bookmark_value\\>cells; enlarging and reducing in text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>text tables; enlarging "
"cells\\</bookmark_value\\>\\<bookmark_value\\>table cells; enlarging in "
"text\\</bookmark_value\\>\\<bookmark_value\\>tables; changing the "
"size\\</bookmark_value\\>\\<bookmark_value\\>keyboard; text "
"tables\\</bookmark_value\\>\\<bookmark_value\\>resizing;rows and columns in "
"text tables\\</bookmark_value\\>\\<bookmark_value\\>enlarging columns,cells "
"and table rows\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#hd_id3156108.12.help.text
msgid ""
"\\<variable id=\\\"table_sizing\\\"\\>\\<link "
"href=\\\"text/swriter/guide/table_sizing.xhp\\\" name=\\\"Resizing Rows and "
"Columns in a Table\\\"\\>Resizing Rows and Columns in a "
"Table\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3153140.13.help.text
msgid ""
"You can resize the width of table cells and columns, as well as change the "
"height of table rows."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3149615.help.text
msgid ""
"\\<image id=\\\"img_id3149622\\\" "
"src=\\\"res/commandimagelist/sc_optimizetable.png\\\" width=\\\"5.64mm\\\" "
"height=\\\"5.64mm\\\"\\>\\<alt "
"id=\\\"alt_id3149622\\\"\\>Icon\\</alt\\>\\</image\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3146497.22.help.text
msgid ""
"You can also distribute rows and columns evenly using the icons on the "
"\\<emph\\>Optimize\\</emph\\> toolbar on the \\<emph\\>Table Bar\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#hd_id3145109.24.help.text
msgid "Changing the Width of Columns and Cells"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#hd_id3149574.25.help.text
msgid "To change the width of a column:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3149587.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3149587.26.he"
"lp.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3156246.21.help.text
msgid ""
"Rest the mouse pointer over the column dividing line until the pointer "
"becomes a separator icon, and then drag the line to a new location."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3145390.27.help.text
msgid ""
"Rest the mouse pointer over the column dividing line on the ruler until the "
"pointer becomes a separator icon, and then drag the line to a new location."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3145411.14.help.text
msgid ""
"Place the cursor in a cell in the column, hold down the \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Option "
"\\</caseinline\"
"\>\\<defaultinline\\>Alt\\</defaultinline\\>\\</switchinline\\> key, and "
"then press the left or the right arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3153364.28.help.text
msgid ""
"To increase the distance from the left edge of the page to the edge of the "
"table, hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Shift, and then press the right arrow key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3155891.29.help.text
msgid ""
"You can specify the behavior for the arrow keys by choosing \\<emph\\>Tools -"
" Options - %PRODUCTNAME Writer - Table\\</emph\\>, and selecting the options "
"that you want in the \\<emph\\>Keyboard handling\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#hd_id3149993.30.help.text
msgid "To change the width of a cell:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3148676.31.help.text
msgid ""
"Hold down \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\>+Ctrl, and then press the left or the right "
"arrow key"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#hd_id3153014.32.help.text
msgid "Changing the Height of a Row"
msgstr ""

#: helpcontent2/source/text/swriter/guide/table_sizing.xhp#par_id3153035.33.help.text
msgid ""
"To change the height of a row, place the cursor in a cell in the row, hold "
"down the \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Option "
"\\</caseinline\\>\\<defaultinline\\>Alt\\</default"
"inline\\>\\</switchinline\\> key, and then press the up or the down arrow "
"key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#tit.help.text
msgid "Modifying Rows and Columns by Keyboard"
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#bm_id3155856.help.text
msgid ""
"\\<bookmark_value\\>table mode "
"selection\\</bookmark_value\\>\\<bookmark_value\\>proportional distribution "
"of tables\\</bookmark_value\\>\\<bookmark_value\\>relative distribution of "
"table cells\\</bookmark_value\\>\\<bookmark_value\\>tables; adapting the "
"width by keyboard\\</bookmark_value\\>\\<bookmark_value\\>cells; adapting "
"the width by keyboard\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#hd_id3155856.7.help.text
msgid ""
"\\<variable id=\\\"tablemode\\\"\\>\\<link "
"href=\\\"text/swriter/guide/tablemode.xhp\\\" name=\\\"Modifying the "
"Behavior of Rows and Columns for Table\\\"\\>Modifying Rows and Columns by "
"Keyboard\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#par_id3149835.12.help.text
msgid ""
"When you insert or delete cells, rows or columns in a table, the "
"\\<emph\\>Behavior of rows/columns\\</emph\\> options determine how the "
"neighboring elements are affected. For example, you can only insert new rows "
"and columns into a table with \\<emph\\>Fixed\\</emph\\> row and column "
"dimensions if space permits."
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#par_id7344279.help.text
msgid ""
"Note that these properties are valid only for changes to the column width "
"that are made using the keyboard. Using the mouse, you are free to make any "
"column width changes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#par_id3156110.8.help.text
msgid ""
"To set the \\<emph\\>Behavior of rows/columns \\</emph\\>options for tables "
"in text documents, choose \\<emph\\>Tools - Options - %PRODUCTNAME Writer - "
"Table\\</emph\\>, or use the \\<emph\\>Fixed\\</emph\\>, "
"\\<emph\\>Fixed/Proportional\\</emph\\>, and \\<emph\\>Variable\\</emph\\> "
"icons on the \\<emph\\>Table Bar\\</emph\\>. There are three display modes "
"for tables:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#par_id3149638.9.help.text
msgid ""
"\\<emph\\>Fixed\\</emph\\> - changes only affect the adjacent cell, and not "
"the entire table. For example, when you widen a cell, the adjacent cell "
"becomes narrower, but the width of the table remains constant."
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#par_id3149613.10.help.text
msgid ""
"\\<emph\\>Fixed, proportional\\</emph\\> - changes affect the entire table, "
"and wide cells shrink more than narrow cells. For example, when you widen a "
"cell, the adjacent cells become proportionally narrower, but the width of "
"the table remains constant."
msgstr ""

#: helpcontent2/source/text/swriter/guide/tablemode.xhp#par_id3149864.11.help.text
msgid ""
"\\<emph\\>Variable\\</emph\\> - changes affect the table size. For example, "
"when you widen a cell, the width of the table increases."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#tit.help.text
msgid "Creating a Document Template"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#bm_id3149688.help.text
msgid ""
"\\<bookmark_value\\>document "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates; creating "
"document templates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#hd_id3149688.62.help.text
msgid ""
"\\<variable id=\\\"template_create\\\"\\>\\<link "
"href=\\\"text/swriter/guide/template_create.xhp\\\" name=\\\"Creating a "
"Document Template\\\"\\>Creating a Document "
"Template\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3149492.63.help.text
msgid ""
"You can create a template to use as the basis for creating new text "
"documents."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3155915.64.help.text
msgid ""
"Create a document and add the content and formatting styles that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3147422.65.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3147422.65"
".help.text\n"
"Choose \\<emph\\>File - Templates - Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3149829.66.help.text
msgid ""
"In the \\<emph\\>New Template \\</emph\\>box, type a name for the new "
"template."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3156098.70.help.text
msgid ""
"Select a template category in the \\<emph\\>Categories \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3149281.71.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3149281.71"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3153404.67.help.text
msgid ""
"To create a document based on the template, choose\\<emph\\> File - New - "
"Templates and Documents\\</emph\\>, select the template, and then "
"click\\<emph\\> Open\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_create.xhp#par_id3149636.68.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01110300.xhp\\\" name=\\\"File - Templates - "
"Save\\\"\\>File - Templates - Save\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#tit.help.text
msgid "Changing the Default Template"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#bm_id3155913.help.text
msgid ""
"\\<bookmark_value\\>default templates; "
"defining\\</bookmark_value\\>\\<bookmark_value\\>defaults; "
"templates\\</bookmark_value\\>\\<bookmark_value\\>templates; default "
"templates\\</bookmark_value\\>\\<bookmark_value\\>text;default "
"templates\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#hd_id3155913.28.help.text
msgid ""
"\\<variable id=\\\"template_default\\\"\\>\\<link "
"href=\\\"text/swriter/guide/template_default.xhp\\\" name=\\\"Changing the "
"Default Template\\\"\\>Changing the Default "
"Template\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3145569.68.help.text
msgid ""
"The default template contains the default formatting information for new "
"text documents. If you want, you can create a new template and use it as  "
"the default template."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149838.102.help.text
msgid ""
"Create a document and the content and formatting styles that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3156101.113.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3156101.1"
"13.help.text\n"
"Choose \\<emph\\>File - Templates - Save\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149283.106.help.text
msgid ""
"In the \\<emph\\>New Template\\</emph\\> box, type a name for the new "
"template."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3153409.114.help.text
msgid ""
"In the \\<emph\\>Categories \\</emph\\>list, select \"Default\", and then "
"click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3153140.107.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3153140.1"
"07.help.text\n"
"Choose \\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"File - "
"Templates - Organize\\\"\\>\\<emph\\>File - Templates - "
"Organize\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149952.108.help.text
msgid "In the category list, double-click the \"Default\" folder."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149970.105.help.text
msgid ""
"Right-click the template that you created, and choose \\<emph\\>Set as "
"Default Template\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149620.115.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149620.1"
"15.help.text\n"
"Click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#hd_id3149867.109.help.text
msgid "To reset the default template:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3145102.110.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3145102.1"
"10.help.text\n"
"Choose \\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"File - "
"Templates - Organize\\\"\\>\\<emph\\>File - Templates - "
"Organize\\</emph\\>\\</link\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3149582.111.help.text
msgid ""
"Right-click a folder in the category list, choose\\<emph\\> Reset Default "
"Template - Text Document\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3156245.112.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/template_default.xhp#par_id3156245.1"
"12.help.text\n"
"Click \\<emph\\>Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#tit.help.text
msgid "Templates and Styles"
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#bm_id3153396.help.text
msgid ""
"\\<bookmark_value\\>formatting styles; styles and "
"templates\\</bookmark_value\\>\\<bookmark_value\\>styles; styles and "
"templates\\</bookmark_value\\>\\<bookmark_value\\>organizing; templates "
"(guide)\\</bookmark_value\\>\\<bookmark_value\\>templates; organizing "
"(guide)\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#hd_id3153396.15.help.text
msgid ""
"\\<variable id=\\\"templates_styles\\\"\\>\\<link "
"href=\\\"text/swriter/guide/templates_styles.xhp\\\" name=\\\"Templates and "
"Styles\\\"\\>Templates and Styles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#par_id3149635.2.help.text
msgid ""
"A template is a document that contains specific formatting styles, graphics, "
"tables, object, and other information. A template is used as the basis for "
"creating other documents. For example, you can define paragraph and "
"character styles in a document, save the document as a template, and then "
"use the template to create a new document with the same styles."
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#par_id3149957.18.help.text
msgid ""
"Unless you specify otherwise, every new $[officename] text document is based "
"on the \"Default\" template."
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#par_id3149974.3.help.text
msgid ""
"$[officename] has a number of \\<link "
"href=\\\"text/swriter/01/05130000.xhp\\\" name=\\\"predefined "
"templates\\\"\\>predefined templates\\</link\\> that you can use to create "
"different types or text documents, such as business letters."
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#hd_id3149613.4.help.text
msgid "Viewing and Organizing Styles in Templates"
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#par_idN106B0.help.text
msgid ""
"Use the \\<link href=\\\"text/shared/01/01110100.xhp\\\" name=\\\"Template "
"Management\\\"\\>Template Management\\</link\\> dialog to copy styles from "
"one document to another."
msgstr ""

#: helpcontent2/source/text/swriter/guide/templates_styles.xhp#par_id3153377.7.help.text
msgid "To copy a style, drag it to another template or document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#tit.help.text
msgid "Animating Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#bm_id3151182.help.text
msgid ""
"\\<bookmark_value\\>text "
"animation\\</bookmark_value\\>\\<bookmark_value\\>effects; text "
"animation\\</bookmark_value\\>\\<bookmark_value\\>animating "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#hd_id3151182.17.help.text
msgid ""
"\\<variable id=\\\"text_animation\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_animation.xhp\\\" name=\\\"Animating "
"Text\\\"\\>Animating Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#par_id3145080.18.help.text
msgid ""
"You can only animate text that is contained in a drawing object, such as "
"rectangles, lines, or text objects. For example, draw a rectangle, then "
"double-click the rectangle and enter your text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#par_id3149811.19.help.text
msgid ""
"Select the drawing object containing the text that you want to animate."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#par_id3155178.20.help.text
msgid ""
"Choose \\<emph\\>Format - Text\\</emph\\>, and then click the\\<emph\\> Text "
"Animation\\</emph\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#par_id3149819.21.help.text
msgid ""
"In the \\<emph\\>Effect \\</emph\\>box, select the animation that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_animation.xhp#par_id3145786.22.help.text
msgid ""
"Set the properties of the effect, and then click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#tit.help.text
msgid "Changing the Case of Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#bm_id3155182.help.text
msgid ""
"\\<bookmark_value\\>characters; uppercase or "
"lowercase\\</bookmark_value\\>\\<bookmark_value\\>text; uppercase or "
"lowercase\\</bookmark_value\\>\\<bookmark_value\\>lowercase letters; "
"text\\</bookmark_value\\>\\<bookmark_value\\>uppercase; formatting "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#hd_id3155182.1.help.text
msgid ""
"\\<variable id=\\\"text_capital\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_capital.xhp\\\" name=\\\"Changing the Case "
"of Text\\\"\\>Changing the Case of Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3155916.2.help.text
msgid ""
"You can change the case of text, format text with small capitals, or "
"capitalize the first letter of each word in a selection."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_idN10728.help.text
msgid ""
"When you apply a formatting to your text by \\<emph\\>Format - "
"Character\\</emph\\>, the text stays the same, it is only displayed in "
"another way. On the other hand, when you choose \\<emph\\>Format - Change "
"Case\\</emph\\>, the text is permanently changed."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#hd_id3155861.8.help.text
msgid "To capitalize text:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3147420.9.help.text
msgid "Select the text that you want to capitalize."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3149841.10.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3149841.10.he"
"lp.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3156109.6.help.text
msgid "Choose \\<emph\\>Format - Change Case - Uppercase\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3153414.4.help.text
msgid ""
"Choose \\<emph\\>Format - Character\\</emph\\>, click the \\<emph\\>Font "
"Effects\\</emph\\> tab, and then select the type of capitalization in the "
"\\<emph\\>Effects\\</emph\\> box. \"Capitals\" capitalizes all of the "
"letters in the selection. \"Title\" capitalizes the first letter of each "
"word in the selection. \"Small capitals\" capitalizes every letter in the "
"selection, but in a reduced font size."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#hd_id3149644.11.help.text
msgid "To change text to lowercase:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3149964.12.help.text
msgid "Select the text that you want to change to lowercase."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3149606.13.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3149606.13.he"
"lp.text\n"
"Do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3149855.7.help.text
msgid "Choose \\<emph\\>Format - Change Case - Lowercase\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_capital.xhp#par_id3145093.5.help.text
msgid ""
"Choose\\<emph\\> Format - Character\\</emph\\>, click the \\<emph\\>Font "
"Effects\\</emph\\> tab, and then select \"Lowercase\" in the\\<emph\\> "
"Effects\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#tit.help.text
msgid "Using a Frame to Center Text on a Page"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#bm_id3155177.help.text
msgid ""
"\\<bookmark_value\\>text; centering on "
"pages\\</bookmark_value\\>\\<bookmark_value\\>centering text on "
"pages\\</bookmark_value\\>\\<bookmark_value\\>title pages; centering text "
"on\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#hd_id3155177.94.help.text
msgid ""
"\\<variable id=\\\"text_centervert\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_centervert.xhp\\\" name=\\\"Using a Frame "
"to Center Text on a Page\\\"\\>Using a Frame to Center Text on a "
"Page\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3155920.78.help.text
msgid "Select the text that you want to center on the page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3155868.79.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3155868.79"
".help.text\n"
"Choose \\<emph\\>Insert - Frame\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3152765.82.help.text
msgid ""
"In the \\<emph\\>Anchor \\</emph\\>area, select \\<emph\\>To page\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3149844.95.help.text
msgid ""
"In the \\<emph\\>Size \\</emph\\>area, set the dimensions of the frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3156114.96.help.text
msgid ""
"In the \\<emph\\>Position \\</emph\\>area, select \"Center\" in the "
"\\<emph\\>Horizontal \\</emph\\>and \\<emph\\>Vertical \\</emph\\>boxes."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3153410.97.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3153410.97"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3149615.84.help.text
msgid ""
"To hide the borders of the frame, select the frame, and then choose "
"\\<emph\\>Format - Frame\\</emph\\>. Click the \\<emph\\>Borders\\</emph\\> "
"tab, and then click in the\\<emph\\> Set No Border\\</emph\\> box in "
"the\\<emph\\> Line Arrangement\\</emph\\> area."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_centervert.xhp#par_id3145098.83.help.text
msgid "To resize the frame, drag the edges of the frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#tit.help.text
msgid "Using the Direct Cursor"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#bm_id3155178.help.text
msgid ""
"\\<bookmark_value\\>text; "
"cursor\\</bookmark_value\\>\\<bookmark_value\\>entering text with direct "
"cursor\\</bookmark_value\\>\\<bookmark_value\\>direct cursor; "
"settings\\</bookmark_value\\>\\<bookmark_value\\>writing with direct "
"cursor\\</bookmark_value\\>\\<bookmark_value\\>cursor;direct "
"cursor\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#hd_id3155178.24.help.text
msgid ""
"\\<variable id=\\\"text_direct_cursor\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_direct_cursor.xhp\\\" name=\\\"Using the "
"Direct Cursor\\\"\\>Using the Direct Cursor\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_id3155908.25.help.text
msgid "The direct cursor allows you to enter text anywhere on a page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_id3155921.41.help.text
msgid ""
"To set the behavior of the direct cursor, choose \\<emph\\>Tools - Options - "
"%PRODUCTNAME Writer - Formatting Aids\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_idN106A3.help.text
msgid ""
"On the \\<emph\\>Tools\\</emph\\> bar, click the \\<emph\\>Direct "
"Cursor\\</emph\\> icon \\<image id=\\\"img_id3149846\\\" "
"src=\\\"res/commandimagelist/sc_shadowcursor.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149846\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_idN106C5.help.text
msgid ""
"Click in a free space in the text document. The mouse pointer changes to "
"reflect the alignment that will be applied to the text that you type:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_idN106C8.help.text
msgid ""
"\\<image id=\\\"img_id5471987\\\" src=\\\"res/helpimg/dircursleft.png\\\" "
"width=\\\"0.1457inch\\\" height=\\\"0.3228inch\\\"\\>\\<alt "
"id=\\\"alt_id5471987\\\"\\>Icon\\</alt\\>\\</image\\> Align left"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_idN106E4.help.text
msgid ""
"\\<image id=\\\"img_id5730253\\\" src=\\\"res/helpimg/dircurscent.png\\\" "
"width=\\\"0.2398inch\\\" height=\\\"0.3228inch\\\"\\>\\<alt "
"id=\\\"alt_id5730253\\\"\\>Icon\\</alt\\>\\</image\\> Centered"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_idN10700.help.text
msgid ""
"\\<image id=\\\"img_id6953622\\\" src=\\\"res/helpimg/dircursright.png\\\" "
"width=\\\"0.1563inch\\\" height=\\\"0.3228inch\\\"\\>\\<alt "
"id=\\\"alt_id6953622\\\"\\>Icon\\</alt\\>\\</image\\> Align right"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_direct_cursor.xhp#par_idN1071D.help.text
msgid ""
"Type your text. %PRODUCTNAME automatically inserts the required number of "
"blank lines, and, if the options are enabled, tabs and spaces."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#tit.help.text
msgid "Emphasizing Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#bm_id3149820.help.text
msgid ""
"\\<bookmark_value\\>text; "
"emphasizing\\</bookmark_value\\>\\<bookmark_value\\>emphasizing "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#hd_id3149820.65.help.text
msgid ""
"\\<variable id=\\\"text_emphasize\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_emphasize.xhp\\\" name=\\\"Emphasizing "
"Text\\\"\\>Emphasizing Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#par_id3155922.66.help.text
msgid "Here are a few examples of how to emphasize text in a document:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#par_id3147412.67.help.text
msgid ""
"Select the text and apply a different font style or effect, such as "
"\\<emph\\>bold\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#par_id3149840.68.help.text
msgid ""
"Right-click in a paragraph, choose \\<emph\\>Paragraph, \\</emph\\>set the "
"options that you want, for example, the background color, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#par_id3150084.69.help.text
msgid "Select the text, and then choose \\<emph\\>Insert Frame\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#par_id6924649.help.text
msgid "Use the Text tool on the Drawing toolbar. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_emphasize.xhp#par_idN106E7.help.text
msgid ""
"Use Fontwork. To open the Fontwork window, click the Fontwork icon on the "
"Drawing bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#tit.help.text
msgid "Inserting, Editing, and Linking Text Frames"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#bm_id3149487.help.text
msgid ""
"\\<bookmark_value\\>text frames; inserting and "
"editing\\</bookmark_value\\>\\<bookmark_value\\>editing;text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>inserting;text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>moving;text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>resizing;text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>scaling; text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>changing; size of text "
"frames\\</bookmark_value\\>\\<bookmark_value\\>linking "
"frames\\</bookmark_value\\>\\<bookmark_value\\>text flow; from frame to "
"frame\\</bookmark_value\\>\\<bookmark_value\\>frames; "
"linking\\</bookmark_value\\>\\<bookmark_value\\>text frames; "
"linking\\</bookmark_value\\>\\<bookmark_value\\>text;not "
"printing\\</bookmark_value\\>\\<bookmark_value\\>printing;hiding text from "
"printing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#hd_id3149487.3.help.text
msgid ""
"\\<variable id=\\\"text_frame\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_frame.xhp\\\" name=\\\"Inserting, Editing, "
"and Linking Text Frames\\\"\\>Inserting, Editing, and Linking Text "
"Frames\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3149842.65.help.text
msgid ""
"A text frame is a container for text and graphics that you can place "
"anywhere on a page. You can also use a frame to apply a column layout to "
"text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#hd_id3156104.64.help.text
msgid "Inserting Text Frames"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3149961.5.help.text
msgid "Select the text that you want to include in the frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3149602.9.help.text
msgid "Choose \\<emph\\>Insert - Frame\\</emph\\>, and click OK."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#hd_id3145115.66.help.text
msgid "Editing Text Frames"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3149578.16.help.text
msgid ""
"To edit the contents of a text frame, click in the frame, and make the "
"changes that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3156239.14.help.text
msgid ""
"To edit a frame, select the frame, right-click, and then choose a formatting "
"option. You can also right-click the selected frame, and choose "
"\\<emph\\>Frame\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3156261.63.help.text
msgid ""
"To resize a text frame, click an edge of frame, and drag one of the edges or "
"corners of the frame. Hold down Shift while you drag to maintain the "
"proportion of the frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#hd_id3153386.98.help.text
msgid "Hiding Text From Printing"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3154262.99.help.text
msgid ""
"Any text frame can be set to a mode which allows viewing the text on screen, "
"but hides the text from printing."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3154858.100.help.text
msgid "Select the text frame (you see the eight handles)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3155875.101.help.text
msgid "Choose \\<emph\\>Format - Frame - Options\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3155899.102.help.text
msgid ""
"In the \\<emph\\>Properties\\</emph\\> area, unmark the "
"\\<emph\\>Print\\</emph\\> check box and click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#hd_id3148701.83.help.text
msgid "Linking Text Frames"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3149986.84.help.text
msgid ""
"You can link text frames so that their contents automatically flow from one "
"frame to another."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3153025.71.help.text
msgid ""
"Click the edge of a frame that you want to link. Selection handles appear on "
"the edges of the frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3150223.87.help.text
msgid ""
"On the \\<emph\\>Frame\\</emph\\> Bar, click the \\<emph\\>Link "
"Frames\\</emph\\> icon \\<image id=\\\"img_id3148968\\\" "
"src=\\\"res/commandimagelist/sc_chainframes.png\\\" width=\\\"0.222inch\\\" "
"height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3148968\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3150930.89.help.text
msgid "Click the frame that you want to link to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3150947.75.help.text
msgid "You can only link frames if:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3150969.76.help.text
msgid "The target frame is empty."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3154365.77.help.text
msgid "The target frame is not linked to another frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3154383.78.help.text
msgid ""
"The source and the target frames are in the same section. For example, you "
"cannot link a header frame to a footer frame."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3145559.79.help.text
msgid "The source frame does not have a next link."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3145577.81.help.text
msgid "The target or the source frame are not contained in each other."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3151083.90.help.text
msgid ""
"When you select a linked frame, a line is displayed that connects the linked "
"frames."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_frame.xhp#par_id3147542.72.help.text
msgid ""
"You can only change the height of the last frame in a series of linked "
"frames."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#tit.help.text
msgid "Navigating and Selecting With the Keyboard"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#bm_id3159260.help.text
msgid ""
"\\<bookmark_value\\>text; navigating and selecting with "
"keyboard\\</bookmark_value\\>\\<bookmark_value\\>navigating; in "
"text\\</bookmark_value\\>\\<bookmark_value\\>selections; of "
"text\\</bookmark_value\\>\\<bookmark_value\\>keyboard; navigating and "
"selecting in text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#hd_id3159260.33.help.text
msgid ""
"\\<variable id=\\\"text_nav_keyb\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_nav_keyb.xhp\\\" name=\\\"Navigating and "
"Selecting With the Keyboard\\\"\\>Navigating and Selecting With the "
"Keyboard\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155179.13.help.text
msgid ""
"You can navigate through a document and make selections with the keyboard."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155918.23.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155918.23.h"
"elp.text\n"
"Key"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155870.24.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155870.24.h"
"elp.text\n"
"Function"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3156220.25.help.text
msgid ""
"\\<emph\\>+\\</emph\\>\\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>\\<emph\\>Command "
"key\\</emph\\>\\</caseinline\\>\\<defaultinline\\>\\<emph\\>Ctrl "
"key\\</emph\\>\\</defaultinline\\>\\</switchinline\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3156113.26.help.text
msgid "Right, left arrow keys"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3150105.27.help.text
msgid "Moves the cursor one character to the left or to the right."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3153418.28.help.text
msgid "Moves the cursor one word to the left or to the right."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149629.29.help.text
msgid "Up, down arrow keys"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149949.30.help.text
msgid "Moves the cursor up or down one line."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149972.31.help.text
msgid "(Ctrl+Alt) Moves the current paragraph up or down."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149624.32.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149624.32.h"
"elp.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149871.56.help.text
msgid "Moves the cursor to the beginning of the current line."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3145108.34.help.text
msgid "Moves the cursor to the beginning of the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149586.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149586.35.h"
"elp.text\n"
"Home"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3156237.36.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3156237.36.h"
"elp.text\n"
"In a table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3156260.37.help.text
msgid ""
"Moves the cursor to the beginning of the contents in the current cell."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3145409.38.help.text
msgid ""
"Moves the cursor to the beginning of the contents of the current cell. Press "
"again to move the cursor to the first cell in the table. Press again to move "
"the cursor to the beginning of the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154410.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154410.41.h"
"elp.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3153372.42.help.text
msgid "Moves the cursor to the end of the current line."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154235.43.help.text
msgid "Moves the cursor to the end of the document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154262.44.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154262.44.h"
"elp.text\n"
"End"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154850.45.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154850.45.h"
"elp.text\n"
"In a table"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3154873.46.help.text
msgid "Moves to the end of the contents in the current cell."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155894.47.help.text
msgid ""
"Moves the cursor to the end of the contents of the current cell. Press again "
"to move the cursor to the last cell in the table. Press again to move the "
"cursor to the end of the document."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3155944.50.help.text
msgid "PgUp"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3148678.54.help.text
msgid "Scrolls up one page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3148701.52.help.text
msgid "Moves the cursor to the header."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3149998.53.help.text
msgid "PgDn"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3153018.51.help.text
msgid "Scroll down one page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_nav_keyb.xhp#par_id3148949.55.help.text
msgid "Moves the cursor to the footer."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/guide/text_rotate.xhp#tit.help.text\n"
"Rotating Text"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#bm_id3155911.help.text
msgid ""
"\\<bookmark_value\\>text; "
"rotating\\</bookmark_value\\>\\<bookmark_value\\>rotating "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#hd_id3155911.65.help.text
msgid ""
"\\<variable id=\\\"text_rotate\\\"\\>\\<link "
"href=\\\"text/swriter/guide/text_rotate.xhp\\\" name=\\\"Rotating "
"Text\\\"\\>Rotating Text\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3147410.66.help.text
msgid "You can only rotate text that is contained in a drawing object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3153130.67.help.text
msgid ""
"Choose \\<emph\\>View - Toolbars- Drawing\\</emph\\> to open the "
"\\<emph\\>Drawing \\</emph\\>toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3149866.68.help.text
msgid ""
"Select the \\<link href=\\\"text/shared/02/01140000.xhp\\\" "
"name=\\\"Text\\\"\\>\\<emph\\>Text\\</emph\\>\\</link\\> icon \\<image "
"id=\\\"img_id3149600\\\" src=\\\"res/commandimagelist/sc_texttoolbox.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3149600\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3149590.69.help.text
msgid ""
"Drag in your document to draw the text object, and then type your text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3154415.71.help.text
msgid ""
"Click outside of the object, then click the text you entered. Click the "
"\\<link href=\\\"text/shared/02/05090000.xhp\\\" name=\\\"Object Rotation "
"Mode\\\"\\>\\<emph\\>Rotate\\</emph\\>\\</link\\> icon \\<image "
"id=\\\"img_id3145405\\\" "
"src=\\\"res/commandimagelist/sc_toggleobjectrotatemode.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3145405\\\"\\>Icon\\</alt\\>\\</image\\> on the "
"\\<emph\\>Drawing Object Properties\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3154252.72.help.text
msgid "Drag one of the corner handles of the text object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3154844.73.help.text
msgid ""
"You can also right-click the text object, choose \\<emph\\>Position and "
"Size\\</emph\\>, click the \\<emph\\>Rotation\\</emph\\> tab, and then enter "
"a rotation angle or a new position for the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3155888.74.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/text_rotate.xhp#par_id3155888.74.hel"
"p.text\n"
"\\<link href=\\\"text/shared/02/01140000.xhp\\\" name=\\\"Show Draw "
"Functions\\\"\\>Show Draw Functions\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#tit.help.text
msgid "Inserting an Entire Text Document"
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#bm_id3155185.help.text
msgid ""
"\\<bookmark_value\\>text;inserting external "
"content\\</bookmark_value\\>\\<bookmark_value\\>sections;inserting external "
"content\\</bookmark_value\\>\\<bookmark_value\\>text "
"documents;merging\\</bookmark_value\\>\\<bookmark_value\\>links;inserting "
"text documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#hd_id3155185.23.help.text
msgid ""
"\\<variable id=\\\"textdoc_inframe\\\"\\>\\<link "
"href=\\\"text/swriter/guide/textdoc_inframe.xhp\\\" name=\\\"Inserting an "
"Entire Text Document\\\"\\>Inserting an Entire Text "
"Document\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3155855.28.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3155855.28"
".help.text\n"
"Place the cursor in the document where you want to insert the file."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3147412.30.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3147412.30"
".help.text\n"
"Choose \\<emph\\>Insert - File\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3149839.31.help.text
msgid ""
"Locate the text document that you want to insert, and then click "
"\\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3148858.32.help.text
msgid ""
"The contents of the text document are embedded into the current document and "
"are not updated if the source file is changed. If you want the contents to "
"automatically update when you change the source document, insert the file as "
"a link."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#hd_id3156105.33.help.text
msgid "Inserting an Entire Text Document as a Link"
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3150096.34.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3150096.34"
".help.text\n"
"Place the cursor in the document where you want to insert the file."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3153404.35.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3153404.35"
".help.text\n"
"Choose \\<emph\\>Insert - Section\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3153127.36.help.text
msgid ""
"Type a name in the \\<emph\\>New Section\\</emph\\> box, and then select the "
"\\<emph\\>Link\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3149642.37.help.text
msgid ""
"In the \\<emph\\>File Name \\</emph\\>box, type the name of the file that "
"you want to insert, or click the browse button (\\<emph\\>...\\</emph\\>) "
"and locate the file."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3149968.38.help.text
msgid ""
"If the target text document contains sections, you can select the section "
"that you want to insert in the\\<emph\\> Sections\\</emph\\> box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3149619.39.help.text
msgid "If you want, set the formatting options for the section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3149862.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3149862.40"
".help.text\n"
"Click \\<emph\\>Insert\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/textdoc_inframe.xhp#par_id3145099.41.help.text
msgid ""
"$[officename] automatically updates the contents of the inserted section "
"whenever the source document is changed. To manually update the contents of "
"the section, choose \\<emph\\>Tools - Update - Update All\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#tit.help.text\n"
"Hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#bm_id3149695.help.text
msgid ""
"\\<bookmark_value\\>words; do not "
"hyphenate\\</bookmark_value\\>\\<bookmark_value\\>hyphenation;in "
"text\\</bookmark_value\\>\\<bookmark_value\\>separation, see "
"hyphenation\\</bookmark_value\\>\\<bookmark_value\\>automatic hyphenation in "
"text\\</bookmark_value\\>\\<bookmark_value\\>manual hyphenation in "
"text\\</bookmark_value\\>\\<bookmark_value\\>word wrapping for "
"text\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3149695.20.help.text
msgid ""
"\\<variable id=\\\"using_hyphen\\\"\\>\\<link "
"href=\\\"text/swriter/guide/using_hyphen.xhp\\\" "
"name=\\\"Hyphenation\\\"\\>Hyphenation\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3155918.31.help.text
msgid ""
"By default, $[officename] moves words that do not fit on a line to the next "
"line. If you want, you can use automatic or manual hyphenation to avoid this "
"behavior: "
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3155864.30.help.text
msgid "Automatic hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3147414.22.help.text
msgid ""
"Automatic hyphenation inserts hyphens where they are needed in a paragraph. "
"This option is only available for paragraph styles and individual paragraphs."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3149832.51.help.text
msgid "To automatically hyphenate text in a paragraph:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3148850.32.help.text
msgid ""
"Right-click in a paragraph, and choose \\<emph\\>Paragraph\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3156104.34.help.text
msgid ""
"Click the \\<link href=\\\"text/swriter/01/05030200.xhp\\\" name=\\\"Text "
"Flow\\\"\\>\\<emph\\>Text Flow\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3150101.35.help.text
msgid ""
"In the \\<emph\\>Hyphenation \\</emph\\>area, select the "
"\\<emph\\>Automatically\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153121.52.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153121.52.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3149629.53.help.text
msgid "To automatically hyphenate text in multiple paragraphs:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3149644.33.help.text
msgid ""
"If you want to automatically hyphenate more than one paragraph, use a "
"paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3149956.48.help.text
msgid ""
"For example, enable the automatic hyphenation option for the \"Default\" "
"paragraph style, and then apply the style to the paragraphs that you want to "
"hyphenate."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3149611.54.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>, and then click "
"the \\<emph\\>Paragraph Styles\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3149867.55.help.text
msgid ""
"Right-click the paragraph style that you want to hyphenate, and then choose "
"\\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3145106.56.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3145106.56.he"
"lp.text\n"
"Click the \\<emph\\>Text Flow \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3149582.57.help.text
msgid ""
"In the \\<emph\\>Hyphenation\\</emph\\> area, select the "
"\\<emph\\>Automatically\\</emph\\> check box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3156250.58.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3156250.58.he"
"lp.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3145400.59.help.text
msgid "Apply the style to the paragraphs that you want to hyphenate."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3145417.36.help.text
msgid "Manual Hyphenation"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3154400.23.help.text
msgid ""
"You can insert a hyphen where you want on a line, or let $[officename] "
"search for the words to hyphenate, and then offer a suggested hyphenation."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153363.24.help.text
msgid ""
"To quickly insert a hyphen, click in the word where you want to add the "
"hyphen, and then press \\<switchinline select=\\\"sys\\\"\\>\\<caseinline "
"select=\\\"MAC\\\"\\>Command "
"\\</caseinline\\>\\<defaultinline\\>Ctrl\\</defau"
"ltinline\\>\\</switchinline\\>+Hyphen(-)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3154244.37.help.text
msgid ""
"If you insert a manual hyphen in a word, the word is only hyphenated at the "
"manual hyphen. No additional automatic hyphenation is applied for this word. "
"A word with a manual hyphen will be hyphenated without regard to the "
"settings on the \\<emph\\>Text Flow\\</emph\\> tab page."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3154847.60.help.text
msgid "To manually hyphenate text in a selection:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3154869.61.help.text
msgid "Select the text that you want to hyphenate."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3155886.26.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3155886.26.he"
"lp.text\n"
"Choose \\<emph\\>Tools - Hyphenation\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3155943.62.help.text
msgid ""
"When $[officename] encounters a word to hyphenate, do one of the following:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153017.27.help.text
msgid ""
"To accept the hyphenation suggestion, click \\<emph\\>Hyphenate\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3148949.63.help.text
msgid ""
"To insert the hyphen in another part of the word, click the arrow buttons."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#hd_id3148966.64.help.text
msgid "Preventing Hyphenation of Specific Words"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153634.40.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153634.40.he"
"lp.text\n"
"Choose \\<emph\\>Tools - Options - Language Settings - Writing "
"Aids\\</emph\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3153658.41.help.text
msgid ""
"Select a dictionary in the \\<emph\\>User-defined dictionary "
"\\</emph\\>list, and then click \\<emph\\>Edit\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3147125.43.help.text
msgid ""
"If the list is empty, click \\<emph\\>New\\</emph\\> to create a dictionary."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3150218.42.help.text
msgid ""
"In the\\<emph\\> Word\\</emph\\> box, type the word you want to exclude from "
"hyphenation, followed by an equal sign (=), for example, \"pretentious=\"."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3150247.65.help.text
msgid "Click\\<emph\\> New, and then click Close\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3147036.29.help.text
msgid ""
"To quickly exclude a word from hyphenation, select the word, choose "
"\\<emph\\>Format - Character\\</emph\\>, click the \\<emph\\>Font "
"\\</emph\\>tab, and select \"None\" in the \\<emph\\>Language \\</emph\\>box."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3154361.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_hyphen.xhp#par_id3154361.46.he"
"lp.text\n"
"\\<link href=\\\"text/swriter/01/05030200.xhp\\\" name=\\\"Text "
"Flow\\\"\\>Text Flow\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#tit.help.text
msgid "Adding Bullets"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#bm_id3155186.help.text
msgid ""
"\\<bookmark_value\\>bullet lists;turning on and "
"off\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; "
"bulleted\\</bookmark_value\\>\\<bookmark_value\\>bullets;adding and "
"editing\\<"
"/bookmark_value\\>\\<bookmark_value\\>editing;bullets\\</bookmark_va"
"lue\\>\\<b"
"ookmark_value\\>formatting;bullets\\</bookmark_value\\>\\<bookmark_v"
"alue\\>add"
"ing;bullets\\</bookmark_value\\>\\<bookmark_value\\>removing;bullets in text "
"documents\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#hd_id3155186.6.help.text
msgid ""
"\\<variable id=\\\"using_numbered_lists\\\"\\>\\<link "
"href=\\\"text/swriter/guide/using_numbered_lists.xhp\\\" name=\\\"Adding "
"Bullets\\\"\\>Adding Bullets\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#par_id3149829.7.help.text
msgid "Select the paragraph(s) that you want to add bullets to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#par_id3149635.16.help.text
msgid ""
"On the \\<emph\\>Formatting\\</emph\\> Bar, click the \\<emph\\>Bullets "
"On/Off\\</emph\\> icon \\<image id=\\\"img_id3156108\\\" "
"src=\\\"res/commandimagelist/sc_defaultbullet.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3156108\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#par_id3145403.17.help.text
msgid ""
"To remove bullets, select the bulleted paragraphs, and then click the "
"\\<emph\\>Bullets On/Off\\</emph\\> icon on the "
"\\<emph\\>Formatting\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#hd_id3154403.26.help.text
msgid "Formatting Bullets"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#par_id3154416.9.help.text
msgid ""
"To change the formatting of bulleted list, choose \\<emph\\>Format - Bullets "
"and Numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists.xhp#par_id3153390.14.help.text
msgid ""
"For example, to change the bulleting symbol, click the "
"\\<emph\\>Options\\</emph\\> tab, click the browse button "
"(\\<emph\\>...\\</emph\\>) next to \\<emph\\>Character\\</emph\\>, and then "
"select a special character. You can also click the "
"\\<emph\\>Graphics\\</emph\\> tab, and then click a symbol style in the "
"\\<emph\\>Selection \\</emph\\>area."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#tit.help.text
msgid "Adding Numbering"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#bm_id3147418.help.text
msgid ""
"\\<bookmark_value\\>numbering; on and "
"off\\</bookmark_value\\>\\<bookmark_value\\>paragraphs; numbering "
"on/off\\</bookmark_value\\>\\<bookmark_value\\>formatting;numbered "
"lists\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#hd_id3147418.15.help.text
msgid ""
"\\<variable id=\\\"using_numbered_lists2\\\"\\>\\<link "
"href=\\\"text/swriter/guide/using_numbered_lists2.xhp\\\" name=\\\"Adding "
"Numbering\\\"\\>Adding Numbering\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#par_id3153396.23.help.text
msgid "Select the paragraph(s) that you want to add numbering to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#par_id3149968.24.help.text
msgid ""
"On the \\<emph\\>Formatting\\</emph\\> Bar, click the \\<emph\\>Numbering "
"On/Off\\</emph\\> icon \\<image id=\\\"img_id3153125\\\" "
"src=\\\"res/commandimagelist/sc_defaultnumbering.png\\\" "
"width=\\\"0.222inch\\\" height=\\\"0.222inch\\\"\\>\\<alt "
"id=\\\"alt_id3153125\\\"\\>Icon\\</alt\\>\\</image\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#par_id3149573.29.help.text
msgid ""
"To change the formatting and the hierarchy of a numbered list, click in the "
"list, and then open the \\<emph\\>Bullets and Numbering\\</emph\\> toolbar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#par_id3153365.25.help.text
msgid ""
"To remove numbering, select the numbered paragraphs, and then click the "
"\\<emph\\>Numbering On/Off\\</emph\\> icon on the "
"\\<emph\\>Formatting\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#hd_id3154233.30.help.text
msgid "Formatting a Numbered List"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbered_lists2.xhp#par_id3154246.16.help.text
msgid ""
"To change the formatting of a numbered list, click in the list, then choose "
"\\<emph\\>Format - Bullets and Numbering\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#tit.help.text
msgid "Numbering and Numbering Styles"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#bm_id3155174.help.text
msgid "\\<bookmark_value\\>numbering; numbering styles\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#hd_id3155174.30.help.text
msgid ""
"\\<variable id=\\\"using_numbering\\\"\\>\\<link "
"href=\\\"text/swriter/guide/using_numbering.xhp\\\" name=\\\"Numbering and "
"Numbering Styles\\\"\\>Numbering and Numbering "
"Styles\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3149818.26.help.text
msgid ""
"You can apply numbering to a paragraph manually or with a paragraph style."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3155866.33.help.text
msgid ""
"To apply numbering manually, click in the paragraph, and then click the "
"\\<emph\\>Numbering On/Off \\</emph\\>icon on the "
"\\<emph\\>Formatting\\</emph\\> Bar."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3153405.27.help.text
msgid ""
"You cannot apply manual numbering to paragraphs that are listed under "
"\"Special Styles\" in the Styles and Formatting window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_idN10711.help.text
msgid ""
"When you press Enter in a numbered or bulleted list, \\<item "
"type=\\\"productname\\\"\\>%PRODUCTNAME\\</item\\> automatically numbers the "
"next paragraph. To remove the numbering or bullet from the new paragraph, "
"press Enter again."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_idN1072B.help.text
msgid ""
"To change the hierarchical level of a bullet in a list, click in front of "
"the paragraph, then press the Tab key."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_idN1072F.help.text
msgid ""
"To change the bullets or numbering format for the current paragraph only, "
"select a character or word in the paragraph, choose Bullets and Numbering, "
"and then click a new format. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_idN10733.help.text
msgid ""
"To change the bullet or numbering format for all paragraphs in the list, "
"ensure that the cursor is in the list, choose Bullets and Numbering, and "
"then click a new format. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_idN10737.help.text
msgid ""
"To apply the same bullet or numbering format to all paragraphs in the list, "
"select all paragraphs, choose Bullets and Numbering, and then click a format."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_idN1073A.help.text
msgid ""
"You can also use the commands on the \\<link "
"href=\\\"text/swriter/main0206.xhp\\\" name=\\\"Numbering Object "
"Bar\\\"\\>Bullets and Numbering\\</link\\> toolbar to edit a numbered or "
"bulleted list. To change the numbering or bullet format, click the "
"\\<emph\\>Bullets and Numbering\\</emph\\> icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#hd_id3153123.34.help.text
msgid "To apply numbering with a Paragraph Style"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3153137.31.help.text
msgid ""
"Paragraph Styles give you greater control over numbering that you apply in a "
"document. When you change the numbering format of the style, all paragraphs "
"using the style are automatically updated."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3149646.35.help.text
msgid ""
"Choose \\<emph\\>Format - Styles and Formatting\\</emph\\>, and then click "
"the \\<emph\\>Paragraph Styles \\</emph\\>icon."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3149599.36.help.text
msgid ""
"Right-click the paragraph style that you want to apply numbering to, and "
"then choose \\<emph\\>Modify\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3149850.37.help.text
msgid "Click the \\<emph\\>Numbering \\</emph\\>tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3149874.38.help.text
msgid ""
"In the \\<emph\\>Numbering Styles\\</emph\\> box, select the type of "
"numbering that you want to use."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3145113.39.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3145113.39"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_numbering.xhp#par_id3149589.40.help.text
msgid "Apply the style to the paragraphs that you want to add numbering to."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#tit.help.text
msgid ""
"_: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#tit.help.text\n"
"Thesaurus"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#bm_id3145576.help.text
msgid ""
"\\<bookmark_value\\>thesaurus; related "
"words\\</bookmark_value\\>\\<bookmark_value\\>related words in "
"thesaurus\\</bookmark_value\\>\\<bookmark_value\\>spelling in "
"thesaurus\\</bookmark_value\\>\\<bookmark_value\\>dictionaries; "
"thesaurus\\</bookmark_value\\>\\<bookmark_value\\>lexicon, see "
"thesaurus\\</bookmark_value\\>\\<bookmark_value\\>synonyms in "
"thesaurus\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#hd_id3145576.15.help.text
msgid ""
"\\<variable id=\\\"using_thesaurus\\\"\\>\\<link "
"href=\\\"text/swriter/guide/using_thesaurus.xhp\\\" "
"name=\\\"Thesaurus\\\"\\>Thesaurus\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3149820.16.help.text
msgid "You can use the thesaurus to look up synonyms, and related words."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3155920.17.help.text
msgid "Click in the word that you want to look up."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3155867.39.help.text
msgid ""
"Choose \\<emph\\>Tools - Thesaurus\\</emph\\>, or press \\<switchinline "
"select=\\\"sys\\\"\\>\\<caseinline select=\\\"MAC\\\"\\>Command "
"\\</caseinline"
"\\>\\<defaultinline\\>Ctrl\\</defaultinline\\>\\</switchinline\\>+F7."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3149848.40.help.text
msgid ""
"In the \\<emph\\>Meaning \\</emph\\>list, select the definition that matches "
"the context of the word."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3153136.45.help.text
msgid "Select the replacement word in the \\<emph\\>Synonym \\</emph\\>list."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3149644.46.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3149644.46"
".help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3145113.18.help.text
msgid ""
"To look up the word in a different language, click \\<emph\\>Language "
"\\</emph\\>in the\\<emph\\> Thesaurus\\</emph\\> dialog, select one of the "
"installed languages, and then click \\<emph\\>OK\\</emph\\>. In the "
"\\<emph\\>Thesaurus\\</emph\\> dialog, click \\<emph\\>Search\\</emph\\>. "
"The thesaurus may not be available for all installed languages."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3156263.19.help.text
msgid ""
"If you applied a different language setting to individual words, or "
"paragraphs, the thesaurus for the applied language is used."
msgstr ""

#: helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3154392.41.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/using_thesaurus.xhp#par_id3154392.41"
".help.text\n"
"\\<link href=\\\"text/shared/01/06020000.xhp\\\" "
"name=\\\"Thesaurus\\\"\\>Thesaurus\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#tit.help.text
msgid "Word Completion for Text Documents"
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#bm_id3148882.help.text
msgid ""
"\\<bookmark_value\\>automatic word "
"completion\\</bookmark_value\\>\\<bookmark_value\\>completion of "
"words\\</bookmark_value\\>\\<bookmark_value\\>AutoCorrect function; word "
"completion\\</bookmark_value\\>\\<bookmark_value\\>word "
"completion\\</bookmark_value\\>\\<bookmark_value\\>weekdays; automatically "
"completing\\</bookmark_value\\>\\<bookmark_value\\>months; automatically "
"completing\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10751.help.text
msgid ""
"\\<variable id=\\\"word_completion\\\"\\>\\<link "
"href=\\\"text/swriter/guide/word_completion.xhp\\\"\\>Word Completion for "
"Text Documents\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN1076F.help.text
msgid ""
"$[officename] collects words that you frequently use in the current session. "
"When you later type the first three letters of a collected word, "
"$[officename] automatically completes the word. If you want, you can also "
"save the current list of collected words so that it can be used in the next "
"session. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_id3149346.91.help.text
msgid ""
"If there is more than one word in the AutoCorrect memory that matches the "
"three letters that you type, press \\<item "
"type=\\\"keycode\\\"\\>Ctrl+Tab\\</item\\> to cycle through the available "
"words. To cycle in the opposite direction, press \\<item "
"type=\\\"keycode\\\"\\>Ctrl+Shift+Tab\\</item\\>. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN1078D.help.text
msgid " Using word completion "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10794.help.text
msgid ""
"By default, you accept the word completion by pressing the Enter key. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN1079B.help.text
msgid " To reject the word completion, continue typing with any other key. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN1079E.help.text
msgid " Switching off the word completion "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107A5.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107A5.hel"
"p.text\n"
" Choose \\<emph\\>Tools - AutoCorrect - Word Completion\\</emph\\> . "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107AD.help.text
msgid " Clear \\<emph\\>Enable word completion\\</emph\\> . "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107B4.help.text
msgid " Fine-tuning the word completion "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107BB.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107BB.hel"
"p.text\n"
" Choose \\<emph\\>Tools - AutoCorrect - Word Completion\\</emph\\> . "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107C3.help.text
msgid " Select any of the following options: "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107C6.help.text
msgid " Inserting an additional space character "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B03.help.text
msgid " Select \\<emph\\>Append space\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B0E.help.text
msgid ""
" The space character is appended after you type the first character of the "
"next word after the auto-completed word. The space character is suppressed "
"if the next character is a delimiter, such as a full stop or a new line "
"character. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107CC.help.text
msgid " Selecting the accept key "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B20.help.text
msgid ""
" Choose the key to accept the suggested word using the \\<emph\\>Accept "
"with\\</emph\\> list box. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107D2.help.text
msgid " Selecting the number of characters "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B36.help.text
msgid ""
" Use the \\<emph\\>Min. word length\\</emph\\> box to set the minimum number "
"of characters a word must have to be collected into the list. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107D8.help.text
msgid " Selecting the scope of collected words "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B4C.help.text
msgid ""
" Select \\<emph\\>When closing a document, save the list for later use in "
"other documents\\</emph\\>. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B53.help.text
msgid ""
" Now the list is also valid for other documents that you open. When you "
"close the last %PRODUCTNAME document, the word list is deleted."
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B56.help.text
msgid ""
" If you do not select the checkbox, the list is only valid as long as the "
"current document is open. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_id2634968.help.text
msgid ""
"If you want the word list to exist longer than the current %PRODUCTNAME "
"session, save it as a document, as described in the following section."
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107DE.help.text
msgid " Working with the word list"
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10B94.help.text
msgid ""
" If the automatic spellcheck option is enabled, only the words that are "
"recognized by the spellcheck are collected. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10BA1.help.text
msgid ""
" Use the word list to always start with a defined set of technical terms for "
"the word completion feature. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10BA7.help.text
msgid ""
" Open the text document that contains the terms that you want to use for "
"word completion. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10BAB.help.text
msgid " The word completion feature collects the words. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107ED.help.text
msgid " Select all or some of the words in the list. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN107F4.help.text
msgid ""
" Use Ctrl+C to copy all selected words into the clipboard. Paste the "
"clipboard into a new document and save it to get a reference list of "
"collected words. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10BC6.help.text
msgid ""
" Later you can open the reference list and automatically collect the words, "
"so that the word completion feature starts with a defined set of words. "
msgstr ""

#: helpcontent2/source/text/swriter/guide/word_completion.xhp#par_idN10809.help.text
msgid ""
"\\<link href=\\\"text/shared/01/06040600.xhp\\\"\\>Word Completion "
"\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#tit.help.text
msgid "Counting Words"
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#bm_id3149686.help.text
msgid ""
"\\<bookmark_value\\>words; counting in "
"text\\</bookmark_value\\>\\<bookmark_value\\>numbers; words in "
"text\\</bookmark_value\\>\\<bookmark_value\\>text; counting "
"words\\</bookmark_value\\>\\<bookmark_value\\>number of "
"words\\</bookmark_value\\>\\<bookmark_value\\>documents; number of "
"words\\</bookmark_value\\>\\<bookmark_value\\>text; number of "
"words\\</bookmark_value\\>\\<bookmark_value\\>characters; "
"counting\\</bookmark_value\\>\\<bookmark_value\\>number of "
"characters\\</bookmark_value\\>\\<bookmark_value\\>documents; number of "
"characters\\</bookmark_value\\>\\<bookmark_value\\>text; number of "
"characters\\</bookmark_value\\>\\<bookmark_value\\>lines; "
"counting\\</bookmark_value\\>\\<bookmark_value\\>number of "
"lines\\</bookmark_value\\>\\<bookmark_value\\>documents; number of "
"lines\\</bookmark_value\\>\\<bookmark_value\\>character "
"counts\\</bookmark_value\\>\\<bookmark_value\\>counting "
"words\\</bookmark_value\\>\\<bookmark_value\\>word "
"counts\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#hd_id3149686.1.help.text
msgid ""
"\\<variable id=\\\"words_count\\\"\\>\\<link "
"href=\\\"text/swriter/guide/words_count.xhp\\\" name=\\\"Counting "
"Words\\\"\\>Counting Words\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#par_idN106D1.help.text
msgid ""
"If you want to count only some text of your document, select the text."
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#par_id3149821.5.help.text
msgid "Choose \\<emph\\>Tools - Word Count\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#par_idN106E2.help.text
msgid ""
"To get some more statistics about the document, choose \\<emph\\>File - "
"Properties - Statistics\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/words_count.xhp#par_id3147418.4.help.text
msgid ""
"\\<link href=\\\"text/shared/01/01100400.xhp\\\" name=\\\"File - Properties -"
" Statistics\\\"\\>File - Properties - Statistics\\</link\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#tit.help.text
msgid "Wrapping Text Around Objects"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#bm_id3154486.help.text
msgid ""
"\\<bookmark_value\\>text wrap around "
"objects\\</bookmark_value\\>\\<bookmark_value\\>contour "
"editor\\</bookmark_value\\>\\<bookmark_value\\>contour "
"wrap\\</bookmark_value\\>\\<bookmark_value\\>text; formatting around "
"objects\\</bookmark_value\\>\\<bookmark_value\\>formatting; contour "
"wrap\\</bookmark_value\\>\\<bookmark_value\\>objects; contour "
"wrap\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#hd_id3154486.8.help.text
msgid ""
"\\<variable id=\\\"wrap\\\"\\>\\<link "
"href=\\\"text/swriter/guide/wrap.xhp\\\" name=\\\"Wrapping Text Around "
"Objects\\\"\\>Wrapping Text Around Objects\\</link\\>\\</variable\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3149696.9.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3149696.9.help.text\n"
"Select the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3155907.10.help.text
msgid ""
"Choose \\<emph\\>Format - Wrap\\</emph\\>, and then choose the wrapping "
"style that you want to apply."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3155859.4.help.text
msgid "The current wrapping style is indicated by a bullet."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#hd_id3149834.14.help.text
msgid "Specifying the Wrapping Properties"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3154079.15.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3154079.15.help.text\n"
"Select the object."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3153396.11.help.text
msgid ""
"Choose \\<emph\\>Format - Graphics\\</emph\\>, and then click the \\<link "
"href=\\\"text/swriter/01/05060200.xhp\\\" "
"name=\\\"Wrap\\\"\\>\\<emph\\>Wrap\\</emph\\>\\</link\\> tab."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3153370.5.help.text
msgid "Set the options that you want."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3153386.16.help.text
msgid ""
"_: "
"helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3153386.16.help.text\n"
"Click \\<emph\\>OK\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#hd_id3154247.17.help.text
msgid "To change the wrapping contour of a graphic:"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3154262.18.help.text
msgid "You can change the shape that the text wraps around."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3154860.19.help.text
msgid ""
"Select the graphic, right-click, and then choose \\<emph\\>Wrap - Edit "
"Contour\\</emph\\>."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#bm_id3150231.help.text
msgid ""
"\\<bookmark_value\\>wrapping text;editing "
"contours\\</bookmark_value\\>\\<bookmark_value\\>editors;contour "
"editor\\</bookmark_value\\>"
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3150231.7.help.text
msgid ""
"Use the tools to draw a new contour, and then click the \\<emph\\>Apply "
"\\</emph\\>icon (green check mark)."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3150947.21.help.text
msgid "Close the \\<emph\\>Contour Editor \\</emph\\>window."
msgstr ""

#: helpcontent2/source/text/swriter/guide/wrap.xhp#par_id3150520.22.help.text
msgid ""
"\\<link href=\\\"text/swriter/01/05060201.xhp\\\" name=\\\"Contour "
"Editor\\\"\\>Contour Editor\\</link\\>"
msgstr ""

#, fuzzy
#~ msgid "Prelink OpenOffice.org binaries?"
#~ msgstr ""
#~ "Pêwîstê hûn bi bikaranîna fermana 'dpkg-reconfigure openoffice.org-bin' e "
#~ "karê pêşgirêdanê şûnva bigrin."

#~ msgid ""
#~ "OpenOffice.org's binaries can be prelinked if the prelink package is "
#~ "installed."
#~ msgstr ""
#~ "Ger pakêta prelink hatibe saz kirin, di dosyayên dumend ên OpenOffice da "
#~ "pêşgirêdan dikare were çêkirin."

#~ msgid ""
#~ "Advantages of this are a faster startup and lesser memory needs since the "
#~ "dynamic linker does not need to do much relocations."
#~ msgstr ""
#~ "Avantajên vî karî eve: ji ber ku pêwîstîya Grêdanêr ên  Dinamik zêde bi cîh "
#~ "guhertinê nabe, program bêtir bi lez destpêdike û bêtir hindik xêv (hafize) "
#~ "hewce dike."

#~ msgid ""
#~ "However, prelinking modifies the files itself. After prelinking, the MD5 "
#~ "checksums in the package don't match reality anymore; then the checksums in "
#~ "the package can't be used to verify the package integrity until the "
#~ "prelinking is undone."
#~ msgstr ""
#~ "Bi vîyan ra, çêkirina pêşgirêdanê dosyan dide guhertin. Piştî çêkirina "
#~ "pêşgirêdanê serhevkirina mîzana MD5 carek din bi nirxên berê ra nabe mîna "
#~ "hev. Ji ber vî yekê heta karê pêşgirêdanê şûnva neyê girtin serhevkirinên "
#~ "mîzan ên ku bi pakêta ra hatîye, ji bo rastkirina tevahîya pakêtê nayê "
#~ "bikaranîn."

#, fuzzy
#~ msgid ""
#~ "You need to undo prelinking with 'dpkg-reconfigure openoffice.org-bin'."
#~ msgstr ""
#~ "Pêwîstê hûn bi bikaranîna fermana 'dpkg-reconfigure openoffice.org-bin' e "
#~ "karê pêşgirêdanê şûnva bigrin."